Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-65637 (GCVE-0-2025-65637)
Vulnerability from cvelistv5 – Published: 2025-12-04 00:00 – Updated: 2025-12-05 21:52- n/a
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"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"
}
},
{
"other": {
"content": {
"id": "CVE-2025-65637",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-12-05T21:52:30.561592Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-400",
"description": "CWE-400 Uncontrolled Resource Consumption",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-12-05T21:52:59.784Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "n/a",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "n/a"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "A denial-of-service vulnerability exists in github.com/sirupsen/logrus when using Entry.Writer() to log a single-line payload larger than 64KB without newline characters. Due to limitations in the internal bufio.Scanner, the read fails with \"token too long\" and the writer pipe is closed, leaving Writer() unusable and causing application unavailability (DoS). This affects versions \u003c 1.8.3, 1.9.0, and 1.9.2. The issue is fixed in 1.8.3, 1.9.1, and 1.9.3+, where the input is chunked and the writer continues to function even if an error is logged."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "n/a",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-12-04T18:17:04.939Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"url": "https://github.com/mjuanxd/logrus-dos-poc"
},
{
"url": "https://github.com/sirupsen/logrus/issues/1370"
},
{
"url": "https://github.com/sirupsen/logrus/pull/1376"
},
{
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3"
},
{
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1"
},
{
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3"
},
{
"url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391"
},
{
"url": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md"
}
]
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2025-65637",
"datePublished": "2025-12-04T00:00:00.000Z",
"dateReserved": "2025-11-18T00:00:00.000Z",
"dateUpdated": "2025-12-05T21:52:59.784Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2025-65637\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2025-12-04T19:16:05.223\",\"lastModified\":\"2025-12-23T00:26:00.703\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"A denial-of-service vulnerability exists in github.com/sirupsen/logrus when using Entry.Writer() to log a single-line payload larger than 64KB without newline characters. Due to limitations in the internal bufio.Scanner, the read fails with \\\"token too long\\\" and the writer pipe is closed, leaving Writer() unusable and causing application unavailability (DoS). This affects versions \u003c 1.8.3, 1.9.0, and 1.9.2. The issue is fixed in 1.8.3, 1.9.1, and 1.9.3+, where the input is chunked and the writer continues to function even if an error is logged.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-400\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:turbopuffer:logrus:*:*:*:*:*:go:*:*\",\"versionEndExcluding\":\"1.8.3\",\"matchCriteriaId\":\"B302F48C-A8EA-4FAB-B151-F8492365896C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:turbopuffer:logrus:1.9.0:*:*:*:*:go:*:*\",\"matchCriteriaId\":\"25373732-88E0-4824-B243-9C1E82608B1C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:turbopuffer:logrus:1.9.2:*:*:*:*:go:*:*\",\"matchCriteriaId\":\"E59CDE4C-3669-4EA6-AA2D-9BE99FDEC497\"}]}]}],\"references\":[{\"url\":\"https://github.com/mjuanxd/logrus-dos-poc\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/sirupsen/logrus/issues/1370\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://github.com/sirupsen/logrus/pull/1376\",\"source\":\"cve@mitre.org\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://github.com/sirupsen/logrus/releases/tag/v1.8.3\",\"source\":\"cve@mitre.org\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/sirupsen/logrus/releases/tag/v1.9.1\",\"source\":\"cve@mitre.org\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/sirupsen/logrus/releases/tag/v1.9.3\",\"source\":\"cve@mitre.org\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-65637\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-12-05T21:52:30.561592Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-400\", \"description\": \"CWE-400 Uncontrolled Resource Consumption\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-12-05T21:52:53.941Z\"}}], \"cna\": {\"affected\": [{\"vendor\": \"n/a\", \"product\": \"n/a\", \"versions\": [{\"status\": \"affected\", \"version\": \"n/a\"}]}], \"references\": [{\"url\": \"https://github.com/mjuanxd/logrus-dos-poc\"}, {\"url\": \"https://github.com/sirupsen/logrus/issues/1370\"}, {\"url\": \"https://github.com/sirupsen/logrus/pull/1376\"}, {\"url\": \"https://github.com/sirupsen/logrus/releases/tag/v1.8.3\"}, {\"url\": \"https://github.com/sirupsen/logrus/releases/tag/v1.9.1\"}, {\"url\": \"https://github.com/sirupsen/logrus/releases/tag/v1.9.3\"}, {\"url\": \"https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391\"}, {\"url\": \"https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"A denial-of-service vulnerability exists in github.com/sirupsen/logrus when using Entry.Writer() to log a single-line payload larger than 64KB without newline characters. Due to limitations in the internal bufio.Scanner, the read fails with \\\"token too long\\\" and the writer pipe is closed, leaving Writer() unusable and causing application unavailability (DoS). This affects versions \u003c 1.8.3, 1.9.0, and 1.9.2. The issue is fixed in 1.8.3, 1.9.1, and 1.9.3+, where the input is chunked and the writer continues to function even if an error is logged.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"text\", \"description\": \"n/a\"}]}], \"providerMetadata\": {\"orgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"shortName\": \"mitre\", \"dateUpdated\": \"2025-12-04T18:17:04.939Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-65637\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-12-05T21:52:59.784Z\", \"dateReserved\": \"2025-11-18T00:00:00.000Z\", \"assignerOrgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"datePublished\": \"2025-12-04T00:00:00.000Z\", \"assignerShortName\": \"mitre\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
MSRC_CVE-2025-65637
Vulnerability from csaf_microsoft - Published: 2025-12-02 00:00 - Updated: 2026-01-03 01:40Notes
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2025-65637 A denial-of-service vulnerability exists in github.com/sirupsen/logrus when using Entry.Writer() to log a single-line payload larger than 64KB without newline characters. - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-65637.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "A denial-of-service vulnerability exists in github.com/sirupsen/logrus when using Entry.Writer() to log a single-line payload larger than 64KB without newline characters.",
"tracking": {
"current_release_date": "2026-01-03T01:40:04.000Z",
"generator": {
"date": "2026-01-03T09:26:14.037Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2025-65637",
"initial_release_date": "2025-12-02T00:00:00.000Z",
"revision_history": [
{
"date": "2025-12-07T01:03:21.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2025-12-08T14:37:29.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
},
{
"date": "2025-12-09T01:39:50.000Z",
"legacy_version": "3",
"number": "3",
"summary": "Information published."
},
{
"date": "2025-12-17T14:36:48.000Z",
"legacy_version": "4",
"number": "4",
"summary": "Information published."
},
{
"date": "2025-12-20T14:35:32.000Z",
"legacy_version": "5",
"number": "5",
"summary": "Information published."
},
{
"date": "2025-12-23T01:37:58.000Z",
"legacy_version": "6",
"number": "6",
"summary": "Information published."
},
{
"date": "2025-12-30T01:36:12.000Z",
"legacy_version": "7",
"number": "7",
"summary": "Information published."
},
{
"date": "2025-12-30T14:35:57.000Z",
"legacy_version": "8",
"number": "8",
"summary": "Information published."
},
{
"date": "2026-01-03T01:40:04.000Z",
"legacy_version": "9",
"number": "9",
"summary": "Information published."
}
],
"status": "final",
"version": "9"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
},
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 influxdb 2.6.1-27",
"product": {
"name": "\u003ccbl2 influxdb 2.6.1-27",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "cbl2 influxdb 2.6.1-27",
"product": {
"name": "cbl2 influxdb 2.6.1-27",
"product_id": "20770"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 influxdb 2.7.5-8",
"product": {
"name": "\u003cazl3 influxdb 2.7.5-8",
"product_id": "27"
}
},
{
"category": "product_version",
"name": "azl3 influxdb 2.7.5-8",
"product": {
"name": "azl3 influxdb 2.7.5-8",
"product_id": "20079"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 influxdb 2.6.1-24",
"product": {
"name": "\u003ccbl2 influxdb 2.6.1-24",
"product_id": "20"
}
},
{
"category": "product_version",
"name": "cbl2 influxdb 2.6.1-24",
"product": {
"name": "cbl2 influxdb 2.6.1-24",
"product_id": "20520"
}
}
],
"category": "product_name",
"name": "influxdb"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 kubernetes 1.28.4-21",
"product": {
"name": "\u003ccbl2 kubernetes 1.28.4-21",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "cbl2 kubernetes 1.28.4-21",
"product": {
"name": "cbl2 kubernetes 1.28.4-21",
"product_id": "20769"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 kubernetes 1.30.10-16",
"product": {
"name": "\u003cazl3 kubernetes 1.30.10-16",
"product_id": "11"
}
},
{
"category": "product_version",
"name": "azl3 kubernetes 1.30.10-16",
"product": {
"name": "azl3 kubernetes 1.30.10-16",
"product_id": "20713"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 kubernetes 1.28.4-19",
"product": {
"name": "\u003ccbl2 kubernetes 1.28.4-19",
"product_id": "26"
}
},
{
"category": "product_version",
"name": "cbl2 kubernetes 1.28.4-19",
"product": {
"name": "cbl2 kubernetes 1.28.4-19",
"product_id": "20364"
}
}
],
"category": "product_name",
"name": "kubernetes"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 cni-plugins 1.4.0-3",
"product": {
"name": "\u003cazl3 cni-plugins 1.4.0-3",
"product_id": "29"
}
},
{
"category": "product_version",
"name": "azl3 cni-plugins 1.4.0-3",
"product": {
"name": "azl3 cni-plugins 1.4.0-3",
"product_id": "19348"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 cni-plugins 1.3.0-9",
"product": {
"name": "\u003ccbl2 cni-plugins 1.3.0-9",
"product_id": "9"
}
},
{
"category": "product_version",
"name": "cbl2 cni-plugins 1.3.0-9",
"product": {
"name": "cbl2 cni-plugins 1.3.0-9",
"product_id": "20715"
}
}
],
"category": "product_name",
"name": "cni-plugins"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 containerized-data-importer 1.57.0-17",
"product": {
"name": "\u003cazl3 containerized-data-importer 1.57.0-17",
"product_id": "15"
}
},
{
"category": "product_version",
"name": "azl3 containerized-data-importer 1.57.0-17",
"product": {
"name": "azl3 containerized-data-importer 1.57.0-17",
"product_id": "20709"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 containerized-data-importer 1.55.0-26",
"product": {
"name": "\u003ccbl2 containerized-data-importer 1.55.0-26",
"product_id": "18"
}
},
{
"category": "product_version",
"name": "cbl2 containerized-data-importer 1.55.0-26",
"product": {
"name": "cbl2 containerized-data-importer 1.55.0-26",
"product_id": "20699"
}
}
],
"category": "product_name",
"name": "containerized-data-importer"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 dcos-cli 1.2.0-19",
"product": {
"name": "\u003cazl3 dcos-cli 1.2.0-19",
"product_id": "14"
}
},
{
"category": "product_version",
"name": "azl3 dcos-cli 1.2.0-19",
"product": {
"name": "azl3 dcos-cli 1.2.0-19",
"product_id": "20710"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 dcos-cli 1.2.0-22",
"product": {
"name": "\u003ccbl2 dcos-cli 1.2.0-22",
"product_id": "8"
}
},
{
"category": "product_version",
"name": "cbl2 dcos-cli 1.2.0-22",
"product": {
"name": "cbl2 dcos-cli 1.2.0-22",
"product_id": "20716"
}
}
],
"category": "product_name",
"name": "dcos-cli"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 flannel 0.24.2-21",
"product": {
"name": "\u003cazl3 flannel 0.24.2-21",
"product_id": "13"
}
},
{
"category": "product_version",
"name": "azl3 flannel 0.24.2-21",
"product": {
"name": "azl3 flannel 0.24.2-21",
"product_id": "20711"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 flannel 0.14.0-26",
"product": {
"name": "\u003ccbl2 flannel 0.14.0-26",
"product_id": "7"
}
},
{
"category": "product_version",
"name": "cbl2 flannel 0.14.0-26",
"product": {
"name": "cbl2 flannel 0.14.0-26",
"product_id": "20717"
}
}
],
"category": "product_name",
"name": "flannel"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 kata-containers 3.19.1.kata2-2",
"product": {
"name": "azl3 kata-containers 3.19.1.kata2-2",
"product_id": "12"
}
},
{
"category": "product_version_range",
"name": "cbl2 kata-containers 3.2.0.azl2-7",
"product": {
"name": "cbl2 kata-containers 3.2.0.azl2-7",
"product_id": "23"
}
}
],
"category": "product_name",
"name": "kata-containers"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 kata-containers-cc 3.15.0.aks0-5",
"product": {
"name": "azl3 kata-containers-cc 3.15.0.aks0-5",
"product_id": "21"
}
},
{
"category": "product_version_range",
"name": "cbl2 kata-containers-cc 3.2.0.azl2-8",
"product": {
"name": "cbl2 kata-containers-cc 3.2.0.azl2-8",
"product_id": "22"
}
}
],
"category": "product_name",
"name": "kata-containers-cc"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 cert-manager 1.11.2-24",
"product": {
"name": "\u003ccbl2 cert-manager 1.11.2-24",
"product_id": "24"
}
},
{
"category": "product_version",
"name": "cbl2 cert-manager 1.11.2-24",
"product": {
"name": "cbl2 cert-manager 1.11.2-24",
"product_id": "20381"
}
}
],
"category": "product_name",
"name": "cert-manager"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 cf-cli 8.4.0-25",
"product": {
"name": "\u003ccbl2 cf-cli 8.4.0-25",
"product_id": "10"
}
},
{
"category": "product_version",
"name": "cbl2 cf-cli 8.4.0-25",
"product": {
"name": "cbl2 cf-cli 8.4.0-25",
"product_id": "20714"
}
}
],
"category": "product_name",
"name": "cf-cli"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 cri-o 1.22.3-17",
"product": {
"name": "\u003ccbl2 cri-o 1.22.3-17",
"product_id": "17"
}
},
{
"category": "product_version",
"name": "cbl2 cri-o 1.22.3-17",
"product": {
"name": "cbl2 cri-o 1.22.3-17",
"product_id": "20700"
}
}
],
"category": "product_name",
"name": "cri-o"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 jx 3.2.236-23",
"product": {
"name": "\u003ccbl2 jx 3.2.236-23",
"product_id": "19"
}
},
{
"category": "product_version",
"name": "cbl2 jx 3.2.236-23",
"product": {
"name": "cbl2 jx 3.2.236-23",
"product_id": "20537"
}
}
],
"category": "product_name",
"name": "jx"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 kube-vip-cloud-provider 0.0.2-23",
"product": {
"name": "\u003ccbl2 kube-vip-cloud-provider 0.0.2-23",
"product_id": "6"
}
},
{
"category": "product_version",
"name": "cbl2 kube-vip-cloud-provider 0.0.2-23",
"product": {
"name": "cbl2 kube-vip-cloud-provider 0.0.2-23",
"product_id": "20718"
}
}
],
"category": "product_name",
"name": "kube-vip-cloud-provider"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 kubevirt 0.59.0-31",
"product": {
"name": "\u003ccbl2 kubevirt 0.59.0-31",
"product_id": "16"
}
},
{
"category": "product_version",
"name": "cbl2 kubevirt 0.59.0-31",
"product": {
"name": "cbl2 kubevirt 0.59.0-31",
"product_id": "20703"
}
}
],
"category": "product_name",
"name": "kubevirt"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 local-path-provisioner 0.0.21-19",
"product": {
"name": "\u003ccbl2 local-path-provisioner 0.0.21-19",
"product_id": "5"
}
},
{
"category": "product_version",
"name": "cbl2 local-path-provisioner 0.0.21-19",
"product": {
"name": "cbl2 local-path-provisioner 0.0.21-19",
"product_id": "20719"
}
}
],
"category": "product_name",
"name": "local-path-provisioner"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 moby-buildx 0.7.1-26",
"product": {
"name": "\u003ccbl2 moby-buildx 0.7.1-26",
"product_id": "4"
}
},
{
"category": "product_version",
"name": "cbl2 moby-buildx 0.7.1-26",
"product": {
"name": "cbl2 moby-buildx 0.7.1-26",
"product_id": "20720"
}
}
],
"category": "product_name",
"name": "moby-buildx"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 moby-compose 2.17.3-12",
"product": {
"name": "\u003ccbl2 moby-compose 2.17.3-12",
"product_id": "3"
}
},
{
"category": "product_version",
"name": "cbl2 moby-compose 2.17.3-12",
"product": {
"name": "cbl2 moby-compose 2.17.3-12",
"product_id": "20721"
}
}
],
"category": "product_name",
"name": "moby-compose"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 prometheus 2.37.9-5",
"product": {
"name": "\u003ccbl2 prometheus 2.37.9-5",
"product_id": "25"
}
},
{
"category": "product_version",
"name": "cbl2 prometheus 2.37.9-5",
"product": {
"name": "cbl2 prometheus 2.37.9-5",
"product_id": "20372"
}
}
],
"category": "product_name",
"name": "prometheus"
},
{
"category": "product_name",
"name": "azl3 libcontainers-common 20240213-3",
"product": {
"name": "azl3 libcontainers-common 20240213-3",
"product_id": "30"
}
},
{
"category": "product_name",
"name": "cbl2 libcontainers-common 20210626-7",
"product": {
"name": "cbl2 libcontainers-common 20210626-7",
"product_id": "28"
}
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 influxdb 2.6.1-27 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 influxdb 2.6.1-27 as a component of CBL Mariner 2.0",
"product_id": "20770-17086"
},
"product_reference": "20770",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 kubernetes 1.28.4-21 as a component of CBL Mariner 2.0",
"product_id": "17086-2"
},
"product_reference": "2",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 kubernetes 1.28.4-21 as a component of CBL Mariner 2.0",
"product_id": "20769-17086"
},
"product_reference": "20769",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 cni-plugins 1.4.0-3 as a component of Azure Linux 3.0",
"product_id": "17084-29"
},
"product_reference": "29",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 cni-plugins 1.4.0-3 as a component of Azure Linux 3.0",
"product_id": "19348-17084"
},
"product_reference": "19348",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 containerized-data-importer 1.57.0-17 as a component of Azure Linux 3.0",
"product_id": "17084-15"
},
"product_reference": "15",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 containerized-data-importer 1.57.0-17 as a component of Azure Linux 3.0",
"product_id": "20709-17084"
},
"product_reference": "20709",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 dcos-cli 1.2.0-19 as a component of Azure Linux 3.0",
"product_id": "17084-14"
},
"product_reference": "14",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 dcos-cli 1.2.0-19 as a component of Azure Linux 3.0",
"product_id": "20710-17084"
},
"product_reference": "20710",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 flannel 0.24.2-21 as a component of Azure Linux 3.0",
"product_id": "17084-13"
},
"product_reference": "13",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 flannel 0.24.2-21 as a component of Azure Linux 3.0",
"product_id": "20711-17084"
},
"product_reference": "20711",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 influxdb 2.7.5-8 as a component of Azure Linux 3.0",
"product_id": "17084-27"
},
"product_reference": "27",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 influxdb 2.7.5-8 as a component of Azure Linux 3.0",
"product_id": "20079-17084"
},
"product_reference": "20079",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kata-containers 3.19.1.kata2-2 as a component of Azure Linux 3.0",
"product_id": "17084-12"
},
"product_reference": "12",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kata-containers-cc 3.15.0.aks0-5 as a component of Azure Linux 3.0",
"product_id": "17084-21"
},
"product_reference": "21",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 kubernetes 1.30.10-16 as a component of Azure Linux 3.0",
"product_id": "17084-11"
},
"product_reference": "11",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kubernetes 1.30.10-16 as a component of Azure Linux 3.0",
"product_id": "20713-17084"
},
"product_reference": "20713",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 libcontainers-common 20240213-3 as a component of Azure Linux 3.0",
"product_id": "17084-30"
},
"product_reference": "30",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 cert-manager 1.11.2-24 as a component of CBL Mariner 2.0",
"product_id": "17086-24"
},
"product_reference": "24",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 cert-manager 1.11.2-24 as a component of CBL Mariner 2.0",
"product_id": "20381-17086"
},
"product_reference": "20381",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 cf-cli 8.4.0-25 as a component of CBL Mariner 2.0",
"product_id": "17086-10"
},
"product_reference": "10",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 cf-cli 8.4.0-25 as a component of CBL Mariner 2.0",
"product_id": "20714-17086"
},
"product_reference": "20714",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 cni-plugins 1.3.0-9 as a component of CBL Mariner 2.0",
"product_id": "17086-9"
},
"product_reference": "9",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 cni-plugins 1.3.0-9 as a component of CBL Mariner 2.0",
"product_id": "20715-17086"
},
"product_reference": "20715",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 containerized-data-importer 1.55.0-26 as a component of CBL Mariner 2.0",
"product_id": "17086-18"
},
"product_reference": "18",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 containerized-data-importer 1.55.0-26 as a component of CBL Mariner 2.0",
"product_id": "20699-17086"
},
"product_reference": "20699",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 cri-o 1.22.3-17 as a component of CBL Mariner 2.0",
"product_id": "17086-17"
},
"product_reference": "17",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 cri-o 1.22.3-17 as a component of CBL Mariner 2.0",
"product_id": "20700-17086"
},
"product_reference": "20700",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 dcos-cli 1.2.0-22 as a component of CBL Mariner 2.0",
"product_id": "17086-8"
},
"product_reference": "8",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 dcos-cli 1.2.0-22 as a component of CBL Mariner 2.0",
"product_id": "20716-17086"
},
"product_reference": "20716",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 flannel 0.14.0-26 as a component of CBL Mariner 2.0",
"product_id": "17086-7"
},
"product_reference": "7",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 flannel 0.14.0-26 as a component of CBL Mariner 2.0",
"product_id": "20717-17086"
},
"product_reference": "20717",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 influxdb 2.6.1-24 as a component of CBL Mariner 2.0",
"product_id": "17086-20"
},
"product_reference": "20",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 influxdb 2.6.1-24 as a component of CBL Mariner 2.0",
"product_id": "20520-17086"
},
"product_reference": "20520",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 jx 3.2.236-23 as a component of CBL Mariner 2.0",
"product_id": "17086-19"
},
"product_reference": "19",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 jx 3.2.236-23 as a component of CBL Mariner 2.0",
"product_id": "20537-17086"
},
"product_reference": "20537",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 kata-containers 3.2.0.azl2-7 as a component of CBL Mariner 2.0",
"product_id": "17086-23"
},
"product_reference": "23",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 kata-containers-cc 3.2.0.azl2-8 as a component of CBL Mariner 2.0",
"product_id": "17086-22"
},
"product_reference": "22",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 kube-vip-cloud-provider 0.0.2-23 as a component of CBL Mariner 2.0",
"product_id": "17086-6"
},
"product_reference": "6",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 kube-vip-cloud-provider 0.0.2-23 as a component of CBL Mariner 2.0",
"product_id": "20718-17086"
},
"product_reference": "20718",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 kubernetes 1.28.4-19 as a component of CBL Mariner 2.0",
"product_id": "17086-26"
},
"product_reference": "26",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 kubernetes 1.28.4-19 as a component of CBL Mariner 2.0",
"product_id": "20364-17086"
},
"product_reference": "20364",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 kubevirt 0.59.0-31 as a component of CBL Mariner 2.0",
"product_id": "17086-16"
},
"product_reference": "16",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 kubevirt 0.59.0-31 as a component of CBL Mariner 2.0",
"product_id": "20703-17086"
},
"product_reference": "20703",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 libcontainers-common 20210626-7 as a component of CBL Mariner 2.0",
"product_id": "17086-28"
},
"product_reference": "28",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 local-path-provisioner 0.0.21-19 as a component of CBL Mariner 2.0",
"product_id": "17086-5"
},
"product_reference": "5",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 local-path-provisioner 0.0.21-19 as a component of CBL Mariner 2.0",
"product_id": "20719-17086"
},
"product_reference": "20719",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 moby-buildx 0.7.1-26 as a component of CBL Mariner 2.0",
"product_id": "17086-4"
},
"product_reference": "4",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 moby-buildx 0.7.1-26 as a component of CBL Mariner 2.0",
"product_id": "20720-17086"
},
"product_reference": "20720",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 moby-compose 2.17.3-12 as a component of CBL Mariner 2.0",
"product_id": "17086-3"
},
"product_reference": "3",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 moby-compose 2.17.3-12 as a component of CBL Mariner 2.0",
"product_id": "20721-17086"
},
"product_reference": "20721",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 prometheus 2.37.9-5 as a component of CBL Mariner 2.0",
"product_id": "17086-25"
},
"product_reference": "25",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 prometheus 2.37.9-5 as a component of CBL Mariner 2.0",
"product_id": "20372-17086"
},
"product_reference": "20372",
"relates_to_product_reference": "17086"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-65637",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"flags": [
{
"label": "component_not_present",
"product_ids": [
"17084-30",
"17086-28"
]
}
],
"notes": [
{
"category": "general",
"text": "mitre",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"20770-17086",
"20769-17086",
"19348-17084",
"20709-17084",
"20710-17084",
"20711-17084",
"20079-17084",
"20713-17084",
"20381-17086",
"20714-17086",
"20715-17086",
"20699-17086",
"20700-17086",
"20716-17086",
"20717-17086",
"20520-17086",
"20537-17086",
"20718-17086",
"20364-17086",
"20703-17086",
"20719-17086",
"20720-17086",
"20721-17086",
"20372-17086"
],
"known_affected": [
"17086-1",
"17086-2",
"17084-29",
"17084-15",
"17084-14",
"17084-13",
"17084-27",
"17084-12",
"17084-21",
"17084-11",
"17086-24",
"17086-10",
"17086-9",
"17086-18",
"17086-17",
"17086-8",
"17086-7",
"17086-20",
"17086-19",
"17086-23",
"17086-22",
"17086-6",
"17086-26",
"17086-16",
"17086-5",
"17086-4",
"17086-3",
"17086-25"
],
"known_not_affected": [
"17084-30",
"17086-28"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-65637 A denial-of-service vulnerability exists in github.com/sirupsen/logrus when using Entry.Writer() to log a single-line payload larger than 64KB without newline characters. - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-65637.json"
}
],
"remediations": [
{
"category": "none_available",
"date": "2025-12-07T01:03:21.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-12"
]
},
{
"category": "none_available",
"date": "2025-12-07T01:03:21.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-21"
]
},
{
"category": "none_available",
"date": "2025-12-07T01:03:21.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-23"
]
},
{
"category": "none_available",
"date": "2025-12-07T01:03:21.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-22"
]
},
{
"category": "vendor_fix",
"date": "2025-12-07T01:03:21.000Z",
"details": "2.6.1-25:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-1",
"17086-20"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-12-07T01:03:21.000Z",
"details": "1.28.4-21:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-2",
"17086-26"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-12-07T01:03:21.000Z",
"details": "1.4.0-4:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-29"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-12-07T01:03:21.000Z",
"details": "1.57.0-18:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-15"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-12-07T01:03:21.000Z",
"details": "1.2.0-20:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-14"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-12-07T01:03:21.000Z",
"details": "0.24.2-22:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-13"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-12-07T01:03:21.000Z",
"details": "2.7.5-9:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-27"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-12-07T01:03:21.000Z",
"details": "1.30.10-17:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-11"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-12-07T01:03:21.000Z",
"details": "1.11.2-25:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-24"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-12-07T01:03:21.000Z",
"details": "8.4.0-26:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-10"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-12-07T01:03:21.000Z",
"details": "1.3.0-10:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-9"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-12-07T01:03:21.000Z",
"details": "1.55.0-27:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-18"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-12-07T01:03:21.000Z",
"details": "1.22.3-18:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-17"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-12-07T01:03:21.000Z",
"details": "1.2.0-23:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-8"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-12-07T01:03:21.000Z",
"details": "0.14.0-27:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-7"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-12-07T01:03:21.000Z",
"details": "3.2.236-24:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-19"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-12-07T01:03:21.000Z",
"details": "0.0.2-24:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-6"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-12-07T01:03:21.000Z",
"details": "0.59.0-32:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-16"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-12-07T01:03:21.000Z",
"details": "0.0.21-20:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-5"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-12-07T01:03:21.000Z",
"details": "0.7.1-27:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-4"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-12-07T01:03:21.000Z",
"details": "2.17.3-13:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-3"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-12-07T01:03:21.000Z",
"details": "2.37.9-6:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-25"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalsScore": 0.0,
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"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": [
"17086-1",
"17086-2",
"17084-29",
"17084-15",
"17084-14",
"17084-13",
"17084-27",
"17084-12",
"17084-21",
"17084-11",
"17086-24",
"17086-10",
"17086-9",
"17086-18",
"17086-17",
"17086-8",
"17086-7",
"17086-20",
"17086-19",
"17086-23",
"17086-22",
"17086-6",
"17086-26",
"17086-16",
"17086-5",
"17086-4",
"17086-3",
"17086-25"
]
}
],
"title": "A denial-of-service vulnerability exists in github.com/sirupsen/logrus when using Entry.Writer() to log a single-line payload larger than 64KB without newline characters."
}
]
}
RHSA-2026:0338
Vulnerability from csaf_redhat - Published: 2026-01-14 22:29 - Updated: 2026-02-04 07:51Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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.18.31 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.18.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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.18.31. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:0331\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.18/html/release_notes/\n\nSecurity Fix(es):\n\n* github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload (CVE-2025-65637)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.18 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.18/html-single/updating_clusters/index#updating-cluster-cli.",
"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:0338",
"url": "https://access.redhat.com/errata/RHSA-2026:0338"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65637",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"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_0338.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.18.31 bug fix and security update",
"tracking": {
"current_release_date": "2026-02-04T07:51:07+00:00",
"generator": {
"date": "2026-02-04T07:51:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2026:0338",
"initial_release_date": "2026-01-14T22:29:24+00:00",
"revision_history": [
{
"date": "2026-01-14T22:29:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-14T22:30:05+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-04T07:51:07+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.18",
"product": {
"name": "Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.18::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c5efda1b63939e02e1de0b4451ef9bf7f58389b7e718d6706d1fa6e97c7f0ebe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c5efda1b63939e02e1de0b4451ef9bf7f58389b7e718d6706d1fa6e97c7f0ebe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c5efda1b63939e02e1de0b4451ef9bf7f58389b7e718d6706d1fa6e97c7f0ebe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Ac5efda1b63939e02e1de0b4451ef9bf7f58389b7e718d6706d1fa6e97c7f0ebe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765468733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:30f5197b2f63c8c50007430b149d9501bb450f2b46c67f2a856c69a796e2e632_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:30f5197b2f63c8c50007430b149d9501bb450f2b46c67f2a856c69a796e2e632_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:30f5197b2f63c8c50007430b149d9501bb450f2b46c67f2a856c69a796e2e632_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A30f5197b2f63c8c50007430b149d9501bb450f2b46c67f2a856c69a796e2e632?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ce50e9a6830d0dfdf9202d83e7048f05f680f73925cfd3915193dc3dd667f82e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ce50e9a6830d0dfdf9202d83e7048f05f680f73925cfd3915193dc3dd667f82e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ce50e9a6830d0dfdf9202d83e7048f05f680f73925cfd3915193dc3dd667f82e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3Ace50e9a6830d0dfdf9202d83e7048f05f680f73925cfd3915193dc3dd667f82e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765781059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:aafd6edba458909f26158f6284041454762dcc959855037a34dfb1e0caf82c4f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:aafd6edba458909f26158f6284041454762dcc959855037a34dfb1e0caf82c4f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:aafd6edba458909f26158f6284041454762dcc959855037a34dfb1e0caf82c4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3Aaafd6edba458909f26158f6284041454762dcc959855037a34dfb1e0caf82c4f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765777416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e26cf2299596cae4fc19bbf97196b477864d887aeed85479d756a93d1a53b3e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e26cf2299596cae4fc19bbf97196b477864d887aeed85479d756a93d1a53b3e4_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e26cf2299596cae4fc19bbf97196b477864d887aeed85479d756a93d1a53b3e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Ae26cf2299596cae4fc19bbf97196b477864d887aeed85479d756a93d1a53b3e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1217fd2cb14ec1632c03d250a8963906a1e3355b5d4274e704ccd6b9479632d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1217fd2cb14ec1632c03d250a8963906a1e3355b5d4274e704ccd6b9479632d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1217fd2cb14ec1632c03d250a8963906a1e3355b5d4274e704ccd6b9479632d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A1217fd2cb14ec1632c03d250a8963906a1e3355b5d4274e704ccd6b9479632d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787703"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b919538826765b2c20d9af101c2c83c6e6b07a3eb0d8ff84c6182f71f9602c50_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b919538826765b2c20d9af101c2c83c6e6b07a3eb0d8ff84c6182f71f9602c50_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b919538826765b2c20d9af101c2c83c6e6b07a3eb0d8ff84c6182f71f9602c50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Ab919538826765b2c20d9af101c2c83c6e6b07a3eb0d8ff84c6182f71f9602c50?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787867"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:acec9031b1e0582d10395c7db70ec2f6cb36eff2fcf29c976e45dcc000eabb55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:acec9031b1e0582d10395c7db70ec2f6cb36eff2fcf29c976e45dcc000eabb55_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:acec9031b1e0582d10395c7db70ec2f6cb36eff2fcf29c976e45dcc000eabb55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Aacec9031b1e0582d10395c7db70ec2f6cb36eff2fcf29c976e45dcc000eabb55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd0535f5647493ab10754e182831803ccde1575945e25c055a7feec8b8ea91d0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd0535f5647493ab10754e182831803ccde1575945e25c055a7feec8b8ea91d0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd0535f5647493ab10754e182831803ccde1575945e25c055a7feec8b8ea91d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Abd0535f5647493ab10754e182831803ccde1575945e25c055a7feec8b8ea91d0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765854236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ba896f59d10345315e34561484ab181458e32848d700ab47eec2a324b478e745_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ba896f59d10345315e34561484ab181458e32848d700ab47eec2a324b478e745_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ba896f59d10345315e34561484ab181458e32848d700ab47eec2a324b478e745_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Aba896f59d10345315e34561484ab181458e32848d700ab47eec2a324b478e745?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:928f2362cac3ec64450fb982cdf2d3cb5deb734b99d9a331217f137904e95264_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:928f2362cac3ec64450fb982cdf2d3cb5deb734b99d9a331217f137904e95264_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:928f2362cac3ec64450fb982cdf2d3cb5deb734b99d9a331217f137904e95264_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A928f2362cac3ec64450fb982cdf2d3cb5deb734b99d9a331217f137904e95264?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767751869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:740a93c3ed894846400a43d0399a578864787bce388969dcb6eb0d57f09eaf74_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:740a93c3ed894846400a43d0399a578864787bce388969dcb6eb0d57f09eaf74_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:740a93c3ed894846400a43d0399a578864787bce388969dcb6eb0d57f09eaf74_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A740a93c3ed894846400a43d0399a578864787bce388969dcb6eb0d57f09eaf74?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8bbfb3d019dffac460a71a7652ddca6fbd11adbb66cfd724ba3e439c89954843_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8bbfb3d019dffac460a71a7652ddca6fbd11adbb66cfd724ba3e439c89954843_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8bbfb3d019dffac460a71a7652ddca6fbd11adbb66cfd724ba3e439c89954843_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A8bbfb3d019dffac460a71a7652ddca6fbd11adbb66cfd724ba3e439c89954843?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:21617717102ff755f18f66221c52b5538badf5418669cd5308f69842913d41d7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:21617717102ff755f18f66221c52b5538badf5418669cd5308f69842913d41d7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:21617717102ff755f18f66221c52b5538badf5418669cd5308f69842913d41d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A21617717102ff755f18f66221c52b5538badf5418669cd5308f69842913d41d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767635352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e1c6b4bdbaf3b4ab0c0c47ad6f7f36e4fab53946dc6ae5ca36c18bb6401fe376_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e1c6b4bdbaf3b4ab0c0c47ad6f7f36e4fab53946dc6ae5ca36c18bb6401fe376_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e1c6b4bdbaf3b4ab0c0c47ad6f7f36e4fab53946dc6ae5ca36c18bb6401fe376_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Ae1c6b4bdbaf3b4ab0c0c47ad6f7f36e4fab53946dc6ae5ca36c18bb6401fe376?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:faf6dd53d1ecc777b182fce23bb5f4d13a42fe830f0b87c50334e9ebbe3c2bdd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:faf6dd53d1ecc777b182fce23bb5f4d13a42fe830f0b87c50334e9ebbe3c2bdd_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:faf6dd53d1ecc777b182fce23bb5f4d13a42fe830f0b87c50334e9ebbe3c2bdd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3Afaf6dd53d1ecc777b182fce23bb5f4d13a42fe830f0b87c50334e9ebbe3c2bdd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7432171ce2b51b92ccf73c1e411e439b2b615f05a9c4eca4c289c3f91bb757fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7432171ce2b51b92ccf73c1e411e439b2b615f05a9c4eca4c289c3f91bb757fe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7432171ce2b51b92ccf73c1e411e439b2b615f05a9c4eca4c289c3f91bb757fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A7432171ce2b51b92ccf73c1e411e439b2b615f05a9c4eca4c289c3f91bb757fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789807"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:14cf39c197d1757369c7ba31060da43f9a30a230118e85774f8edfa42f81f5f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:14cf39c197d1757369c7ba31060da43f9a30a230118e85774f8edfa42f81f5f7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:14cf39c197d1757369c7ba31060da43f9a30a230118e85774f8edfa42f81f5f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A14cf39c197d1757369c7ba31060da43f9a30a230118e85774f8edfa42f81f5f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e3ce2423fb192016ba0369860fdc3f490fee48cff3f2c8e84d0274fb83753db7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e3ce2423fb192016ba0369860fdc3f490fee48cff3f2c8e84d0274fb83753db7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e3ce2423fb192016ba0369860fdc3f490fee48cff3f2c8e84d0274fb83753db7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3Ae3ce2423fb192016ba0369860fdc3f490fee48cff3f2c8e84d0274fb83753db7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765782652"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d10d0d1857697de54b0e363cde1d43d9212cb5d151a59d489dfaf2f19512c24e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d10d0d1857697de54b0e363cde1d43d9212cb5d151a59d489dfaf2f19512c24e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d10d0d1857697de54b0e363cde1d43d9212cb5d151a59d489dfaf2f19512c24e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3Ad10d0d1857697de54b0e363cde1d43d9212cb5d151a59d489dfaf2f19512c24e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765783550"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:c3a065df60facd399fc855b14d3b8f0bc64e44c1ea2da36231eb661febed7048_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:c3a065df60facd399fc855b14d3b8f0bc64e44c1ea2da36231eb661febed7048_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:c3a065df60facd399fc855b14d3b8f0bc64e44c1ea2da36231eb661febed7048_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3Ac3a065df60facd399fc855b14d3b8f0bc64e44c1ea2da36231eb661febed7048?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765784486"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:901569c77758463ca80673c2821feca0d6b4574fcf454b42abbed4f319cb7337_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:901569c77758463ca80673c2821feca0d6b4574fcf454b42abbed4f319cb7337_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:901569c77758463ca80673c2821feca0d6b4574fcf454b42abbed4f319cb7337_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A901569c77758463ca80673c2821feca0d6b4574fcf454b42abbed4f319cb7337?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:7b90fd5f2a8ee2a72f9a35c52195998a543c294781426a6d6a1adf8a268f668a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:7b90fd5f2a8ee2a72f9a35c52195998a543c294781426a6d6a1adf8a268f668a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:7b90fd5f2a8ee2a72f9a35c52195998a543c294781426a6d6a1adf8a268f668a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A7b90fd5f2a8ee2a72f9a35c52195998a543c294781426a6d6a1adf8a268f668a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4220bbd2bf43945ed2d2767ee179f438b15b2c3940f5a1a42af8338bec9ba81e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4220bbd2bf43945ed2d2767ee179f438b15b2c3940f5a1a42af8338bec9ba81e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4220bbd2bf43945ed2d2767ee179f438b15b2c3940f5a1a42af8338bec9ba81e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A4220bbd2bf43945ed2d2767ee179f438b15b2c3940f5a1a42af8338bec9ba81e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:44ceda6b1fcfffba8c94bffb0bd2bd5ec84f7762e87a301884a52a7fd8f6db63_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:44ceda6b1fcfffba8c94bffb0bd2bd5ec84f7762e87a301884a52a7fd8f6db63_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:44ceda6b1fcfffba8c94bffb0bd2bd5ec84f7762e87a301884a52a7fd8f6db63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A44ceda6b1fcfffba8c94bffb0bd2bd5ec84f7762e87a301884a52a7fd8f6db63?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c8aa6760c388203625e4502baab8db9e674788817edcdc348d286196e213643b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c8aa6760c388203625e4502baab8db9e674788817edcdc348d286196e213643b_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c8aa6760c388203625e4502baab8db9e674788817edcdc348d286196e213643b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Ac8aa6760c388203625e4502baab8db9e674788817edcdc348d286196e213643b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766400240"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c1f7bf5346faaaf059f28524d66baa638fd992d12b8a95ef3977937d73c7f0f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c1f7bf5346faaaf059f28524d66baa638fd992d12b8a95ef3977937d73c7f0f2_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c1f7bf5346faaaf059f28524d66baa638fd992d12b8a95ef3977937d73c7f0f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3Ac1f7bf5346faaaf059f28524d66baa638fd992d12b8a95ef3977937d73c7f0f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788044"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:0ca16a4d0b9b6af6a67baf917fd7d0679d1c2e56785d127d1aac75225cea2cb7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:0ca16a4d0b9b6af6a67baf917fd7d0679d1c2e56785d127d1aac75225cea2cb7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:0ca16a4d0b9b6af6a67baf917fd7d0679d1c2e56785d127d1aac75225cea2cb7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A0ca16a4d0b9b6af6a67baf917fd7d0679d1c2e56785d127d1aac75225cea2cb7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:89d77072d59839456f37f903fdb36bdd281d696317e384ef26df3e0352500a13_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:89d77072d59839456f37f903fdb36bdd281d696317e384ef26df3e0352500a13_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:89d77072d59839456f37f903fdb36bdd281d696317e384ef26df3e0352500a13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A89d77072d59839456f37f903fdb36bdd281d696317e384ef26df3e0352500a13?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765468722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bc71d750a60211203dac5e51c94a9b72c09995963a7cf88e17921a9985f93dd9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bc71d750a60211203dac5e51c94a9b72c09995963a7cf88e17921a9985f93dd9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bc71d750a60211203dac5e51c94a9b72c09995963a7cf88e17921a9985f93dd9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Abc71d750a60211203dac5e51c94a9b72c09995963a7cf88e17921a9985f93dd9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788569"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:9e85172d3139e5a6eea8a4356d14c8cee66f94339cdc37f5ab1587c4a8f01d0f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:9e85172d3139e5a6eea8a4356d14c8cee66f94339cdc37f5ab1587c4a8f01d0f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:9e85172d3139e5a6eea8a4356d14c8cee66f94339cdc37f5ab1587c4a8f01d0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A9e85172d3139e5a6eea8a4356d14c8cee66f94339cdc37f5ab1587c4a8f01d0f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dabd4bc3753f47564b9f1da5d97a6ce2f294ecc0464efc66e2bb40685d64ff2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dabd4bc3753f47564b9f1da5d97a6ce2f294ecc0464efc66e2bb40685d64ff2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dabd4bc3753f47564b9f1da5d97a6ce2f294ecc0464efc66e2bb40685d64ff2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A4dabd4bc3753f47564b9f1da5d97a6ce2f294ecc0464efc66e2bb40685d64ff2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:266f23b9d3058866325fb98097356422b10bf6c8a9b3d9a56bc81839b4b4ea3f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:266f23b9d3058866325fb98097356422b10bf6c8a9b3d9a56bc81839b4b4ea3f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:266f23b9d3058866325fb98097356422b10bf6c8a9b3d9a56bc81839b4b4ea3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A266f23b9d3058866325fb98097356422b10bf6c8a9b3d9a56bc81839b4b4ea3f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766097384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f654760cab7af4db4a5068c1070a810af22077a3159c3b797e41954b77608992_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f654760cab7af4db4a5068c1070a810af22077a3159c3b797e41954b77608992_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f654760cab7af4db4a5068c1070a810af22077a3159c3b797e41954b77608992_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3Af654760cab7af4db4a5068c1070a810af22077a3159c3b797e41954b77608992?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767724607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c058a9685be32bebf22d126b71cd659fd218b5d230e1a04899bfc00f0b7a00fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c058a9685be32bebf22d126b71cd659fd218b5d230e1a04899bfc00f0b7a00fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c058a9685be32bebf22d126b71cd659fd218b5d230e1a04899bfc00f0b7a00fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3Ac058a9685be32bebf22d126b71cd659fd218b5d230e1a04899bfc00f0b7a00fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766487229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a39d4f99cdac59a0c0e6c7f48209e74cc229bb2015faa9832a7be3ee2917a70a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a39d4f99cdac59a0c0e6c7f48209e74cc229bb2015faa9832a7be3ee2917a70a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a39d4f99cdac59a0c0e6c7f48209e74cc229bb2015faa9832a7be3ee2917a70a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3Aa39d4f99cdac59a0c0e6c7f48209e74cc229bb2015faa9832a7be3ee2917a70a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767791960"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:adfe810e047c891c8a9809a732ceaa6acb1b2ac9ddd60e43c19390eb442683f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:adfe810e047c891c8a9809a732ceaa6acb1b2ac9ddd60e43c19390eb442683f7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:adfe810e047c891c8a9809a732ceaa6acb1b2ac9ddd60e43c19390eb442683f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3Aadfe810e047c891c8a9809a732ceaa6acb1b2ac9ddd60e43c19390eb442683f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765468830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b00b93bfc4c496af160bcc86f782e3074e9f215cd51d52a504b5705fb08523a0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b00b93bfc4c496af160bcc86f782e3074e9f215cd51d52a504b5705fb08523a0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b00b93bfc4c496af160bcc86f782e3074e9f215cd51d52a504b5705fb08523a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Ab00b93bfc4c496af160bcc86f782e3074e9f215cd51d52a504b5705fb08523a0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:41640b950f7b4576d1af406eddaa83ecc8968284b59041b065ab57aa82ebca46_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:41640b950f7b4576d1af406eddaa83ecc8968284b59041b065ab57aa82ebca46_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:41640b950f7b4576d1af406eddaa83ecc8968284b59041b065ab57aa82ebca46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A41640b950f7b4576d1af406eddaa83ecc8968284b59041b065ab57aa82ebca46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:abfac5af957f2e5ef2ed5cc4c7c026908f1716b3feaaf7aa7eb6441eab518087_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:abfac5af957f2e5ef2ed5cc4c7c026908f1716b3feaaf7aa7eb6441eab518087_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:abfac5af957f2e5ef2ed5cc4c7c026908f1716b3feaaf7aa7eb6441eab518087_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Aabfac5af957f2e5ef2ed5cc4c7c026908f1716b3feaaf7aa7eb6441eab518087?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789344"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1bf326595f9a389789409f853851c1688019b89e958b7b9320c2c356d7a5aa2b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1bf326595f9a389789409f853851c1688019b89e958b7b9320c2c356d7a5aa2b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1bf326595f9a389789409f853851c1688019b89e958b7b9320c2c356d7a5aa2b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A1bf326595f9a389789409f853851c1688019b89e958b7b9320c2c356d7a5aa2b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787553"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:45fc37a08ab295d81c0de16b327cc98bc5e784ada95695c95aceb56596304939_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:45fc37a08ab295d81c0de16b327cc98bc5e784ada95695c95aceb56596304939_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:45fc37a08ab295d81c0de16b327cc98bc5e784ada95695c95aceb56596304939_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A45fc37a08ab295d81c0de16b327cc98bc5e784ada95695c95aceb56596304939?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767832502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:4100483ce23b90445a9f218d1435df42c081238db5e61048db14354476897617_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:4100483ce23b90445a9f218d1435df42c081238db5e61048db14354476897617_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:4100483ce23b90445a9f218d1435df42c081238db5e61048db14354476897617_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A4100483ce23b90445a9f218d1435df42c081238db5e61048db14354476897617?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765792517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e0420d92c6151f4f9b64ba218105b3477ee30deb04234ff7f34717831c34403d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e0420d92c6151f4f9b64ba218105b3477ee30deb04234ff7f34717831c34403d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e0420d92c6151f4f9b64ba218105b3477ee30deb04234ff7f34717831c34403d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Ae0420d92c6151f4f9b64ba218105b3477ee30deb04234ff7f34717831c34403d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:4a7747327885e9e13ec93b66adf83e43170bc5e222d7269ad34ddaf1569562a4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:4a7747327885e9e13ec93b66adf83e43170bc5e222d7269ad34ddaf1569562a4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:4a7747327885e9e13ec93b66adf83e43170bc5e222d7269ad34ddaf1569562a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A4a7747327885e9e13ec93b66adf83e43170bc5e222d7269ad34ddaf1569562a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b84c27b68fb5a9da03e4fce66cd32a949f81d670e39cce9f118087e35cd3ce6a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b84c27b68fb5a9da03e4fce66cd32a949f81d670e39cce9f118087e35cd3ce6a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b84c27b68fb5a9da03e4fce66cd32a949f81d670e39cce9f118087e35cd3ce6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3Ab84c27b68fb5a9da03e4fce66cd32a949f81d670e39cce9f118087e35cd3ce6a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767832520"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2ecd6ca0d28da9ce90dd0239f1fbb10c6f3eaf62965fe19c0416500905ac7168_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2ecd6ca0d28da9ce90dd0239f1fbb10c6f3eaf62965fe19c0416500905ac7168_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2ecd6ca0d28da9ce90dd0239f1fbb10c6f3eaf62965fe19c0416500905ac7168_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A2ecd6ca0d28da9ce90dd0239f1fbb10c6f3eaf62965fe19c0416500905ac7168?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:3f823950728711195b6382de902bb3dc078f8bb1a6d0ff6dda5ec4fce10e168a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:3f823950728711195b6382de902bb3dc078f8bb1a6d0ff6dda5ec4fce10e168a_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:3f823950728711195b6382de902bb3dc078f8bb1a6d0ff6dda5ec4fce10e168a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A3f823950728711195b6382de902bb3dc078f8bb1a6d0ff6dda5ec4fce10e168a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766113969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:00dd38900c9ada199bc8d4f38f637e75b88f50bc34885054784414f77ccfef06_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:00dd38900c9ada199bc8d4f38f637e75b88f50bc34885054784414f77ccfef06_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:00dd38900c9ada199bc8d4f38f637e75b88f50bc34885054784414f77ccfef06_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A00dd38900c9ada199bc8d4f38f637e75b88f50bc34885054784414f77ccfef06?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767769952"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:82bf6c7cace9d746b49f970d7024f5a332ff20d18d35b2acac6d131ced023181_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:82bf6c7cace9d746b49f970d7024f5a332ff20d18d35b2acac6d131ced023181_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:82bf6c7cace9d746b49f970d7024f5a332ff20d18d35b2acac6d131ced023181_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A82bf6c7cace9d746b49f970d7024f5a332ff20d18d35b2acac6d131ced023181?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:354ee234566f3141d68e419df4f9a141004f8ec764351b6910b6ebb0d0acbac9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:354ee234566f3141d68e419df4f9a141004f8ec764351b6910b6ebb0d0acbac9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:354ee234566f3141d68e419df4f9a141004f8ec764351b6910b6ebb0d0acbac9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A354ee234566f3141d68e419df4f9a141004f8ec764351b6910b6ebb0d0acbac9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767839823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e9c7e6bed82bbaaedc1242caab16ed15bfe5e87fa1c3d98a8893bbdede421413_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e9c7e6bed82bbaaedc1242caab16ed15bfe5e87fa1c3d98a8893bbdede421413_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e9c7e6bed82bbaaedc1242caab16ed15bfe5e87fa1c3d98a8893bbdede421413_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Ae9c7e6bed82bbaaedc1242caab16ed15bfe5e87fa1c3d98a8893bbdede421413?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ee6bee2b4bbe66433814af5c573c59e6f3728378ac700428ced7a45fc9f2fac7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ee6bee2b4bbe66433814af5c573c59e6f3728378ac700428ced7a45fc9f2fac7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ee6bee2b4bbe66433814af5c573c59e6f3728378ac700428ced7a45fc9f2fac7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Aee6bee2b4bbe66433814af5c573c59e6f3728378ac700428ced7a45fc9f2fac7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765792527"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:72b04a33634dffc69245d23ceee3f816c6dbe7f14fe62487e826ff9fb03fa32b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:72b04a33634dffc69245d23ceee3f816c6dbe7f14fe62487e826ff9fb03fa32b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:72b04a33634dffc69245d23ceee3f816c6dbe7f14fe62487e826ff9fb03fa32b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A72b04a33634dffc69245d23ceee3f816c6dbe7f14fe62487e826ff9fb03fa32b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765864186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ca137b820a6edd849d6e4587b542aeafb2180c28706460786233b6d69f033890_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ca137b820a6edd849d6e4587b542aeafb2180c28706460786233b6d69f033890_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ca137b820a6edd849d6e4587b542aeafb2180c28706460786233b6d69f033890_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Aca137b820a6edd849d6e4587b542aeafb2180c28706460786233b6d69f033890?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ba7f407bfdfcd6f41ae16dc49313e6b282c3e844733abb2e41360a6d0994a8c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ba7f407bfdfcd6f41ae16dc49313e6b282c3e844733abb2e41360a6d0994a8c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ba7f407bfdfcd6f41ae16dc49313e6b282c3e844733abb2e41360a6d0994a8c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Aba7f407bfdfcd6f41ae16dc49313e6b282c3e844733abb2e41360a6d0994a8c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be92cd19b4bcde0e5e912e4081ef25913528488273ca9ece533e0b4839e3e17f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be92cd19b4bcde0e5e912e4081ef25913528488273ca9ece533e0b4839e3e17f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be92cd19b4bcde0e5e912e4081ef25913528488273ca9ece533e0b4839e3e17f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Abe92cd19b4bcde0e5e912e4081ef25913528488273ca9ece533e0b4839e3e17f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c5597d476d8a2f31f3983d7a57cdc8b0fa4ef59805b3a7f040bc2f4201817b99_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c5597d476d8a2f31f3983d7a57cdc8b0fa4ef59805b3a7f040bc2f4201817b99_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c5597d476d8a2f31f3983d7a57cdc8b0fa4ef59805b3a7f040bc2f4201817b99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Ac5597d476d8a2f31f3983d7a57cdc8b0fa4ef59805b3a7f040bc2f4201817b99?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765786773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d599a5fb2e4c6d5b6fd838206e1a3b9539604fc1a20107de73e291ed917f5a25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d599a5fb2e4c6d5b6fd838206e1a3b9539604fc1a20107de73e291ed917f5a25_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d599a5fb2e4c6d5b6fd838206e1a3b9539604fc1a20107de73e291ed917f5a25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3Ad599a5fb2e4c6d5b6fd838206e1a3b9539604fc1a20107de73e291ed917f5a25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767793336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:52ed5d6d4f5531f09f1fb12c1e46d4ecc5f53407af7b697b40a3b4ae1fd369f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:52ed5d6d4f5531f09f1fb12c1e46d4ecc5f53407af7b697b40a3b4ae1fd369f6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:52ed5d6d4f5531f09f1fb12c1e46d4ecc5f53407af7b697b40a3b4ae1fd369f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A52ed5d6d4f5531f09f1fb12c1e46d4ecc5f53407af7b697b40a3b4ae1fd369f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790971"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e122e1b979948cc29f6a09b966efc7f30e120138cc89932b671bc9b7283caf26_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e122e1b979948cc29f6a09b966efc7f30e120138cc89932b671bc9b7283caf26_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e122e1b979948cc29f6a09b966efc7f30e120138cc89932b671bc9b7283caf26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ae122e1b979948cc29f6a09b966efc7f30e120138cc89932b671bc9b7283caf26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3acbfb9709b51a708893a5b08b5dd64464d6c9c1f7950e30caadc6301c71f1dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3acbfb9709b51a708893a5b08b5dd64464d6c9c1f7950e30caadc6301c71f1dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3acbfb9709b51a708893a5b08b5dd64464d6c9c1f7950e30caadc6301c71f1dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A3acbfb9709b51a708893a5b08b5dd64464d6c9c1f7950e30caadc6301c71f1dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b6d4ae16e1d20978d2adbdbdf4faa9baa59eecf337a3e65186a55593ddd17456_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b6d4ae16e1d20978d2adbdbdf4faa9baa59eecf337a3e65186a55593ddd17456_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b6d4ae16e1d20978d2adbdbdf4faa9baa59eecf337a3e65186a55593ddd17456_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Ab6d4ae16e1d20978d2adbdbdf4faa9baa59eecf337a3e65186a55593ddd17456?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:4e2b13c0febb0bf890c19865fee7ba7f1c11ad0af12481f060c954ad3da2a2b4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:4e2b13c0febb0bf890c19865fee7ba7f1c11ad0af12481f060c954ad3da2a2b4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:4e2b13c0febb0bf890c19865fee7ba7f1c11ad0af12481f060c954ad3da2a2b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A4e2b13c0febb0bf890c19865fee7ba7f1c11ad0af12481f060c954ad3da2a2b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767837907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d1c0e196418415de39af71477bca18403ce441e5d9c8a6ff6b38850e95e33b2a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d1c0e196418415de39af71477bca18403ce441e5d9c8a6ff6b38850e95e33b2a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d1c0e196418415de39af71477bca18403ce441e5d9c8a6ff6b38850e95e33b2a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Ad1c0e196418415de39af71477bca18403ce441e5d9c8a6ff6b38850e95e33b2a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b0f0f48ff6a7da67360e12d5e744ea87f74692e6e155002987091f4f4763568f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b0f0f48ff6a7da67360e12d5e744ea87f74692e6e155002987091f4f4763568f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b0f0f48ff6a7da67360e12d5e744ea87f74692e6e155002987091f4f4763568f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Ab0f0f48ff6a7da67360e12d5e744ea87f74692e6e155002987091f4f4763568f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767805989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6d3eecdddf89d9704d03687baa02d694a0328a7846e3eaf1c863a26f1f088ef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6d3eecdddf89d9704d03687baa02d694a0328a7846e3eaf1c863a26f1f088ef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6d3eecdddf89d9704d03687baa02d694a0328a7846e3eaf1c863a26f1f088ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Af6d3eecdddf89d9704d03687baa02d694a0328a7846e3eaf1c863a26f1f088ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:738ead0b6ab89213b2f8acf9e445e1ad976b64c26dd6fd8ef87ffd7bacae8147_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:738ead0b6ab89213b2f8acf9e445e1ad976b64c26dd6fd8ef87ffd7bacae8147_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:738ead0b6ab89213b2f8acf9e445e1ad976b64c26dd6fd8ef87ffd7bacae8147_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A738ead0b6ab89213b2f8acf9e445e1ad976b64c26dd6fd8ef87ffd7bacae8147?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765975337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:72f0a37477a53b658f9f51b1907d3caea86686c9add6ffde63087db7eb83557c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:72f0a37477a53b658f9f51b1907d3caea86686c9add6ffde63087db7eb83557c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:72f0a37477a53b658f9f51b1907d3caea86686c9add6ffde63087db7eb83557c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A72f0a37477a53b658f9f51b1907d3caea86686c9add6ffde63087db7eb83557c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:17d0d9c1079d264a00059c94e61993a9951f50506d12dff736a89dd16c225454_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:17d0d9c1079d264a00059c94e61993a9951f50506d12dff736a89dd16c225454_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:17d0d9c1079d264a00059c94e61993a9951f50506d12dff736a89dd16c225454_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A17d0d9c1079d264a00059c94e61993a9951f50506d12dff736a89dd16c225454?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765778559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:749e2df29cae54754dd0e02de68eb5914f1eecadfb21dd10f0ac5203ca887b2a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:749e2df29cae54754dd0e02de68eb5914f1eecadfb21dd10f0ac5203ca887b2a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:749e2df29cae54754dd0e02de68eb5914f1eecadfb21dd10f0ac5203ca887b2a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3A749e2df29cae54754dd0e02de68eb5914f1eecadfb21dd10f0ac5203ca887b2a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765778530"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:bbfa48a9b898554d9b7f69fb087a77dce5aed927600ffe7a54cbe1d4aff450a8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:bbfa48a9b898554d9b7f69fb087a77dce5aed927600ffe7a54cbe1d4aff450a8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:bbfa48a9b898554d9b7f69fb087a77dce5aed927600ffe7a54cbe1d4aff450a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3Abbfa48a9b898554d9b7f69fb087a77dce5aed927600ffe7a54cbe1d4aff450a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765778577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34fdb8d9dd4eb11a8d96a969bd547fef77304203cd1eec331f5610afc41e8bf0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34fdb8d9dd4eb11a8d96a969bd547fef77304203cd1eec331f5610afc41e8bf0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34fdb8d9dd4eb11a8d96a969bd547fef77304203cd1eec331f5610afc41e8bf0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A34fdb8d9dd4eb11a8d96a969bd547fef77304203cd1eec331f5610afc41e8bf0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765778556"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:07606c3ca7cdaa9ca891a1f07b681784bdf70b80f83ab25515e2ef847f483190_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:07606c3ca7cdaa9ca891a1f07b681784bdf70b80f83ab25515e2ef847f483190_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:07606c3ca7cdaa9ca891a1f07b681784bdf70b80f83ab25515e2ef847f483190_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A07606c3ca7cdaa9ca891a1f07b681784bdf70b80f83ab25515e2ef847f483190?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765777460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:22a7f8d14af36190a4ae2a9ac14a5b004b6066f91e809e341ab990cafde72901_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:22a7f8d14af36190a4ae2a9ac14a5b004b6066f91e809e341ab990cafde72901_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:22a7f8d14af36190a4ae2a9ac14a5b004b6066f91e809e341ab990cafde72901_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A22a7f8d14af36190a4ae2a9ac14a5b004b6066f91e809e341ab990cafde72901?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765777540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ec2ec898781da4f57ee4b18440417800618f933a02faf7e7970ec4cc838c2e07_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ec2ec898781da4f57ee4b18440417800618f933a02faf7e7970ec4cc838c2e07_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ec2ec898781da4f57ee4b18440417800618f933a02faf7e7970ec4cc838c2e07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3Aec2ec898781da4f57ee4b18440417800618f933a02faf7e7970ec4cc838c2e07?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765777548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3db9395d82fd610d6528c599c7193ddf2910aa16f29f8f573c0a2f3e82e210ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3db9395d82fd610d6528c599c7193ddf2910aa16f29f8f573c0a2f3e82e210ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3db9395d82fd610d6528c599c7193ddf2910aa16f29f8f573c0a2f3e82e210ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3A3db9395d82fd610d6528c599c7193ddf2910aa16f29f8f573c0a2f3e82e210ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765777447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3e3371215d33e2860aa73d4d3daddc1a04fa02f56dba9ff4abf22d0ed6907f4c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3e3371215d33e2860aa73d4d3daddc1a04fa02f56dba9ff4abf22d0ed6907f4c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3e3371215d33e2860aa73d4d3daddc1a04fa02f56dba9ff4abf22d0ed6907f4c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A3e3371215d33e2860aa73d4d3daddc1a04fa02f56dba9ff4abf22d0ed6907f4c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765778610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0cc826915422cfd82bf6127e7094e7f8c429f81451c136aaf3cf729fd66ba7e3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0cc826915422cfd82bf6127e7094e7f8c429f81451c136aaf3cf729fd66ba7e3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0cc826915422cfd82bf6127e7094e7f8c429f81451c136aaf3cf729fd66ba7e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A0cc826915422cfd82bf6127e7094e7f8c429f81451c136aaf3cf729fd66ba7e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765778559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a8f5ffc4f2b6756582cd26245a20c29fdfac9db29378b720b63ead277382b5e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a8f5ffc4f2b6756582cd26245a20c29fdfac9db29378b720b63ead277382b5e8_amd64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a8f5ffc4f2b6756582cd26245a20c29fdfac9db29378b720b63ead277382b5e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3Aa8f5ffc4f2b6756582cd26245a20c29fdfac9db29378b720b63ead277382b5e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:77d2362af7e4e1e808ba833c32feea37d7107d33cc98a76c2b8cda5da449c1c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:77d2362af7e4e1e808ba833c32feea37d7107d33cc98a76c2b8cda5da449c1c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:77d2362af7e4e1e808ba833c32feea37d7107d33cc98a76c2b8cda5da449c1c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3A77d2362af7e4e1e808ba833c32feea37d7107d33cc98a76c2b8cda5da449c1c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765778561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d9293420502273f13b97499948f6c96700d9018a35098e8af875d12dbd20ca5e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d9293420502273f13b97499948f6c96700d9018a35098e8af875d12dbd20ca5e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d9293420502273f13b97499948f6c96700d9018a35098e8af875d12dbd20ca5e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Ad9293420502273f13b97499948f6c96700d9018a35098e8af875d12dbd20ca5e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:084be6bae9f1f88ffc36fd34621b1815a4186654b35608b9de5a117e9b0ae0ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:084be6bae9f1f88ffc36fd34621b1815a4186654b35608b9de5a117e9b0ae0ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:084be6bae9f1f88ffc36fd34621b1815a4186654b35608b9de5a117e9b0ae0ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A084be6bae9f1f88ffc36fd34621b1815a4186654b35608b9de5a117e9b0ae0ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765976024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9bc4034a65fab18ba3aec2c4226dfb2a5d04d3f3ccda1eb899b7efe377e88a0f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9bc4034a65fab18ba3aec2c4226dfb2a5d04d3f3ccda1eb899b7efe377e88a0f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9bc4034a65fab18ba3aec2c4226dfb2a5d04d3f3ccda1eb899b7efe377e88a0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A9bc4034a65fab18ba3aec2c4226dfb2a5d04d3f3ccda1eb899b7efe377e88a0f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b69ef3ef8007edc3648a622215449e522fe547562c5a9f71ed6a9618e8d84099_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b69ef3ef8007edc3648a622215449e522fe547562c5a9f71ed6a9618e8d84099_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b69ef3ef8007edc3648a622215449e522fe547562c5a9f71ed6a9618e8d84099_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Ab69ef3ef8007edc3648a622215449e522fe547562c5a9f71ed6a9618e8d84099?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765792703"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:18316aa9283ec448ea3c48555a0b11c6b14de88f4ba5b80e1deb56257ec9e460_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:18316aa9283ec448ea3c48555a0b11c6b14de88f4ba5b80e1deb56257ec9e460_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:18316aa9283ec448ea3c48555a0b11c6b14de88f4ba5b80e1deb56257ec9e460_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A18316aa9283ec448ea3c48555a0b11c6b14de88f4ba5b80e1deb56257ec9e460?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765793138"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:057e2edb6fb856c0adeae5048b398a9d434f0f5c639992c28fb15c3df18114ee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:057e2edb6fb856c0adeae5048b398a9d434f0f5c639992c28fb15c3df18114ee_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:057e2edb6fb856c0adeae5048b398a9d434f0f5c639992c28fb15c3df18114ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A057e2edb6fb856c0adeae5048b398a9d434f0f5c639992c28fb15c3df18114ee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d1c90fae77faf85efc9a39840fd0ba08a04ad67cab854b131d6d7eab974e8e6d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d1c90fae77faf85efc9a39840fd0ba08a04ad67cab854b131d6d7eab974e8e6d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d1c90fae77faf85efc9a39840fd0ba08a04ad67cab854b131d6d7eab974e8e6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Ad1c90fae77faf85efc9a39840fd0ba08a04ad67cab854b131d6d7eab974e8e6d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4eb20f1485725b9501d706123fa5e73d3d14c8d9ce958fb53c7f052a2a78cb55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4eb20f1485725b9501d706123fa5e73d3d14c8d9ce958fb53c7f052a2a78cb55_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4eb20f1485725b9501d706123fa5e73d3d14c8d9ce958fb53c7f052a2a78cb55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A4eb20f1485725b9501d706123fa5e73d3d14c8d9ce958fb53c7f052a2a78cb55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:887f9400fc6c2ed4574e477821d6d91a759dafcb98ebb049243fd568a28045ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:887f9400fc6c2ed4574e477821d6d91a759dafcb98ebb049243fd568a28045ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:887f9400fc6c2ed4574e477821d6d91a759dafcb98ebb049243fd568a28045ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A887f9400fc6c2ed4574e477821d6d91a759dafcb98ebb049243fd568a28045ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8b401f70d4352e90b4f58ac7314a1edef46ce46fc968a77636a01dda35e42716_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8b401f70d4352e90b4f58ac7314a1edef46ce46fc968a77636a01dda35e42716_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8b401f70d4352e90b4f58ac7314a1edef46ce46fc968a77636a01dda35e42716_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A8b401f70d4352e90b4f58ac7314a1edef46ce46fc968a77636a01dda35e42716?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766584972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:38915c10299ee1e5790dc8799d28149fdd5a2d9463021fc21e3f0f00e6b4aa91_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:38915c10299ee1e5790dc8799d28149fdd5a2d9463021fc21e3f0f00e6b4aa91_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:38915c10299ee1e5790dc8799d28149fdd5a2d9463021fc21e3f0f00e6b4aa91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A38915c10299ee1e5790dc8799d28149fdd5a2d9463021fc21e3f0f00e6b4aa91?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:94c3f361540d8e325470feebf10899c954661bfa70af53e4bd8d17655454842d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:94c3f361540d8e325470feebf10899c954661bfa70af53e4bd8d17655454842d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:94c3f361540d8e325470feebf10899c954661bfa70af53e4bd8d17655454842d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A94c3f361540d8e325470feebf10899c954661bfa70af53e4bd8d17655454842d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8adabe5f256ef46fb32163b05632538ccb2ecd862b4f01f59b5874fb874fbc14_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8adabe5f256ef46fb32163b05632538ccb2ecd862b4f01f59b5874fb874fbc14_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8adabe5f256ef46fb32163b05632538ccb2ecd862b4f01f59b5874fb874fbc14_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A8adabe5f256ef46fb32163b05632538ccb2ecd862b4f01f59b5874fb874fbc14?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:442d35ba41747d64f52594405f19e238c14ff410f58f4a798baa568810d74a7d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:442d35ba41747d64f52594405f19e238c14ff410f58f4a798baa568810d74a7d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:442d35ba41747d64f52594405f19e238c14ff410f58f4a798baa568810d74a7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A442d35ba41747d64f52594405f19e238c14ff410f58f4a798baa568810d74a7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767635386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8ef04eb7384f7368745ffe8d8cf86fcd83b203b0b1132761e09fcfa65d6627cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8ef04eb7384f7368745ffe8d8cf86fcd83b203b0b1132761e09fcfa65d6627cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8ef04eb7384f7368745ffe8d8cf86fcd83b203b0b1132761e09fcfa65d6627cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A8ef04eb7384f7368745ffe8d8cf86fcd83b203b0b1132761e09fcfa65d6627cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3005eec98bbb1ab780efca92b98d8370ee24aeca4fe63e56ec301da724b7eaa8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3005eec98bbb1ab780efca92b98d8370ee24aeca4fe63e56ec301da724b7eaa8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3005eec98bbb1ab780efca92b98d8370ee24aeca4fe63e56ec301da724b7eaa8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A3005eec98bbb1ab780efca92b98d8370ee24aeca4fe63e56ec301da724b7eaa8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7fdb112167d728337564f6f9dd28e5d875de7cee6353e19f7aedc40c71088995_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7fdb112167d728337564f6f9dd28e5d875de7cee6353e19f7aedc40c71088995_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7fdb112167d728337564f6f9dd28e5d875de7cee6353e19f7aedc40c71088995_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A7fdb112167d728337564f6f9dd28e5d875de7cee6353e19f7aedc40c71088995?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787507"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac08ce5c4d4d8958e11c7499cecb1d2baa3d619604331b0a305ced9edaa80e66_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac08ce5c4d4d8958e11c7499cecb1d2baa3d619604331b0a305ced9edaa80e66_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac08ce5c4d4d8958e11c7499cecb1d2baa3d619604331b0a305ced9edaa80e66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Aac08ce5c4d4d8958e11c7499cecb1d2baa3d619604331b0a305ced9edaa80e66?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6af1ee66087832faff5e4b367e6e30d0f8c24cce51642f7f0c7f692340ddcc4d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6af1ee66087832faff5e4b367e6e30d0f8c24cce51642f7f0c7f692340ddcc4d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6af1ee66087832faff5e4b367e6e30d0f8c24cce51642f7f0c7f692340ddcc4d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A6af1ee66087832faff5e4b367e6e30d0f8c24cce51642f7f0c7f692340ddcc4d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc313e501cfd3803abf0d18a37e65e68a3aec2c57eb2016ea77bab7467751f61_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc313e501cfd3803abf0d18a37e65e68a3aec2c57eb2016ea77bab7467751f61_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc313e501cfd3803abf0d18a37e65e68a3aec2c57eb2016ea77bab7467751f61_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Abc313e501cfd3803abf0d18a37e65e68a3aec2c57eb2016ea77bab7467751f61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767724712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f6d09cf6d8760bcee1d57fe6aea538006b23ae61b887633d960f9978e7407e62_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f6d09cf6d8760bcee1d57fe6aea538006b23ae61b887633d960f9978e7407e62_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f6d09cf6d8760bcee1d57fe6aea538006b23ae61b887633d960f9978e7407e62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Af6d09cf6d8760bcee1d57fe6aea538006b23ae61b887633d960f9978e7407e62?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765786533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99b7f98049b9bb791300704ab40caca3de38e4ed95e5413688295c99ec25d1e5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99b7f98049b9bb791300704ab40caca3de38e4ed95e5413688295c99ec25d1e5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99b7f98049b9bb791300704ab40caca3de38e4ed95e5413688295c99ec25d1e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A99b7f98049b9bb791300704ab40caca3de38e4ed95e5413688295c99ec25d1e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:47219a3282c61b55a751c0e2286da5444a682f5fedec17d8170e7b1399499ddb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:47219a3282c61b55a751c0e2286da5444a682f5fedec17d8170e7b1399499ddb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:47219a3282c61b55a751c0e2286da5444a682f5fedec17d8170e7b1399499ddb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A47219a3282c61b55a751c0e2286da5444a682f5fedec17d8170e7b1399499ddb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8d0521d358a2acd481cbc42b65d1075ffb2f1829daf94108391a07a18129265a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8d0521d358a2acd481cbc42b65d1075ffb2f1829daf94108391a07a18129265a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8d0521d358a2acd481cbc42b65d1075ffb2f1829daf94108391a07a18129265a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A8d0521d358a2acd481cbc42b65d1075ffb2f1829daf94108391a07a18129265a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0361a24345ebeeef2f15bdc82adb29a95f26ca19a53323da74e17ccf76770c93_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0361a24345ebeeef2f15bdc82adb29a95f26ca19a53323da74e17ccf76770c93_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0361a24345ebeeef2f15bdc82adb29a95f26ca19a53323da74e17ccf76770c93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A0361a24345ebeeef2f15bdc82adb29a95f26ca19a53323da74e17ccf76770c93?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:46b9e6e2319cb553c487e9625b53d69f1ec786a9c6eef0e4765c2502d6e5ed95_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:46b9e6e2319cb553c487e9625b53d69f1ec786a9c6eef0e4765c2502d6e5ed95_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:46b9e6e2319cb553c487e9625b53d69f1ec786a9c6eef0e4765c2502d6e5ed95_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A46b9e6e2319cb553c487e9625b53d69f1ec786a9c6eef0e4765c2502d6e5ed95?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:05b07163280e412e4094d2399b78466c09137f91338802930b99207409ab4436_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:05b07163280e412e4094d2399b78466c09137f91338802930b99207409ab4436_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:05b07163280e412e4094d2399b78466c09137f91338802930b99207409ab4436_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A05b07163280e412e4094d2399b78466c09137f91338802930b99207409ab4436?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a0b9401485189e8ecc714bfcdb26695fcc8eadb9af92fcf9be50018b5f9521ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a0b9401485189e8ecc714bfcdb26695fcc8eadb9af92fcf9be50018b5f9521ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a0b9401485189e8ecc714bfcdb26695fcc8eadb9af92fcf9be50018b5f9521ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Aa0b9401485189e8ecc714bfcdb26695fcc8eadb9af92fcf9be50018b5f9521ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788018"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7615706e5c0fbbcdcbb9ce81e54e5663a45d0aff99c9c7b0f9cbdd5b51e6c028_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7615706e5c0fbbcdcbb9ce81e54e5663a45d0aff99c9c7b0f9cbdd5b51e6c028_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7615706e5c0fbbcdcbb9ce81e54e5663a45d0aff99c9c7b0f9cbdd5b51e6c028_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A7615706e5c0fbbcdcbb9ce81e54e5663a45d0aff99c9c7b0f9cbdd5b51e6c028?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:47d09eec1cd93bdef1995524f974890827bb6b3c5424e4fc119b6dc1132de367_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:47d09eec1cd93bdef1995524f974890827bb6b3c5424e4fc119b6dc1132de367_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:47d09eec1cd93bdef1995524f974890827bb6b3c5424e4fc119b6dc1132de367_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A47d09eec1cd93bdef1995524f974890827bb6b3c5424e4fc119b6dc1132de367?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e57d47c830014927f8050b2f75861d327b4a6a7aa585f7f8c2a587a77c25475b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e57d47c830014927f8050b2f75861d327b4a6a7aa585f7f8c2a587a77c25475b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e57d47c830014927f8050b2f75861d327b4a6a7aa585f7f8c2a587a77c25475b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Ae57d47c830014927f8050b2f75861d327b4a6a7aa585f7f8c2a587a77c25475b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765468735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:84973d89910784592cb601578a7bf5e72ae8bd94822497ec6db5bea029690a01_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:84973d89910784592cb601578a7bf5e72ae8bd94822497ec6db5bea029690a01_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:84973d89910784592cb601578a7bf5e72ae8bd94822497ec6db5bea029690a01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A84973d89910784592cb601578a7bf5e72ae8bd94822497ec6db5bea029690a01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8003c2e344544ae9140b31180b6db16067aecb0ad1715598dca40f7b651df101_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8003c2e344544ae9140b31180b6db16067aecb0ad1715598dca40f7b651df101_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8003c2e344544ae9140b31180b6db16067aecb0ad1715598dca40f7b651df101_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A8003c2e344544ae9140b31180b6db16067aecb0ad1715598dca40f7b651df101?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789048"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a2bae7fe9e571f705143af3af3ce7919e29a1ee164e747882a0d3ad1f225b0d5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a2bae7fe9e571f705143af3af3ce7919e29a1ee164e747882a0d3ad1f225b0d5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a2bae7fe9e571f705143af3af3ce7919e29a1ee164e747882a0d3ad1f225b0d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3Aa2bae7fe9e571f705143af3af3ce7919e29a1ee164e747882a0d3ad1f225b0d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5218a2b15c816ba9dd35cb8ead2fdd04c58bcf57e6b1fa98d3e8a6a20fac5687_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5218a2b15c816ba9dd35cb8ead2fdd04c58bcf57e6b1fa98d3e8a6a20fac5687_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5218a2b15c816ba9dd35cb8ead2fdd04c58bcf57e6b1fa98d3e8a6a20fac5687_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A5218a2b15c816ba9dd35cb8ead2fdd04c58bcf57e6b1fa98d3e8a6a20fac5687?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c45c16a942516d5f3a0cfed5151644d22c65757c3d532aedac38af9ea12c2ffc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c45c16a942516d5f3a0cfed5151644d22c65757c3d532aedac38af9ea12c2ffc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c45c16a942516d5f3a0cfed5151644d22c65757c3d532aedac38af9ea12c2ffc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Ac45c16a942516d5f3a0cfed5151644d22c65757c3d532aedac38af9ea12c2ffc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0d7c52702a3541e76f9cd38b1eb5b8ae3380253735572357bd873916c3172e66_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0d7c52702a3541e76f9cd38b1eb5b8ae3380253735572357bd873916c3172e66_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0d7c52702a3541e76f9cd38b1eb5b8ae3380253735572357bd873916c3172e66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A0d7c52702a3541e76f9cd38b1eb5b8ae3380253735572357bd873916c3172e66?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:7047a5df14a7be5b90188917554fe2fb1202fd594eb5ab0a412f99c357f40d68_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:7047a5df14a7be5b90188917554fe2fb1202fd594eb5ab0a412f99c357f40d68_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:7047a5df14a7be5b90188917554fe2fb1202fd594eb5ab0a412f99c357f40d68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A7047a5df14a7be5b90188917554fe2fb1202fd594eb5ab0a412f99c357f40d68?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767805989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a7a355fc397679e8d2f4f00893d4db34af42ad0dff2d85baba1633af798cc763_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a7a355fc397679e8d2f4f00893d4db34af42ad0dff2d85baba1633af798cc763_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a7a355fc397679e8d2f4f00893d4db34af42ad0dff2d85baba1633af798cc763_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3Aa7a355fc397679e8d2f4f00893d4db34af42ad0dff2d85baba1633af798cc763?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765781841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ef23b6dda632dbed54b45aae54fdfd5dfad76ae60c129d95774de5e89c16b951_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ef23b6dda632dbed54b45aae54fdfd5dfad76ae60c129d95774de5e89c16b951_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ef23b6dda632dbed54b45aae54fdfd5dfad76ae60c129d95774de5e89c16b951_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3Aef23b6dda632dbed54b45aae54fdfd5dfad76ae60c129d95774de5e89c16b951?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765782269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a77dacb28d862dcd20f101adfa18f0022f735287814fb224690f159b58d18e0b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a77dacb28d862dcd20f101adfa18f0022f735287814fb224690f159b58d18e0b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a77dacb28d862dcd20f101adfa18f0022f735287814fb224690f159b58d18e0b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Aa77dacb28d862dcd20f101adfa18f0022f735287814fb224690f159b58d18e0b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765781805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:912ff2639e7712cea5e2e4fdc6d5c1236c1f2374f8403178f57adeef40613dbf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:912ff2639e7712cea5e2e4fdc6d5c1236c1f2374f8403178f57adeef40613dbf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:912ff2639e7712cea5e2e4fdc6d5c1236c1f2374f8403178f57adeef40613dbf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A912ff2639e7712cea5e2e4fdc6d5c1236c1f2374f8403178f57adeef40613dbf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765784245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8ab03c9d222e1a373d1cc6eab06e444c2355e375f36e4f5698ead76bbd707c4e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8ab03c9d222e1a373d1cc6eab06e444c2355e375f36e4f5698ead76bbd707c4e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8ab03c9d222e1a373d1cc6eab06e444c2355e375f36e4f5698ead76bbd707c4e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3A8ab03c9d222e1a373d1cc6eab06e444c2355e375f36e4f5698ead76bbd707c4e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765786210"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4a7ab61995d3290e36791ccabe46a29b499b5232728422e6c24711b4fa4d592a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4a7ab61995d3290e36791ccabe46a29b499b5232728422e6c24711b4fa4d592a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4a7ab61995d3290e36791ccabe46a29b499b5232728422e6c24711b4fa4d592a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A4a7ab61995d3290e36791ccabe46a29b499b5232728422e6c24711b4fa4d592a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ed5812ba145369c0c9959d7ec346d46d022b00042e69d83b4184a6f48ca792af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ed5812ba145369c0c9959d7ec346d46d022b00042e69d83b4184a6f48ca792af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ed5812ba145369c0c9959d7ec346d46d022b00042e69d83b4184a6f48ca792af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Aed5812ba145369c0c9959d7ec346d46d022b00042e69d83b4184a6f48ca792af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791069"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:06621ca9cb2f365d3764dd781fb492c1283cec81fecdca9a5e10201ad03543ef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:06621ca9cb2f365d3764dd781fb492c1283cec81fecdca9a5e10201ad03543ef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:06621ca9cb2f365d3764dd781fb492c1283cec81fecdca9a5e10201ad03543ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A06621ca9cb2f365d3764dd781fb492c1283cec81fecdca9a5e10201ad03543ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766409922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:6c0b6196b8f9e0266f25ca2e37284f68c1f06f0feaa25574b083e4e8cd4c02a8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:6c0b6196b8f9e0266f25ca2e37284f68c1f06f0feaa25574b083e4e8cd4c02a8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:6c0b6196b8f9e0266f25ca2e37284f68c1f06f0feaa25574b083e4e8cd4c02a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3A6c0b6196b8f9e0266f25ca2e37284f68c1f06f0feaa25574b083e4e8cd4c02a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:013a855b2a847be9c7e57b0690aaf165b35baa9f1fe351d35a719b0a7b840490_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:013a855b2a847be9c7e57b0690aaf165b35baa9f1fe351d35a719b0a7b840490_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:013a855b2a847be9c7e57b0690aaf165b35baa9f1fe351d35a719b0a7b840490_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3A013a855b2a847be9c7e57b0690aaf165b35baa9f1fe351d35a719b0a7b840490?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766054508"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bcf553df3b692d5aec7ff55b58c87a5170d1eb778e15a62ff43def38041c32a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bcf553df3b692d5aec7ff55b58c87a5170d1eb778e15a62ff43def38041c32a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bcf553df3b692d5aec7ff55b58c87a5170d1eb778e15a62ff43def38041c32a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A1bcf553df3b692d5aec7ff55b58c87a5170d1eb778e15a62ff43def38041c32a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1956f12878e1aaf7bb79755213fc38cf83b0c2271977c8b2859aeef29a505951_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1956f12878e1aaf7bb79755213fc38cf83b0c2271977c8b2859aeef29a505951_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1956f12878e1aaf7bb79755213fc38cf83b0c2271977c8b2859aeef29a505951_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A1956f12878e1aaf7bb79755213fc38cf83b0c2271977c8b2859aeef29a505951?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:671c3416a030fe6a7f86add42be04d116c3a8f2c1725b194f6e9d84de2ea3c86_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:671c3416a030fe6a7f86add42be04d116c3a8f2c1725b194f6e9d84de2ea3c86_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:671c3416a030fe6a7f86add42be04d116c3a8f2c1725b194f6e9d84de2ea3c86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3A671c3416a030fe6a7f86add42be04d116c3a8f2c1725b194f6e9d84de2ea3c86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790482"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edba2471c3183bd561f07676981f4065ec478de4c07e8cb53b9b04b6cf1627a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edba2471c3183bd561f07676981f4065ec478de4c07e8cb53b9b04b6cf1627a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edba2471c3183bd561f07676981f4065ec478de4c07e8cb53b9b04b6cf1627a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Aedba2471c3183bd561f07676981f4065ec478de4c07e8cb53b9b04b6cf1627a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765799091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:2d2c3756c9ffdbf93f2570e30191e2f387a06097583186f3191b748eb5017c36_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:2d2c3756c9ffdbf93f2570e30191e2f387a06097583186f3191b748eb5017c36_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:2d2c3756c9ffdbf93f2570e30191e2f387a06097583186f3191b748eb5017c36_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A2d2c3756c9ffdbf93f2570e30191e2f387a06097583186f3191b748eb5017c36?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765798659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3709c662fb71e46f26c27993388e736d6a4974ee17861e447078e22e1cccc185_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3709c662fb71e46f26c27993388e736d6a4974ee17861e447078e22e1cccc185_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3709c662fb71e46f26c27993388e736d6a4974ee17861e447078e22e1cccc185_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A3709c662fb71e46f26c27993388e736d6a4974ee17861e447078e22e1cccc185?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765799102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6856b7cc732779548d9d600557d97e842044088ac1e9fd47e6cbccc0b004faa9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6856b7cc732779548d9d600557d97e842044088ac1e9fd47e6cbccc0b004faa9_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6856b7cc732779548d9d600557d97e842044088ac1e9fd47e6cbccc0b004faa9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A6856b7cc732779548d9d600557d97e842044088ac1e9fd47e6cbccc0b004faa9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e23af8d94203ea514494841ce51e21e9e16d44beea289e75a2c34b928cc07893_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e23af8d94203ea514494841ce51e21e9e16d44beea289e75a2c34b928cc07893_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e23af8d94203ea514494841ce51e21e9e16d44beea289e75a2c34b928cc07893_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Ae23af8d94203ea514494841ce51e21e9e16d44beea289e75a2c34b928cc07893?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4008f600f3161e71129cc01bfbf6c5d8a3fd27822047f1dadfe346e684dc3166_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4008f600f3161e71129cc01bfbf6c5d8a3fd27822047f1dadfe346e684dc3166_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4008f600f3161e71129cc01bfbf6c5d8a3fd27822047f1dadfe346e684dc3166_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A4008f600f3161e71129cc01bfbf6c5d8a3fd27822047f1dadfe346e684dc3166?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765786610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:45622c73368575336aad084bd34a154ddaa538e44996d0ddd53aef554e6ea093_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:45622c73368575336aad084bd34a154ddaa538e44996d0ddd53aef554e6ea093_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:45622c73368575336aad084bd34a154ddaa538e44996d0ddd53aef554e6ea093_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A45622c73368575336aad084bd34a154ddaa538e44996d0ddd53aef554e6ea093?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790751"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7257eda6b816680a3583dfdb4c22018b801685074daccc987b97914c3cb5164c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7257eda6b816680a3583dfdb4c22018b801685074daccc987b97914c3cb5164c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7257eda6b816680a3583dfdb4c22018b801685074daccc987b97914c3cb5164c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A7257eda6b816680a3583dfdb4c22018b801685074daccc987b97914c3cb5164c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766062529"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ebbf0bff2ff1c0560da71b067e4d239f50b51deb27b2604a5826201b2f3d1113_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ebbf0bff2ff1c0560da71b067e4d239f50b51deb27b2604a5826201b2f3d1113_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ebbf0bff2ff1c0560da71b067e4d239f50b51deb27b2604a5826201b2f3d1113_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Aebbf0bff2ff1c0560da71b067e4d239f50b51deb27b2604a5826201b2f3d1113?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1bc5323614e43b8dd150f7ac7fb873b7dee0ceb4f967e7a92b1c70d5d598a30_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1bc5323614e43b8dd150f7ac7fb873b7dee0ceb4f967e7a92b1c70d5d598a30_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1bc5323614e43b8dd150f7ac7fb873b7dee0ceb4f967e7a92b1c70d5d598a30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3Ae1bc5323614e43b8dd150f7ac7fb873b7dee0ceb4f967e7a92b1c70d5d598a30?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765777478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b2765dccc3eb59e63179546ef022310727628b8ee821da97d42523caefb83659_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b2765dccc3eb59e63179546ef022310727628b8ee821da97d42523caefb83659_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b2765dccc3eb59e63179546ef022310727628b8ee821da97d42523caefb83659_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3Ab2765dccc3eb59e63179546ef022310727628b8ee821da97d42523caefb83659?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765778577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:29971495cfa61dc31d498923fc8bcbb5b9fb9b9b08fc10a2bf4dac8190edbed2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:29971495cfa61dc31d498923fc8bcbb5b9fb9b9b08fc10a2bf4dac8190edbed2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:29971495cfa61dc31d498923fc8bcbb5b9fb9b9b08fc10a2bf4dac8190edbed2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A29971495cfa61dc31d498923fc8bcbb5b9fb9b9b08fc10a2bf4dac8190edbed2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765782707"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c26f3aabb772844192228352ba4f5c5dc64eb68747c3569e034a15ff2e77dbb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c26f3aabb772844192228352ba4f5c5dc64eb68747c3569e034a15ff2e77dbb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c26f3aabb772844192228352ba4f5c5dc64eb68747c3569e034a15ff2e77dbb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A9c26f3aabb772844192228352ba4f5c5dc64eb68747c3569e034a15ff2e77dbb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc3fba4259ecc041fdb3a6d74573907aa33e5c14446cf40a03b89fdcfbd7d2b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc3fba4259ecc041fdb3a6d74573907aa33e5c14446cf40a03b89fdcfbd7d2b0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc3fba4259ecc041fdb3a6d74573907aa33e5c14446cf40a03b89fdcfbd7d2b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Abc3fba4259ecc041fdb3a6d74573907aa33e5c14446cf40a03b89fdcfbd7d2b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767724809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7d08f80fe2a096b2f48a4c0b26f55ef420324dbad50e80634301dda7ec559c18_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7d08f80fe2a096b2f48a4c0b26f55ef420324dbad50e80634301dda7ec559c18_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7d08f80fe2a096b2f48a4c0b26f55ef420324dbad50e80634301dda7ec559c18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A7d08f80fe2a096b2f48a4c0b26f55ef420324dbad50e80634301dda7ec559c18?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765804713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:dbd364e145579fb75f8c25b6d5f9c90f3ee7a03c1a23da0ea2d0ab5f8fd73f59_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:dbd364e145579fb75f8c25b6d5f9c90f3ee7a03c1a23da0ea2d0ab5f8fd73f59_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:dbd364e145579fb75f8c25b6d5f9c90f3ee7a03c1a23da0ea2d0ab5f8fd73f59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Adbd364e145579fb75f8c25b6d5f9c90f3ee7a03c1a23da0ea2d0ab5f8fd73f59?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8584e1c4911f63bf476df0c5efcdd3decaf0fb4cbd1fb4c430d5e0dd5cf3972f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8584e1c4911f63bf476df0c5efcdd3decaf0fb4cbd1fb4c430d5e0dd5cf3972f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8584e1c4911f63bf476df0c5efcdd3decaf0fb4cbd1fb4c430d5e0dd5cf3972f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A8584e1c4911f63bf476df0c5efcdd3decaf0fb4cbd1fb4c430d5e0dd5cf3972f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bde1394874892df5b6ad35fe5341f6aec7ab812e32e383a3f3e03bc7e99ed214_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bde1394874892df5b6ad35fe5341f6aec7ab812e32e383a3f3e03bc7e99ed214_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bde1394874892df5b6ad35fe5341f6aec7ab812e32e383a3f3e03bc7e99ed214_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Abde1394874892df5b6ad35fe5341f6aec7ab812e32e383a3f3e03bc7e99ed214?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1689ebb475fcb1d8021057f26ef090534fbe210716392ec68bdeba70774dc04f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1689ebb475fcb1d8021057f26ef090534fbe210716392ec68bdeba70774dc04f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1689ebb475fcb1d8021057f26ef090534fbe210716392ec68bdeba70774dc04f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A1689ebb475fcb1d8021057f26ef090534fbe210716392ec68bdeba70774dc04f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765792616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0148c33aeac15cb3abbb2b850e863c30f089a39619ffad93c00e8c9d44db3a9b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0148c33aeac15cb3abbb2b850e863c30f089a39619ffad93c00e8c9d44db3a9b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0148c33aeac15cb3abbb2b850e863c30f089a39619ffad93c00e8c9d44db3a9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A0148c33aeac15cb3abbb2b850e863c30f089a39619ffad93c00e8c9d44db3a9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:94d91967acd236527cfaaad5a40bc321d6ccbbbb0417161def6473416cb25cee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:94d91967acd236527cfaaad5a40bc321d6ccbbbb0417161def6473416cb25cee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:94d91967acd236527cfaaad5a40bc321d6ccbbbb0417161def6473416cb25cee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A94d91967acd236527cfaaad5a40bc321d6ccbbbb0417161def6473416cb25cee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b434218e5bdeb534245934271fec0fd51f8a98d0dcda5ce09662e38c115f630a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b434218e5bdeb534245934271fec0fd51f8a98d0dcda5ce09662e38c115f630a_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b434218e5bdeb534245934271fec0fd51f8a98d0dcda5ce09662e38c115f630a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3Ab434218e5bdeb534245934271fec0fd51f8a98d0dcda5ce09662e38c115f630a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767793067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:161aee19a7928c6eb12d1e1ef81b858c51eaab2eb2ca15573ffd2253c923375a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:161aee19a7928c6eb12d1e1ef81b858c51eaab2eb2ca15573ffd2253c923375a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:161aee19a7928c6eb12d1e1ef81b858c51eaab2eb2ca15573ffd2253c923375a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel9@sha256%3A161aee19a7928c6eb12d1e1ef81b858c51eaab2eb2ca15573ffd2253c923375a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765778553"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b923868596c969e37607e8829bc7e71d761b8b89ab3ad2446ecaf3d0d9e655ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b923868596c969e37607e8829bc7e71d761b8b89ab3ad2446ecaf3d0d9e655ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b923868596c969e37607e8829bc7e71d761b8b89ab3ad2446ecaf3d0d9e655ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel9@sha256%3Ab923868596c969e37607e8829bc7e71d761b8b89ab3ad2446ecaf3d0d9e655ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765778544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:90859e4cd9e495ce7816aebc9c96880b04bb028fa6403ca55edc7d0c0205396c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:90859e4cd9e495ce7816aebc9c96880b04bb028fa6403ca55edc7d0c0205396c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:90859e4cd9e495ce7816aebc9c96880b04bb028fa6403ca55edc7d0c0205396c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A90859e4cd9e495ce7816aebc9c96880b04bb028fa6403ca55edc7d0c0205396c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787429"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:73b10349727bcb4fb13479288392cae9c2cba3d25c107c42ffe9b66052b9e0bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:73b10349727bcb4fb13479288392cae9c2cba3d25c107c42ffe9b66052b9e0bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:73b10349727bcb4fb13479288392cae9c2cba3d25c107c42ffe9b66052b9e0bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A73b10349727bcb4fb13479288392cae9c2cba3d25c107c42ffe9b66052b9e0bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:43d35de601357072345c43118ef1de666f021bc64c8981618128caada3ce3fe2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:43d35de601357072345c43118ef1de666f021bc64c8981618128caada3ce3fe2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:43d35de601357072345c43118ef1de666f021bc64c8981618128caada3ce3fe2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A43d35de601357072345c43118ef1de666f021bc64c8981618128caada3ce3fe2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7cd39af0f52e9685f924354656eeafd5fcced5eea2a9150e6618be364eff8fac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7cd39af0f52e9685f924354656eeafd5fcced5eea2a9150e6618be364eff8fac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7cd39af0f52e9685f924354656eeafd5fcced5eea2a9150e6618be364eff8fac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A7cd39af0f52e9685f924354656eeafd5fcced5eea2a9150e6618be364eff8fac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b9c1ffa9611df38a498ef34a11e467a341a183242f3ad191a356fe3f6ed35bd2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b9c1ffa9611df38a498ef34a11e467a341a183242f3ad191a356fe3f6ed35bd2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b9c1ffa9611df38a498ef34a11e467a341a183242f3ad191a356fe3f6ed35bd2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Ab9c1ffa9611df38a498ef34a11e467a341a183242f3ad191a356fe3f6ed35bd2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6b5eb978b8b2b78f98b36fdaabc69574022d55de905e653fcb2cf79debdb1f9a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6b5eb978b8b2b78f98b36fdaabc69574022d55de905e653fcb2cf79debdb1f9a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6b5eb978b8b2b78f98b36fdaabc69574022d55de905e653fcb2cf79debdb1f9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A6b5eb978b8b2b78f98b36fdaabc69574022d55de905e653fcb2cf79debdb1f9a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:52b367a30c88c66ad5f44fbd234bde80b309591bf1fda9e415c038a5626a4972_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:52b367a30c88c66ad5f44fbd234bde80b309591bf1fda9e415c038a5626a4972_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:52b367a30c88c66ad5f44fbd234bde80b309591bf1fda9e415c038a5626a4972_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A52b367a30c88c66ad5f44fbd234bde80b309591bf1fda9e415c038a5626a4972?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:349e2a46b87613a936d27586b82224b253236bfbda0006886c93d7a3cd132a44_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:349e2a46b87613a936d27586b82224b253236bfbda0006886c93d7a3cd132a44_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:349e2a46b87613a936d27586b82224b253236bfbda0006886c93d7a3cd132a44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A349e2a46b87613a936d27586b82224b253236bfbda0006886c93d7a3cd132a44?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c9e253ee46e213e870aaa0ab8e80a3857365ac6c352dc8d561d8c3a1b2bbd1d0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c9e253ee46e213e870aaa0ab8e80a3857365ac6c352dc8d561d8c3a1b2bbd1d0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c9e253ee46e213e870aaa0ab8e80a3857365ac6c352dc8d561d8c3a1b2bbd1d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Ac9e253ee46e213e870aaa0ab8e80a3857365ac6c352dc8d561d8c3a1b2bbd1d0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787536"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9663a7ced4cdf572cfec02a19bbfa450441b0ef152ca8d2dcb85a84570c5f450_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9663a7ced4cdf572cfec02a19bbfa450441b0ef152ca8d2dcb85a84570c5f450_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9663a7ced4cdf572cfec02a19bbfa450441b0ef152ca8d2dcb85a84570c5f450_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A9663a7ced4cdf572cfec02a19bbfa450441b0ef152ca8d2dcb85a84570c5f450?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765814295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a8418f86cf1ac4e51937c2b97ac7a5f2adfe36be4dda38e425d2cc004a0cbbf8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a8418f86cf1ac4e51937c2b97ac7a5f2adfe36be4dda38e425d2cc004a0cbbf8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a8418f86cf1ac4e51937c2b97ac7a5f2adfe36be4dda38e425d2cc004a0cbbf8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Aa8418f86cf1ac4e51937c2b97ac7a5f2adfe36be4dda38e425d2cc004a0cbbf8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767781768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:23c1bce0496835c8a79d97b6d42ceb5902f0c3141a3ce5311800fcf1151213fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:23c1bce0496835c8a79d97b6d42ceb5902f0c3141a3ce5311800fcf1151213fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:23c1bce0496835c8a79d97b6d42ceb5902f0c3141a3ce5311800fcf1151213fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A23c1bce0496835c8a79d97b6d42ceb5902f0c3141a3ce5311800fcf1151213fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767379692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:176ab84bb58c9455d8fef13365059317b224cbe5e08ae95dc11bcdbd4a0b88da_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:176ab84bb58c9455d8fef13365059317b224cbe5e08ae95dc11bcdbd4a0b88da_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:176ab84bb58c9455d8fef13365059317b224cbe5e08ae95dc11bcdbd4a0b88da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A176ab84bb58c9455d8fef13365059317b224cbe5e08ae95dc11bcdbd4a0b88da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765783538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b22cd721de53cc0ce2d4aec2293e49e963162f6e94bb925cfab6e1da0bd8ec3b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b22cd721de53cc0ce2d4aec2293e49e963162f6e94bb925cfab6e1da0bd8ec3b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b22cd721de53cc0ce2d4aec2293e49e963162f6e94bb925cfab6e1da0bd8ec3b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3Ab22cd721de53cc0ce2d4aec2293e49e963162f6e94bb925cfab6e1da0bd8ec3b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765783760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4b910370c2d871827c4b9adaacad4dfd92f047b6870878e04bd992a26f99ad2f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4b910370c2d871827c4b9adaacad4dfd92f047b6870878e04bd992a26f99ad2f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4b910370c2d871827c4b9adaacad4dfd92f047b6870878e04bd992a26f99ad2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3A4b910370c2d871827c4b9adaacad4dfd92f047b6870878e04bd992a26f99ad2f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765783455"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bb47870cebd7684e44ce19503c51aceefe951471b85a4562f4f3e2c28e96b5c4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bb47870cebd7684e44ce19503c51aceefe951471b85a4562f4f3e2c28e96b5c4_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bb47870cebd7684e44ce19503c51aceefe951471b85a4562f4f3e2c28e96b5c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Abb47870cebd7684e44ce19503c51aceefe951471b85a4562f4f3e2c28e96b5c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765786592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a9ea7bac01352c83212f0d153f321cba07727b3688a26a2bcf88ae207be8d4b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a9ea7bac01352c83212f0d153f321cba07727b3688a26a2bcf88ae207be8d4b9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a9ea7bac01352c83212f0d153f321cba07727b3688a26a2bcf88ae207be8d4b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Aa9ea7bac01352c83212f0d153f321cba07727b3688a26a2bcf88ae207be8d4b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a5308a98e8e1d5f0540cf4415c99856bc8b34a6204eb1551843e18507b9a995_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a5308a98e8e1d5f0540cf4415c99856bc8b34a6204eb1551843e18507b9a995_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a5308a98e8e1d5f0540cf4415c99856bc8b34a6204eb1551843e18507b9a995_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A6a5308a98e8e1d5f0540cf4415c99856bc8b34a6204eb1551843e18507b9a995?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767791921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:e1af7eb476a69119cc8bf3ed5cae563dc5efa74953cacbba7b058bf980288e59_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:e1af7eb476a69119cc8bf3ed5cae563dc5efa74953cacbba7b058bf980288e59_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:e1af7eb476a69119cc8bf3ed5cae563dc5efa74953cacbba7b058bf980288e59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9@sha256%3Ae1af7eb476a69119cc8bf3ed5cae563dc5efa74953cacbba7b058bf980288e59?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765777481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:e1af7eb476a69119cc8bf3ed5cae563dc5efa74953cacbba7b058bf980288e59_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:e1af7eb476a69119cc8bf3ed5cae563dc5efa74953cacbba7b058bf980288e59_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:e1af7eb476a69119cc8bf3ed5cae563dc5efa74953cacbba7b058bf980288e59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9@sha256%3Ae1af7eb476a69119cc8bf3ed5cae563dc5efa74953cacbba7b058bf980288e59?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765777481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:7b044e940035bc1e0f88c63d14ad60c38f08e65fce4607d8b12bed00de9246c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:7b044e940035bc1e0f88c63d14ad60c38f08e65fce4607d8b12bed00de9246c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:7b044e940035bc1e0f88c63d14ad60c38f08e65fce4607d8b12bed00de9246c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A7b044e940035bc1e0f88c63d14ad60c38f08e65fce4607d8b12bed00de9246c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765778548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:7b044e940035bc1e0f88c63d14ad60c38f08e65fce4607d8b12bed00de9246c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:7b044e940035bc1e0f88c63d14ad60c38f08e65fce4607d8b12bed00de9246c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:7b044e940035bc1e0f88c63d14ad60c38f08e65fce4607d8b12bed00de9246c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9-operator@sha256%3A7b044e940035bc1e0f88c63d14ad60c38f08e65fce4607d8b12bed00de9246c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765778548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1e02e3d82bf980a09aef725cadb5e034ca6a3b0789d6d14eddd3faa01e5ee7d9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1e02e3d82bf980a09aef725cadb5e034ca6a3b0789d6d14eddd3faa01e5ee7d9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1e02e3d82bf980a09aef725cadb5e034ca6a3b0789d6d14eddd3faa01e5ee7d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A1e02e3d82bf980a09aef725cadb5e034ca6a3b0789d6d14eddd3faa01e5ee7d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765777404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:a71ba178707efcddd6d48558e0727c48437a49bb67701d518b24170fc6a0a5d0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:a71ba178707efcddd6d48558e0727c48437a49bb67701d518b24170fc6a0a5d0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:a71ba178707efcddd6d48558e0727c48437a49bb67701d518b24170fc6a0a5d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel9@sha256%3Aa71ba178707efcddd6d48558e0727c48437a49bb67701d518b24170fc6a0a5d0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765778525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:681b7e341940c08c2ca18dd15e500dce77881e9eb28af5e7c59b3c0a2fc3fa46_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:681b7e341940c08c2ca18dd15e500dce77881e9eb28af5e7c59b3c0a2fc3fa46_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:681b7e341940c08c2ca18dd15e500dce77881e9eb28af5e7c59b3c0a2fc3fa46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A681b7e341940c08c2ca18dd15e500dce77881e9eb28af5e7c59b3c0a2fc3fa46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767781657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a8bff78e6a1b04c042a77c0a18294ffe0a5a98ff7d6d156b863f16eb2c84be7f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a8bff78e6a1b04c042a77c0a18294ffe0a5a98ff7d6d156b863f16eb2c84be7f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a8bff78e6a1b04c042a77c0a18294ffe0a5a98ff7d6d156b863f16eb2c84be7f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3Aa8bff78e6a1b04c042a77c0a18294ffe0a5a98ff7d6d156b863f16eb2c84be7f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765786532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:01138c716bbbb84eac7e2871d572e11ecc006f7a25c84ef947fe7a7214483674_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:01138c716bbbb84eac7e2871d572e11ecc006f7a25c84ef947fe7a7214483674_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:01138c716bbbb84eac7e2871d572e11ecc006f7a25c84ef947fe7a7214483674_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A01138c716bbbb84eac7e2871d572e11ecc006f7a25c84ef947fe7a7214483674?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b7938a2e3cdfc21ecfa7fc643a1733fd4bac511b5a84c06e593d7b93dcb088ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b7938a2e3cdfc21ecfa7fc643a1733fd4bac511b5a84c06e593d7b93dcb088ca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b7938a2e3cdfc21ecfa7fc643a1733fd4bac511b5a84c06e593d7b93dcb088ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Ab7938a2e3cdfc21ecfa7fc643a1733fd4bac511b5a84c06e593d7b93dcb088ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6eada0c560cc534209052bdfa5e61992d22cf3236da6d6dd023f0e15c4597377_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6eada0c560cc534209052bdfa5e61992d22cf3236da6d6dd023f0e15c4597377_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6eada0c560cc534209052bdfa5e61992d22cf3236da6d6dd023f0e15c4597377_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A6eada0c560cc534209052bdfa5e61992d22cf3236da6d6dd023f0e15c4597377?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:19cc8c26a733461a50297d5a9699bfc2d77fc1db8a780330e7caae0fa8505ca8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:19cc8c26a733461a50297d5a9699bfc2d77fc1db8a780330e7caae0fa8505ca8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:19cc8c26a733461a50297d5a9699bfc2d77fc1db8a780330e7caae0fa8505ca8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A19cc8c26a733461a50297d5a9699bfc2d77fc1db8a780330e7caae0fa8505ca8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:699a1b7875efb53a167bb077c7e26691917a5030b524eb4129e0c15d1837639f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:699a1b7875efb53a167bb077c7e26691917a5030b524eb4129e0c15d1837639f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:699a1b7875efb53a167bb077c7e26691917a5030b524eb4129e0c15d1837639f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A699a1b7875efb53a167bb077c7e26691917a5030b524eb4129e0c15d1837639f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788974"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:dcf485379ebab5bfff28c5f15865697c70b784b6ae4a2d757b83a2603466ffc4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:dcf485379ebab5bfff28c5f15865697c70b784b6ae4a2d757b83a2603466ffc4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:dcf485379ebab5bfff28c5f15865697c70b784b6ae4a2d757b83a2603466ffc4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel9@sha256%3Adcf485379ebab5bfff28c5f15865697c70b784b6ae4a2d757b83a2603466ffc4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765778556"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3883a1d2b65635db46ff365257e4ee57cf7357e6991f2de21111ba879a20eaec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3883a1d2b65635db46ff365257e4ee57cf7357e6991f2de21111ba879a20eaec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3883a1d2b65635db46ff365257e4ee57cf7357e6991f2de21111ba879a20eaec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel9@sha256%3A3883a1d2b65635db46ff365257e4ee57cf7357e6991f2de21111ba879a20eaec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765778545"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1b2bb2d334805f02220ed4a71fafa11ca57104e220639717db73015f306e8600_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1b2bb2d334805f02220ed4a71fafa11ca57104e220639717db73015f306e8600_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1b2bb2d334805f02220ed4a71fafa11ca57104e220639717db73015f306e8600_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A1b2bb2d334805f02220ed4a71fafa11ca57104e220639717db73015f306e8600?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765468733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a8529196196664fc8cb33e82a0f01b0619b57ddb260d560a4b33693c2451402c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a8529196196664fc8cb33e82a0f01b0619b57ddb260d560a4b33693c2451402c_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a8529196196664fc8cb33e82a0f01b0619b57ddb260d560a4b33693c2451402c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Aa8529196196664fc8cb33e82a0f01b0619b57ddb260d560a4b33693c2451402c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a2d561805c21d34c484749d22a04650cf42b4f63b508e755d352e49e737fda59_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a2d561805c21d34c484749d22a04650cf42b4f63b508e755d352e49e737fda59_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a2d561805c21d34c484749d22a04650cf42b4f63b508e755d352e49e737fda59_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3Aa2d561805c21d34c484749d22a04650cf42b4f63b508e755d352e49e737fda59?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765781059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d9a32fa9a644b20e67f4d631fd3850cc83eabebb817bac7c54c45d345d952ae6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d9a32fa9a644b20e67f4d631fd3850cc83eabebb817bac7c54c45d345d952ae6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d9a32fa9a644b20e67f4d631fd3850cc83eabebb817bac7c54c45d345d952ae6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3Ad9a32fa9a644b20e67f4d631fd3850cc83eabebb817bac7c54c45d345d952ae6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765777416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:5b1f17db5d25f2238db5c56132767fbced4ea0f6328ec6fef5a7ded3b116ae94_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:5b1f17db5d25f2238db5c56132767fbced4ea0f6328ec6fef5a7ded3b116ae94_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:5b1f17db5d25f2238db5c56132767fbced4ea0f6328ec6fef5a7ded3b116ae94_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A5b1f17db5d25f2238db5c56132767fbced4ea0f6328ec6fef5a7ded3b116ae94?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a85a9e9a8c2b1cbb848052ee22f397b3e36e647a218291f6cc826103ce3ff066_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a85a9e9a8c2b1cbb848052ee22f397b3e36e647a218291f6cc826103ce3ff066_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a85a9e9a8c2b1cbb848052ee22f397b3e36e647a218291f6cc826103ce3ff066_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3Aa85a9e9a8c2b1cbb848052ee22f397b3e36e647a218291f6cc826103ce3ff066?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787703"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:83a5aaca31173f198b39b234326bdce63ad55b57c7012cc24b9abb7f776310b5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:83a5aaca31173f198b39b234326bdce63ad55b57c7012cc24b9abb7f776310b5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:83a5aaca31173f198b39b234326bdce63ad55b57c7012cc24b9abb7f776310b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A83a5aaca31173f198b39b234326bdce63ad55b57c7012cc24b9abb7f776310b5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787867"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4715f8a0d41e979df12fc3a20439d7baed29be94a1f601af6143b273debedee2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4715f8a0d41e979df12fc3a20439d7baed29be94a1f601af6143b273debedee2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4715f8a0d41e979df12fc3a20439d7baed29be94a1f601af6143b273debedee2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A4715f8a0d41e979df12fc3a20439d7baed29be94a1f601af6143b273debedee2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f78d59ca95f37a04f1cf8da3b7449b45005e81be7f4104ac1123e39101322996_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f78d59ca95f37a04f1cf8da3b7449b45005e81be7f4104ac1123e39101322996_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f78d59ca95f37a04f1cf8da3b7449b45005e81be7f4104ac1123e39101322996_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Af78d59ca95f37a04f1cf8da3b7449b45005e81be7f4104ac1123e39101322996?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765854236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d576222bbb75d0028f8d35015d93cddd4ee46e33f4d350e3bef9a7f3ef3c16a1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d576222bbb75d0028f8d35015d93cddd4ee46e33f4d350e3bef9a7f3ef3c16a1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d576222bbb75d0028f8d35015d93cddd4ee46e33f4d350e3bef9a7f3ef3c16a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Ad576222bbb75d0028f8d35015d93cddd4ee46e33f4d350e3bef9a7f3ef3c16a1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e67d248a27c3b3a6a3f27a57692fccba4291468b9cf05cc4ade16212777295d5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e67d248a27c3b3a6a3f27a57692fccba4291468b9cf05cc4ade16212777295d5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e67d248a27c3b3a6a3f27a57692fccba4291468b9cf05cc4ade16212777295d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Ae67d248a27c3b3a6a3f27a57692fccba4291468b9cf05cc4ade16212777295d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767751869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8e6cc4f53d1c226528f251768ba3b472498f65e37e369bdc75d613c92f1c6343_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8e6cc4f53d1c226528f251768ba3b472498f65e37e369bdc75d613c92f1c6343_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8e6cc4f53d1c226528f251768ba3b472498f65e37e369bdc75d613c92f1c6343_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A8e6cc4f53d1c226528f251768ba3b472498f65e37e369bdc75d613c92f1c6343?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e8a0bffefdc282ad94d2d2e3c2e9127481a576a4cf97cd96506a4b026a0002f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e8a0bffefdc282ad94d2d2e3c2e9127481a576a4cf97cd96506a4b026a0002f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e8a0bffefdc282ad94d2d2e3c2e9127481a576a4cf97cd96506a4b026a0002f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Ae8a0bffefdc282ad94d2d2e3c2e9127481a576a4cf97cd96506a4b026a0002f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2883486938e807987a25712543b5b28187b5d436c8b575a6a005aefe2a15c2cc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2883486938e807987a25712543b5b28187b5d436c8b575a6a005aefe2a15c2cc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2883486938e807987a25712543b5b28187b5d436c8b575a6a005aefe2a15c2cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A2883486938e807987a25712543b5b28187b5d436c8b575a6a005aefe2a15c2cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767635352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:67721b622a6219fa05fc731e4a492fbd91040549287eaa1f85b6bfca2909440c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:67721b622a6219fa05fc731e4a492fbd91040549287eaa1f85b6bfca2909440c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:67721b622a6219fa05fc731e4a492fbd91040549287eaa1f85b6bfca2909440c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A67721b622a6219fa05fc731e4a492fbd91040549287eaa1f85b6bfca2909440c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b9ee7a5fb3b2946ca5c60f1da631d426816b3d430ba4623273c2661adc7cc1ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b9ee7a5fb3b2946ca5c60f1da631d426816b3d430ba4623273c2661adc7cc1ce_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b9ee7a5fb3b2946ca5c60f1da631d426816b3d430ba4623273c2661adc7cc1ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3Ab9ee7a5fb3b2946ca5c60f1da631d426816b3d430ba4623273c2661adc7cc1ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:058b16a7b35c6832fabbf5211a1e93cebe857858e6c1edd301052d7a0c46717c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:058b16a7b35c6832fabbf5211a1e93cebe857858e6c1edd301052d7a0c46717c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:058b16a7b35c6832fabbf5211a1e93cebe857858e6c1edd301052d7a0c46717c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A058b16a7b35c6832fabbf5211a1e93cebe857858e6c1edd301052d7a0c46717c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789807"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0d0951b0f10373b8f3e24f79f8ac95b18b402837e21e6b4d5feea790538603a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0d0951b0f10373b8f3e24f79f8ac95b18b402837e21e6b4d5feea790538603a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0d0951b0f10373b8f3e24f79f8ac95b18b402837e21e6b4d5feea790538603a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Aa0d0951b0f10373b8f3e24f79f8ac95b18b402837e21e6b4d5feea790538603a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8a072557a1826a519ac8e6d42a056edac26edc3a53d8eb2ccfacc308cc0770f7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8a072557a1826a519ac8e6d42a056edac26edc3a53d8eb2ccfacc308cc0770f7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8a072557a1826a519ac8e6d42a056edac26edc3a53d8eb2ccfacc308cc0770f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A8a072557a1826a519ac8e6d42a056edac26edc3a53d8eb2ccfacc308cc0770f7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2d4684e9836f20ed1391f13e77b35db3a80264608f196a5c15355db7b5df1aae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2d4684e9836f20ed1391f13e77b35db3a80264608f196a5c15355db7b5df1aae_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2d4684e9836f20ed1391f13e77b35db3a80264608f196a5c15355db7b5df1aae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A2d4684e9836f20ed1391f13e77b35db3a80264608f196a5c15355db7b5df1aae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:03769240e4f16b0eae34fa8647c0abdd9fa55b8d2537ba85fc96691167a7a9ab_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:03769240e4f16b0eae34fa8647c0abdd9fa55b8d2537ba85fc96691167a7a9ab_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:03769240e4f16b0eae34fa8647c0abdd9fa55b8d2537ba85fc96691167a7a9ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A03769240e4f16b0eae34fa8647c0abdd9fa55b8d2537ba85fc96691167a7a9ab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c9381da4efb00e7c25c9e86ffc116c0d59ddcb2c3552ec18bce02425b5910791_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c9381da4efb00e7c25c9e86ffc116c0d59ddcb2c3552ec18bce02425b5910791_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c9381da4efb00e7c25c9e86ffc116c0d59ddcb2c3552ec18bce02425b5910791_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3Ac9381da4efb00e7c25c9e86ffc116c0d59ddcb2c3552ec18bce02425b5910791?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e52ef3e1d8353a25f5541fde11a90b863766363c2da6099914dbc037dd1a2f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e52ef3e1d8353a25f5541fde11a90b863766363c2da6099914dbc037dd1a2f_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e52ef3e1d8353a25f5541fde11a90b863766363c2da6099914dbc037dd1a2f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A81e52ef3e1d8353a25f5541fde11a90b863766363c2da6099914dbc037dd1a2f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766400240"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8cf16610569ef7b7b303c461fec64e5274f94b57e17eb9c7aa9ad95aa7a15871_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8cf16610569ef7b7b303c461fec64e5274f94b57e17eb9c7aa9ad95aa7a15871_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8cf16610569ef7b7b303c461fec64e5274f94b57e17eb9c7aa9ad95aa7a15871_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A8cf16610569ef7b7b303c461fec64e5274f94b57e17eb9c7aa9ad95aa7a15871?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788044"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5c4ff05c1cbd3603c998255a268f97df293d8b7020d5ec70226621a3b3b3ace2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5c4ff05c1cbd3603c998255a268f97df293d8b7020d5ec70226621a3b3b3ace2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5c4ff05c1cbd3603c998255a268f97df293d8b7020d5ec70226621a3b3b3ace2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A5c4ff05c1cbd3603c998255a268f97df293d8b7020d5ec70226621a3b3b3ace2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:75f7e28d7963cc0a975318371622a09363c2fc1295b561b57e33b7231829fa91_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:75f7e28d7963cc0a975318371622a09363c2fc1295b561b57e33b7231829fa91_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:75f7e28d7963cc0a975318371622a09363c2fc1295b561b57e33b7231829fa91_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A75f7e28d7963cc0a975318371622a09363c2fc1295b561b57e33b7231829fa91?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765468722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6e88b886751396cd34248c099f15c7f26c9e0f1f8a61cbcfdd02e51dbd9df8f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6e88b886751396cd34248c099f15c7f26c9e0f1f8a61cbcfdd02e51dbd9df8f1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6e88b886751396cd34248c099f15c7f26c9e0f1f8a61cbcfdd02e51dbd9df8f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A6e88b886751396cd34248c099f15c7f26c9e0f1f8a61cbcfdd02e51dbd9df8f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788569"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd82d3f4696bd3f4dda2438b09dd16ed85d89508351964c373f2dd27419524b5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd82d3f4696bd3f4dda2438b09dd16ed85d89508351964c373f2dd27419524b5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd82d3f4696bd3f4dda2438b09dd16ed85d89508351964c373f2dd27419524b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3Acd82d3f4696bd3f4dda2438b09dd16ed85d89508351964c373f2dd27419524b5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:106e2a5fd5b1eaa2166162d96e9834101da33ea244008df76f6504910cb50e0b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:106e2a5fd5b1eaa2166162d96e9834101da33ea244008df76f6504910cb50e0b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:106e2a5fd5b1eaa2166162d96e9834101da33ea244008df76f6504910cb50e0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A106e2a5fd5b1eaa2166162d96e9834101da33ea244008df76f6504910cb50e0b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58ea91163b69c7fefe2c40a3934df54540191bd179805a929a7ccfc94b2c0831_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58ea91163b69c7fefe2c40a3934df54540191bd179805a929a7ccfc94b2c0831_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58ea91163b69c7fefe2c40a3934df54540191bd179805a929a7ccfc94b2c0831_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A58ea91163b69c7fefe2c40a3934df54540191bd179805a929a7ccfc94b2c0831?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766097384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c9cb451aa7bdc1d683eb6177274948d19139c63cf58b3a30b9148cfe64f924ff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c9cb451aa7bdc1d683eb6177274948d19139c63cf58b3a30b9148cfe64f924ff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c9cb451aa7bdc1d683eb6177274948d19139c63cf58b3a30b9148cfe64f924ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3Ac9cb451aa7bdc1d683eb6177274948d19139c63cf58b3a30b9148cfe64f924ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767724607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0f96c74d5f8d8eb9611be2fb046597cb774927c710ee8b3879aa606060d71fc7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0f96c74d5f8d8eb9611be2fb046597cb774927c710ee8b3879aa606060d71fc7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0f96c74d5f8d8eb9611be2fb046597cb774927c710ee8b3879aa606060d71fc7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A0f96c74d5f8d8eb9611be2fb046597cb774927c710ee8b3879aa606060d71fc7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766487229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b50f0db0b7c55868ae41b33635d3b56ab545a12e77eb13e5e480dabb722c0797_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b50f0db0b7c55868ae41b33635d3b56ab545a12e77eb13e5e480dabb722c0797_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b50f0db0b7c55868ae41b33635d3b56ab545a12e77eb13e5e480dabb722c0797_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3Ab50f0db0b7c55868ae41b33635d3b56ab545a12e77eb13e5e480dabb722c0797?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767791960"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3321da2c0354d937133ffe5ef5074e94e4a73822f28a003f2d5b71c4ea239614_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3321da2c0354d937133ffe5ef5074e94e4a73822f28a003f2d5b71c4ea239614_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3321da2c0354d937133ffe5ef5074e94e4a73822f28a003f2d5b71c4ea239614_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A3321da2c0354d937133ffe5ef5074e94e4a73822f28a003f2d5b71c4ea239614?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765468830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:70c36b8768e4ccbba9a91d338c568c5a4978959b36f60977b00017aa6b6022f0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:70c36b8768e4ccbba9a91d338c568c5a4978959b36f60977b00017aa6b6022f0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:70c36b8768e4ccbba9a91d338c568c5a4978959b36f60977b00017aa6b6022f0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A70c36b8768e4ccbba9a91d338c568c5a4978959b36f60977b00017aa6b6022f0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6653237e916b6d1e79d45b0c550d374a4e1f4ecb60ef09eb3d52fa607c36c732_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6653237e916b6d1e79d45b0c550d374a4e1f4ecb60ef09eb3d52fa607c36c732_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6653237e916b6d1e79d45b0c550d374a4e1f4ecb60ef09eb3d52fa607c36c732_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A6653237e916b6d1e79d45b0c550d374a4e1f4ecb60ef09eb3d52fa607c36c732?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9498a0b32a368a487ba210dadd6c83fc49dffde7d70eb8c37fbe33ce7ff55682_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9498a0b32a368a487ba210dadd6c83fc49dffde7d70eb8c37fbe33ce7ff55682_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9498a0b32a368a487ba210dadd6c83fc49dffde7d70eb8c37fbe33ce7ff55682_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A9498a0b32a368a487ba210dadd6c83fc49dffde7d70eb8c37fbe33ce7ff55682?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789344"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a4a69a73e38da284fff9188d00d66d1fcbeea93f8fa85d7c914db7135ec6e918_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a4a69a73e38da284fff9188d00d66d1fcbeea93f8fa85d7c914db7135ec6e918_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a4a69a73e38da284fff9188d00d66d1fcbeea93f8fa85d7c914db7135ec6e918_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Aa4a69a73e38da284fff9188d00d66d1fcbeea93f8fa85d7c914db7135ec6e918?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787553"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b880a425adeceed5d62f386d574fd3cb1b7fa8253271afff3575d9667969ff66_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b880a425adeceed5d62f386d574fd3cb1b7fa8253271afff3575d9667969ff66_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b880a425adeceed5d62f386d574fd3cb1b7fa8253271afff3575d9667969ff66_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3Ab880a425adeceed5d62f386d574fd3cb1b7fa8253271afff3575d9667969ff66?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767832502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b3a4a0fb9b5d564c5a0525410688b848245971fa5b3a431bd6bd9527303ca8f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b3a4a0fb9b5d564c5a0525410688b848245971fa5b3a431bd6bd9527303ca8f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b3a4a0fb9b5d564c5a0525410688b848245971fa5b3a431bd6bd9527303ca8f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A9b3a4a0fb9b5d564c5a0525410688b848245971fa5b3a431bd6bd9527303ca8f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765792517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cf4c75f710db1a26be77cd4b8919764bb6997f6243fede69fe8310ff7fa568d9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cf4c75f710db1a26be77cd4b8919764bb6997f6243fede69fe8310ff7fa568d9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cf4c75f710db1a26be77cd4b8919764bb6997f6243fede69fe8310ff7fa568d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Acf4c75f710db1a26be77cd4b8919764bb6997f6243fede69fe8310ff7fa568d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:843f7875b8ce6f256cc05932cb0a6d07de31f4f2eaff42ae2ae688a67a120a3a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:843f7875b8ce6f256cc05932cb0a6d07de31f4f2eaff42ae2ae688a67a120a3a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:843f7875b8ce6f256cc05932cb0a6d07de31f4f2eaff42ae2ae688a67a120a3a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A843f7875b8ce6f256cc05932cb0a6d07de31f4f2eaff42ae2ae688a67a120a3a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb966ed23952aae325c83dee819bdc4be0186f7273d340995425615a9bf35630_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb966ed23952aae325c83dee819bdc4be0186f7273d340995425615a9bf35630_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb966ed23952aae325c83dee819bdc4be0186f7273d340995425615a9bf35630_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3Afb966ed23952aae325c83dee819bdc4be0186f7273d340995425615a9bf35630?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767832520"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:cb1f6672b11384bc5f79eb5d9beb72b083e3efa98f438b322017a87e07621cf3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:cb1f6672b11384bc5f79eb5d9beb72b083e3efa98f438b322017a87e07621cf3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:cb1f6672b11384bc5f79eb5d9beb72b083e3efa98f438b322017a87e07621cf3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Acb1f6672b11384bc5f79eb5d9beb72b083e3efa98f438b322017a87e07621cf3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8e58f5b023fb498d818444f8b40cf1ae7f60074f951f05430f94a2cf91b50aca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8e58f5b023fb498d818444f8b40cf1ae7f60074f951f05430f94a2cf91b50aca_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8e58f5b023fb498d818444f8b40cf1ae7f60074f951f05430f94a2cf91b50aca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A8e58f5b023fb498d818444f8b40cf1ae7f60074f951f05430f94a2cf91b50aca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766113969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3cdaf0dd6604a653f871228b25095c28f614adcd6bf06fdaba63ab1984e5133b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3cdaf0dd6604a653f871228b25095c28f614adcd6bf06fdaba63ab1984e5133b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3cdaf0dd6604a653f871228b25095c28f614adcd6bf06fdaba63ab1984e5133b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A3cdaf0dd6604a653f871228b25095c28f614adcd6bf06fdaba63ab1984e5133b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767769952"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f6364a6411ca336aa5a2877d0d8fb9c1b747028902d2b90a235662ecf1300595_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f6364a6411ca336aa5a2877d0d8fb9c1b747028902d2b90a235662ecf1300595_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f6364a6411ca336aa5a2877d0d8fb9c1b747028902d2b90a235662ecf1300595_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Af6364a6411ca336aa5a2877d0d8fb9c1b747028902d2b90a235662ecf1300595?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:4f2acc152319413c464f10047915471cf3751f181a65e96f1e47e722f5668fe8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:4f2acc152319413c464f10047915471cf3751f181a65e96f1e47e722f5668fe8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:4f2acc152319413c464f10047915471cf3751f181a65e96f1e47e722f5668fe8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A4f2acc152319413c464f10047915471cf3751f181a65e96f1e47e722f5668fe8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767839823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bfb03e32e43f17abb1a711037dba0d428884d14a9988466d7e0f944ce152d4b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bfb03e32e43f17abb1a711037dba0d428884d14a9988466d7e0f944ce152d4b8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bfb03e32e43f17abb1a711037dba0d428884d14a9988466d7e0f944ce152d4b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Abfb03e32e43f17abb1a711037dba0d428884d14a9988466d7e0f944ce152d4b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4baffd15fff32a2bab6e81516989f589c5c89267b1e23d372e356b20ef72a28b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4baffd15fff32a2bab6e81516989f589c5c89267b1e23d372e356b20ef72a28b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4baffd15fff32a2bab6e81516989f589c5c89267b1e23d372e356b20ef72a28b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A4baffd15fff32a2bab6e81516989f589c5c89267b1e23d372e356b20ef72a28b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765792527"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:13e67d9352b1a1b8e0f9eebca0db1722209eb72d07ccc9241d0abbdb3bb89c76_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:13e67d9352b1a1b8e0f9eebca0db1722209eb72d07ccc9241d0abbdb3bb89c76_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:13e67d9352b1a1b8e0f9eebca0db1722209eb72d07ccc9241d0abbdb3bb89c76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A13e67d9352b1a1b8e0f9eebca0db1722209eb72d07ccc9241d0abbdb3bb89c76?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765864186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c09974d6271b6514595ebb7cc64c504dd90567070e81bf916eebfc252eed4d6d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c09974d6271b6514595ebb7cc64c504dd90567070e81bf916eebfc252eed4d6d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c09974d6271b6514595ebb7cc64c504dd90567070e81bf916eebfc252eed4d6d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Ac09974d6271b6514595ebb7cc64c504dd90567070e81bf916eebfc252eed4d6d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e8452d1e45be67158e63308de41bdaf43105be4be1cb1256efa534fa0abada3e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e8452d1e45be67158e63308de41bdaf43105be4be1cb1256efa534fa0abada3e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e8452d1e45be67158e63308de41bdaf43105be4be1cb1256efa534fa0abada3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Ae8452d1e45be67158e63308de41bdaf43105be4be1cb1256efa534fa0abada3e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:92b31786ac4169fbcc2359470639469f185f8296993ee8fb4483ba0c39b06469_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:92b31786ac4169fbcc2359470639469f185f8296993ee8fb4483ba0c39b06469_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:92b31786ac4169fbcc2359470639469f185f8296993ee8fb4483ba0c39b06469_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A92b31786ac4169fbcc2359470639469f185f8296993ee8fb4483ba0c39b06469?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1e3599193b910914828cd4248b554d37e4c684faf36018bfe862f9a9bb13a1d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1e3599193b910914828cd4248b554d37e4c684faf36018bfe862f9a9bb13a1d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1e3599193b910914828cd4248b554d37e4c684faf36018bfe862f9a9bb13a1d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Ac1e3599193b910914828cd4248b554d37e4c684faf36018bfe862f9a9bb13a1d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765786773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:0404c9fd2506af3fbd2a665c87593950ca8739055ec341dc1c5cc7d59d35bd1f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:0404c9fd2506af3fbd2a665c87593950ca8739055ec341dc1c5cc7d59d35bd1f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:0404c9fd2506af3fbd2a665c87593950ca8739055ec341dc1c5cc7d59d35bd1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A0404c9fd2506af3fbd2a665c87593950ca8739055ec341dc1c5cc7d59d35bd1f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767793336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17e4fe5a699b88c45015fada02a9c1803dd4610f7055d48d3e1a8e0ec50d0165_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17e4fe5a699b88c45015fada02a9c1803dd4610f7055d48d3e1a8e0ec50d0165_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17e4fe5a699b88c45015fada02a9c1803dd4610f7055d48d3e1a8e0ec50d0165_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A17e4fe5a699b88c45015fada02a9c1803dd4610f7055d48d3e1a8e0ec50d0165?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790971"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:55a68756f9fbc1870256c1d95aa97c14a53dea071229ac21e2a604c6cbc7b48d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:55a68756f9fbc1870256c1d95aa97c14a53dea071229ac21e2a604c6cbc7b48d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:55a68756f9fbc1870256c1d95aa97c14a53dea071229ac21e2a604c6cbc7b48d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A55a68756f9fbc1870256c1d95aa97c14a53dea071229ac21e2a604c6cbc7b48d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:34b399d922ac9f156bc55948b7460af6ecd53cd57e31f35273104ac687e813d4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:34b399d922ac9f156bc55948b7460af6ecd53cd57e31f35273104ac687e813d4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:34b399d922ac9f156bc55948b7460af6ecd53cd57e31f35273104ac687e813d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A34b399d922ac9f156bc55948b7460af6ecd53cd57e31f35273104ac687e813d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:036086ccc7b3cf715f337cd62bd2f4ceacb18a0bd74ddf3088bb1c82780573f2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:036086ccc7b3cf715f337cd62bd2f4ceacb18a0bd74ddf3088bb1c82780573f2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:036086ccc7b3cf715f337cd62bd2f4ceacb18a0bd74ddf3088bb1c82780573f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A036086ccc7b3cf715f337cd62bd2f4ceacb18a0bd74ddf3088bb1c82780573f2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3a2225230a2299a426acb83cb286877c3c4ea29fdd5e70e71e6128101e7948af_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3a2225230a2299a426acb83cb286877c3c4ea29fdd5e70e71e6128101e7948af_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3a2225230a2299a426acb83cb286877c3c4ea29fdd5e70e71e6128101e7948af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A3a2225230a2299a426acb83cb286877c3c4ea29fdd5e70e71e6128101e7948af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767837907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f79ee8ce68af5ad3a67e1c9b47f1326bf18ec4681e0c176cd42638fe324ddb11_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f79ee8ce68af5ad3a67e1c9b47f1326bf18ec4681e0c176cd42638fe324ddb11_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f79ee8ce68af5ad3a67e1c9b47f1326bf18ec4681e0c176cd42638fe324ddb11_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Af79ee8ce68af5ad3a67e1c9b47f1326bf18ec4681e0c176cd42638fe324ddb11?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a615043cc293914a9edfbac8141d5b694a8ebaa5e130f5fe545d9324898e8a1d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a615043cc293914a9edfbac8141d5b694a8ebaa5e130f5fe545d9324898e8a1d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a615043cc293914a9edfbac8141d5b694a8ebaa5e130f5fe545d9324898e8a1d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Aa615043cc293914a9edfbac8141d5b694a8ebaa5e130f5fe545d9324898e8a1d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767805989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:88a62605424e7b44c93ce45ccf40d6b7d98fcefcc4f78ecedbde69b989afe998_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:88a62605424e7b44c93ce45ccf40d6b7d98fcefcc4f78ecedbde69b989afe998_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:88a62605424e7b44c93ce45ccf40d6b7d98fcefcc4f78ecedbde69b989afe998_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A88a62605424e7b44c93ce45ccf40d6b7d98fcefcc4f78ecedbde69b989afe998?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1c8f4691a8f2df8e871c18ceb8ccaa1caf4341f4cc860c801c6cf889a425858a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1c8f4691a8f2df8e871c18ceb8ccaa1caf4341f4cc860c801c6cf889a425858a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1c8f4691a8f2df8e871c18ceb8ccaa1caf4341f4cc860c801c6cf889a425858a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A1c8f4691a8f2df8e871c18ceb8ccaa1caf4341f4cc860c801c6cf889a425858a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765975337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9bd3cd29d445a934b246c8969c596e97631951f75c0096fd809b9747e444c399_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9bd3cd29d445a934b246c8969c596e97631951f75c0096fd809b9747e444c399_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9bd3cd29d445a934b246c8969c596e97631951f75c0096fd809b9747e444c399_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A9bd3cd29d445a934b246c8969c596e97631951f75c0096fd809b9747e444c399?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ca9a36848c1d5643de68c811319be12bae5920a74aeed38912f382b7222e3fff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ca9a36848c1d5643de68c811319be12bae5920a74aeed38912f382b7222e3fff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ca9a36848c1d5643de68c811319be12bae5920a74aeed38912f382b7222e3fff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3Aca9a36848c1d5643de68c811319be12bae5920a74aeed38912f382b7222e3fff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765778559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5cf693a174b7abb8c0a83a89c4bce91225fc55201e6da7aa7f34dfa49b671feb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5cf693a174b7abb8c0a83a89c4bce91225fc55201e6da7aa7f34dfa49b671feb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5cf693a174b7abb8c0a83a89c4bce91225fc55201e6da7aa7f34dfa49b671feb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3A5cf693a174b7abb8c0a83a89c4bce91225fc55201e6da7aa7f34dfa49b671feb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765778530"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:bf230b98dd3d0b34e3efe3db4b5c0c9f59eb78f5d1c1ce43cd9b1737c3154fa1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:bf230b98dd3d0b34e3efe3db4b5c0c9f59eb78f5d1c1ce43cd9b1737c3154fa1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:bf230b98dd3d0b34e3efe3db4b5c0c9f59eb78f5d1c1ce43cd9b1737c3154fa1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3Abf230b98dd3d0b34e3efe3db4b5c0c9f59eb78f5d1c1ce43cd9b1737c3154fa1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765778577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:f224baf400f2ae5ee546a5dfb68ebf21fb22220a799e70f49ece279e9f2776da_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:f224baf400f2ae5ee546a5dfb68ebf21fb22220a799e70f49ece279e9f2776da_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:f224baf400f2ae5ee546a5dfb68ebf21fb22220a799e70f49ece279e9f2776da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Af224baf400f2ae5ee546a5dfb68ebf21fb22220a799e70f49ece279e9f2776da?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765778556"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:af0eacf69a6ed00b40284aeaa5cac2be1b13817cf7f07976fb88a751d213726c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:af0eacf69a6ed00b40284aeaa5cac2be1b13817cf7f07976fb88a751d213726c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:af0eacf69a6ed00b40284aeaa5cac2be1b13817cf7f07976fb88a751d213726c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3Aaf0eacf69a6ed00b40284aeaa5cac2be1b13817cf7f07976fb88a751d213726c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765777460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7dae4e2d929279a5d6ed358604d27119eac1ed18fec502dcbd204172b7e175d5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7dae4e2d929279a5d6ed358604d27119eac1ed18fec502dcbd204172b7e175d5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7dae4e2d929279a5d6ed358604d27119eac1ed18fec502dcbd204172b7e175d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A7dae4e2d929279a5d6ed358604d27119eac1ed18fec502dcbd204172b7e175d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765777540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:674848f9ffae3a71b1288cd48c0c9a5448b9111598f0a049e5d7f2b4cf6d1568_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:674848f9ffae3a71b1288cd48c0c9a5448b9111598f0a049e5d7f2b4cf6d1568_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:674848f9ffae3a71b1288cd48c0c9a5448b9111598f0a049e5d7f2b4cf6d1568_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A674848f9ffae3a71b1288cd48c0c9a5448b9111598f0a049e5d7f2b4cf6d1568?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765777548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d7453456acb080973e87b9f413f9d310e26ddc70497d5d59a37914838b2e6934_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d7453456acb080973e87b9f413f9d310e26ddc70497d5d59a37914838b2e6934_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d7453456acb080973e87b9f413f9d310e26ddc70497d5d59a37914838b2e6934_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3Ad7453456acb080973e87b9f413f9d310e26ddc70497d5d59a37914838b2e6934?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765777447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:f85e768f62e32044fabfde15cc8dbd7688578e9b3bc8605cbc444c0fa0b343f0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:f85e768f62e32044fabfde15cc8dbd7688578e9b3bc8605cbc444c0fa0b343f0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:f85e768f62e32044fabfde15cc8dbd7688578e9b3bc8605cbc444c0fa0b343f0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3Af85e768f62e32044fabfde15cc8dbd7688578e9b3bc8605cbc444c0fa0b343f0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765778610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:391c3797864e271d4d6751596a813185b18858859701246aab43876769b6b740_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:391c3797864e271d4d6751596a813185b18858859701246aab43876769b6b740_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:391c3797864e271d4d6751596a813185b18858859701246aab43876769b6b740_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A391c3797864e271d4d6751596a813185b18858859701246aab43876769b6b740?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765778559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3b31286f5668537a8d99cd52499df2dc124b3f242148c28638d5ed9284c42379_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3b31286f5668537a8d99cd52499df2dc124b3f242148c28638d5ed9284c42379_arm64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3b31286f5668537a8d99cd52499df2dc124b3f242148c28638d5ed9284c42379_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A3b31286f5668537a8d99cd52499df2dc124b3f242148c28638d5ed9284c42379?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5e36a48a006a045031c6f645c6e89ad0b1f380d3c76a40ecde6be2e51ec847f3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5e36a48a006a045031c6f645c6e89ad0b1f380d3c76a40ecde6be2e51ec847f3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5e36a48a006a045031c6f645c6e89ad0b1f380d3c76a40ecde6be2e51ec847f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3A5e36a48a006a045031c6f645c6e89ad0b1f380d3c76a40ecde6be2e51ec847f3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765778561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a96ed272e3b3f78ada9a7a40ef3c9cf374e028ace01a6be44a1b0995b4ee8608_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a96ed272e3b3f78ada9a7a40ef3c9cf374e028ace01a6be44a1b0995b4ee8608_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a96ed272e3b3f78ada9a7a40ef3c9cf374e028ace01a6be44a1b0995b4ee8608_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Aa96ed272e3b3f78ada9a7a40ef3c9cf374e028ace01a6be44a1b0995b4ee8608?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d839542e8877fccfba25e62a55fc9a15b20790eab0e037c0183a05cab8f5187d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d839542e8877fccfba25e62a55fc9a15b20790eab0e037c0183a05cab8f5187d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d839542e8877fccfba25e62a55fc9a15b20790eab0e037c0183a05cab8f5187d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Ad839542e8877fccfba25e62a55fc9a15b20790eab0e037c0183a05cab8f5187d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765976024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2209f67bb5ed6c488d30904344a1bb7dc10cd8f8c2121ec909fef78e96f377fa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2209f67bb5ed6c488d30904344a1bb7dc10cd8f8c2121ec909fef78e96f377fa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2209f67bb5ed6c488d30904344a1bb7dc10cd8f8c2121ec909fef78e96f377fa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A2209f67bb5ed6c488d30904344a1bb7dc10cd8f8c2121ec909fef78e96f377fa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5f4c106d0112f1cc0ad2365171d6a4fdf75a52a952f2e6b8a674a5ad82e8f3c6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5f4c106d0112f1cc0ad2365171d6a4fdf75a52a952f2e6b8a674a5ad82e8f3c6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5f4c106d0112f1cc0ad2365171d6a4fdf75a52a952f2e6b8a674a5ad82e8f3c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A5f4c106d0112f1cc0ad2365171d6a4fdf75a52a952f2e6b8a674a5ad82e8f3c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765792703"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b9f1c9788b5abd31b9ecbaadeb66fd7addacaa4cd3d7f7770a585c289a8ac456_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b9f1c9788b5abd31b9ecbaadeb66fd7addacaa4cd3d7f7770a585c289a8ac456_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b9f1c9788b5abd31b9ecbaadeb66fd7addacaa4cd3d7f7770a585c289a8ac456_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Ab9f1c9788b5abd31b9ecbaadeb66fd7addacaa4cd3d7f7770a585c289a8ac456?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765793138"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a34d831686747809dc7ff192d6b14d38c0149f6d0f5d8e0ddba82de9912a7206_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a34d831686747809dc7ff192d6b14d38c0149f6d0f5d8e0ddba82de9912a7206_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a34d831686747809dc7ff192d6b14d38c0149f6d0f5d8e0ddba82de9912a7206_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Aa34d831686747809dc7ff192d6b14d38c0149f6d0f5d8e0ddba82de9912a7206?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b4b53a7e30b0f67c0b1bfca6839b209c9749ad7a967baefa2c69e23c14c1d3c4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b4b53a7e30b0f67c0b1bfca6839b209c9749ad7a967baefa2c69e23c14c1d3c4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b4b53a7e30b0f67c0b1bfca6839b209c9749ad7a967baefa2c69e23c14c1d3c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Ab4b53a7e30b0f67c0b1bfca6839b209c9749ad7a967baefa2c69e23c14c1d3c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:53185ec096c4c6dde4cde2da2878ecc7afa0d9322169d73024c0c0c0a154cc38_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:53185ec096c4c6dde4cde2da2878ecc7afa0d9322169d73024c0c0c0a154cc38_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:53185ec096c4c6dde4cde2da2878ecc7afa0d9322169d73024c0c0c0a154cc38_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A53185ec096c4c6dde4cde2da2878ecc7afa0d9322169d73024c0c0c0a154cc38?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:02291a6a7a29ae16a920abbd15051a3de7d8bbd02354e5f63359cbf21efc09b7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:02291a6a7a29ae16a920abbd15051a3de7d8bbd02354e5f63359cbf21efc09b7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:02291a6a7a29ae16a920abbd15051a3de7d8bbd02354e5f63359cbf21efc09b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A02291a6a7a29ae16a920abbd15051a3de7d8bbd02354e5f63359cbf21efc09b7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2afc9fdd7efd8c457e0c7a2f049d2a2a3a94e88cc41fb0dbce54033b30c3a413_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2afc9fdd7efd8c457e0c7a2f049d2a2a3a94e88cc41fb0dbce54033b30c3a413_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2afc9fdd7efd8c457e0c7a2f049d2a2a3a94e88cc41fb0dbce54033b30c3a413_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A2afc9fdd7efd8c457e0c7a2f049d2a2a3a94e88cc41fb0dbce54033b30c3a413?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766584972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b425f7b6dcad585599ebfe4366e580bea7b533b88a8d333d9f8a7def88b46294_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b425f7b6dcad585599ebfe4366e580bea7b533b88a8d333d9f8a7def88b46294_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b425f7b6dcad585599ebfe4366e580bea7b533b88a8d333d9f8a7def88b46294_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Ab425f7b6dcad585599ebfe4366e580bea7b533b88a8d333d9f8a7def88b46294?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fe65d8d46a03f5aae8e5fb7caad02a9688b1dd2d6f3ea53ed76cd2fcf5115a7f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fe65d8d46a03f5aae8e5fb7caad02a9688b1dd2d6f3ea53ed76cd2fcf5115a7f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fe65d8d46a03f5aae8e5fb7caad02a9688b1dd2d6f3ea53ed76cd2fcf5115a7f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Afe65d8d46a03f5aae8e5fb7caad02a9688b1dd2d6f3ea53ed76cd2fcf5115a7f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5a272d1c089cd51f239275b733499ea53bf094057dd176ffdb0b759aac42f00c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5a272d1c089cd51f239275b733499ea53bf094057dd176ffdb0b759aac42f00c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5a272d1c089cd51f239275b733499ea53bf094057dd176ffdb0b759aac42f00c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A5a272d1c089cd51f239275b733499ea53bf094057dd176ffdb0b759aac42f00c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:712d10619803f9eac56667fc0c75bba74a2a866e8df2a160f8a29db520f38b3a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:712d10619803f9eac56667fc0c75bba74a2a866e8df2a160f8a29db520f38b3a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:712d10619803f9eac56667fc0c75bba74a2a866e8df2a160f8a29db520f38b3a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A712d10619803f9eac56667fc0c75bba74a2a866e8df2a160f8a29db520f38b3a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767635386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:953cf0efb4cfafd7ac8a982ddaa074791806f70859a011399784323eef46ef1e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:953cf0efb4cfafd7ac8a982ddaa074791806f70859a011399784323eef46ef1e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:953cf0efb4cfafd7ac8a982ddaa074791806f70859a011399784323eef46ef1e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A953cf0efb4cfafd7ac8a982ddaa074791806f70859a011399784323eef46ef1e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0310e0ac82ab9af6b3a919db3765e7454b76eb16b475a9babec1faf5a7e3389c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0310e0ac82ab9af6b3a919db3765e7454b76eb16b475a9babec1faf5a7e3389c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0310e0ac82ab9af6b3a919db3765e7454b76eb16b475a9babec1faf5a7e3389c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A0310e0ac82ab9af6b3a919db3765e7454b76eb16b475a9babec1faf5a7e3389c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:44764182f1323cdaf8ec1dcc282256aa1deffd5d0490fb863e2804a305676260_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:44764182f1323cdaf8ec1dcc282256aa1deffd5d0490fb863e2804a305676260_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:44764182f1323cdaf8ec1dcc282256aa1deffd5d0490fb863e2804a305676260_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A44764182f1323cdaf8ec1dcc282256aa1deffd5d0490fb863e2804a305676260?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787507"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8229500047f060dda44bf6845721bbac1f645e5eff36c2cce06637b9448b3313_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8229500047f060dda44bf6845721bbac1f645e5eff36c2cce06637b9448b3313_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8229500047f060dda44bf6845721bbac1f645e5eff36c2cce06637b9448b3313_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A8229500047f060dda44bf6845721bbac1f645e5eff36c2cce06637b9448b3313?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ab850613180e5396315156fb0985c1b9999769d4df7d7021583f09d54783c783_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ab850613180e5396315156fb0985c1b9999769d4df7d7021583f09d54783c783_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ab850613180e5396315156fb0985c1b9999769d4df7d7021583f09d54783c783_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Aab850613180e5396315156fb0985c1b9999769d4df7d7021583f09d54783c783?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a6be2cb1dd54f92bd96ba758ce08438216acfa266386916ee3aa773293778a6b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a6be2cb1dd54f92bd96ba758ce08438216acfa266386916ee3aa773293778a6b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a6be2cb1dd54f92bd96ba758ce08438216acfa266386916ee3aa773293778a6b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Aa6be2cb1dd54f92bd96ba758ce08438216acfa266386916ee3aa773293778a6b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767724712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:216986528687f62da810992f9af616435014f6cfade596bb4b7e291695265be9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:216986528687f62da810992f9af616435014f6cfade596bb4b7e291695265be9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:216986528687f62da810992f9af616435014f6cfade596bb4b7e291695265be9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A216986528687f62da810992f9af616435014f6cfade596bb4b7e291695265be9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765786533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a75d90adc4081e358e02cc0acf0926567818aafa5e48fe95fec689bd3090116_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a75d90adc4081e358e02cc0acf0926567818aafa5e48fe95fec689bd3090116_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a75d90adc4081e358e02cc0acf0926567818aafa5e48fe95fec689bd3090116_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A4a75d90adc4081e358e02cc0acf0926567818aafa5e48fe95fec689bd3090116?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8df3711c94325bde8ad752cb7a9c7c0a018618fdad5f33488a426795a8f17734_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8df3711c94325bde8ad752cb7a9c7c0a018618fdad5f33488a426795a8f17734_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8df3711c94325bde8ad752cb7a9c7c0a018618fdad5f33488a426795a8f17734_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A8df3711c94325bde8ad752cb7a9c7c0a018618fdad5f33488a426795a8f17734?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0f3e01bcdf211b479ca861a5851b359a367c7027bdc543776ee1b25ce763f46d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0f3e01bcdf211b479ca861a5851b359a367c7027bdc543776ee1b25ce763f46d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0f3e01bcdf211b479ca861a5851b359a367c7027bdc543776ee1b25ce763f46d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A0f3e01bcdf211b479ca861a5851b359a367c7027bdc543776ee1b25ce763f46d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57927e81f0ab7a93b8fcc0ed54f84b9adb7ff7ecd65722f7b403dfe9ef3c128f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57927e81f0ab7a93b8fcc0ed54f84b9adb7ff7ecd65722f7b403dfe9ef3c128f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57927e81f0ab7a93b8fcc0ed54f84b9adb7ff7ecd65722f7b403dfe9ef3c128f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A57927e81f0ab7a93b8fcc0ed54f84b9adb7ff7ecd65722f7b403dfe9ef3c128f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:734da3ea40094633864dca6a9fa7e223501f1c1c4331764f03257b62b70087f7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:734da3ea40094633864dca6a9fa7e223501f1c1c4331764f03257b62b70087f7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:734da3ea40094633864dca6a9fa7e223501f1c1c4331764f03257b62b70087f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A734da3ea40094633864dca6a9fa7e223501f1c1c4331764f03257b62b70087f7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2754dffc27e0dc8886afc00ab7547d9cc1c7d2c9cf1d4c672e1fc3ad16c169ba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2754dffc27e0dc8886afc00ab7547d9cc1c7d2c9cf1d4c672e1fc3ad16c169ba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2754dffc27e0dc8886afc00ab7547d9cc1c7d2c9cf1d4c672e1fc3ad16c169ba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A2754dffc27e0dc8886afc00ab7547d9cc1c7d2c9cf1d4c672e1fc3ad16c169ba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b8eb145df77c917523d982fe0c2cd7a103a2552c1faecf568c9929f7b3d3a1c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b8eb145df77c917523d982fe0c2cd7a103a2552c1faecf568c9929f7b3d3a1c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b8eb145df77c917523d982fe0c2cd7a103a2552c1faecf568c9929f7b3d3a1c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A8b8eb145df77c917523d982fe0c2cd7a103a2552c1faecf568c9929f7b3d3a1c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788018"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ece8ae115e98e000852e016f97f4c9d9a4c63a89a07db123c7786cf238a5c724_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ece8ae115e98e000852e016f97f4c9d9a4c63a89a07db123c7786cf238a5c724_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ece8ae115e98e000852e016f97f4c9d9a4c63a89a07db123c7786cf238a5c724_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Aece8ae115e98e000852e016f97f4c9d9a4c63a89a07db123c7786cf238a5c724?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d7bb32011b7d54a77299f7044ef9508ed420d5846641e830da6ac4a06b59621d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d7bb32011b7d54a77299f7044ef9508ed420d5846641e830da6ac4a06b59621d_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d7bb32011b7d54a77299f7044ef9508ed420d5846641e830da6ac4a06b59621d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Ad7bb32011b7d54a77299f7044ef9508ed420d5846641e830da6ac4a06b59621d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:74e06d261c764d7060bdd62adaeed608cb32d70e39f2680ce21b9a41f1c7d907_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:74e06d261c764d7060bdd62adaeed608cb32d70e39f2680ce21b9a41f1c7d907_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:74e06d261c764d7060bdd62adaeed608cb32d70e39f2680ce21b9a41f1c7d907_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A74e06d261c764d7060bdd62adaeed608cb32d70e39f2680ce21b9a41f1c7d907?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765468735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:17218208de28296807c21f4bae67c244396321a2e82cf8b6e937997010d15a53_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:17218208de28296807c21f4bae67c244396321a2e82cf8b6e937997010d15a53_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:17218208de28296807c21f4bae67c244396321a2e82cf8b6e937997010d15a53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A17218208de28296807c21f4bae67c244396321a2e82cf8b6e937997010d15a53?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:72c13df0b819ab4b0e60eb40d636c34e72918760c6e635a39fd847d6b0f9b30d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:72c13df0b819ab4b0e60eb40d636c34e72918760c6e635a39fd847d6b0f9b30d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:72c13df0b819ab4b0e60eb40d636c34e72918760c6e635a39fd847d6b0f9b30d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A72c13df0b819ab4b0e60eb40d636c34e72918760c6e635a39fd847d6b0f9b30d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789048"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9984cd15e20d0ecec47ab7611a39fbf676ecfd41111840478e9cf6cf3293c7ab_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9984cd15e20d0ecec47ab7611a39fbf676ecfd41111840478e9cf6cf3293c7ab_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9984cd15e20d0ecec47ab7611a39fbf676ecfd41111840478e9cf6cf3293c7ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A9984cd15e20d0ecec47ab7611a39fbf676ecfd41111840478e9cf6cf3293c7ab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3dfe34fd017f3b3e6b410ba7913a5711453239d7852d5729109c24ead31897da_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3dfe34fd017f3b3e6b410ba7913a5711453239d7852d5729109c24ead31897da_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3dfe34fd017f3b3e6b410ba7913a5711453239d7852d5729109c24ead31897da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A3dfe34fd017f3b3e6b410ba7913a5711453239d7852d5729109c24ead31897da?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f68fa26bb906d012adc744875a309a40ff5ea7b3122b4b32ae2d4caeb3bb83c3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f68fa26bb906d012adc744875a309a40ff5ea7b3122b4b32ae2d4caeb3bb83c3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f68fa26bb906d012adc744875a309a40ff5ea7b3122b4b32ae2d4caeb3bb83c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Af68fa26bb906d012adc744875a309a40ff5ea7b3122b4b32ae2d4caeb3bb83c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:fed3641a4572b8a0602a71d8d618e30a5bf83ed0060a75338269c26be3037e31_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:fed3641a4572b8a0602a71d8d618e30a5bf83ed0060a75338269c26be3037e31_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:fed3641a4572b8a0602a71d8d618e30a5bf83ed0060a75338269c26be3037e31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Afed3641a4572b8a0602a71d8d618e30a5bf83ed0060a75338269c26be3037e31?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:70e418963774fa36a5c2e22226b11b2e4a620a95064e5d2bd1c85b3bf87cba90_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:70e418963774fa36a5c2e22226b11b2e4a620a95064e5d2bd1c85b3bf87cba90_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:70e418963774fa36a5c2e22226b11b2e4a620a95064e5d2bd1c85b3bf87cba90_arm64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A70e418963774fa36a5c2e22226b11b2e4a620a95064e5d2bd1c85b3bf87cba90?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767805989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:20b3ddc8bce65ebaaf64bd5fcd3b2f7f80b370ebb62e22bff9fc7dc71128fce4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:20b3ddc8bce65ebaaf64bd5fcd3b2f7f80b370ebb62e22bff9fc7dc71128fce4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:20b3ddc8bce65ebaaf64bd5fcd3b2f7f80b370ebb62e22bff9fc7dc71128fce4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A20b3ddc8bce65ebaaf64bd5fcd3b2f7f80b370ebb62e22bff9fc7dc71128fce4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765781841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8faffd89c1741985d08f7b51dbfce30aec4af6f7121687e9499e7265ce3d6b39_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8faffd89c1741985d08f7b51dbfce30aec4af6f7121687e9499e7265ce3d6b39_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8faffd89c1741985d08f7b51dbfce30aec4af6f7121687e9499e7265ce3d6b39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A8faffd89c1741985d08f7b51dbfce30aec4af6f7121687e9499e7265ce3d6b39?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765782269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a916ab4e6fec61ea140df5624ac159a566b6a9f1953b2eec2e19175fef18a091_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a916ab4e6fec61ea140df5624ac159a566b6a9f1953b2eec2e19175fef18a091_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a916ab4e6fec61ea140df5624ac159a566b6a9f1953b2eec2e19175fef18a091_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Aa916ab4e6fec61ea140df5624ac159a566b6a9f1953b2eec2e19175fef18a091?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765781805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:39ce4130cd982f5a88c248fc820d5edf507b936b9c05d803fc3650dadac14c6c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:39ce4130cd982f5a88c248fc820d5edf507b936b9c05d803fc3650dadac14c6c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:39ce4130cd982f5a88c248fc820d5edf507b936b9c05d803fc3650dadac14c6c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A39ce4130cd982f5a88c248fc820d5edf507b936b9c05d803fc3650dadac14c6c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765784245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:fdd18f19f35a5b83c46ea3b20cc0fd5200a65a7037d567da67eb1741346983bd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:fdd18f19f35a5b83c46ea3b20cc0fd5200a65a7037d567da67eb1741346983bd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:fdd18f19f35a5b83c46ea3b20cc0fd5200a65a7037d567da67eb1741346983bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3Afdd18f19f35a5b83c46ea3b20cc0fd5200a65a7037d567da67eb1741346983bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766054508"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7e861956b9376d477d59eb2c5f595bcadd7ca46b608360186cd4465361c4e884_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7e861956b9376d477d59eb2c5f595bcadd7ca46b608360186cd4465361c4e884_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7e861956b9376d477d59eb2c5f595bcadd7ca46b608360186cd4465361c4e884_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A7e861956b9376d477d59eb2c5f595bcadd7ca46b608360186cd4465361c4e884?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1ef611fd47808225bd518fb63eeee7e1966924d8776b25166b4e435cbc266ed7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1ef611fd47808225bd518fb63eeee7e1966924d8776b25166b4e435cbc266ed7_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1ef611fd47808225bd518fb63eeee7e1966924d8776b25166b4e435cbc266ed7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A1ef611fd47808225bd518fb63eeee7e1966924d8776b25166b4e435cbc266ed7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b1180320dc4a0d0161d6b234179debcd58359c11f2af3b3a2453cb3c7e87a517_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b1180320dc4a0d0161d6b234179debcd58359c11f2af3b3a2453cb3c7e87a517_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b1180320dc4a0d0161d6b234179debcd58359c11f2af3b3a2453cb3c7e87a517_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3Ab1180320dc4a0d0161d6b234179debcd58359c11f2af3b3a2453cb3c7e87a517?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790482"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:153998aebf252abd79f680dddea81f4e35799b0538053baf02aeef8f6b8ba742_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:153998aebf252abd79f680dddea81f4e35799b0538053baf02aeef8f6b8ba742_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:153998aebf252abd79f680dddea81f4e35799b0538053baf02aeef8f6b8ba742_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A153998aebf252abd79f680dddea81f4e35799b0538053baf02aeef8f6b8ba742?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765799091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:def985e97d5426d36180099df42125e9c39cc8d206e1bc54c4a38ffc2953ee38_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:def985e97d5426d36180099df42125e9c39cc8d206e1bc54c4a38ffc2953ee38_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:def985e97d5426d36180099df42125e9c39cc8d206e1bc54c4a38ffc2953ee38_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3Adef985e97d5426d36180099df42125e9c39cc8d206e1bc54c4a38ffc2953ee38?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765798659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8f1abea09f8a686842633f0243e5ad462dea18c305541379042347763c1df557_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8f1abea09f8a686842633f0243e5ad462dea18c305541379042347763c1df557_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8f1abea09f8a686842633f0243e5ad462dea18c305541379042347763c1df557_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A8f1abea09f8a686842633f0243e5ad462dea18c305541379042347763c1df557?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765799102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8258dcc898d2194f66a8912e2a51292993659dc99d1979a9937b930a469be607_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8258dcc898d2194f66a8912e2a51292993659dc99d1979a9937b930a469be607_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8258dcc898d2194f66a8912e2a51292993659dc99d1979a9937b930a469be607_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A8258dcc898d2194f66a8912e2a51292993659dc99d1979a9937b930a469be607?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:13e6cfcc7ab587e3f3f5015c3b8bf467d7563dc2d53722be233ff1d85ae9cd49_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:13e6cfcc7ab587e3f3f5015c3b8bf467d7563dc2d53722be233ff1d85ae9cd49_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:13e6cfcc7ab587e3f3f5015c3b8bf467d7563dc2d53722be233ff1d85ae9cd49_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A13e6cfcc7ab587e3f3f5015c3b8bf467d7563dc2d53722be233ff1d85ae9cd49?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3385bb4995e49cf72cde1871746b6189d1d209081cffe50995588adbfc2c8c15_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3385bb4995e49cf72cde1871746b6189d1d209081cffe50995588adbfc2c8c15_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3385bb4995e49cf72cde1871746b6189d1d209081cffe50995588adbfc2c8c15_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A3385bb4995e49cf72cde1871746b6189d1d209081cffe50995588adbfc2c8c15?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765786610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:406773fc4c21cc7f19b1c1850451307783e193e0c7f37ac3c7dcb2a640478521_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:406773fc4c21cc7f19b1c1850451307783e193e0c7f37ac3c7dcb2a640478521_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:406773fc4c21cc7f19b1c1850451307783e193e0c7f37ac3c7dcb2a640478521_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A406773fc4c21cc7f19b1c1850451307783e193e0c7f37ac3c7dcb2a640478521?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790751"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a9cde5d4ec7a86753dfbe7e5a8708af7cdd3f646da6e5bc75a0a00313a75d63_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a9cde5d4ec7a86753dfbe7e5a8708af7cdd3f646da6e5bc75a0a00313a75d63_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a9cde5d4ec7a86753dfbe7e5a8708af7cdd3f646da6e5bc75a0a00313a75d63_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A0a9cde5d4ec7a86753dfbe7e5a8708af7cdd3f646da6e5bc75a0a00313a75d63?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766062529"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d15f09050abe53bddff206574ce5319490ed63732ce85876fd47bf352acb6fbf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d15f09050abe53bddff206574ce5319490ed63732ce85876fd47bf352acb6fbf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d15f09050abe53bddff206574ce5319490ed63732ce85876fd47bf352acb6fbf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Ad15f09050abe53bddff206574ce5319490ed63732ce85876fd47bf352acb6fbf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e2fac36d1432b3667e9943318d2ea43a3c3f1c3809d51bccc0124debff692330_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e2fac36d1432b3667e9943318d2ea43a3c3f1c3809d51bccc0124debff692330_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e2fac36d1432b3667e9943318d2ea43a3c3f1c3809d51bccc0124debff692330_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3Ae2fac36d1432b3667e9943318d2ea43a3c3f1c3809d51bccc0124debff692330?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765777478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fe6009d056ffcaa503e1384b188495746d1653f06bf1463f58687c2dabcaf5c7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fe6009d056ffcaa503e1384b188495746d1653f06bf1463f58687c2dabcaf5c7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fe6009d056ffcaa503e1384b188495746d1653f06bf1463f58687c2dabcaf5c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3Afe6009d056ffcaa503e1384b188495746d1653f06bf1463f58687c2dabcaf5c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765778577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f414d1419790d08c6feae5a56e738a57481c174faa2106721f6ad5230fedf57a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f414d1419790d08c6feae5a56e738a57481c174faa2106721f6ad5230fedf57a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f414d1419790d08c6feae5a56e738a57481c174faa2106721f6ad5230fedf57a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Af414d1419790d08c6feae5a56e738a57481c174faa2106721f6ad5230fedf57a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765782707"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3aab7461fb737236048ff061b7979748d8a30227654b5a8e2448c7a7bea5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3aab7461fb737236048ff061b7979748d8a30227654b5a8e2448c7a7bea5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3aab7461fb737236048ff061b7979748d8a30227654b5a8e2448c7a7bea5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A486e3aab7461fb737236048ff061b7979748d8a30227654b5a8e2448c7a7bea5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a1672dfebe033c4425eae8685099792eb0961e2eae66d824e9000843c4a21221_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a1672dfebe033c4425eae8685099792eb0961e2eae66d824e9000843c4a21221_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a1672dfebe033c4425eae8685099792eb0961e2eae66d824e9000843c4a21221_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Aa1672dfebe033c4425eae8685099792eb0961e2eae66d824e9000843c4a21221?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767724809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ba34a0e44d6ae7a9f34f32140e77d5123bc9be6e845f8247c7bd7417fd692134_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ba34a0e44d6ae7a9f34f32140e77d5123bc9be6e845f8247c7bd7417fd692134_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ba34a0e44d6ae7a9f34f32140e77d5123bc9be6e845f8247c7bd7417fd692134_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Aba34a0e44d6ae7a9f34f32140e77d5123bc9be6e845f8247c7bd7417fd692134?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765804713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:738f03078222d52943dde03fe41defeb7615af11cb4f8fc43ca967c2afc3f0e0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:738f03078222d52943dde03fe41defeb7615af11cb4f8fc43ca967c2afc3f0e0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:738f03078222d52943dde03fe41defeb7615af11cb4f8fc43ca967c2afc3f0e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A738f03078222d52943dde03fe41defeb7615af11cb4f8fc43ca967c2afc3f0e0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9d9c87009fe397855424b8310404bac6f17a95824815c5b8f5b4e0adeccee18b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9d9c87009fe397855424b8310404bac6f17a95824815c5b8f5b4e0adeccee18b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9d9c87009fe397855424b8310404bac6f17a95824815c5b8f5b4e0adeccee18b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A9d9c87009fe397855424b8310404bac6f17a95824815c5b8f5b4e0adeccee18b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c8908b7417bc7c02e879be54c3e7caea1c4f6ce772b94c7b504cc310b5b0534a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c8908b7417bc7c02e879be54c3e7caea1c4f6ce772b94c7b504cc310b5b0534a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c8908b7417bc7c02e879be54c3e7caea1c4f6ce772b94c7b504cc310b5b0534a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ac8908b7417bc7c02e879be54c3e7caea1c4f6ce772b94c7b504cc310b5b0534a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:57428c891e72813e82f76b384a1bd76d97c0db8c174b47aaaa22c82c2fc0fd9c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:57428c891e72813e82f76b384a1bd76d97c0db8c174b47aaaa22c82c2fc0fd9c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:57428c891e72813e82f76b384a1bd76d97c0db8c174b47aaaa22c82c2fc0fd9c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A57428c891e72813e82f76b384a1bd76d97c0db8c174b47aaaa22c82c2fc0fd9c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765792616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:67adc5c445a9f0e91cf66341d23c4469ce5632a939214d663a1646d958b8e567_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:67adc5c445a9f0e91cf66341d23c4469ce5632a939214d663a1646d958b8e567_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:67adc5c445a9f0e91cf66341d23c4469ce5632a939214d663a1646d958b8e567_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A67adc5c445a9f0e91cf66341d23c4469ce5632a939214d663a1646d958b8e567?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2c94e8c6e1e595defebd226e6d03f96eaa453bdab86cbad80f90000ea528b7b0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2c94e8c6e1e595defebd226e6d03f96eaa453bdab86cbad80f90000ea528b7b0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2c94e8c6e1e595defebd226e6d03f96eaa453bdab86cbad80f90000ea528b7b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A2c94e8c6e1e595defebd226e6d03f96eaa453bdab86cbad80f90000ea528b7b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:37b1a7ba69ed3f4fc5c6b45539c428655827e54b413709e7b1302aa09d640a42_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:37b1a7ba69ed3f4fc5c6b45539c428655827e54b413709e7b1302aa09d640a42_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:37b1a7ba69ed3f4fc5c6b45539c428655827e54b413709e7b1302aa09d640a42_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A37b1a7ba69ed3f4fc5c6b45539c428655827e54b413709e7b1302aa09d640a42?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767793067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0fc187d00768a353869c2705d08cf350d84d34f6e1099762eb894b0029a910a4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0fc187d00768a353869c2705d08cf350d84d34f6e1099762eb894b0029a910a4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0fc187d00768a353869c2705d08cf350d84d34f6e1099762eb894b0029a910a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A0fc187d00768a353869c2705d08cf350d84d34f6e1099762eb894b0029a910a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787429"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cb0e2a015f27cb937bf190b92d908e757796c72139d9a48a4cabcbda1d34de66_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cb0e2a015f27cb937bf190b92d908e757796c72139d9a48a4cabcbda1d34de66_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cb0e2a015f27cb937bf190b92d908e757796c72139d9a48a4cabcbda1d34de66_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3Acb0e2a015f27cb937bf190b92d908e757796c72139d9a48a4cabcbda1d34de66?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:04bb83eb940c826cace8b684bf5e6074a0433d247b03142da1c4454050e026bb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:04bb83eb940c826cace8b684bf5e6074a0433d247b03142da1c4454050e026bb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:04bb83eb940c826cace8b684bf5e6074a0433d247b03142da1c4454050e026bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A04bb83eb940c826cace8b684bf5e6074a0433d247b03142da1c4454050e026bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e331ccf751022756f411692d13bfff97ff7dc96f4e2592e44e30ea9a0a4cc44a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e331ccf751022756f411692d13bfff97ff7dc96f4e2592e44e30ea9a0a4cc44a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e331ccf751022756f411692d13bfff97ff7dc96f4e2592e44e30ea9a0a4cc44a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Ae331ccf751022756f411692d13bfff97ff7dc96f4e2592e44e30ea9a0a4cc44a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a2ecebaa107b76b7fdf45966fb80a22a50dd1ad9b248de072ddc4f7dde0fc3db_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a2ecebaa107b76b7fdf45966fb80a22a50dd1ad9b248de072ddc4f7dde0fc3db_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a2ecebaa107b76b7fdf45966fb80a22a50dd1ad9b248de072ddc4f7dde0fc3db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Aa2ecebaa107b76b7fdf45966fb80a22a50dd1ad9b248de072ddc4f7dde0fc3db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:030a6e17a82050de3f3c48f0407268c4f2671476af84e990b63346004f64b3b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:030a6e17a82050de3f3c48f0407268c4f2671476af84e990b63346004f64b3b8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:030a6e17a82050de3f3c48f0407268c4f2671476af84e990b63346004f64b3b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A030a6e17a82050de3f3c48f0407268c4f2671476af84e990b63346004f64b3b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:98730c928cd3bdf97d2e62e686cd7d1dcde2555769d5d0fb067fc1eb11ae0f33_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:98730c928cd3bdf97d2e62e686cd7d1dcde2555769d5d0fb067fc1eb11ae0f33_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:98730c928cd3bdf97d2e62e686cd7d1dcde2555769d5d0fb067fc1eb11ae0f33_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A98730c928cd3bdf97d2e62e686cd7d1dcde2555769d5d0fb067fc1eb11ae0f33?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9539426ea025e7861aeb405c9ca4e33cfaa66241e2585df3f5bb2b242521a7a0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9539426ea025e7861aeb405c9ca4e33cfaa66241e2585df3f5bb2b242521a7a0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9539426ea025e7861aeb405c9ca4e33cfaa66241e2585df3f5bb2b242521a7a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A9539426ea025e7861aeb405c9ca4e33cfaa66241e2585df3f5bb2b242521a7a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ef04f704db2d800b7d4c98831bf8c7fbcad8a55d93530a744d25780f9fc58c30_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ef04f704db2d800b7d4c98831bf8c7fbcad8a55d93530a744d25780f9fc58c30_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ef04f704db2d800b7d4c98831bf8c7fbcad8a55d93530a744d25780f9fc58c30_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Aef04f704db2d800b7d4c98831bf8c7fbcad8a55d93530a744d25780f9fc58c30?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787536"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7fd235e4b91ee80a2ee3544ae22a08a6d86c95d8825ab0c0764de0d003304faa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7fd235e4b91ee80a2ee3544ae22a08a6d86c95d8825ab0c0764de0d003304faa_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7fd235e4b91ee80a2ee3544ae22a08a6d86c95d8825ab0c0764de0d003304faa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A7fd235e4b91ee80a2ee3544ae22a08a6d86c95d8825ab0c0764de0d003304faa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765814295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a2a42e910c0e4f8dc415df024ee8ffb6c7d23a6e8cd54431f06ae28f31d9f3c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a2a42e910c0e4f8dc415df024ee8ffb6c7d23a6e8cd54431f06ae28f31d9f3c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a2a42e910c0e4f8dc415df024ee8ffb6c7d23a6e8cd54431f06ae28f31d9f3c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A2a2a42e910c0e4f8dc415df024ee8ffb6c7d23a6e8cd54431f06ae28f31d9f3c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767781768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b5de9e01c21b0e442fb04e49ffa45545b2ec23d814795a4283dd87e76081c949_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b5de9e01c21b0e442fb04e49ffa45545b2ec23d814795a4283dd87e76081c949_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b5de9e01c21b0e442fb04e49ffa45545b2ec23d814795a4283dd87e76081c949_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Ab5de9e01c21b0e442fb04e49ffa45545b2ec23d814795a4283dd87e76081c949?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765786592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:baf2a0021b89c9b7409dcfc85d5ee0a6db6b783f99486bc88490d925a5f4ebe8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:baf2a0021b89c9b7409dcfc85d5ee0a6db6b783f99486bc88490d925a5f4ebe8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:baf2a0021b89c9b7409dcfc85d5ee0a6db6b783f99486bc88490d925a5f4ebe8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Abaf2a0021b89c9b7409dcfc85d5ee0a6db6b783f99486bc88490d925a5f4ebe8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:81ed99852046cd9459cb19b166a6b03c0a348db013f99aab5d430cd215fadc1c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:81ed99852046cd9459cb19b166a6b03c0a348db013f99aab5d430cd215fadc1c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:81ed99852046cd9459cb19b166a6b03c0a348db013f99aab5d430cd215fadc1c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A81ed99852046cd9459cb19b166a6b03c0a348db013f99aab5d430cd215fadc1c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767791921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e370221a5e4a18f60aa3c9438bc66627b0735ca17b5c1119ff9accc0d26af36_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e370221a5e4a18f60aa3c9438bc66627b0735ca17b5c1119ff9accc0d26af36_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e370221a5e4a18f60aa3c9438bc66627b0735ca17b5c1119ff9accc0d26af36_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A0e370221a5e4a18f60aa3c9438bc66627b0735ca17b5c1119ff9accc0d26af36?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767781657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:70dca8e5534e53d5d9e12a896f2027b0f6655073b51b81af4604e6d535fa1047_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:70dca8e5534e53d5d9e12a896f2027b0f6655073b51b81af4604e6d535fa1047_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:70dca8e5534e53d5d9e12a896f2027b0f6655073b51b81af4604e6d535fa1047_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A70dca8e5534e53d5d9e12a896f2027b0f6655073b51b81af4604e6d535fa1047?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765786532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b542a66891c970e16b7b7223e0a1da7286a2280994013858301bc87cb7b906f5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b542a66891c970e16b7b7223e0a1da7286a2280994013858301bc87cb7b906f5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b542a66891c970e16b7b7223e0a1da7286a2280994013858301bc87cb7b906f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Ab542a66891c970e16b7b7223e0a1da7286a2280994013858301bc87cb7b906f5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b4e8abb25be3f585b4b2eeeac98729fbdb351737b439b0e4d987ea868007686a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b4e8abb25be3f585b4b2eeeac98729fbdb351737b439b0e4d987ea868007686a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b4e8abb25be3f585b4b2eeeac98729fbdb351737b439b0e4d987ea868007686a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Ab4e8abb25be3f585b4b2eeeac98729fbdb351737b439b0e4d987ea868007686a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f346b829066c456ba64b3e006a2f220bdaf5c2a151176e83318762578dda785a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f346b829066c456ba64b3e006a2f220bdaf5c2a151176e83318762578dda785a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f346b829066c456ba64b3e006a2f220bdaf5c2a151176e83318762578dda785a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Af346b829066c456ba64b3e006a2f220bdaf5c2a151176e83318762578dda785a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1f5ed970315db65cb65534a558399c7eeaba85e22d91a9ab28712f2f7a8001ed_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1f5ed970315db65cb65534a558399c7eeaba85e22d91a9ab28712f2f7a8001ed_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1f5ed970315db65cb65534a558399c7eeaba85e22d91a9ab28712f2f7a8001ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A1f5ed970315db65cb65534a558399c7eeaba85e22d91a9ab28712f2f7a8001ed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1d0565a70a8a3dace61b67bd06986f2355bde652eff671ece80a203be025076f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1d0565a70a8a3dace61b67bd06986f2355bde652eff671ece80a203be025076f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1d0565a70a8a3dace61b67bd06986f2355bde652eff671ece80a203be025076f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A1d0565a70a8a3dace61b67bd06986f2355bde652eff671ece80a203be025076f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788974"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:46bc2bbe8a067455e49526f80ee4f89c65ec444e3bd8976cdfb44b094306fe83_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:46bc2bbe8a067455e49526f80ee4f89c65ec444e3bd8976cdfb44b094306fe83_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:46bc2bbe8a067455e49526f80ee4f89c65ec444e3bd8976cdfb44b094306fe83_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A46bc2bbe8a067455e49526f80ee4f89c65ec444e3bd8976cdfb44b094306fe83?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765468733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:22d86978d54ce44c6e6ab3d4d7dbf439706297a4303d44ff75055949e61514cc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:22d86978d54ce44c6e6ab3d4d7dbf439706297a4303d44ff75055949e61514cc_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:22d86978d54ce44c6e6ab3d4d7dbf439706297a4303d44ff75055949e61514cc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A22d86978d54ce44c6e6ab3d4d7dbf439706297a4303d44ff75055949e61514cc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:05c30513e43c817c9c59a233679aece6d03f46be150f860c2c8eeb4ec661c296_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:05c30513e43c817c9c59a233679aece6d03f46be150f860c2c8eeb4ec661c296_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:05c30513e43c817c9c59a233679aece6d03f46be150f860c2c8eeb4ec661c296_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A05c30513e43c817c9c59a233679aece6d03f46be150f860c2c8eeb4ec661c296?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0bd9b421e3d9dcd992b1c5eb0b9c08bf285fe8c5bc170d81a77d1c3c9477abd6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0bd9b421e3d9dcd992b1c5eb0b9c08bf285fe8c5bc170d81a77d1c3c9477abd6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0bd9b421e3d9dcd992b1c5eb0b9c08bf285fe8c5bc170d81a77d1c3c9477abd6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A0bd9b421e3d9dcd992b1c5eb0b9c08bf285fe8c5bc170d81a77d1c3c9477abd6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787703"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fe1f2228ddcac7693965bb8f65a1a344a9817a5f8cf6fcc5483b73e35a4385de_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fe1f2228ddcac7693965bb8f65a1a344a9817a5f8cf6fcc5483b73e35a4385de_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fe1f2228ddcac7693965bb8f65a1a344a9817a5f8cf6fcc5483b73e35a4385de_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Afe1f2228ddcac7693965bb8f65a1a344a9817a5f8cf6fcc5483b73e35a4385de?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787867"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9868dabb86b650c5bb87caca099471e00a7e1ccb14d22a9715047d61e8b838c4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9868dabb86b650c5bb87caca099471e00a7e1ccb14d22a9715047d61e8b838c4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9868dabb86b650c5bb87caca099471e00a7e1ccb14d22a9715047d61e8b838c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A9868dabb86b650c5bb87caca099471e00a7e1ccb14d22a9715047d61e8b838c4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1f7d8d52fe1e8313af0e82d0045a6119c64a54a9a445c0a28cd30dd803f7c400_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1f7d8d52fe1e8313af0e82d0045a6119c64a54a9a445c0a28cd30dd803f7c400_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1f7d8d52fe1e8313af0e82d0045a6119c64a54a9a445c0a28cd30dd803f7c400_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A1f7d8d52fe1e8313af0e82d0045a6119c64a54a9a445c0a28cd30dd803f7c400?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765854236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d838de0ed47119c8523eee00ee2937741648c7457fada89b1d140a9739af3f16_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d838de0ed47119c8523eee00ee2937741648c7457fada89b1d140a9739af3f16_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d838de0ed47119c8523eee00ee2937741648c7457fada89b1d140a9739af3f16_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Ad838de0ed47119c8523eee00ee2937741648c7457fada89b1d140a9739af3f16?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:052c5a061467c8894a651354f13d8219e25ec76cf86eede49e325374f10113ba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:052c5a061467c8894a651354f13d8219e25ec76cf86eede49e325374f10113ba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:052c5a061467c8894a651354f13d8219e25ec76cf86eede49e325374f10113ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A052c5a061467c8894a651354f13d8219e25ec76cf86eede49e325374f10113ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767751869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:de1d9919af85394decef57ab909109218c3e1e76acf3bb13b3d9198b32e81b1c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:de1d9919af85394decef57ab909109218c3e1e76acf3bb13b3d9198b32e81b1c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:de1d9919af85394decef57ab909109218c3e1e76acf3bb13b3d9198b32e81b1c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Ade1d9919af85394decef57ab909109218c3e1e76acf3bb13b3d9198b32e81b1c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f1f087a31c54b031cc50143f3d8714785ef23aaeabd521b140797d7fca58b813_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f1f087a31c54b031cc50143f3d8714785ef23aaeabd521b140797d7fca58b813_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f1f087a31c54b031cc50143f3d8714785ef23aaeabd521b140797d7fca58b813_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Af1f087a31c54b031cc50143f3d8714785ef23aaeabd521b140797d7fca58b813?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4163b321fcf2b45af9a9c5537b02057588bf9b12c58d443643f42b7ab69db441_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4163b321fcf2b45af9a9c5537b02057588bf9b12c58d443643f42b7ab69db441_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4163b321fcf2b45af9a9c5537b02057588bf9b12c58d443643f42b7ab69db441_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A4163b321fcf2b45af9a9c5537b02057588bf9b12c58d443643f42b7ab69db441?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767635352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1c491aad7a531156021131952391eeb76df882d2fe6a75d494a7fa9101d374a4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1c491aad7a531156021131952391eeb76df882d2fe6a75d494a7fa9101d374a4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1c491aad7a531156021131952391eeb76df882d2fe6a75d494a7fa9101d374a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A1c491aad7a531156021131952391eeb76df882d2fe6a75d494a7fa9101d374a4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e00eafd40452c8f852306c5ad20797087f23a2ce63b4e04a9da9949e90e67b70_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e00eafd40452c8f852306c5ad20797087f23a2ce63b4e04a9da9949e90e67b70_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e00eafd40452c8f852306c5ad20797087f23a2ce63b4e04a9da9949e90e67b70_s390x",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3Ae00eafd40452c8f852306c5ad20797087f23a2ce63b4e04a9da9949e90e67b70?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:138eb12e4f5b7b3d5b4d07d95797c191d5ae76755ba8d2eadce7613ce5ee3368_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:138eb12e4f5b7b3d5b4d07d95797c191d5ae76755ba8d2eadce7613ce5ee3368_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:138eb12e4f5b7b3d5b4d07d95797c191d5ae76755ba8d2eadce7613ce5ee3368_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A138eb12e4f5b7b3d5b4d07d95797c191d5ae76755ba8d2eadce7613ce5ee3368?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789807"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:978ab5f2513e13c2fb89e4559e72fcd68deccc1b6b8b829a3998cc1c8513e5ea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:978ab5f2513e13c2fb89e4559e72fcd68deccc1b6b8b829a3998cc1c8513e5ea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:978ab5f2513e13c2fb89e4559e72fcd68deccc1b6b8b829a3998cc1c8513e5ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A978ab5f2513e13c2fb89e4559e72fcd68deccc1b6b8b829a3998cc1c8513e5ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e73bf8858eeee1f40cec5a05c8dd66ff6748e0f3fc64a95a18d8d86d354f128_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e73bf8858eeee1f40cec5a05c8dd66ff6748e0f3fc64a95a18d8d86d354f128_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e73bf8858eeee1f40cec5a05c8dd66ff6748e0f3fc64a95a18d8d86d354f128_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A2e73bf8858eeee1f40cec5a05c8dd66ff6748e0f3fc64a95a18d8d86d354f128?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9a287a7fa8900e43258e22eb9f3ec76d03c89863c9a01b704a77ea0c131b80c1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9a287a7fa8900e43258e22eb9f3ec76d03c89863c9a01b704a77ea0c131b80c1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9a287a7fa8900e43258e22eb9f3ec76d03c89863c9a01b704a77ea0c131b80c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A9a287a7fa8900e43258e22eb9f3ec76d03c89863c9a01b704a77ea0c131b80c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e98d0434cbf09c37102e3de2db2b772512b3000ac71841014a74592afa144db0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e98d0434cbf09c37102e3de2db2b772512b3000ac71841014a74592afa144db0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e98d0434cbf09c37102e3de2db2b772512b3000ac71841014a74592afa144db0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Ae98d0434cbf09c37102e3de2db2b772512b3000ac71841014a74592afa144db0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f61210c60f13314315d5fc056ebae481d75b8d1dbc0eccffc1b398d036e02698_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f61210c60f13314315d5fc056ebae481d75b8d1dbc0eccffc1b398d036e02698_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f61210c60f13314315d5fc056ebae481d75b8d1dbc0eccffc1b398d036e02698_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3Af61210c60f13314315d5fc056ebae481d75b8d1dbc0eccffc1b398d036e02698?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b7934c9b7c02dc5b7c09722125a01bf1fe01f9367955507aa530213fb94cd98_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b7934c9b7c02dc5b7c09722125a01bf1fe01f9367955507aa530213fb94cd98_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b7934c9b7c02dc5b7c09722125a01bf1fe01f9367955507aa530213fb94cd98_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A8b7934c9b7c02dc5b7c09722125a01bf1fe01f9367955507aa530213fb94cd98?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766400240"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:968d8e02a6aeb9f580da9258768eedbc238997a061e5830d5f09f800eb3e1fc5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:968d8e02a6aeb9f580da9258768eedbc238997a061e5830d5f09f800eb3e1fc5_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:968d8e02a6aeb9f580da9258768eedbc238997a061e5830d5f09f800eb3e1fc5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A968d8e02a6aeb9f580da9258768eedbc238997a061e5830d5f09f800eb3e1fc5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788044"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9e28aef8c855d28d7d8e16bf26b20e047debba42747d105528d02ab1bceb4531_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9e28aef8c855d28d7d8e16bf26b20e047debba42747d105528d02ab1bceb4531_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9e28aef8c855d28d7d8e16bf26b20e047debba42747d105528d02ab1bceb4531_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A9e28aef8c855d28d7d8e16bf26b20e047debba42747d105528d02ab1bceb4531?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:845b7945e15bc9eac1eea68a686ba748a11f6234be973296fbf5fc9dfdb56898_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:845b7945e15bc9eac1eea68a686ba748a11f6234be973296fbf5fc9dfdb56898_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:845b7945e15bc9eac1eea68a686ba748a11f6234be973296fbf5fc9dfdb56898_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A845b7945e15bc9eac1eea68a686ba748a11f6234be973296fbf5fc9dfdb56898?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765468722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c13ae6d1c3ba746048e4e23b1a2d993de2e278095ec9050418cb5afc968eaa90_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c13ae6d1c3ba746048e4e23b1a2d993de2e278095ec9050418cb5afc968eaa90_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c13ae6d1c3ba746048e4e23b1a2d993de2e278095ec9050418cb5afc968eaa90_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Ac13ae6d1c3ba746048e4e23b1a2d993de2e278095ec9050418cb5afc968eaa90?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788569"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:54a0f85781a25d05c9e0d045d4787a0bd2873e4d4e1ca222f8f61ceebfa258f0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:54a0f85781a25d05c9e0d045d4787a0bd2873e4d4e1ca222f8f61ceebfa258f0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:54a0f85781a25d05c9e0d045d4787a0bd2873e4d4e1ca222f8f61ceebfa258f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A54a0f85781a25d05c9e0d045d4787a0bd2873e4d4e1ca222f8f61ceebfa258f0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:781d4a39b2b531f03f59804edf351fafdd4afba46cf0099905338e42af4f538f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:781d4a39b2b531f03f59804edf351fafdd4afba46cf0099905338e42af4f538f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:781d4a39b2b531f03f59804edf351fafdd4afba46cf0099905338e42af4f538f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A781d4a39b2b531f03f59804edf351fafdd4afba46cf0099905338e42af4f538f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:da9686ac5a0ccc25559a3a0771fb8a2e9fca49ae33a3169f00dcc568dfbf1dba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:da9686ac5a0ccc25559a3a0771fb8a2e9fca49ae33a3169f00dcc568dfbf1dba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:da9686ac5a0ccc25559a3a0771fb8a2e9fca49ae33a3169f00dcc568dfbf1dba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Ada9686ac5a0ccc25559a3a0771fb8a2e9fca49ae33a3169f00dcc568dfbf1dba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766097384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:81f042dfe236c4ce3412e70808e364d3f3531f8b069f7d62722622ead44266f4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:81f042dfe236c4ce3412e70808e364d3f3531f8b069f7d62722622ead44266f4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:81f042dfe236c4ce3412e70808e364d3f3531f8b069f7d62722622ead44266f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A81f042dfe236c4ce3412e70808e364d3f3531f8b069f7d62722622ead44266f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:816527f509226ffd1abcfb357bb70737e0377f07a0cc9da545b6d5b9d7451b03_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:816527f509226ffd1abcfb357bb70737e0377f07a0cc9da545b6d5b9d7451b03_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:816527f509226ffd1abcfb357bb70737e0377f07a0cc9da545b6d5b9d7451b03_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A816527f509226ffd1abcfb357bb70737e0377f07a0cc9da545b6d5b9d7451b03?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7b14439bd697c626a5b0ba4c794aeef6840fb120d25de5769f586b63f5e8c21d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7b14439bd697c626a5b0ba4c794aeef6840fb120d25de5769f586b63f5e8c21d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7b14439bd697c626a5b0ba4c794aeef6840fb120d25de5769f586b63f5e8c21d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A7b14439bd697c626a5b0ba4c794aeef6840fb120d25de5769f586b63f5e8c21d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789344"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2dd4c98437553eceab248077a179750a55f0c97dd1f92260d6c1c7fcdeb8bf95_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2dd4c98437553eceab248077a179750a55f0c97dd1f92260d6c1c7fcdeb8bf95_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2dd4c98437553eceab248077a179750a55f0c97dd1f92260d6c1c7fcdeb8bf95_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A2dd4c98437553eceab248077a179750a55f0c97dd1f92260d6c1c7fcdeb8bf95?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787553"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7f9e48b6a06e6e2e1543e96e5749cf243ea8535ebb3386e16938badf34070617_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7f9e48b6a06e6e2e1543e96e5749cf243ea8535ebb3386e16938badf34070617_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7f9e48b6a06e6e2e1543e96e5749cf243ea8535ebb3386e16938badf34070617_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A7f9e48b6a06e6e2e1543e96e5749cf243ea8535ebb3386e16938badf34070617?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767832502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1d4fb509bae3d60dba09db60aa021fccf57814622d50dce2736ed3d874ab53f1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1d4fb509bae3d60dba09db60aa021fccf57814622d50dce2736ed3d874ab53f1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1d4fb509bae3d60dba09db60aa021fccf57814622d50dce2736ed3d874ab53f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A1d4fb509bae3d60dba09db60aa021fccf57814622d50dce2736ed3d874ab53f1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765792517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:88710de25e7a5146b468aa223266403e9251afc0ddbd4cb813f6d2e91c8b17c3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:88710de25e7a5146b468aa223266403e9251afc0ddbd4cb813f6d2e91c8b17c3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:88710de25e7a5146b468aa223266403e9251afc0ddbd4cb813f6d2e91c8b17c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A88710de25e7a5146b468aa223266403e9251afc0ddbd4cb813f6d2e91c8b17c3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2e6e196f622484b8759e286acee0d64c9885fca8b45f5bef555984254f969295_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2e6e196f622484b8759e286acee0d64c9885fca8b45f5bef555984254f969295_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2e6e196f622484b8759e286acee0d64c9885fca8b45f5bef555984254f969295_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A2e6e196f622484b8759e286acee0d64c9885fca8b45f5bef555984254f969295?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7b6087acf07796d0dd574a7bae6ba3b73130509e8dd946ef7091e82f138a6c5a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7b6087acf07796d0dd574a7bae6ba3b73130509e8dd946ef7091e82f138a6c5a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7b6087acf07796d0dd574a7bae6ba3b73130509e8dd946ef7091e82f138a6c5a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A7b6087acf07796d0dd574a7bae6ba3b73130509e8dd946ef7091e82f138a6c5a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767832520"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ecf5a237cc1db0037d01447b5c3b1e0b3047f1c70e5e522bd8b0ca73a5f32d0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ecf5a237cc1db0037d01447b5c3b1e0b3047f1c70e5e522bd8b0ca73a5f32d0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ecf5a237cc1db0037d01447b5c3b1e0b3047f1c70e5e522bd8b0ca73a5f32d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A7ecf5a237cc1db0037d01447b5c3b1e0b3047f1c70e5e522bd8b0ca73a5f32d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:cf5057e1e61af6855a4fde5e70fc1b2951f3173566f3cabcac652fad7b09283d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:cf5057e1e61af6855a4fde5e70fc1b2951f3173566f3cabcac652fad7b09283d_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:cf5057e1e61af6855a4fde5e70fc1b2951f3173566f3cabcac652fad7b09283d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Acf5057e1e61af6855a4fde5e70fc1b2951f3173566f3cabcac652fad7b09283d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766113969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:942f282cf75b84e094539668b9387ddbd13067fa6a2cbe8e76c9682505c91a79_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:942f282cf75b84e094539668b9387ddbd13067fa6a2cbe8e76c9682505c91a79_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:942f282cf75b84e094539668b9387ddbd13067fa6a2cbe8e76c9682505c91a79_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A942f282cf75b84e094539668b9387ddbd13067fa6a2cbe8e76c9682505c91a79?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767769952"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:102dcf438fbf828e603b23d745b5a74af3228642a45a92a52973bcf410f18896_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:102dcf438fbf828e603b23d745b5a74af3228642a45a92a52973bcf410f18896_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:102dcf438fbf828e603b23d745b5a74af3228642a45a92a52973bcf410f18896_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A102dcf438fbf828e603b23d745b5a74af3228642a45a92a52973bcf410f18896?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:49c8e94ecdcbf82d160389b2a61d117fe89beed176536eb637540e2a02f98bbe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:49c8e94ecdcbf82d160389b2a61d117fe89beed176536eb637540e2a02f98bbe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:49c8e94ecdcbf82d160389b2a61d117fe89beed176536eb637540e2a02f98bbe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A49c8e94ecdcbf82d160389b2a61d117fe89beed176536eb637540e2a02f98bbe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767839823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9bbd7b1a665d8292af7b9dbe440e3b5e9a85935e3c1979dd85ff5b5630c116c9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9bbd7b1a665d8292af7b9dbe440e3b5e9a85935e3c1979dd85ff5b5630c116c9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9bbd7b1a665d8292af7b9dbe440e3b5e9a85935e3c1979dd85ff5b5630c116c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A9bbd7b1a665d8292af7b9dbe440e3b5e9a85935e3c1979dd85ff5b5630c116c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c6530497a5ee647432260653cff475fa41c44f4573539c4dd38dc0ba3b612393_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c6530497a5ee647432260653cff475fa41c44f4573539c4dd38dc0ba3b612393_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c6530497a5ee647432260653cff475fa41c44f4573539c4dd38dc0ba3b612393_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Ac6530497a5ee647432260653cff475fa41c44f4573539c4dd38dc0ba3b612393?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765792527"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f323dd66eebf111076039d019333e92972afcf796732001cbec73a81f9319947_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f323dd66eebf111076039d019333e92972afcf796732001cbec73a81f9319947_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f323dd66eebf111076039d019333e92972afcf796732001cbec73a81f9319947_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Af323dd66eebf111076039d019333e92972afcf796732001cbec73a81f9319947?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765864186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bae2eef091ede6aa9f6e955b1e08dc944e77b3077331f7f4821f0455ff3d5b51_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bae2eef091ede6aa9f6e955b1e08dc944e77b3077331f7f4821f0455ff3d5b51_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bae2eef091ede6aa9f6e955b1e08dc944e77b3077331f7f4821f0455ff3d5b51_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Abae2eef091ede6aa9f6e955b1e08dc944e77b3077331f7f4821f0455ff3d5b51?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3374f03e1b28198008bf56514db6783b88e976dcc2e8e6f08d2d2c2c71feb8d4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3374f03e1b28198008bf56514db6783b88e976dcc2e8e6f08d2d2c2c71feb8d4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3374f03e1b28198008bf56514db6783b88e976dcc2e8e6f08d2d2c2c71feb8d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A3374f03e1b28198008bf56514db6783b88e976dcc2e8e6f08d2d2c2c71feb8d4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7e441b0c7bf47839c3c0df71a41d00522629d451434b551ff1fcb7b73e28c6c9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7e441b0c7bf47839c3c0df71a41d00522629d451434b551ff1fcb7b73e28c6c9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7e441b0c7bf47839c3c0df71a41d00522629d451434b551ff1fcb7b73e28c6c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A7e441b0c7bf47839c3c0df71a41d00522629d451434b551ff1fcb7b73e28c6c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f5a2f3dee12266481ddc1aa68209c9a99d653061ec43734ead69513ea5132081_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f5a2f3dee12266481ddc1aa68209c9a99d653061ec43734ead69513ea5132081_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f5a2f3dee12266481ddc1aa68209c9a99d653061ec43734ead69513ea5132081_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Af5a2f3dee12266481ddc1aa68209c9a99d653061ec43734ead69513ea5132081?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765786773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b175d3e2974e5efe4f6731855423bfefe7c631f17a239c990c013ad1b9ae6e1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b175d3e2974e5efe4f6731855423bfefe7c631f17a239c990c013ad1b9ae6e1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b175d3e2974e5efe4f6731855423bfefe7c631f17a239c990c013ad1b9ae6e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A5b175d3e2974e5efe4f6731855423bfefe7c631f17a239c990c013ad1b9ae6e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767793336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a96b87e33095c653a9f6f820008e798e194a599394a48a7eb2d377564b818f87_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a96b87e33095c653a9f6f820008e798e194a599394a48a7eb2d377564b818f87_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a96b87e33095c653a9f6f820008e798e194a599394a48a7eb2d377564b818f87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Aa96b87e33095c653a9f6f820008e798e194a599394a48a7eb2d377564b818f87?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790971"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:75f742ffa2045de8da68faf4f835685a010a19ad099172cbce037c64374a55e1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:75f742ffa2045de8da68faf4f835685a010a19ad099172cbce037c64374a55e1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:75f742ffa2045de8da68faf4f835685a010a19ad099172cbce037c64374a55e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A75f742ffa2045de8da68faf4f835685a010a19ad099172cbce037c64374a55e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bd350e0e32f055467e272d56ca580c8bae37fb5018d72eea116c97dda600f16e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bd350e0e32f055467e272d56ca580c8bae37fb5018d72eea116c97dda600f16e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bd350e0e32f055467e272d56ca580c8bae37fb5018d72eea116c97dda600f16e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Abd350e0e32f055467e272d56ca580c8bae37fb5018d72eea116c97dda600f16e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d648d9c2c6ea6e18438b7c84c141b0c4cfeb8c5c441a0a55b96a5b1c3e77afec_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d648d9c2c6ea6e18438b7c84c141b0c4cfeb8c5c441a0a55b96a5b1c3e77afec_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d648d9c2c6ea6e18438b7c84c141b0c4cfeb8c5c441a0a55b96a5b1c3e77afec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Ad648d9c2c6ea6e18438b7c84c141b0c4cfeb8c5c441a0a55b96a5b1c3e77afec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:85afe9585fc53f19da267182d5058e304ea02258593e01c2e48ae488e7b8d97c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:85afe9585fc53f19da267182d5058e304ea02258593e01c2e48ae488e7b8d97c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:85afe9585fc53f19da267182d5058e304ea02258593e01c2e48ae488e7b8d97c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A85afe9585fc53f19da267182d5058e304ea02258593e01c2e48ae488e7b8d97c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767837907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:db7d2ca6dfd0385c32a5ab70f6181c0f8a54b1af921df06d953908c6cc43d5db_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:db7d2ca6dfd0385c32a5ab70f6181c0f8a54b1af921df06d953908c6cc43d5db_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:db7d2ca6dfd0385c32a5ab70f6181c0f8a54b1af921df06d953908c6cc43d5db_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Adb7d2ca6dfd0385c32a5ab70f6181c0f8a54b1af921df06d953908c6cc43d5db?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a9e480454dbf8a2e76f91986c927cddb1d919884f3bc6eae367aa3e7f5d5b91c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a9e480454dbf8a2e76f91986c927cddb1d919884f3bc6eae367aa3e7f5d5b91c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a9e480454dbf8a2e76f91986c927cddb1d919884f3bc6eae367aa3e7f5d5b91c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Aa9e480454dbf8a2e76f91986c927cddb1d919884f3bc6eae367aa3e7f5d5b91c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767805989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1335f1355b92fe29e4c7644d2b5ad3eae9285369d2c66a8ac634699c84306f75_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1335f1355b92fe29e4c7644d2b5ad3eae9285369d2c66a8ac634699c84306f75_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1335f1355b92fe29e4c7644d2b5ad3eae9285369d2c66a8ac634699c84306f75_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A1335f1355b92fe29e4c7644d2b5ad3eae9285369d2c66a8ac634699c84306f75?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3c111fad005afc0d40eaca10b813d5142e5f5eaab78e4eecb46a43f5d917f1a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3c111fad005afc0d40eaca10b813d5142e5f5eaab78e4eecb46a43f5d917f1a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3c111fad005afc0d40eaca10b813d5142e5f5eaab78e4eecb46a43f5d917f1a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Ac3c111fad005afc0d40eaca10b813d5142e5f5eaab78e4eecb46a43f5d917f1a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765975337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:06a92c4234f5a25938eb2d5b2021eb0374f1457f4f15fd7cd54b9e533a6564b9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:06a92c4234f5a25938eb2d5b2021eb0374f1457f4f15fd7cd54b9e533a6564b9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:06a92c4234f5a25938eb2d5b2021eb0374f1457f4f15fd7cd54b9e533a6564b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A06a92c4234f5a25938eb2d5b2021eb0374f1457f4f15fd7cd54b9e533a6564b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04b5486e3482360b252a3d713dd0fd2778b804dbb8745dda83ff946385f213b3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04b5486e3482360b252a3d713dd0fd2778b804dbb8745dda83ff946385f213b3_s390x",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04b5486e3482360b252a3d713dd0fd2778b804dbb8745dda83ff946385f213b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A04b5486e3482360b252a3d713dd0fd2778b804dbb8745dda83ff946385f213b3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d9df4ee299844174e47baa57d9a68ebfddee706a4956cb452b1ff29eaa25aca6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d9df4ee299844174e47baa57d9a68ebfddee706a4956cb452b1ff29eaa25aca6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d9df4ee299844174e47baa57d9a68ebfddee706a4956cb452b1ff29eaa25aca6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Ad9df4ee299844174e47baa57d9a68ebfddee706a4956cb452b1ff29eaa25aca6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a1370574944a2ee0c721a7674c6b2a5c8eb5b31d24d892f961190eaec9391789_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a1370574944a2ee0c721a7674c6b2a5c8eb5b31d24d892f961190eaec9391789_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a1370574944a2ee0c721a7674c6b2a5c8eb5b31d24d892f961190eaec9391789_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Aa1370574944a2ee0c721a7674c6b2a5c8eb5b31d24d892f961190eaec9391789?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765976024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2913bd14057f31acc6b1ac31389e9aba36aacd6c2f767d3408f3d90e0d701210_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2913bd14057f31acc6b1ac31389e9aba36aacd6c2f767d3408f3d90e0d701210_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2913bd14057f31acc6b1ac31389e9aba36aacd6c2f767d3408f3d90e0d701210_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A2913bd14057f31acc6b1ac31389e9aba36aacd6c2f767d3408f3d90e0d701210?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:63a901536efcbfc9f99bfbb4c3027ea57ce36909765a1b814f553ebdf4a4afab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:63a901536efcbfc9f99bfbb4c3027ea57ce36909765a1b814f553ebdf4a4afab_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:63a901536efcbfc9f99bfbb4c3027ea57ce36909765a1b814f553ebdf4a4afab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A63a901536efcbfc9f99bfbb4c3027ea57ce36909765a1b814f553ebdf4a4afab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765792703"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f4e74bdfcf86ac06103d85f56e9db798c58499a93a4d1c56b6c516635fbc721a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f4e74bdfcf86ac06103d85f56e9db798c58499a93a4d1c56b6c516635fbc721a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f4e74bdfcf86ac06103d85f56e9db798c58499a93a4d1c56b6c516635fbc721a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Af4e74bdfcf86ac06103d85f56e9db798c58499a93a4d1c56b6c516635fbc721a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765793138"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3f16126bd28943ad4115293ab5bb08500ee64da9262fb5f11dd341a65137e80d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3f16126bd28943ad4115293ab5bb08500ee64da9262fb5f11dd341a65137e80d_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3f16126bd28943ad4115293ab5bb08500ee64da9262fb5f11dd341a65137e80d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A3f16126bd28943ad4115293ab5bb08500ee64da9262fb5f11dd341a65137e80d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:fb8c39862533422e14dcf3a566f17c08535badc9336bd468e6dc031b442ab979_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:fb8c39862533422e14dcf3a566f17c08535badc9336bd468e6dc031b442ab979_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:fb8c39862533422e14dcf3a566f17c08535badc9336bd468e6dc031b442ab979_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Afb8c39862533422e14dcf3a566f17c08535badc9336bd468e6dc031b442ab979?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa31c063bc89e07f477250f0361763c8dfb36e9731fbcc16717344429824682b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa31c063bc89e07f477250f0361763c8dfb36e9731fbcc16717344429824682b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa31c063bc89e07f477250f0361763c8dfb36e9731fbcc16717344429824682b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Afa31c063bc89e07f477250f0361763c8dfb36e9731fbcc16717344429824682b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8132c18fa789fd946232ae862a4a507bb923d81336592b32a63205b2a38692a6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8132c18fa789fd946232ae862a4a507bb923d81336592b32a63205b2a38692a6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8132c18fa789fd946232ae862a4a507bb923d81336592b32a63205b2a38692a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A8132c18fa789fd946232ae862a4a507bb923d81336592b32a63205b2a38692a6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad87aca6943fb9b78b56248fe2aadfee470c8db1b93e38a905163935c6d06b7d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad87aca6943fb9b78b56248fe2aadfee470c8db1b93e38a905163935c6d06b7d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad87aca6943fb9b78b56248fe2aadfee470c8db1b93e38a905163935c6d06b7d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Aad87aca6943fb9b78b56248fe2aadfee470c8db1b93e38a905163935c6d06b7d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766584972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:13c52538e76b88787f13e3d6b1c3f84965153f225e12474583d2fbd18ca7393b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:13c52538e76b88787f13e3d6b1c3f84965153f225e12474583d2fbd18ca7393b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:13c52538e76b88787f13e3d6b1c3f84965153f225e12474583d2fbd18ca7393b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A13c52538e76b88787f13e3d6b1c3f84965153f225e12474583d2fbd18ca7393b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2c8518d927b833fa04567da6156a3ce0a320f68f6924e9634ae629a19d43171d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2c8518d927b833fa04567da6156a3ce0a320f68f6924e9634ae629a19d43171d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2c8518d927b833fa04567da6156a3ce0a320f68f6924e9634ae629a19d43171d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A2c8518d927b833fa04567da6156a3ce0a320f68f6924e9634ae629a19d43171d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:334ce324410aca7e3b0882a1c06e660490b7b3bda70f695fd40a89a89a8f2d87_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:334ce324410aca7e3b0882a1c06e660490b7b3bda70f695fd40a89a89a8f2d87_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:334ce324410aca7e3b0882a1c06e660490b7b3bda70f695fd40a89a89a8f2d87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A334ce324410aca7e3b0882a1c06e660490b7b3bda70f695fd40a89a89a8f2d87?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c76bbd172e9ad8be2180b4a5edb4a88c6bd1d7ac64ab9021fbd86a64e387b882_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c76bbd172e9ad8be2180b4a5edb4a88c6bd1d7ac64ab9021fbd86a64e387b882_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c76bbd172e9ad8be2180b4a5edb4a88c6bd1d7ac64ab9021fbd86a64e387b882_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Ac76bbd172e9ad8be2180b4a5edb4a88c6bd1d7ac64ab9021fbd86a64e387b882?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767635386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a7c5dbe3abea8571d146be180ad3f189f77a30bf495b8e19c88cef9b47f1de94_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a7c5dbe3abea8571d146be180ad3f189f77a30bf495b8e19c88cef9b47f1de94_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a7c5dbe3abea8571d146be180ad3f189f77a30bf495b8e19c88cef9b47f1de94_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Aa7c5dbe3abea8571d146be180ad3f189f77a30bf495b8e19c88cef9b47f1de94?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:96c7afe557cd7a35aabc8cc18fdc0bcf95ee579038d3067921f5c1e7e35b3be7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:96c7afe557cd7a35aabc8cc18fdc0bcf95ee579038d3067921f5c1e7e35b3be7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:96c7afe557cd7a35aabc8cc18fdc0bcf95ee579038d3067921f5c1e7e35b3be7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A96c7afe557cd7a35aabc8cc18fdc0bcf95ee579038d3067921f5c1e7e35b3be7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:447185cfe539ddc50952eb28f07f8df27d5326877bfd2cd1cd04a168fb91799c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:447185cfe539ddc50952eb28f07f8df27d5326877bfd2cd1cd04a168fb91799c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:447185cfe539ddc50952eb28f07f8df27d5326877bfd2cd1cd04a168fb91799c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A447185cfe539ddc50952eb28f07f8df27d5326877bfd2cd1cd04a168fb91799c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787507"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8592b83103e458a085726ae4d97e75b750ae74f6acb879c479f7e85e30c4981a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8592b83103e458a085726ae4d97e75b750ae74f6acb879c479f7e85e30c4981a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8592b83103e458a085726ae4d97e75b750ae74f6acb879c479f7e85e30c4981a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A8592b83103e458a085726ae4d97e75b750ae74f6acb879c479f7e85e30c4981a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6e3e19401fd25a47b261f0abdb3c9b031ddc365573dd78ff83f4bf4ebfd244f9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6e3e19401fd25a47b261f0abdb3c9b031ddc365573dd78ff83f4bf4ebfd244f9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6e3e19401fd25a47b261f0abdb3c9b031ddc365573dd78ff83f4bf4ebfd244f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A6e3e19401fd25a47b261f0abdb3c9b031ddc365573dd78ff83f4bf4ebfd244f9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a7919511f4d0153cf581c82ee76912e40560acee9c0a56d23edc8bde3123d8db_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a7919511f4d0153cf581c82ee76912e40560acee9c0a56d23edc8bde3123d8db_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a7919511f4d0153cf581c82ee76912e40560acee9c0a56d23edc8bde3123d8db_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Aa7919511f4d0153cf581c82ee76912e40560acee9c0a56d23edc8bde3123d8db?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767724712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1f005fd95b0db2f89d6cf7020e38ee57fde652281e8114704035753c22c1533d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1f005fd95b0db2f89d6cf7020e38ee57fde652281e8114704035753c22c1533d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1f005fd95b0db2f89d6cf7020e38ee57fde652281e8114704035753c22c1533d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A1f005fd95b0db2f89d6cf7020e38ee57fde652281e8114704035753c22c1533d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765786533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32a42b3866b46ea289675a1e1663e47533180b2911f758a6d89df822ba05e424_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32a42b3866b46ea289675a1e1663e47533180b2911f758a6d89df822ba05e424_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32a42b3866b46ea289675a1e1663e47533180b2911f758a6d89df822ba05e424_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A32a42b3866b46ea289675a1e1663e47533180b2911f758a6d89df822ba05e424?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c1b4380a097df359ab0ac80fc4a1d100281024fce1e043c77679a8630bce9cb9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c1b4380a097df359ab0ac80fc4a1d100281024fce1e043c77679a8630bce9cb9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c1b4380a097df359ab0ac80fc4a1d100281024fce1e043c77679a8630bce9cb9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ac1b4380a097df359ab0ac80fc4a1d100281024fce1e043c77679a8630bce9cb9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1f035bf942dac88141b94b6a185563edae44748a4edcd995b2839e80bd40156c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1f035bf942dac88141b94b6a185563edae44748a4edcd995b2839e80bd40156c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1f035bf942dac88141b94b6a185563edae44748a4edcd995b2839e80bd40156c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A1f035bf942dac88141b94b6a185563edae44748a4edcd995b2839e80bd40156c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c754b0ec9520c9bbfe3b83e016e21815070555cbc4edec6c855c908b222b8428_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c754b0ec9520c9bbfe3b83e016e21815070555cbc4edec6c855c908b222b8428_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c754b0ec9520c9bbfe3b83e016e21815070555cbc4edec6c855c908b222b8428_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ac754b0ec9520c9bbfe3b83e016e21815070555cbc4edec6c855c908b222b8428?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:24b32495544a28b30f13d8e768a568e9c6fc9d4c92ed539872cda1a4890a341b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:24b32495544a28b30f13d8e768a568e9c6fc9d4c92ed539872cda1a4890a341b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:24b32495544a28b30f13d8e768a568e9c6fc9d4c92ed539872cda1a4890a341b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A24b32495544a28b30f13d8e768a568e9c6fc9d4c92ed539872cda1a4890a341b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1de0d777fffb0223fc4c33850be9248848b3e99e76ba6e2480da6d91d8435f1e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1de0d777fffb0223fc4c33850be9248848b3e99e76ba6e2480da6d91d8435f1e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1de0d777fffb0223fc4c33850be9248848b3e99e76ba6e2480da6d91d8435f1e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A1de0d777fffb0223fc4c33850be9248848b3e99e76ba6e2480da6d91d8435f1e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1aef875429e6fd39a5502cc282df381c9b3c25b43aa790bfacd940c8047cbd04_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1aef875429e6fd39a5502cc282df381c9b3c25b43aa790bfacd940c8047cbd04_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1aef875429e6fd39a5502cc282df381c9b3c25b43aa790bfacd940c8047cbd04_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A1aef875429e6fd39a5502cc282df381c9b3c25b43aa790bfacd940c8047cbd04?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788018"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5ae91f81cef3e9e2f1f57a4c4d1c97e7f5d433c83e9ab0ef582c13bfcab83b28_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5ae91f81cef3e9e2f1f57a4c4d1c97e7f5d433c83e9ab0ef582c13bfcab83b28_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5ae91f81cef3e9e2f1f57a4c4d1c97e7f5d433c83e9ab0ef582c13bfcab83b28_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A5ae91f81cef3e9e2f1f57a4c4d1c97e7f5d433c83e9ab0ef582c13bfcab83b28?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fef95b1f41b2cc99403d755123d0c1190c88926f71a0d6175ab5bfa4b9057d73_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fef95b1f41b2cc99403d755123d0c1190c88926f71a0d6175ab5bfa4b9057d73_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fef95b1f41b2cc99403d755123d0c1190c88926f71a0d6175ab5bfa4b9057d73_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Afef95b1f41b2cc99403d755123d0c1190c88926f71a0d6175ab5bfa4b9057d73?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d817670c1198da60922a70d494b157a82a23741ae120be79c5d47fad940aec42_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d817670c1198da60922a70d494b157a82a23741ae120be79c5d47fad940aec42_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d817670c1198da60922a70d494b157a82a23741ae120be79c5d47fad940aec42_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Ad817670c1198da60922a70d494b157a82a23741ae120be79c5d47fad940aec42?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765468735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4127ff8c02537149c33a52e1f625cef8f0f9ac8384f9e665bb6f56b5f93f09f0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4127ff8c02537149c33a52e1f625cef8f0f9ac8384f9e665bb6f56b5f93f09f0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4127ff8c02537149c33a52e1f625cef8f0f9ac8384f9e665bb6f56b5f93f09f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A4127ff8c02537149c33a52e1f625cef8f0f9ac8384f9e665bb6f56b5f93f09f0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:71ca8c3f887c7de9628aa496dcc8a72ad28126cc61b378070aed4f5d2914fa67_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:71ca8c3f887c7de9628aa496dcc8a72ad28126cc61b378070aed4f5d2914fa67_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:71ca8c3f887c7de9628aa496dcc8a72ad28126cc61b378070aed4f5d2914fa67_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A71ca8c3f887c7de9628aa496dcc8a72ad28126cc61b378070aed4f5d2914fa67?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789048"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:30d625a9f21ace89d2068ba0c28fc7e30059c0918e68e3a37bbb68885e31063e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:30d625a9f21ace89d2068ba0c28fc7e30059c0918e68e3a37bbb68885e31063e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:30d625a9f21ace89d2068ba0c28fc7e30059c0918e68e3a37bbb68885e31063e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A30d625a9f21ace89d2068ba0c28fc7e30059c0918e68e3a37bbb68885e31063e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:102f320e672e9fdab885466b3b9e5b9a334b531221903ffafd5b4f670659848b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:102f320e672e9fdab885466b3b9e5b9a334b531221903ffafd5b4f670659848b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:102f320e672e9fdab885466b3b9e5b9a334b531221903ffafd5b4f670659848b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A102f320e672e9fdab885466b3b9e5b9a334b531221903ffafd5b4f670659848b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6e942330dd6ee7b85d555c2f6f0b388f613bb85b13cad82a321ba16e34ec73c1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6e942330dd6ee7b85d555c2f6f0b388f613bb85b13cad82a321ba16e34ec73c1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6e942330dd6ee7b85d555c2f6f0b388f613bb85b13cad82a321ba16e34ec73c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A6e942330dd6ee7b85d555c2f6f0b388f613bb85b13cad82a321ba16e34ec73c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:01ec142c0d908f862ae7109339bd2675444ccbf6dc70c44a4ab4a60ed5b52156_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:01ec142c0d908f862ae7109339bd2675444ccbf6dc70c44a4ab4a60ed5b52156_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:01ec142c0d908f862ae7109339bd2675444ccbf6dc70c44a4ab4a60ed5b52156_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A01ec142c0d908f862ae7109339bd2675444ccbf6dc70c44a4ab4a60ed5b52156?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2dd2cb2f242b75cb3dba3b01fca3f233dc6e261196d15aadeacbcc815c3990ee_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2dd2cb2f242b75cb3dba3b01fca3f233dc6e261196d15aadeacbcc815c3990ee_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:2dd2cb2f242b75cb3dba3b01fca3f233dc6e261196d15aadeacbcc815c3990ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A2dd2cb2f242b75cb3dba3b01fca3f233dc6e261196d15aadeacbcc815c3990ee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767805989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:65a366fc780a3942d9757247cdc7def9e71273ccf828bab7bb0098b6f6ed19ba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:65a366fc780a3942d9757247cdc7def9e71273ccf828bab7bb0098b6f6ed19ba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:65a366fc780a3942d9757247cdc7def9e71273ccf828bab7bb0098b6f6ed19ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3A65a366fc780a3942d9757247cdc7def9e71273ccf828bab7bb0098b6f6ed19ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765786210"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7e394fada1c6c3c28bbb391f318a1f717ff743c7ed34abc633641a1d2960bf97_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7e394fada1c6c3c28bbb391f318a1f717ff743c7ed34abc633641a1d2960bf97_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7e394fada1c6c3c28bbb391f318a1f717ff743c7ed34abc633641a1d2960bf97_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A7e394fada1c6c3c28bbb391f318a1f717ff743c7ed34abc633641a1d2960bf97?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:28e88cbc8a1dc0e37c9bbd388b3a691ecbafe221a2fa2caf4365e9b7263d9206_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:28e88cbc8a1dc0e37c9bbd388b3a691ecbafe221a2fa2caf4365e9b7263d9206_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:28e88cbc8a1dc0e37c9bbd388b3a691ecbafe221a2fa2caf4365e9b7263d9206_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A28e88cbc8a1dc0e37c9bbd388b3a691ecbafe221a2fa2caf4365e9b7263d9206?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791069"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6970b73943c27964df5975cae1a292c6e7edbdd031a429c728c7298aa128e12f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6970b73943c27964df5975cae1a292c6e7edbdd031a429c728c7298aa128e12f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6970b73943c27964df5975cae1a292c6e7edbdd031a429c728c7298aa128e12f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A6970b73943c27964df5975cae1a292c6e7edbdd031a429c728c7298aa128e12f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766409922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ca0e4a1f87e1bb6029d793554be2c953f8dd55fb1591544015f8dc8a65373af7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ca0e4a1f87e1bb6029d793554be2c953f8dd55fb1591544015f8dc8a65373af7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ca0e4a1f87e1bb6029d793554be2c953f8dd55fb1591544015f8dc8a65373af7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3Aca0e4a1f87e1bb6029d793554be2c953f8dd55fb1591544015f8dc8a65373af7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf4cfa239d019887fe1986593a63102525620018322935e7a6cbfe1d5e55e639_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf4cfa239d019887fe1986593a63102525620018322935e7a6cbfe1d5e55e639_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf4cfa239d019887fe1986593a63102525620018322935e7a6cbfe1d5e55e639_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3Abf4cfa239d019887fe1986593a63102525620018322935e7a6cbfe1d5e55e639?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:028a12853056527f75343dbe51fba5f1364c274ae3fa59fb04f7b09ee7b1bd99_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:028a12853056527f75343dbe51fba5f1364c274ae3fa59fb04f7b09ee7b1bd99_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:028a12853056527f75343dbe51fba5f1364c274ae3fa59fb04f7b09ee7b1bd99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A028a12853056527f75343dbe51fba5f1364c274ae3fa59fb04f7b09ee7b1bd99?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4ddb1fea3f58b689acbf2df221843f1f870925f44580f405882e9b615a66ec7d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4ddb1fea3f58b689acbf2df221843f1f870925f44580f405882e9b615a66ec7d_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4ddb1fea3f58b689acbf2df221843f1f870925f44580f405882e9b615a66ec7d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3A4ddb1fea3f58b689acbf2df221843f1f870925f44580f405882e9b615a66ec7d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790482"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:cb8a6ac71c368d5cf3779ad48b3faab80290c6b5b26e1e73ef4a9bddba0108aa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:cb8a6ac71c368d5cf3779ad48b3faab80290c6b5b26e1e73ef4a9bddba0108aa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:cb8a6ac71c368d5cf3779ad48b3faab80290c6b5b26e1e73ef4a9bddba0108aa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Acb8a6ac71c368d5cf3779ad48b3faab80290c6b5b26e1e73ef4a9bddba0108aa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765799091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:62e69e5662dba550b1e584a193b3fd70e036ccc6714c7f69d091d28c2e6a1495_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:62e69e5662dba550b1e584a193b3fd70e036ccc6714c7f69d091d28c2e6a1495_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:62e69e5662dba550b1e584a193b3fd70e036ccc6714c7f69d091d28c2e6a1495_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A62e69e5662dba550b1e584a193b3fd70e036ccc6714c7f69d091d28c2e6a1495?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765798659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a81a416cda5bf5aeeda421afae470b1ed3178b0309c313373ad6a2467ace4a30_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a81a416cda5bf5aeeda421afae470b1ed3178b0309c313373ad6a2467ace4a30_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a81a416cda5bf5aeeda421afae470b1ed3178b0309c313373ad6a2467ace4a30_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Aa81a416cda5bf5aeeda421afae470b1ed3178b0309c313373ad6a2467ace4a30?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765799102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:67a532ecf2ae8bf7fc05d70df1ea089fba3e518c2d9b55141632aa600a67d252_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:67a532ecf2ae8bf7fc05d70df1ea089fba3e518c2d9b55141632aa600a67d252_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:67a532ecf2ae8bf7fc05d70df1ea089fba3e518c2d9b55141632aa600a67d252_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A67a532ecf2ae8bf7fc05d70df1ea089fba3e518c2d9b55141632aa600a67d252?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3958156fe201f7b059417ed19f2276cbd87f6c4ddea5866966ce9f5886228e4b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3958156fe201f7b059417ed19f2276cbd87f6c4ddea5866966ce9f5886228e4b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3958156fe201f7b059417ed19f2276cbd87f6c4ddea5866966ce9f5886228e4b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A3958156fe201f7b059417ed19f2276cbd87f6c4ddea5866966ce9f5886228e4b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1caae9280a77802b59c36a005dc6e205aadda4a0a00a903730c124cac1ad060d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1caae9280a77802b59c36a005dc6e205aadda4a0a00a903730c124cac1ad060d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1caae9280a77802b59c36a005dc6e205aadda4a0a00a903730c124cac1ad060d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A1caae9280a77802b59c36a005dc6e205aadda4a0a00a903730c124cac1ad060d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765786610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:30b470ba21d142e1c24fbe916c9a994fe2900153098130c5efa34da4eb1e0c4c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:30b470ba21d142e1c24fbe916c9a994fe2900153098130c5efa34da4eb1e0c4c_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:30b470ba21d142e1c24fbe916c9a994fe2900153098130c5efa34da4eb1e0c4c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A30b470ba21d142e1c24fbe916c9a994fe2900153098130c5efa34da4eb1e0c4c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790751"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:021c425fa68df6131d92bbb677573c12b2e6bd59109312de9d21c408b0b16cdd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:021c425fa68df6131d92bbb677573c12b2e6bd59109312de9d21c408b0b16cdd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:021c425fa68df6131d92bbb677573c12b2e6bd59109312de9d21c408b0b16cdd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A021c425fa68df6131d92bbb677573c12b2e6bd59109312de9d21c408b0b16cdd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766062529"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:76e48fe2aaffab84f7e7e1762d0ba9cb8be05f529fd3e2e8adcddb065a8fb7ce_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:76e48fe2aaffab84f7e7e1762d0ba9cb8be05f529fd3e2e8adcddb065a8fb7ce_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:76e48fe2aaffab84f7e7e1762d0ba9cb8be05f529fd3e2e8adcddb065a8fb7ce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A76e48fe2aaffab84f7e7e1762d0ba9cb8be05f529fd3e2e8adcddb065a8fb7ce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:84c90e09590beb2201a1942fe58e47cc93e1347894ad79706b2d2be5afe493a9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:84c90e09590beb2201a1942fe58e47cc93e1347894ad79706b2d2be5afe493a9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:84c90e09590beb2201a1942fe58e47cc93e1347894ad79706b2d2be5afe493a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A84c90e09590beb2201a1942fe58e47cc93e1347894ad79706b2d2be5afe493a9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:22c5156c1fca340012ffa80b5c108a43dc305c3d1cf00caad840c8a7f295d8e3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:22c5156c1fca340012ffa80b5c108a43dc305c3d1cf00caad840c8a7f295d8e3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:22c5156c1fca340012ffa80b5c108a43dc305c3d1cf00caad840c8a7f295d8e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A22c5156c1fca340012ffa80b5c108a43dc305c3d1cf00caad840c8a7f295d8e3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767724809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cdcd2fe52320aea18584d9333db162245f3dda12017f11aa73cb1e81b008959a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cdcd2fe52320aea18584d9333db162245f3dda12017f11aa73cb1e81b008959a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cdcd2fe52320aea18584d9333db162245f3dda12017f11aa73cb1e81b008959a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Acdcd2fe52320aea18584d9333db162245f3dda12017f11aa73cb1e81b008959a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765804713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9d92dc54235004733c3440b8eb4c497d0c97205d9f03758b84af340ad4b9a068_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9d92dc54235004733c3440b8eb4c497d0c97205d9f03758b84af340ad4b9a068_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9d92dc54235004733c3440b8eb4c497d0c97205d9f03758b84af340ad4b9a068_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A9d92dc54235004733c3440b8eb4c497d0c97205d9f03758b84af340ad4b9a068?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9a944f0ae22157d54c99134e3ce72a00e5578c0b2dc8b8a9ecb4cf12c97f9871_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9a944f0ae22157d54c99134e3ce72a00e5578c0b2dc8b8a9ecb4cf12c97f9871_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9a944f0ae22157d54c99134e3ce72a00e5578c0b2dc8b8a9ecb4cf12c97f9871_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A9a944f0ae22157d54c99134e3ce72a00e5578c0b2dc8b8a9ecb4cf12c97f9871?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3507c99271d4c8fd63e0de6abac1b52885ba1aa53f5941854eeeb1d2d5ad32fd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3507c99271d4c8fd63e0de6abac1b52885ba1aa53f5941854eeeb1d2d5ad32fd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3507c99271d4c8fd63e0de6abac1b52885ba1aa53f5941854eeeb1d2d5ad32fd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A3507c99271d4c8fd63e0de6abac1b52885ba1aa53f5941854eeeb1d2d5ad32fd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b0e7613b2748ea590e6e31818a48d5d8685fe410b105c342ad0b871b9df87f87_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b0e7613b2748ea590e6e31818a48d5d8685fe410b105c342ad0b871b9df87f87_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b0e7613b2748ea590e6e31818a48d5d8685fe410b105c342ad0b871b9df87f87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3Ab0e7613b2748ea590e6e31818a48d5d8685fe410b105c342ad0b871b9df87f87?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765792616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7e28f86a11a69a4c0ac2b13e6fd13874da779d01870858fe07dc02574f74c596_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7e28f86a11a69a4c0ac2b13e6fd13874da779d01870858fe07dc02574f74c596_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7e28f86a11a69a4c0ac2b13e6fd13874da779d01870858fe07dc02574f74c596_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A7e28f86a11a69a4c0ac2b13e6fd13874da779d01870858fe07dc02574f74c596?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:358053cc0f8f77211c5a96d8ea498ac18f48ac1066560a0c3dd1218c9a0ef505_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:358053cc0f8f77211c5a96d8ea498ac18f48ac1066560a0c3dd1218c9a0ef505_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:358053cc0f8f77211c5a96d8ea498ac18f48ac1066560a0c3dd1218c9a0ef505_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A358053cc0f8f77211c5a96d8ea498ac18f48ac1066560a0c3dd1218c9a0ef505?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:bdc2578a02313c7abfd1bdf5ed9378f9d4b2ebb1eb35273f8b47f29e6b8f1544_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:bdc2578a02313c7abfd1bdf5ed9378f9d4b2ebb1eb35273f8b47f29e6b8f1544_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:bdc2578a02313c7abfd1bdf5ed9378f9d4b2ebb1eb35273f8b47f29e6b8f1544_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3Abdc2578a02313c7abfd1bdf5ed9378f9d4b2ebb1eb35273f8b47f29e6b8f1544?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767793067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:22f1727d3ff5e4bcf87115c8e704206cb7645e4b1ee805f2ec8a12a98a3f2da5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:22f1727d3ff5e4bcf87115c8e704206cb7645e4b1ee805f2ec8a12a98a3f2da5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:22f1727d3ff5e4bcf87115c8e704206cb7645e4b1ee805f2ec8a12a98a3f2da5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A22f1727d3ff5e4bcf87115c8e704206cb7645e4b1ee805f2ec8a12a98a3f2da5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787429"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:114c7c4fce9d44199549ae5cf0f3c0756385b20c5136154ea709ffd66c5658fc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:114c7c4fce9d44199549ae5cf0f3c0756385b20c5136154ea709ffd66c5658fc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:114c7c4fce9d44199549ae5cf0f3c0756385b20c5136154ea709ffd66c5658fc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A114c7c4fce9d44199549ae5cf0f3c0756385b20c5136154ea709ffd66c5658fc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0ae3d12dae039c794f8c9b2a531f79d39b5770d82c7cbfd7bfb42ea76cc15809_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0ae3d12dae039c794f8c9b2a531f79d39b5770d82c7cbfd7bfb42ea76cc15809_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0ae3d12dae039c794f8c9b2a531f79d39b5770d82c7cbfd7bfb42ea76cc15809_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A0ae3d12dae039c794f8c9b2a531f79d39b5770d82c7cbfd7bfb42ea76cc15809?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cd6ef8a8de0b7633277acd75f944a2430157459096de905b11ef179d14a985f6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cd6ef8a8de0b7633277acd75f944a2430157459096de905b11ef179d14a985f6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cd6ef8a8de0b7633277acd75f944a2430157459096de905b11ef179d14a985f6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Acd6ef8a8de0b7633277acd75f944a2430157459096de905b11ef179d14a985f6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e8448149704725db36a13a01f94e18b902f71cab5fe8d04289c0f3c7fc37b3ae_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e8448149704725db36a13a01f94e18b902f71cab5fe8d04289c0f3c7fc37b3ae_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e8448149704725db36a13a01f94e18b902f71cab5fe8d04289c0f3c7fc37b3ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Ae8448149704725db36a13a01f94e18b902f71cab5fe8d04289c0f3c7fc37b3ae?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:df8595e9c221b6ed5856283835dde8d6511d929a0440a669989930108363b1ea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:df8595e9c221b6ed5856283835dde8d6511d929a0440a669989930108363b1ea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:df8595e9c221b6ed5856283835dde8d6511d929a0440a669989930108363b1ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Adf8595e9c221b6ed5856283835dde8d6511d929a0440a669989930108363b1ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:acfeef80e49839102125b43a73fa431a67c7d1ff9318454b63cacf8d40662424_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:acfeef80e49839102125b43a73fa431a67c7d1ff9318454b63cacf8d40662424_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:acfeef80e49839102125b43a73fa431a67c7d1ff9318454b63cacf8d40662424_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Aacfeef80e49839102125b43a73fa431a67c7d1ff9318454b63cacf8d40662424?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e715fed4bcff7dc1559cc8e1d72c70747fa985a9b860597bef0906d7eabb89f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e715fed4bcff7dc1559cc8e1d72c70747fa985a9b860597bef0906d7eabb89f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e715fed4bcff7dc1559cc8e1d72c70747fa985a9b860597bef0906d7eabb89f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A0e715fed4bcff7dc1559cc8e1d72c70747fa985a9b860597bef0906d7eabb89f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:07ef8edf9493b61eb3635e458cd770b15bce6f794d01569e21031a256093870c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:07ef8edf9493b61eb3635e458cd770b15bce6f794d01569e21031a256093870c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:07ef8edf9493b61eb3635e458cd770b15bce6f794d01569e21031a256093870c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A07ef8edf9493b61eb3635e458cd770b15bce6f794d01569e21031a256093870c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787536"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5e61a9ae5fcda07746e81944ac48190bc68a5cc121f366b64d201093bcb2c861_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5e61a9ae5fcda07746e81944ac48190bc68a5cc121f366b64d201093bcb2c861_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5e61a9ae5fcda07746e81944ac48190bc68a5cc121f366b64d201093bcb2c861_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A5e61a9ae5fcda07746e81944ac48190bc68a5cc121f366b64d201093bcb2c861?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765814295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ec02a40ac91bd42b6c9c5a32cc5168dcbad14b206bbe3e36b3571bb717ca5fad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ec02a40ac91bd42b6c9c5a32cc5168dcbad14b206bbe3e36b3571bb717ca5fad_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ec02a40ac91bd42b6c9c5a32cc5168dcbad14b206bbe3e36b3571bb717ca5fad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Aec02a40ac91bd42b6c9c5a32cc5168dcbad14b206bbe3e36b3571bb717ca5fad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767781768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7b7ee68d26e64b25922ac0576f1f32e5a7e272b18c71225d6a4ea30ae6c73456_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7b7ee68d26e64b25922ac0576f1f32e5a7e272b18c71225d6a4ea30ae6c73456_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7b7ee68d26e64b25922ac0576f1f32e5a7e272b18c71225d6a4ea30ae6c73456_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A7b7ee68d26e64b25922ac0576f1f32e5a7e272b18c71225d6a4ea30ae6c73456?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765786592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4cbe4ec6715c56eef3a46d5e522914ae2e83782d09261e1f5b584d21bd2f547e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4cbe4ec6715c56eef3a46d5e522914ae2e83782d09261e1f5b584d21bd2f547e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4cbe4ec6715c56eef3a46d5e522914ae2e83782d09261e1f5b584d21bd2f547e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A4cbe4ec6715c56eef3a46d5e522914ae2e83782d09261e1f5b584d21bd2f547e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b8d9fb431abd0cef769a30d68af85dac1fc26abf36bb3f07221bbd5f2e8186a7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b8d9fb431abd0cef769a30d68af85dac1fc26abf36bb3f07221bbd5f2e8186a7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b8d9fb431abd0cef769a30d68af85dac1fc26abf36bb3f07221bbd5f2e8186a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Ab8d9fb431abd0cef769a30d68af85dac1fc26abf36bb3f07221bbd5f2e8186a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767791921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:11995cca9607057d8200667b16ca816188cbc807b7820bc776d3a9790e9b8a21_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:11995cca9607057d8200667b16ca816188cbc807b7820bc776d3a9790e9b8a21_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:11995cca9607057d8200667b16ca816188cbc807b7820bc776d3a9790e9b8a21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A11995cca9607057d8200667b16ca816188cbc807b7820bc776d3a9790e9b8a21?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767781657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3dafb52fd7954f505bc075643e54b0d2b16d73d3b3db763e37aa9a775ee2f161_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3dafb52fd7954f505bc075643e54b0d2b16d73d3b3db763e37aa9a775ee2f161_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3dafb52fd7954f505bc075643e54b0d2b16d73d3b3db763e37aa9a775ee2f161_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A3dafb52fd7954f505bc075643e54b0d2b16d73d3b3db763e37aa9a775ee2f161?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765786532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:898a8e5bae52796d18cff4f7ad063f34bd89e49ec665dafa534a9f80fb2918f1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:898a8e5bae52796d18cff4f7ad063f34bd89e49ec665dafa534a9f80fb2918f1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:898a8e5bae52796d18cff4f7ad063f34bd89e49ec665dafa534a9f80fb2918f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A898a8e5bae52796d18cff4f7ad063f34bd89e49ec665dafa534a9f80fb2918f1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1c9dd5189ce261be4a65543ea8a26371ca21dcc782c5ceb405b9aeb11a960198_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1c9dd5189ce261be4a65543ea8a26371ca21dcc782c5ceb405b9aeb11a960198_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1c9dd5189ce261be4a65543ea8a26371ca21dcc782c5ceb405b9aeb11a960198_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A1c9dd5189ce261be4a65543ea8a26371ca21dcc782c5ceb405b9aeb11a960198?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2e9e1acd4b3220a58f9fd15631572e79a126d19a81a4313d83f6a9d7b806dc4f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2e9e1acd4b3220a58f9fd15631572e79a126d19a81a4313d83f6a9d7b806dc4f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2e9e1acd4b3220a58f9fd15631572e79a126d19a81a4313d83f6a9d7b806dc4f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A2e9e1acd4b3220a58f9fd15631572e79a126d19a81a4313d83f6a9d7b806dc4f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:357d26120a9c9bc605a2c59940af7688da7c4b082f577a5404c9dd6e0b9a112b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:357d26120a9c9bc605a2c59940af7688da7c4b082f577a5404c9dd6e0b9a112b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:357d26120a9c9bc605a2c59940af7688da7c4b082f577a5404c9dd6e0b9a112b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A357d26120a9c9bc605a2c59940af7688da7c4b082f577a5404c9dd6e0b9a112b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0e719ea7267cf6c0f069a418c64407ade3c8e400fa62ba79b7cde6d5504199c1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0e719ea7267cf6c0f069a418c64407ade3c8e400fa62ba79b7cde6d5504199c1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0e719ea7267cf6c0f069a418c64407ade3c8e400fa62ba79b7cde6d5504199c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A0e719ea7267cf6c0f069a418c64407ade3c8e400fa62ba79b7cde6d5504199c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788974"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9d59af2c5ee1ad36f64b8e30732d80c638c7ff301ef563e56db365cf5d4b73c4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9d59af2c5ee1ad36f64b8e30732d80c638c7ff301ef563e56db365cf5d4b73c4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9d59af2c5ee1ad36f64b8e30732d80c638c7ff301ef563e56db365cf5d4b73c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A9d59af2c5ee1ad36f64b8e30732d80c638c7ff301ef563e56db365cf5d4b73c4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765468733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e34c9dc35fe7645ca870f5be4118079afc9072c548f6953c94318abbe2e568c3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e34c9dc35fe7645ca870f5be4118079afc9072c548f6953c94318abbe2e568c3_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e34c9dc35fe7645ca870f5be4118079afc9072c548f6953c94318abbe2e568c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Ae34c9dc35fe7645ca870f5be4118079afc9072c548f6953c94318abbe2e568c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:73b0b4e51a99c03a8f864749c782a8b4cf506bdefabb1c84e40214bc123b6283_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:73b0b4e51a99c03a8f864749c782a8b4cf506bdefabb1c84e40214bc123b6283_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:73b0b4e51a99c03a8f864749c782a8b4cf506bdefabb1c84e40214bc123b6283_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A73b0b4e51a99c03a8f864749c782a8b4cf506bdefabb1c84e40214bc123b6283?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:48d40dd7029b3dbd20f755e17c998168eb737915c6687ac8844cf32e024e92c6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:48d40dd7029b3dbd20f755e17c998168eb737915c6687ac8844cf32e024e92c6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:48d40dd7029b3dbd20f755e17c998168eb737915c6687ac8844cf32e024e92c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A48d40dd7029b3dbd20f755e17c998168eb737915c6687ac8844cf32e024e92c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787703"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0283e53a0400828496ea31531a7d1bb46b0c04cacbde3bf6531be9164e112651_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0283e53a0400828496ea31531a7d1bb46b0c04cacbde3bf6531be9164e112651_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0283e53a0400828496ea31531a7d1bb46b0c04cacbde3bf6531be9164e112651_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A0283e53a0400828496ea31531a7d1bb46b0c04cacbde3bf6531be9164e112651?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787867"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b73f66ec870fc0f7d8f5d86a4aa2fce493fd06db8525b71515402a5085ac3bec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b73f66ec870fc0f7d8f5d86a4aa2fce493fd06db8525b71515402a5085ac3bec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b73f66ec870fc0f7d8f5d86a4aa2fce493fd06db8525b71515402a5085ac3bec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Ab73f66ec870fc0f7d8f5d86a4aa2fce493fd06db8525b71515402a5085ac3bec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4c66ff54b160974f2017cedc41a86da6e2e499a8be165f15e54fa66f97c841b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4c66ff54b160974f2017cedc41a86da6e2e499a8be165f15e54fa66f97c841b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4c66ff54b160974f2017cedc41a86da6e2e499a8be165f15e54fa66f97c841b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A4c66ff54b160974f2017cedc41a86da6e2e499a8be165f15e54fa66f97c841b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765854236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:41b88beb6b2c4b698c9e32a5327d885f95958aca12855aaacdf6c37828800b7c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:41b88beb6b2c4b698c9e32a5327d885f95958aca12855aaacdf6c37828800b7c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:41b88beb6b2c4b698c9e32a5327d885f95958aca12855aaacdf6c37828800b7c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A41b88beb6b2c4b698c9e32a5327d885f95958aca12855aaacdf6c37828800b7c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6871bc02667a1b75b0f114c77b3d54ce92c53edf9da9191c0faa1a723ad7caa8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6871bc02667a1b75b0f114c77b3d54ce92c53edf9da9191c0faa1a723ad7caa8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6871bc02667a1b75b0f114c77b3d54ce92c53edf9da9191c0faa1a723ad7caa8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A6871bc02667a1b75b0f114c77b3d54ce92c53edf9da9191c0faa1a723ad7caa8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767751869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b966a739450386ca8ead5d257827e089937ff2f1adce2cd0595c2955445735f7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b966a739450386ca8ead5d257827e089937ff2f1adce2cd0595c2955445735f7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b966a739450386ca8ead5d257827e089937ff2f1adce2cd0595c2955445735f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Ab966a739450386ca8ead5d257827e089937ff2f1adce2cd0595c2955445735f7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:329c19244bfa49eabd4621cede01253d9b14b06646486ae1da9d0c7e1f0a7775_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:329c19244bfa49eabd4621cede01253d9b14b06646486ae1da9d0c7e1f0a7775_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:329c19244bfa49eabd4621cede01253d9b14b06646486ae1da9d0c7e1f0a7775_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A329c19244bfa49eabd4621cede01253d9b14b06646486ae1da9d0c7e1f0a7775?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a62cd13a56678d5669c29c76c6044b277e9fc800b4c2d20ec0b4a9b651ec65e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a62cd13a56678d5669c29c76c6044b277e9fc800b4c2d20ec0b4a9b651ec65e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a62cd13a56678d5669c29c76c6044b277e9fc800b4c2d20ec0b4a9b651ec65e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A0a62cd13a56678d5669c29c76c6044b277e9fc800b4c2d20ec0b4a9b651ec65e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767635352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2245f57fd7421434e8fc01c7798810dbb69df1cfbcddeb936e8d4062eb7f546_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2245f57fd7421434e8fc01c7798810dbb69df1cfbcddeb936e8d4062eb7f546_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2245f57fd7421434e8fc01c7798810dbb69df1cfbcddeb936e8d4062eb7f546_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Ac2245f57fd7421434e8fc01c7798810dbb69df1cfbcddeb936e8d4062eb7f546?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:13bbd80753cc0423068e0aa39eae687a9b3f7f5147c264027052f6ee29babc36_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:13bbd80753cc0423068e0aa39eae687a9b3f7f5147c264027052f6ee29babc36_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:13bbd80753cc0423068e0aa39eae687a9b3f7f5147c264027052f6ee29babc36_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A13bbd80753cc0423068e0aa39eae687a9b3f7f5147c264027052f6ee29babc36?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:68bfe5f6851eae355bc38c9729d4cc59eb1957aa7649c5f0d37a40a274b76e91_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:68bfe5f6851eae355bc38c9729d4cc59eb1957aa7649c5f0d37a40a274b76e91_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:68bfe5f6851eae355bc38c9729d4cc59eb1957aa7649c5f0d37a40a274b76e91_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A68bfe5f6851eae355bc38c9729d4cc59eb1957aa7649c5f0d37a40a274b76e91?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789807"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:00dbf971c8b6835803fef25c3a51da815abc6ccee527e995d1459a51e831b714_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:00dbf971c8b6835803fef25c3a51da815abc6ccee527e995d1459a51e831b714_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:00dbf971c8b6835803fef25c3a51da815abc6ccee527e995d1459a51e831b714_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A00dbf971c8b6835803fef25c3a51da815abc6ccee527e995d1459a51e831b714?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1b29652ccd1cb90c60e3f84f1af53a0926cec8fff291e1a1824f56c5b09678c5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1b29652ccd1cb90c60e3f84f1af53a0926cec8fff291e1a1824f56c5b09678c5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1b29652ccd1cb90c60e3f84f1af53a0926cec8fff291e1a1824f56c5b09678c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3A1b29652ccd1cb90c60e3f84f1af53a0926cec8fff291e1a1824f56c5b09678c5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765782652"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:da205ffc529d323933aa6bfecbca7132f803acdb00fbb92e11cfdb426825450d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:da205ffc529d323933aa6bfecbca7132f803acdb00fbb92e11cfdb426825450d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:da205ffc529d323933aa6bfecbca7132f803acdb00fbb92e11cfdb426825450d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3Ada205ffc529d323933aa6bfecbca7132f803acdb00fbb92e11cfdb426825450d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765783550"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7b9dbc01ca36004b18084d4ddda2bcd827ecea95d27098fbe704c8b18fbc6762_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7b9dbc01ca36004b18084d4ddda2bcd827ecea95d27098fbe704c8b18fbc6762_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7b9dbc01ca36004b18084d4ddda2bcd827ecea95d27098fbe704c8b18fbc6762_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3A7b9dbc01ca36004b18084d4ddda2bcd827ecea95d27098fbe704c8b18fbc6762?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765784486"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72072495ec11cb443cb5407f06c45bcb7c34cd71e49f19e7f50645f1ef485e19_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72072495ec11cb443cb5407f06c45bcb7c34cd71e49f19e7f50645f1ef485e19_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72072495ec11cb443cb5407f06c45bcb7c34cd71e49f19e7f50645f1ef485e19_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A72072495ec11cb443cb5407f06c45bcb7c34cd71e49f19e7f50645f1ef485e19?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:20d0de961a0c06d73326eba220fea2cfb18e6b6f980a846effe79a1b146c39b9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:20d0de961a0c06d73326eba220fea2cfb18e6b6f980a846effe79a1b146c39b9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:20d0de961a0c06d73326eba220fea2cfb18e6b6f980a846effe79a1b146c39b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A20d0de961a0c06d73326eba220fea2cfb18e6b6f980a846effe79a1b146c39b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:37233043ecf3e3d28948cbe66a368dd6ffcd0559e8ee1761ac29fddc831af6ce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:37233043ecf3e3d28948cbe66a368dd6ffcd0559e8ee1761ac29fddc831af6ce_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:37233043ecf3e3d28948cbe66a368dd6ffcd0559e8ee1761ac29fddc831af6ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A37233043ecf3e3d28948cbe66a368dd6ffcd0559e8ee1761ac29fddc831af6ce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:640777070092bbf75c51d4b12d33ace8999fb287004b17dc02e3a44e7f4ae79f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:640777070092bbf75c51d4b12d33ace8999fb287004b17dc02e3a44e7f4ae79f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:640777070092bbf75c51d4b12d33ace8999fb287004b17dc02e3a44e7f4ae79f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A640777070092bbf75c51d4b12d33ace8999fb287004b17dc02e3a44e7f4ae79f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7aa09393089152d4361140ec77301979723fcd7607807300e8b8fd2a889dfc55_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7aa09393089152d4361140ec77301979723fcd7607807300e8b8fd2a889dfc55_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7aa09393089152d4361140ec77301979723fcd7607807300e8b8fd2a889dfc55_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A7aa09393089152d4361140ec77301979723fcd7607807300e8b8fd2a889dfc55?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766400240"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b47857d05edd97a92f5efa6d623cca3d92f3a397d1b039302f8bfb53e9c2901_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b47857d05edd97a92f5efa6d623cca3d92f3a397d1b039302f8bfb53e9c2901_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b47857d05edd97a92f5efa6d623cca3d92f3a397d1b039302f8bfb53e9c2901_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A9b47857d05edd97a92f5efa6d623cca3d92f3a397d1b039302f8bfb53e9c2901?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788044"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ee5cfbac6e27957dcaa120512a8fee463b4fe8a24847933d14449b87d6e1255_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ee5cfbac6e27957dcaa120512a8fee463b4fe8a24847933d14449b87d6e1255_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ee5cfbac6e27957dcaa120512a8fee463b4fe8a24847933d14449b87d6e1255_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A3ee5cfbac6e27957dcaa120512a8fee463b4fe8a24847933d14449b87d6e1255?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:de76a545019f76ca93ad00c84fea7a16c869370c56af9bdb7823bd6b955a9b1b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:de76a545019f76ca93ad00c84fea7a16c869370c56af9bdb7823bd6b955a9b1b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:de76a545019f76ca93ad00c84fea7a16c869370c56af9bdb7823bd6b955a9b1b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Ade76a545019f76ca93ad00c84fea7a16c869370c56af9bdb7823bd6b955a9b1b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765468722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:47e9c7a9fe21c4868c584b62b58a0b2cb98c9c1b2f76ead0411c8007869a9ae6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:47e9c7a9fe21c4868c584b62b58a0b2cb98c9c1b2f76ead0411c8007869a9ae6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:47e9c7a9fe21c4868c584b62b58a0b2cb98c9c1b2f76ead0411c8007869a9ae6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A47e9c7a9fe21c4868c584b62b58a0b2cb98c9c1b2f76ead0411c8007869a9ae6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788569"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:08891b8d3481632f816ac07902af2315e948ff6741edb5ce1970649feda4213c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:08891b8d3481632f816ac07902af2315e948ff6741edb5ce1970649feda4213c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:08891b8d3481632f816ac07902af2315e948ff6741edb5ce1970649feda4213c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A08891b8d3481632f816ac07902af2315e948ff6741edb5ce1970649feda4213c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b93b67602a7fb25d1dfa1b1d171561163c30b48fcf9b28f115c2c4622f3a48ea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b93b67602a7fb25d1dfa1b1d171561163c30b48fcf9b28f115c2c4622f3a48ea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b93b67602a7fb25d1dfa1b1d171561163c30b48fcf9b28f115c2c4622f3a48ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Ab93b67602a7fb25d1dfa1b1d171561163c30b48fcf9b28f115c2c4622f3a48ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3b17a0f069ce28f317d3d26ad87781f319be01958bc66c80adc5374558a56ef7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3b17a0f069ce28f317d3d26ad87781f319be01958bc66c80adc5374558a56ef7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3b17a0f069ce28f317d3d26ad87781f319be01958bc66c80adc5374558a56ef7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A3b17a0f069ce28f317d3d26ad87781f319be01958bc66c80adc5374558a56ef7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766097384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ea288afe2c66cb46cccd27c38c9e906b985930761df642352c7fce528463c860_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ea288afe2c66cb46cccd27c38c9e906b985930761df642352c7fce528463c860_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ea288afe2c66cb46cccd27c38c9e906b985930761df642352c7fce528463c860_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Aea288afe2c66cb46cccd27c38c9e906b985930761df642352c7fce528463c860?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a8b79f0c063bac2444f8521fb49541177fb3e2a9a7226e58a4346734297d8ecd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a8b79f0c063bac2444f8521fb49541177fb3e2a9a7226e58a4346734297d8ecd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a8b79f0c063bac2444f8521fb49541177fb3e2a9a7226e58a4346734297d8ecd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Aa8b79f0c063bac2444f8521fb49541177fb3e2a9a7226e58a4346734297d8ecd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:16965aa70f69d12c738d0ae6c6392cc64e8fd4da00cac0c362bbb56a4b327592_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:16965aa70f69d12c738d0ae6c6392cc64e8fd4da00cac0c362bbb56a4b327592_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:16965aa70f69d12c738d0ae6c6392cc64e8fd4da00cac0c362bbb56a4b327592_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A16965aa70f69d12c738d0ae6c6392cc64e8fd4da00cac0c362bbb56a4b327592?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789344"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1565876ab4f9468aa42a636eb75d8d529a77535f49343302e7b55f072b236fe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1565876ab4f9468aa42a636eb75d8d529a77535f49343302e7b55f072b236fe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1565876ab4f9468aa42a636eb75d8d529a77535f49343302e7b55f072b236fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Ab1565876ab4f9468aa42a636eb75d8d529a77535f49343302e7b55f072b236fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787553"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2e60766f06cf26d4ea4d083fd68322d494715307ccacb2f01e0843be3a6a893_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2e60766f06cf26d4ea4d083fd68322d494715307ccacb2f01e0843be3a6a893_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2e60766f06cf26d4ea4d083fd68322d494715307ccacb2f01e0843be3a6a893_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3Ac2e60766f06cf26d4ea4d083fd68322d494715307ccacb2f01e0843be3a6a893?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767832502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5c1b4bb7c281299afa1c2046d26f2606cc1e31ae80223215300b945065dbea85_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5c1b4bb7c281299afa1c2046d26f2606cc1e31ae80223215300b945065dbea85_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5c1b4bb7c281299afa1c2046d26f2606cc1e31ae80223215300b945065dbea85_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A5c1b4bb7c281299afa1c2046d26f2606cc1e31ae80223215300b945065dbea85?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765792517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f501823a3c27d1b5bccbcaeb463647d775db48dab5ad47c7e46344f0209eac34_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f501823a3c27d1b5bccbcaeb463647d775db48dab5ad47c7e46344f0209eac34_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f501823a3c27d1b5bccbcaeb463647d775db48dab5ad47c7e46344f0209eac34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Af501823a3c27d1b5bccbcaeb463647d775db48dab5ad47c7e46344f0209eac34?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7a3d67f34b138a6dc3e7a73bd8fa01d44e5e27bb26f3e3efacb2b798936a6bd8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7a3d67f34b138a6dc3e7a73bd8fa01d44e5e27bb26f3e3efacb2b798936a6bd8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7a3d67f34b138a6dc3e7a73bd8fa01d44e5e27bb26f3e3efacb2b798936a6bd8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A7a3d67f34b138a6dc3e7a73bd8fa01d44e5e27bb26f3e3efacb2b798936a6bd8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:539d3fe1bc1ae12161c29a14b50734f137d1cdca0ac3e3d9ec5e3e97168516cf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:539d3fe1bc1ae12161c29a14b50734f137d1cdca0ac3e3d9ec5e3e97168516cf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:539d3fe1bc1ae12161c29a14b50734f137d1cdca0ac3e3d9ec5e3e97168516cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A539d3fe1bc1ae12161c29a14b50734f137d1cdca0ac3e3d9ec5e3e97168516cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767832520"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d644e7d4d6196ce63aff6fda2daffe3ccd233dee95b959285a9eab822e6eed91_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d644e7d4d6196ce63aff6fda2daffe3ccd233dee95b959285a9eab822e6eed91_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d644e7d4d6196ce63aff6fda2daffe3ccd233dee95b959285a9eab822e6eed91_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Ad644e7d4d6196ce63aff6fda2daffe3ccd233dee95b959285a9eab822e6eed91?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ee7481fcd034653679153d32372914ec051c3c0fe3b6471239905650a0958354_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ee7481fcd034653679153d32372914ec051c3c0fe3b6471239905650a0958354_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ee7481fcd034653679153d32372914ec051c3c0fe3b6471239905650a0958354_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Aee7481fcd034653679153d32372914ec051c3c0fe3b6471239905650a0958354?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766113969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b17f4104ae616fc18e48afd737f40ff969c01b0995af07ccc345b376c9307891_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b17f4104ae616fc18e48afd737f40ff969c01b0995af07ccc345b376c9307891_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b17f4104ae616fc18e48afd737f40ff969c01b0995af07ccc345b376c9307891_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Ab17f4104ae616fc18e48afd737f40ff969c01b0995af07ccc345b376c9307891?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767769952"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d18371c5f38e97936876ff2a090439942857920ae511502e87c1a71d6f88e5b5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d18371c5f38e97936876ff2a090439942857920ae511502e87c1a71d6f88e5b5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d18371c5f38e97936876ff2a090439942857920ae511502e87c1a71d6f88e5b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Ad18371c5f38e97936876ff2a090439942857920ae511502e87c1a71d6f88e5b5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:778d227981e6ce4b1c19461f2c9489f29c6d363420875685fdcc284aa63d9702_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:778d227981e6ce4b1c19461f2c9489f29c6d363420875685fdcc284aa63d9702_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:778d227981e6ce4b1c19461f2c9489f29c6d363420875685fdcc284aa63d9702_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A778d227981e6ce4b1c19461f2c9489f29c6d363420875685fdcc284aa63d9702?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767839823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f593110f4c3c8642e81ed78e6adba329b12b7172b5dc6de20ca2c6694d36d6ef_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f593110f4c3c8642e81ed78e6adba329b12b7172b5dc6de20ca2c6694d36d6ef_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f593110f4c3c8642e81ed78e6adba329b12b7172b5dc6de20ca2c6694d36d6ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Af593110f4c3c8642e81ed78e6adba329b12b7172b5dc6de20ca2c6694d36d6ef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c3949c3b5b99e50a71050df6880037c7a74ecbd0f2f3b53b9b8d8bdd6cac0eaf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c3949c3b5b99e50a71050df6880037c7a74ecbd0f2f3b53b9b8d8bdd6cac0eaf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c3949c3b5b99e50a71050df6880037c7a74ecbd0f2f3b53b9b8d8bdd6cac0eaf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Ac3949c3b5b99e50a71050df6880037c7a74ecbd0f2f3b53b9b8d8bdd6cac0eaf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765792527"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:62fd7a8a8659ab92d6baa105f6917b31969c18f5f2be7dfa52b95f55a9394e21_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:62fd7a8a8659ab92d6baa105f6917b31969c18f5f2be7dfa52b95f55a9394e21_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:62fd7a8a8659ab92d6baa105f6917b31969c18f5f2be7dfa52b95f55a9394e21_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A62fd7a8a8659ab92d6baa105f6917b31969c18f5f2be7dfa52b95f55a9394e21?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765864186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2bae39d98cba7dd92ce076fdc9cd3132ecb03c72e79209efdf1082292bcb30c3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2bae39d98cba7dd92ce076fdc9cd3132ecb03c72e79209efdf1082292bcb30c3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2bae39d98cba7dd92ce076fdc9cd3132ecb03c72e79209efdf1082292bcb30c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A2bae39d98cba7dd92ce076fdc9cd3132ecb03c72e79209efdf1082292bcb30c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c8bc2648558ff854276c85dbffd8c07bd806ef54f1e604eacdd8564a71d2c460_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c8bc2648558ff854276c85dbffd8c07bd806ef54f1e604eacdd8564a71d2c460_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c8bc2648558ff854276c85dbffd8c07bd806ef54f1e604eacdd8564a71d2c460_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Ac8bc2648558ff854276c85dbffd8c07bd806ef54f1e604eacdd8564a71d2c460?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ee9bf22ba0cf879afa66a009fc0222e0c16ce1e4b013055035cbbf186dd676f6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ee9bf22ba0cf879afa66a009fc0222e0c16ce1e4b013055035cbbf186dd676f6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ee9bf22ba0cf879afa66a009fc0222e0c16ce1e4b013055035cbbf186dd676f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Aee9bf22ba0cf879afa66a009fc0222e0c16ce1e4b013055035cbbf186dd676f6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d3f422552502ce0a542ebf97e3ccfeaf62ed9f7e25125d6486a077f8bb8aae29_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d3f422552502ce0a542ebf97e3ccfeaf62ed9f7e25125d6486a077f8bb8aae29_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d3f422552502ce0a542ebf97e3ccfeaf62ed9f7e25125d6486a077f8bb8aae29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Ad3f422552502ce0a542ebf97e3ccfeaf62ed9f7e25125d6486a077f8bb8aae29?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765786773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4bb401743e4a8763b6e1b40eeb5031bd226054813b8a234af7db4a75c9fb8708_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4bb401743e4a8763b6e1b40eeb5031bd226054813b8a234af7db4a75c9fb8708_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4bb401743e4a8763b6e1b40eeb5031bd226054813b8a234af7db4a75c9fb8708_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A4bb401743e4a8763b6e1b40eeb5031bd226054813b8a234af7db4a75c9fb8708?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767793336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8dc4efe5690f4a3cf5fa74431d6f2f100ed7b7e056c00eff88e98da264eb3fd8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8dc4efe5690f4a3cf5fa74431d6f2f100ed7b7e056c00eff88e98da264eb3fd8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8dc4efe5690f4a3cf5fa74431d6f2f100ed7b7e056c00eff88e98da264eb3fd8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A8dc4efe5690f4a3cf5fa74431d6f2f100ed7b7e056c00eff88e98da264eb3fd8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790971"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:38f9fbc169d1fb315e68bdbb8d928097098156028f0c1b5fb3853cfee92d88e8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:38f9fbc169d1fb315e68bdbb8d928097098156028f0c1b5fb3853cfee92d88e8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:38f9fbc169d1fb315e68bdbb8d928097098156028f0c1b5fb3853cfee92d88e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A38f9fbc169d1fb315e68bdbb8d928097098156028f0c1b5fb3853cfee92d88e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cb80a67e4e97c1800bf2c2580dbb0a56bc88a4c175c461d3db76ae01ac88d38e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cb80a67e4e97c1800bf2c2580dbb0a56bc88a4c175c461d3db76ae01ac88d38e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cb80a67e4e97c1800bf2c2580dbb0a56bc88a4c175c461d3db76ae01ac88d38e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Acb80a67e4e97c1800bf2c2580dbb0a56bc88a4c175c461d3db76ae01ac88d38e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:20315f04883a7d51f13ef2c20e5c929e3095a0bf514f0835ab2d105dacd5df51_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:20315f04883a7d51f13ef2c20e5c929e3095a0bf514f0835ab2d105dacd5df51_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:20315f04883a7d51f13ef2c20e5c929e3095a0bf514f0835ab2d105dacd5df51_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A20315f04883a7d51f13ef2c20e5c929e3095a0bf514f0835ab2d105dacd5df51?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6708855b96190e8ca7a7202c5a019c7c178e93f90a95ea18eff5a079c02e0385_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6708855b96190e8ca7a7202c5a019c7c178e93f90a95ea18eff5a079c02e0385_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6708855b96190e8ca7a7202c5a019c7c178e93f90a95ea18eff5a079c02e0385_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A6708855b96190e8ca7a7202c5a019c7c178e93f90a95ea18eff5a079c02e0385?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767837907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9abc6b42900f1e68c9b5745b3255485ae417f631b7b2447074d47c567339b26a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9abc6b42900f1e68c9b5745b3255485ae417f631b7b2447074d47c567339b26a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9abc6b42900f1e68c9b5745b3255485ae417f631b7b2447074d47c567339b26a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A9abc6b42900f1e68c9b5745b3255485ae417f631b7b2447074d47c567339b26a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69af4c321603cb28eeb983f8b7fa53b66c6a31fa9606be15f65a5a8aa96bec44_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69af4c321603cb28eeb983f8b7fa53b66c6a31fa9606be15f65a5a8aa96bec44_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69af4c321603cb28eeb983f8b7fa53b66c6a31fa9606be15f65a5a8aa96bec44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A69af4c321603cb28eeb983f8b7fa53b66c6a31fa9606be15f65a5a8aa96bec44?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767805989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ebc8f0e41b009f183b9279b36248d4b95e6149ba913583c95fcca20d5e183f33_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ebc8f0e41b009f183b9279b36248d4b95e6149ba913583c95fcca20d5e183f33_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ebc8f0e41b009f183b9279b36248d4b95e6149ba913583c95fcca20d5e183f33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Aebc8f0e41b009f183b9279b36248d4b95e6149ba913583c95fcca20d5e183f33?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:97aba9a6d07162d3f31175c85ed93068216798bb4118fe7b62ebf02e80d78e41_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:97aba9a6d07162d3f31175c85ed93068216798bb4118fe7b62ebf02e80d78e41_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:97aba9a6d07162d3f31175c85ed93068216798bb4118fe7b62ebf02e80d78e41_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A97aba9a6d07162d3f31175c85ed93068216798bb4118fe7b62ebf02e80d78e41?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765975337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8f7cf9c0a94e0beb4ff5e2b7d8ccfae1df75a89d765ca8e7a7726b7d06139321_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8f7cf9c0a94e0beb4ff5e2b7d8ccfae1df75a89d765ca8e7a7726b7d06139321_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8f7cf9c0a94e0beb4ff5e2b7d8ccfae1df75a89d765ca8e7a7726b7d06139321_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A8f7cf9c0a94e0beb4ff5e2b7d8ccfae1df75a89d765ca8e7a7726b7d06139321?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:11a56acaa4a4eb63f45486586ec1b24613c1a60d6690d6e4ff73e5e66e35c328_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:11a56acaa4a4eb63f45486586ec1b24613c1a60d6690d6e4ff73e5e66e35c328_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:11a56acaa4a4eb63f45486586ec1b24613c1a60d6690d6e4ff73e5e66e35c328_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A11a56acaa4a4eb63f45486586ec1b24613c1a60d6690d6e4ff73e5e66e35c328?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3d8259c3aa7a6522438f6adf9144332bef077453df6b3dcabc32b036b67a56f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3d8259c3aa7a6522438f6adf9144332bef077453df6b3dcabc32b036b67a56f3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3d8259c3aa7a6522438f6adf9144332bef077453df6b3dcabc32b036b67a56f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A3d8259c3aa7a6522438f6adf9144332bef077453df6b3dcabc32b036b67a56f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7d9899c8487a1987d65e9aa4f82472e976e8f0f25aea6ee3d38db86f4d84e3c5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7d9899c8487a1987d65e9aa4f82472e976e8f0f25aea6ee3d38db86f4d84e3c5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7d9899c8487a1987d65e9aa4f82472e976e8f0f25aea6ee3d38db86f4d84e3c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A7d9899c8487a1987d65e9aa4f82472e976e8f0f25aea6ee3d38db86f4d84e3c5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765976024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e9227cdec2d9def144d32ca098d70b93b72b77a3ed0c059a6045eb417d195583_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e9227cdec2d9def144d32ca098d70b93b72b77a3ed0c059a6045eb417d195583_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e9227cdec2d9def144d32ca098d70b93b72b77a3ed0c059a6045eb417d195583_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Ae9227cdec2d9def144d32ca098d70b93b72b77a3ed0c059a6045eb417d195583?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c02e69954bda27acd7518884f07a978aff3fff1a4f3aec745c53bb07d390b98a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c02e69954bda27acd7518884f07a978aff3fff1a4f3aec745c53bb07d390b98a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c02e69954bda27acd7518884f07a978aff3fff1a4f3aec745c53bb07d390b98a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Ac02e69954bda27acd7518884f07a978aff3fff1a4f3aec745c53bb07d390b98a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765792703"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a08add3c7ccf8eaae8f1eca52a650b0f7f51a9ae53d8d196037c25843c9012cc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a08add3c7ccf8eaae8f1eca52a650b0f7f51a9ae53d8d196037c25843c9012cc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a08add3c7ccf8eaae8f1eca52a650b0f7f51a9ae53d8d196037c25843c9012cc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Aa08add3c7ccf8eaae8f1eca52a650b0f7f51a9ae53d8d196037c25843c9012cc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765793138"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:865bba3211be0b399a0ba81686ed5ee736a61decdc1ddc744cd00cb0420e6a03_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:865bba3211be0b399a0ba81686ed5ee736a61decdc1ddc744cd00cb0420e6a03_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:865bba3211be0b399a0ba81686ed5ee736a61decdc1ddc744cd00cb0420e6a03_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A865bba3211be0b399a0ba81686ed5ee736a61decdc1ddc744cd00cb0420e6a03?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b34c981c5d6761d8721701b13ed1317d30d5842395c63253dbd9a6182ec0ff31_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b34c981c5d6761d8721701b13ed1317d30d5842395c63253dbd9a6182ec0ff31_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b34c981c5d6761d8721701b13ed1317d30d5842395c63253dbd9a6182ec0ff31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Ab34c981c5d6761d8721701b13ed1317d30d5842395c63253dbd9a6182ec0ff31?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:790ee90abb211a129ce3425da25366040d01315432893bdbb214fd7eda87dc2f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:790ee90abb211a129ce3425da25366040d01315432893bdbb214fd7eda87dc2f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:790ee90abb211a129ce3425da25366040d01315432893bdbb214fd7eda87dc2f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A790ee90abb211a129ce3425da25366040d01315432893bdbb214fd7eda87dc2f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e3a623bf7abceefbee41e547be687be1c77e3b8860182f4a68db6325924a7fee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e3a623bf7abceefbee41e547be687be1c77e3b8860182f4a68db6325924a7fee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e3a623bf7abceefbee41e547be687be1c77e3b8860182f4a68db6325924a7fee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Ae3a623bf7abceefbee41e547be687be1c77e3b8860182f4a68db6325924a7fee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:475540898b765ac101586389df9a8e370f32b3da2871a3c199b504811cb5daaf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:475540898b765ac101586389df9a8e370f32b3da2871a3c199b504811cb5daaf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:475540898b765ac101586389df9a8e370f32b3da2871a3c199b504811cb5daaf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A475540898b765ac101586389df9a8e370f32b3da2871a3c199b504811cb5daaf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766584972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6750b68b4b34d583473d546de152191816f260b84da0c83211707b9eb0a5c222_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6750b68b4b34d583473d546de152191816f260b84da0c83211707b9eb0a5c222_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6750b68b4b34d583473d546de152191816f260b84da0c83211707b9eb0a5c222_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A6750b68b4b34d583473d546de152191816f260b84da0c83211707b9eb0a5c222?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2234f31d6a94ab050ecffa6d00c2382bb3f61e6e867268361e3fe8f076b400e3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2234f31d6a94ab050ecffa6d00c2382bb3f61e6e867268361e3fe8f076b400e3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2234f31d6a94ab050ecffa6d00c2382bb3f61e6e867268361e3fe8f076b400e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A2234f31d6a94ab050ecffa6d00c2382bb3f61e6e867268361e3fe8f076b400e3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:353d77edc3615fd1e5226053ae1b493b13c4fc2a361f8ce4ec21448992197500_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:353d77edc3615fd1e5226053ae1b493b13c4fc2a361f8ce4ec21448992197500_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:353d77edc3615fd1e5226053ae1b493b13c4fc2a361f8ce4ec21448992197500_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A353d77edc3615fd1e5226053ae1b493b13c4fc2a361f8ce4ec21448992197500?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cca12c93e249b0d2c616092a790e68a3b0dfcbedddcaed93ac8143b404ec1f5a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cca12c93e249b0d2c616092a790e68a3b0dfcbedddcaed93ac8143b404ec1f5a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cca12c93e249b0d2c616092a790e68a3b0dfcbedddcaed93ac8143b404ec1f5a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Acca12c93e249b0d2c616092a790e68a3b0dfcbedddcaed93ac8143b404ec1f5a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767635386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:16ad6006f630b50a7ae12e44669f80836357e06c569d6c397eb57a34e20bd95b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:16ad6006f630b50a7ae12e44669f80836357e06c569d6c397eb57a34e20bd95b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:16ad6006f630b50a7ae12e44669f80836357e06c569d6c397eb57a34e20bd95b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A16ad6006f630b50a7ae12e44669f80836357e06c569d6c397eb57a34e20bd95b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:39bd6dfab6e4b97ddc00f7cd2b3d31205516d535e3665bfea13901102621b71b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:39bd6dfab6e4b97ddc00f7cd2b3d31205516d535e3665bfea13901102621b71b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:39bd6dfab6e4b97ddc00f7cd2b3d31205516d535e3665bfea13901102621b71b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A39bd6dfab6e4b97ddc00f7cd2b3d31205516d535e3665bfea13901102621b71b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d09bedb8737a237b5ac52efd6599059ae2c2a11837c5108a89855f5e3eab991f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d09bedb8737a237b5ac52efd6599059ae2c2a11837c5108a89855f5e3eab991f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d09bedb8737a237b5ac52efd6599059ae2c2a11837c5108a89855f5e3eab991f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Ad09bedb8737a237b5ac52efd6599059ae2c2a11837c5108a89855f5e3eab991f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787507"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a43d38a28bb8dee90e1cef4f70373d7dd0e6e10570f53ff18cea609040d7fc91_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a43d38a28bb8dee90e1cef4f70373d7dd0e6e10570f53ff18cea609040d7fc91_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a43d38a28bb8dee90e1cef4f70373d7dd0e6e10570f53ff18cea609040d7fc91_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Aa43d38a28bb8dee90e1cef4f70373d7dd0e6e10570f53ff18cea609040d7fc91?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3afdf0db5ca921367b203b60a9e01c3a1dfbfe461ad8c15650d31132f6314a22_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3afdf0db5ca921367b203b60a9e01c3a1dfbfe461ad8c15650d31132f6314a22_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3afdf0db5ca921367b203b60a9e01c3a1dfbfe461ad8c15650d31132f6314a22_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A3afdf0db5ca921367b203b60a9e01c3a1dfbfe461ad8c15650d31132f6314a22?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:74750d2ef0daff77bbea64507d18ea8138514d2e2a6623c8cc5aa0a04d03ebd6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:74750d2ef0daff77bbea64507d18ea8138514d2e2a6623c8cc5aa0a04d03ebd6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:74750d2ef0daff77bbea64507d18ea8138514d2e2a6623c8cc5aa0a04d03ebd6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A74750d2ef0daff77bbea64507d18ea8138514d2e2a6623c8cc5aa0a04d03ebd6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767724712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:48bda9e02b5abb41b4459c40c1dc11580085d7ec4a2a50360075418e11bb49eb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:48bda9e02b5abb41b4459c40c1dc11580085d7ec4a2a50360075418e11bb49eb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:48bda9e02b5abb41b4459c40c1dc11580085d7ec4a2a50360075418e11bb49eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A48bda9e02b5abb41b4459c40c1dc11580085d7ec4a2a50360075418e11bb49eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765786533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e4a4362a6f4b2a77aa0eb4c4a3102aade4b379a650fe2128ec228d142521982_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e4a4362a6f4b2a77aa0eb4c4a3102aade4b379a650fe2128ec228d142521982_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e4a4362a6f4b2a77aa0eb4c4a3102aade4b379a650fe2128ec228d142521982_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A5e4a4362a6f4b2a77aa0eb4c4a3102aade4b379a650fe2128ec228d142521982?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b2523b68bf9c4cb9432a2fedd767634d75e41953a3f607e6953bcc5bfd224332_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b2523b68bf9c4cb9432a2fedd767634d75e41953a3f607e6953bcc5bfd224332_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b2523b68bf9c4cb9432a2fedd767634d75e41953a3f607e6953bcc5bfd224332_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ab2523b68bf9c4cb9432a2fedd767634d75e41953a3f607e6953bcc5bfd224332?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3c8ee7bb097f5652a19ce50c1ce8585a911af43a290729672313b6c6dc1d4d22_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3c8ee7bb097f5652a19ce50c1ce8585a911af43a290729672313b6c6dc1d4d22_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3c8ee7bb097f5652a19ce50c1ce8585a911af43a290729672313b6c6dc1d4d22_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A3c8ee7bb097f5652a19ce50c1ce8585a911af43a290729672313b6c6dc1d4d22?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ab9bec28217a4085709265770c38ef04eebab3d2d4d8a871ac4298ec3585761c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ab9bec28217a4085709265770c38ef04eebab3d2d4d8a871ac4298ec3585761c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ab9bec28217a4085709265770c38ef04eebab3d2d4d8a871ac4298ec3585761c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Aab9bec28217a4085709265770c38ef04eebab3d2d4d8a871ac4298ec3585761c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7902bc0612db5969616029a36b5a381f9ef58a5480f28c42b578ceecf54c3419_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7902bc0612db5969616029a36b5a381f9ef58a5480f28c42b578ceecf54c3419_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7902bc0612db5969616029a36b5a381f9ef58a5480f28c42b578ceecf54c3419_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A7902bc0612db5969616029a36b5a381f9ef58a5480f28c42b578ceecf54c3419?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0dd3eb0518045a216c8af1ff762a1f949b2d99ce1a1b784ca5fd25b0ce8c78da_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0dd3eb0518045a216c8af1ff762a1f949b2d99ce1a1b784ca5fd25b0ce8c78da_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0dd3eb0518045a216c8af1ff762a1f949b2d99ce1a1b784ca5fd25b0ce8c78da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A0dd3eb0518045a216c8af1ff762a1f949b2d99ce1a1b784ca5fd25b0ce8c78da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c8c352b077544eb44ce0b438d6ce6940a421bc54db59e571f12368e04459ddb8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c8c352b077544eb44ce0b438d6ce6940a421bc54db59e571f12368e04459ddb8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c8c352b077544eb44ce0b438d6ce6940a421bc54db59e571f12368e04459ddb8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ac8c352b077544eb44ce0b438d6ce6940a421bc54db59e571f12368e04459ddb8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788018"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bfed6dbbd85b62b4f8fd2103f298ed6f2f8117f36894b3ad41c7b7ad3ad40939_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bfed6dbbd85b62b4f8fd2103f298ed6f2f8117f36894b3ad41c7b7ad3ad40939_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bfed6dbbd85b62b4f8fd2103f298ed6f2f8117f36894b3ad41c7b7ad3ad40939_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Abfed6dbbd85b62b4f8fd2103f298ed6f2f8117f36894b3ad41c7b7ad3ad40939?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:80c2f4cc886fac8997d7da6baeee6a294c07315bb1a2cdafc66ab7b46cfb0cb7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:80c2f4cc886fac8997d7da6baeee6a294c07315bb1a2cdafc66ab7b46cfb0cb7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:80c2f4cc886fac8997d7da6baeee6a294c07315bb1a2cdafc66ab7b46cfb0cb7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A80c2f4cc886fac8997d7da6baeee6a294c07315bb1a2cdafc66ab7b46cfb0cb7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e62bd389fb6046219ea806796fada5042e19b2714e866d44742ae9b266def7f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e62bd389fb6046219ea806796fada5042e19b2714e866d44742ae9b266def7f3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e62bd389fb6046219ea806796fada5042e19b2714e866d44742ae9b266def7f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Ae62bd389fb6046219ea806796fada5042e19b2714e866d44742ae9b266def7f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765468735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6e312e9c24bf31838c1b402b2282fa882240144e63501793380da55ec3a4fdab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6e312e9c24bf31838c1b402b2282fa882240144e63501793380da55ec3a4fdab_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6e312e9c24bf31838c1b402b2282fa882240144e63501793380da55ec3a4fdab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A6e312e9c24bf31838c1b402b2282fa882240144e63501793380da55ec3a4fdab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:59db38f53080ab732db2fbc366c5e8467308fb8f1bc00c4e654b25529a6cb48d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:59db38f53080ab732db2fbc366c5e8467308fb8f1bc00c4e654b25529a6cb48d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:59db38f53080ab732db2fbc366c5e8467308fb8f1bc00c4e654b25529a6cb48d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A59db38f53080ab732db2fbc366c5e8467308fb8f1bc00c4e654b25529a6cb48d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789048"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c15f57637828c096b6351a4e51c5304e92a7209977c670a7164c33e7968b8b87_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c15f57637828c096b6351a4e51c5304e92a7209977c670a7164c33e7968b8b87_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c15f57637828c096b6351a4e51c5304e92a7209977c670a7164c33e7968b8b87_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3Ac15f57637828c096b6351a4e51c5304e92a7209977c670a7164c33e7968b8b87?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9488d194054f3ee13d602f01a4f7e7d7ed5566d913e5d0f542c00501aaed586c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9488d194054f3ee13d602f01a4f7e7d7ed5566d913e5d0f542c00501aaed586c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9488d194054f3ee13d602f01a4f7e7d7ed5566d913e5d0f542c00501aaed586c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A9488d194054f3ee13d602f01a4f7e7d7ed5566d913e5d0f542c00501aaed586c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9020f01a3ff33d4d1919e64eb9c5a59a44b53fb31dc963bc261ddfd05289bdcc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9020f01a3ff33d4d1919e64eb9c5a59a44b53fb31dc963bc261ddfd05289bdcc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9020f01a3ff33d4d1919e64eb9c5a59a44b53fb31dc963bc261ddfd05289bdcc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A9020f01a3ff33d4d1919e64eb9c5a59a44b53fb31dc963bc261ddfd05289bdcc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:86ddc0c22dabdcaaf363d15a8c0069dc219cd6c8cc8997a064f38b6d52f9077e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:86ddc0c22dabdcaaf363d15a8c0069dc219cd6c8cc8997a064f38b6d52f9077e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:86ddc0c22dabdcaaf363d15a8c0069dc219cd6c8cc8997a064f38b6d52f9077e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A86ddc0c22dabdcaaf363d15a8c0069dc219cd6c8cc8997a064f38b6d52f9077e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:32093af92bd8e440b17550cd9d66845e13ca263f3075880d1fc0e05ae7ba6a82_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:32093af92bd8e440b17550cd9d66845e13ca263f3075880d1fc0e05ae7ba6a82_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:32093af92bd8e440b17550cd9d66845e13ca263f3075880d1fc0e05ae7ba6a82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A32093af92bd8e440b17550cd9d66845e13ca263f3075880d1fc0e05ae7ba6a82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767805989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e8d87fe6380de772f38aa0ead0149615a732547c8423a525ed815d714c0c27ec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e8d87fe6380de772f38aa0ead0149615a732547c8423a525ed815d714c0c27ec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e8d87fe6380de772f38aa0ead0149615a732547c8423a525ed815d714c0c27ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3Ae8d87fe6380de772f38aa0ead0149615a732547c8423a525ed815d714c0c27ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765781841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0d28383fb42c8d3905169a8bf16e6d394f29b8d1e92beddf57c9662a88542f27_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0d28383fb42c8d3905169a8bf16e6d394f29b8d1e92beddf57c9662a88542f27_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0d28383fb42c8d3905169a8bf16e6d394f29b8d1e92beddf57c9662a88542f27_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A0d28383fb42c8d3905169a8bf16e6d394f29b8d1e92beddf57c9662a88542f27?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765782269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e703a45143f2f4977be2351fa20a0296a0e11a8109091c7aaf86d835673b58bf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e703a45143f2f4977be2351fa20a0296a0e11a8109091c7aaf86d835673b58bf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e703a45143f2f4977be2351fa20a0296a0e11a8109091c7aaf86d835673b58bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Ae703a45143f2f4977be2351fa20a0296a0e11a8109091c7aaf86d835673b58bf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765781805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e9d5ac5bdc6cc958fbe586de8a78ac3960e9db3f0ad7638a64354dd426af2cea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e9d5ac5bdc6cc958fbe586de8a78ac3960e9db3f0ad7638a64354dd426af2cea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e9d5ac5bdc6cc958fbe586de8a78ac3960e9db3f0ad7638a64354dd426af2cea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Ae9d5ac5bdc6cc958fbe586de8a78ac3960e9db3f0ad7638a64354dd426af2cea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765784245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b8ae2b4dce670fca6d613d3a1e9f3570d1c77504e29f05bfc5ae9d88d7991307_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b8ae2b4dce670fca6d613d3a1e9f3570d1c77504e29f05bfc5ae9d88d7991307_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b8ae2b4dce670fca6d613d3a1e9f3570d1c77504e29f05bfc5ae9d88d7991307_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ab8ae2b4dce670fca6d613d3a1e9f3570d1c77504e29f05bfc5ae9d88d7991307?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766409922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9d6cf598f5f75c6f0ff8a82917fa3a3d7d278a460e15666a364931fd271c05d4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9d6cf598f5f75c6f0ff8a82917fa3a3d7d278a460e15666a364931fd271c05d4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9d6cf598f5f75c6f0ff8a82917fa3a3d7d278a460e15666a364931fd271c05d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A9d6cf598f5f75c6f0ff8a82917fa3a3d7d278a460e15666a364931fd271c05d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:b68e8c3fb116f558c3463b4116f088eda7d83cb667fba6eb6c221be0be480ce3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:b68e8c3fb116f558c3463b4116f088eda7d83cb667fba6eb6c221be0be480ce3_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:b68e8c3fb116f558c3463b4116f088eda7d83cb667fba6eb6c221be0be480ce3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3Ab68e8c3fb116f558c3463b4116f088eda7d83cb667fba6eb6c221be0be480ce3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f8797dfafddc3895ed354cd266a9ae751d608e83881258a48e7580fd611a4c8e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f8797dfafddc3895ed354cd266a9ae751d608e83881258a48e7580fd611a4c8e_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f8797dfafddc3895ed354cd266a9ae751d608e83881258a48e7580fd611a4c8e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3Af8797dfafddc3895ed354cd266a9ae751d608e83881258a48e7580fd611a4c8e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790482"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:30b751bab9d80773080eaa80e5e1c55b851e153ca0b83d2071bbfdc6a4cb6caa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:30b751bab9d80773080eaa80e5e1c55b851e153ca0b83d2071bbfdc6a4cb6caa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:30b751bab9d80773080eaa80e5e1c55b851e153ca0b83d2071bbfdc6a4cb6caa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A30b751bab9d80773080eaa80e5e1c55b851e153ca0b83d2071bbfdc6a4cb6caa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765799091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9270a8ff2edad2d7acde9c7a1c84ec030351938512e2fc7981aebcfb6330d815_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9270a8ff2edad2d7acde9c7a1c84ec030351938512e2fc7981aebcfb6330d815_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9270a8ff2edad2d7acde9c7a1c84ec030351938512e2fc7981aebcfb6330d815_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A9270a8ff2edad2d7acde9c7a1c84ec030351938512e2fc7981aebcfb6330d815?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765798659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:dd66cde9c261e4666820c718a1c4efdc055c2b19c3d1f4cb614f3abe2e8f27c5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:dd66cde9c261e4666820c718a1c4efdc055c2b19c3d1f4cb614f3abe2e8f27c5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:dd66cde9c261e4666820c718a1c4efdc055c2b19c3d1f4cb614f3abe2e8f27c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Add66cde9c261e4666820c718a1c4efdc055c2b19c3d1f4cb614f3abe2e8f27c5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765799102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b3c7fe9a0c841d3c08c8b3a2f5d8909173a96397b58dd34a835bac02375f0435_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b3c7fe9a0c841d3c08c8b3a2f5d8909173a96397b58dd34a835bac02375f0435_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b3c7fe9a0c841d3c08c8b3a2f5d8909173a96397b58dd34a835bac02375f0435_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Ab3c7fe9a0c841d3c08c8b3a2f5d8909173a96397b58dd34a835bac02375f0435?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9085d37fe1a5d3343a3b8b87b76a61f244f92364bc5bde23e3e1639bad73c819_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9085d37fe1a5d3343a3b8b87b76a61f244f92364bc5bde23e3e1639bad73c819_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9085d37fe1a5d3343a3b8b87b76a61f244f92364bc5bde23e3e1639bad73c819_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A9085d37fe1a5d3343a3b8b87b76a61f244f92364bc5bde23e3e1639bad73c819?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7e59dc2d6b34def620602ed39be739f46d03df23978b22a18a890066843e31b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7e59dc2d6b34def620602ed39be739f46d03df23978b22a18a890066843e31b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7e59dc2d6b34def620602ed39be739f46d03df23978b22a18a890066843e31b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A7e59dc2d6b34def620602ed39be739f46d03df23978b22a18a890066843e31b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765786610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9267b216d9419f8d920d2f740d0d3209b38a8d5b8966c4efd590b0f5d556d182_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9267b216d9419f8d920d2f740d0d3209b38a8d5b8966c4efd590b0f5d556d182_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9267b216d9419f8d920d2f740d0d3209b38a8d5b8966c4efd590b0f5d556d182_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A9267b216d9419f8d920d2f740d0d3209b38a8d5b8966c4efd590b0f5d556d182?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790751"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:28971127a76ab3ee2e53a3a27c27d0188ee87a55e68fe736a840aa90764ce975_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:28971127a76ab3ee2e53a3a27c27d0188ee87a55e68fe736a840aa90764ce975_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:28971127a76ab3ee2e53a3a27c27d0188ee87a55e68fe736a840aa90764ce975_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A28971127a76ab3ee2e53a3a27c27d0188ee87a55e68fe736a840aa90764ce975?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766062529"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:20320da2936481e478c10dd7bdd364b77efdc2780388766c88d7cd485e76a4a9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:20320da2936481e478c10dd7bdd364b77efdc2780388766c88d7cd485e76a4a9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:20320da2936481e478c10dd7bdd364b77efdc2780388766c88d7cd485e76a4a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A20320da2936481e478c10dd7bdd364b77efdc2780388766c88d7cd485e76a4a9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:422cbd6dee482699ce334c69f4cf359526b37f61447d8ddc9a1e783cf5797c09_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:422cbd6dee482699ce334c69f4cf359526b37f61447d8ddc9a1e783cf5797c09_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:422cbd6dee482699ce334c69f4cf359526b37f61447d8ddc9a1e783cf5797c09_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A422cbd6dee482699ce334c69f4cf359526b37f61447d8ddc9a1e783cf5797c09?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765782707"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:41a2e6488343bbba1b487e369357e6a66ca21e57bc0b4a53f714e75bc760e8e9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:41a2e6488343bbba1b487e369357e6a66ca21e57bc0b4a53f714e75bc760e8e9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:41a2e6488343bbba1b487e369357e6a66ca21e57bc0b4a53f714e75bc760e8e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A41a2e6488343bbba1b487e369357e6a66ca21e57bc0b4a53f714e75bc760e8e9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:857bd392d78fecd52d0cbdec20e998cef4d23e51d4df4a28051abe2b64997fce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:857bd392d78fecd52d0cbdec20e998cef4d23e51d4df4a28051abe2b64997fce_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:857bd392d78fecd52d0cbdec20e998cef4d23e51d4df4a28051abe2b64997fce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A857bd392d78fecd52d0cbdec20e998cef4d23e51d4df4a28051abe2b64997fce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767724809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b917d823ee4271235ed637673f727a91525bf5786e27aff7b452a6da410d6a1c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b917d823ee4271235ed637673f727a91525bf5786e27aff7b452a6da410d6a1c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b917d823ee4271235ed637673f727a91525bf5786e27aff7b452a6da410d6a1c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Ab917d823ee4271235ed637673f727a91525bf5786e27aff7b452a6da410d6a1c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765804713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:08608e66dc84b9eaecaeb540308254ac998b33816c089924d96b82d384f36fc0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:08608e66dc84b9eaecaeb540308254ac998b33816c089924d96b82d384f36fc0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:08608e66dc84b9eaecaeb540308254ac998b33816c089924d96b82d384f36fc0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A08608e66dc84b9eaecaeb540308254ac998b33816c089924d96b82d384f36fc0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f2a3bce00786ce4a7bb2678f9da5437d99d85cdc4c5da3a7ee7aa3992d4fe99a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f2a3bce00786ce4a7bb2678f9da5437d99d85cdc4c5da3a7ee7aa3992d4fe99a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f2a3bce00786ce4a7bb2678f9da5437d99d85cdc4c5da3a7ee7aa3992d4fe99a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Af2a3bce00786ce4a7bb2678f9da5437d99d85cdc4c5da3a7ee7aa3992d4fe99a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:64288a1ef853ade5b9337948c412c38ff82d37b3eec4117e6a74adf14c9cd61e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:64288a1ef853ade5b9337948c412c38ff82d37b3eec4117e6a74adf14c9cd61e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:64288a1ef853ade5b9337948c412c38ff82d37b3eec4117e6a74adf14c9cd61e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A64288a1ef853ade5b9337948c412c38ff82d37b3eec4117e6a74adf14c9cd61e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ffd8c8d91e515cb359d849ba9860ad2efe2f2c8acdc619ef1ca812de8722ebb1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ffd8c8d91e515cb359d849ba9860ad2efe2f2c8acdc619ef1ca812de8722ebb1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ffd8c8d91e515cb359d849ba9860ad2efe2f2c8acdc619ef1ca812de8722ebb1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3Affd8c8d91e515cb359d849ba9860ad2efe2f2c8acdc619ef1ca812de8722ebb1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765792616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0d3ace6a71014b4fcf273ba1128b4ad3d8b8e3c8c90c97dfe4f9ca19a07e76d2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0d3ace6a71014b4fcf273ba1128b4ad3d8b8e3c8c90c97dfe4f9ca19a07e76d2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0d3ace6a71014b4fcf273ba1128b4ad3d8b8e3c8c90c97dfe4f9ca19a07e76d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A0d3ace6a71014b4fcf273ba1128b4ad3d8b8e3c8c90c97dfe4f9ca19a07e76d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:be73425000dfe01b43a71457d0dee0e96e8218fe42ed41bc422ad379af119195_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:be73425000dfe01b43a71457d0dee0e96e8218fe42ed41bc422ad379af119195_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:be73425000dfe01b43a71457d0dee0e96e8218fe42ed41bc422ad379af119195_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Abe73425000dfe01b43a71457d0dee0e96e8218fe42ed41bc422ad379af119195?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765791054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:8b514b6a073247fabc5412d06cbd32b9f8633c1f75bac18685f61f9638ff5cba_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:8b514b6a073247fabc5412d06cbd32b9f8633c1f75bac18685f61f9638ff5cba_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:8b514b6a073247fabc5412d06cbd32b9f8633c1f75bac18685f61f9638ff5cba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A8b514b6a073247fabc5412d06cbd32b9f8633c1f75bac18685f61f9638ff5cba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767793067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cb0f3921a85277f485c485ee8f3fdff81ff37af3535b08d6c1769512b30942a0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cb0f3921a85277f485c485ee8f3fdff81ff37af3535b08d6c1769512b30942a0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cb0f3921a85277f485c485ee8f3fdff81ff37af3535b08d6c1769512b30942a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Acb0f3921a85277f485c485ee8f3fdff81ff37af3535b08d6c1769512b30942a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787429"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:ba02f69d1f19511b73d9fdadbda50b47ef7ccce96b129864faf7ca19060a2fc4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:ba02f69d1f19511b73d9fdadbda50b47ef7ccce96b129864faf7ca19060a2fc4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:ba02f69d1f19511b73d9fdadbda50b47ef7ccce96b129864faf7ca19060a2fc4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3Aba02f69d1f19511b73d9fdadbda50b47ef7ccce96b129864faf7ca19060a2fc4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1c11aa8637ffea2e082703395b5cae6c33ee6bd123c35bab5c3e8cabaac87318_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1c11aa8637ffea2e082703395b5cae6c33ee6bd123c35bab5c3e8cabaac87318_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1c11aa8637ffea2e082703395b5cae6c33ee6bd123c35bab5c3e8cabaac87318_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A1c11aa8637ffea2e082703395b5cae6c33ee6bd123c35bab5c3e8cabaac87318?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765789761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0ee80567ce8ee998d883bc1f663e687eed4d25728445e72e57b23742066ac9a2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0ee80567ce8ee998d883bc1f663e687eed4d25728445e72e57b23742066ac9a2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0ee80567ce8ee998d883bc1f663e687eed4d25728445e72e57b23742066ac9a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A0ee80567ce8ee998d883bc1f663e687eed4d25728445e72e57b23742066ac9a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:48165aa76fd0437f3b3ecb79b1ac45473105b15891cc79a129f565817ec74013_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:48165aa76fd0437f3b3ecb79b1ac45473105b15891cc79a129f565817ec74013_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:48165aa76fd0437f3b3ecb79b1ac45473105b15891cc79a129f565817ec74013_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A48165aa76fd0437f3b3ecb79b1ac45473105b15891cc79a129f565817ec74013?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7154b79c119ee67d79ee9c31576914298d047c2d8e1abbc1bc19ecbacff01ffa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7154b79c119ee67d79ee9c31576914298d047c2d8e1abbc1bc19ecbacff01ffa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7154b79c119ee67d79ee9c31576914298d047c2d8e1abbc1bc19ecbacff01ffa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A7154b79c119ee67d79ee9c31576914298d047c2d8e1abbc1bc19ecbacff01ffa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:50cdbc2887d5d8059b4e617bc7e532ce474321d5e4b9bb90fbd32656f2e407e8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:50cdbc2887d5d8059b4e617bc7e532ce474321d5e4b9bb90fbd32656f2e407e8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:50cdbc2887d5d8059b4e617bc7e532ce474321d5e4b9bb90fbd32656f2e407e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A50cdbc2887d5d8059b4e617bc7e532ce474321d5e4b9bb90fbd32656f2e407e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f7b36695d66894c77fa3c701fcfff84bf3c98d08e5be2ff2854d18dde3536042_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f7b36695d66894c77fa3c701fcfff84bf3c98d08e5be2ff2854d18dde3536042_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f7b36695d66894c77fa3c701fcfff84bf3c98d08e5be2ff2854d18dde3536042_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Af7b36695d66894c77fa3c701fcfff84bf3c98d08e5be2ff2854d18dde3536042?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce88542ec4f84ac57100cb897f4827d7286c6c144261584d2606c60fe83e8fd7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce88542ec4f84ac57100cb897f4827d7286c6c144261584d2606c60fe83e8fd7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce88542ec4f84ac57100cb897f4827d7286c6c144261584d2606c60fe83e8fd7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Ace88542ec4f84ac57100cb897f4827d7286c6c144261584d2606c60fe83e8fd7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765787536"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d856c9acb821895d796cf36b9420be5217a3a2d230344fbfd63a1c1bf9a12399_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d856c9acb821895d796cf36b9420be5217a3a2d230344fbfd63a1c1bf9a12399_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d856c9acb821895d796cf36b9420be5217a3a2d230344fbfd63a1c1bf9a12399_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Ad856c9acb821895d796cf36b9420be5217a3a2d230344fbfd63a1c1bf9a12399?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765814295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:34e056d7771ef4684b233739c99e9181fade933b0aef87f6545be5da3aa4a7ad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:34e056d7771ef4684b233739c99e9181fade933b0aef87f6545be5da3aa4a7ad_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:34e056d7771ef4684b233739c99e9181fade933b0aef87f6545be5da3aa4a7ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A34e056d7771ef4684b233739c99e9181fade933b0aef87f6545be5da3aa4a7ad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767781768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:53c4e8ad9078172e4e033eae5b4e40ca0302248ec51123a7bff85d7b7c66550f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:53c4e8ad9078172e4e033eae5b4e40ca0302248ec51123a7bff85d7b7c66550f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:53c4e8ad9078172e4e033eae5b4e40ca0302248ec51123a7bff85d7b7c66550f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A53c4e8ad9078172e4e033eae5b4e40ca0302248ec51123a7bff85d7b7c66550f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767379692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:689b048fd7654614bf013994fac36310c16d9ce1996783743a45bb357a54725a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:689b048fd7654614bf013994fac36310c16d9ce1996783743a45bb357a54725a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:689b048fd7654614bf013994fac36310c16d9ce1996783743a45bb357a54725a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A689b048fd7654614bf013994fac36310c16d9ce1996783743a45bb357a54725a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765783538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:02fee662169216337e150ee63967e27328bb16a5a580508cb372d7359a3612fd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:02fee662169216337e150ee63967e27328bb16a5a580508cb372d7359a3612fd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:02fee662169216337e150ee63967e27328bb16a5a580508cb372d7359a3612fd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A02fee662169216337e150ee63967e27328bb16a5a580508cb372d7359a3612fd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765783760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78d6c72434d8929d2ac8963530bba2cc5195b0a748c75a8d570a6734738f7d78_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78d6c72434d8929d2ac8963530bba2cc5195b0a748c75a8d570a6734738f7d78_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78d6c72434d8929d2ac8963530bba2cc5195b0a748c75a8d570a6734738f7d78_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3A78d6c72434d8929d2ac8963530bba2cc5195b0a748c75a8d570a6734738f7d78?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765783455"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bab06d2bcc1790e4c34ba63189ebed8397d3506a2ca17b85b9f659d6d8a9a53d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bab06d2bcc1790e4c34ba63189ebed8397d3506a2ca17b85b9f659d6d8a9a53d_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bab06d2bcc1790e4c34ba63189ebed8397d3506a2ca17b85b9f659d6d8a9a53d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Abab06d2bcc1790e4c34ba63189ebed8397d3506a2ca17b85b9f659d6d8a9a53d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765786592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8c3fd466afaa50b79fd865a4537a2943d57c36199dc67999661d07d3c3edb4a4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8c3fd466afaa50b79fd865a4537a2943d57c36199dc67999661d07d3c3edb4a4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8c3fd466afaa50b79fd865a4537a2943d57c36199dc67999661d07d3c3edb4a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A8c3fd466afaa50b79fd865a4537a2943d57c36199dc67999661d07d3c3edb4a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:33664485d51fa905dc7b989b624aa4d9f4230a7eb0a10ec61058ce335d118fbc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:33664485d51fa905dc7b989b624aa4d9f4230a7eb0a10ec61058ce335d118fbc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:33664485d51fa905dc7b989b624aa4d9f4230a7eb0a10ec61058ce335d118fbc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A33664485d51fa905dc7b989b624aa4d9f4230a7eb0a10ec61058ce335d118fbc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767791921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7c4484bba27c132dad0b570f2f4fd6fd66bb335fa923f21b41eb5af12f4deb98_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7c4484bba27c132dad0b570f2f4fd6fd66bb335fa923f21b41eb5af12f4deb98_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7c4484bba27c132dad0b570f2f4fd6fd66bb335fa923f21b41eb5af12f4deb98_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A7c4484bba27c132dad0b570f2f4fd6fd66bb335fa923f21b41eb5af12f4deb98?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767781657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:070542394dc2e46a8af6ce137f457d849dd3ae93607fb0b7de35ad5d7d1350f1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:070542394dc2e46a8af6ce137f457d849dd3ae93607fb0b7de35ad5d7d1350f1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:070542394dc2e46a8af6ce137f457d849dd3ae93607fb0b7de35ad5d7d1350f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A070542394dc2e46a8af6ce137f457d849dd3ae93607fb0b7de35ad5d7d1350f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765786532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:100624ab64e71c9692f59f49d7b46392dad7b6c62746663e484d22519aa85cbc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:100624ab64e71c9692f59f49d7b46392dad7b6c62746663e484d22519aa85cbc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:100624ab64e71c9692f59f49d7b46392dad7b6c62746663e484d22519aa85cbc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A100624ab64e71c9692f59f49d7b46392dad7b6c62746663e484d22519aa85cbc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:76aaf438681ad73e4a71af5afc5a1611907475d4697444679ce919001f8bbca4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:76aaf438681ad73e4a71af5afc5a1611907475d4697444679ce919001f8bbca4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:76aaf438681ad73e4a71af5afc5a1611907475d4697444679ce919001f8bbca4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A76aaf438681ad73e4a71af5afc5a1611907475d4697444679ce919001f8bbca4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3d1dbc38a1387714532e0835b2f4c98eeed3269e6b97801ab0ff527e87748a6e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3d1dbc38a1387714532e0835b2f4c98eeed3269e6b97801ab0ff527e87748a6e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3d1dbc38a1387714532e0835b2f4c98eeed3269e6b97801ab0ff527e87748a6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A3d1dbc38a1387714532e0835b2f4c98eeed3269e6b97801ab0ff527e87748a6e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:327b81520186a130f2aae8ea1e8249eac893eabfee486e9b21b0e01a9e00c8bb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:327b81520186a130f2aae8ea1e8249eac893eabfee486e9b21b0e01a9e00c8bb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:327b81520186a130f2aae8ea1e8249eac893eabfee486e9b21b0e01a9e00c8bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A327b81520186a130f2aae8ea1e8249eac893eabfee486e9b21b0e01a9e00c8bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765790215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:49318663026057b3bfe77d3479fa7b5f639c2f2fe119b93041e2bdb67757bf1d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:49318663026057b3bfe77d3479fa7b5f639c2f2fe119b93041e2bdb67757bf1d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:49318663026057b3bfe77d3479fa7b5f639c2f2fe119b93041e2bdb67757bf1d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A49318663026057b3bfe77d3479fa7b5f639c2f2fe119b93041e2bdb67757bf1d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765788974"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:22d86978d54ce44c6e6ab3d4d7dbf439706297a4303d44ff75055949e61514cc_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:22d86978d54ce44c6e6ab3d4d7dbf439706297a4303d44ff75055949e61514cc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:22d86978d54ce44c6e6ab3d4d7dbf439706297a4303d44ff75055949e61514cc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:30f5197b2f63c8c50007430b149d9501bb450f2b46c67f2a856c69a796e2e632_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:30f5197b2f63c8c50007430b149d9501bb450f2b46c67f2a856c69a796e2e632_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:30f5197b2f63c8c50007430b149d9501bb450f2b46c67f2a856c69a796e2e632_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a8529196196664fc8cb33e82a0f01b0619b57ddb260d560a4b33693c2451402c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a8529196196664fc8cb33e82a0f01b0619b57ddb260d560a4b33693c2451402c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a8529196196664fc8cb33e82a0f01b0619b57ddb260d560a4b33693c2451402c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e34c9dc35fe7645ca870f5be4118079afc9072c548f6953c94318abbe2e568c3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e34c9dc35fe7645ca870f5be4118079afc9072c548f6953c94318abbe2e568c3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e34c9dc35fe7645ca870f5be4118079afc9072c548f6953c94318abbe2e568c3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:05c30513e43c817c9c59a233679aece6d03f46be150f860c2c8eeb4ec661c296_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:05c30513e43c817c9c59a233679aece6d03f46be150f860c2c8eeb4ec661c296_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:05c30513e43c817c9c59a233679aece6d03f46be150f860c2c8eeb4ec661c296_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:5b1f17db5d25f2238db5c56132767fbced4ea0f6328ec6fef5a7ded3b116ae94_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:5b1f17db5d25f2238db5c56132767fbced4ea0f6328ec6fef5a7ded3b116ae94_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:5b1f17db5d25f2238db5c56132767fbced4ea0f6328ec6fef5a7ded3b116ae94_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:73b0b4e51a99c03a8f864749c782a8b4cf506bdefabb1c84e40214bc123b6283_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:73b0b4e51a99c03a8f864749c782a8b4cf506bdefabb1c84e40214bc123b6283_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:73b0b4e51a99c03a8f864749c782a8b4cf506bdefabb1c84e40214bc123b6283_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e26cf2299596cae4fc19bbf97196b477864d887aeed85479d756a93d1a53b3e4_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e26cf2299596cae4fc19bbf97196b477864d887aeed85479d756a93d1a53b3e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e26cf2299596cae4fc19bbf97196b477864d887aeed85479d756a93d1a53b3e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04b5486e3482360b252a3d713dd0fd2778b804dbb8745dda83ff946385f213b3_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04b5486e3482360b252a3d713dd0fd2778b804dbb8745dda83ff946385f213b3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04b5486e3482360b252a3d713dd0fd2778b804dbb8745dda83ff946385f213b3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:11a56acaa4a4eb63f45486586ec1b24613c1a60d6690d6e4ff73e5e66e35c328_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:11a56acaa4a4eb63f45486586ec1b24613c1a60d6690d6e4ff73e5e66e35c328_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:11a56acaa4a4eb63f45486586ec1b24613c1a60d6690d6e4ff73e5e66e35c328_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3b31286f5668537a8d99cd52499df2dc124b3f242148c28638d5ed9284c42379_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3b31286f5668537a8d99cd52499df2dc124b3f242148c28638d5ed9284c42379_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3b31286f5668537a8d99cd52499df2dc124b3f242148c28638d5ed9284c42379_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a8f5ffc4f2b6756582cd26245a20c29fdfac9db29378b720b63ead277382b5e8_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a8f5ffc4f2b6756582cd26245a20c29fdfac9db29378b720b63ead277382b5e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a8f5ffc4f2b6756582cd26245a20c29fdfac9db29378b720b63ead277382b5e8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:057e2edb6fb856c0adeae5048b398a9d434f0f5c639992c28fb15c3df18114ee_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:057e2edb6fb856c0adeae5048b398a9d434f0f5c639992c28fb15c3df18114ee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:057e2edb6fb856c0adeae5048b398a9d434f0f5c639992c28fb15c3df18114ee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3f16126bd28943ad4115293ab5bb08500ee64da9262fb5f11dd341a65137e80d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3f16126bd28943ad4115293ab5bb08500ee64da9262fb5f11dd341a65137e80d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3f16126bd28943ad4115293ab5bb08500ee64da9262fb5f11dd341a65137e80d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:865bba3211be0b399a0ba81686ed5ee736a61decdc1ddc744cd00cb0420e6a03_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:865bba3211be0b399a0ba81686ed5ee736a61decdc1ddc744cd00cb0420e6a03_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:865bba3211be0b399a0ba81686ed5ee736a61decdc1ddc744cd00cb0420e6a03_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a34d831686747809dc7ff192d6b14d38c0149f6d0f5d8e0ddba82de9912a7206_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a34d831686747809dc7ff192d6b14d38c0149f6d0f5d8e0ddba82de9912a7206_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a34d831686747809dc7ff192d6b14d38c0149f6d0f5d8e0ddba82de9912a7206_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:13bbd80753cc0423068e0aa39eae687a9b3f7f5147c264027052f6ee29babc36_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:13bbd80753cc0423068e0aa39eae687a9b3f7f5147c264027052f6ee29babc36_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:13bbd80753cc0423068e0aa39eae687a9b3f7f5147c264027052f6ee29babc36_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b9ee7a5fb3b2946ca5c60f1da631d426816b3d430ba4623273c2661adc7cc1ce_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b9ee7a5fb3b2946ca5c60f1da631d426816b3d430ba4623273c2661adc7cc1ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b9ee7a5fb3b2946ca5c60f1da631d426816b3d430ba4623273c2661adc7cc1ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e00eafd40452c8f852306c5ad20797087f23a2ce63b4e04a9da9949e90e67b70_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e00eafd40452c8f852306c5ad20797087f23a2ce63b4e04a9da9949e90e67b70_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e00eafd40452c8f852306c5ad20797087f23a2ce63b4e04a9da9949e90e67b70_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:faf6dd53d1ecc777b182fce23bb5f4d13a42fe830f0b87c50334e9ebbe3c2bdd_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:faf6dd53d1ecc777b182fce23bb5f4d13a42fe830f0b87c50334e9ebbe3c2bdd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:faf6dd53d1ecc777b182fce23bb5f4d13a42fe830f0b87c50334e9ebbe3c2bdd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7aa09393089152d4361140ec77301979723fcd7607807300e8b8fd2a889dfc55_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7aa09393089152d4361140ec77301979723fcd7607807300e8b8fd2a889dfc55_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7aa09393089152d4361140ec77301979723fcd7607807300e8b8fd2a889dfc55_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e52ef3e1d8353a25f5541fde11a90b863766363c2da6099914dbc037dd1a2f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e52ef3e1d8353a25f5541fde11a90b863766363c2da6099914dbc037dd1a2f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e52ef3e1d8353a25f5541fde11a90b863766363c2da6099914dbc037dd1a2f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b7934c9b7c02dc5b7c09722125a01bf1fe01f9367955507aa530213fb94cd98_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b7934c9b7c02dc5b7c09722125a01bf1fe01f9367955507aa530213fb94cd98_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b7934c9b7c02dc5b7c09722125a01bf1fe01f9367955507aa530213fb94cd98_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c8aa6760c388203625e4502baab8db9e674788817edcdc348d286196e213643b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c8aa6760c388203625e4502baab8db9e674788817edcdc348d286196e213643b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c8aa6760c388203625e4502baab8db9e674788817edcdc348d286196e213643b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8cf16610569ef7b7b303c461fec64e5274f94b57e17eb9c7aa9ad95aa7a15871_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8cf16610569ef7b7b303c461fec64e5274f94b57e17eb9c7aa9ad95aa7a15871_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8cf16610569ef7b7b303c461fec64e5274f94b57e17eb9c7aa9ad95aa7a15871_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:968d8e02a6aeb9f580da9258768eedbc238997a061e5830d5f09f800eb3e1fc5_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:968d8e02a6aeb9f580da9258768eedbc238997a061e5830d5f09f800eb3e1fc5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:968d8e02a6aeb9f580da9258768eedbc238997a061e5830d5f09f800eb3e1fc5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b47857d05edd97a92f5efa6d623cca3d92f3a397d1b039302f8bfb53e9c2901_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b47857d05edd97a92f5efa6d623cca3d92f3a397d1b039302f8bfb53e9c2901_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b47857d05edd97a92f5efa6d623cca3d92f3a397d1b039302f8bfb53e9c2901_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c1f7bf5346faaaf059f28524d66baa638fd992d12b8a95ef3977937d73c7f0f2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c1f7bf5346faaaf059f28524d66baa638fd992d12b8a95ef3977937d73c7f0f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c1f7bf5346faaaf059f28524d66baa638fd992d12b8a95ef3977937d73c7f0f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2dd2cb2f242b75cb3dba3b01fca3f233dc6e261196d15aadeacbcc815c3990ee_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:2dd2cb2f242b75cb3dba3b01fca3f233dc6e261196d15aadeacbcc815c3990ee_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:2dd2cb2f242b75cb3dba3b01fca3f233dc6e261196d15aadeacbcc815c3990ee_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:32093af92bd8e440b17550cd9d66845e13ca263f3075880d1fc0e05ae7ba6a82_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:32093af92bd8e440b17550cd9d66845e13ca263f3075880d1fc0e05ae7ba6a82_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:32093af92bd8e440b17550cd9d66845e13ca263f3075880d1fc0e05ae7ba6a82_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:7047a5df14a7be5b90188917554fe2fb1202fd594eb5ab0a412f99c357f40d68_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:7047a5df14a7be5b90188917554fe2fb1202fd594eb5ab0a412f99c357f40d68_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:7047a5df14a7be5b90188917554fe2fb1202fd594eb5ab0a412f99c357f40d68_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:70e418963774fa36a5c2e22226b11b2e4a620a95064e5d2bd1c85b3bf87cba90_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:70e418963774fa36a5c2e22226b11b2e4a620a95064e5d2bd1c85b3bf87cba90_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:70e418963774fa36a5c2e22226b11b2e4a620a95064e5d2bd1c85b3bf87cba90_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:028a12853056527f75343dbe51fba5f1364c274ae3fa59fb04f7b09ee7b1bd99_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:028a12853056527f75343dbe51fba5f1364c274ae3fa59fb04f7b09ee7b1bd99_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:028a12853056527f75343dbe51fba5f1364c274ae3fa59fb04f7b09ee7b1bd99_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1956f12878e1aaf7bb79755213fc38cf83b0c2271977c8b2859aeef29a505951_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1956f12878e1aaf7bb79755213fc38cf83b0c2271977c8b2859aeef29a505951_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1956f12878e1aaf7bb79755213fc38cf83b0c2271977c8b2859aeef29a505951_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1ef611fd47808225bd518fb63eeee7e1966924d8776b25166b4e435cbc266ed7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1ef611fd47808225bd518fb63eeee7e1966924d8776b25166b4e435cbc266ed7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1ef611fd47808225bd518fb63eeee7e1966924d8776b25166b4e435cbc266ed7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:b68e8c3fb116f558c3463b4116f088eda7d83cb667fba6eb6c221be0be480ce3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:b68e8c3fb116f558c3463b4116f088eda7d83cb667fba6eb6c221be0be480ce3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:b68e8c3fb116f558c3463b4116f088eda7d83cb667fba6eb6c221be0be480ce3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4ddb1fea3f58b689acbf2df221843f1f870925f44580f405882e9b615a66ec7d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4ddb1fea3f58b689acbf2df221843f1f870925f44580f405882e9b615a66ec7d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4ddb1fea3f58b689acbf2df221843f1f870925f44580f405882e9b615a66ec7d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:671c3416a030fe6a7f86add42be04d116c3a8f2c1725b194f6e9d84de2ea3c86_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:671c3416a030fe6a7f86add42be04d116c3a8f2c1725b194f6e9d84de2ea3c86_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:671c3416a030fe6a7f86add42be04d116c3a8f2c1725b194f6e9d84de2ea3c86_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b1180320dc4a0d0161d6b234179debcd58359c11f2af3b3a2453cb3c7e87a517_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b1180320dc4a0d0161d6b234179debcd58359c11f2af3b3a2453cb3c7e87a517_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b1180320dc4a0d0161d6b234179debcd58359c11f2af3b3a2453cb3c7e87a517_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f8797dfafddc3895ed354cd266a9ae751d608e83881258a48e7580fd611a4c8e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f8797dfafddc3895ed354cd266a9ae751d608e83881258a48e7580fd611a4c8e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f8797dfafddc3895ed354cd266a9ae751d608e83881258a48e7580fd611a4c8e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:67a532ecf2ae8bf7fc05d70df1ea089fba3e518c2d9b55141632aa600a67d252_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:67a532ecf2ae8bf7fc05d70df1ea089fba3e518c2d9b55141632aa600a67d252_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:67a532ecf2ae8bf7fc05d70df1ea089fba3e518c2d9b55141632aa600a67d252_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6856b7cc732779548d9d600557d97e842044088ac1e9fd47e6cbccc0b004faa9_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6856b7cc732779548d9d600557d97e842044088ac1e9fd47e6cbccc0b004faa9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6856b7cc732779548d9d600557d97e842044088ac1e9fd47e6cbccc0b004faa9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8258dcc898d2194f66a8912e2a51292993659dc99d1979a9937b930a469be607_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8258dcc898d2194f66a8912e2a51292993659dc99d1979a9937b930a469be607_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8258dcc898d2194f66a8912e2a51292993659dc99d1979a9937b930a469be607_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b3c7fe9a0c841d3c08c8b3a2f5d8909173a96397b58dd34a835bac02375f0435_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b3c7fe9a0c841d3c08c8b3a2f5d8909173a96397b58dd34a835bac02375f0435_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b3c7fe9a0c841d3c08c8b3a2f5d8909173a96397b58dd34a835bac02375f0435_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:30b470ba21d142e1c24fbe916c9a994fe2900153098130c5efa34da4eb1e0c4c_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:30b470ba21d142e1c24fbe916c9a994fe2900153098130c5efa34da4eb1e0c4c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:30b470ba21d142e1c24fbe916c9a994fe2900153098130c5efa34da4eb1e0c4c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:406773fc4c21cc7f19b1c1850451307783e193e0c7f37ac3c7dcb2a640478521_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:406773fc4c21cc7f19b1c1850451307783e193e0c7f37ac3c7dcb2a640478521_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:406773fc4c21cc7f19b1c1850451307783e193e0c7f37ac3c7dcb2a640478521_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:45622c73368575336aad084bd34a154ddaa538e44996d0ddd53aef554e6ea093_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:45622c73368575336aad084bd34a154ddaa538e44996d0ddd53aef554e6ea093_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:45622c73368575336aad084bd34a154ddaa538e44996d0ddd53aef554e6ea093_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9267b216d9419f8d920d2f740d0d3209b38a8d5b8966c4efd590b0f5d556d182_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9267b216d9419f8d920d2f740d0d3209b38a8d5b8966c4efd590b0f5d556d182_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9267b216d9419f8d920d2f740d0d3209b38a8d5b8966c4efd590b0f5d556d182_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:37b1a7ba69ed3f4fc5c6b45539c428655827e54b413709e7b1302aa09d640a42_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:37b1a7ba69ed3f4fc5c6b45539c428655827e54b413709e7b1302aa09d640a42_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:37b1a7ba69ed3f4fc5c6b45539c428655827e54b413709e7b1302aa09d640a42_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:8b514b6a073247fabc5412d06cbd32b9f8633c1f75bac18685f61f9638ff5cba_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8b514b6a073247fabc5412d06cbd32b9f8633c1f75bac18685f61f9638ff5cba_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:8b514b6a073247fabc5412d06cbd32b9f8633c1f75bac18685f61f9638ff5cba_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b434218e5bdeb534245934271fec0fd51f8a98d0dcda5ce09662e38c115f630a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b434218e5bdeb534245934271fec0fd51f8a98d0dcda5ce09662e38c115f630a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b434218e5bdeb534245934271fec0fd51f8a98d0dcda5ce09662e38c115f630a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:bdc2578a02313c7abfd1bdf5ed9378f9d4b2ebb1eb35273f8b47f29e6b8f1544_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:bdc2578a02313c7abfd1bdf5ed9378f9d4b2ebb1eb35273f8b47f29e6b8f1544_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:bdc2578a02313c7abfd1bdf5ed9378f9d4b2ebb1eb35273f8b47f29e6b8f1544_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:3f823950728711195b6382de902bb3dc078f8bb1a6d0ff6dda5ec4fce10e168a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:3f823950728711195b6382de902bb3dc078f8bb1a6d0ff6dda5ec4fce10e168a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:3f823950728711195b6382de902bb3dc078f8bb1a6d0ff6dda5ec4fce10e168a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8e58f5b023fb498d818444f8b40cf1ae7f60074f951f05430f94a2cf91b50aca_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8e58f5b023fb498d818444f8b40cf1ae7f60074f951f05430f94a2cf91b50aca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8e58f5b023fb498d818444f8b40cf1ae7f60074f951f05430f94a2cf91b50aca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:cf5057e1e61af6855a4fde5e70fc1b2951f3173566f3cabcac652fad7b09283d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:cf5057e1e61af6855a4fde5e70fc1b2951f3173566f3cabcac652fad7b09283d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:cf5057e1e61af6855a4fde5e70fc1b2951f3173566f3cabcac652fad7b09283d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ee7481fcd034653679153d32372914ec051c3c0fe3b6471239905650a0958354_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ee7481fcd034653679153d32372914ec051c3c0fe3b6471239905650a0958354_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ee7481fcd034653679153d32372914ec051c3c0fe3b6471239905650a0958354_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7b7ee68d26e64b25922ac0576f1f32e5a7e272b18c71225d6a4ea30ae6c73456_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7b7ee68d26e64b25922ac0576f1f32e5a7e272b18c71225d6a4ea30ae6c73456_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7b7ee68d26e64b25922ac0576f1f32e5a7e272b18c71225d6a4ea30ae6c73456_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b5de9e01c21b0e442fb04e49ffa45545b2ec23d814795a4283dd87e76081c949_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b5de9e01c21b0e442fb04e49ffa45545b2ec23d814795a4283dd87e76081c949_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b5de9e01c21b0e442fb04e49ffa45545b2ec23d814795a4283dd87e76081c949_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bab06d2bcc1790e4c34ba63189ebed8397d3506a2ca17b85b9f659d6d8a9a53d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bab06d2bcc1790e4c34ba63189ebed8397d3506a2ca17b85b9f659d6d8a9a53d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bab06d2bcc1790e4c34ba63189ebed8397d3506a2ca17b85b9f659d6d8a9a53d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bb47870cebd7684e44ce19503c51aceefe951471b85a4562f4f3e2c28e96b5c4_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bb47870cebd7684e44ce19503c51aceefe951471b85a4562f4f3e2c28e96b5c4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bb47870cebd7684e44ce19503c51aceefe951471b85a4562f4f3e2c28e96b5c4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3a2225230a2299a426acb83cb286877c3c4ea29fdd5e70e71e6128101e7948af_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3a2225230a2299a426acb83cb286877c3c4ea29fdd5e70e71e6128101e7948af_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3a2225230a2299a426acb83cb286877c3c4ea29fdd5e70e71e6128101e7948af_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:4e2b13c0febb0bf890c19865fee7ba7f1c11ad0af12481f060c954ad3da2a2b4_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:4e2b13c0febb0bf890c19865fee7ba7f1c11ad0af12481f060c954ad3da2a2b4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:4e2b13c0febb0bf890c19865fee7ba7f1c11ad0af12481f060c954ad3da2a2b4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6708855b96190e8ca7a7202c5a019c7c178e93f90a95ea18eff5a079c02e0385_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6708855b96190e8ca7a7202c5a019c7c178e93f90a95ea18eff5a079c02e0385_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6708855b96190e8ca7a7202c5a019c7c178e93f90a95ea18eff5a079c02e0385_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:85afe9585fc53f19da267182d5058e304ea02258593e01c2e48ae488e7b8d97c_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:85afe9585fc53f19da267182d5058e304ea02258593e01c2e48ae488e7b8d97c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:85afe9585fc53f19da267182d5058e304ea02258593e01c2e48ae488e7b8d97c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9abc6b42900f1e68c9b5745b3255485ae417f631b7b2447074d47c567339b26a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9abc6b42900f1e68c9b5745b3255485ae417f631b7b2447074d47c567339b26a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9abc6b42900f1e68c9b5745b3255485ae417f631b7b2447074d47c567339b26a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d1c0e196418415de39af71477bca18403ce441e5d9c8a6ff6b38850e95e33b2a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d1c0e196418415de39af71477bca18403ce441e5d9c8a6ff6b38850e95e33b2a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d1c0e196418415de39af71477bca18403ce441e5d9c8a6ff6b38850e95e33b2a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:db7d2ca6dfd0385c32a5ab70f6181c0f8a54b1af921df06d953908c6cc43d5db_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:db7d2ca6dfd0385c32a5ab70f6181c0f8a54b1af921df06d953908c6cc43d5db_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:db7d2ca6dfd0385c32a5ab70f6181c0f8a54b1af921df06d953908c6cc43d5db_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f79ee8ce68af5ad3a67e1c9b47f1326bf18ec4681e0c176cd42638fe324ddb11_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f79ee8ce68af5ad3a67e1c9b47f1326bf18ec4681e0c176cd42638fe324ddb11_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f79ee8ce68af5ad3a67e1c9b47f1326bf18ec4681e0c176cd42638fe324ddb11_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69af4c321603cb28eeb983f8b7fa53b66c6a31fa9606be15f65a5a8aa96bec44_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69af4c321603cb28eeb983f8b7fa53b66c6a31fa9606be15f65a5a8aa96bec44_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69af4c321603cb28eeb983f8b7fa53b66c6a31fa9606be15f65a5a8aa96bec44_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a615043cc293914a9edfbac8141d5b694a8ebaa5e130f5fe545d9324898e8a1d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a615043cc293914a9edfbac8141d5b694a8ebaa5e130f5fe545d9324898e8a1d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a615043cc293914a9edfbac8141d5b694a8ebaa5e130f5fe545d9324898e8a1d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a9e480454dbf8a2e76f91986c927cddb1d919884f3bc6eae367aa3e7f5d5b91c_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a9e480454dbf8a2e76f91986c927cddb1d919884f3bc6eae367aa3e7f5d5b91c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a9e480454dbf8a2e76f91986c927cddb1d919884f3bc6eae367aa3e7f5d5b91c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b0f0f48ff6a7da67360e12d5e744ea87f74692e6e155002987091f4f4763568f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b0f0f48ff6a7da67360e12d5e744ea87f74692e6e155002987091f4f4763568f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b0f0f48ff6a7da67360e12d5e744ea87f74692e6e155002987091f4f4763568f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1335f1355b92fe29e4c7644d2b5ad3eae9285369d2c66a8ac634699c84306f75_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1335f1355b92fe29e4c7644d2b5ad3eae9285369d2c66a8ac634699c84306f75_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1335f1355b92fe29e4c7644d2b5ad3eae9285369d2c66a8ac634699c84306f75_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:88a62605424e7b44c93ce45ccf40d6b7d98fcefcc4f78ecedbde69b989afe998_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:88a62605424e7b44c93ce45ccf40d6b7d98fcefcc4f78ecedbde69b989afe998_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:88a62605424e7b44c93ce45ccf40d6b7d98fcefcc4f78ecedbde69b989afe998_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ebc8f0e41b009f183b9279b36248d4b95e6149ba913583c95fcca20d5e183f33_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ebc8f0e41b009f183b9279b36248d4b95e6149ba913583c95fcca20d5e183f33_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ebc8f0e41b009f183b9279b36248d4b95e6149ba913583c95fcca20d5e183f33_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6d3eecdddf89d9704d03687baa02d694a0328a7846e3eaf1c863a26f1f088ef_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6d3eecdddf89d9704d03687baa02d694a0328a7846e3eaf1c863a26f1f088ef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6d3eecdddf89d9704d03687baa02d694a0328a7846e3eaf1c863a26f1f088ef_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1c8f4691a8f2df8e871c18ceb8ccaa1caf4341f4cc860c801c6cf889a425858a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1c8f4691a8f2df8e871c18ceb8ccaa1caf4341f4cc860c801c6cf889a425858a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1c8f4691a8f2df8e871c18ceb8ccaa1caf4341f4cc860c801c6cf889a425858a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:738ead0b6ab89213b2f8acf9e445e1ad976b64c26dd6fd8ef87ffd7bacae8147_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:738ead0b6ab89213b2f8acf9e445e1ad976b64c26dd6fd8ef87ffd7bacae8147_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:738ead0b6ab89213b2f8acf9e445e1ad976b64c26dd6fd8ef87ffd7bacae8147_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:97aba9a6d07162d3f31175c85ed93068216798bb4118fe7b62ebf02e80d78e41_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:97aba9a6d07162d3f31175c85ed93068216798bb4118fe7b62ebf02e80d78e41_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:97aba9a6d07162d3f31175c85ed93068216798bb4118fe7b62ebf02e80d78e41_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3c111fad005afc0d40eaca10b813d5142e5f5eaab78e4eecb46a43f5d917f1a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3c111fad005afc0d40eaca10b813d5142e5f5eaab78e4eecb46a43f5d917f1a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3c111fad005afc0d40eaca10b813d5142e5f5eaab78e4eecb46a43f5d917f1a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:06a92c4234f5a25938eb2d5b2021eb0374f1457f4f15fd7cd54b9e533a6564b9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:06a92c4234f5a25938eb2d5b2021eb0374f1457f4f15fd7cd54b9e533a6564b9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:06a92c4234f5a25938eb2d5b2021eb0374f1457f4f15fd7cd54b9e533a6564b9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:72f0a37477a53b658f9f51b1907d3caea86686c9add6ffde63087db7eb83557c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:72f0a37477a53b658f9f51b1907d3caea86686c9add6ffde63087db7eb83557c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:72f0a37477a53b658f9f51b1907d3caea86686c9add6ffde63087db7eb83557c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8f7cf9c0a94e0beb4ff5e2b7d8ccfae1df75a89d765ca8e7a7726b7d06139321_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8f7cf9c0a94e0beb4ff5e2b7d8ccfae1df75a89d765ca8e7a7726b7d06139321_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8f7cf9c0a94e0beb4ff5e2b7d8ccfae1df75a89d765ca8e7a7726b7d06139321_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9bd3cd29d445a934b246c8969c596e97631951f75c0096fd809b9747e444c399_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9bd3cd29d445a934b246c8969c596e97631951f75c0096fd809b9747e444c399_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9bd3cd29d445a934b246c8969c596e97631951f75c0096fd809b9747e444c399_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:17d0d9c1079d264a00059c94e61993a9951f50506d12dff736a89dd16c225454_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:17d0d9c1079d264a00059c94e61993a9951f50506d12dff736a89dd16c225454_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:17d0d9c1079d264a00059c94e61993a9951f50506d12dff736a89dd16c225454_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ca9a36848c1d5643de68c811319be12bae5920a74aeed38912f382b7222e3fff_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ca9a36848c1d5643de68c811319be12bae5920a74aeed38912f382b7222e3fff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ca9a36848c1d5643de68c811319be12bae5920a74aeed38912f382b7222e3fff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5cf693a174b7abb8c0a83a89c4bce91225fc55201e6da7aa7f34dfa49b671feb_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5cf693a174b7abb8c0a83a89c4bce91225fc55201e6da7aa7f34dfa49b671feb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5cf693a174b7abb8c0a83a89c4bce91225fc55201e6da7aa7f34dfa49b671feb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:749e2df29cae54754dd0e02de68eb5914f1eecadfb21dd10f0ac5203ca887b2a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:749e2df29cae54754dd0e02de68eb5914f1eecadfb21dd10f0ac5203ca887b2a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:749e2df29cae54754dd0e02de68eb5914f1eecadfb21dd10f0ac5203ca887b2a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34fdb8d9dd4eb11a8d96a969bd547fef77304203cd1eec331f5610afc41e8bf0_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34fdb8d9dd4eb11a8d96a969bd547fef77304203cd1eec331f5610afc41e8bf0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34fdb8d9dd4eb11a8d96a969bd547fef77304203cd1eec331f5610afc41e8bf0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:f224baf400f2ae5ee546a5dfb68ebf21fb22220a799e70f49ece279e9f2776da_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:f224baf400f2ae5ee546a5dfb68ebf21fb22220a799e70f49ece279e9f2776da_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:f224baf400f2ae5ee546a5dfb68ebf21fb22220a799e70f49ece279e9f2776da_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:bbfa48a9b898554d9b7f69fb087a77dce5aed927600ffe7a54cbe1d4aff450a8_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:bbfa48a9b898554d9b7f69fb087a77dce5aed927600ffe7a54cbe1d4aff450a8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:bbfa48a9b898554d9b7f69fb087a77dce5aed927600ffe7a54cbe1d4aff450a8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:bf230b98dd3d0b34e3efe3db4b5c0c9f59eb78f5d1c1ce43cd9b1737c3154fa1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:bf230b98dd3d0b34e3efe3db4b5c0c9f59eb78f5d1c1ce43cd9b1737c3154fa1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:bf230b98dd3d0b34e3efe3db4b5c0c9f59eb78f5d1c1ce43cd9b1737c3154fa1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:07606c3ca7cdaa9ca891a1f07b681784bdf70b80f83ab25515e2ef847f483190_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:07606c3ca7cdaa9ca891a1f07b681784bdf70b80f83ab25515e2ef847f483190_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:07606c3ca7cdaa9ca891a1f07b681784bdf70b80f83ab25515e2ef847f483190_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:af0eacf69a6ed00b40284aeaa5cac2be1b13817cf7f07976fb88a751d213726c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:af0eacf69a6ed00b40284aeaa5cac2be1b13817cf7f07976fb88a751d213726c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:af0eacf69a6ed00b40284aeaa5cac2be1b13817cf7f07976fb88a751d213726c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:22a7f8d14af36190a4ae2a9ac14a5b004b6066f91e809e341ab990cafde72901_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:22a7f8d14af36190a4ae2a9ac14a5b004b6066f91e809e341ab990cafde72901_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:22a7f8d14af36190a4ae2a9ac14a5b004b6066f91e809e341ab990cafde72901_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7dae4e2d929279a5d6ed358604d27119eac1ed18fec502dcbd204172b7e175d5_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7dae4e2d929279a5d6ed358604d27119eac1ed18fec502dcbd204172b7e175d5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7dae4e2d929279a5d6ed358604d27119eac1ed18fec502dcbd204172b7e175d5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:674848f9ffae3a71b1288cd48c0c9a5448b9111598f0a049e5d7f2b4cf6d1568_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:674848f9ffae3a71b1288cd48c0c9a5448b9111598f0a049e5d7f2b4cf6d1568_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:674848f9ffae3a71b1288cd48c0c9a5448b9111598f0a049e5d7f2b4cf6d1568_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ec2ec898781da4f57ee4b18440417800618f933a02faf7e7970ec4cc838c2e07_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ec2ec898781da4f57ee4b18440417800618f933a02faf7e7970ec4cc838c2e07_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ec2ec898781da4f57ee4b18440417800618f933a02faf7e7970ec4cc838c2e07_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3db9395d82fd610d6528c599c7193ddf2910aa16f29f8f573c0a2f3e82e210ad_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3db9395d82fd610d6528c599c7193ddf2910aa16f29f8f573c0a2f3e82e210ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3db9395d82fd610d6528c599c7193ddf2910aa16f29f8f573c0a2f3e82e210ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d7453456acb080973e87b9f413f9d310e26ddc70497d5d59a37914838b2e6934_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d7453456acb080973e87b9f413f9d310e26ddc70497d5d59a37914838b2e6934_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d7453456acb080973e87b9f413f9d310e26ddc70497d5d59a37914838b2e6934_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0cc826915422cfd82bf6127e7094e7f8c429f81451c136aaf3cf729fd66ba7e3_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0cc826915422cfd82bf6127e7094e7f8c429f81451c136aaf3cf729fd66ba7e3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0cc826915422cfd82bf6127e7094e7f8c429f81451c136aaf3cf729fd66ba7e3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:391c3797864e271d4d6751596a813185b18858859701246aab43876769b6b740_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:391c3797864e271d4d6751596a813185b18858859701246aab43876769b6b740_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:391c3797864e271d4d6751596a813185b18858859701246aab43876769b6b740_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3e3371215d33e2860aa73d4d3daddc1a04fa02f56dba9ff4abf22d0ed6907f4c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3e3371215d33e2860aa73d4d3daddc1a04fa02f56dba9ff4abf22d0ed6907f4c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3e3371215d33e2860aa73d4d3daddc1a04fa02f56dba9ff4abf22d0ed6907f4c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:f85e768f62e32044fabfde15cc8dbd7688578e9b3bc8605cbc444c0fa0b343f0_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:f85e768f62e32044fabfde15cc8dbd7688578e9b3bc8605cbc444c0fa0b343f0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:f85e768f62e32044fabfde15cc8dbd7688578e9b3bc8605cbc444c0fa0b343f0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:aafd6edba458909f26158f6284041454762dcc959855037a34dfb1e0caf82c4f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:aafd6edba458909f26158f6284041454762dcc959855037a34dfb1e0caf82c4f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:aafd6edba458909f26158f6284041454762dcc959855037a34dfb1e0caf82c4f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d9a32fa9a644b20e67f4d631fd3850cc83eabebb817bac7c54c45d345d952ae6_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d9a32fa9a644b20e67f4d631fd3850cc83eabebb817bac7c54c45d345d952ae6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d9a32fa9a644b20e67f4d631fd3850cc83eabebb817bac7c54c45d345d952ae6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a2d561805c21d34c484749d22a04650cf42b4f63b508e755d352e49e737fda59_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a2d561805c21d34c484749d22a04650cf42b4f63b508e755d352e49e737fda59_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a2d561805c21d34c484749d22a04650cf42b4f63b508e755d352e49e737fda59_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ce50e9a6830d0dfdf9202d83e7048f05f680f73925cfd3915193dc3dd667f82e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ce50e9a6830d0dfdf9202d83e7048f05f680f73925cfd3915193dc3dd667f82e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ce50e9a6830d0dfdf9202d83e7048f05f680f73925cfd3915193dc3dd667f82e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5e36a48a006a045031c6f645c6e89ad0b1f380d3c76a40ecde6be2e51ec847f3_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5e36a48a006a045031c6f645c6e89ad0b1f380d3c76a40ecde6be2e51ec847f3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5e36a48a006a045031c6f645c6e89ad0b1f380d3c76a40ecde6be2e51ec847f3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:77d2362af7e4e1e808ba833c32feea37d7107d33cc98a76c2b8cda5da449c1c5_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:77d2362af7e4e1e808ba833c32feea37d7107d33cc98a76c2b8cda5da449c1c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:77d2362af7e4e1e808ba833c32feea37d7107d33cc98a76c2b8cda5da449c1c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3d8259c3aa7a6522438f6adf9144332bef077453df6b3dcabc32b036b67a56f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3d8259c3aa7a6522438f6adf9144332bef077453df6b3dcabc32b036b67a56f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3d8259c3aa7a6522438f6adf9144332bef077453df6b3dcabc32b036b67a56f3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a96ed272e3b3f78ada9a7a40ef3c9cf374e028ace01a6be44a1b0995b4ee8608_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a96ed272e3b3f78ada9a7a40ef3c9cf374e028ace01a6be44a1b0995b4ee8608_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a96ed272e3b3f78ada9a7a40ef3c9cf374e028ace01a6be44a1b0995b4ee8608_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d9293420502273f13b97499948f6c96700d9018a35098e8af875d12dbd20ca5e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d9293420502273f13b97499948f6c96700d9018a35098e8af875d12dbd20ca5e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d9293420502273f13b97499948f6c96700d9018a35098e8af875d12dbd20ca5e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d9df4ee299844174e47baa57d9a68ebfddee706a4956cb452b1ff29eaa25aca6_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d9df4ee299844174e47baa57d9a68ebfddee706a4956cb452b1ff29eaa25aca6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d9df4ee299844174e47baa57d9a68ebfddee706a4956cb452b1ff29eaa25aca6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:084be6bae9f1f88ffc36fd34621b1815a4186654b35608b9de5a117e9b0ae0ec_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:084be6bae9f1f88ffc36fd34621b1815a4186654b35608b9de5a117e9b0ae0ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:084be6bae9f1f88ffc36fd34621b1815a4186654b35608b9de5a117e9b0ae0ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7d9899c8487a1987d65e9aa4f82472e976e8f0f25aea6ee3d38db86f4d84e3c5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7d9899c8487a1987d65e9aa4f82472e976e8f0f25aea6ee3d38db86f4d84e3c5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7d9899c8487a1987d65e9aa4f82472e976e8f0f25aea6ee3d38db86f4d84e3c5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a1370574944a2ee0c721a7674c6b2a5c8eb5b31d24d892f961190eaec9391789_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a1370574944a2ee0c721a7674c6b2a5c8eb5b31d24d892f961190eaec9391789_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a1370574944a2ee0c721a7674c6b2a5c8eb5b31d24d892f961190eaec9391789_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d839542e8877fccfba25e62a55fc9a15b20790eab0e037c0183a05cab8f5187d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d839542e8877fccfba25e62a55fc9a15b20790eab0e037c0183a05cab8f5187d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d839542e8877fccfba25e62a55fc9a15b20790eab0e037c0183a05cab8f5187d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0bd9b421e3d9dcd992b1c5eb0b9c08bf285fe8c5bc170d81a77d1c3c9477abd6_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0bd9b421e3d9dcd992b1c5eb0b9c08bf285fe8c5bc170d81a77d1c3c9477abd6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0bd9b421e3d9dcd992b1c5eb0b9c08bf285fe8c5bc170d81a77d1c3c9477abd6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1217fd2cb14ec1632c03d250a8963906a1e3355b5d4274e704ccd6b9479632d3_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1217fd2cb14ec1632c03d250a8963906a1e3355b5d4274e704ccd6b9479632d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1217fd2cb14ec1632c03d250a8963906a1e3355b5d4274e704ccd6b9479632d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:48d40dd7029b3dbd20f755e17c998168eb737915c6687ac8844cf32e024e92c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:48d40dd7029b3dbd20f755e17c998168eb737915c6687ac8844cf32e024e92c6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:48d40dd7029b3dbd20f755e17c998168eb737915c6687ac8844cf32e024e92c6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a85a9e9a8c2b1cbb848052ee22f397b3e36e647a218291f6cc826103ce3ff066_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a85a9e9a8c2b1cbb848052ee22f397b3e36e647a218291f6cc826103ce3ff066_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a85a9e9a8c2b1cbb848052ee22f397b3e36e647a218291f6cc826103ce3ff066_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2209f67bb5ed6c488d30904344a1bb7dc10cd8f8c2121ec909fef78e96f377fa_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2209f67bb5ed6c488d30904344a1bb7dc10cd8f8c2121ec909fef78e96f377fa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2209f67bb5ed6c488d30904344a1bb7dc10cd8f8c2121ec909fef78e96f377fa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2913bd14057f31acc6b1ac31389e9aba36aacd6c2f767d3408f3d90e0d701210_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2913bd14057f31acc6b1ac31389e9aba36aacd6c2f767d3408f3d90e0d701210_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2913bd14057f31acc6b1ac31389e9aba36aacd6c2f767d3408f3d90e0d701210_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9bc4034a65fab18ba3aec2c4226dfb2a5d04d3f3ccda1eb899b7efe377e88a0f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9bc4034a65fab18ba3aec2c4226dfb2a5d04d3f3ccda1eb899b7efe377e88a0f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9bc4034a65fab18ba3aec2c4226dfb2a5d04d3f3ccda1eb899b7efe377e88a0f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e9227cdec2d9def144d32ca098d70b93b72b77a3ed0c059a6045eb417d195583_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e9227cdec2d9def144d32ca098d70b93b72b77a3ed0c059a6045eb417d195583_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e9227cdec2d9def144d32ca098d70b93b72b77a3ed0c059a6045eb417d195583_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0283e53a0400828496ea31531a7d1bb46b0c04cacbde3bf6531be9164e112651_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0283e53a0400828496ea31531a7d1bb46b0c04cacbde3bf6531be9164e112651_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0283e53a0400828496ea31531a7d1bb46b0c04cacbde3bf6531be9164e112651_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:83a5aaca31173f198b39b234326bdce63ad55b57c7012cc24b9abb7f776310b5_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:83a5aaca31173f198b39b234326bdce63ad55b57c7012cc24b9abb7f776310b5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:83a5aaca31173f198b39b234326bdce63ad55b57c7012cc24b9abb7f776310b5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b919538826765b2c20d9af101c2c83c6e6b07a3eb0d8ff84c6182f71f9602c50_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b919538826765b2c20d9af101c2c83c6e6b07a3eb0d8ff84c6182f71f9602c50_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b919538826765b2c20d9af101c2c83c6e6b07a3eb0d8ff84c6182f71f9602c50_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fe1f2228ddcac7693965bb8f65a1a344a9817a5f8cf6fcc5483b73e35a4385de_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fe1f2228ddcac7693965bb8f65a1a344a9817a5f8cf6fcc5483b73e35a4385de_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fe1f2228ddcac7693965bb8f65a1a344a9817a5f8cf6fcc5483b73e35a4385de_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5f4c106d0112f1cc0ad2365171d6a4fdf75a52a952f2e6b8a674a5ad82e8f3c6_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5f4c106d0112f1cc0ad2365171d6a4fdf75a52a952f2e6b8a674a5ad82e8f3c6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5f4c106d0112f1cc0ad2365171d6a4fdf75a52a952f2e6b8a674a5ad82e8f3c6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:63a901536efcbfc9f99bfbb4c3027ea57ce36909765a1b814f553ebdf4a4afab_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:63a901536efcbfc9f99bfbb4c3027ea57ce36909765a1b814f553ebdf4a4afab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:63a901536efcbfc9f99bfbb4c3027ea57ce36909765a1b814f553ebdf4a4afab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b69ef3ef8007edc3648a622215449e522fe547562c5a9f71ed6a9618e8d84099_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b69ef3ef8007edc3648a622215449e522fe547562c5a9f71ed6a9618e8d84099_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b69ef3ef8007edc3648a622215449e522fe547562c5a9f71ed6a9618e8d84099_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c02e69954bda27acd7518884f07a978aff3fff1a4f3aec745c53bb07d390b98a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c02e69954bda27acd7518884f07a978aff3fff1a4f3aec745c53bb07d390b98a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c02e69954bda27acd7518884f07a978aff3fff1a4f3aec745c53bb07d390b98a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:102dcf438fbf828e603b23d745b5a74af3228642a45a92a52973bcf410f18896_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:102dcf438fbf828e603b23d745b5a74af3228642a45a92a52973bcf410f18896_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:102dcf438fbf828e603b23d745b5a74af3228642a45a92a52973bcf410f18896_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:82bf6c7cace9d746b49f970d7024f5a332ff20d18d35b2acac6d131ced023181_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:82bf6c7cace9d746b49f970d7024f5a332ff20d18d35b2acac6d131ced023181_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:82bf6c7cace9d746b49f970d7024f5a332ff20d18d35b2acac6d131ced023181_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d18371c5f38e97936876ff2a090439942857920ae511502e87c1a71d6f88e5b5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d18371c5f38e97936876ff2a090439942857920ae511502e87c1a71d6f88e5b5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d18371c5f38e97936876ff2a090439942857920ae511502e87c1a71d6f88e5b5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f6364a6411ca336aa5a2877d0d8fb9c1b747028902d2b90a235662ecf1300595_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f6364a6411ca336aa5a2877d0d8fb9c1b747028902d2b90a235662ecf1300595_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f6364a6411ca336aa5a2877d0d8fb9c1b747028902d2b90a235662ecf1300595_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:18316aa9283ec448ea3c48555a0b11c6b14de88f4ba5b80e1deb56257ec9e460_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:18316aa9283ec448ea3c48555a0b11c6b14de88f4ba5b80e1deb56257ec9e460_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:18316aa9283ec448ea3c48555a0b11c6b14de88f4ba5b80e1deb56257ec9e460_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a08add3c7ccf8eaae8f1eca52a650b0f7f51a9ae53d8d196037c25843c9012cc_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a08add3c7ccf8eaae8f1eca52a650b0f7f51a9ae53d8d196037c25843c9012cc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a08add3c7ccf8eaae8f1eca52a650b0f7f51a9ae53d8d196037c25843c9012cc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b9f1c9788b5abd31b9ecbaadeb66fd7addacaa4cd3d7f7770a585c289a8ac456_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b9f1c9788b5abd31b9ecbaadeb66fd7addacaa4cd3d7f7770a585c289a8ac456_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b9f1c9788b5abd31b9ecbaadeb66fd7addacaa4cd3d7f7770a585c289a8ac456_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f4e74bdfcf86ac06103d85f56e9db798c58499a93a4d1c56b6c516635fbc721a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f4e74bdfcf86ac06103d85f56e9db798c58499a93a4d1c56b6c516635fbc721a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f4e74bdfcf86ac06103d85f56e9db798c58499a93a4d1c56b6c516635fbc721a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b34c981c5d6761d8721701b13ed1317d30d5842395c63253dbd9a6182ec0ff31_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b34c981c5d6761d8721701b13ed1317d30d5842395c63253dbd9a6182ec0ff31_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b34c981c5d6761d8721701b13ed1317d30d5842395c63253dbd9a6182ec0ff31_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b4b53a7e30b0f67c0b1bfca6839b209c9749ad7a967baefa2c69e23c14c1d3c4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b4b53a7e30b0f67c0b1bfca6839b209c9749ad7a967baefa2c69e23c14c1d3c4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b4b53a7e30b0f67c0b1bfca6839b209c9749ad7a967baefa2c69e23c14c1d3c4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d1c90fae77faf85efc9a39840fd0ba08a04ad67cab854b131d6d7eab974e8e6d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d1c90fae77faf85efc9a39840fd0ba08a04ad67cab854b131d6d7eab974e8e6d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d1c90fae77faf85efc9a39840fd0ba08a04ad67cab854b131d6d7eab974e8e6d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:fb8c39862533422e14dcf3a566f17c08535badc9336bd468e6dc031b442ab979_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:fb8c39862533422e14dcf3a566f17c08535badc9336bd468e6dc031b442ab979_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:fb8c39862533422e14dcf3a566f17c08535badc9336bd468e6dc031b442ab979_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4eb20f1485725b9501d706123fa5e73d3d14c8d9ce958fb53c7f052a2a78cb55_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4eb20f1485725b9501d706123fa5e73d3d14c8d9ce958fb53c7f052a2a78cb55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4eb20f1485725b9501d706123fa5e73d3d14c8d9ce958fb53c7f052a2a78cb55_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:53185ec096c4c6dde4cde2da2878ecc7afa0d9322169d73024c0c0c0a154cc38_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:53185ec096c4c6dde4cde2da2878ecc7afa0d9322169d73024c0c0c0a154cc38_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:53185ec096c4c6dde4cde2da2878ecc7afa0d9322169d73024c0c0c0a154cc38_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:790ee90abb211a129ce3425da25366040d01315432893bdbb214fd7eda87dc2f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:790ee90abb211a129ce3425da25366040d01315432893bdbb214fd7eda87dc2f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:790ee90abb211a129ce3425da25366040d01315432893bdbb214fd7eda87dc2f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa31c063bc89e07f477250f0361763c8dfb36e9731fbcc16717344429824682b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa31c063bc89e07f477250f0361763c8dfb36e9731fbcc16717344429824682b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa31c063bc89e07f477250f0361763c8dfb36e9731fbcc16717344429824682b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:02291a6a7a29ae16a920abbd15051a3de7d8bbd02354e5f63359cbf21efc09b7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:02291a6a7a29ae16a920abbd15051a3de7d8bbd02354e5f63359cbf21efc09b7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:02291a6a7a29ae16a920abbd15051a3de7d8bbd02354e5f63359cbf21efc09b7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8132c18fa789fd946232ae862a4a507bb923d81336592b32a63205b2a38692a6_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8132c18fa789fd946232ae862a4a507bb923d81336592b32a63205b2a38692a6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8132c18fa789fd946232ae862a4a507bb923d81336592b32a63205b2a38692a6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:887f9400fc6c2ed4574e477821d6d91a759dafcb98ebb049243fd568a28045ff_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:887f9400fc6c2ed4574e477821d6d91a759dafcb98ebb049243fd568a28045ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:887f9400fc6c2ed4574e477821d6d91a759dafcb98ebb049243fd568a28045ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e3a623bf7abceefbee41e547be687be1c77e3b8860182f4a68db6325924a7fee_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e3a623bf7abceefbee41e547be687be1c77e3b8860182f4a68db6325924a7fee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e3a623bf7abceefbee41e547be687be1c77e3b8860182f4a68db6325924a7fee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1b2bb2d334805f02220ed4a71fafa11ca57104e220639717db73015f306e8600_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1b2bb2d334805f02220ed4a71fafa11ca57104e220639717db73015f306e8600_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1b2bb2d334805f02220ed4a71fafa11ca57104e220639717db73015f306e8600_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:46bc2bbe8a067455e49526f80ee4f89c65ec444e3bd8976cdfb44b094306fe83_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:46bc2bbe8a067455e49526f80ee4f89c65ec444e3bd8976cdfb44b094306fe83_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:46bc2bbe8a067455e49526f80ee4f89c65ec444e3bd8976cdfb44b094306fe83_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9d59af2c5ee1ad36f64b8e30732d80c638c7ff301ef563e56db365cf5d4b73c4_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9d59af2c5ee1ad36f64b8e30732d80c638c7ff301ef563e56db365cf5d4b73c4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9d59af2c5ee1ad36f64b8e30732d80c638c7ff301ef563e56db365cf5d4b73c4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c5efda1b63939e02e1de0b4451ef9bf7f58389b7e718d6706d1fa6e97c7f0ebe_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c5efda1b63939e02e1de0b4451ef9bf7f58389b7e718d6706d1fa6e97c7f0ebe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c5efda1b63939e02e1de0b4451ef9bf7f58389b7e718d6706d1fa6e97c7f0ebe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2afc9fdd7efd8c457e0c7a2f049d2a2a3a94e88cc41fb0dbce54033b30c3a413_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2afc9fdd7efd8c457e0c7a2f049d2a2a3a94e88cc41fb0dbce54033b30c3a413_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2afc9fdd7efd8c457e0c7a2f049d2a2a3a94e88cc41fb0dbce54033b30c3a413_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:475540898b765ac101586389df9a8e370f32b3da2871a3c199b504811cb5daaf_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:475540898b765ac101586389df9a8e370f32b3da2871a3c199b504811cb5daaf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:475540898b765ac101586389df9a8e370f32b3da2871a3c199b504811cb5daaf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8b401f70d4352e90b4f58ac7314a1edef46ce46fc968a77636a01dda35e42716_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8b401f70d4352e90b4f58ac7314a1edef46ce46fc968a77636a01dda35e42716_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8b401f70d4352e90b4f58ac7314a1edef46ce46fc968a77636a01dda35e42716_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad87aca6943fb9b78b56248fe2aadfee470c8db1b93e38a905163935c6d06b7d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad87aca6943fb9b78b56248fe2aadfee470c8db1b93e38a905163935c6d06b7d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad87aca6943fb9b78b56248fe2aadfee470c8db1b93e38a905163935c6d06b7d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:13c52538e76b88787f13e3d6b1c3f84965153f225e12474583d2fbd18ca7393b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:13c52538e76b88787f13e3d6b1c3f84965153f225e12474583d2fbd18ca7393b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:13c52538e76b88787f13e3d6b1c3f84965153f225e12474583d2fbd18ca7393b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:38915c10299ee1e5790dc8799d28149fdd5a2d9463021fc21e3f0f00e6b4aa91_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:38915c10299ee1e5790dc8799d28149fdd5a2d9463021fc21e3f0f00e6b4aa91_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:38915c10299ee1e5790dc8799d28149fdd5a2d9463021fc21e3f0f00e6b4aa91_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6750b68b4b34d583473d546de152191816f260b84da0c83211707b9eb0a5c222_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6750b68b4b34d583473d546de152191816f260b84da0c83211707b9eb0a5c222_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6750b68b4b34d583473d546de152191816f260b84da0c83211707b9eb0a5c222_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b425f7b6dcad585599ebfe4366e580bea7b533b88a8d333d9f8a7def88b46294_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b425f7b6dcad585599ebfe4366e580bea7b533b88a8d333d9f8a7def88b46294_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b425f7b6dcad585599ebfe4366e580bea7b533b88a8d333d9f8a7def88b46294_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2234f31d6a94ab050ecffa6d00c2382bb3f61e6e867268361e3fe8f076b400e3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2234f31d6a94ab050ecffa6d00c2382bb3f61e6e867268361e3fe8f076b400e3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2234f31d6a94ab050ecffa6d00c2382bb3f61e6e867268361e3fe8f076b400e3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2c8518d927b833fa04567da6156a3ce0a320f68f6924e9634ae629a19d43171d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2c8518d927b833fa04567da6156a3ce0a320f68f6924e9634ae629a19d43171d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2c8518d927b833fa04567da6156a3ce0a320f68f6924e9634ae629a19d43171d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:94c3f361540d8e325470feebf10899c954661bfa70af53e4bd8d17655454842d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:94c3f361540d8e325470feebf10899c954661bfa70af53e4bd8d17655454842d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:94c3f361540d8e325470feebf10899c954661bfa70af53e4bd8d17655454842d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fe65d8d46a03f5aae8e5fb7caad02a9688b1dd2d6f3ea53ed76cd2fcf5115a7f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fe65d8d46a03f5aae8e5fb7caad02a9688b1dd2d6f3ea53ed76cd2fcf5115a7f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fe65d8d46a03f5aae8e5fb7caad02a9688b1dd2d6f3ea53ed76cd2fcf5115a7f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:334ce324410aca7e3b0882a1c06e660490b7b3bda70f695fd40a89a89a8f2d87_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:334ce324410aca7e3b0882a1c06e660490b7b3bda70f695fd40a89a89a8f2d87_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:334ce324410aca7e3b0882a1c06e660490b7b3bda70f695fd40a89a89a8f2d87_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:353d77edc3615fd1e5226053ae1b493b13c4fc2a361f8ce4ec21448992197500_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:353d77edc3615fd1e5226053ae1b493b13c4fc2a361f8ce4ec21448992197500_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:353d77edc3615fd1e5226053ae1b493b13c4fc2a361f8ce4ec21448992197500_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5a272d1c089cd51f239275b733499ea53bf094057dd176ffdb0b759aac42f00c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5a272d1c089cd51f239275b733499ea53bf094057dd176ffdb0b759aac42f00c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5a272d1c089cd51f239275b733499ea53bf094057dd176ffdb0b759aac42f00c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8adabe5f256ef46fb32163b05632538ccb2ecd862b4f01f59b5874fb874fbc14_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8adabe5f256ef46fb32163b05632538ccb2ecd862b4f01f59b5874fb874fbc14_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8adabe5f256ef46fb32163b05632538ccb2ecd862b4f01f59b5874fb874fbc14_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:442d35ba41747d64f52594405f19e238c14ff410f58f4a798baa568810d74a7d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:442d35ba41747d64f52594405f19e238c14ff410f58f4a798baa568810d74a7d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:442d35ba41747d64f52594405f19e238c14ff410f58f4a798baa568810d74a7d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:712d10619803f9eac56667fc0c75bba74a2a866e8df2a160f8a29db520f38b3a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:712d10619803f9eac56667fc0c75bba74a2a866e8df2a160f8a29db520f38b3a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:712d10619803f9eac56667fc0c75bba74a2a866e8df2a160f8a29db520f38b3a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c76bbd172e9ad8be2180b4a5edb4a88c6bd1d7ac64ab9021fbd86a64e387b882_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c76bbd172e9ad8be2180b4a5edb4a88c6bd1d7ac64ab9021fbd86a64e387b882_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c76bbd172e9ad8be2180b4a5edb4a88c6bd1d7ac64ab9021fbd86a64e387b882_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cca12c93e249b0d2c616092a790e68a3b0dfcbedddcaed93ac8143b404ec1f5a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cca12c93e249b0d2c616092a790e68a3b0dfcbedddcaed93ac8143b404ec1f5a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cca12c93e249b0d2c616092a790e68a3b0dfcbedddcaed93ac8143b404ec1f5a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:16ad6006f630b50a7ae12e44669f80836357e06c569d6c397eb57a34e20bd95b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:16ad6006f630b50a7ae12e44669f80836357e06c569d6c397eb57a34e20bd95b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:16ad6006f630b50a7ae12e44669f80836357e06c569d6c397eb57a34e20bd95b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8ef04eb7384f7368745ffe8d8cf86fcd83b203b0b1132761e09fcfa65d6627cf_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8ef04eb7384f7368745ffe8d8cf86fcd83b203b0b1132761e09fcfa65d6627cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8ef04eb7384f7368745ffe8d8cf86fcd83b203b0b1132761e09fcfa65d6627cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:953cf0efb4cfafd7ac8a982ddaa074791806f70859a011399784323eef46ef1e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:953cf0efb4cfafd7ac8a982ddaa074791806f70859a011399784323eef46ef1e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:953cf0efb4cfafd7ac8a982ddaa074791806f70859a011399784323eef46ef1e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a7c5dbe3abea8571d146be180ad3f189f77a30bf495b8e19c88cef9b47f1de94_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a7c5dbe3abea8571d146be180ad3f189f77a30bf495b8e19c88cef9b47f1de94_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a7c5dbe3abea8571d146be180ad3f189f77a30bf495b8e19c88cef9b47f1de94_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0310e0ac82ab9af6b3a919db3765e7454b76eb16b475a9babec1faf5a7e3389c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0310e0ac82ab9af6b3a919db3765e7454b76eb16b475a9babec1faf5a7e3389c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0310e0ac82ab9af6b3a919db3765e7454b76eb16b475a9babec1faf5a7e3389c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3005eec98bbb1ab780efca92b98d8370ee24aeca4fe63e56ec301da724b7eaa8_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3005eec98bbb1ab780efca92b98d8370ee24aeca4fe63e56ec301da724b7eaa8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3005eec98bbb1ab780efca92b98d8370ee24aeca4fe63e56ec301da724b7eaa8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:39bd6dfab6e4b97ddc00f7cd2b3d31205516d535e3665bfea13901102621b71b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:39bd6dfab6e4b97ddc00f7cd2b3d31205516d535e3665bfea13901102621b71b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:39bd6dfab6e4b97ddc00f7cd2b3d31205516d535e3665bfea13901102621b71b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:96c7afe557cd7a35aabc8cc18fdc0bcf95ee579038d3067921f5c1e7e35b3be7_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:96c7afe557cd7a35aabc8cc18fdc0bcf95ee579038d3067921f5c1e7e35b3be7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:96c7afe557cd7a35aabc8cc18fdc0bcf95ee579038d3067921f5c1e7e35b3be7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:447185cfe539ddc50952eb28f07f8df27d5326877bfd2cd1cd04a168fb91799c_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:447185cfe539ddc50952eb28f07f8df27d5326877bfd2cd1cd04a168fb91799c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:447185cfe539ddc50952eb28f07f8df27d5326877bfd2cd1cd04a168fb91799c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:44764182f1323cdaf8ec1dcc282256aa1deffd5d0490fb863e2804a305676260_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:44764182f1323cdaf8ec1dcc282256aa1deffd5d0490fb863e2804a305676260_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:44764182f1323cdaf8ec1dcc282256aa1deffd5d0490fb863e2804a305676260_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7fdb112167d728337564f6f9dd28e5d875de7cee6353e19f7aedc40c71088995_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7fdb112167d728337564f6f9dd28e5d875de7cee6353e19f7aedc40c71088995_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7fdb112167d728337564f6f9dd28e5d875de7cee6353e19f7aedc40c71088995_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d09bedb8737a237b5ac52efd6599059ae2c2a11837c5108a89855f5e3eab991f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d09bedb8737a237b5ac52efd6599059ae2c2a11837c5108a89855f5e3eab991f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d09bedb8737a237b5ac52efd6599059ae2c2a11837c5108a89855f5e3eab991f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8229500047f060dda44bf6845721bbac1f645e5eff36c2cce06637b9448b3313_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8229500047f060dda44bf6845721bbac1f645e5eff36c2cce06637b9448b3313_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8229500047f060dda44bf6845721bbac1f645e5eff36c2cce06637b9448b3313_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8592b83103e458a085726ae4d97e75b750ae74f6acb879c479f7e85e30c4981a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8592b83103e458a085726ae4d97e75b750ae74f6acb879c479f7e85e30c4981a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8592b83103e458a085726ae4d97e75b750ae74f6acb879c479f7e85e30c4981a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a43d38a28bb8dee90e1cef4f70373d7dd0e6e10570f53ff18cea609040d7fc91_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a43d38a28bb8dee90e1cef4f70373d7dd0e6e10570f53ff18cea609040d7fc91_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a43d38a28bb8dee90e1cef4f70373d7dd0e6e10570f53ff18cea609040d7fc91_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac08ce5c4d4d8958e11c7499cecb1d2baa3d619604331b0a305ced9edaa80e66_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac08ce5c4d4d8958e11c7499cecb1d2baa3d619604331b0a305ced9edaa80e66_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac08ce5c4d4d8958e11c7499cecb1d2baa3d619604331b0a305ced9edaa80e66_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4715f8a0d41e979df12fc3a20439d7baed29be94a1f601af6143b273debedee2_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4715f8a0d41e979df12fc3a20439d7baed29be94a1f601af6143b273debedee2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4715f8a0d41e979df12fc3a20439d7baed29be94a1f601af6143b273debedee2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9868dabb86b650c5bb87caca099471e00a7e1ccb14d22a9715047d61e8b838c4_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9868dabb86b650c5bb87caca099471e00a7e1ccb14d22a9715047d61e8b838c4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9868dabb86b650c5bb87caca099471e00a7e1ccb14d22a9715047d61e8b838c4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:acec9031b1e0582d10395c7db70ec2f6cb36eff2fcf29c976e45dcc000eabb55_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:acec9031b1e0582d10395c7db70ec2f6cb36eff2fcf29c976e45dcc000eabb55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:acec9031b1e0582d10395c7db70ec2f6cb36eff2fcf29c976e45dcc000eabb55_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b73f66ec870fc0f7d8f5d86a4aa2fce493fd06db8525b71515402a5085ac3bec_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b73f66ec870fc0f7d8f5d86a4aa2fce493fd06db8525b71515402a5085ac3bec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b73f66ec870fc0f7d8f5d86a4aa2fce493fd06db8525b71515402a5085ac3bec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3afdf0db5ca921367b203b60a9e01c3a1dfbfe461ad8c15650d31132f6314a22_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3afdf0db5ca921367b203b60a9e01c3a1dfbfe461ad8c15650d31132f6314a22_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3afdf0db5ca921367b203b60a9e01c3a1dfbfe461ad8c15650d31132f6314a22_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6af1ee66087832faff5e4b367e6e30d0f8c24cce51642f7f0c7f692340ddcc4d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6af1ee66087832faff5e4b367e6e30d0f8c24cce51642f7f0c7f692340ddcc4d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6af1ee66087832faff5e4b367e6e30d0f8c24cce51642f7f0c7f692340ddcc4d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6e3e19401fd25a47b261f0abdb3c9b031ddc365573dd78ff83f4bf4ebfd244f9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6e3e19401fd25a47b261f0abdb3c9b031ddc365573dd78ff83f4bf4ebfd244f9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6e3e19401fd25a47b261f0abdb3c9b031ddc365573dd78ff83f4bf4ebfd244f9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ab850613180e5396315156fb0985c1b9999769d4df7d7021583f09d54783c783_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ab850613180e5396315156fb0985c1b9999769d4df7d7021583f09d54783c783_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ab850613180e5396315156fb0985c1b9999769d4df7d7021583f09d54783c783_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:74750d2ef0daff77bbea64507d18ea8138514d2e2a6623c8cc5aa0a04d03ebd6_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:74750d2ef0daff77bbea64507d18ea8138514d2e2a6623c8cc5aa0a04d03ebd6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:74750d2ef0daff77bbea64507d18ea8138514d2e2a6623c8cc5aa0a04d03ebd6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a6be2cb1dd54f92bd96ba758ce08438216acfa266386916ee3aa773293778a6b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a6be2cb1dd54f92bd96ba758ce08438216acfa266386916ee3aa773293778a6b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a6be2cb1dd54f92bd96ba758ce08438216acfa266386916ee3aa773293778a6b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a7919511f4d0153cf581c82ee76912e40560acee9c0a56d23edc8bde3123d8db_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a7919511f4d0153cf581c82ee76912e40560acee9c0a56d23edc8bde3123d8db_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a7919511f4d0153cf581c82ee76912e40560acee9c0a56d23edc8bde3123d8db_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc313e501cfd3803abf0d18a37e65e68a3aec2c57eb2016ea77bab7467751f61_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc313e501cfd3803abf0d18a37e65e68a3aec2c57eb2016ea77bab7467751f61_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc313e501cfd3803abf0d18a37e65e68a3aec2c57eb2016ea77bab7467751f61_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1f005fd95b0db2f89d6cf7020e38ee57fde652281e8114704035753c22c1533d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1f005fd95b0db2f89d6cf7020e38ee57fde652281e8114704035753c22c1533d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1f005fd95b0db2f89d6cf7020e38ee57fde652281e8114704035753c22c1533d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:216986528687f62da810992f9af616435014f6cfade596bb4b7e291695265be9_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:216986528687f62da810992f9af616435014f6cfade596bb4b7e291695265be9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:216986528687f62da810992f9af616435014f6cfade596bb4b7e291695265be9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:48bda9e02b5abb41b4459c40c1dc11580085d7ec4a2a50360075418e11bb49eb_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:48bda9e02b5abb41b4459c40c1dc11580085d7ec4a2a50360075418e11bb49eb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:48bda9e02b5abb41b4459c40c1dc11580085d7ec4a2a50360075418e11bb49eb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f6d09cf6d8760bcee1d57fe6aea538006b23ae61b887633d960f9978e7407e62_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f6d09cf6d8760bcee1d57fe6aea538006b23ae61b887633d960f9978e7407e62_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f6d09cf6d8760bcee1d57fe6aea538006b23ae61b887633d960f9978e7407e62_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32a42b3866b46ea289675a1e1663e47533180b2911f758a6d89df822ba05e424_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32a42b3866b46ea289675a1e1663e47533180b2911f758a6d89df822ba05e424_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32a42b3866b46ea289675a1e1663e47533180b2911f758a6d89df822ba05e424_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a75d90adc4081e358e02cc0acf0926567818aafa5e48fe95fec689bd3090116_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a75d90adc4081e358e02cc0acf0926567818aafa5e48fe95fec689bd3090116_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a75d90adc4081e358e02cc0acf0926567818aafa5e48fe95fec689bd3090116_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e4a4362a6f4b2a77aa0eb4c4a3102aade4b379a650fe2128ec228d142521982_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e4a4362a6f4b2a77aa0eb4c4a3102aade4b379a650fe2128ec228d142521982_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e4a4362a6f4b2a77aa0eb4c4a3102aade4b379a650fe2128ec228d142521982_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99b7f98049b9bb791300704ab40caca3de38e4ed95e5413688295c99ec25d1e5_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99b7f98049b9bb791300704ab40caca3de38e4ed95e5413688295c99ec25d1e5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99b7f98049b9bb791300704ab40caca3de38e4ed95e5413688295c99ec25d1e5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:47219a3282c61b55a751c0e2286da5444a682f5fedec17d8170e7b1399499ddb_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:47219a3282c61b55a751c0e2286da5444a682f5fedec17d8170e7b1399499ddb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:47219a3282c61b55a751c0e2286da5444a682f5fedec17d8170e7b1399499ddb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8df3711c94325bde8ad752cb7a9c7c0a018618fdad5f33488a426795a8f17734_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8df3711c94325bde8ad752cb7a9c7c0a018618fdad5f33488a426795a8f17734_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8df3711c94325bde8ad752cb7a9c7c0a018618fdad5f33488a426795a8f17734_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b2523b68bf9c4cb9432a2fedd767634d75e41953a3f607e6953bcc5bfd224332_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b2523b68bf9c4cb9432a2fedd767634d75e41953a3f607e6953bcc5bfd224332_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b2523b68bf9c4cb9432a2fedd767634d75e41953a3f607e6953bcc5bfd224332_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c1b4380a097df359ab0ac80fc4a1d100281024fce1e043c77679a8630bce9cb9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c1b4380a097df359ab0ac80fc4a1d100281024fce1e043c77679a8630bce9cb9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c1b4380a097df359ab0ac80fc4a1d100281024fce1e043c77679a8630bce9cb9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0f3e01bcdf211b479ca861a5851b359a367c7027bdc543776ee1b25ce763f46d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0f3e01bcdf211b479ca861a5851b359a367c7027bdc543776ee1b25ce763f46d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0f3e01bcdf211b479ca861a5851b359a367c7027bdc543776ee1b25ce763f46d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1f035bf942dac88141b94b6a185563edae44748a4edcd995b2839e80bd40156c_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1f035bf942dac88141b94b6a185563edae44748a4edcd995b2839e80bd40156c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1f035bf942dac88141b94b6a185563edae44748a4edcd995b2839e80bd40156c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3c8ee7bb097f5652a19ce50c1ce8585a911af43a290729672313b6c6dc1d4d22_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3c8ee7bb097f5652a19ce50c1ce8585a911af43a290729672313b6c6dc1d4d22_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3c8ee7bb097f5652a19ce50c1ce8585a911af43a290729672313b6c6dc1d4d22_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8d0521d358a2acd481cbc42b65d1075ffb2f1829daf94108391a07a18129265a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8d0521d358a2acd481cbc42b65d1075ffb2f1829daf94108391a07a18129265a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8d0521d358a2acd481cbc42b65d1075ffb2f1829daf94108391a07a18129265a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0361a24345ebeeef2f15bdc82adb29a95f26ca19a53323da74e17ccf76770c93_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0361a24345ebeeef2f15bdc82adb29a95f26ca19a53323da74e17ccf76770c93_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0361a24345ebeeef2f15bdc82adb29a95f26ca19a53323da74e17ccf76770c93_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57927e81f0ab7a93b8fcc0ed54f84b9adb7ff7ecd65722f7b403dfe9ef3c128f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57927e81f0ab7a93b8fcc0ed54f84b9adb7ff7ecd65722f7b403dfe9ef3c128f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57927e81f0ab7a93b8fcc0ed54f84b9adb7ff7ecd65722f7b403dfe9ef3c128f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ab9bec28217a4085709265770c38ef04eebab3d2d4d8a871ac4298ec3585761c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ab9bec28217a4085709265770c38ef04eebab3d2d4d8a871ac4298ec3585761c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ab9bec28217a4085709265770c38ef04eebab3d2d4d8a871ac4298ec3585761c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c754b0ec9520c9bbfe3b83e016e21815070555cbc4edec6c855c908b222b8428_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c754b0ec9520c9bbfe3b83e016e21815070555cbc4edec6c855c908b222b8428_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c754b0ec9520c9bbfe3b83e016e21815070555cbc4edec6c855c908b222b8428_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:24b32495544a28b30f13d8e768a568e9c6fc9d4c92ed539872cda1a4890a341b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:24b32495544a28b30f13d8e768a568e9c6fc9d4c92ed539872cda1a4890a341b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:24b32495544a28b30f13d8e768a568e9c6fc9d4c92ed539872cda1a4890a341b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:46b9e6e2319cb553c487e9625b53d69f1ec786a9c6eef0e4765c2502d6e5ed95_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:46b9e6e2319cb553c487e9625b53d69f1ec786a9c6eef0e4765c2502d6e5ed95_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:46b9e6e2319cb553c487e9625b53d69f1ec786a9c6eef0e4765c2502d6e5ed95_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:734da3ea40094633864dca6a9fa7e223501f1c1c4331764f03257b62b70087f7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:734da3ea40094633864dca6a9fa7e223501f1c1c4331764f03257b62b70087f7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:734da3ea40094633864dca6a9fa7e223501f1c1c4331764f03257b62b70087f7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7902bc0612db5969616029a36b5a381f9ef58a5480f28c42b578ceecf54c3419_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7902bc0612db5969616029a36b5a381f9ef58a5480f28c42b578ceecf54c3419_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7902bc0612db5969616029a36b5a381f9ef58a5480f28c42b578ceecf54c3419_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1f7d8d52fe1e8313af0e82d0045a6119c64a54a9a445c0a28cd30dd803f7c400_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1f7d8d52fe1e8313af0e82d0045a6119c64a54a9a445c0a28cd30dd803f7c400_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1f7d8d52fe1e8313af0e82d0045a6119c64a54a9a445c0a28cd30dd803f7c400_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4c66ff54b160974f2017cedc41a86da6e2e499a8be165f15e54fa66f97c841b7_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4c66ff54b160974f2017cedc41a86da6e2e499a8be165f15e54fa66f97c841b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4c66ff54b160974f2017cedc41a86da6e2e499a8be165f15e54fa66f97c841b7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd0535f5647493ab10754e182831803ccde1575945e25c055a7feec8b8ea91d0_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd0535f5647493ab10754e182831803ccde1575945e25c055a7feec8b8ea91d0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd0535f5647493ab10754e182831803ccde1575945e25c055a7feec8b8ea91d0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f78d59ca95f37a04f1cf8da3b7449b45005e81be7f4104ac1123e39101322996_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f78d59ca95f37a04f1cf8da3b7449b45005e81be7f4104ac1123e39101322996_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f78d59ca95f37a04f1cf8da3b7449b45005e81be7f4104ac1123e39101322996_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:41b88beb6b2c4b698c9e32a5327d885f95958aca12855aaacdf6c37828800b7c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:41b88beb6b2c4b698c9e32a5327d885f95958aca12855aaacdf6c37828800b7c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:41b88beb6b2c4b698c9e32a5327d885f95958aca12855aaacdf6c37828800b7c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ba896f59d10345315e34561484ab181458e32848d700ab47eec2a324b478e745_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ba896f59d10345315e34561484ab181458e32848d700ab47eec2a324b478e745_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ba896f59d10345315e34561484ab181458e32848d700ab47eec2a324b478e745_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d576222bbb75d0028f8d35015d93cddd4ee46e33f4d350e3bef9a7f3ef3c16a1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d576222bbb75d0028f8d35015d93cddd4ee46e33f4d350e3bef9a7f3ef3c16a1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d576222bbb75d0028f8d35015d93cddd4ee46e33f4d350e3bef9a7f3ef3c16a1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d838de0ed47119c8523eee00ee2937741648c7457fada89b1d140a9739af3f16_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d838de0ed47119c8523eee00ee2937741648c7457fada89b1d140a9739af3f16_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d838de0ed47119c8523eee00ee2937741648c7457fada89b1d140a9739af3f16_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:052c5a061467c8894a651354f13d8219e25ec76cf86eede49e325374f10113ba_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:052c5a061467c8894a651354f13d8219e25ec76cf86eede49e325374f10113ba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:052c5a061467c8894a651354f13d8219e25ec76cf86eede49e325374f10113ba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6871bc02667a1b75b0f114c77b3d54ce92c53edf9da9191c0faa1a723ad7caa8_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6871bc02667a1b75b0f114c77b3d54ce92c53edf9da9191c0faa1a723ad7caa8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6871bc02667a1b75b0f114c77b3d54ce92c53edf9da9191c0faa1a723ad7caa8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:928f2362cac3ec64450fb982cdf2d3cb5deb734b99d9a331217f137904e95264_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:928f2362cac3ec64450fb982cdf2d3cb5deb734b99d9a331217f137904e95264_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:928f2362cac3ec64450fb982cdf2d3cb5deb734b99d9a331217f137904e95264_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e67d248a27c3b3a6a3f27a57692fccba4291468b9cf05cc4ade16212777295d5_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e67d248a27c3b3a6a3f27a57692fccba4291468b9cf05cc4ade16212777295d5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e67d248a27c3b3a6a3f27a57692fccba4291468b9cf05cc4ade16212777295d5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:05b07163280e412e4094d2399b78466c09137f91338802930b99207409ab4436_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:05b07163280e412e4094d2399b78466c09137f91338802930b99207409ab4436_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:05b07163280e412e4094d2399b78466c09137f91338802930b99207409ab4436_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0dd3eb0518045a216c8af1ff762a1f949b2d99ce1a1b784ca5fd25b0ce8c78da_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0dd3eb0518045a216c8af1ff762a1f949b2d99ce1a1b784ca5fd25b0ce8c78da_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0dd3eb0518045a216c8af1ff762a1f949b2d99ce1a1b784ca5fd25b0ce8c78da_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1de0d777fffb0223fc4c33850be9248848b3e99e76ba6e2480da6d91d8435f1e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1de0d777fffb0223fc4c33850be9248848b3e99e76ba6e2480da6d91d8435f1e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1de0d777fffb0223fc4c33850be9248848b3e99e76ba6e2480da6d91d8435f1e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2754dffc27e0dc8886afc00ab7547d9cc1c7d2c9cf1d4c672e1fc3ad16c169ba_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2754dffc27e0dc8886afc00ab7547d9cc1c7d2c9cf1d4c672e1fc3ad16c169ba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2754dffc27e0dc8886afc00ab7547d9cc1c7d2c9cf1d4c672e1fc3ad16c169ba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1aef875429e6fd39a5502cc282df381c9b3c25b43aa790bfacd940c8047cbd04_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1aef875429e6fd39a5502cc282df381c9b3c25b43aa790bfacd940c8047cbd04_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1aef875429e6fd39a5502cc282df381c9b3c25b43aa790bfacd940c8047cbd04_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b8eb145df77c917523d982fe0c2cd7a103a2552c1faecf568c9929f7b3d3a1c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b8eb145df77c917523d982fe0c2cd7a103a2552c1faecf568c9929f7b3d3a1c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b8eb145df77c917523d982fe0c2cd7a103a2552c1faecf568c9929f7b3d3a1c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a0b9401485189e8ecc714bfcdb26695fcc8eadb9af92fcf9be50018b5f9521ba_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a0b9401485189e8ecc714bfcdb26695fcc8eadb9af92fcf9be50018b5f9521ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a0b9401485189e8ecc714bfcdb26695fcc8eadb9af92fcf9be50018b5f9521ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c8c352b077544eb44ce0b438d6ce6940a421bc54db59e571f12368e04459ddb8_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c8c352b077544eb44ce0b438d6ce6940a421bc54db59e571f12368e04459ddb8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c8c352b077544eb44ce0b438d6ce6940a421bc54db59e571f12368e04459ddb8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5ae91f81cef3e9e2f1f57a4c4d1c97e7f5d433c83e9ab0ef582c13bfcab83b28_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5ae91f81cef3e9e2f1f57a4c4d1c97e7f5d433c83e9ab0ef582c13bfcab83b28_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5ae91f81cef3e9e2f1f57a4c4d1c97e7f5d433c83e9ab0ef582c13bfcab83b28_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7615706e5c0fbbcdcbb9ce81e54e5663a45d0aff99c9c7b0f9cbdd5b51e6c028_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7615706e5c0fbbcdcbb9ce81e54e5663a45d0aff99c9c7b0f9cbdd5b51e6c028_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7615706e5c0fbbcdcbb9ce81e54e5663a45d0aff99c9c7b0f9cbdd5b51e6c028_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bfed6dbbd85b62b4f8fd2103f298ed6f2f8117f36894b3ad41c7b7ad3ad40939_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bfed6dbbd85b62b4f8fd2103f298ed6f2f8117f36894b3ad41c7b7ad3ad40939_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bfed6dbbd85b62b4f8fd2103f298ed6f2f8117f36894b3ad41c7b7ad3ad40939_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ece8ae115e98e000852e016f97f4c9d9a4c63a89a07db123c7786cf238a5c724_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ece8ae115e98e000852e016f97f4c9d9a4c63a89a07db123c7786cf238a5c724_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ece8ae115e98e000852e016f97f4c9d9a4c63a89a07db123c7786cf238a5c724_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:740a93c3ed894846400a43d0399a578864787bce388969dcb6eb0d57f09eaf74_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:740a93c3ed894846400a43d0399a578864787bce388969dcb6eb0d57f09eaf74_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:740a93c3ed894846400a43d0399a578864787bce388969dcb6eb0d57f09eaf74_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8e6cc4f53d1c226528f251768ba3b472498f65e37e369bdc75d613c92f1c6343_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8e6cc4f53d1c226528f251768ba3b472498f65e37e369bdc75d613c92f1c6343_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8e6cc4f53d1c226528f251768ba3b472498f65e37e369bdc75d613c92f1c6343_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b966a739450386ca8ead5d257827e089937ff2f1adce2cd0595c2955445735f7_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b966a739450386ca8ead5d257827e089937ff2f1adce2cd0595c2955445735f7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b966a739450386ca8ead5d257827e089937ff2f1adce2cd0595c2955445735f7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:de1d9919af85394decef57ab909109218c3e1e76acf3bb13b3d9198b32e81b1c_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:de1d9919af85394decef57ab909109218c3e1e76acf3bb13b3d9198b32e81b1c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:de1d9919af85394decef57ab909109218c3e1e76acf3bb13b3d9198b32e81b1c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:74e06d261c764d7060bdd62adaeed608cb32d70e39f2680ce21b9a41f1c7d907_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:74e06d261c764d7060bdd62adaeed608cb32d70e39f2680ce21b9a41f1c7d907_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:74e06d261c764d7060bdd62adaeed608cb32d70e39f2680ce21b9a41f1c7d907_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d817670c1198da60922a70d494b157a82a23741ae120be79c5d47fad940aec42_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d817670c1198da60922a70d494b157a82a23741ae120be79c5d47fad940aec42_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d817670c1198da60922a70d494b157a82a23741ae120be79c5d47fad940aec42_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e57d47c830014927f8050b2f75861d327b4a6a7aa585f7f8c2a587a77c25475b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e57d47c830014927f8050b2f75861d327b4a6a7aa585f7f8c2a587a77c25475b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e57d47c830014927f8050b2f75861d327b4a6a7aa585f7f8c2a587a77c25475b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e62bd389fb6046219ea806796fada5042e19b2714e866d44742ae9b266def7f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e62bd389fb6046219ea806796fada5042e19b2714e866d44742ae9b266def7f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e62bd389fb6046219ea806796fada5042e19b2714e866d44742ae9b266def7f3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:329c19244bfa49eabd4621cede01253d9b14b06646486ae1da9d0c7e1f0a7775_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:329c19244bfa49eabd4621cede01253d9b14b06646486ae1da9d0c7e1f0a7775_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:329c19244bfa49eabd4621cede01253d9b14b06646486ae1da9d0c7e1f0a7775_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8bbfb3d019dffac460a71a7652ddca6fbd11adbb66cfd724ba3e439c89954843_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8bbfb3d019dffac460a71a7652ddca6fbd11adbb66cfd724ba3e439c89954843_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8bbfb3d019dffac460a71a7652ddca6fbd11adbb66cfd724ba3e439c89954843_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e8a0bffefdc282ad94d2d2e3c2e9127481a576a4cf97cd96506a4b026a0002f8_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e8a0bffefdc282ad94d2d2e3c2e9127481a576a4cf97cd96506a4b026a0002f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e8a0bffefdc282ad94d2d2e3c2e9127481a576a4cf97cd96506a4b026a0002f8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f1f087a31c54b031cc50143f3d8714785ef23aaeabd521b140797d7fca58b813_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f1f087a31c54b031cc50143f3d8714785ef23aaeabd521b140797d7fca58b813_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f1f087a31c54b031cc50143f3d8714785ef23aaeabd521b140797d7fca58b813_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:17218208de28296807c21f4bae67c244396321a2e82cf8b6e937997010d15a53_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:17218208de28296807c21f4bae67c244396321a2e82cf8b6e937997010d15a53_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:17218208de28296807c21f4bae67c244396321a2e82cf8b6e937997010d15a53_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4127ff8c02537149c33a52e1f625cef8f0f9ac8384f9e665bb6f56b5f93f09f0_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4127ff8c02537149c33a52e1f625cef8f0f9ac8384f9e665bb6f56b5f93f09f0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4127ff8c02537149c33a52e1f625cef8f0f9ac8384f9e665bb6f56b5f93f09f0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6e312e9c24bf31838c1b402b2282fa882240144e63501793380da55ec3a4fdab_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6e312e9c24bf31838c1b402b2282fa882240144e63501793380da55ec3a4fdab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6e312e9c24bf31838c1b402b2282fa882240144e63501793380da55ec3a4fdab_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:84973d89910784592cb601578a7bf5e72ae8bd94822497ec6db5bea029690a01_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:84973d89910784592cb601578a7bf5e72ae8bd94822497ec6db5bea029690a01_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:84973d89910784592cb601578a7bf5e72ae8bd94822497ec6db5bea029690a01_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a62cd13a56678d5669c29c76c6044b277e9fc800b4c2d20ec0b4a9b651ec65e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a62cd13a56678d5669c29c76c6044b277e9fc800b4c2d20ec0b4a9b651ec65e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a62cd13a56678d5669c29c76c6044b277e9fc800b4c2d20ec0b4a9b651ec65e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:21617717102ff755f18f66221c52b5538badf5418669cd5308f69842913d41d7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:21617717102ff755f18f66221c52b5538badf5418669cd5308f69842913d41d7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:21617717102ff755f18f66221c52b5538badf5418669cd5308f69842913d41d7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2883486938e807987a25712543b5b28187b5d436c8b575a6a005aefe2a15c2cc_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2883486938e807987a25712543b5b28187b5d436c8b575a6a005aefe2a15c2cc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2883486938e807987a25712543b5b28187b5d436c8b575a6a005aefe2a15c2cc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4163b321fcf2b45af9a9c5537b02057588bf9b12c58d443643f42b7ab69db441_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4163b321fcf2b45af9a9c5537b02057588bf9b12c58d443643f42b7ab69db441_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4163b321fcf2b45af9a9c5537b02057588bf9b12c58d443643f42b7ab69db441_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1c491aad7a531156021131952391eeb76df882d2fe6a75d494a7fa9101d374a4_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1c491aad7a531156021131952391eeb76df882d2fe6a75d494a7fa9101d374a4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1c491aad7a531156021131952391eeb76df882d2fe6a75d494a7fa9101d374a4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:67721b622a6219fa05fc731e4a492fbd91040549287eaa1f85b6bfca2909440c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:67721b622a6219fa05fc731e4a492fbd91040549287eaa1f85b6bfca2909440c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:67721b622a6219fa05fc731e4a492fbd91040549287eaa1f85b6bfca2909440c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2245f57fd7421434e8fc01c7798810dbb69df1cfbcddeb936e8d4062eb7f546_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2245f57fd7421434e8fc01c7798810dbb69df1cfbcddeb936e8d4062eb7f546_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2245f57fd7421434e8fc01c7798810dbb69df1cfbcddeb936e8d4062eb7f546_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e1c6b4bdbaf3b4ab0c0c47ad6f7f36e4fab53946dc6ae5ca36c18bb6401fe376_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e1c6b4bdbaf3b4ab0c0c47ad6f7f36e4fab53946dc6ae5ca36c18bb6401fe376_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e1c6b4bdbaf3b4ab0c0c47ad6f7f36e4fab53946dc6ae5ca36c18bb6401fe376_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9bbd7b1a665d8292af7b9dbe440e3b5e9a85935e3c1979dd85ff5b5630c116c9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9bbd7b1a665d8292af7b9dbe440e3b5e9a85935e3c1979dd85ff5b5630c116c9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9bbd7b1a665d8292af7b9dbe440e3b5e9a85935e3c1979dd85ff5b5630c116c9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bfb03e32e43f17abb1a711037dba0d428884d14a9988466d7e0f944ce152d4b8_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bfb03e32e43f17abb1a711037dba0d428884d14a9988466d7e0f944ce152d4b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bfb03e32e43f17abb1a711037dba0d428884d14a9988466d7e0f944ce152d4b8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e9c7e6bed82bbaaedc1242caab16ed15bfe5e87fa1c3d98a8893bbdede421413_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e9c7e6bed82bbaaedc1242caab16ed15bfe5e87fa1c3d98a8893bbdede421413_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e9c7e6bed82bbaaedc1242caab16ed15bfe5e87fa1c3d98a8893bbdede421413_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f593110f4c3c8642e81ed78e6adba329b12b7172b5dc6de20ca2c6694d36d6ef_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f593110f4c3c8642e81ed78e6adba329b12b7172b5dc6de20ca2c6694d36d6ef_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f593110f4c3c8642e81ed78e6adba329b12b7172b5dc6de20ca2c6694d36d6ef_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:354ee234566f3141d68e419df4f9a141004f8ec764351b6910b6ebb0d0acbac9_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:354ee234566f3141d68e419df4f9a141004f8ec764351b6910b6ebb0d0acbac9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:354ee234566f3141d68e419df4f9a141004f8ec764351b6910b6ebb0d0acbac9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:49c8e94ecdcbf82d160389b2a61d117fe89beed176536eb637540e2a02f98bbe_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:49c8e94ecdcbf82d160389b2a61d117fe89beed176536eb637540e2a02f98bbe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:49c8e94ecdcbf82d160389b2a61d117fe89beed176536eb637540e2a02f98bbe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:4f2acc152319413c464f10047915471cf3751f181a65e96f1e47e722f5668fe8_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4f2acc152319413c464f10047915471cf3751f181a65e96f1e47e722f5668fe8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:4f2acc152319413c464f10047915471cf3751f181a65e96f1e47e722f5668fe8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:778d227981e6ce4b1c19461f2c9489f29c6d363420875685fdcc284aa63d9702_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:778d227981e6ce4b1c19461f2c9489f29c6d363420875685fdcc284aa63d9702_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:778d227981e6ce4b1c19461f2c9489f29c6d363420875685fdcc284aa63d9702_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:59db38f53080ab732db2fbc366c5e8467308fb8f1bc00c4e654b25529a6cb48d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:59db38f53080ab732db2fbc366c5e8467308fb8f1bc00c4e654b25529a6cb48d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:59db38f53080ab732db2fbc366c5e8467308fb8f1bc00c4e654b25529a6cb48d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:71ca8c3f887c7de9628aa496dcc8a72ad28126cc61b378070aed4f5d2914fa67_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:71ca8c3f887c7de9628aa496dcc8a72ad28126cc61b378070aed4f5d2914fa67_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:71ca8c3f887c7de9628aa496dcc8a72ad28126cc61b378070aed4f5d2914fa67_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:72c13df0b819ab4b0e60eb40d636c34e72918760c6e635a39fd847d6b0f9b30d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:72c13df0b819ab4b0e60eb40d636c34e72918760c6e635a39fd847d6b0f9b30d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:72c13df0b819ab4b0e60eb40d636c34e72918760c6e635a39fd847d6b0f9b30d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8003c2e344544ae9140b31180b6db16067aecb0ad1715598dca40f7b651df101_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8003c2e344544ae9140b31180b6db16067aecb0ad1715598dca40f7b651df101_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8003c2e344544ae9140b31180b6db16067aecb0ad1715598dca40f7b651df101_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:058b16a7b35c6832fabbf5211a1e93cebe857858e6c1edd301052d7a0c46717c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:058b16a7b35c6832fabbf5211a1e93cebe857858e6c1edd301052d7a0c46717c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:058b16a7b35c6832fabbf5211a1e93cebe857858e6c1edd301052d7a0c46717c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:138eb12e4f5b7b3d5b4d07d95797c191d5ae76755ba8d2eadce7613ce5ee3368_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:138eb12e4f5b7b3d5b4d07d95797c191d5ae76755ba8d2eadce7613ce5ee3368_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:138eb12e4f5b7b3d5b4d07d95797c191d5ae76755ba8d2eadce7613ce5ee3368_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:68bfe5f6851eae355bc38c9729d4cc59eb1957aa7649c5f0d37a40a274b76e91_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:68bfe5f6851eae355bc38c9729d4cc59eb1957aa7649c5f0d37a40a274b76e91_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:68bfe5f6851eae355bc38c9729d4cc59eb1957aa7649c5f0d37a40a274b76e91_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7432171ce2b51b92ccf73c1e411e439b2b615f05a9c4eca4c289c3f91bb757fe_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7432171ce2b51b92ccf73c1e411e439b2b615f05a9c4eca4c289c3f91bb757fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7432171ce2b51b92ccf73c1e411e439b2b615f05a9c4eca4c289c3f91bb757fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d10d0d1857697de54b0e363cde1d43d9212cb5d151a59d489dfaf2f19512c24e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d10d0d1857697de54b0e363cde1d43d9212cb5d151a59d489dfaf2f19512c24e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d10d0d1857697de54b0e363cde1d43d9212cb5d151a59d489dfaf2f19512c24e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:da205ffc529d323933aa6bfecbca7132f803acdb00fbb92e11cfdb426825450d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:da205ffc529d323933aa6bfecbca7132f803acdb00fbb92e11cfdb426825450d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:da205ffc529d323933aa6bfecbca7132f803acdb00fbb92e11cfdb426825450d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1b29652ccd1cb90c60e3f84f1af53a0926cec8fff291e1a1824f56c5b09678c5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1b29652ccd1cb90c60e3f84f1af53a0926cec8fff291e1a1824f56c5b09678c5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1b29652ccd1cb90c60e3f84f1af53a0926cec8fff291e1a1824f56c5b09678c5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e3ce2423fb192016ba0369860fdc3f490fee48cff3f2c8e84d0274fb83753db7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e3ce2423fb192016ba0369860fdc3f490fee48cff3f2c8e84d0274fb83753db7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e3ce2423fb192016ba0369860fdc3f490fee48cff3f2c8e84d0274fb83753db7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7b9dbc01ca36004b18084d4ddda2bcd827ecea95d27098fbe704c8b18fbc6762_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7b9dbc01ca36004b18084d4ddda2bcd827ecea95d27098fbe704c8b18fbc6762_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7b9dbc01ca36004b18084d4ddda2bcd827ecea95d27098fbe704c8b18fbc6762_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:c3a065df60facd399fc855b14d3b8f0bc64e44c1ea2da36231eb661febed7048_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:c3a065df60facd399fc855b14d3b8f0bc64e44c1ea2da36231eb661febed7048_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:c3a065df60facd399fc855b14d3b8f0bc64e44c1ea2da36231eb661febed7048_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:00dbf971c8b6835803fef25c3a51da815abc6ccee527e995d1459a51e831b714_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:00dbf971c8b6835803fef25c3a51da815abc6ccee527e995d1459a51e831b714_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:00dbf971c8b6835803fef25c3a51da815abc6ccee527e995d1459a51e831b714_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:14cf39c197d1757369c7ba31060da43f9a30a230118e85774f8edfa42f81f5f7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:14cf39c197d1757369c7ba31060da43f9a30a230118e85774f8edfa42f81f5f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:14cf39c197d1757369c7ba31060da43f9a30a230118e85774f8edfa42f81f5f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:978ab5f2513e13c2fb89e4559e72fcd68deccc1b6b8b829a3998cc1c8513e5ea_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:978ab5f2513e13c2fb89e4559e72fcd68deccc1b6b8b829a3998cc1c8513e5ea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:978ab5f2513e13c2fb89e4559e72fcd68deccc1b6b8b829a3998cc1c8513e5ea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0d0951b0f10373b8f3e24f79f8ac95b18b402837e21e6b4d5feea790538603a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0d0951b0f10373b8f3e24f79f8ac95b18b402837e21e6b4d5feea790538603a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0d0951b0f10373b8f3e24f79f8ac95b18b402837e21e6b4d5feea790538603a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:03769240e4f16b0eae34fa8647c0abdd9fa55b8d2537ba85fc96691167a7a9ab_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:03769240e4f16b0eae34fa8647c0abdd9fa55b8d2537ba85fc96691167a7a9ab_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:03769240e4f16b0eae34fa8647c0abdd9fa55b8d2537ba85fc96691167a7a9ab_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:37233043ecf3e3d28948cbe66a368dd6ffcd0559e8ee1761ac29fddc831af6ce_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:37233043ecf3e3d28948cbe66a368dd6ffcd0559e8ee1761ac29fddc831af6ce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:37233043ecf3e3d28948cbe66a368dd6ffcd0559e8ee1761ac29fddc831af6ce_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4220bbd2bf43945ed2d2767ee179f438b15b2c3940f5a1a42af8338bec9ba81e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4220bbd2bf43945ed2d2767ee179f438b15b2c3940f5a1a42af8338bec9ba81e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4220bbd2bf43945ed2d2767ee179f438b15b2c3940f5a1a42af8338bec9ba81e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e98d0434cbf09c37102e3de2db2b772512b3000ac71841014a74592afa144db0_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e98d0434cbf09c37102e3de2db2b772512b3000ac71841014a74592afa144db0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e98d0434cbf09c37102e3de2db2b772512b3000ac71841014a74592afa144db0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:30d625a9f21ace89d2068ba0c28fc7e30059c0918e68e3a37bbb68885e31063e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:30d625a9f21ace89d2068ba0c28fc7e30059c0918e68e3a37bbb68885e31063e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:30d625a9f21ace89d2068ba0c28fc7e30059c0918e68e3a37bbb68885e31063e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9984cd15e20d0ecec47ab7611a39fbf676ecfd41111840478e9cf6cf3293c7ab_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9984cd15e20d0ecec47ab7611a39fbf676ecfd41111840478e9cf6cf3293c7ab_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9984cd15e20d0ecec47ab7611a39fbf676ecfd41111840478e9cf6cf3293c7ab_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a2bae7fe9e571f705143af3af3ce7919e29a1ee164e747882a0d3ad1f225b0d5_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a2bae7fe9e571f705143af3af3ce7919e29a1ee164e747882a0d3ad1f225b0d5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a2bae7fe9e571f705143af3af3ce7919e29a1ee164e747882a0d3ad1f225b0d5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c15f57637828c096b6351a4e51c5304e92a7209977c670a7164c33e7968b8b87_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c15f57637828c096b6351a4e51c5304e92a7209977c670a7164c33e7968b8b87_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c15f57637828c096b6351a4e51c5304e92a7209977c670a7164c33e7968b8b87_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:102f320e672e9fdab885466b3b9e5b9a334b531221903ffafd5b4f670659848b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:102f320e672e9fdab885466b3b9e5b9a334b531221903ffafd5b4f670659848b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:102f320e672e9fdab885466b3b9e5b9a334b531221903ffafd5b4f670659848b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3dfe34fd017f3b3e6b410ba7913a5711453239d7852d5729109c24ead31897da_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3dfe34fd017f3b3e6b410ba7913a5711453239d7852d5729109c24ead31897da_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3dfe34fd017f3b3e6b410ba7913a5711453239d7852d5729109c24ead31897da_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5218a2b15c816ba9dd35cb8ead2fdd04c58bcf57e6b1fa98d3e8a6a20fac5687_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5218a2b15c816ba9dd35cb8ead2fdd04c58bcf57e6b1fa98d3e8a6a20fac5687_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5218a2b15c816ba9dd35cb8ead2fdd04c58bcf57e6b1fa98d3e8a6a20fac5687_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9488d194054f3ee13d602f01a4f7e7d7ed5566d913e5d0f542c00501aaed586c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9488d194054f3ee13d602f01a4f7e7d7ed5566d913e5d0f542c00501aaed586c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9488d194054f3ee13d602f01a4f7e7d7ed5566d913e5d0f542c00501aaed586c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e73bf8858eeee1f40cec5a05c8dd66ff6748e0f3fc64a95a18d8d86d354f128_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e73bf8858eeee1f40cec5a05c8dd66ff6748e0f3fc64a95a18d8d86d354f128_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e73bf8858eeee1f40cec5a05c8dd66ff6748e0f3fc64a95a18d8d86d354f128_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72072495ec11cb443cb5407f06c45bcb7c34cd71e49f19e7f50645f1ef485e19_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72072495ec11cb443cb5407f06c45bcb7c34cd71e49f19e7f50645f1ef485e19_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72072495ec11cb443cb5407f06c45bcb7c34cd71e49f19e7f50645f1ef485e19_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8a072557a1826a519ac8e6d42a056edac26edc3a53d8eb2ccfacc308cc0770f7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8a072557a1826a519ac8e6d42a056edac26edc3a53d8eb2ccfacc308cc0770f7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8a072557a1826a519ac8e6d42a056edac26edc3a53d8eb2ccfacc308cc0770f7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:901569c77758463ca80673c2821feca0d6b4574fcf454b42abbed4f319cb7337_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:901569c77758463ca80673c2821feca0d6b4574fcf454b42abbed4f319cb7337_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:901569c77758463ca80673c2821feca0d6b4574fcf454b42abbed4f319cb7337_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:20d0de961a0c06d73326eba220fea2cfb18e6b6f980a846effe79a1b146c39b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:20d0de961a0c06d73326eba220fea2cfb18e6b6f980a846effe79a1b146c39b9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:20d0de961a0c06d73326eba220fea2cfb18e6b6f980a846effe79a1b146c39b9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2d4684e9836f20ed1391f13e77b35db3a80264608f196a5c15355db7b5df1aae_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2d4684e9836f20ed1391f13e77b35db3a80264608f196a5c15355db7b5df1aae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2d4684e9836f20ed1391f13e77b35db3a80264608f196a5c15355db7b5df1aae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:7b90fd5f2a8ee2a72f9a35c52195998a543c294781426a6d6a1adf8a268f668a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:7b90fd5f2a8ee2a72f9a35c52195998a543c294781426a6d6a1adf8a268f668a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:7b90fd5f2a8ee2a72f9a35c52195998a543c294781426a6d6a1adf8a268f668a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9a287a7fa8900e43258e22eb9f3ec76d03c89863c9a01b704a77ea0c131b80c1_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9a287a7fa8900e43258e22eb9f3ec76d03c89863c9a01b704a77ea0c131b80c1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9a287a7fa8900e43258e22eb9f3ec76d03c89863c9a01b704a77ea0c131b80c1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6e942330dd6ee7b85d555c2f6f0b388f613bb85b13cad82a321ba16e34ec73c1_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6e942330dd6ee7b85d555c2f6f0b388f613bb85b13cad82a321ba16e34ec73c1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6e942330dd6ee7b85d555c2f6f0b388f613bb85b13cad82a321ba16e34ec73c1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9020f01a3ff33d4d1919e64eb9c5a59a44b53fb31dc963bc261ddfd05289bdcc_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9020f01a3ff33d4d1919e64eb9c5a59a44b53fb31dc963bc261ddfd05289bdcc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9020f01a3ff33d4d1919e64eb9c5a59a44b53fb31dc963bc261ddfd05289bdcc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c45c16a942516d5f3a0cfed5151644d22c65757c3d532aedac38af9ea12c2ffc_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c45c16a942516d5f3a0cfed5151644d22c65757c3d532aedac38af9ea12c2ffc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c45c16a942516d5f3a0cfed5151644d22c65757c3d532aedac38af9ea12c2ffc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f68fa26bb906d012adc744875a309a40ff5ea7b3122b4b32ae2d4caeb3bb83c3_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f68fa26bb906d012adc744875a309a40ff5ea7b3122b4b32ae2d4caeb3bb83c3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f68fa26bb906d012adc744875a309a40ff5ea7b3122b4b32ae2d4caeb3bb83c3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:44ceda6b1fcfffba8c94bffb0bd2bd5ec84f7762e87a301884a52a7fd8f6db63_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:44ceda6b1fcfffba8c94bffb0bd2bd5ec84f7762e87a301884a52a7fd8f6db63_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:44ceda6b1fcfffba8c94bffb0bd2bd5ec84f7762e87a301884a52a7fd8f6db63_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:640777070092bbf75c51d4b12d33ace8999fb287004b17dc02e3a44e7f4ae79f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:640777070092bbf75c51d4b12d33ace8999fb287004b17dc02e3a44e7f4ae79f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:640777070092bbf75c51d4b12d33ace8999fb287004b17dc02e3a44e7f4ae79f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c9381da4efb00e7c25c9e86ffc116c0d59ddcb2c3552ec18bce02425b5910791_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c9381da4efb00e7c25c9e86ffc116c0d59ddcb2c3552ec18bce02425b5910791_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c9381da4efb00e7c25c9e86ffc116c0d59ddcb2c3552ec18bce02425b5910791_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f61210c60f13314315d5fc056ebae481d75b8d1dbc0eccffc1b398d036e02698_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f61210c60f13314315d5fc056ebae481d75b8d1dbc0eccffc1b398d036e02698_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f61210c60f13314315d5fc056ebae481d75b8d1dbc0eccffc1b398d036e02698_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4baffd15fff32a2bab6e81516989f589c5c89267b1e23d372e356b20ef72a28b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4baffd15fff32a2bab6e81516989f589c5c89267b1e23d372e356b20ef72a28b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4baffd15fff32a2bab6e81516989f589c5c89267b1e23d372e356b20ef72a28b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c3949c3b5b99e50a71050df6880037c7a74ecbd0f2f3b53b9b8d8bdd6cac0eaf_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c3949c3b5b99e50a71050df6880037c7a74ecbd0f2f3b53b9b8d8bdd6cac0eaf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c3949c3b5b99e50a71050df6880037c7a74ecbd0f2f3b53b9b8d8bdd6cac0eaf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c6530497a5ee647432260653cff475fa41c44f4573539c4dd38dc0ba3b612393_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c6530497a5ee647432260653cff475fa41c44f4573539c4dd38dc0ba3b612393_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c6530497a5ee647432260653cff475fa41c44f4573539c4dd38dc0ba3b612393_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ee6bee2b4bbe66433814af5c573c59e6f3728378ac700428ced7a45fc9f2fac7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ee6bee2b4bbe66433814af5c573c59e6f3728378ac700428ced7a45fc9f2fac7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ee6bee2b4bbe66433814af5c573c59e6f3728378ac700428ced7a45fc9f2fac7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:00dd38900c9ada199bc8d4f38f637e75b88f50bc34885054784414f77ccfef06_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:00dd38900c9ada199bc8d4f38f637e75b88f50bc34885054784414f77ccfef06_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:00dd38900c9ada199bc8d4f38f637e75b88f50bc34885054784414f77ccfef06_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3cdaf0dd6604a653f871228b25095c28f614adcd6bf06fdaba63ab1984e5133b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3cdaf0dd6604a653f871228b25095c28f614adcd6bf06fdaba63ab1984e5133b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3cdaf0dd6604a653f871228b25095c28f614adcd6bf06fdaba63ab1984e5133b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:942f282cf75b84e094539668b9387ddbd13067fa6a2cbe8e76c9682505c91a79_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:942f282cf75b84e094539668b9387ddbd13067fa6a2cbe8e76c9682505c91a79_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:942f282cf75b84e094539668b9387ddbd13067fa6a2cbe8e76c9682505c91a79_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b17f4104ae616fc18e48afd737f40ff969c01b0995af07ccc345b376c9307891_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b17f4104ae616fc18e48afd737f40ff969c01b0995af07ccc345b376c9307891_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b17f4104ae616fc18e48afd737f40ff969c01b0995af07ccc345b376c9307891_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1e3599193b910914828cd4248b554d37e4c684faf36018bfe862f9a9bb13a1d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1e3599193b910914828cd4248b554d37e4c684faf36018bfe862f9a9bb13a1d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1e3599193b910914828cd4248b554d37e4c684faf36018bfe862f9a9bb13a1d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c5597d476d8a2f31f3983d7a57cdc8b0fa4ef59805b3a7f040bc2f4201817b99_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c5597d476d8a2f31f3983d7a57cdc8b0fa4ef59805b3a7f040bc2f4201817b99_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c5597d476d8a2f31f3983d7a57cdc8b0fa4ef59805b3a7f040bc2f4201817b99_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d3f422552502ce0a542ebf97e3ccfeaf62ed9f7e25125d6486a077f8bb8aae29_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d3f422552502ce0a542ebf97e3ccfeaf62ed9f7e25125d6486a077f8bb8aae29_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d3f422552502ce0a542ebf97e3ccfeaf62ed9f7e25125d6486a077f8bb8aae29_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f5a2f3dee12266481ddc1aa68209c9a99d653061ec43734ead69513ea5132081_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f5a2f3dee12266481ddc1aa68209c9a99d653061ec43734ead69513ea5132081_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f5a2f3dee12266481ddc1aa68209c9a99d653061ec43734ead69513ea5132081_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:01ec142c0d908f862ae7109339bd2675444ccbf6dc70c44a4ab4a60ed5b52156_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:01ec142c0d908f862ae7109339bd2675444ccbf6dc70c44a4ab4a60ed5b52156_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:01ec142c0d908f862ae7109339bd2675444ccbf6dc70c44a4ab4a60ed5b52156_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0d7c52702a3541e76f9cd38b1eb5b8ae3380253735572357bd873916c3172e66_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0d7c52702a3541e76f9cd38b1eb5b8ae3380253735572357bd873916c3172e66_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0d7c52702a3541e76f9cd38b1eb5b8ae3380253735572357bd873916c3172e66_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:86ddc0c22dabdcaaf363d15a8c0069dc219cd6c8cc8997a064f38b6d52f9077e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:86ddc0c22dabdcaaf363d15a8c0069dc219cd6c8cc8997a064f38b6d52f9077e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:86ddc0c22dabdcaaf363d15a8c0069dc219cd6c8cc8997a064f38b6d52f9077e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:fed3641a4572b8a0602a71d8d618e30a5bf83ed0060a75338269c26be3037e31_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:fed3641a4572b8a0602a71d8d618e30a5bf83ed0060a75338269c26be3037e31_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:fed3641a4572b8a0602a71d8d618e30a5bf83ed0060a75338269c26be3037e31_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:20b3ddc8bce65ebaaf64bd5fcd3b2f7f80b370ebb62e22bff9fc7dc71128fce4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:20b3ddc8bce65ebaaf64bd5fcd3b2f7f80b370ebb62e22bff9fc7dc71128fce4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:20b3ddc8bce65ebaaf64bd5fcd3b2f7f80b370ebb62e22bff9fc7dc71128fce4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a7a355fc397679e8d2f4f00893d4db34af42ad0dff2d85baba1633af798cc763_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a7a355fc397679e8d2f4f00893d4db34af42ad0dff2d85baba1633af798cc763_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a7a355fc397679e8d2f4f00893d4db34af42ad0dff2d85baba1633af798cc763_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e8d87fe6380de772f38aa0ead0149615a732547c8423a525ed815d714c0c27ec_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e8d87fe6380de772f38aa0ead0149615a732547c8423a525ed815d714c0c27ec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e8d87fe6380de772f38aa0ead0149615a732547c8423a525ed815d714c0c27ec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0d28383fb42c8d3905169a8bf16e6d394f29b8d1e92beddf57c9662a88542f27_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0d28383fb42c8d3905169a8bf16e6d394f29b8d1e92beddf57c9662a88542f27_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0d28383fb42c8d3905169a8bf16e6d394f29b8d1e92beddf57c9662a88542f27_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8faffd89c1741985d08f7b51dbfce30aec4af6f7121687e9499e7265ce3d6b39_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8faffd89c1741985d08f7b51dbfce30aec4af6f7121687e9499e7265ce3d6b39_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8faffd89c1741985d08f7b51dbfce30aec4af6f7121687e9499e7265ce3d6b39_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ef23b6dda632dbed54b45aae54fdfd5dfad76ae60c129d95774de5e89c16b951_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ef23b6dda632dbed54b45aae54fdfd5dfad76ae60c129d95774de5e89c16b951_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ef23b6dda632dbed54b45aae54fdfd5dfad76ae60c129d95774de5e89c16b951_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:39ce4130cd982f5a88c248fc820d5edf507b936b9c05d803fc3650dadac14c6c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:39ce4130cd982f5a88c248fc820d5edf507b936b9c05d803fc3650dadac14c6c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:39ce4130cd982f5a88c248fc820d5edf507b936b9c05d803fc3650dadac14c6c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:912ff2639e7712cea5e2e4fdc6d5c1236c1f2374f8403178f57adeef40613dbf_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:912ff2639e7712cea5e2e4fdc6d5c1236c1f2374f8403178f57adeef40613dbf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:912ff2639e7712cea5e2e4fdc6d5c1236c1f2374f8403178f57adeef40613dbf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e9d5ac5bdc6cc958fbe586de8a78ac3960e9db3f0ad7638a64354dd426af2cea_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e9d5ac5bdc6cc958fbe586de8a78ac3960e9db3f0ad7638a64354dd426af2cea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e9d5ac5bdc6cc958fbe586de8a78ac3960e9db3f0ad7638a64354dd426af2cea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a77dacb28d862dcd20f101adfa18f0022f735287814fb224690f159b58d18e0b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a77dacb28d862dcd20f101adfa18f0022f735287814fb224690f159b58d18e0b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a77dacb28d862dcd20f101adfa18f0022f735287814fb224690f159b58d18e0b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a916ab4e6fec61ea140df5624ac159a566b6a9f1953b2eec2e19175fef18a091_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a916ab4e6fec61ea140df5624ac159a566b6a9f1953b2eec2e19175fef18a091_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a916ab4e6fec61ea140df5624ac159a566b6a9f1953b2eec2e19175fef18a091_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e703a45143f2f4977be2351fa20a0296a0e11a8109091c7aaf86d835673b58bf_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e703a45143f2f4977be2351fa20a0296a0e11a8109091c7aaf86d835673b58bf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e703a45143f2f4977be2351fa20a0296a0e11a8109091c7aaf86d835673b58bf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:0ca16a4d0b9b6af6a67baf917fd7d0679d1c2e56785d127d1aac75225cea2cb7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:0ca16a4d0b9b6af6a67baf917fd7d0679d1c2e56785d127d1aac75225cea2cb7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:0ca16a4d0b9b6af6a67baf917fd7d0679d1c2e56785d127d1aac75225cea2cb7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ee5cfbac6e27957dcaa120512a8fee463b4fe8a24847933d14449b87d6e1255_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ee5cfbac6e27957dcaa120512a8fee463b4fe8a24847933d14449b87d6e1255_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ee5cfbac6e27957dcaa120512a8fee463b4fe8a24847933d14449b87d6e1255_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5c4ff05c1cbd3603c998255a268f97df293d8b7020d5ec70226621a3b3b3ace2_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5c4ff05c1cbd3603c998255a268f97df293d8b7020d5ec70226621a3b3b3ace2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5c4ff05c1cbd3603c998255a268f97df293d8b7020d5ec70226621a3b3b3ace2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9e28aef8c855d28d7d8e16bf26b20e047debba42747d105528d02ab1bceb4531_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9e28aef8c855d28d7d8e16bf26b20e047debba42747d105528d02ab1bceb4531_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9e28aef8c855d28d7d8e16bf26b20e047debba42747d105528d02ab1bceb4531_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:13e67d9352b1a1b8e0f9eebca0db1722209eb72d07ccc9241d0abbdb3bb89c76_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:13e67d9352b1a1b8e0f9eebca0db1722209eb72d07ccc9241d0abbdb3bb89c76_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:13e67d9352b1a1b8e0f9eebca0db1722209eb72d07ccc9241d0abbdb3bb89c76_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:62fd7a8a8659ab92d6baa105f6917b31969c18f5f2be7dfa52b95f55a9394e21_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:62fd7a8a8659ab92d6baa105f6917b31969c18f5f2be7dfa52b95f55a9394e21_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:62fd7a8a8659ab92d6baa105f6917b31969c18f5f2be7dfa52b95f55a9394e21_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:72b04a33634dffc69245d23ceee3f816c6dbe7f14fe62487e826ff9fb03fa32b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:72b04a33634dffc69245d23ceee3f816c6dbe7f14fe62487e826ff9fb03fa32b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:72b04a33634dffc69245d23ceee3f816c6dbe7f14fe62487e826ff9fb03fa32b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f323dd66eebf111076039d019333e92972afcf796732001cbec73a81f9319947_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f323dd66eebf111076039d019333e92972afcf796732001cbec73a81f9319947_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f323dd66eebf111076039d019333e92972afcf796732001cbec73a81f9319947_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2bae39d98cba7dd92ce076fdc9cd3132ecb03c72e79209efdf1082292bcb30c3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2bae39d98cba7dd92ce076fdc9cd3132ecb03c72e79209efdf1082292bcb30c3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2bae39d98cba7dd92ce076fdc9cd3132ecb03c72e79209efdf1082292bcb30c3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bae2eef091ede6aa9f6e955b1e08dc944e77b3077331f7f4821f0455ff3d5b51_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bae2eef091ede6aa9f6e955b1e08dc944e77b3077331f7f4821f0455ff3d5b51_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bae2eef091ede6aa9f6e955b1e08dc944e77b3077331f7f4821f0455ff3d5b51_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c09974d6271b6514595ebb7cc64c504dd90567070e81bf916eebfc252eed4d6d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c09974d6271b6514595ebb7cc64c504dd90567070e81bf916eebfc252eed4d6d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c09974d6271b6514595ebb7cc64c504dd90567070e81bf916eebfc252eed4d6d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ca137b820a6edd849d6e4587b542aeafb2180c28706460786233b6d69f033890_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ca137b820a6edd849d6e4587b542aeafb2180c28706460786233b6d69f033890_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ca137b820a6edd849d6e4587b542aeafb2180c28706460786233b6d69f033890_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:266f23b9d3058866325fb98097356422b10bf6c8a9b3d9a56bc81839b4b4ea3f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:266f23b9d3058866325fb98097356422b10bf6c8a9b3d9a56bc81839b4b4ea3f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:266f23b9d3058866325fb98097356422b10bf6c8a9b3d9a56bc81839b4b4ea3f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3b17a0f069ce28f317d3d26ad87781f319be01958bc66c80adc5374558a56ef7_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3b17a0f069ce28f317d3d26ad87781f319be01958bc66c80adc5374558a56ef7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3b17a0f069ce28f317d3d26ad87781f319be01958bc66c80adc5374558a56ef7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58ea91163b69c7fefe2c40a3934df54540191bd179805a929a7ccfc94b2c0831_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58ea91163b69c7fefe2c40a3934df54540191bd179805a929a7ccfc94b2c0831_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58ea91163b69c7fefe2c40a3934df54540191bd179805a929a7ccfc94b2c0831_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:da9686ac5a0ccc25559a3a0771fb8a2e9fca49ae33a3169f00dcc568dfbf1dba_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:da9686ac5a0ccc25559a3a0771fb8a2e9fca49ae33a3169f00dcc568dfbf1dba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:da9686ac5a0ccc25559a3a0771fb8a2e9fca49ae33a3169f00dcc568dfbf1dba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:65a366fc780a3942d9757247cdc7def9e71273ccf828bab7bb0098b6f6ed19ba_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:65a366fc780a3942d9757247cdc7def9e71273ccf828bab7bb0098b6f6ed19ba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:65a366fc780a3942d9757247cdc7def9e71273ccf828bab7bb0098b6f6ed19ba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8ab03c9d222e1a373d1cc6eab06e444c2355e375f36e4f5698ead76bbd707c4e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8ab03c9d222e1a373d1cc6eab06e444c2355e375f36e4f5698ead76bbd707c4e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8ab03c9d222e1a373d1cc6eab06e444c2355e375f36e4f5698ead76bbd707c4e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:28e88cbc8a1dc0e37c9bbd388b3a691ecbafe221a2fa2caf4365e9b7263d9206_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:28e88cbc8a1dc0e37c9bbd388b3a691ecbafe221a2fa2caf4365e9b7263d9206_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:28e88cbc8a1dc0e37c9bbd388b3a691ecbafe221a2fa2caf4365e9b7263d9206_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ed5812ba145369c0c9959d7ec346d46d022b00042e69d83b4184a6f48ca792af_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ed5812ba145369c0c9959d7ec346d46d022b00042e69d83b4184a6f48ca792af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ed5812ba145369c0c9959d7ec346d46d022b00042e69d83b4184a6f48ca792af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4a7ab61995d3290e36791ccabe46a29b499b5232728422e6c24711b4fa4d592a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4a7ab61995d3290e36791ccabe46a29b499b5232728422e6c24711b4fa4d592a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4a7ab61995d3290e36791ccabe46a29b499b5232728422e6c24711b4fa4d592a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7e394fada1c6c3c28bbb391f318a1f717ff743c7ed34abc633641a1d2960bf97_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7e394fada1c6c3c28bbb391f318a1f717ff743c7ed34abc633641a1d2960bf97_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7e394fada1c6c3c28bbb391f318a1f717ff743c7ed34abc633641a1d2960bf97_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:06621ca9cb2f365d3764dd781fb492c1283cec81fecdca9a5e10201ad03543ef_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:06621ca9cb2f365d3764dd781fb492c1283cec81fecdca9a5e10201ad03543ef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:06621ca9cb2f365d3764dd781fb492c1283cec81fecdca9a5e10201ad03543ef_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6970b73943c27964df5975cae1a292c6e7edbdd031a429c728c7298aa128e12f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6970b73943c27964df5975cae1a292c6e7edbdd031a429c728c7298aa128e12f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6970b73943c27964df5975cae1a292c6e7edbdd031a429c728c7298aa128e12f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b8ae2b4dce670fca6d613d3a1e9f3570d1c77504e29f05bfc5ae9d88d7991307_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b8ae2b4dce670fca6d613d3a1e9f3570d1c77504e29f05bfc5ae9d88d7991307_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b8ae2b4dce670fca6d613d3a1e9f3570d1c77504e29f05bfc5ae9d88d7991307_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:6c0b6196b8f9e0266f25ca2e37284f68c1f06f0feaa25574b083e4e8cd4c02a8_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:6c0b6196b8f9e0266f25ca2e37284f68c1f06f0feaa25574b083e4e8cd4c02a8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:6c0b6196b8f9e0266f25ca2e37284f68c1f06f0feaa25574b083e4e8cd4c02a8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ca0e4a1f87e1bb6029d793554be2c953f8dd55fb1591544015f8dc8a65373af7_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ca0e4a1f87e1bb6029d793554be2c953f8dd55fb1591544015f8dc8a65373af7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ca0e4a1f87e1bb6029d793554be2c953f8dd55fb1591544015f8dc8a65373af7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:013a855b2a847be9c7e57b0690aaf165b35baa9f1fe351d35a719b0a7b840490_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:013a855b2a847be9c7e57b0690aaf165b35baa9f1fe351d35a719b0a7b840490_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:013a855b2a847be9c7e57b0690aaf165b35baa9f1fe351d35a719b0a7b840490_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:fdd18f19f35a5b83c46ea3b20cc0fd5200a65a7037d567da67eb1741346983bd_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:fdd18f19f35a5b83c46ea3b20cc0fd5200a65a7037d567da67eb1741346983bd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:fdd18f19f35a5b83c46ea3b20cc0fd5200a65a7037d567da67eb1741346983bd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bcf553df3b692d5aec7ff55b58c87a5170d1eb778e15a62ff43def38041c32a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bcf553df3b692d5aec7ff55b58c87a5170d1eb778e15a62ff43def38041c32a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bcf553df3b692d5aec7ff55b58c87a5170d1eb778e15a62ff43def38041c32a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7e861956b9376d477d59eb2c5f595bcadd7ca46b608360186cd4465361c4e884_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7e861956b9376d477d59eb2c5f595bcadd7ca46b608360186cd4465361c4e884_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7e861956b9376d477d59eb2c5f595bcadd7ca46b608360186cd4465361c4e884_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9d6cf598f5f75c6f0ff8a82917fa3a3d7d278a460e15666a364931fd271c05d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9d6cf598f5f75c6f0ff8a82917fa3a3d7d278a460e15666a364931fd271c05d4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9d6cf598f5f75c6f0ff8a82917fa3a3d7d278a460e15666a364931fd271c05d4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf4cfa239d019887fe1986593a63102525620018322935e7a6cbfe1d5e55e639_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf4cfa239d019887fe1986593a63102525620018322935e7a6cbfe1d5e55e639_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf4cfa239d019887fe1986593a63102525620018322935e7a6cbfe1d5e55e639_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:2d2c3756c9ffdbf93f2570e30191e2f387a06097583186f3191b748eb5017c36_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:2d2c3756c9ffdbf93f2570e30191e2f387a06097583186f3191b748eb5017c36_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:2d2c3756c9ffdbf93f2570e30191e2f387a06097583186f3191b748eb5017c36_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:62e69e5662dba550b1e584a193b3fd70e036ccc6714c7f69d091d28c2e6a1495_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:62e69e5662dba550b1e584a193b3fd70e036ccc6714c7f69d091d28c2e6a1495_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:62e69e5662dba550b1e584a193b3fd70e036ccc6714c7f69d091d28c2e6a1495_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9270a8ff2edad2d7acde9c7a1c84ec030351938512e2fc7981aebcfb6330d815_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9270a8ff2edad2d7acde9c7a1c84ec030351938512e2fc7981aebcfb6330d815_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9270a8ff2edad2d7acde9c7a1c84ec030351938512e2fc7981aebcfb6330d815_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:def985e97d5426d36180099df42125e9c39cc8d206e1bc54c4a38ffc2953ee38_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:def985e97d5426d36180099df42125e9c39cc8d206e1bc54c4a38ffc2953ee38_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:def985e97d5426d36180099df42125e9c39cc8d206e1bc54c4a38ffc2953ee38_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3709c662fb71e46f26c27993388e736d6a4974ee17861e447078e22e1cccc185_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3709c662fb71e46f26c27993388e736d6a4974ee17861e447078e22e1cccc185_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3709c662fb71e46f26c27993388e736d6a4974ee17861e447078e22e1cccc185_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8f1abea09f8a686842633f0243e5ad462dea18c305541379042347763c1df557_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8f1abea09f8a686842633f0243e5ad462dea18c305541379042347763c1df557_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8f1abea09f8a686842633f0243e5ad462dea18c305541379042347763c1df557_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a81a416cda5bf5aeeda421afae470b1ed3178b0309c313373ad6a2467ace4a30_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a81a416cda5bf5aeeda421afae470b1ed3178b0309c313373ad6a2467ace4a30_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a81a416cda5bf5aeeda421afae470b1ed3178b0309c313373ad6a2467ace4a30_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:dd66cde9c261e4666820c718a1c4efdc055c2b19c3d1f4cb614f3abe2e8f27c5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:dd66cde9c261e4666820c718a1c4efdc055c2b19c3d1f4cb614f3abe2e8f27c5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:dd66cde9c261e4666820c718a1c4efdc055c2b19c3d1f4cb614f3abe2e8f27c5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:153998aebf252abd79f680dddea81f4e35799b0538053baf02aeef8f6b8ba742_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:153998aebf252abd79f680dddea81f4e35799b0538053baf02aeef8f6b8ba742_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:153998aebf252abd79f680dddea81f4e35799b0538053baf02aeef8f6b8ba742_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:30b751bab9d80773080eaa80e5e1c55b851e153ca0b83d2071bbfdc6a4cb6caa_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:30b751bab9d80773080eaa80e5e1c55b851e153ca0b83d2071bbfdc6a4cb6caa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:30b751bab9d80773080eaa80e5e1c55b851e153ca0b83d2071bbfdc6a4cb6caa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:cb8a6ac71c368d5cf3779ad48b3faab80290c6b5b26e1e73ef4a9bddba0108aa_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:cb8a6ac71c368d5cf3779ad48b3faab80290c6b5b26e1e73ef4a9bddba0108aa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:cb8a6ac71c368d5cf3779ad48b3faab80290c6b5b26e1e73ef4a9bddba0108aa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edba2471c3183bd561f07676981f4065ec478de4c07e8cb53b9b04b6cf1627a6_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edba2471c3183bd561f07676981f4065ec478de4c07e8cb53b9b04b6cf1627a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edba2471c3183bd561f07676981f4065ec478de4c07e8cb53b9b04b6cf1627a6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0f96c74d5f8d8eb9611be2fb046597cb774927c710ee8b3879aa606060d71fc7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0f96c74d5f8d8eb9611be2fb046597cb774927c710ee8b3879aa606060d71fc7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0f96c74d5f8d8eb9611be2fb046597cb774927c710ee8b3879aa606060d71fc7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c058a9685be32bebf22d126b71cd659fd218b5d230e1a04899bfc00f0b7a00fc_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c058a9685be32bebf22d126b71cd659fd218b5d230e1a04899bfc00f0b7a00fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c058a9685be32bebf22d126b71cd659fd218b5d230e1a04899bfc00f0b7a00fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a39d4f99cdac59a0c0e6c7f48209e74cc229bb2015faa9832a7be3ee2917a70a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a39d4f99cdac59a0c0e6c7f48209e74cc229bb2015faa9832a7be3ee2917a70a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a39d4f99cdac59a0c0e6c7f48209e74cc229bb2015faa9832a7be3ee2917a70a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b50f0db0b7c55868ae41b33635d3b56ab545a12e77eb13e5e480dabb722c0797_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b50f0db0b7c55868ae41b33635d3b56ab545a12e77eb13e5e480dabb722c0797_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b50f0db0b7c55868ae41b33635d3b56ab545a12e77eb13e5e480dabb722c0797_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c9cb451aa7bdc1d683eb6177274948d19139c63cf58b3a30b9148cfe64f924ff_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c9cb451aa7bdc1d683eb6177274948d19139c63cf58b3a30b9148cfe64f924ff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c9cb451aa7bdc1d683eb6177274948d19139c63cf58b3a30b9148cfe64f924ff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f654760cab7af4db4a5068c1070a810af22077a3159c3b797e41954b77608992_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f654760cab7af4db4a5068c1070a810af22077a3159c3b797e41954b77608992_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f654760cab7af4db4a5068c1070a810af22077a3159c3b797e41954b77608992_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3321da2c0354d937133ffe5ef5074e94e4a73822f28a003f2d5b71c4ea239614_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3321da2c0354d937133ffe5ef5074e94e4a73822f28a003f2d5b71c4ea239614_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3321da2c0354d937133ffe5ef5074e94e4a73822f28a003f2d5b71c4ea239614_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:adfe810e047c891c8a9809a732ceaa6acb1b2ac9ddd60e43c19390eb442683f7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:adfe810e047c891c8a9809a732ceaa6acb1b2ac9ddd60e43c19390eb442683f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:adfe810e047c891c8a9809a732ceaa6acb1b2ac9ddd60e43c19390eb442683f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3374f03e1b28198008bf56514db6783b88e976dcc2e8e6f08d2d2c2c71feb8d4_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3374f03e1b28198008bf56514db6783b88e976dcc2e8e6f08d2d2c2c71feb8d4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3374f03e1b28198008bf56514db6783b88e976dcc2e8e6f08d2d2c2c71feb8d4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ba7f407bfdfcd6f41ae16dc49313e6b282c3e844733abb2e41360a6d0994a8c7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ba7f407bfdfcd6f41ae16dc49313e6b282c3e844733abb2e41360a6d0994a8c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ba7f407bfdfcd6f41ae16dc49313e6b282c3e844733abb2e41360a6d0994a8c7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c8bc2648558ff854276c85dbffd8c07bd806ef54f1e604eacdd8564a71d2c460_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c8bc2648558ff854276c85dbffd8c07bd806ef54f1e604eacdd8564a71d2c460_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c8bc2648558ff854276c85dbffd8c07bd806ef54f1e604eacdd8564a71d2c460_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e8452d1e45be67158e63308de41bdaf43105be4be1cb1256efa534fa0abada3e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e8452d1e45be67158e63308de41bdaf43105be4be1cb1256efa534fa0abada3e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e8452d1e45be67158e63308de41bdaf43105be4be1cb1256efa534fa0abada3e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:70c36b8768e4ccbba9a91d338c568c5a4978959b36f60977b00017aa6b6022f0_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:70c36b8768e4ccbba9a91d338c568c5a4978959b36f60977b00017aa6b6022f0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:70c36b8768e4ccbba9a91d338c568c5a4978959b36f60977b00017aa6b6022f0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:81f042dfe236c4ce3412e70808e364d3f3531f8b069f7d62722622ead44266f4_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:81f042dfe236c4ce3412e70808e364d3f3531f8b069f7d62722622ead44266f4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:81f042dfe236c4ce3412e70808e364d3f3531f8b069f7d62722622ead44266f4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b00b93bfc4c496af160bcc86f782e3074e9f215cd51d52a504b5705fb08523a0_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b00b93bfc4c496af160bcc86f782e3074e9f215cd51d52a504b5705fb08523a0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b00b93bfc4c496af160bcc86f782e3074e9f215cd51d52a504b5705fb08523a0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ea288afe2c66cb46cccd27c38c9e906b985930761df642352c7fce528463c860_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ea288afe2c66cb46cccd27c38c9e906b985930761df642352c7fce528463c860_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ea288afe2c66cb46cccd27c38c9e906b985930761df642352c7fce528463c860_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:41640b950f7b4576d1af406eddaa83ecc8968284b59041b065ab57aa82ebca46_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:41640b950f7b4576d1af406eddaa83ecc8968284b59041b065ab57aa82ebca46_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:41640b950f7b4576d1af406eddaa83ecc8968284b59041b065ab57aa82ebca46_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6653237e916b6d1e79d45b0c550d374a4e1f4ecb60ef09eb3d52fa607c36c732_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6653237e916b6d1e79d45b0c550d374a4e1f4ecb60ef09eb3d52fa607c36c732_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6653237e916b6d1e79d45b0c550d374a4e1f4ecb60ef09eb3d52fa607c36c732_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:816527f509226ffd1abcfb357bb70737e0377f07a0cc9da545b6d5b9d7451b03_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:816527f509226ffd1abcfb357bb70737e0377f07a0cc9da545b6d5b9d7451b03_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:816527f509226ffd1abcfb357bb70737e0377f07a0cc9da545b6d5b9d7451b03_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a8b79f0c063bac2444f8521fb49541177fb3e2a9a7226e58a4346734297d8ecd_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a8b79f0c063bac2444f8521fb49541177fb3e2a9a7226e58a4346734297d8ecd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a8b79f0c063bac2444f8521fb49541177fb3e2a9a7226e58a4346734297d8ecd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:16965aa70f69d12c738d0ae6c6392cc64e8fd4da00cac0c362bbb56a4b327592_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:16965aa70f69d12c738d0ae6c6392cc64e8fd4da00cac0c362bbb56a4b327592_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:16965aa70f69d12c738d0ae6c6392cc64e8fd4da00cac0c362bbb56a4b327592_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7b14439bd697c626a5b0ba4c794aeef6840fb120d25de5769f586b63f5e8c21d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7b14439bd697c626a5b0ba4c794aeef6840fb120d25de5769f586b63f5e8c21d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7b14439bd697c626a5b0ba4c794aeef6840fb120d25de5769f586b63f5e8c21d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9498a0b32a368a487ba210dadd6c83fc49dffde7d70eb8c37fbe33ce7ff55682_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9498a0b32a368a487ba210dadd6c83fc49dffde7d70eb8c37fbe33ce7ff55682_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9498a0b32a368a487ba210dadd6c83fc49dffde7d70eb8c37fbe33ce7ff55682_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:abfac5af957f2e5ef2ed5cc4c7c026908f1716b3feaaf7aa7eb6441eab518087_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:abfac5af957f2e5ef2ed5cc4c7c026908f1716b3feaaf7aa7eb6441eab518087_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:abfac5af957f2e5ef2ed5cc4c7c026908f1716b3feaaf7aa7eb6441eab518087_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:13e6cfcc7ab587e3f3f5015c3b8bf467d7563dc2d53722be233ff1d85ae9cd49_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:13e6cfcc7ab587e3f3f5015c3b8bf467d7563dc2d53722be233ff1d85ae9cd49_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:13e6cfcc7ab587e3f3f5015c3b8bf467d7563dc2d53722be233ff1d85ae9cd49_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3958156fe201f7b059417ed19f2276cbd87f6c4ddea5866966ce9f5886228e4b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3958156fe201f7b059417ed19f2276cbd87f6c4ddea5866966ce9f5886228e4b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3958156fe201f7b059417ed19f2276cbd87f6c4ddea5866966ce9f5886228e4b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9085d37fe1a5d3343a3b8b87b76a61f244f92364bc5bde23e3e1639bad73c819_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9085d37fe1a5d3343a3b8b87b76a61f244f92364bc5bde23e3e1639bad73c819_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9085d37fe1a5d3343a3b8b87b76a61f244f92364bc5bde23e3e1639bad73c819_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e23af8d94203ea514494841ce51e21e9e16d44beea289e75a2c34b928cc07893_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e23af8d94203ea514494841ce51e21e9e16d44beea289e75a2c34b928cc07893_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e23af8d94203ea514494841ce51e21e9e16d44beea289e75a2c34b928cc07893_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1caae9280a77802b59c36a005dc6e205aadda4a0a00a903730c124cac1ad060d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1caae9280a77802b59c36a005dc6e205aadda4a0a00a903730c124cac1ad060d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1caae9280a77802b59c36a005dc6e205aadda4a0a00a903730c124cac1ad060d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3385bb4995e49cf72cde1871746b6189d1d209081cffe50995588adbfc2c8c15_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3385bb4995e49cf72cde1871746b6189d1d209081cffe50995588adbfc2c8c15_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3385bb4995e49cf72cde1871746b6189d1d209081cffe50995588adbfc2c8c15_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4008f600f3161e71129cc01bfbf6c5d8a3fd27822047f1dadfe346e684dc3166_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4008f600f3161e71129cc01bfbf6c5d8a3fd27822047f1dadfe346e684dc3166_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4008f600f3161e71129cc01bfbf6c5d8a3fd27822047f1dadfe346e684dc3166_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7e59dc2d6b34def620602ed39be739f46d03df23978b22a18a890066843e31b7_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7e59dc2d6b34def620602ed39be739f46d03df23978b22a18a890066843e31b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7e59dc2d6b34def620602ed39be739f46d03df23978b22a18a890066843e31b7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:021c425fa68df6131d92bbb677573c12b2e6bd59109312de9d21c408b0b16cdd_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:021c425fa68df6131d92bbb677573c12b2e6bd59109312de9d21c408b0b16cdd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:021c425fa68df6131d92bbb677573c12b2e6bd59109312de9d21c408b0b16cdd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a9cde5d4ec7a86753dfbe7e5a8708af7cdd3f646da6e5bc75a0a00313a75d63_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a9cde5d4ec7a86753dfbe7e5a8708af7cdd3f646da6e5bc75a0a00313a75d63_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a9cde5d4ec7a86753dfbe7e5a8708af7cdd3f646da6e5bc75a0a00313a75d63_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:28971127a76ab3ee2e53a3a27c27d0188ee87a55e68fe736a840aa90764ce975_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:28971127a76ab3ee2e53a3a27c27d0188ee87a55e68fe736a840aa90764ce975_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:28971127a76ab3ee2e53a3a27c27d0188ee87a55e68fe736a840aa90764ce975_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7257eda6b816680a3583dfdb4c22018b801685074daccc987b97914c3cb5164c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7257eda6b816680a3583dfdb4c22018b801685074daccc987b97914c3cb5164c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7257eda6b816680a3583dfdb4c22018b801685074daccc987b97914c3cb5164c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1bc5323614e43b8dd150f7ac7fb873b7dee0ceb4f967e7a92b1c70d5d598a30_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1bc5323614e43b8dd150f7ac7fb873b7dee0ceb4f967e7a92b1c70d5d598a30_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1bc5323614e43b8dd150f7ac7fb873b7dee0ceb4f967e7a92b1c70d5d598a30_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e2fac36d1432b3667e9943318d2ea43a3c3f1c3809d51bccc0124debff692330_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e2fac36d1432b3667e9943318d2ea43a3c3f1c3809d51bccc0124debff692330_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e2fac36d1432b3667e9943318d2ea43a3c3f1c3809d51bccc0124debff692330_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b2765dccc3eb59e63179546ef022310727628b8ee821da97d42523caefb83659_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b2765dccc3eb59e63179546ef022310727628b8ee821da97d42523caefb83659_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b2765dccc3eb59e63179546ef022310727628b8ee821da97d42523caefb83659_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fe6009d056ffcaa503e1384b188495746d1653f06bf1463f58687c2dabcaf5c7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fe6009d056ffcaa503e1384b188495746d1653f06bf1463f58687c2dabcaf5c7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fe6009d056ffcaa503e1384b188495746d1653f06bf1463f58687c2dabcaf5c7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:29971495cfa61dc31d498923fc8bcbb5b9fb9b9b08fc10a2bf4dac8190edbed2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:29971495cfa61dc31d498923fc8bcbb5b9fb9b9b08fc10a2bf4dac8190edbed2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:29971495cfa61dc31d498923fc8bcbb5b9fb9b9b08fc10a2bf4dac8190edbed2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:422cbd6dee482699ce334c69f4cf359526b37f61447d8ddc9a1e783cf5797c09_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:422cbd6dee482699ce334c69f4cf359526b37f61447d8ddc9a1e783cf5797c09_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:422cbd6dee482699ce334c69f4cf359526b37f61447d8ddc9a1e783cf5797c09_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f414d1419790d08c6feae5a56e738a57481c174faa2106721f6ad5230fedf57a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f414d1419790d08c6feae5a56e738a57481c174faa2106721f6ad5230fedf57a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f414d1419790d08c6feae5a56e738a57481c174faa2106721f6ad5230fedf57a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:41a2e6488343bbba1b487e369357e6a66ca21e57bc0b4a53f714e75bc760e8e9_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:41a2e6488343bbba1b487e369357e6a66ca21e57bc0b4a53f714e75bc760e8e9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:41a2e6488343bbba1b487e369357e6a66ca21e57bc0b4a53f714e75bc760e8e9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3aab7461fb737236048ff061b7979748d8a30227654b5a8e2448c7a7bea5_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3aab7461fb737236048ff061b7979748d8a30227654b5a8e2448c7a7bea5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3aab7461fb737236048ff061b7979748d8a30227654b5a8e2448c7a7bea5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:84c90e09590beb2201a1942fe58e47cc93e1347894ad79706b2d2be5afe493a9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:84c90e09590beb2201a1942fe58e47cc93e1347894ad79706b2d2be5afe493a9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:84c90e09590beb2201a1942fe58e47cc93e1347894ad79706b2d2be5afe493a9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c26f3aabb772844192228352ba4f5c5dc64eb68747c3569e034a15ff2e77dbb_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c26f3aabb772844192228352ba4f5c5dc64eb68747c3569e034a15ff2e77dbb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c26f3aabb772844192228352ba4f5c5dc64eb68747c3569e034a15ff2e77dbb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:20320da2936481e478c10dd7bdd364b77efdc2780388766c88d7cd485e76a4a9_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:20320da2936481e478c10dd7bdd364b77efdc2780388766c88d7cd485e76a4a9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:20320da2936481e478c10dd7bdd364b77efdc2780388766c88d7cd485e76a4a9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:76e48fe2aaffab84f7e7e1762d0ba9cb8be05f529fd3e2e8adcddb065a8fb7ce_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:76e48fe2aaffab84f7e7e1762d0ba9cb8be05f529fd3e2e8adcddb065a8fb7ce_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:76e48fe2aaffab84f7e7e1762d0ba9cb8be05f529fd3e2e8adcddb065a8fb7ce_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d15f09050abe53bddff206574ce5319490ed63732ce85876fd47bf352acb6fbf_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d15f09050abe53bddff206574ce5319490ed63732ce85876fd47bf352acb6fbf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d15f09050abe53bddff206574ce5319490ed63732ce85876fd47bf352acb6fbf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ebbf0bff2ff1c0560da71b067e4d239f50b51deb27b2604a5826201b2f3d1113_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ebbf0bff2ff1c0560da71b067e4d239f50b51deb27b2604a5826201b2f3d1113_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ebbf0bff2ff1c0560da71b067e4d239f50b51deb27b2604a5826201b2f3d1113_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:22c5156c1fca340012ffa80b5c108a43dc305c3d1cf00caad840c8a7f295d8e3_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:22c5156c1fca340012ffa80b5c108a43dc305c3d1cf00caad840c8a7f295d8e3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:22c5156c1fca340012ffa80b5c108a43dc305c3d1cf00caad840c8a7f295d8e3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:857bd392d78fecd52d0cbdec20e998cef4d23e51d4df4a28051abe2b64997fce_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:857bd392d78fecd52d0cbdec20e998cef4d23e51d4df4a28051abe2b64997fce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:857bd392d78fecd52d0cbdec20e998cef4d23e51d4df4a28051abe2b64997fce_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a1672dfebe033c4425eae8685099792eb0961e2eae66d824e9000843c4a21221_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a1672dfebe033c4425eae8685099792eb0961e2eae66d824e9000843c4a21221_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a1672dfebe033c4425eae8685099792eb0961e2eae66d824e9000843c4a21221_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc3fba4259ecc041fdb3a6d74573907aa33e5c14446cf40a03b89fdcfbd7d2b0_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc3fba4259ecc041fdb3a6d74573907aa33e5c14446cf40a03b89fdcfbd7d2b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc3fba4259ecc041fdb3a6d74573907aa33e5c14446cf40a03b89fdcfbd7d2b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7d08f80fe2a096b2f48a4c0b26f55ef420324dbad50e80634301dda7ec559c18_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7d08f80fe2a096b2f48a4c0b26f55ef420324dbad50e80634301dda7ec559c18_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7d08f80fe2a096b2f48a4c0b26f55ef420324dbad50e80634301dda7ec559c18_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b917d823ee4271235ed637673f727a91525bf5786e27aff7b452a6da410d6a1c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b917d823ee4271235ed637673f727a91525bf5786e27aff7b452a6da410d6a1c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b917d823ee4271235ed637673f727a91525bf5786e27aff7b452a6da410d6a1c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ba34a0e44d6ae7a9f34f32140e77d5123bc9be6e845f8247c7bd7417fd692134_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ba34a0e44d6ae7a9f34f32140e77d5123bc9be6e845f8247c7bd7417fd692134_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ba34a0e44d6ae7a9f34f32140e77d5123bc9be6e845f8247c7bd7417fd692134_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cdcd2fe52320aea18584d9333db162245f3dda12017f11aa73cb1e81b008959a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cdcd2fe52320aea18584d9333db162245f3dda12017f11aa73cb1e81b008959a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cdcd2fe52320aea18584d9333db162245f3dda12017f11aa73cb1e81b008959a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:45fc37a08ab295d81c0de16b327cc98bc5e784ada95695c95aceb56596304939_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:45fc37a08ab295d81c0de16b327cc98bc5e784ada95695c95aceb56596304939_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:45fc37a08ab295d81c0de16b327cc98bc5e784ada95695c95aceb56596304939_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7f9e48b6a06e6e2e1543e96e5749cf243ea8535ebb3386e16938badf34070617_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7f9e48b6a06e6e2e1543e96e5749cf243ea8535ebb3386e16938badf34070617_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7f9e48b6a06e6e2e1543e96e5749cf243ea8535ebb3386e16938badf34070617_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b880a425adeceed5d62f386d574fd3cb1b7fa8253271afff3575d9667969ff66_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b880a425adeceed5d62f386d574fd3cb1b7fa8253271afff3575d9667969ff66_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b880a425adeceed5d62f386d574fd3cb1b7fa8253271afff3575d9667969ff66_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2e60766f06cf26d4ea4d083fd68322d494715307ccacb2f01e0843be3a6a893_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2e60766f06cf26d4ea4d083fd68322d494715307ccacb2f01e0843be3a6a893_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2e60766f06cf26d4ea4d083fd68322d494715307ccacb2f01e0843be3a6a893_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:08608e66dc84b9eaecaeb540308254ac998b33816c089924d96b82d384f36fc0_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:08608e66dc84b9eaecaeb540308254ac998b33816c089924d96b82d384f36fc0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:08608e66dc84b9eaecaeb540308254ac998b33816c089924d96b82d384f36fc0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:738f03078222d52943dde03fe41defeb7615af11cb4f8fc43ca967c2afc3f0e0_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:738f03078222d52943dde03fe41defeb7615af11cb4f8fc43ca967c2afc3f0e0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:738f03078222d52943dde03fe41defeb7615af11cb4f8fc43ca967c2afc3f0e0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9d92dc54235004733c3440b8eb4c497d0c97205d9f03758b84af340ad4b9a068_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9d92dc54235004733c3440b8eb4c497d0c97205d9f03758b84af340ad4b9a068_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9d92dc54235004733c3440b8eb4c497d0c97205d9f03758b84af340ad4b9a068_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:dbd364e145579fb75f8c25b6d5f9c90f3ee7a03c1a23da0ea2d0ab5f8fd73f59_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:dbd364e145579fb75f8c25b6d5f9c90f3ee7a03c1a23da0ea2d0ab5f8fd73f59_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:dbd364e145579fb75f8c25b6d5f9c90f3ee7a03c1a23da0ea2d0ab5f8fd73f59_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:88710de25e7a5146b468aa223266403e9251afc0ddbd4cb813f6d2e91c8b17c3_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:88710de25e7a5146b468aa223266403e9251afc0ddbd4cb813f6d2e91c8b17c3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:88710de25e7a5146b468aa223266403e9251afc0ddbd4cb813f6d2e91c8b17c3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cf4c75f710db1a26be77cd4b8919764bb6997f6243fede69fe8310ff7fa568d9_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cf4c75f710db1a26be77cd4b8919764bb6997f6243fede69fe8310ff7fa568d9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cf4c75f710db1a26be77cd4b8919764bb6997f6243fede69fe8310ff7fa568d9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e0420d92c6151f4f9b64ba218105b3477ee30deb04234ff7f34717831c34403d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e0420d92c6151f4f9b64ba218105b3477ee30deb04234ff7f34717831c34403d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e0420d92c6151f4f9b64ba218105b3477ee30deb04234ff7f34717831c34403d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f501823a3c27d1b5bccbcaeb463647d775db48dab5ad47c7e46344f0209eac34_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f501823a3c27d1b5bccbcaeb463647d775db48dab5ad47c7e46344f0209eac34_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f501823a3c27d1b5bccbcaeb463647d775db48dab5ad47c7e46344f0209eac34_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1d4fb509bae3d60dba09db60aa021fccf57814622d50dce2736ed3d874ab53f1_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1d4fb509bae3d60dba09db60aa021fccf57814622d50dce2736ed3d874ab53f1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1d4fb509bae3d60dba09db60aa021fccf57814622d50dce2736ed3d874ab53f1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:4100483ce23b90445a9f218d1435df42c081238db5e61048db14354476897617_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:4100483ce23b90445a9f218d1435df42c081238db5e61048db14354476897617_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:4100483ce23b90445a9f218d1435df42c081238db5e61048db14354476897617_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5c1b4bb7c281299afa1c2046d26f2606cc1e31ae80223215300b945065dbea85_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5c1b4bb7c281299afa1c2046d26f2606cc1e31ae80223215300b945065dbea85_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5c1b4bb7c281299afa1c2046d26f2606cc1e31ae80223215300b945065dbea85_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b3a4a0fb9b5d564c5a0525410688b848245971fa5b3a431bd6bd9527303ca8f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b3a4a0fb9b5d564c5a0525410688b848245971fa5b3a431bd6bd9527303ca8f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b3a4a0fb9b5d564c5a0525410688b848245971fa5b3a431bd6bd9527303ca8f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2e6e196f622484b8759e286acee0d64c9885fca8b45f5bef555984254f969295_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2e6e196f622484b8759e286acee0d64c9885fca8b45f5bef555984254f969295_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2e6e196f622484b8759e286acee0d64c9885fca8b45f5bef555984254f969295_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:4a7747327885e9e13ec93b66adf83e43170bc5e222d7269ad34ddaf1569562a4_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:4a7747327885e9e13ec93b66adf83e43170bc5e222d7269ad34ddaf1569562a4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:4a7747327885e9e13ec93b66adf83e43170bc5e222d7269ad34ddaf1569562a4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7a3d67f34b138a6dc3e7a73bd8fa01d44e5e27bb26f3e3efacb2b798936a6bd8_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7a3d67f34b138a6dc3e7a73bd8fa01d44e5e27bb26f3e3efacb2b798936a6bd8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7a3d67f34b138a6dc3e7a73bd8fa01d44e5e27bb26f3e3efacb2b798936a6bd8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:843f7875b8ce6f256cc05932cb0a6d07de31f4f2eaff42ae2ae688a67a120a3a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:843f7875b8ce6f256cc05932cb0a6d07de31f4f2eaff42ae2ae688a67a120a3a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:843f7875b8ce6f256cc05932cb0a6d07de31f4f2eaff42ae2ae688a67a120a3a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8584e1c4911f63bf476df0c5efcdd3decaf0fb4cbd1fb4c430d5e0dd5cf3972f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8584e1c4911f63bf476df0c5efcdd3decaf0fb4cbd1fb4c430d5e0dd5cf3972f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8584e1c4911f63bf476df0c5efcdd3decaf0fb4cbd1fb4c430d5e0dd5cf3972f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9a944f0ae22157d54c99134e3ce72a00e5578c0b2dc8b8a9ecb4cf12c97f9871_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9a944f0ae22157d54c99134e3ce72a00e5578c0b2dc8b8a9ecb4cf12c97f9871_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9a944f0ae22157d54c99134e3ce72a00e5578c0b2dc8b8a9ecb4cf12c97f9871_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9d9c87009fe397855424b8310404bac6f17a95824815c5b8f5b4e0adeccee18b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9d9c87009fe397855424b8310404bac6f17a95824815c5b8f5b4e0adeccee18b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9d9c87009fe397855424b8310404bac6f17a95824815c5b8f5b4e0adeccee18b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f2a3bce00786ce4a7bb2678f9da5437d99d85cdc4c5da3a7ee7aa3992d4fe99a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f2a3bce00786ce4a7bb2678f9da5437d99d85cdc4c5da3a7ee7aa3992d4fe99a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f2a3bce00786ce4a7bb2678f9da5437d99d85cdc4c5da3a7ee7aa3992d4fe99a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3507c99271d4c8fd63e0de6abac1b52885ba1aa53f5941854eeeb1d2d5ad32fd_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3507c99271d4c8fd63e0de6abac1b52885ba1aa53f5941854eeeb1d2d5ad32fd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3507c99271d4c8fd63e0de6abac1b52885ba1aa53f5941854eeeb1d2d5ad32fd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:64288a1ef853ade5b9337948c412c38ff82d37b3eec4117e6a74adf14c9cd61e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:64288a1ef853ade5b9337948c412c38ff82d37b3eec4117e6a74adf14c9cd61e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:64288a1ef853ade5b9337948c412c38ff82d37b3eec4117e6a74adf14c9cd61e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bde1394874892df5b6ad35fe5341f6aec7ab812e32e383a3f3e03bc7e99ed214_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bde1394874892df5b6ad35fe5341f6aec7ab812e32e383a3f3e03bc7e99ed214_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bde1394874892df5b6ad35fe5341f6aec7ab812e32e383a3f3e03bc7e99ed214_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c8908b7417bc7c02e879be54c3e7caea1c4f6ce772b94c7b504cc310b5b0534a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c8908b7417bc7c02e879be54c3e7caea1c4f6ce772b94c7b504cc310b5b0534a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c8908b7417bc7c02e879be54c3e7caea1c4f6ce772b94c7b504cc310b5b0534a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1689ebb475fcb1d8021057f26ef090534fbe210716392ec68bdeba70774dc04f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1689ebb475fcb1d8021057f26ef090534fbe210716392ec68bdeba70774dc04f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1689ebb475fcb1d8021057f26ef090534fbe210716392ec68bdeba70774dc04f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:57428c891e72813e82f76b384a1bd76d97c0db8c174b47aaaa22c82c2fc0fd9c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:57428c891e72813e82f76b384a1bd76d97c0db8c174b47aaaa22c82c2fc0fd9c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:57428c891e72813e82f76b384a1bd76d97c0db8c174b47aaaa22c82c2fc0fd9c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b0e7613b2748ea590e6e31818a48d5d8685fe410b105c342ad0b871b9df87f87_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b0e7613b2748ea590e6e31818a48d5d8685fe410b105c342ad0b871b9df87f87_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b0e7613b2748ea590e6e31818a48d5d8685fe410b105c342ad0b871b9df87f87_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ffd8c8d91e515cb359d849ba9860ad2efe2f2c8acdc619ef1ca812de8722ebb1_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ffd8c8d91e515cb359d849ba9860ad2efe2f2c8acdc619ef1ca812de8722ebb1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ffd8c8d91e515cb359d849ba9860ad2efe2f2c8acdc619ef1ca812de8722ebb1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0148c33aeac15cb3abbb2b850e863c30f089a39619ffad93c00e8c9d44db3a9b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0148c33aeac15cb3abbb2b850e863c30f089a39619ffad93c00e8c9d44db3a9b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0148c33aeac15cb3abbb2b850e863c30f089a39619ffad93c00e8c9d44db3a9b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0d3ace6a71014b4fcf273ba1128b4ad3d8b8e3c8c90c97dfe4f9ca19a07e76d2_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0d3ace6a71014b4fcf273ba1128b4ad3d8b8e3c8c90c97dfe4f9ca19a07e76d2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0d3ace6a71014b4fcf273ba1128b4ad3d8b8e3c8c90c97dfe4f9ca19a07e76d2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:67adc5c445a9f0e91cf66341d23c4469ce5632a939214d663a1646d958b8e567_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:67adc5c445a9f0e91cf66341d23c4469ce5632a939214d663a1646d958b8e567_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:67adc5c445a9f0e91cf66341d23c4469ce5632a939214d663a1646d958b8e567_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7e28f86a11a69a4c0ac2b13e6fd13874da779d01870858fe07dc02574f74c596_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7e28f86a11a69a4c0ac2b13e6fd13874da779d01870858fe07dc02574f74c596_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7e28f86a11a69a4c0ac2b13e6fd13874da779d01870858fe07dc02574f74c596_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2c94e8c6e1e595defebd226e6d03f96eaa453bdab86cbad80f90000ea528b7b0_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2c94e8c6e1e595defebd226e6d03f96eaa453bdab86cbad80f90000ea528b7b0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2c94e8c6e1e595defebd226e6d03f96eaa453bdab86cbad80f90000ea528b7b0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:358053cc0f8f77211c5a96d8ea498ac18f48ac1066560a0c3dd1218c9a0ef505_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:358053cc0f8f77211c5a96d8ea498ac18f48ac1066560a0c3dd1218c9a0ef505_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:358053cc0f8f77211c5a96d8ea498ac18f48ac1066560a0c3dd1218c9a0ef505_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:94d91967acd236527cfaaad5a40bc321d6ccbbbb0417161def6473416cb25cee_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:94d91967acd236527cfaaad5a40bc321d6ccbbbb0417161def6473416cb25cee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:94d91967acd236527cfaaad5a40bc321d6ccbbbb0417161def6473416cb25cee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:be73425000dfe01b43a71457d0dee0e96e8218fe42ed41bc422ad379af119195_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:be73425000dfe01b43a71457d0dee0e96e8218fe42ed41bc422ad379af119195_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:be73425000dfe01b43a71457d0dee0e96e8218fe42ed41bc422ad379af119195_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:539d3fe1bc1ae12161c29a14b50734f137d1cdca0ac3e3d9ec5e3e97168516cf_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:539d3fe1bc1ae12161c29a14b50734f137d1cdca0ac3e3d9ec5e3e97168516cf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:539d3fe1bc1ae12161c29a14b50734f137d1cdca0ac3e3d9ec5e3e97168516cf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7b6087acf07796d0dd574a7bae6ba3b73130509e8dd946ef7091e82f138a6c5a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7b6087acf07796d0dd574a7bae6ba3b73130509e8dd946ef7091e82f138a6c5a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7b6087acf07796d0dd574a7bae6ba3b73130509e8dd946ef7091e82f138a6c5a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b84c27b68fb5a9da03e4fce66cd32a949f81d670e39cce9f118087e35cd3ce6a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b84c27b68fb5a9da03e4fce66cd32a949f81d670e39cce9f118087e35cd3ce6a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b84c27b68fb5a9da03e4fce66cd32a949f81d670e39cce9f118087e35cd3ce6a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb966ed23952aae325c83dee819bdc4be0186f7273d340995425615a9bf35630_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb966ed23952aae325c83dee819bdc4be0186f7273d340995425615a9bf35630_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb966ed23952aae325c83dee819bdc4be0186f7273d340995425615a9bf35630_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:161aee19a7928c6eb12d1e1ef81b858c51eaab2eb2ca15573ffd2253c923375a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:161aee19a7928c6eb12d1e1ef81b858c51eaab2eb2ca15573ffd2253c923375a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:161aee19a7928c6eb12d1e1ef81b858c51eaab2eb2ca15573ffd2253c923375a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b923868596c969e37607e8829bc7e71d761b8b89ab3ad2446ecaf3d0d9e655ec_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b923868596c969e37607e8829bc7e71d761b8b89ab3ad2446ecaf3d0d9e655ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b923868596c969e37607e8829bc7e71d761b8b89ab3ad2446ecaf3d0d9e655ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0fc187d00768a353869c2705d08cf350d84d34f6e1099762eb894b0029a910a4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0fc187d00768a353869c2705d08cf350d84d34f6e1099762eb894b0029a910a4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0fc187d00768a353869c2705d08cf350d84d34f6e1099762eb894b0029a910a4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:22f1727d3ff5e4bcf87115c8e704206cb7645e4b1ee805f2ec8a12a98a3f2da5_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:22f1727d3ff5e4bcf87115c8e704206cb7645e4b1ee805f2ec8a12a98a3f2da5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:22f1727d3ff5e4bcf87115c8e704206cb7645e4b1ee805f2ec8a12a98a3f2da5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:90859e4cd9e495ce7816aebc9c96880b04bb028fa6403ca55edc7d0c0205396c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:90859e4cd9e495ce7816aebc9c96880b04bb028fa6403ca55edc7d0c0205396c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:90859e4cd9e495ce7816aebc9c96880b04bb028fa6403ca55edc7d0c0205396c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cb0f3921a85277f485c485ee8f3fdff81ff37af3535b08d6c1769512b30942a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cb0f3921a85277f485c485ee8f3fdff81ff37af3535b08d6c1769512b30942a0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cb0f3921a85277f485c485ee8f3fdff81ff37af3535b08d6c1769512b30942a0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:75f7e28d7963cc0a975318371622a09363c2fc1295b561b57e33b7231829fa91_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:75f7e28d7963cc0a975318371622a09363c2fc1295b561b57e33b7231829fa91_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:75f7e28d7963cc0a975318371622a09363c2fc1295b561b57e33b7231829fa91_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:845b7945e15bc9eac1eea68a686ba748a11f6234be973296fbf5fc9dfdb56898_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:845b7945e15bc9eac1eea68a686ba748a11f6234be973296fbf5fc9dfdb56898_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:845b7945e15bc9eac1eea68a686ba748a11f6234be973296fbf5fc9dfdb56898_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:89d77072d59839456f37f903fdb36bdd281d696317e384ef26df3e0352500a13_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:89d77072d59839456f37f903fdb36bdd281d696317e384ef26df3e0352500a13_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:89d77072d59839456f37f903fdb36bdd281d696317e384ef26df3e0352500a13_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:de76a545019f76ca93ad00c84fea7a16c869370c56af9bdb7823bd6b955a9b1b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:de76a545019f76ca93ad00c84fea7a16c869370c56af9bdb7823bd6b955a9b1b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:de76a545019f76ca93ad00c84fea7a16c869370c56af9bdb7823bd6b955a9b1b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2ecd6ca0d28da9ce90dd0239f1fbb10c6f3eaf62965fe19c0416500905ac7168_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2ecd6ca0d28da9ce90dd0239f1fbb10c6f3eaf62965fe19c0416500905ac7168_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2ecd6ca0d28da9ce90dd0239f1fbb10c6f3eaf62965fe19c0416500905ac7168_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ecf5a237cc1db0037d01447b5c3b1e0b3047f1c70e5e522bd8b0ca73a5f32d0_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ecf5a237cc1db0037d01447b5c3b1e0b3047f1c70e5e522bd8b0ca73a5f32d0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ecf5a237cc1db0037d01447b5c3b1e0b3047f1c70e5e522bd8b0ca73a5f32d0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:cb1f6672b11384bc5f79eb5d9beb72b083e3efa98f438b322017a87e07621cf3_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:cb1f6672b11384bc5f79eb5d9beb72b083e3efa98f438b322017a87e07621cf3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:cb1f6672b11384bc5f79eb5d9beb72b083e3efa98f438b322017a87e07621cf3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d644e7d4d6196ce63aff6fda2daffe3ccd233dee95b959285a9eab822e6eed91_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d644e7d4d6196ce63aff6fda2daffe3ccd233dee95b959285a9eab822e6eed91_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d644e7d4d6196ce63aff6fda2daffe3ccd233dee95b959285a9eab822e6eed91_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:114c7c4fce9d44199549ae5cf0f3c0756385b20c5136154ea709ffd66c5658fc_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:114c7c4fce9d44199549ae5cf0f3c0756385b20c5136154ea709ffd66c5658fc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:114c7c4fce9d44199549ae5cf0f3c0756385b20c5136154ea709ffd66c5658fc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:73b10349727bcb4fb13479288392cae9c2cba3d25c107c42ffe9b66052b9e0bb_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:73b10349727bcb4fb13479288392cae9c2cba3d25c107c42ffe9b66052b9e0bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:73b10349727bcb4fb13479288392cae9c2cba3d25c107c42ffe9b66052b9e0bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:ba02f69d1f19511b73d9fdadbda50b47ef7ccce96b129864faf7ca19060a2fc4_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:ba02f69d1f19511b73d9fdadbda50b47ef7ccce96b129864faf7ca19060a2fc4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:ba02f69d1f19511b73d9fdadbda50b47ef7ccce96b129864faf7ca19060a2fc4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cb0e2a015f27cb937bf190b92d908e757796c72139d9a48a4cabcbda1d34de66_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cb0e2a015f27cb937bf190b92d908e757796c72139d9a48a4cabcbda1d34de66_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cb0e2a015f27cb937bf190b92d908e757796c72139d9a48a4cabcbda1d34de66_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:04bb83eb940c826cace8b684bf5e6074a0433d247b03142da1c4454050e026bb_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:04bb83eb940c826cace8b684bf5e6074a0433d247b03142da1c4454050e026bb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:04bb83eb940c826cace8b684bf5e6074a0433d247b03142da1c4454050e026bb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0ae3d12dae039c794f8c9b2a531f79d39b5770d82c7cbfd7bfb42ea76cc15809_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0ae3d12dae039c794f8c9b2a531f79d39b5770d82c7cbfd7bfb42ea76cc15809_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0ae3d12dae039c794f8c9b2a531f79d39b5770d82c7cbfd7bfb42ea76cc15809_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1c11aa8637ffea2e082703395b5cae6c33ee6bd123c35bab5c3e8cabaac87318_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1c11aa8637ffea2e082703395b5cae6c33ee6bd123c35bab5c3e8cabaac87318_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1c11aa8637ffea2e082703395b5cae6c33ee6bd123c35bab5c3e8cabaac87318_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:43d35de601357072345c43118ef1de666f021bc64c8981618128caada3ce3fe2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:43d35de601357072345c43118ef1de666f021bc64c8981618128caada3ce3fe2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:43d35de601357072345c43118ef1de666f021bc64c8981618128caada3ce3fe2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0ee80567ce8ee998d883bc1f663e687eed4d25728445e72e57b23742066ac9a2_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0ee80567ce8ee998d883bc1f663e687eed4d25728445e72e57b23742066ac9a2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0ee80567ce8ee998d883bc1f663e687eed4d25728445e72e57b23742066ac9a2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7cd39af0f52e9685f924354656eeafd5fcced5eea2a9150e6618be364eff8fac_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7cd39af0f52e9685f924354656eeafd5fcced5eea2a9150e6618be364eff8fac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7cd39af0f52e9685f924354656eeafd5fcced5eea2a9150e6618be364eff8fac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cd6ef8a8de0b7633277acd75f944a2430157459096de905b11ef179d14a985f6_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cd6ef8a8de0b7633277acd75f944a2430157459096de905b11ef179d14a985f6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cd6ef8a8de0b7633277acd75f944a2430157459096de905b11ef179d14a985f6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e331ccf751022756f411692d13bfff97ff7dc96f4e2592e44e30ea9a0a4cc44a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e331ccf751022756f411692d13bfff97ff7dc96f4e2592e44e30ea9a0a4cc44a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e331ccf751022756f411692d13bfff97ff7dc96f4e2592e44e30ea9a0a4cc44a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:48165aa76fd0437f3b3ecb79b1ac45473105b15891cc79a129f565817ec74013_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:48165aa76fd0437f3b3ecb79b1ac45473105b15891cc79a129f565817ec74013_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:48165aa76fd0437f3b3ecb79b1ac45473105b15891cc79a129f565817ec74013_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a2ecebaa107b76b7fdf45966fb80a22a50dd1ad9b248de072ddc4f7dde0fc3db_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a2ecebaa107b76b7fdf45966fb80a22a50dd1ad9b248de072ddc4f7dde0fc3db_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a2ecebaa107b76b7fdf45966fb80a22a50dd1ad9b248de072ddc4f7dde0fc3db_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b9c1ffa9611df38a498ef34a11e467a341a183242f3ad191a356fe3f6ed35bd2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b9c1ffa9611df38a498ef34a11e467a341a183242f3ad191a356fe3f6ed35bd2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b9c1ffa9611df38a498ef34a11e467a341a183242f3ad191a356fe3f6ed35bd2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e8448149704725db36a13a01f94e18b902f71cab5fe8d04289c0f3c7fc37b3ae_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e8448149704725db36a13a01f94e18b902f71cab5fe8d04289c0f3c7fc37b3ae_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e8448149704725db36a13a01f94e18b902f71cab5fe8d04289c0f3c7fc37b3ae_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17e4fe5a699b88c45015fada02a9c1803dd4610f7055d48d3e1a8e0ec50d0165_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17e4fe5a699b88c45015fada02a9c1803dd4610f7055d48d3e1a8e0ec50d0165_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17e4fe5a699b88c45015fada02a9c1803dd4610f7055d48d3e1a8e0ec50d0165_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:52ed5d6d4f5531f09f1fb12c1e46d4ecc5f53407af7b697b40a3b4ae1fd369f6_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:52ed5d6d4f5531f09f1fb12c1e46d4ecc5f53407af7b697b40a3b4ae1fd369f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:52ed5d6d4f5531f09f1fb12c1e46d4ecc5f53407af7b697b40a3b4ae1fd369f6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8dc4efe5690f4a3cf5fa74431d6f2f100ed7b7e056c00eff88e98da264eb3fd8_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8dc4efe5690f4a3cf5fa74431d6f2f100ed7b7e056c00eff88e98da264eb3fd8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8dc4efe5690f4a3cf5fa74431d6f2f100ed7b7e056c00eff88e98da264eb3fd8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a96b87e33095c653a9f6f820008e798e194a599394a48a7eb2d377564b818f87_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a96b87e33095c653a9f6f820008e798e194a599394a48a7eb2d377564b818f87_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a96b87e33095c653a9f6f820008e798e194a599394a48a7eb2d377564b818f87_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:50cdbc2887d5d8059b4e617bc7e532ce474321d5e4b9bb90fbd32656f2e407e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:50cdbc2887d5d8059b4e617bc7e532ce474321d5e4b9bb90fbd32656f2e407e8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:50cdbc2887d5d8059b4e617bc7e532ce474321d5e4b9bb90fbd32656f2e407e8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:52b367a30c88c66ad5f44fbd234bde80b309591bf1fda9e415c038a5626a4972_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:52b367a30c88c66ad5f44fbd234bde80b309591bf1fda9e415c038a5626a4972_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:52b367a30c88c66ad5f44fbd234bde80b309591bf1fda9e415c038a5626a4972_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:98730c928cd3bdf97d2e62e686cd7d1dcde2555769d5d0fb067fc1eb11ae0f33_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:98730c928cd3bdf97d2e62e686cd7d1dcde2555769d5d0fb067fc1eb11ae0f33_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:98730c928cd3bdf97d2e62e686cd7d1dcde2555769d5d0fb067fc1eb11ae0f33_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:acfeef80e49839102125b43a73fa431a67c7d1ff9318454b63cacf8d40662424_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:acfeef80e49839102125b43a73fa431a67c7d1ff9318454b63cacf8d40662424_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:acfeef80e49839102125b43a73fa431a67c7d1ff9318454b63cacf8d40662424_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:030a6e17a82050de3f3c48f0407268c4f2671476af84e990b63346004f64b3b8_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:030a6e17a82050de3f3c48f0407268c4f2671476af84e990b63346004f64b3b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:030a6e17a82050de3f3c48f0407268c4f2671476af84e990b63346004f64b3b8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6b5eb978b8b2b78f98b36fdaabc69574022d55de905e653fcb2cf79debdb1f9a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6b5eb978b8b2b78f98b36fdaabc69574022d55de905e653fcb2cf79debdb1f9a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6b5eb978b8b2b78f98b36fdaabc69574022d55de905e653fcb2cf79debdb1f9a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7154b79c119ee67d79ee9c31576914298d047c2d8e1abbc1bc19ecbacff01ffa_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7154b79c119ee67d79ee9c31576914298d047c2d8e1abbc1bc19ecbacff01ffa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7154b79c119ee67d79ee9c31576914298d047c2d8e1abbc1bc19ecbacff01ffa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:df8595e9c221b6ed5856283835dde8d6511d929a0440a669989930108363b1ea_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:df8595e9c221b6ed5856283835dde8d6511d929a0440a669989930108363b1ea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:df8595e9c221b6ed5856283835dde8d6511d929a0440a669989930108363b1ea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e715fed4bcff7dc1559cc8e1d72c70747fa985a9b860597bef0906d7eabb89f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e715fed4bcff7dc1559cc8e1d72c70747fa985a9b860597bef0906d7eabb89f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e715fed4bcff7dc1559cc8e1d72c70747fa985a9b860597bef0906d7eabb89f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:349e2a46b87613a936d27586b82224b253236bfbda0006886c93d7a3cd132a44_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:349e2a46b87613a936d27586b82224b253236bfbda0006886c93d7a3cd132a44_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:349e2a46b87613a936d27586b82224b253236bfbda0006886c93d7a3cd132a44_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9539426ea025e7861aeb405c9ca4e33cfaa66241e2585df3f5bb2b242521a7a0_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9539426ea025e7861aeb405c9ca4e33cfaa66241e2585df3f5bb2b242521a7a0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9539426ea025e7861aeb405c9ca4e33cfaa66241e2585df3f5bb2b242521a7a0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f7b36695d66894c77fa3c701fcfff84bf3c98d08e5be2ff2854d18dde3536042_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f7b36695d66894c77fa3c701fcfff84bf3c98d08e5be2ff2854d18dde3536042_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f7b36695d66894c77fa3c701fcfff84bf3c98d08e5be2ff2854d18dde3536042_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:38f9fbc169d1fb315e68bdbb8d928097098156028f0c1b5fb3853cfee92d88e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:38f9fbc169d1fb315e68bdbb8d928097098156028f0c1b5fb3853cfee92d88e8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:38f9fbc169d1fb315e68bdbb8d928097098156028f0c1b5fb3853cfee92d88e8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:55a68756f9fbc1870256c1d95aa97c14a53dea071229ac21e2a604c6cbc7b48d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:55a68756f9fbc1870256c1d95aa97c14a53dea071229ac21e2a604c6cbc7b48d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:55a68756f9fbc1870256c1d95aa97c14a53dea071229ac21e2a604c6cbc7b48d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:75f742ffa2045de8da68faf4f835685a010a19ad099172cbce037c64374a55e1_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:75f742ffa2045de8da68faf4f835685a010a19ad099172cbce037c64374a55e1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:75f742ffa2045de8da68faf4f835685a010a19ad099172cbce037c64374a55e1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e122e1b979948cc29f6a09b966efc7f30e120138cc89932b671bc9b7283caf26_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e122e1b979948cc29f6a09b966efc7f30e120138cc89932b671bc9b7283caf26_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e122e1b979948cc29f6a09b966efc7f30e120138cc89932b671bc9b7283caf26_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:07ef8edf9493b61eb3635e458cd770b15bce6f794d01569e21031a256093870c_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:07ef8edf9493b61eb3635e458cd770b15bce6f794d01569e21031a256093870c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:07ef8edf9493b61eb3635e458cd770b15bce6f794d01569e21031a256093870c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c9e253ee46e213e870aaa0ab8e80a3857365ac6c352dc8d561d8c3a1b2bbd1d0_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c9e253ee46e213e870aaa0ab8e80a3857365ac6c352dc8d561d8c3a1b2bbd1d0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c9e253ee46e213e870aaa0ab8e80a3857365ac6c352dc8d561d8c3a1b2bbd1d0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce88542ec4f84ac57100cb897f4827d7286c6c144261584d2606c60fe83e8fd7_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce88542ec4f84ac57100cb897f4827d7286c6c144261584d2606c60fe83e8fd7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce88542ec4f84ac57100cb897f4827d7286c6c144261584d2606c60fe83e8fd7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ef04f704db2d800b7d4c98831bf8c7fbcad8a55d93530a744d25780f9fc58c30_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ef04f704db2d800b7d4c98831bf8c7fbcad8a55d93530a744d25780f9fc58c30_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ef04f704db2d800b7d4c98831bf8c7fbcad8a55d93530a744d25780f9fc58c30_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:34b399d922ac9f156bc55948b7460af6ecd53cd57e31f35273104ac687e813d4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:34b399d922ac9f156bc55948b7460af6ecd53cd57e31f35273104ac687e813d4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:34b399d922ac9f156bc55948b7460af6ecd53cd57e31f35273104ac687e813d4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3acbfb9709b51a708893a5b08b5dd64464d6c9c1f7950e30caadc6301c71f1dc_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3acbfb9709b51a708893a5b08b5dd64464d6c9c1f7950e30caadc6301c71f1dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3acbfb9709b51a708893a5b08b5dd64464d6c9c1f7950e30caadc6301c71f1dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bd350e0e32f055467e272d56ca580c8bae37fb5018d72eea116c97dda600f16e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bd350e0e32f055467e272d56ca580c8bae37fb5018d72eea116c97dda600f16e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bd350e0e32f055467e272d56ca580c8bae37fb5018d72eea116c97dda600f16e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cb80a67e4e97c1800bf2c2580dbb0a56bc88a4c175c461d3db76ae01ac88d38e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cb80a67e4e97c1800bf2c2580dbb0a56bc88a4c175c461d3db76ae01ac88d38e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cb80a67e4e97c1800bf2c2580dbb0a56bc88a4c175c461d3db76ae01ac88d38e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1bf326595f9a389789409f853851c1688019b89e958b7b9320c2c356d7a5aa2b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1bf326595f9a389789409f853851c1688019b89e958b7b9320c2c356d7a5aa2b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1bf326595f9a389789409f853851c1688019b89e958b7b9320c2c356d7a5aa2b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2dd4c98437553eceab248077a179750a55f0c97dd1f92260d6c1c7fcdeb8bf95_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2dd4c98437553eceab248077a179750a55f0c97dd1f92260d6c1c7fcdeb8bf95_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2dd4c98437553eceab248077a179750a55f0c97dd1f92260d6c1c7fcdeb8bf95_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a4a69a73e38da284fff9188d00d66d1fcbeea93f8fa85d7c914db7135ec6e918_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a4a69a73e38da284fff9188d00d66d1fcbeea93f8fa85d7c914db7135ec6e918_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a4a69a73e38da284fff9188d00d66d1fcbeea93f8fa85d7c914db7135ec6e918_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1565876ab4f9468aa42a636eb75d8d529a77535f49343302e7b55f072b236fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1565876ab4f9468aa42a636eb75d8d529a77535f49343302e7b55f072b236fe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1565876ab4f9468aa42a636eb75d8d529a77535f49343302e7b55f072b236fe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:036086ccc7b3cf715f337cd62bd2f4ceacb18a0bd74ddf3088bb1c82780573f2_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:036086ccc7b3cf715f337cd62bd2f4ceacb18a0bd74ddf3088bb1c82780573f2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:036086ccc7b3cf715f337cd62bd2f4ceacb18a0bd74ddf3088bb1c82780573f2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:20315f04883a7d51f13ef2c20e5c929e3095a0bf514f0835ab2d105dacd5df51_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:20315f04883a7d51f13ef2c20e5c929e3095a0bf514f0835ab2d105dacd5df51_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:20315f04883a7d51f13ef2c20e5c929e3095a0bf514f0835ab2d105dacd5df51_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b6d4ae16e1d20978d2adbdbdf4faa9baa59eecf337a3e65186a55593ddd17456_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b6d4ae16e1d20978d2adbdbdf4faa9baa59eecf337a3e65186a55593ddd17456_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b6d4ae16e1d20978d2adbdbdf4faa9baa59eecf337a3e65186a55593ddd17456_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d648d9c2c6ea6e18438b7c84c141b0c4cfeb8c5c441a0a55b96a5b1c3e77afec_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d648d9c2c6ea6e18438b7c84c141b0c4cfeb8c5c441a0a55b96a5b1c3e77afec_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d648d9c2c6ea6e18438b7c84c141b0c4cfeb8c5c441a0a55b96a5b1c3e77afec_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e370221a5e4a18f60aa3c9438bc66627b0735ca17b5c1119ff9accc0d26af36_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e370221a5e4a18f60aa3c9438bc66627b0735ca17b5c1119ff9accc0d26af36_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e370221a5e4a18f60aa3c9438bc66627b0735ca17b5c1119ff9accc0d26af36_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:11995cca9607057d8200667b16ca816188cbc807b7820bc776d3a9790e9b8a21_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:11995cca9607057d8200667b16ca816188cbc807b7820bc776d3a9790e9b8a21_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:11995cca9607057d8200667b16ca816188cbc807b7820bc776d3a9790e9b8a21_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:681b7e341940c08c2ca18dd15e500dce77881e9eb28af5e7c59b3c0a2fc3fa46_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:681b7e341940c08c2ca18dd15e500dce77881e9eb28af5e7c59b3c0a2fc3fa46_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:681b7e341940c08c2ca18dd15e500dce77881e9eb28af5e7c59b3c0a2fc3fa46_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7c4484bba27c132dad0b570f2f4fd6fd66bb335fa923f21b41eb5af12f4deb98_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7c4484bba27c132dad0b570f2f4fd6fd66bb335fa923f21b41eb5af12f4deb98_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7c4484bba27c132dad0b570f2f4fd6fd66bb335fa923f21b41eb5af12f4deb98_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a2a42e910c0e4f8dc415df024ee8ffb6c7d23a6e8cd54431f06ae28f31d9f3c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a2a42e910c0e4f8dc415df024ee8ffb6c7d23a6e8cd54431f06ae28f31d9f3c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a2a42e910c0e4f8dc415df024ee8ffb6c7d23a6e8cd54431f06ae28f31d9f3c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:34e056d7771ef4684b233739c99e9181fade933b0aef87f6545be5da3aa4a7ad_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:34e056d7771ef4684b233739c99e9181fade933b0aef87f6545be5da3aa4a7ad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:34e056d7771ef4684b233739c99e9181fade933b0aef87f6545be5da3aa4a7ad_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a8418f86cf1ac4e51937c2b97ac7a5f2adfe36be4dda38e425d2cc004a0cbbf8_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a8418f86cf1ac4e51937c2b97ac7a5f2adfe36be4dda38e425d2cc004a0cbbf8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a8418f86cf1ac4e51937c2b97ac7a5f2adfe36be4dda38e425d2cc004a0cbbf8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ec02a40ac91bd42b6c9c5a32cc5168dcbad14b206bbe3e36b3571bb717ca5fad_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ec02a40ac91bd42b6c9c5a32cc5168dcbad14b206bbe3e36b3571bb717ca5fad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ec02a40ac91bd42b6c9c5a32cc5168dcbad14b206bbe3e36b3571bb717ca5fad_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7e441b0c7bf47839c3c0df71a41d00522629d451434b551ff1fcb7b73e28c6c9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7e441b0c7bf47839c3c0df71a41d00522629d451434b551ff1fcb7b73e28c6c9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7e441b0c7bf47839c3c0df71a41d00522629d451434b551ff1fcb7b73e28c6c9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:92b31786ac4169fbcc2359470639469f185f8296993ee8fb4483ba0c39b06469_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:92b31786ac4169fbcc2359470639469f185f8296993ee8fb4483ba0c39b06469_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:92b31786ac4169fbcc2359470639469f185f8296993ee8fb4483ba0c39b06469_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be92cd19b4bcde0e5e912e4081ef25913528488273ca9ece533e0b4839e3e17f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be92cd19b4bcde0e5e912e4081ef25913528488273ca9ece533e0b4839e3e17f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be92cd19b4bcde0e5e912e4081ef25913528488273ca9ece533e0b4839e3e17f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ee9bf22ba0cf879afa66a009fc0222e0c16ce1e4b013055035cbbf186dd676f6_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ee9bf22ba0cf879afa66a009fc0222e0c16ce1e4b013055035cbbf186dd676f6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ee9bf22ba0cf879afa66a009fc0222e0c16ce1e4b013055035cbbf186dd676f6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:176ab84bb58c9455d8fef13365059317b224cbe5e08ae95dc11bcdbd4a0b88da_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:176ab84bb58c9455d8fef13365059317b224cbe5e08ae95dc11bcdbd4a0b88da_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:176ab84bb58c9455d8fef13365059317b224cbe5e08ae95dc11bcdbd4a0b88da_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:689b048fd7654614bf013994fac36310c16d9ce1996783743a45bb357a54725a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:689b048fd7654614bf013994fac36310c16d9ce1996783743a45bb357a54725a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:689b048fd7654614bf013994fac36310c16d9ce1996783743a45bb357a54725a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:23c1bce0496835c8a79d97b6d42ceb5902f0c3141a3ce5311800fcf1151213fc_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:23c1bce0496835c8a79d97b6d42ceb5902f0c3141a3ce5311800fcf1151213fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:23c1bce0496835c8a79d97b6d42ceb5902f0c3141a3ce5311800fcf1151213fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:53c4e8ad9078172e4e033eae5b4e40ca0302248ec51123a7bff85d7b7c66550f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:53c4e8ad9078172e4e033eae5b4e40ca0302248ec51123a7bff85d7b7c66550f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:53c4e8ad9078172e4e033eae5b4e40ca0302248ec51123a7bff85d7b7c66550f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:02fee662169216337e150ee63967e27328bb16a5a580508cb372d7359a3612fd_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:02fee662169216337e150ee63967e27328bb16a5a580508cb372d7359a3612fd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:02fee662169216337e150ee63967e27328bb16a5a580508cb372d7359a3612fd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b22cd721de53cc0ce2d4aec2293e49e963162f6e94bb925cfab6e1da0bd8ec3b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b22cd721de53cc0ce2d4aec2293e49e963162f6e94bb925cfab6e1da0bd8ec3b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b22cd721de53cc0ce2d4aec2293e49e963162f6e94bb925cfab6e1da0bd8ec3b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4b910370c2d871827c4b9adaacad4dfd92f047b6870878e04bd992a26f99ad2f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4b910370c2d871827c4b9adaacad4dfd92f047b6870878e04bd992a26f99ad2f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4b910370c2d871827c4b9adaacad4dfd92f047b6870878e04bd992a26f99ad2f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78d6c72434d8929d2ac8963530bba2cc5195b0a748c75a8d570a6734738f7d78_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78d6c72434d8929d2ac8963530bba2cc5195b0a748c75a8d570a6734738f7d78_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78d6c72434d8929d2ac8963530bba2cc5195b0a748c75a8d570a6734738f7d78_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:070542394dc2e46a8af6ce137f457d849dd3ae93607fb0b7de35ad5d7d1350f1_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:070542394dc2e46a8af6ce137f457d849dd3ae93607fb0b7de35ad5d7d1350f1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:070542394dc2e46a8af6ce137f457d849dd3ae93607fb0b7de35ad5d7d1350f1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3dafb52fd7954f505bc075643e54b0d2b16d73d3b3db763e37aa9a775ee2f161_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3dafb52fd7954f505bc075643e54b0d2b16d73d3b3db763e37aa9a775ee2f161_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3dafb52fd7954f505bc075643e54b0d2b16d73d3b3db763e37aa9a775ee2f161_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:70dca8e5534e53d5d9e12a896f2027b0f6655073b51b81af4604e6d535fa1047_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:70dca8e5534e53d5d9e12a896f2027b0f6655073b51b81af4604e6d535fa1047_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:70dca8e5534e53d5d9e12a896f2027b0f6655073b51b81af4604e6d535fa1047_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a8bff78e6a1b04c042a77c0a18294ffe0a5a98ff7d6d156b863f16eb2c84be7f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a8bff78e6a1b04c042a77c0a18294ffe0a5a98ff7d6d156b863f16eb2c84be7f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a8bff78e6a1b04c042a77c0a18294ffe0a5a98ff7d6d156b863f16eb2c84be7f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:47e9c7a9fe21c4868c584b62b58a0b2cb98c9c1b2f76ead0411c8007869a9ae6_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:47e9c7a9fe21c4868c584b62b58a0b2cb98c9c1b2f76ead0411c8007869a9ae6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:47e9c7a9fe21c4868c584b62b58a0b2cb98c9c1b2f76ead0411c8007869a9ae6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6e88b886751396cd34248c099f15c7f26c9e0f1f8a61cbcfdd02e51dbd9df8f1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6e88b886751396cd34248c099f15c7f26c9e0f1f8a61cbcfdd02e51dbd9df8f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6e88b886751396cd34248c099f15c7f26c9e0f1f8a61cbcfdd02e51dbd9df8f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bc71d750a60211203dac5e51c94a9b72c09995963a7cf88e17921a9985f93dd9_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bc71d750a60211203dac5e51c94a9b72c09995963a7cf88e17921a9985f93dd9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bc71d750a60211203dac5e51c94a9b72c09995963a7cf88e17921a9985f93dd9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c13ae6d1c3ba746048e4e23b1a2d993de2e278095ec9050418cb5afc968eaa90_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c13ae6d1c3ba746048e4e23b1a2d993de2e278095ec9050418cb5afc968eaa90_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c13ae6d1c3ba746048e4e23b1a2d993de2e278095ec9050418cb5afc968eaa90_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:01138c716bbbb84eac7e2871d572e11ecc006f7a25c84ef947fe7a7214483674_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:01138c716bbbb84eac7e2871d572e11ecc006f7a25c84ef947fe7a7214483674_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:01138c716bbbb84eac7e2871d572e11ecc006f7a25c84ef947fe7a7214483674_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:100624ab64e71c9692f59f49d7b46392dad7b6c62746663e484d22519aa85cbc_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:100624ab64e71c9692f59f49d7b46392dad7b6c62746663e484d22519aa85cbc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:100624ab64e71c9692f59f49d7b46392dad7b6c62746663e484d22519aa85cbc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:898a8e5bae52796d18cff4f7ad063f34bd89e49ec665dafa534a9f80fb2918f1_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:898a8e5bae52796d18cff4f7ad063f34bd89e49ec665dafa534a9f80fb2918f1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:898a8e5bae52796d18cff4f7ad063f34bd89e49ec665dafa534a9f80fb2918f1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b542a66891c970e16b7b7223e0a1da7286a2280994013858301bc87cb7b906f5_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b542a66891c970e16b7b7223e0a1da7286a2280994013858301bc87cb7b906f5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b542a66891c970e16b7b7223e0a1da7286a2280994013858301bc87cb7b906f5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:08891b8d3481632f816ac07902af2315e948ff6741edb5ce1970649feda4213c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:08891b8d3481632f816ac07902af2315e948ff6741edb5ce1970649feda4213c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:08891b8d3481632f816ac07902af2315e948ff6741edb5ce1970649feda4213c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:54a0f85781a25d05c9e0d045d4787a0bd2873e4d4e1ca222f8f61ceebfa258f0_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:54a0f85781a25d05c9e0d045d4787a0bd2873e4d4e1ca222f8f61ceebfa258f0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:54a0f85781a25d05c9e0d045d4787a0bd2873e4d4e1ca222f8f61ceebfa258f0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:9e85172d3139e5a6eea8a4356d14c8cee66f94339cdc37f5ab1587c4a8f01d0f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:9e85172d3139e5a6eea8a4356d14c8cee66f94339cdc37f5ab1587c4a8f01d0f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:9e85172d3139e5a6eea8a4356d14c8cee66f94339cdc37f5ab1587c4a8f01d0f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd82d3f4696bd3f4dda2438b09dd16ed85d89508351964c373f2dd27419524b5_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd82d3f4696bd3f4dda2438b09dd16ed85d89508351964c373f2dd27419524b5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd82d3f4696bd3f4dda2438b09dd16ed85d89508351964c373f2dd27419524b5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2e9e1acd4b3220a58f9fd15631572e79a126d19a81a4313d83f6a9d7b806dc4f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2e9e1acd4b3220a58f9fd15631572e79a126d19a81a4313d83f6a9d7b806dc4f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2e9e1acd4b3220a58f9fd15631572e79a126d19a81a4313d83f6a9d7b806dc4f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3d1dbc38a1387714532e0835b2f4c98eeed3269e6b97801ab0ff527e87748a6e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3d1dbc38a1387714532e0835b2f4c98eeed3269e6b97801ab0ff527e87748a6e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3d1dbc38a1387714532e0835b2f4c98eeed3269e6b97801ab0ff527e87748a6e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6eada0c560cc534209052bdfa5e61992d22cf3236da6d6dd023f0e15c4597377_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6eada0c560cc534209052bdfa5e61992d22cf3236da6d6dd023f0e15c4597377_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6eada0c560cc534209052bdfa5e61992d22cf3236da6d6dd023f0e15c4597377_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f346b829066c456ba64b3e006a2f220bdaf5c2a151176e83318762578dda785a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f346b829066c456ba64b3e006a2f220bdaf5c2a151176e83318762578dda785a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f346b829066c456ba64b3e006a2f220bdaf5c2a151176e83318762578dda785a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1c9dd5189ce261be4a65543ea8a26371ca21dcc782c5ceb405b9aeb11a960198_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1c9dd5189ce261be4a65543ea8a26371ca21dcc782c5ceb405b9aeb11a960198_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1c9dd5189ce261be4a65543ea8a26371ca21dcc782c5ceb405b9aeb11a960198_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:76aaf438681ad73e4a71af5afc5a1611907475d4697444679ce919001f8bbca4_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:76aaf438681ad73e4a71af5afc5a1611907475d4697444679ce919001f8bbca4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:76aaf438681ad73e4a71af5afc5a1611907475d4697444679ce919001f8bbca4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b4e8abb25be3f585b4b2eeeac98729fbdb351737b439b0e4d987ea868007686a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b4e8abb25be3f585b4b2eeeac98729fbdb351737b439b0e4d987ea868007686a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b4e8abb25be3f585b4b2eeeac98729fbdb351737b439b0e4d987ea868007686a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b7938a2e3cdfc21ecfa7fc643a1733fd4bac511b5a84c06e593d7b93dcb088ca_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b7938a2e3cdfc21ecfa7fc643a1733fd4bac511b5a84c06e593d7b93dcb088ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b7938a2e3cdfc21ecfa7fc643a1733fd4bac511b5a84c06e593d7b93dcb088ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:106e2a5fd5b1eaa2166162d96e9834101da33ea244008df76f6504910cb50e0b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:106e2a5fd5b1eaa2166162d96e9834101da33ea244008df76f6504910cb50e0b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:106e2a5fd5b1eaa2166162d96e9834101da33ea244008df76f6504910cb50e0b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dabd4bc3753f47564b9f1da5d97a6ce2f294ecc0464efc66e2bb40685d64ff2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dabd4bc3753f47564b9f1da5d97a6ce2f294ecc0464efc66e2bb40685d64ff2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dabd4bc3753f47564b9f1da5d97a6ce2f294ecc0464efc66e2bb40685d64ff2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:781d4a39b2b531f03f59804edf351fafdd4afba46cf0099905338e42af4f538f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:781d4a39b2b531f03f59804edf351fafdd4afba46cf0099905338e42af4f538f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:781d4a39b2b531f03f59804edf351fafdd4afba46cf0099905338e42af4f538f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b93b67602a7fb25d1dfa1b1d171561163c30b48fcf9b28f115c2c4622f3a48ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b93b67602a7fb25d1dfa1b1d171561163c30b48fcf9b28f115c2c4622f3a48ea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b93b67602a7fb25d1dfa1b1d171561163c30b48fcf9b28f115c2c4622f3a48ea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4cbe4ec6715c56eef3a46d5e522914ae2e83782d09261e1f5b584d21bd2f547e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4cbe4ec6715c56eef3a46d5e522914ae2e83782d09261e1f5b584d21bd2f547e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4cbe4ec6715c56eef3a46d5e522914ae2e83782d09261e1f5b584d21bd2f547e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8c3fd466afaa50b79fd865a4537a2943d57c36199dc67999661d07d3c3edb4a4_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8c3fd466afaa50b79fd865a4537a2943d57c36199dc67999661d07d3c3edb4a4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8c3fd466afaa50b79fd865a4537a2943d57c36199dc67999661d07d3c3edb4a4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a9ea7bac01352c83212f0d153f321cba07727b3688a26a2bcf88ae207be8d4b9_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a9ea7bac01352c83212f0d153f321cba07727b3688a26a2bcf88ae207be8d4b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a9ea7bac01352c83212f0d153f321cba07727b3688a26a2bcf88ae207be8d4b9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:baf2a0021b89c9b7409dcfc85d5ee0a6db6b783f99486bc88490d925a5f4ebe8_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:baf2a0021b89c9b7409dcfc85d5ee0a6db6b783f99486bc88490d925a5f4ebe8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:baf2a0021b89c9b7409dcfc85d5ee0a6db6b783f99486bc88490d925a5f4ebe8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:19cc8c26a733461a50297d5a9699bfc2d77fc1db8a780330e7caae0fa8505ca8_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:19cc8c26a733461a50297d5a9699bfc2d77fc1db8a780330e7caae0fa8505ca8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:19cc8c26a733461a50297d5a9699bfc2d77fc1db8a780330e7caae0fa8505ca8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1f5ed970315db65cb65534a558399c7eeaba85e22d91a9ab28712f2f7a8001ed_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1f5ed970315db65cb65534a558399c7eeaba85e22d91a9ab28712f2f7a8001ed_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1f5ed970315db65cb65534a558399c7eeaba85e22d91a9ab28712f2f7a8001ed_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:327b81520186a130f2aae8ea1e8249eac893eabfee486e9b21b0e01a9e00c8bb_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:327b81520186a130f2aae8ea1e8249eac893eabfee486e9b21b0e01a9e00c8bb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:327b81520186a130f2aae8ea1e8249eac893eabfee486e9b21b0e01a9e00c8bb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:357d26120a9c9bc605a2c59940af7688da7c4b082f577a5404c9dd6e0b9a112b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:357d26120a9c9bc605a2c59940af7688da7c4b082f577a5404c9dd6e0b9a112b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:357d26120a9c9bc605a2c59940af7688da7c4b082f577a5404c9dd6e0b9a112b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:0404c9fd2506af3fbd2a665c87593950ca8739055ec341dc1c5cc7d59d35bd1f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:0404c9fd2506af3fbd2a665c87593950ca8739055ec341dc1c5cc7d59d35bd1f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:0404c9fd2506af3fbd2a665c87593950ca8739055ec341dc1c5cc7d59d35bd1f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4bb401743e4a8763b6e1b40eeb5031bd226054813b8a234af7db4a75c9fb8708_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4bb401743e4a8763b6e1b40eeb5031bd226054813b8a234af7db4a75c9fb8708_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4bb401743e4a8763b6e1b40eeb5031bd226054813b8a234af7db4a75c9fb8708_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b175d3e2974e5efe4f6731855423bfefe7c631f17a239c990c013ad1b9ae6e1_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b175d3e2974e5efe4f6731855423bfefe7c631f17a239c990c013ad1b9ae6e1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b175d3e2974e5efe4f6731855423bfefe7c631f17a239c990c013ad1b9ae6e1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d599a5fb2e4c6d5b6fd838206e1a3b9539604fc1a20107de73e291ed917f5a25_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d599a5fb2e4c6d5b6fd838206e1a3b9539604fc1a20107de73e291ed917f5a25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d599a5fb2e4c6d5b6fd838206e1a3b9539604fc1a20107de73e291ed917f5a25_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0e719ea7267cf6c0f069a418c64407ade3c8e400fa62ba79b7cde6d5504199c1_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0e719ea7267cf6c0f069a418c64407ade3c8e400fa62ba79b7cde6d5504199c1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0e719ea7267cf6c0f069a418c64407ade3c8e400fa62ba79b7cde6d5504199c1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1d0565a70a8a3dace61b67bd06986f2355bde652eff671ece80a203be025076f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1d0565a70a8a3dace61b67bd06986f2355bde652eff671ece80a203be025076f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1d0565a70a8a3dace61b67bd06986f2355bde652eff671ece80a203be025076f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:49318663026057b3bfe77d3479fa7b5f639c2f2fe119b93041e2bdb67757bf1d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:49318663026057b3bfe77d3479fa7b5f639c2f2fe119b93041e2bdb67757bf1d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:49318663026057b3bfe77d3479fa7b5f639c2f2fe119b93041e2bdb67757bf1d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:699a1b7875efb53a167bb077c7e26691917a5030b524eb4129e0c15d1837639f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:699a1b7875efb53a167bb077c7e26691917a5030b524eb4129e0c15d1837639f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:699a1b7875efb53a167bb077c7e26691917a5030b524eb4129e0c15d1837639f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:33664485d51fa905dc7b989b624aa4d9f4230a7eb0a10ec61058ce335d118fbc_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:33664485d51fa905dc7b989b624aa4d9f4230a7eb0a10ec61058ce335d118fbc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:33664485d51fa905dc7b989b624aa4d9f4230a7eb0a10ec61058ce335d118fbc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a5308a98e8e1d5f0540cf4415c99856bc8b34a6204eb1551843e18507b9a995_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a5308a98e8e1d5f0540cf4415c99856bc8b34a6204eb1551843e18507b9a995_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a5308a98e8e1d5f0540cf4415c99856bc8b34a6204eb1551843e18507b9a995_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:81ed99852046cd9459cb19b166a6b03c0a348db013f99aab5d430cd215fadc1c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:81ed99852046cd9459cb19b166a6b03c0a348db013f99aab5d430cd215fadc1c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:81ed99852046cd9459cb19b166a6b03c0a348db013f99aab5d430cd215fadc1c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b8d9fb431abd0cef769a30d68af85dac1fc26abf36bb3f07221bbd5f2e8186a7_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b8d9fb431abd0cef769a30d68af85dac1fc26abf36bb3f07221bbd5f2e8186a7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b8d9fb431abd0cef769a30d68af85dac1fc26abf36bb3f07221bbd5f2e8186a7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:7b044e940035bc1e0f88c63d14ad60c38f08e65fce4607d8b12bed00de9246c9_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:7b044e940035bc1e0f88c63d14ad60c38f08e65fce4607d8b12bed00de9246c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:7b044e940035bc1e0f88c63d14ad60c38f08e65fce4607d8b12bed00de9246c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:e1af7eb476a69119cc8bf3ed5cae563dc5efa74953cacbba7b058bf980288e59_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:e1af7eb476a69119cc8bf3ed5cae563dc5efa74953cacbba7b058bf980288e59_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:e1af7eb476a69119cc8bf3ed5cae563dc5efa74953cacbba7b058bf980288e59_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1e02e3d82bf980a09aef725cadb5e034ca6a3b0789d6d14eddd3faa01e5ee7d9_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1e02e3d82bf980a09aef725cadb5e034ca6a3b0789d6d14eddd3faa01e5ee7d9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1e02e3d82bf980a09aef725cadb5e034ca6a3b0789d6d14eddd3faa01e5ee7d9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:a71ba178707efcddd6d48558e0727c48437a49bb67701d518b24170fc6a0a5d0_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:a71ba178707efcddd6d48558e0727c48437a49bb67701d518b24170fc6a0a5d0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:a71ba178707efcddd6d48558e0727c48437a49bb67701d518b24170fc6a0a5d0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:7b044e940035bc1e0f88c63d14ad60c38f08e65fce4607d8b12bed00de9246c9_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:7b044e940035bc1e0f88c63d14ad60c38f08e65fce4607d8b12bed00de9246c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:7b044e940035bc1e0f88c63d14ad60c38f08e65fce4607d8b12bed00de9246c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:e1af7eb476a69119cc8bf3ed5cae563dc5efa74953cacbba7b058bf980288e59_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:e1af7eb476a69119cc8bf3ed5cae563dc5efa74953cacbba7b058bf980288e59_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:e1af7eb476a69119cc8bf3ed5cae563dc5efa74953cacbba7b058bf980288e59_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:dcf485379ebab5bfff28c5f15865697c70b784b6ae4a2d757b83a2603466ffc4_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:dcf485379ebab5bfff28c5f15865697c70b784b6ae4a2d757b83a2603466ffc4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:dcf485379ebab5bfff28c5f15865697c70b784b6ae4a2d757b83a2603466ffc4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3883a1d2b65635db46ff365257e4ee57cf7357e6991f2de21111ba879a20eaec_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3883a1d2b65635db46ff365257e4ee57cf7357e6991f2de21111ba879a20eaec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3883a1d2b65635db46ff365257e4ee57cf7357e6991f2de21111ba879a20eaec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:47d09eec1cd93bdef1995524f974890827bb6b3c5424e4fc119b6dc1132de367_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:47d09eec1cd93bdef1995524f974890827bb6b3c5424e4fc119b6dc1132de367_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:47d09eec1cd93bdef1995524f974890827bb6b3c5424e4fc119b6dc1132de367_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:80c2f4cc886fac8997d7da6baeee6a294c07315bb1a2cdafc66ab7b46cfb0cb7_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:80c2f4cc886fac8997d7da6baeee6a294c07315bb1a2cdafc66ab7b46cfb0cb7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:80c2f4cc886fac8997d7da6baeee6a294c07315bb1a2cdafc66ab7b46cfb0cb7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d7bb32011b7d54a77299f7044ef9508ed420d5846641e830da6ac4a06b59621d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d7bb32011b7d54a77299f7044ef9508ed420d5846641e830da6ac4a06b59621d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d7bb32011b7d54a77299f7044ef9508ed420d5846641e830da6ac4a06b59621d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fef95b1f41b2cc99403d755123d0c1190c88926f71a0d6175ab5bfa4b9057d73_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fef95b1f41b2cc99403d755123d0c1190c88926f71a0d6175ab5bfa4b9057d73_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fef95b1f41b2cc99403d755123d0c1190c88926f71a0d6175ab5bfa4b9057d73_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5e61a9ae5fcda07746e81944ac48190bc68a5cc121f366b64d201093bcb2c861_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5e61a9ae5fcda07746e81944ac48190bc68a5cc121f366b64d201093bcb2c861_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5e61a9ae5fcda07746e81944ac48190bc68a5cc121f366b64d201093bcb2c861_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7fd235e4b91ee80a2ee3544ae22a08a6d86c95d8825ab0c0764de0d003304faa_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7fd235e4b91ee80a2ee3544ae22a08a6d86c95d8825ab0c0764de0d003304faa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7fd235e4b91ee80a2ee3544ae22a08a6d86c95d8825ab0c0764de0d003304faa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9663a7ced4cdf572cfec02a19bbfa450441b0ef152ca8d2dcb85a84570c5f450_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9663a7ced4cdf572cfec02a19bbfa450441b0ef152ca8d2dcb85a84570c5f450_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9663a7ced4cdf572cfec02a19bbfa450441b0ef152ca8d2dcb85a84570c5f450_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d856c9acb821895d796cf36b9420be5217a3a2d230344fbfd63a1c1bf9a12399_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d856c9acb821895d796cf36b9420be5217a3a2d230344fbfd63a1c1bf9a12399_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d856c9acb821895d796cf36b9420be5217a3a2d230344fbfd63a1c1bf9a12399_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-65637",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-12-04T19:00:54.313916+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:22d86978d54ce44c6e6ab3d4d7dbf439706297a4303d44ff75055949e61514cc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:30f5197b2f63c8c50007430b149d9501bb450f2b46c67f2a856c69a796e2e632_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a8529196196664fc8cb33e82a0f01b0619b57ddb260d560a4b33693c2451402c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e34c9dc35fe7645ca870f5be4118079afc9072c548f6953c94318abbe2e568c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:05c30513e43c817c9c59a233679aece6d03f46be150f860c2c8eeb4ec661c296_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:5b1f17db5d25f2238db5c56132767fbced4ea0f6328ec6fef5a7ded3b116ae94_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:73b0b4e51a99c03a8f864749c782a8b4cf506bdefabb1c84e40214bc123b6283_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e26cf2299596cae4fc19bbf97196b477864d887aeed85479d756a93d1a53b3e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04b5486e3482360b252a3d713dd0fd2778b804dbb8745dda83ff946385f213b3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:11a56acaa4a4eb63f45486586ec1b24613c1a60d6690d6e4ff73e5e66e35c328_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3b31286f5668537a8d99cd52499df2dc124b3f242148c28638d5ed9284c42379_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a8f5ffc4f2b6756582cd26245a20c29fdfac9db29378b720b63ead277382b5e8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:057e2edb6fb856c0adeae5048b398a9d434f0f5c639992c28fb15c3df18114ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3f16126bd28943ad4115293ab5bb08500ee64da9262fb5f11dd341a65137e80d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:865bba3211be0b399a0ba81686ed5ee736a61decdc1ddc744cd00cb0420e6a03_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a34d831686747809dc7ff192d6b14d38c0149f6d0f5d8e0ddba82de9912a7206_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:13bbd80753cc0423068e0aa39eae687a9b3f7f5147c264027052f6ee29babc36_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b9ee7a5fb3b2946ca5c60f1da631d426816b3d430ba4623273c2661adc7cc1ce_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e00eafd40452c8f852306c5ad20797087f23a2ce63b4e04a9da9949e90e67b70_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:faf6dd53d1ecc777b182fce23bb5f4d13a42fe830f0b87c50334e9ebbe3c2bdd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7aa09393089152d4361140ec77301979723fcd7607807300e8b8fd2a889dfc55_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e52ef3e1d8353a25f5541fde11a90b863766363c2da6099914dbc037dd1a2f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b7934c9b7c02dc5b7c09722125a01bf1fe01f9367955507aa530213fb94cd98_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c8aa6760c388203625e4502baab8db9e674788817edcdc348d286196e213643b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8cf16610569ef7b7b303c461fec64e5274f94b57e17eb9c7aa9ad95aa7a15871_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:968d8e02a6aeb9f580da9258768eedbc238997a061e5830d5f09f800eb3e1fc5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b47857d05edd97a92f5efa6d623cca3d92f3a397d1b039302f8bfb53e9c2901_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c1f7bf5346faaaf059f28524d66baa638fd992d12b8a95ef3977937d73c7f0f2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:2dd2cb2f242b75cb3dba3b01fca3f233dc6e261196d15aadeacbcc815c3990ee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:32093af92bd8e440b17550cd9d66845e13ca263f3075880d1fc0e05ae7ba6a82_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:7047a5df14a7be5b90188917554fe2fb1202fd594eb5ab0a412f99c357f40d68_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:70e418963774fa36a5c2e22226b11b2e4a620a95064e5d2bd1c85b3bf87cba90_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:028a12853056527f75343dbe51fba5f1364c274ae3fa59fb04f7b09ee7b1bd99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1956f12878e1aaf7bb79755213fc38cf83b0c2271977c8b2859aeef29a505951_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1ef611fd47808225bd518fb63eeee7e1966924d8776b25166b4e435cbc266ed7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:b68e8c3fb116f558c3463b4116f088eda7d83cb667fba6eb6c221be0be480ce3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4ddb1fea3f58b689acbf2df221843f1f870925f44580f405882e9b615a66ec7d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:671c3416a030fe6a7f86add42be04d116c3a8f2c1725b194f6e9d84de2ea3c86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b1180320dc4a0d0161d6b234179debcd58359c11f2af3b3a2453cb3c7e87a517_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f8797dfafddc3895ed354cd266a9ae751d608e83881258a48e7580fd611a4c8e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:67a532ecf2ae8bf7fc05d70df1ea089fba3e518c2d9b55141632aa600a67d252_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6856b7cc732779548d9d600557d97e842044088ac1e9fd47e6cbccc0b004faa9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8258dcc898d2194f66a8912e2a51292993659dc99d1979a9937b930a469be607_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b3c7fe9a0c841d3c08c8b3a2f5d8909173a96397b58dd34a835bac02375f0435_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:30b470ba21d142e1c24fbe916c9a994fe2900153098130c5efa34da4eb1e0c4c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:406773fc4c21cc7f19b1c1850451307783e193e0c7f37ac3c7dcb2a640478521_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:45622c73368575336aad084bd34a154ddaa538e44996d0ddd53aef554e6ea093_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9267b216d9419f8d920d2f740d0d3209b38a8d5b8966c4efd590b0f5d556d182_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:37b1a7ba69ed3f4fc5c6b45539c428655827e54b413709e7b1302aa09d640a42_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8b514b6a073247fabc5412d06cbd32b9f8633c1f75bac18685f61f9638ff5cba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b434218e5bdeb534245934271fec0fd51f8a98d0dcda5ce09662e38c115f630a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:bdc2578a02313c7abfd1bdf5ed9378f9d4b2ebb1eb35273f8b47f29e6b8f1544_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:3f823950728711195b6382de902bb3dc078f8bb1a6d0ff6dda5ec4fce10e168a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8e58f5b023fb498d818444f8b40cf1ae7f60074f951f05430f94a2cf91b50aca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:cf5057e1e61af6855a4fde5e70fc1b2951f3173566f3cabcac652fad7b09283d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ee7481fcd034653679153d32372914ec051c3c0fe3b6471239905650a0958354_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7b7ee68d26e64b25922ac0576f1f32e5a7e272b18c71225d6a4ea30ae6c73456_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b5de9e01c21b0e442fb04e49ffa45545b2ec23d814795a4283dd87e76081c949_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bab06d2bcc1790e4c34ba63189ebed8397d3506a2ca17b85b9f659d6d8a9a53d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bb47870cebd7684e44ce19503c51aceefe951471b85a4562f4f3e2c28e96b5c4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3a2225230a2299a426acb83cb286877c3c4ea29fdd5e70e71e6128101e7948af_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:4e2b13c0febb0bf890c19865fee7ba7f1c11ad0af12481f060c954ad3da2a2b4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6708855b96190e8ca7a7202c5a019c7c178e93f90a95ea18eff5a079c02e0385_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:85afe9585fc53f19da267182d5058e304ea02258593e01c2e48ae488e7b8d97c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9abc6b42900f1e68c9b5745b3255485ae417f631b7b2447074d47c567339b26a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d1c0e196418415de39af71477bca18403ce441e5d9c8a6ff6b38850e95e33b2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:db7d2ca6dfd0385c32a5ab70f6181c0f8a54b1af921df06d953908c6cc43d5db_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f79ee8ce68af5ad3a67e1c9b47f1326bf18ec4681e0c176cd42638fe324ddb11_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69af4c321603cb28eeb983f8b7fa53b66c6a31fa9606be15f65a5a8aa96bec44_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a615043cc293914a9edfbac8141d5b694a8ebaa5e130f5fe545d9324898e8a1d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a9e480454dbf8a2e76f91986c927cddb1d919884f3bc6eae367aa3e7f5d5b91c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b0f0f48ff6a7da67360e12d5e744ea87f74692e6e155002987091f4f4763568f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1335f1355b92fe29e4c7644d2b5ad3eae9285369d2c66a8ac634699c84306f75_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:88a62605424e7b44c93ce45ccf40d6b7d98fcefcc4f78ecedbde69b989afe998_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ebc8f0e41b009f183b9279b36248d4b95e6149ba913583c95fcca20d5e183f33_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6d3eecdddf89d9704d03687baa02d694a0328a7846e3eaf1c863a26f1f088ef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1c8f4691a8f2df8e871c18ceb8ccaa1caf4341f4cc860c801c6cf889a425858a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:738ead0b6ab89213b2f8acf9e445e1ad976b64c26dd6fd8ef87ffd7bacae8147_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:97aba9a6d07162d3f31175c85ed93068216798bb4118fe7b62ebf02e80d78e41_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3c111fad005afc0d40eaca10b813d5142e5f5eaab78e4eecb46a43f5d917f1a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:06a92c4234f5a25938eb2d5b2021eb0374f1457f4f15fd7cd54b9e533a6564b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:72f0a37477a53b658f9f51b1907d3caea86686c9add6ffde63087db7eb83557c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8f7cf9c0a94e0beb4ff5e2b7d8ccfae1df75a89d765ca8e7a7726b7d06139321_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9bd3cd29d445a934b246c8969c596e97631951f75c0096fd809b9747e444c399_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:17d0d9c1079d264a00059c94e61993a9951f50506d12dff736a89dd16c225454_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ca9a36848c1d5643de68c811319be12bae5920a74aeed38912f382b7222e3fff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5cf693a174b7abb8c0a83a89c4bce91225fc55201e6da7aa7f34dfa49b671feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:749e2df29cae54754dd0e02de68eb5914f1eecadfb21dd10f0ac5203ca887b2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34fdb8d9dd4eb11a8d96a969bd547fef77304203cd1eec331f5610afc41e8bf0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:f224baf400f2ae5ee546a5dfb68ebf21fb22220a799e70f49ece279e9f2776da_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:bbfa48a9b898554d9b7f69fb087a77dce5aed927600ffe7a54cbe1d4aff450a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:bf230b98dd3d0b34e3efe3db4b5c0c9f59eb78f5d1c1ce43cd9b1737c3154fa1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:07606c3ca7cdaa9ca891a1f07b681784bdf70b80f83ab25515e2ef847f483190_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:af0eacf69a6ed00b40284aeaa5cac2be1b13817cf7f07976fb88a751d213726c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:22a7f8d14af36190a4ae2a9ac14a5b004b6066f91e809e341ab990cafde72901_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7dae4e2d929279a5d6ed358604d27119eac1ed18fec502dcbd204172b7e175d5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:674848f9ffae3a71b1288cd48c0c9a5448b9111598f0a049e5d7f2b4cf6d1568_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ec2ec898781da4f57ee4b18440417800618f933a02faf7e7970ec4cc838c2e07_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3db9395d82fd610d6528c599c7193ddf2910aa16f29f8f573c0a2f3e82e210ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d7453456acb080973e87b9f413f9d310e26ddc70497d5d59a37914838b2e6934_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0cc826915422cfd82bf6127e7094e7f8c429f81451c136aaf3cf729fd66ba7e3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:391c3797864e271d4d6751596a813185b18858859701246aab43876769b6b740_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3e3371215d33e2860aa73d4d3daddc1a04fa02f56dba9ff4abf22d0ed6907f4c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:f85e768f62e32044fabfde15cc8dbd7688578e9b3bc8605cbc444c0fa0b343f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:aafd6edba458909f26158f6284041454762dcc959855037a34dfb1e0caf82c4f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d9a32fa9a644b20e67f4d631fd3850cc83eabebb817bac7c54c45d345d952ae6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a2d561805c21d34c484749d22a04650cf42b4f63b508e755d352e49e737fda59_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ce50e9a6830d0dfdf9202d83e7048f05f680f73925cfd3915193dc3dd667f82e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5e36a48a006a045031c6f645c6e89ad0b1f380d3c76a40ecde6be2e51ec847f3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:77d2362af7e4e1e808ba833c32feea37d7107d33cc98a76c2b8cda5da449c1c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3d8259c3aa7a6522438f6adf9144332bef077453df6b3dcabc32b036b67a56f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a96ed272e3b3f78ada9a7a40ef3c9cf374e028ace01a6be44a1b0995b4ee8608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d9293420502273f13b97499948f6c96700d9018a35098e8af875d12dbd20ca5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d9df4ee299844174e47baa57d9a68ebfddee706a4956cb452b1ff29eaa25aca6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:084be6bae9f1f88ffc36fd34621b1815a4186654b35608b9de5a117e9b0ae0ec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7d9899c8487a1987d65e9aa4f82472e976e8f0f25aea6ee3d38db86f4d84e3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a1370574944a2ee0c721a7674c6b2a5c8eb5b31d24d892f961190eaec9391789_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d839542e8877fccfba25e62a55fc9a15b20790eab0e037c0183a05cab8f5187d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0bd9b421e3d9dcd992b1c5eb0b9c08bf285fe8c5bc170d81a77d1c3c9477abd6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1217fd2cb14ec1632c03d250a8963906a1e3355b5d4274e704ccd6b9479632d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:48d40dd7029b3dbd20f755e17c998168eb737915c6687ac8844cf32e024e92c6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a85a9e9a8c2b1cbb848052ee22f397b3e36e647a218291f6cc826103ce3ff066_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2209f67bb5ed6c488d30904344a1bb7dc10cd8f8c2121ec909fef78e96f377fa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2913bd14057f31acc6b1ac31389e9aba36aacd6c2f767d3408f3d90e0d701210_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9bc4034a65fab18ba3aec2c4226dfb2a5d04d3f3ccda1eb899b7efe377e88a0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e9227cdec2d9def144d32ca098d70b93b72b77a3ed0c059a6045eb417d195583_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0283e53a0400828496ea31531a7d1bb46b0c04cacbde3bf6531be9164e112651_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:83a5aaca31173f198b39b234326bdce63ad55b57c7012cc24b9abb7f776310b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b919538826765b2c20d9af101c2c83c6e6b07a3eb0d8ff84c6182f71f9602c50_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fe1f2228ddcac7693965bb8f65a1a344a9817a5f8cf6fcc5483b73e35a4385de_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5f4c106d0112f1cc0ad2365171d6a4fdf75a52a952f2e6b8a674a5ad82e8f3c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:63a901536efcbfc9f99bfbb4c3027ea57ce36909765a1b814f553ebdf4a4afab_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b69ef3ef8007edc3648a622215449e522fe547562c5a9f71ed6a9618e8d84099_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c02e69954bda27acd7518884f07a978aff3fff1a4f3aec745c53bb07d390b98a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:102dcf438fbf828e603b23d745b5a74af3228642a45a92a52973bcf410f18896_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:82bf6c7cace9d746b49f970d7024f5a332ff20d18d35b2acac6d131ced023181_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d18371c5f38e97936876ff2a090439942857920ae511502e87c1a71d6f88e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f6364a6411ca336aa5a2877d0d8fb9c1b747028902d2b90a235662ecf1300595_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:18316aa9283ec448ea3c48555a0b11c6b14de88f4ba5b80e1deb56257ec9e460_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a08add3c7ccf8eaae8f1eca52a650b0f7f51a9ae53d8d196037c25843c9012cc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b9f1c9788b5abd31b9ecbaadeb66fd7addacaa4cd3d7f7770a585c289a8ac456_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f4e74bdfcf86ac06103d85f56e9db798c58499a93a4d1c56b6c516635fbc721a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b34c981c5d6761d8721701b13ed1317d30d5842395c63253dbd9a6182ec0ff31_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b4b53a7e30b0f67c0b1bfca6839b209c9749ad7a967baefa2c69e23c14c1d3c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d1c90fae77faf85efc9a39840fd0ba08a04ad67cab854b131d6d7eab974e8e6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:fb8c39862533422e14dcf3a566f17c08535badc9336bd468e6dc031b442ab979_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4eb20f1485725b9501d706123fa5e73d3d14c8d9ce958fb53c7f052a2a78cb55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:53185ec096c4c6dde4cde2da2878ecc7afa0d9322169d73024c0c0c0a154cc38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:790ee90abb211a129ce3425da25366040d01315432893bdbb214fd7eda87dc2f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa31c063bc89e07f477250f0361763c8dfb36e9731fbcc16717344429824682b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:02291a6a7a29ae16a920abbd15051a3de7d8bbd02354e5f63359cbf21efc09b7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8132c18fa789fd946232ae862a4a507bb923d81336592b32a63205b2a38692a6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:887f9400fc6c2ed4574e477821d6d91a759dafcb98ebb049243fd568a28045ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e3a623bf7abceefbee41e547be687be1c77e3b8860182f4a68db6325924a7fee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1b2bb2d334805f02220ed4a71fafa11ca57104e220639717db73015f306e8600_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:46bc2bbe8a067455e49526f80ee4f89c65ec444e3bd8976cdfb44b094306fe83_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9d59af2c5ee1ad36f64b8e30732d80c638c7ff301ef563e56db365cf5d4b73c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c5efda1b63939e02e1de0b4451ef9bf7f58389b7e718d6706d1fa6e97c7f0ebe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2afc9fdd7efd8c457e0c7a2f049d2a2a3a94e88cc41fb0dbce54033b30c3a413_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:475540898b765ac101586389df9a8e370f32b3da2871a3c199b504811cb5daaf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8b401f70d4352e90b4f58ac7314a1edef46ce46fc968a77636a01dda35e42716_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad87aca6943fb9b78b56248fe2aadfee470c8db1b93e38a905163935c6d06b7d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:13c52538e76b88787f13e3d6b1c3f84965153f225e12474583d2fbd18ca7393b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:38915c10299ee1e5790dc8799d28149fdd5a2d9463021fc21e3f0f00e6b4aa91_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6750b68b4b34d583473d546de152191816f260b84da0c83211707b9eb0a5c222_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b425f7b6dcad585599ebfe4366e580bea7b533b88a8d333d9f8a7def88b46294_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2234f31d6a94ab050ecffa6d00c2382bb3f61e6e867268361e3fe8f076b400e3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2c8518d927b833fa04567da6156a3ce0a320f68f6924e9634ae629a19d43171d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:94c3f361540d8e325470feebf10899c954661bfa70af53e4bd8d17655454842d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fe65d8d46a03f5aae8e5fb7caad02a9688b1dd2d6f3ea53ed76cd2fcf5115a7f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:334ce324410aca7e3b0882a1c06e660490b7b3bda70f695fd40a89a89a8f2d87_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:353d77edc3615fd1e5226053ae1b493b13c4fc2a361f8ce4ec21448992197500_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5a272d1c089cd51f239275b733499ea53bf094057dd176ffdb0b759aac42f00c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8adabe5f256ef46fb32163b05632538ccb2ecd862b4f01f59b5874fb874fbc14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:442d35ba41747d64f52594405f19e238c14ff410f58f4a798baa568810d74a7d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:712d10619803f9eac56667fc0c75bba74a2a866e8df2a160f8a29db520f38b3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c76bbd172e9ad8be2180b4a5edb4a88c6bd1d7ac64ab9021fbd86a64e387b882_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cca12c93e249b0d2c616092a790e68a3b0dfcbedddcaed93ac8143b404ec1f5a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:16ad6006f630b50a7ae12e44669f80836357e06c569d6c397eb57a34e20bd95b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8ef04eb7384f7368745ffe8d8cf86fcd83b203b0b1132761e09fcfa65d6627cf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:953cf0efb4cfafd7ac8a982ddaa074791806f70859a011399784323eef46ef1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a7c5dbe3abea8571d146be180ad3f189f77a30bf495b8e19c88cef9b47f1de94_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0310e0ac82ab9af6b3a919db3765e7454b76eb16b475a9babec1faf5a7e3389c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3005eec98bbb1ab780efca92b98d8370ee24aeca4fe63e56ec301da724b7eaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:39bd6dfab6e4b97ddc00f7cd2b3d31205516d535e3665bfea13901102621b71b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:96c7afe557cd7a35aabc8cc18fdc0bcf95ee579038d3067921f5c1e7e35b3be7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:447185cfe539ddc50952eb28f07f8df27d5326877bfd2cd1cd04a168fb91799c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:44764182f1323cdaf8ec1dcc282256aa1deffd5d0490fb863e2804a305676260_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7fdb112167d728337564f6f9dd28e5d875de7cee6353e19f7aedc40c71088995_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d09bedb8737a237b5ac52efd6599059ae2c2a11837c5108a89855f5e3eab991f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8229500047f060dda44bf6845721bbac1f645e5eff36c2cce06637b9448b3313_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8592b83103e458a085726ae4d97e75b750ae74f6acb879c479f7e85e30c4981a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a43d38a28bb8dee90e1cef4f70373d7dd0e6e10570f53ff18cea609040d7fc91_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac08ce5c4d4d8958e11c7499cecb1d2baa3d619604331b0a305ced9edaa80e66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4715f8a0d41e979df12fc3a20439d7baed29be94a1f601af6143b273debedee2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9868dabb86b650c5bb87caca099471e00a7e1ccb14d22a9715047d61e8b838c4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:acec9031b1e0582d10395c7db70ec2f6cb36eff2fcf29c976e45dcc000eabb55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b73f66ec870fc0f7d8f5d86a4aa2fce493fd06db8525b71515402a5085ac3bec_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3afdf0db5ca921367b203b60a9e01c3a1dfbfe461ad8c15650d31132f6314a22_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6af1ee66087832faff5e4b367e6e30d0f8c24cce51642f7f0c7f692340ddcc4d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6e3e19401fd25a47b261f0abdb3c9b031ddc365573dd78ff83f4bf4ebfd244f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ab850613180e5396315156fb0985c1b9999769d4df7d7021583f09d54783c783_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:74750d2ef0daff77bbea64507d18ea8138514d2e2a6623c8cc5aa0a04d03ebd6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a6be2cb1dd54f92bd96ba758ce08438216acfa266386916ee3aa773293778a6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a7919511f4d0153cf581c82ee76912e40560acee9c0a56d23edc8bde3123d8db_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc313e501cfd3803abf0d18a37e65e68a3aec2c57eb2016ea77bab7467751f61_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1f005fd95b0db2f89d6cf7020e38ee57fde652281e8114704035753c22c1533d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:216986528687f62da810992f9af616435014f6cfade596bb4b7e291695265be9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:48bda9e02b5abb41b4459c40c1dc11580085d7ec4a2a50360075418e11bb49eb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f6d09cf6d8760bcee1d57fe6aea538006b23ae61b887633d960f9978e7407e62_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32a42b3866b46ea289675a1e1663e47533180b2911f758a6d89df822ba05e424_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a75d90adc4081e358e02cc0acf0926567818aafa5e48fe95fec689bd3090116_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e4a4362a6f4b2a77aa0eb4c4a3102aade4b379a650fe2128ec228d142521982_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99b7f98049b9bb791300704ab40caca3de38e4ed95e5413688295c99ec25d1e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:47219a3282c61b55a751c0e2286da5444a682f5fedec17d8170e7b1399499ddb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8df3711c94325bde8ad752cb7a9c7c0a018618fdad5f33488a426795a8f17734_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b2523b68bf9c4cb9432a2fedd767634d75e41953a3f607e6953bcc5bfd224332_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c1b4380a097df359ab0ac80fc4a1d100281024fce1e043c77679a8630bce9cb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0f3e01bcdf211b479ca861a5851b359a367c7027bdc543776ee1b25ce763f46d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1f035bf942dac88141b94b6a185563edae44748a4edcd995b2839e80bd40156c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3c8ee7bb097f5652a19ce50c1ce8585a911af43a290729672313b6c6dc1d4d22_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8d0521d358a2acd481cbc42b65d1075ffb2f1829daf94108391a07a18129265a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0361a24345ebeeef2f15bdc82adb29a95f26ca19a53323da74e17ccf76770c93_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57927e81f0ab7a93b8fcc0ed54f84b9adb7ff7ecd65722f7b403dfe9ef3c128f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ab9bec28217a4085709265770c38ef04eebab3d2d4d8a871ac4298ec3585761c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c754b0ec9520c9bbfe3b83e016e21815070555cbc4edec6c855c908b222b8428_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:24b32495544a28b30f13d8e768a568e9c6fc9d4c92ed539872cda1a4890a341b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:46b9e6e2319cb553c487e9625b53d69f1ec786a9c6eef0e4765c2502d6e5ed95_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:734da3ea40094633864dca6a9fa7e223501f1c1c4331764f03257b62b70087f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7902bc0612db5969616029a36b5a381f9ef58a5480f28c42b578ceecf54c3419_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1f7d8d52fe1e8313af0e82d0045a6119c64a54a9a445c0a28cd30dd803f7c400_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4c66ff54b160974f2017cedc41a86da6e2e499a8be165f15e54fa66f97c841b7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd0535f5647493ab10754e182831803ccde1575945e25c055a7feec8b8ea91d0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f78d59ca95f37a04f1cf8da3b7449b45005e81be7f4104ac1123e39101322996_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:41b88beb6b2c4b698c9e32a5327d885f95958aca12855aaacdf6c37828800b7c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ba896f59d10345315e34561484ab181458e32848d700ab47eec2a324b478e745_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d576222bbb75d0028f8d35015d93cddd4ee46e33f4d350e3bef9a7f3ef3c16a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d838de0ed47119c8523eee00ee2937741648c7457fada89b1d140a9739af3f16_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:052c5a061467c8894a651354f13d8219e25ec76cf86eede49e325374f10113ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6871bc02667a1b75b0f114c77b3d54ce92c53edf9da9191c0faa1a723ad7caa8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:928f2362cac3ec64450fb982cdf2d3cb5deb734b99d9a331217f137904e95264_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e67d248a27c3b3a6a3f27a57692fccba4291468b9cf05cc4ade16212777295d5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:05b07163280e412e4094d2399b78466c09137f91338802930b99207409ab4436_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0dd3eb0518045a216c8af1ff762a1f949b2d99ce1a1b784ca5fd25b0ce8c78da_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1de0d777fffb0223fc4c33850be9248848b3e99e76ba6e2480da6d91d8435f1e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2754dffc27e0dc8886afc00ab7547d9cc1c7d2c9cf1d4c672e1fc3ad16c169ba_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1aef875429e6fd39a5502cc282df381c9b3c25b43aa790bfacd940c8047cbd04_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b8eb145df77c917523d982fe0c2cd7a103a2552c1faecf568c9929f7b3d3a1c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a0b9401485189e8ecc714bfcdb26695fcc8eadb9af92fcf9be50018b5f9521ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c8c352b077544eb44ce0b438d6ce6940a421bc54db59e571f12368e04459ddb8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5ae91f81cef3e9e2f1f57a4c4d1c97e7f5d433c83e9ab0ef582c13bfcab83b28_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7615706e5c0fbbcdcbb9ce81e54e5663a45d0aff99c9c7b0f9cbdd5b51e6c028_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bfed6dbbd85b62b4f8fd2103f298ed6f2f8117f36894b3ad41c7b7ad3ad40939_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ece8ae115e98e000852e016f97f4c9d9a4c63a89a07db123c7786cf238a5c724_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:740a93c3ed894846400a43d0399a578864787bce388969dcb6eb0d57f09eaf74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8e6cc4f53d1c226528f251768ba3b472498f65e37e369bdc75d613c92f1c6343_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b966a739450386ca8ead5d257827e089937ff2f1adce2cd0595c2955445735f7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:de1d9919af85394decef57ab909109218c3e1e76acf3bb13b3d9198b32e81b1c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:74e06d261c764d7060bdd62adaeed608cb32d70e39f2680ce21b9a41f1c7d907_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d817670c1198da60922a70d494b157a82a23741ae120be79c5d47fad940aec42_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e57d47c830014927f8050b2f75861d327b4a6a7aa585f7f8c2a587a77c25475b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e62bd389fb6046219ea806796fada5042e19b2714e866d44742ae9b266def7f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:329c19244bfa49eabd4621cede01253d9b14b06646486ae1da9d0c7e1f0a7775_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8bbfb3d019dffac460a71a7652ddca6fbd11adbb66cfd724ba3e439c89954843_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e8a0bffefdc282ad94d2d2e3c2e9127481a576a4cf97cd96506a4b026a0002f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f1f087a31c54b031cc50143f3d8714785ef23aaeabd521b140797d7fca58b813_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:17218208de28296807c21f4bae67c244396321a2e82cf8b6e937997010d15a53_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4127ff8c02537149c33a52e1f625cef8f0f9ac8384f9e665bb6f56b5f93f09f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6e312e9c24bf31838c1b402b2282fa882240144e63501793380da55ec3a4fdab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:84973d89910784592cb601578a7bf5e72ae8bd94822497ec6db5bea029690a01_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a62cd13a56678d5669c29c76c6044b277e9fc800b4c2d20ec0b4a9b651ec65e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:21617717102ff755f18f66221c52b5538badf5418669cd5308f69842913d41d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2883486938e807987a25712543b5b28187b5d436c8b575a6a005aefe2a15c2cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4163b321fcf2b45af9a9c5537b02057588bf9b12c58d443643f42b7ab69db441_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1c491aad7a531156021131952391eeb76df882d2fe6a75d494a7fa9101d374a4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:67721b622a6219fa05fc731e4a492fbd91040549287eaa1f85b6bfca2909440c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2245f57fd7421434e8fc01c7798810dbb69df1cfbcddeb936e8d4062eb7f546_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e1c6b4bdbaf3b4ab0c0c47ad6f7f36e4fab53946dc6ae5ca36c18bb6401fe376_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9bbd7b1a665d8292af7b9dbe440e3b5e9a85935e3c1979dd85ff5b5630c116c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bfb03e32e43f17abb1a711037dba0d428884d14a9988466d7e0f944ce152d4b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e9c7e6bed82bbaaedc1242caab16ed15bfe5e87fa1c3d98a8893bbdede421413_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f593110f4c3c8642e81ed78e6adba329b12b7172b5dc6de20ca2c6694d36d6ef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:354ee234566f3141d68e419df4f9a141004f8ec764351b6910b6ebb0d0acbac9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:49c8e94ecdcbf82d160389b2a61d117fe89beed176536eb637540e2a02f98bbe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4f2acc152319413c464f10047915471cf3751f181a65e96f1e47e722f5668fe8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:778d227981e6ce4b1c19461f2c9489f29c6d363420875685fdcc284aa63d9702_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:59db38f53080ab732db2fbc366c5e8467308fb8f1bc00c4e654b25529a6cb48d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:71ca8c3f887c7de9628aa496dcc8a72ad28126cc61b378070aed4f5d2914fa67_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:72c13df0b819ab4b0e60eb40d636c34e72918760c6e635a39fd847d6b0f9b30d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8003c2e344544ae9140b31180b6db16067aecb0ad1715598dca40f7b651df101_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:058b16a7b35c6832fabbf5211a1e93cebe857858e6c1edd301052d7a0c46717c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:138eb12e4f5b7b3d5b4d07d95797c191d5ae76755ba8d2eadce7613ce5ee3368_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:68bfe5f6851eae355bc38c9729d4cc59eb1957aa7649c5f0d37a40a274b76e91_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7432171ce2b51b92ccf73c1e411e439b2b615f05a9c4eca4c289c3f91bb757fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d10d0d1857697de54b0e363cde1d43d9212cb5d151a59d489dfaf2f19512c24e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:da205ffc529d323933aa6bfecbca7132f803acdb00fbb92e11cfdb426825450d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1b29652ccd1cb90c60e3f84f1af53a0926cec8fff291e1a1824f56c5b09678c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e3ce2423fb192016ba0369860fdc3f490fee48cff3f2c8e84d0274fb83753db7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7b9dbc01ca36004b18084d4ddda2bcd827ecea95d27098fbe704c8b18fbc6762_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:c3a065df60facd399fc855b14d3b8f0bc64e44c1ea2da36231eb661febed7048_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:00dbf971c8b6835803fef25c3a51da815abc6ccee527e995d1459a51e831b714_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:14cf39c197d1757369c7ba31060da43f9a30a230118e85774f8edfa42f81f5f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:978ab5f2513e13c2fb89e4559e72fcd68deccc1b6b8b829a3998cc1c8513e5ea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0d0951b0f10373b8f3e24f79f8ac95b18b402837e21e6b4d5feea790538603a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:03769240e4f16b0eae34fa8647c0abdd9fa55b8d2537ba85fc96691167a7a9ab_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:37233043ecf3e3d28948cbe66a368dd6ffcd0559e8ee1761ac29fddc831af6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4220bbd2bf43945ed2d2767ee179f438b15b2c3940f5a1a42af8338bec9ba81e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e98d0434cbf09c37102e3de2db2b772512b3000ac71841014a74592afa144db0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:30d625a9f21ace89d2068ba0c28fc7e30059c0918e68e3a37bbb68885e31063e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9984cd15e20d0ecec47ab7611a39fbf676ecfd41111840478e9cf6cf3293c7ab_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a2bae7fe9e571f705143af3af3ce7919e29a1ee164e747882a0d3ad1f225b0d5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c15f57637828c096b6351a4e51c5304e92a7209977c670a7164c33e7968b8b87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:102f320e672e9fdab885466b3b9e5b9a334b531221903ffafd5b4f670659848b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3dfe34fd017f3b3e6b410ba7913a5711453239d7852d5729109c24ead31897da_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5218a2b15c816ba9dd35cb8ead2fdd04c58bcf57e6b1fa98d3e8a6a20fac5687_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9488d194054f3ee13d602f01a4f7e7d7ed5566d913e5d0f542c00501aaed586c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e73bf8858eeee1f40cec5a05c8dd66ff6748e0f3fc64a95a18d8d86d354f128_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72072495ec11cb443cb5407f06c45bcb7c34cd71e49f19e7f50645f1ef485e19_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8a072557a1826a519ac8e6d42a056edac26edc3a53d8eb2ccfacc308cc0770f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:901569c77758463ca80673c2821feca0d6b4574fcf454b42abbed4f319cb7337_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:20d0de961a0c06d73326eba220fea2cfb18e6b6f980a846effe79a1b146c39b9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2d4684e9836f20ed1391f13e77b35db3a80264608f196a5c15355db7b5df1aae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:7b90fd5f2a8ee2a72f9a35c52195998a543c294781426a6d6a1adf8a268f668a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9a287a7fa8900e43258e22eb9f3ec76d03c89863c9a01b704a77ea0c131b80c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6e942330dd6ee7b85d555c2f6f0b388f613bb85b13cad82a321ba16e34ec73c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9020f01a3ff33d4d1919e64eb9c5a59a44b53fb31dc963bc261ddfd05289bdcc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c45c16a942516d5f3a0cfed5151644d22c65757c3d532aedac38af9ea12c2ffc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f68fa26bb906d012adc744875a309a40ff5ea7b3122b4b32ae2d4caeb3bb83c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:44ceda6b1fcfffba8c94bffb0bd2bd5ec84f7762e87a301884a52a7fd8f6db63_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:640777070092bbf75c51d4b12d33ace8999fb287004b17dc02e3a44e7f4ae79f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c9381da4efb00e7c25c9e86ffc116c0d59ddcb2c3552ec18bce02425b5910791_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f61210c60f13314315d5fc056ebae481d75b8d1dbc0eccffc1b398d036e02698_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4baffd15fff32a2bab6e81516989f589c5c89267b1e23d372e356b20ef72a28b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c3949c3b5b99e50a71050df6880037c7a74ecbd0f2f3b53b9b8d8bdd6cac0eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c6530497a5ee647432260653cff475fa41c44f4573539c4dd38dc0ba3b612393_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ee6bee2b4bbe66433814af5c573c59e6f3728378ac700428ced7a45fc9f2fac7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:00dd38900c9ada199bc8d4f38f637e75b88f50bc34885054784414f77ccfef06_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3cdaf0dd6604a653f871228b25095c28f614adcd6bf06fdaba63ab1984e5133b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:942f282cf75b84e094539668b9387ddbd13067fa6a2cbe8e76c9682505c91a79_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b17f4104ae616fc18e48afd737f40ff969c01b0995af07ccc345b376c9307891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1e3599193b910914828cd4248b554d37e4c684faf36018bfe862f9a9bb13a1d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c5597d476d8a2f31f3983d7a57cdc8b0fa4ef59805b3a7f040bc2f4201817b99_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d3f422552502ce0a542ebf97e3ccfeaf62ed9f7e25125d6486a077f8bb8aae29_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f5a2f3dee12266481ddc1aa68209c9a99d653061ec43734ead69513ea5132081_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:01ec142c0d908f862ae7109339bd2675444ccbf6dc70c44a4ab4a60ed5b52156_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0d7c52702a3541e76f9cd38b1eb5b8ae3380253735572357bd873916c3172e66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:86ddc0c22dabdcaaf363d15a8c0069dc219cd6c8cc8997a064f38b6d52f9077e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:fed3641a4572b8a0602a71d8d618e30a5bf83ed0060a75338269c26be3037e31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:20b3ddc8bce65ebaaf64bd5fcd3b2f7f80b370ebb62e22bff9fc7dc71128fce4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a7a355fc397679e8d2f4f00893d4db34af42ad0dff2d85baba1633af798cc763_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e8d87fe6380de772f38aa0ead0149615a732547c8423a525ed815d714c0c27ec_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0d28383fb42c8d3905169a8bf16e6d394f29b8d1e92beddf57c9662a88542f27_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8faffd89c1741985d08f7b51dbfce30aec4af6f7121687e9499e7265ce3d6b39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ef23b6dda632dbed54b45aae54fdfd5dfad76ae60c129d95774de5e89c16b951_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:39ce4130cd982f5a88c248fc820d5edf507b936b9c05d803fc3650dadac14c6c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:912ff2639e7712cea5e2e4fdc6d5c1236c1f2374f8403178f57adeef40613dbf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e9d5ac5bdc6cc958fbe586de8a78ac3960e9db3f0ad7638a64354dd426af2cea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a77dacb28d862dcd20f101adfa18f0022f735287814fb224690f159b58d18e0b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a916ab4e6fec61ea140df5624ac159a566b6a9f1953b2eec2e19175fef18a091_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e703a45143f2f4977be2351fa20a0296a0e11a8109091c7aaf86d835673b58bf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:0ca16a4d0b9b6af6a67baf917fd7d0679d1c2e56785d127d1aac75225cea2cb7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ee5cfbac6e27957dcaa120512a8fee463b4fe8a24847933d14449b87d6e1255_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5c4ff05c1cbd3603c998255a268f97df293d8b7020d5ec70226621a3b3b3ace2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9e28aef8c855d28d7d8e16bf26b20e047debba42747d105528d02ab1bceb4531_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:13e67d9352b1a1b8e0f9eebca0db1722209eb72d07ccc9241d0abbdb3bb89c76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:62fd7a8a8659ab92d6baa105f6917b31969c18f5f2be7dfa52b95f55a9394e21_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:72b04a33634dffc69245d23ceee3f816c6dbe7f14fe62487e826ff9fb03fa32b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f323dd66eebf111076039d019333e92972afcf796732001cbec73a81f9319947_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2bae39d98cba7dd92ce076fdc9cd3132ecb03c72e79209efdf1082292bcb30c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bae2eef091ede6aa9f6e955b1e08dc944e77b3077331f7f4821f0455ff3d5b51_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c09974d6271b6514595ebb7cc64c504dd90567070e81bf916eebfc252eed4d6d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ca137b820a6edd849d6e4587b542aeafb2180c28706460786233b6d69f033890_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:266f23b9d3058866325fb98097356422b10bf6c8a9b3d9a56bc81839b4b4ea3f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3b17a0f069ce28f317d3d26ad87781f319be01958bc66c80adc5374558a56ef7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58ea91163b69c7fefe2c40a3934df54540191bd179805a929a7ccfc94b2c0831_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:da9686ac5a0ccc25559a3a0771fb8a2e9fca49ae33a3169f00dcc568dfbf1dba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:65a366fc780a3942d9757247cdc7def9e71273ccf828bab7bb0098b6f6ed19ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8ab03c9d222e1a373d1cc6eab06e444c2355e375f36e4f5698ead76bbd707c4e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:28e88cbc8a1dc0e37c9bbd388b3a691ecbafe221a2fa2caf4365e9b7263d9206_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ed5812ba145369c0c9959d7ec346d46d022b00042e69d83b4184a6f48ca792af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4a7ab61995d3290e36791ccabe46a29b499b5232728422e6c24711b4fa4d592a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7e394fada1c6c3c28bbb391f318a1f717ff743c7ed34abc633641a1d2960bf97_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:06621ca9cb2f365d3764dd781fb492c1283cec81fecdca9a5e10201ad03543ef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6970b73943c27964df5975cae1a292c6e7edbdd031a429c728c7298aa128e12f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b8ae2b4dce670fca6d613d3a1e9f3570d1c77504e29f05bfc5ae9d88d7991307_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:6c0b6196b8f9e0266f25ca2e37284f68c1f06f0feaa25574b083e4e8cd4c02a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ca0e4a1f87e1bb6029d793554be2c953f8dd55fb1591544015f8dc8a65373af7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bcf553df3b692d5aec7ff55b58c87a5170d1eb778e15a62ff43def38041c32a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7e861956b9376d477d59eb2c5f595bcadd7ca46b608360186cd4465361c4e884_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9d6cf598f5f75c6f0ff8a82917fa3a3d7d278a460e15666a364931fd271c05d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf4cfa239d019887fe1986593a63102525620018322935e7a6cbfe1d5e55e639_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:2d2c3756c9ffdbf93f2570e30191e2f387a06097583186f3191b748eb5017c36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:62e69e5662dba550b1e584a193b3fd70e036ccc6714c7f69d091d28c2e6a1495_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9270a8ff2edad2d7acde9c7a1c84ec030351938512e2fc7981aebcfb6330d815_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:def985e97d5426d36180099df42125e9c39cc8d206e1bc54c4a38ffc2953ee38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3709c662fb71e46f26c27993388e736d6a4974ee17861e447078e22e1cccc185_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8f1abea09f8a686842633f0243e5ad462dea18c305541379042347763c1df557_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a81a416cda5bf5aeeda421afae470b1ed3178b0309c313373ad6a2467ace4a30_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:dd66cde9c261e4666820c718a1c4efdc055c2b19c3d1f4cb614f3abe2e8f27c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:153998aebf252abd79f680dddea81f4e35799b0538053baf02aeef8f6b8ba742_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:30b751bab9d80773080eaa80e5e1c55b851e153ca0b83d2071bbfdc6a4cb6caa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:cb8a6ac71c368d5cf3779ad48b3faab80290c6b5b26e1e73ef4a9bddba0108aa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edba2471c3183bd561f07676981f4065ec478de4c07e8cb53b9b04b6cf1627a6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0f96c74d5f8d8eb9611be2fb046597cb774927c710ee8b3879aa606060d71fc7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c058a9685be32bebf22d126b71cd659fd218b5d230e1a04899bfc00f0b7a00fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a39d4f99cdac59a0c0e6c7f48209e74cc229bb2015faa9832a7be3ee2917a70a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b50f0db0b7c55868ae41b33635d3b56ab545a12e77eb13e5e480dabb722c0797_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c9cb451aa7bdc1d683eb6177274948d19139c63cf58b3a30b9148cfe64f924ff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f654760cab7af4db4a5068c1070a810af22077a3159c3b797e41954b77608992_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3321da2c0354d937133ffe5ef5074e94e4a73822f28a003f2d5b71c4ea239614_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:adfe810e047c891c8a9809a732ceaa6acb1b2ac9ddd60e43c19390eb442683f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3374f03e1b28198008bf56514db6783b88e976dcc2e8e6f08d2d2c2c71feb8d4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ba7f407bfdfcd6f41ae16dc49313e6b282c3e844733abb2e41360a6d0994a8c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c8bc2648558ff854276c85dbffd8c07bd806ef54f1e604eacdd8564a71d2c460_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e8452d1e45be67158e63308de41bdaf43105be4be1cb1256efa534fa0abada3e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:70c36b8768e4ccbba9a91d338c568c5a4978959b36f60977b00017aa6b6022f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:81f042dfe236c4ce3412e70808e364d3f3531f8b069f7d62722622ead44266f4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b00b93bfc4c496af160bcc86f782e3074e9f215cd51d52a504b5705fb08523a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ea288afe2c66cb46cccd27c38c9e906b985930761df642352c7fce528463c860_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:41640b950f7b4576d1af406eddaa83ecc8968284b59041b065ab57aa82ebca46_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6653237e916b6d1e79d45b0c550d374a4e1f4ecb60ef09eb3d52fa607c36c732_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:816527f509226ffd1abcfb357bb70737e0377f07a0cc9da545b6d5b9d7451b03_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a8b79f0c063bac2444f8521fb49541177fb3e2a9a7226e58a4346734297d8ecd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:16965aa70f69d12c738d0ae6c6392cc64e8fd4da00cac0c362bbb56a4b327592_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7b14439bd697c626a5b0ba4c794aeef6840fb120d25de5769f586b63f5e8c21d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9498a0b32a368a487ba210dadd6c83fc49dffde7d70eb8c37fbe33ce7ff55682_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:abfac5af957f2e5ef2ed5cc4c7c026908f1716b3feaaf7aa7eb6441eab518087_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:13e6cfcc7ab587e3f3f5015c3b8bf467d7563dc2d53722be233ff1d85ae9cd49_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3958156fe201f7b059417ed19f2276cbd87f6c4ddea5866966ce9f5886228e4b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9085d37fe1a5d3343a3b8b87b76a61f244f92364bc5bde23e3e1639bad73c819_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e23af8d94203ea514494841ce51e21e9e16d44beea289e75a2c34b928cc07893_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1caae9280a77802b59c36a005dc6e205aadda4a0a00a903730c124cac1ad060d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3385bb4995e49cf72cde1871746b6189d1d209081cffe50995588adbfc2c8c15_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4008f600f3161e71129cc01bfbf6c5d8a3fd27822047f1dadfe346e684dc3166_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7e59dc2d6b34def620602ed39be739f46d03df23978b22a18a890066843e31b7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:021c425fa68df6131d92bbb677573c12b2e6bd59109312de9d21c408b0b16cdd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a9cde5d4ec7a86753dfbe7e5a8708af7cdd3f646da6e5bc75a0a00313a75d63_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:28971127a76ab3ee2e53a3a27c27d0188ee87a55e68fe736a840aa90764ce975_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7257eda6b816680a3583dfdb4c22018b801685074daccc987b97914c3cb5164c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1bc5323614e43b8dd150f7ac7fb873b7dee0ceb4f967e7a92b1c70d5d598a30_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e2fac36d1432b3667e9943318d2ea43a3c3f1c3809d51bccc0124debff692330_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b2765dccc3eb59e63179546ef022310727628b8ee821da97d42523caefb83659_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fe6009d056ffcaa503e1384b188495746d1653f06bf1463f58687c2dabcaf5c7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:29971495cfa61dc31d498923fc8bcbb5b9fb9b9b08fc10a2bf4dac8190edbed2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:422cbd6dee482699ce334c69f4cf359526b37f61447d8ddc9a1e783cf5797c09_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f414d1419790d08c6feae5a56e738a57481c174faa2106721f6ad5230fedf57a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:41a2e6488343bbba1b487e369357e6a66ca21e57bc0b4a53f714e75bc760e8e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3aab7461fb737236048ff061b7979748d8a30227654b5a8e2448c7a7bea5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:84c90e09590beb2201a1942fe58e47cc93e1347894ad79706b2d2be5afe493a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c26f3aabb772844192228352ba4f5c5dc64eb68747c3569e034a15ff2e77dbb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:20320da2936481e478c10dd7bdd364b77efdc2780388766c88d7cd485e76a4a9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:76e48fe2aaffab84f7e7e1762d0ba9cb8be05f529fd3e2e8adcddb065a8fb7ce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d15f09050abe53bddff206574ce5319490ed63732ce85876fd47bf352acb6fbf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ebbf0bff2ff1c0560da71b067e4d239f50b51deb27b2604a5826201b2f3d1113_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:22c5156c1fca340012ffa80b5c108a43dc305c3d1cf00caad840c8a7f295d8e3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:857bd392d78fecd52d0cbdec20e998cef4d23e51d4df4a28051abe2b64997fce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a1672dfebe033c4425eae8685099792eb0961e2eae66d824e9000843c4a21221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc3fba4259ecc041fdb3a6d74573907aa33e5c14446cf40a03b89fdcfbd7d2b0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7d08f80fe2a096b2f48a4c0b26f55ef420324dbad50e80634301dda7ec559c18_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b917d823ee4271235ed637673f727a91525bf5786e27aff7b452a6da410d6a1c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ba34a0e44d6ae7a9f34f32140e77d5123bc9be6e845f8247c7bd7417fd692134_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cdcd2fe52320aea18584d9333db162245f3dda12017f11aa73cb1e81b008959a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:45fc37a08ab295d81c0de16b327cc98bc5e784ada95695c95aceb56596304939_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7f9e48b6a06e6e2e1543e96e5749cf243ea8535ebb3386e16938badf34070617_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b880a425adeceed5d62f386d574fd3cb1b7fa8253271afff3575d9667969ff66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2e60766f06cf26d4ea4d083fd68322d494715307ccacb2f01e0843be3a6a893_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:08608e66dc84b9eaecaeb540308254ac998b33816c089924d96b82d384f36fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:738f03078222d52943dde03fe41defeb7615af11cb4f8fc43ca967c2afc3f0e0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9d92dc54235004733c3440b8eb4c497d0c97205d9f03758b84af340ad4b9a068_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:dbd364e145579fb75f8c25b6d5f9c90f3ee7a03c1a23da0ea2d0ab5f8fd73f59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:88710de25e7a5146b468aa223266403e9251afc0ddbd4cb813f6d2e91c8b17c3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cf4c75f710db1a26be77cd4b8919764bb6997f6243fede69fe8310ff7fa568d9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e0420d92c6151f4f9b64ba218105b3477ee30deb04234ff7f34717831c34403d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f501823a3c27d1b5bccbcaeb463647d775db48dab5ad47c7e46344f0209eac34_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1d4fb509bae3d60dba09db60aa021fccf57814622d50dce2736ed3d874ab53f1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:4100483ce23b90445a9f218d1435df42c081238db5e61048db14354476897617_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5c1b4bb7c281299afa1c2046d26f2606cc1e31ae80223215300b945065dbea85_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b3a4a0fb9b5d564c5a0525410688b848245971fa5b3a431bd6bd9527303ca8f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2e6e196f622484b8759e286acee0d64c9885fca8b45f5bef555984254f969295_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:4a7747327885e9e13ec93b66adf83e43170bc5e222d7269ad34ddaf1569562a4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7a3d67f34b138a6dc3e7a73bd8fa01d44e5e27bb26f3e3efacb2b798936a6bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:843f7875b8ce6f256cc05932cb0a6d07de31f4f2eaff42ae2ae688a67a120a3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8584e1c4911f63bf476df0c5efcdd3decaf0fb4cbd1fb4c430d5e0dd5cf3972f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9a944f0ae22157d54c99134e3ce72a00e5578c0b2dc8b8a9ecb4cf12c97f9871_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9d9c87009fe397855424b8310404bac6f17a95824815c5b8f5b4e0adeccee18b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f2a3bce00786ce4a7bb2678f9da5437d99d85cdc4c5da3a7ee7aa3992d4fe99a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3507c99271d4c8fd63e0de6abac1b52885ba1aa53f5941854eeeb1d2d5ad32fd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:64288a1ef853ade5b9337948c412c38ff82d37b3eec4117e6a74adf14c9cd61e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bde1394874892df5b6ad35fe5341f6aec7ab812e32e383a3f3e03bc7e99ed214_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c8908b7417bc7c02e879be54c3e7caea1c4f6ce772b94c7b504cc310b5b0534a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1689ebb475fcb1d8021057f26ef090534fbe210716392ec68bdeba70774dc04f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:57428c891e72813e82f76b384a1bd76d97c0db8c174b47aaaa22c82c2fc0fd9c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b0e7613b2748ea590e6e31818a48d5d8685fe410b105c342ad0b871b9df87f87_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ffd8c8d91e515cb359d849ba9860ad2efe2f2c8acdc619ef1ca812de8722ebb1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0148c33aeac15cb3abbb2b850e863c30f089a39619ffad93c00e8c9d44db3a9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0d3ace6a71014b4fcf273ba1128b4ad3d8b8e3c8c90c97dfe4f9ca19a07e76d2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:67adc5c445a9f0e91cf66341d23c4469ce5632a939214d663a1646d958b8e567_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7e28f86a11a69a4c0ac2b13e6fd13874da779d01870858fe07dc02574f74c596_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2c94e8c6e1e595defebd226e6d03f96eaa453bdab86cbad80f90000ea528b7b0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:358053cc0f8f77211c5a96d8ea498ac18f48ac1066560a0c3dd1218c9a0ef505_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:94d91967acd236527cfaaad5a40bc321d6ccbbbb0417161def6473416cb25cee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:be73425000dfe01b43a71457d0dee0e96e8218fe42ed41bc422ad379af119195_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:539d3fe1bc1ae12161c29a14b50734f137d1cdca0ac3e3d9ec5e3e97168516cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7b6087acf07796d0dd574a7bae6ba3b73130509e8dd946ef7091e82f138a6c5a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b84c27b68fb5a9da03e4fce66cd32a949f81d670e39cce9f118087e35cd3ce6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb966ed23952aae325c83dee819bdc4be0186f7273d340995425615a9bf35630_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:161aee19a7928c6eb12d1e1ef81b858c51eaab2eb2ca15573ffd2253c923375a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b923868596c969e37607e8829bc7e71d761b8b89ab3ad2446ecaf3d0d9e655ec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0fc187d00768a353869c2705d08cf350d84d34f6e1099762eb894b0029a910a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:22f1727d3ff5e4bcf87115c8e704206cb7645e4b1ee805f2ec8a12a98a3f2da5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:90859e4cd9e495ce7816aebc9c96880b04bb028fa6403ca55edc7d0c0205396c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cb0f3921a85277f485c485ee8f3fdff81ff37af3535b08d6c1769512b30942a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:75f7e28d7963cc0a975318371622a09363c2fc1295b561b57e33b7231829fa91_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:845b7945e15bc9eac1eea68a686ba748a11f6234be973296fbf5fc9dfdb56898_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:89d77072d59839456f37f903fdb36bdd281d696317e384ef26df3e0352500a13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:de76a545019f76ca93ad00c84fea7a16c869370c56af9bdb7823bd6b955a9b1b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2ecd6ca0d28da9ce90dd0239f1fbb10c6f3eaf62965fe19c0416500905ac7168_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ecf5a237cc1db0037d01447b5c3b1e0b3047f1c70e5e522bd8b0ca73a5f32d0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:cb1f6672b11384bc5f79eb5d9beb72b083e3efa98f438b322017a87e07621cf3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d644e7d4d6196ce63aff6fda2daffe3ccd233dee95b959285a9eab822e6eed91_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:114c7c4fce9d44199549ae5cf0f3c0756385b20c5136154ea709ffd66c5658fc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:73b10349727bcb4fb13479288392cae9c2cba3d25c107c42ffe9b66052b9e0bb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:ba02f69d1f19511b73d9fdadbda50b47ef7ccce96b129864faf7ca19060a2fc4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cb0e2a015f27cb937bf190b92d908e757796c72139d9a48a4cabcbda1d34de66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:04bb83eb940c826cace8b684bf5e6074a0433d247b03142da1c4454050e026bb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0ae3d12dae039c794f8c9b2a531f79d39b5770d82c7cbfd7bfb42ea76cc15809_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1c11aa8637ffea2e082703395b5cae6c33ee6bd123c35bab5c3e8cabaac87318_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:43d35de601357072345c43118ef1de666f021bc64c8981618128caada3ce3fe2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0ee80567ce8ee998d883bc1f663e687eed4d25728445e72e57b23742066ac9a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7cd39af0f52e9685f924354656eeafd5fcced5eea2a9150e6618be364eff8fac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cd6ef8a8de0b7633277acd75f944a2430157459096de905b11ef179d14a985f6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e331ccf751022756f411692d13bfff97ff7dc96f4e2592e44e30ea9a0a4cc44a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:48165aa76fd0437f3b3ecb79b1ac45473105b15891cc79a129f565817ec74013_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a2ecebaa107b76b7fdf45966fb80a22a50dd1ad9b248de072ddc4f7dde0fc3db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b9c1ffa9611df38a498ef34a11e467a341a183242f3ad191a356fe3f6ed35bd2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e8448149704725db36a13a01f94e18b902f71cab5fe8d04289c0f3c7fc37b3ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17e4fe5a699b88c45015fada02a9c1803dd4610f7055d48d3e1a8e0ec50d0165_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:52ed5d6d4f5531f09f1fb12c1e46d4ecc5f53407af7b697b40a3b4ae1fd369f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8dc4efe5690f4a3cf5fa74431d6f2f100ed7b7e056c00eff88e98da264eb3fd8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a96b87e33095c653a9f6f820008e798e194a599394a48a7eb2d377564b818f87_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:50cdbc2887d5d8059b4e617bc7e532ce474321d5e4b9bb90fbd32656f2e407e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:52b367a30c88c66ad5f44fbd234bde80b309591bf1fda9e415c038a5626a4972_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:98730c928cd3bdf97d2e62e686cd7d1dcde2555769d5d0fb067fc1eb11ae0f33_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:acfeef80e49839102125b43a73fa431a67c7d1ff9318454b63cacf8d40662424_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:030a6e17a82050de3f3c48f0407268c4f2671476af84e990b63346004f64b3b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6b5eb978b8b2b78f98b36fdaabc69574022d55de905e653fcb2cf79debdb1f9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7154b79c119ee67d79ee9c31576914298d047c2d8e1abbc1bc19ecbacff01ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:df8595e9c221b6ed5856283835dde8d6511d929a0440a669989930108363b1ea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e715fed4bcff7dc1559cc8e1d72c70747fa985a9b860597bef0906d7eabb89f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:349e2a46b87613a936d27586b82224b253236bfbda0006886c93d7a3cd132a44_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9539426ea025e7861aeb405c9ca4e33cfaa66241e2585df3f5bb2b242521a7a0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f7b36695d66894c77fa3c701fcfff84bf3c98d08e5be2ff2854d18dde3536042_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:38f9fbc169d1fb315e68bdbb8d928097098156028f0c1b5fb3853cfee92d88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:55a68756f9fbc1870256c1d95aa97c14a53dea071229ac21e2a604c6cbc7b48d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:75f742ffa2045de8da68faf4f835685a010a19ad099172cbce037c64374a55e1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e122e1b979948cc29f6a09b966efc7f30e120138cc89932b671bc9b7283caf26_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:07ef8edf9493b61eb3635e458cd770b15bce6f794d01569e21031a256093870c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c9e253ee46e213e870aaa0ab8e80a3857365ac6c352dc8d561d8c3a1b2bbd1d0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce88542ec4f84ac57100cb897f4827d7286c6c144261584d2606c60fe83e8fd7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ef04f704db2d800b7d4c98831bf8c7fbcad8a55d93530a744d25780f9fc58c30_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:34b399d922ac9f156bc55948b7460af6ecd53cd57e31f35273104ac687e813d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3acbfb9709b51a708893a5b08b5dd64464d6c9c1f7950e30caadc6301c71f1dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bd350e0e32f055467e272d56ca580c8bae37fb5018d72eea116c97dda600f16e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cb80a67e4e97c1800bf2c2580dbb0a56bc88a4c175c461d3db76ae01ac88d38e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1bf326595f9a389789409f853851c1688019b89e958b7b9320c2c356d7a5aa2b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2dd4c98437553eceab248077a179750a55f0c97dd1f92260d6c1c7fcdeb8bf95_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a4a69a73e38da284fff9188d00d66d1fcbeea93f8fa85d7c914db7135ec6e918_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1565876ab4f9468aa42a636eb75d8d529a77535f49343302e7b55f072b236fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:036086ccc7b3cf715f337cd62bd2f4ceacb18a0bd74ddf3088bb1c82780573f2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:20315f04883a7d51f13ef2c20e5c929e3095a0bf514f0835ab2d105dacd5df51_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b6d4ae16e1d20978d2adbdbdf4faa9baa59eecf337a3e65186a55593ddd17456_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d648d9c2c6ea6e18438b7c84c141b0c4cfeb8c5c441a0a55b96a5b1c3e77afec_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e370221a5e4a18f60aa3c9438bc66627b0735ca17b5c1119ff9accc0d26af36_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:11995cca9607057d8200667b16ca816188cbc807b7820bc776d3a9790e9b8a21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:681b7e341940c08c2ca18dd15e500dce77881e9eb28af5e7c59b3c0a2fc3fa46_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7c4484bba27c132dad0b570f2f4fd6fd66bb335fa923f21b41eb5af12f4deb98_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a2a42e910c0e4f8dc415df024ee8ffb6c7d23a6e8cd54431f06ae28f31d9f3c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:34e056d7771ef4684b233739c99e9181fade933b0aef87f6545be5da3aa4a7ad_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a8418f86cf1ac4e51937c2b97ac7a5f2adfe36be4dda38e425d2cc004a0cbbf8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ec02a40ac91bd42b6c9c5a32cc5168dcbad14b206bbe3e36b3571bb717ca5fad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7e441b0c7bf47839c3c0df71a41d00522629d451434b551ff1fcb7b73e28c6c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:92b31786ac4169fbcc2359470639469f185f8296993ee8fb4483ba0c39b06469_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be92cd19b4bcde0e5e912e4081ef25913528488273ca9ece533e0b4839e3e17f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ee9bf22ba0cf879afa66a009fc0222e0c16ce1e4b013055035cbbf186dd676f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:176ab84bb58c9455d8fef13365059317b224cbe5e08ae95dc11bcdbd4a0b88da_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:689b048fd7654614bf013994fac36310c16d9ce1996783743a45bb357a54725a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:23c1bce0496835c8a79d97b6d42ceb5902f0c3141a3ce5311800fcf1151213fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:53c4e8ad9078172e4e033eae5b4e40ca0302248ec51123a7bff85d7b7c66550f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:02fee662169216337e150ee63967e27328bb16a5a580508cb372d7359a3612fd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b22cd721de53cc0ce2d4aec2293e49e963162f6e94bb925cfab6e1da0bd8ec3b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4b910370c2d871827c4b9adaacad4dfd92f047b6870878e04bd992a26f99ad2f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78d6c72434d8929d2ac8963530bba2cc5195b0a748c75a8d570a6734738f7d78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:070542394dc2e46a8af6ce137f457d849dd3ae93607fb0b7de35ad5d7d1350f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3dafb52fd7954f505bc075643e54b0d2b16d73d3b3db763e37aa9a775ee2f161_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:70dca8e5534e53d5d9e12a896f2027b0f6655073b51b81af4604e6d535fa1047_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a8bff78e6a1b04c042a77c0a18294ffe0a5a98ff7d6d156b863f16eb2c84be7f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:47e9c7a9fe21c4868c584b62b58a0b2cb98c9c1b2f76ead0411c8007869a9ae6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6e88b886751396cd34248c099f15c7f26c9e0f1f8a61cbcfdd02e51dbd9df8f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bc71d750a60211203dac5e51c94a9b72c09995963a7cf88e17921a9985f93dd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c13ae6d1c3ba746048e4e23b1a2d993de2e278095ec9050418cb5afc968eaa90_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:01138c716bbbb84eac7e2871d572e11ecc006f7a25c84ef947fe7a7214483674_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:100624ab64e71c9692f59f49d7b46392dad7b6c62746663e484d22519aa85cbc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:898a8e5bae52796d18cff4f7ad063f34bd89e49ec665dafa534a9f80fb2918f1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b542a66891c970e16b7b7223e0a1da7286a2280994013858301bc87cb7b906f5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:08891b8d3481632f816ac07902af2315e948ff6741edb5ce1970649feda4213c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:54a0f85781a25d05c9e0d045d4787a0bd2873e4d4e1ca222f8f61ceebfa258f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:9e85172d3139e5a6eea8a4356d14c8cee66f94339cdc37f5ab1587c4a8f01d0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd82d3f4696bd3f4dda2438b09dd16ed85d89508351964c373f2dd27419524b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2e9e1acd4b3220a58f9fd15631572e79a126d19a81a4313d83f6a9d7b806dc4f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3d1dbc38a1387714532e0835b2f4c98eeed3269e6b97801ab0ff527e87748a6e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6eada0c560cc534209052bdfa5e61992d22cf3236da6d6dd023f0e15c4597377_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f346b829066c456ba64b3e006a2f220bdaf5c2a151176e83318762578dda785a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1c9dd5189ce261be4a65543ea8a26371ca21dcc782c5ceb405b9aeb11a960198_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:76aaf438681ad73e4a71af5afc5a1611907475d4697444679ce919001f8bbca4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b4e8abb25be3f585b4b2eeeac98729fbdb351737b439b0e4d987ea868007686a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b7938a2e3cdfc21ecfa7fc643a1733fd4bac511b5a84c06e593d7b93dcb088ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:106e2a5fd5b1eaa2166162d96e9834101da33ea244008df76f6504910cb50e0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dabd4bc3753f47564b9f1da5d97a6ce2f294ecc0464efc66e2bb40685d64ff2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:781d4a39b2b531f03f59804edf351fafdd4afba46cf0099905338e42af4f538f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b93b67602a7fb25d1dfa1b1d171561163c30b48fcf9b28f115c2c4622f3a48ea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4cbe4ec6715c56eef3a46d5e522914ae2e83782d09261e1f5b584d21bd2f547e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8c3fd466afaa50b79fd865a4537a2943d57c36199dc67999661d07d3c3edb4a4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a9ea7bac01352c83212f0d153f321cba07727b3688a26a2bcf88ae207be8d4b9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:baf2a0021b89c9b7409dcfc85d5ee0a6db6b783f99486bc88490d925a5f4ebe8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:19cc8c26a733461a50297d5a9699bfc2d77fc1db8a780330e7caae0fa8505ca8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1f5ed970315db65cb65534a558399c7eeaba85e22d91a9ab28712f2f7a8001ed_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:327b81520186a130f2aae8ea1e8249eac893eabfee486e9b21b0e01a9e00c8bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:357d26120a9c9bc605a2c59940af7688da7c4b082f577a5404c9dd6e0b9a112b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:0404c9fd2506af3fbd2a665c87593950ca8739055ec341dc1c5cc7d59d35bd1f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4bb401743e4a8763b6e1b40eeb5031bd226054813b8a234af7db4a75c9fb8708_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b175d3e2974e5efe4f6731855423bfefe7c631f17a239c990c013ad1b9ae6e1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d599a5fb2e4c6d5b6fd838206e1a3b9539604fc1a20107de73e291ed917f5a25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0e719ea7267cf6c0f069a418c64407ade3c8e400fa62ba79b7cde6d5504199c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1d0565a70a8a3dace61b67bd06986f2355bde652eff671ece80a203be025076f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:49318663026057b3bfe77d3479fa7b5f639c2f2fe119b93041e2bdb67757bf1d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:699a1b7875efb53a167bb077c7e26691917a5030b524eb4129e0c15d1837639f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:33664485d51fa905dc7b989b624aa4d9f4230a7eb0a10ec61058ce335d118fbc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a5308a98e8e1d5f0540cf4415c99856bc8b34a6204eb1551843e18507b9a995_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:81ed99852046cd9459cb19b166a6b03c0a348db013f99aab5d430cd215fadc1c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b8d9fb431abd0cef769a30d68af85dac1fc26abf36bb3f07221bbd5f2e8186a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:7b044e940035bc1e0f88c63d14ad60c38f08e65fce4607d8b12bed00de9246c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:e1af7eb476a69119cc8bf3ed5cae563dc5efa74953cacbba7b058bf980288e59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1e02e3d82bf980a09aef725cadb5e034ca6a3b0789d6d14eddd3faa01e5ee7d9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:a71ba178707efcddd6d48558e0727c48437a49bb67701d518b24170fc6a0a5d0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:7b044e940035bc1e0f88c63d14ad60c38f08e65fce4607d8b12bed00de9246c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:e1af7eb476a69119cc8bf3ed5cae563dc5efa74953cacbba7b058bf980288e59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:dcf485379ebab5bfff28c5f15865697c70b784b6ae4a2d757b83a2603466ffc4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3883a1d2b65635db46ff365257e4ee57cf7357e6991f2de21111ba879a20eaec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:47d09eec1cd93bdef1995524f974890827bb6b3c5424e4fc119b6dc1132de367_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:80c2f4cc886fac8997d7da6baeee6a294c07315bb1a2cdafc66ab7b46cfb0cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d7bb32011b7d54a77299f7044ef9508ed420d5846641e830da6ac4a06b59621d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fef95b1f41b2cc99403d755123d0c1190c88926f71a0d6175ab5bfa4b9057d73_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5e61a9ae5fcda07746e81944ac48190bc68a5cc121f366b64d201093bcb2c861_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7fd235e4b91ee80a2ee3544ae22a08a6d86c95d8825ab0c0764de0d003304faa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9663a7ced4cdf572cfec02a19bbfa450441b0ef152ca8d2dcb85a84570c5f450_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d856c9acb821895d796cf36b9420be5217a3a2d230344fbfd63a1c1bf9a12399_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418900"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go\u2019s internal bufio.Scanner, the read operation fails with a \u201ctoken too long\u201d error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is categorized as Moderate because its impact is limited to the logging subsystem and requires a specific, non-default usage pattern to trigger\u2014namely, sending a single unbounded line exceeding 64KB through Entry.Writer(). Most Logrus deployments do not expose this interface directly to attacker-controlled input, which raises the attack complexity and reduces realistic exploitability. Additionally, the flaw does not affect confidentiality or integrity, nor does it allow code execution or privilege escalation. The failure results in a controlled degradation of availability (logging becoming non-functional), rather than a broader application outage or systemic compromise. These constrained conditions and limited real-world impact justify treating the issue as moderate rather than important.",
"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.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:013a855b2a847be9c7e57b0690aaf165b35baa9f1fe351d35a719b0a7b840490_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:fdd18f19f35a5b83c46ea3b20cc0fd5200a65a7037d567da67eb1741346983bd_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:22d86978d54ce44c6e6ab3d4d7dbf439706297a4303d44ff75055949e61514cc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:30f5197b2f63c8c50007430b149d9501bb450f2b46c67f2a856c69a796e2e632_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a8529196196664fc8cb33e82a0f01b0619b57ddb260d560a4b33693c2451402c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e34c9dc35fe7645ca870f5be4118079afc9072c548f6953c94318abbe2e568c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:05c30513e43c817c9c59a233679aece6d03f46be150f860c2c8eeb4ec661c296_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:5b1f17db5d25f2238db5c56132767fbced4ea0f6328ec6fef5a7ded3b116ae94_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:73b0b4e51a99c03a8f864749c782a8b4cf506bdefabb1c84e40214bc123b6283_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e26cf2299596cae4fc19bbf97196b477864d887aeed85479d756a93d1a53b3e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04b5486e3482360b252a3d713dd0fd2778b804dbb8745dda83ff946385f213b3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:11a56acaa4a4eb63f45486586ec1b24613c1a60d6690d6e4ff73e5e66e35c328_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3b31286f5668537a8d99cd52499df2dc124b3f242148c28638d5ed9284c42379_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a8f5ffc4f2b6756582cd26245a20c29fdfac9db29378b720b63ead277382b5e8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:057e2edb6fb856c0adeae5048b398a9d434f0f5c639992c28fb15c3df18114ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3f16126bd28943ad4115293ab5bb08500ee64da9262fb5f11dd341a65137e80d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:865bba3211be0b399a0ba81686ed5ee736a61decdc1ddc744cd00cb0420e6a03_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a34d831686747809dc7ff192d6b14d38c0149f6d0f5d8e0ddba82de9912a7206_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:13bbd80753cc0423068e0aa39eae687a9b3f7f5147c264027052f6ee29babc36_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b9ee7a5fb3b2946ca5c60f1da631d426816b3d430ba4623273c2661adc7cc1ce_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e00eafd40452c8f852306c5ad20797087f23a2ce63b4e04a9da9949e90e67b70_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:faf6dd53d1ecc777b182fce23bb5f4d13a42fe830f0b87c50334e9ebbe3c2bdd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7aa09393089152d4361140ec77301979723fcd7607807300e8b8fd2a889dfc55_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e52ef3e1d8353a25f5541fde11a90b863766363c2da6099914dbc037dd1a2f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b7934c9b7c02dc5b7c09722125a01bf1fe01f9367955507aa530213fb94cd98_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c8aa6760c388203625e4502baab8db9e674788817edcdc348d286196e213643b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8cf16610569ef7b7b303c461fec64e5274f94b57e17eb9c7aa9ad95aa7a15871_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:968d8e02a6aeb9f580da9258768eedbc238997a061e5830d5f09f800eb3e1fc5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b47857d05edd97a92f5efa6d623cca3d92f3a397d1b039302f8bfb53e9c2901_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c1f7bf5346faaaf059f28524d66baa638fd992d12b8a95ef3977937d73c7f0f2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:2dd2cb2f242b75cb3dba3b01fca3f233dc6e261196d15aadeacbcc815c3990ee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:32093af92bd8e440b17550cd9d66845e13ca263f3075880d1fc0e05ae7ba6a82_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:7047a5df14a7be5b90188917554fe2fb1202fd594eb5ab0a412f99c357f40d68_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:70e418963774fa36a5c2e22226b11b2e4a620a95064e5d2bd1c85b3bf87cba90_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:028a12853056527f75343dbe51fba5f1364c274ae3fa59fb04f7b09ee7b1bd99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1956f12878e1aaf7bb79755213fc38cf83b0c2271977c8b2859aeef29a505951_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1ef611fd47808225bd518fb63eeee7e1966924d8776b25166b4e435cbc266ed7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:b68e8c3fb116f558c3463b4116f088eda7d83cb667fba6eb6c221be0be480ce3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4ddb1fea3f58b689acbf2df221843f1f870925f44580f405882e9b615a66ec7d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:671c3416a030fe6a7f86add42be04d116c3a8f2c1725b194f6e9d84de2ea3c86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b1180320dc4a0d0161d6b234179debcd58359c11f2af3b3a2453cb3c7e87a517_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f8797dfafddc3895ed354cd266a9ae751d608e83881258a48e7580fd611a4c8e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:67a532ecf2ae8bf7fc05d70df1ea089fba3e518c2d9b55141632aa600a67d252_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6856b7cc732779548d9d600557d97e842044088ac1e9fd47e6cbccc0b004faa9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8258dcc898d2194f66a8912e2a51292993659dc99d1979a9937b930a469be607_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b3c7fe9a0c841d3c08c8b3a2f5d8909173a96397b58dd34a835bac02375f0435_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:30b470ba21d142e1c24fbe916c9a994fe2900153098130c5efa34da4eb1e0c4c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:406773fc4c21cc7f19b1c1850451307783e193e0c7f37ac3c7dcb2a640478521_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:45622c73368575336aad084bd34a154ddaa538e44996d0ddd53aef554e6ea093_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9267b216d9419f8d920d2f740d0d3209b38a8d5b8966c4efd590b0f5d556d182_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:37b1a7ba69ed3f4fc5c6b45539c428655827e54b413709e7b1302aa09d640a42_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8b514b6a073247fabc5412d06cbd32b9f8633c1f75bac18685f61f9638ff5cba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b434218e5bdeb534245934271fec0fd51f8a98d0dcda5ce09662e38c115f630a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:bdc2578a02313c7abfd1bdf5ed9378f9d4b2ebb1eb35273f8b47f29e6b8f1544_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:3f823950728711195b6382de902bb3dc078f8bb1a6d0ff6dda5ec4fce10e168a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8e58f5b023fb498d818444f8b40cf1ae7f60074f951f05430f94a2cf91b50aca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:cf5057e1e61af6855a4fde5e70fc1b2951f3173566f3cabcac652fad7b09283d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ee7481fcd034653679153d32372914ec051c3c0fe3b6471239905650a0958354_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7b7ee68d26e64b25922ac0576f1f32e5a7e272b18c71225d6a4ea30ae6c73456_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b5de9e01c21b0e442fb04e49ffa45545b2ec23d814795a4283dd87e76081c949_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bab06d2bcc1790e4c34ba63189ebed8397d3506a2ca17b85b9f659d6d8a9a53d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bb47870cebd7684e44ce19503c51aceefe951471b85a4562f4f3e2c28e96b5c4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3a2225230a2299a426acb83cb286877c3c4ea29fdd5e70e71e6128101e7948af_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:4e2b13c0febb0bf890c19865fee7ba7f1c11ad0af12481f060c954ad3da2a2b4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6708855b96190e8ca7a7202c5a019c7c178e93f90a95ea18eff5a079c02e0385_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:85afe9585fc53f19da267182d5058e304ea02258593e01c2e48ae488e7b8d97c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9abc6b42900f1e68c9b5745b3255485ae417f631b7b2447074d47c567339b26a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d1c0e196418415de39af71477bca18403ce441e5d9c8a6ff6b38850e95e33b2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:db7d2ca6dfd0385c32a5ab70f6181c0f8a54b1af921df06d953908c6cc43d5db_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f79ee8ce68af5ad3a67e1c9b47f1326bf18ec4681e0c176cd42638fe324ddb11_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69af4c321603cb28eeb983f8b7fa53b66c6a31fa9606be15f65a5a8aa96bec44_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a615043cc293914a9edfbac8141d5b694a8ebaa5e130f5fe545d9324898e8a1d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a9e480454dbf8a2e76f91986c927cddb1d919884f3bc6eae367aa3e7f5d5b91c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b0f0f48ff6a7da67360e12d5e744ea87f74692e6e155002987091f4f4763568f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1335f1355b92fe29e4c7644d2b5ad3eae9285369d2c66a8ac634699c84306f75_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:88a62605424e7b44c93ce45ccf40d6b7d98fcefcc4f78ecedbde69b989afe998_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ebc8f0e41b009f183b9279b36248d4b95e6149ba913583c95fcca20d5e183f33_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6d3eecdddf89d9704d03687baa02d694a0328a7846e3eaf1c863a26f1f088ef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1c8f4691a8f2df8e871c18ceb8ccaa1caf4341f4cc860c801c6cf889a425858a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:738ead0b6ab89213b2f8acf9e445e1ad976b64c26dd6fd8ef87ffd7bacae8147_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:97aba9a6d07162d3f31175c85ed93068216798bb4118fe7b62ebf02e80d78e41_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3c111fad005afc0d40eaca10b813d5142e5f5eaab78e4eecb46a43f5d917f1a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:06a92c4234f5a25938eb2d5b2021eb0374f1457f4f15fd7cd54b9e533a6564b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:72f0a37477a53b658f9f51b1907d3caea86686c9add6ffde63087db7eb83557c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8f7cf9c0a94e0beb4ff5e2b7d8ccfae1df75a89d765ca8e7a7726b7d06139321_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9bd3cd29d445a934b246c8969c596e97631951f75c0096fd809b9747e444c399_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:17d0d9c1079d264a00059c94e61993a9951f50506d12dff736a89dd16c225454_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ca9a36848c1d5643de68c811319be12bae5920a74aeed38912f382b7222e3fff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5cf693a174b7abb8c0a83a89c4bce91225fc55201e6da7aa7f34dfa49b671feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:749e2df29cae54754dd0e02de68eb5914f1eecadfb21dd10f0ac5203ca887b2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34fdb8d9dd4eb11a8d96a969bd547fef77304203cd1eec331f5610afc41e8bf0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:f224baf400f2ae5ee546a5dfb68ebf21fb22220a799e70f49ece279e9f2776da_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:bbfa48a9b898554d9b7f69fb087a77dce5aed927600ffe7a54cbe1d4aff450a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:bf230b98dd3d0b34e3efe3db4b5c0c9f59eb78f5d1c1ce43cd9b1737c3154fa1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:07606c3ca7cdaa9ca891a1f07b681784bdf70b80f83ab25515e2ef847f483190_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:af0eacf69a6ed00b40284aeaa5cac2be1b13817cf7f07976fb88a751d213726c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:22a7f8d14af36190a4ae2a9ac14a5b004b6066f91e809e341ab990cafde72901_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7dae4e2d929279a5d6ed358604d27119eac1ed18fec502dcbd204172b7e175d5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:674848f9ffae3a71b1288cd48c0c9a5448b9111598f0a049e5d7f2b4cf6d1568_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ec2ec898781da4f57ee4b18440417800618f933a02faf7e7970ec4cc838c2e07_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3db9395d82fd610d6528c599c7193ddf2910aa16f29f8f573c0a2f3e82e210ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d7453456acb080973e87b9f413f9d310e26ddc70497d5d59a37914838b2e6934_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0cc826915422cfd82bf6127e7094e7f8c429f81451c136aaf3cf729fd66ba7e3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:391c3797864e271d4d6751596a813185b18858859701246aab43876769b6b740_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3e3371215d33e2860aa73d4d3daddc1a04fa02f56dba9ff4abf22d0ed6907f4c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:f85e768f62e32044fabfde15cc8dbd7688578e9b3bc8605cbc444c0fa0b343f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:aafd6edba458909f26158f6284041454762dcc959855037a34dfb1e0caf82c4f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d9a32fa9a644b20e67f4d631fd3850cc83eabebb817bac7c54c45d345d952ae6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a2d561805c21d34c484749d22a04650cf42b4f63b508e755d352e49e737fda59_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ce50e9a6830d0dfdf9202d83e7048f05f680f73925cfd3915193dc3dd667f82e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5e36a48a006a045031c6f645c6e89ad0b1f380d3c76a40ecde6be2e51ec847f3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:77d2362af7e4e1e808ba833c32feea37d7107d33cc98a76c2b8cda5da449c1c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3d8259c3aa7a6522438f6adf9144332bef077453df6b3dcabc32b036b67a56f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a96ed272e3b3f78ada9a7a40ef3c9cf374e028ace01a6be44a1b0995b4ee8608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d9293420502273f13b97499948f6c96700d9018a35098e8af875d12dbd20ca5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d9df4ee299844174e47baa57d9a68ebfddee706a4956cb452b1ff29eaa25aca6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:084be6bae9f1f88ffc36fd34621b1815a4186654b35608b9de5a117e9b0ae0ec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7d9899c8487a1987d65e9aa4f82472e976e8f0f25aea6ee3d38db86f4d84e3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a1370574944a2ee0c721a7674c6b2a5c8eb5b31d24d892f961190eaec9391789_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d839542e8877fccfba25e62a55fc9a15b20790eab0e037c0183a05cab8f5187d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0bd9b421e3d9dcd992b1c5eb0b9c08bf285fe8c5bc170d81a77d1c3c9477abd6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1217fd2cb14ec1632c03d250a8963906a1e3355b5d4274e704ccd6b9479632d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:48d40dd7029b3dbd20f755e17c998168eb737915c6687ac8844cf32e024e92c6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a85a9e9a8c2b1cbb848052ee22f397b3e36e647a218291f6cc826103ce3ff066_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2209f67bb5ed6c488d30904344a1bb7dc10cd8f8c2121ec909fef78e96f377fa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2913bd14057f31acc6b1ac31389e9aba36aacd6c2f767d3408f3d90e0d701210_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9bc4034a65fab18ba3aec2c4226dfb2a5d04d3f3ccda1eb899b7efe377e88a0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e9227cdec2d9def144d32ca098d70b93b72b77a3ed0c059a6045eb417d195583_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0283e53a0400828496ea31531a7d1bb46b0c04cacbde3bf6531be9164e112651_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:83a5aaca31173f198b39b234326bdce63ad55b57c7012cc24b9abb7f776310b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b919538826765b2c20d9af101c2c83c6e6b07a3eb0d8ff84c6182f71f9602c50_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fe1f2228ddcac7693965bb8f65a1a344a9817a5f8cf6fcc5483b73e35a4385de_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5f4c106d0112f1cc0ad2365171d6a4fdf75a52a952f2e6b8a674a5ad82e8f3c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:63a901536efcbfc9f99bfbb4c3027ea57ce36909765a1b814f553ebdf4a4afab_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b69ef3ef8007edc3648a622215449e522fe547562c5a9f71ed6a9618e8d84099_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c02e69954bda27acd7518884f07a978aff3fff1a4f3aec745c53bb07d390b98a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:102dcf438fbf828e603b23d745b5a74af3228642a45a92a52973bcf410f18896_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:82bf6c7cace9d746b49f970d7024f5a332ff20d18d35b2acac6d131ced023181_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d18371c5f38e97936876ff2a090439942857920ae511502e87c1a71d6f88e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f6364a6411ca336aa5a2877d0d8fb9c1b747028902d2b90a235662ecf1300595_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:18316aa9283ec448ea3c48555a0b11c6b14de88f4ba5b80e1deb56257ec9e460_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a08add3c7ccf8eaae8f1eca52a650b0f7f51a9ae53d8d196037c25843c9012cc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b9f1c9788b5abd31b9ecbaadeb66fd7addacaa4cd3d7f7770a585c289a8ac456_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f4e74bdfcf86ac06103d85f56e9db798c58499a93a4d1c56b6c516635fbc721a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b34c981c5d6761d8721701b13ed1317d30d5842395c63253dbd9a6182ec0ff31_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b4b53a7e30b0f67c0b1bfca6839b209c9749ad7a967baefa2c69e23c14c1d3c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d1c90fae77faf85efc9a39840fd0ba08a04ad67cab854b131d6d7eab974e8e6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:fb8c39862533422e14dcf3a566f17c08535badc9336bd468e6dc031b442ab979_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4eb20f1485725b9501d706123fa5e73d3d14c8d9ce958fb53c7f052a2a78cb55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:53185ec096c4c6dde4cde2da2878ecc7afa0d9322169d73024c0c0c0a154cc38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:790ee90abb211a129ce3425da25366040d01315432893bdbb214fd7eda87dc2f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa31c063bc89e07f477250f0361763c8dfb36e9731fbcc16717344429824682b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:02291a6a7a29ae16a920abbd15051a3de7d8bbd02354e5f63359cbf21efc09b7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8132c18fa789fd946232ae862a4a507bb923d81336592b32a63205b2a38692a6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:887f9400fc6c2ed4574e477821d6d91a759dafcb98ebb049243fd568a28045ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e3a623bf7abceefbee41e547be687be1c77e3b8860182f4a68db6325924a7fee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1b2bb2d334805f02220ed4a71fafa11ca57104e220639717db73015f306e8600_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:46bc2bbe8a067455e49526f80ee4f89c65ec444e3bd8976cdfb44b094306fe83_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9d59af2c5ee1ad36f64b8e30732d80c638c7ff301ef563e56db365cf5d4b73c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c5efda1b63939e02e1de0b4451ef9bf7f58389b7e718d6706d1fa6e97c7f0ebe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2afc9fdd7efd8c457e0c7a2f049d2a2a3a94e88cc41fb0dbce54033b30c3a413_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:475540898b765ac101586389df9a8e370f32b3da2871a3c199b504811cb5daaf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8b401f70d4352e90b4f58ac7314a1edef46ce46fc968a77636a01dda35e42716_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad87aca6943fb9b78b56248fe2aadfee470c8db1b93e38a905163935c6d06b7d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:13c52538e76b88787f13e3d6b1c3f84965153f225e12474583d2fbd18ca7393b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:38915c10299ee1e5790dc8799d28149fdd5a2d9463021fc21e3f0f00e6b4aa91_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6750b68b4b34d583473d546de152191816f260b84da0c83211707b9eb0a5c222_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b425f7b6dcad585599ebfe4366e580bea7b533b88a8d333d9f8a7def88b46294_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2234f31d6a94ab050ecffa6d00c2382bb3f61e6e867268361e3fe8f076b400e3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2c8518d927b833fa04567da6156a3ce0a320f68f6924e9634ae629a19d43171d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:94c3f361540d8e325470feebf10899c954661bfa70af53e4bd8d17655454842d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fe65d8d46a03f5aae8e5fb7caad02a9688b1dd2d6f3ea53ed76cd2fcf5115a7f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:334ce324410aca7e3b0882a1c06e660490b7b3bda70f695fd40a89a89a8f2d87_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:353d77edc3615fd1e5226053ae1b493b13c4fc2a361f8ce4ec21448992197500_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5a272d1c089cd51f239275b733499ea53bf094057dd176ffdb0b759aac42f00c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8adabe5f256ef46fb32163b05632538ccb2ecd862b4f01f59b5874fb874fbc14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:442d35ba41747d64f52594405f19e238c14ff410f58f4a798baa568810d74a7d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:712d10619803f9eac56667fc0c75bba74a2a866e8df2a160f8a29db520f38b3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c76bbd172e9ad8be2180b4a5edb4a88c6bd1d7ac64ab9021fbd86a64e387b882_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cca12c93e249b0d2c616092a790e68a3b0dfcbedddcaed93ac8143b404ec1f5a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:16ad6006f630b50a7ae12e44669f80836357e06c569d6c397eb57a34e20bd95b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8ef04eb7384f7368745ffe8d8cf86fcd83b203b0b1132761e09fcfa65d6627cf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:953cf0efb4cfafd7ac8a982ddaa074791806f70859a011399784323eef46ef1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a7c5dbe3abea8571d146be180ad3f189f77a30bf495b8e19c88cef9b47f1de94_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0310e0ac82ab9af6b3a919db3765e7454b76eb16b475a9babec1faf5a7e3389c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3005eec98bbb1ab780efca92b98d8370ee24aeca4fe63e56ec301da724b7eaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:39bd6dfab6e4b97ddc00f7cd2b3d31205516d535e3665bfea13901102621b71b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:96c7afe557cd7a35aabc8cc18fdc0bcf95ee579038d3067921f5c1e7e35b3be7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:447185cfe539ddc50952eb28f07f8df27d5326877bfd2cd1cd04a168fb91799c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:44764182f1323cdaf8ec1dcc282256aa1deffd5d0490fb863e2804a305676260_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7fdb112167d728337564f6f9dd28e5d875de7cee6353e19f7aedc40c71088995_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d09bedb8737a237b5ac52efd6599059ae2c2a11837c5108a89855f5e3eab991f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8229500047f060dda44bf6845721bbac1f645e5eff36c2cce06637b9448b3313_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8592b83103e458a085726ae4d97e75b750ae74f6acb879c479f7e85e30c4981a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a43d38a28bb8dee90e1cef4f70373d7dd0e6e10570f53ff18cea609040d7fc91_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac08ce5c4d4d8958e11c7499cecb1d2baa3d619604331b0a305ced9edaa80e66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4715f8a0d41e979df12fc3a20439d7baed29be94a1f601af6143b273debedee2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9868dabb86b650c5bb87caca099471e00a7e1ccb14d22a9715047d61e8b838c4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:acec9031b1e0582d10395c7db70ec2f6cb36eff2fcf29c976e45dcc000eabb55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b73f66ec870fc0f7d8f5d86a4aa2fce493fd06db8525b71515402a5085ac3bec_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3afdf0db5ca921367b203b60a9e01c3a1dfbfe461ad8c15650d31132f6314a22_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6af1ee66087832faff5e4b367e6e30d0f8c24cce51642f7f0c7f692340ddcc4d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6e3e19401fd25a47b261f0abdb3c9b031ddc365573dd78ff83f4bf4ebfd244f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ab850613180e5396315156fb0985c1b9999769d4df7d7021583f09d54783c783_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:74750d2ef0daff77bbea64507d18ea8138514d2e2a6623c8cc5aa0a04d03ebd6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a6be2cb1dd54f92bd96ba758ce08438216acfa266386916ee3aa773293778a6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a7919511f4d0153cf581c82ee76912e40560acee9c0a56d23edc8bde3123d8db_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc313e501cfd3803abf0d18a37e65e68a3aec2c57eb2016ea77bab7467751f61_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1f005fd95b0db2f89d6cf7020e38ee57fde652281e8114704035753c22c1533d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:216986528687f62da810992f9af616435014f6cfade596bb4b7e291695265be9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:48bda9e02b5abb41b4459c40c1dc11580085d7ec4a2a50360075418e11bb49eb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f6d09cf6d8760bcee1d57fe6aea538006b23ae61b887633d960f9978e7407e62_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32a42b3866b46ea289675a1e1663e47533180b2911f758a6d89df822ba05e424_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a75d90adc4081e358e02cc0acf0926567818aafa5e48fe95fec689bd3090116_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e4a4362a6f4b2a77aa0eb4c4a3102aade4b379a650fe2128ec228d142521982_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99b7f98049b9bb791300704ab40caca3de38e4ed95e5413688295c99ec25d1e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:47219a3282c61b55a751c0e2286da5444a682f5fedec17d8170e7b1399499ddb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8df3711c94325bde8ad752cb7a9c7c0a018618fdad5f33488a426795a8f17734_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b2523b68bf9c4cb9432a2fedd767634d75e41953a3f607e6953bcc5bfd224332_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c1b4380a097df359ab0ac80fc4a1d100281024fce1e043c77679a8630bce9cb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0f3e01bcdf211b479ca861a5851b359a367c7027bdc543776ee1b25ce763f46d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1f035bf942dac88141b94b6a185563edae44748a4edcd995b2839e80bd40156c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3c8ee7bb097f5652a19ce50c1ce8585a911af43a290729672313b6c6dc1d4d22_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8d0521d358a2acd481cbc42b65d1075ffb2f1829daf94108391a07a18129265a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0361a24345ebeeef2f15bdc82adb29a95f26ca19a53323da74e17ccf76770c93_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57927e81f0ab7a93b8fcc0ed54f84b9adb7ff7ecd65722f7b403dfe9ef3c128f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ab9bec28217a4085709265770c38ef04eebab3d2d4d8a871ac4298ec3585761c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c754b0ec9520c9bbfe3b83e016e21815070555cbc4edec6c855c908b222b8428_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:24b32495544a28b30f13d8e768a568e9c6fc9d4c92ed539872cda1a4890a341b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:46b9e6e2319cb553c487e9625b53d69f1ec786a9c6eef0e4765c2502d6e5ed95_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:734da3ea40094633864dca6a9fa7e223501f1c1c4331764f03257b62b70087f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7902bc0612db5969616029a36b5a381f9ef58a5480f28c42b578ceecf54c3419_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1f7d8d52fe1e8313af0e82d0045a6119c64a54a9a445c0a28cd30dd803f7c400_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4c66ff54b160974f2017cedc41a86da6e2e499a8be165f15e54fa66f97c841b7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd0535f5647493ab10754e182831803ccde1575945e25c055a7feec8b8ea91d0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f78d59ca95f37a04f1cf8da3b7449b45005e81be7f4104ac1123e39101322996_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:41b88beb6b2c4b698c9e32a5327d885f95958aca12855aaacdf6c37828800b7c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ba896f59d10345315e34561484ab181458e32848d700ab47eec2a324b478e745_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d576222bbb75d0028f8d35015d93cddd4ee46e33f4d350e3bef9a7f3ef3c16a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d838de0ed47119c8523eee00ee2937741648c7457fada89b1d140a9739af3f16_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:052c5a061467c8894a651354f13d8219e25ec76cf86eede49e325374f10113ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6871bc02667a1b75b0f114c77b3d54ce92c53edf9da9191c0faa1a723ad7caa8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:928f2362cac3ec64450fb982cdf2d3cb5deb734b99d9a331217f137904e95264_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e67d248a27c3b3a6a3f27a57692fccba4291468b9cf05cc4ade16212777295d5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:05b07163280e412e4094d2399b78466c09137f91338802930b99207409ab4436_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0dd3eb0518045a216c8af1ff762a1f949b2d99ce1a1b784ca5fd25b0ce8c78da_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1de0d777fffb0223fc4c33850be9248848b3e99e76ba6e2480da6d91d8435f1e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2754dffc27e0dc8886afc00ab7547d9cc1c7d2c9cf1d4c672e1fc3ad16c169ba_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1aef875429e6fd39a5502cc282df381c9b3c25b43aa790bfacd940c8047cbd04_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b8eb145df77c917523d982fe0c2cd7a103a2552c1faecf568c9929f7b3d3a1c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a0b9401485189e8ecc714bfcdb26695fcc8eadb9af92fcf9be50018b5f9521ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c8c352b077544eb44ce0b438d6ce6940a421bc54db59e571f12368e04459ddb8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5ae91f81cef3e9e2f1f57a4c4d1c97e7f5d433c83e9ab0ef582c13bfcab83b28_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7615706e5c0fbbcdcbb9ce81e54e5663a45d0aff99c9c7b0f9cbdd5b51e6c028_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bfed6dbbd85b62b4f8fd2103f298ed6f2f8117f36894b3ad41c7b7ad3ad40939_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ece8ae115e98e000852e016f97f4c9d9a4c63a89a07db123c7786cf238a5c724_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:740a93c3ed894846400a43d0399a578864787bce388969dcb6eb0d57f09eaf74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8e6cc4f53d1c226528f251768ba3b472498f65e37e369bdc75d613c92f1c6343_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b966a739450386ca8ead5d257827e089937ff2f1adce2cd0595c2955445735f7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:de1d9919af85394decef57ab909109218c3e1e76acf3bb13b3d9198b32e81b1c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:74e06d261c764d7060bdd62adaeed608cb32d70e39f2680ce21b9a41f1c7d907_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d817670c1198da60922a70d494b157a82a23741ae120be79c5d47fad940aec42_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e57d47c830014927f8050b2f75861d327b4a6a7aa585f7f8c2a587a77c25475b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e62bd389fb6046219ea806796fada5042e19b2714e866d44742ae9b266def7f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:329c19244bfa49eabd4621cede01253d9b14b06646486ae1da9d0c7e1f0a7775_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8bbfb3d019dffac460a71a7652ddca6fbd11adbb66cfd724ba3e439c89954843_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e8a0bffefdc282ad94d2d2e3c2e9127481a576a4cf97cd96506a4b026a0002f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f1f087a31c54b031cc50143f3d8714785ef23aaeabd521b140797d7fca58b813_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:17218208de28296807c21f4bae67c244396321a2e82cf8b6e937997010d15a53_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4127ff8c02537149c33a52e1f625cef8f0f9ac8384f9e665bb6f56b5f93f09f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6e312e9c24bf31838c1b402b2282fa882240144e63501793380da55ec3a4fdab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:84973d89910784592cb601578a7bf5e72ae8bd94822497ec6db5bea029690a01_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a62cd13a56678d5669c29c76c6044b277e9fc800b4c2d20ec0b4a9b651ec65e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:21617717102ff755f18f66221c52b5538badf5418669cd5308f69842913d41d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2883486938e807987a25712543b5b28187b5d436c8b575a6a005aefe2a15c2cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4163b321fcf2b45af9a9c5537b02057588bf9b12c58d443643f42b7ab69db441_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1c491aad7a531156021131952391eeb76df882d2fe6a75d494a7fa9101d374a4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:67721b622a6219fa05fc731e4a492fbd91040549287eaa1f85b6bfca2909440c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2245f57fd7421434e8fc01c7798810dbb69df1cfbcddeb936e8d4062eb7f546_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e1c6b4bdbaf3b4ab0c0c47ad6f7f36e4fab53946dc6ae5ca36c18bb6401fe376_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9bbd7b1a665d8292af7b9dbe440e3b5e9a85935e3c1979dd85ff5b5630c116c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bfb03e32e43f17abb1a711037dba0d428884d14a9988466d7e0f944ce152d4b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e9c7e6bed82bbaaedc1242caab16ed15bfe5e87fa1c3d98a8893bbdede421413_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f593110f4c3c8642e81ed78e6adba329b12b7172b5dc6de20ca2c6694d36d6ef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:354ee234566f3141d68e419df4f9a141004f8ec764351b6910b6ebb0d0acbac9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:49c8e94ecdcbf82d160389b2a61d117fe89beed176536eb637540e2a02f98bbe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4f2acc152319413c464f10047915471cf3751f181a65e96f1e47e722f5668fe8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:778d227981e6ce4b1c19461f2c9489f29c6d363420875685fdcc284aa63d9702_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:59db38f53080ab732db2fbc366c5e8467308fb8f1bc00c4e654b25529a6cb48d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:71ca8c3f887c7de9628aa496dcc8a72ad28126cc61b378070aed4f5d2914fa67_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:72c13df0b819ab4b0e60eb40d636c34e72918760c6e635a39fd847d6b0f9b30d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8003c2e344544ae9140b31180b6db16067aecb0ad1715598dca40f7b651df101_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:058b16a7b35c6832fabbf5211a1e93cebe857858e6c1edd301052d7a0c46717c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:138eb12e4f5b7b3d5b4d07d95797c191d5ae76755ba8d2eadce7613ce5ee3368_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:68bfe5f6851eae355bc38c9729d4cc59eb1957aa7649c5f0d37a40a274b76e91_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7432171ce2b51b92ccf73c1e411e439b2b615f05a9c4eca4c289c3f91bb757fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d10d0d1857697de54b0e363cde1d43d9212cb5d151a59d489dfaf2f19512c24e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:da205ffc529d323933aa6bfecbca7132f803acdb00fbb92e11cfdb426825450d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1b29652ccd1cb90c60e3f84f1af53a0926cec8fff291e1a1824f56c5b09678c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e3ce2423fb192016ba0369860fdc3f490fee48cff3f2c8e84d0274fb83753db7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7b9dbc01ca36004b18084d4ddda2bcd827ecea95d27098fbe704c8b18fbc6762_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:c3a065df60facd399fc855b14d3b8f0bc64e44c1ea2da36231eb661febed7048_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:00dbf971c8b6835803fef25c3a51da815abc6ccee527e995d1459a51e831b714_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:14cf39c197d1757369c7ba31060da43f9a30a230118e85774f8edfa42f81f5f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:978ab5f2513e13c2fb89e4559e72fcd68deccc1b6b8b829a3998cc1c8513e5ea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0d0951b0f10373b8f3e24f79f8ac95b18b402837e21e6b4d5feea790538603a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:03769240e4f16b0eae34fa8647c0abdd9fa55b8d2537ba85fc96691167a7a9ab_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:37233043ecf3e3d28948cbe66a368dd6ffcd0559e8ee1761ac29fddc831af6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4220bbd2bf43945ed2d2767ee179f438b15b2c3940f5a1a42af8338bec9ba81e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e98d0434cbf09c37102e3de2db2b772512b3000ac71841014a74592afa144db0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:30d625a9f21ace89d2068ba0c28fc7e30059c0918e68e3a37bbb68885e31063e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9984cd15e20d0ecec47ab7611a39fbf676ecfd41111840478e9cf6cf3293c7ab_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a2bae7fe9e571f705143af3af3ce7919e29a1ee164e747882a0d3ad1f225b0d5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c15f57637828c096b6351a4e51c5304e92a7209977c670a7164c33e7968b8b87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:102f320e672e9fdab885466b3b9e5b9a334b531221903ffafd5b4f670659848b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3dfe34fd017f3b3e6b410ba7913a5711453239d7852d5729109c24ead31897da_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5218a2b15c816ba9dd35cb8ead2fdd04c58bcf57e6b1fa98d3e8a6a20fac5687_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9488d194054f3ee13d602f01a4f7e7d7ed5566d913e5d0f542c00501aaed586c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e73bf8858eeee1f40cec5a05c8dd66ff6748e0f3fc64a95a18d8d86d354f128_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72072495ec11cb443cb5407f06c45bcb7c34cd71e49f19e7f50645f1ef485e19_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8a072557a1826a519ac8e6d42a056edac26edc3a53d8eb2ccfacc308cc0770f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:901569c77758463ca80673c2821feca0d6b4574fcf454b42abbed4f319cb7337_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:20d0de961a0c06d73326eba220fea2cfb18e6b6f980a846effe79a1b146c39b9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2d4684e9836f20ed1391f13e77b35db3a80264608f196a5c15355db7b5df1aae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:7b90fd5f2a8ee2a72f9a35c52195998a543c294781426a6d6a1adf8a268f668a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9a287a7fa8900e43258e22eb9f3ec76d03c89863c9a01b704a77ea0c131b80c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6e942330dd6ee7b85d555c2f6f0b388f613bb85b13cad82a321ba16e34ec73c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9020f01a3ff33d4d1919e64eb9c5a59a44b53fb31dc963bc261ddfd05289bdcc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c45c16a942516d5f3a0cfed5151644d22c65757c3d532aedac38af9ea12c2ffc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f68fa26bb906d012adc744875a309a40ff5ea7b3122b4b32ae2d4caeb3bb83c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:44ceda6b1fcfffba8c94bffb0bd2bd5ec84f7762e87a301884a52a7fd8f6db63_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:640777070092bbf75c51d4b12d33ace8999fb287004b17dc02e3a44e7f4ae79f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c9381da4efb00e7c25c9e86ffc116c0d59ddcb2c3552ec18bce02425b5910791_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f61210c60f13314315d5fc056ebae481d75b8d1dbc0eccffc1b398d036e02698_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4baffd15fff32a2bab6e81516989f589c5c89267b1e23d372e356b20ef72a28b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c3949c3b5b99e50a71050df6880037c7a74ecbd0f2f3b53b9b8d8bdd6cac0eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c6530497a5ee647432260653cff475fa41c44f4573539c4dd38dc0ba3b612393_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ee6bee2b4bbe66433814af5c573c59e6f3728378ac700428ced7a45fc9f2fac7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:00dd38900c9ada199bc8d4f38f637e75b88f50bc34885054784414f77ccfef06_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3cdaf0dd6604a653f871228b25095c28f614adcd6bf06fdaba63ab1984e5133b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:942f282cf75b84e094539668b9387ddbd13067fa6a2cbe8e76c9682505c91a79_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b17f4104ae616fc18e48afd737f40ff969c01b0995af07ccc345b376c9307891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1e3599193b910914828cd4248b554d37e4c684faf36018bfe862f9a9bb13a1d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c5597d476d8a2f31f3983d7a57cdc8b0fa4ef59805b3a7f040bc2f4201817b99_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d3f422552502ce0a542ebf97e3ccfeaf62ed9f7e25125d6486a077f8bb8aae29_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f5a2f3dee12266481ddc1aa68209c9a99d653061ec43734ead69513ea5132081_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:01ec142c0d908f862ae7109339bd2675444ccbf6dc70c44a4ab4a60ed5b52156_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0d7c52702a3541e76f9cd38b1eb5b8ae3380253735572357bd873916c3172e66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:86ddc0c22dabdcaaf363d15a8c0069dc219cd6c8cc8997a064f38b6d52f9077e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:fed3641a4572b8a0602a71d8d618e30a5bf83ed0060a75338269c26be3037e31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:20b3ddc8bce65ebaaf64bd5fcd3b2f7f80b370ebb62e22bff9fc7dc71128fce4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a7a355fc397679e8d2f4f00893d4db34af42ad0dff2d85baba1633af798cc763_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e8d87fe6380de772f38aa0ead0149615a732547c8423a525ed815d714c0c27ec_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0d28383fb42c8d3905169a8bf16e6d394f29b8d1e92beddf57c9662a88542f27_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8faffd89c1741985d08f7b51dbfce30aec4af6f7121687e9499e7265ce3d6b39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ef23b6dda632dbed54b45aae54fdfd5dfad76ae60c129d95774de5e89c16b951_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:39ce4130cd982f5a88c248fc820d5edf507b936b9c05d803fc3650dadac14c6c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:912ff2639e7712cea5e2e4fdc6d5c1236c1f2374f8403178f57adeef40613dbf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e9d5ac5bdc6cc958fbe586de8a78ac3960e9db3f0ad7638a64354dd426af2cea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a77dacb28d862dcd20f101adfa18f0022f735287814fb224690f159b58d18e0b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a916ab4e6fec61ea140df5624ac159a566b6a9f1953b2eec2e19175fef18a091_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e703a45143f2f4977be2351fa20a0296a0e11a8109091c7aaf86d835673b58bf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:0ca16a4d0b9b6af6a67baf917fd7d0679d1c2e56785d127d1aac75225cea2cb7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ee5cfbac6e27957dcaa120512a8fee463b4fe8a24847933d14449b87d6e1255_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5c4ff05c1cbd3603c998255a268f97df293d8b7020d5ec70226621a3b3b3ace2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9e28aef8c855d28d7d8e16bf26b20e047debba42747d105528d02ab1bceb4531_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:13e67d9352b1a1b8e0f9eebca0db1722209eb72d07ccc9241d0abbdb3bb89c76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:62fd7a8a8659ab92d6baa105f6917b31969c18f5f2be7dfa52b95f55a9394e21_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:72b04a33634dffc69245d23ceee3f816c6dbe7f14fe62487e826ff9fb03fa32b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f323dd66eebf111076039d019333e92972afcf796732001cbec73a81f9319947_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2bae39d98cba7dd92ce076fdc9cd3132ecb03c72e79209efdf1082292bcb30c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bae2eef091ede6aa9f6e955b1e08dc944e77b3077331f7f4821f0455ff3d5b51_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c09974d6271b6514595ebb7cc64c504dd90567070e81bf916eebfc252eed4d6d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ca137b820a6edd849d6e4587b542aeafb2180c28706460786233b6d69f033890_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:266f23b9d3058866325fb98097356422b10bf6c8a9b3d9a56bc81839b4b4ea3f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3b17a0f069ce28f317d3d26ad87781f319be01958bc66c80adc5374558a56ef7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58ea91163b69c7fefe2c40a3934df54540191bd179805a929a7ccfc94b2c0831_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:da9686ac5a0ccc25559a3a0771fb8a2e9fca49ae33a3169f00dcc568dfbf1dba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:65a366fc780a3942d9757247cdc7def9e71273ccf828bab7bb0098b6f6ed19ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8ab03c9d222e1a373d1cc6eab06e444c2355e375f36e4f5698ead76bbd707c4e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:28e88cbc8a1dc0e37c9bbd388b3a691ecbafe221a2fa2caf4365e9b7263d9206_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ed5812ba145369c0c9959d7ec346d46d022b00042e69d83b4184a6f48ca792af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4a7ab61995d3290e36791ccabe46a29b499b5232728422e6c24711b4fa4d592a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7e394fada1c6c3c28bbb391f318a1f717ff743c7ed34abc633641a1d2960bf97_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:06621ca9cb2f365d3764dd781fb492c1283cec81fecdca9a5e10201ad03543ef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6970b73943c27964df5975cae1a292c6e7edbdd031a429c728c7298aa128e12f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b8ae2b4dce670fca6d613d3a1e9f3570d1c77504e29f05bfc5ae9d88d7991307_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:6c0b6196b8f9e0266f25ca2e37284f68c1f06f0feaa25574b083e4e8cd4c02a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ca0e4a1f87e1bb6029d793554be2c953f8dd55fb1591544015f8dc8a65373af7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bcf553df3b692d5aec7ff55b58c87a5170d1eb778e15a62ff43def38041c32a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7e861956b9376d477d59eb2c5f595bcadd7ca46b608360186cd4465361c4e884_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9d6cf598f5f75c6f0ff8a82917fa3a3d7d278a460e15666a364931fd271c05d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf4cfa239d019887fe1986593a63102525620018322935e7a6cbfe1d5e55e639_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:2d2c3756c9ffdbf93f2570e30191e2f387a06097583186f3191b748eb5017c36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:62e69e5662dba550b1e584a193b3fd70e036ccc6714c7f69d091d28c2e6a1495_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9270a8ff2edad2d7acde9c7a1c84ec030351938512e2fc7981aebcfb6330d815_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:def985e97d5426d36180099df42125e9c39cc8d206e1bc54c4a38ffc2953ee38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3709c662fb71e46f26c27993388e736d6a4974ee17861e447078e22e1cccc185_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8f1abea09f8a686842633f0243e5ad462dea18c305541379042347763c1df557_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a81a416cda5bf5aeeda421afae470b1ed3178b0309c313373ad6a2467ace4a30_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:dd66cde9c261e4666820c718a1c4efdc055c2b19c3d1f4cb614f3abe2e8f27c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:153998aebf252abd79f680dddea81f4e35799b0538053baf02aeef8f6b8ba742_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:30b751bab9d80773080eaa80e5e1c55b851e153ca0b83d2071bbfdc6a4cb6caa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:cb8a6ac71c368d5cf3779ad48b3faab80290c6b5b26e1e73ef4a9bddba0108aa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edba2471c3183bd561f07676981f4065ec478de4c07e8cb53b9b04b6cf1627a6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0f96c74d5f8d8eb9611be2fb046597cb774927c710ee8b3879aa606060d71fc7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c058a9685be32bebf22d126b71cd659fd218b5d230e1a04899bfc00f0b7a00fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a39d4f99cdac59a0c0e6c7f48209e74cc229bb2015faa9832a7be3ee2917a70a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b50f0db0b7c55868ae41b33635d3b56ab545a12e77eb13e5e480dabb722c0797_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c9cb451aa7bdc1d683eb6177274948d19139c63cf58b3a30b9148cfe64f924ff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f654760cab7af4db4a5068c1070a810af22077a3159c3b797e41954b77608992_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3321da2c0354d937133ffe5ef5074e94e4a73822f28a003f2d5b71c4ea239614_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:adfe810e047c891c8a9809a732ceaa6acb1b2ac9ddd60e43c19390eb442683f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3374f03e1b28198008bf56514db6783b88e976dcc2e8e6f08d2d2c2c71feb8d4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ba7f407bfdfcd6f41ae16dc49313e6b282c3e844733abb2e41360a6d0994a8c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c8bc2648558ff854276c85dbffd8c07bd806ef54f1e604eacdd8564a71d2c460_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e8452d1e45be67158e63308de41bdaf43105be4be1cb1256efa534fa0abada3e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:70c36b8768e4ccbba9a91d338c568c5a4978959b36f60977b00017aa6b6022f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:81f042dfe236c4ce3412e70808e364d3f3531f8b069f7d62722622ead44266f4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b00b93bfc4c496af160bcc86f782e3074e9f215cd51d52a504b5705fb08523a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ea288afe2c66cb46cccd27c38c9e906b985930761df642352c7fce528463c860_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:41640b950f7b4576d1af406eddaa83ecc8968284b59041b065ab57aa82ebca46_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6653237e916b6d1e79d45b0c550d374a4e1f4ecb60ef09eb3d52fa607c36c732_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:816527f509226ffd1abcfb357bb70737e0377f07a0cc9da545b6d5b9d7451b03_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a8b79f0c063bac2444f8521fb49541177fb3e2a9a7226e58a4346734297d8ecd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:16965aa70f69d12c738d0ae6c6392cc64e8fd4da00cac0c362bbb56a4b327592_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7b14439bd697c626a5b0ba4c794aeef6840fb120d25de5769f586b63f5e8c21d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9498a0b32a368a487ba210dadd6c83fc49dffde7d70eb8c37fbe33ce7ff55682_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:abfac5af957f2e5ef2ed5cc4c7c026908f1716b3feaaf7aa7eb6441eab518087_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:13e6cfcc7ab587e3f3f5015c3b8bf467d7563dc2d53722be233ff1d85ae9cd49_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3958156fe201f7b059417ed19f2276cbd87f6c4ddea5866966ce9f5886228e4b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9085d37fe1a5d3343a3b8b87b76a61f244f92364bc5bde23e3e1639bad73c819_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e23af8d94203ea514494841ce51e21e9e16d44beea289e75a2c34b928cc07893_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1caae9280a77802b59c36a005dc6e205aadda4a0a00a903730c124cac1ad060d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3385bb4995e49cf72cde1871746b6189d1d209081cffe50995588adbfc2c8c15_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4008f600f3161e71129cc01bfbf6c5d8a3fd27822047f1dadfe346e684dc3166_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7e59dc2d6b34def620602ed39be739f46d03df23978b22a18a890066843e31b7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:021c425fa68df6131d92bbb677573c12b2e6bd59109312de9d21c408b0b16cdd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a9cde5d4ec7a86753dfbe7e5a8708af7cdd3f646da6e5bc75a0a00313a75d63_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:28971127a76ab3ee2e53a3a27c27d0188ee87a55e68fe736a840aa90764ce975_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7257eda6b816680a3583dfdb4c22018b801685074daccc987b97914c3cb5164c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1bc5323614e43b8dd150f7ac7fb873b7dee0ceb4f967e7a92b1c70d5d598a30_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e2fac36d1432b3667e9943318d2ea43a3c3f1c3809d51bccc0124debff692330_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b2765dccc3eb59e63179546ef022310727628b8ee821da97d42523caefb83659_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fe6009d056ffcaa503e1384b188495746d1653f06bf1463f58687c2dabcaf5c7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:29971495cfa61dc31d498923fc8bcbb5b9fb9b9b08fc10a2bf4dac8190edbed2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:422cbd6dee482699ce334c69f4cf359526b37f61447d8ddc9a1e783cf5797c09_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f414d1419790d08c6feae5a56e738a57481c174faa2106721f6ad5230fedf57a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:41a2e6488343bbba1b487e369357e6a66ca21e57bc0b4a53f714e75bc760e8e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3aab7461fb737236048ff061b7979748d8a30227654b5a8e2448c7a7bea5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:84c90e09590beb2201a1942fe58e47cc93e1347894ad79706b2d2be5afe493a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c26f3aabb772844192228352ba4f5c5dc64eb68747c3569e034a15ff2e77dbb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:20320da2936481e478c10dd7bdd364b77efdc2780388766c88d7cd485e76a4a9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:76e48fe2aaffab84f7e7e1762d0ba9cb8be05f529fd3e2e8adcddb065a8fb7ce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d15f09050abe53bddff206574ce5319490ed63732ce85876fd47bf352acb6fbf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ebbf0bff2ff1c0560da71b067e4d239f50b51deb27b2604a5826201b2f3d1113_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:22c5156c1fca340012ffa80b5c108a43dc305c3d1cf00caad840c8a7f295d8e3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:857bd392d78fecd52d0cbdec20e998cef4d23e51d4df4a28051abe2b64997fce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a1672dfebe033c4425eae8685099792eb0961e2eae66d824e9000843c4a21221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc3fba4259ecc041fdb3a6d74573907aa33e5c14446cf40a03b89fdcfbd7d2b0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7d08f80fe2a096b2f48a4c0b26f55ef420324dbad50e80634301dda7ec559c18_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b917d823ee4271235ed637673f727a91525bf5786e27aff7b452a6da410d6a1c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ba34a0e44d6ae7a9f34f32140e77d5123bc9be6e845f8247c7bd7417fd692134_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cdcd2fe52320aea18584d9333db162245f3dda12017f11aa73cb1e81b008959a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:45fc37a08ab295d81c0de16b327cc98bc5e784ada95695c95aceb56596304939_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7f9e48b6a06e6e2e1543e96e5749cf243ea8535ebb3386e16938badf34070617_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b880a425adeceed5d62f386d574fd3cb1b7fa8253271afff3575d9667969ff66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2e60766f06cf26d4ea4d083fd68322d494715307ccacb2f01e0843be3a6a893_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:08608e66dc84b9eaecaeb540308254ac998b33816c089924d96b82d384f36fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:738f03078222d52943dde03fe41defeb7615af11cb4f8fc43ca967c2afc3f0e0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9d92dc54235004733c3440b8eb4c497d0c97205d9f03758b84af340ad4b9a068_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:dbd364e145579fb75f8c25b6d5f9c90f3ee7a03c1a23da0ea2d0ab5f8fd73f59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:88710de25e7a5146b468aa223266403e9251afc0ddbd4cb813f6d2e91c8b17c3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cf4c75f710db1a26be77cd4b8919764bb6997f6243fede69fe8310ff7fa568d9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e0420d92c6151f4f9b64ba218105b3477ee30deb04234ff7f34717831c34403d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f501823a3c27d1b5bccbcaeb463647d775db48dab5ad47c7e46344f0209eac34_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1d4fb509bae3d60dba09db60aa021fccf57814622d50dce2736ed3d874ab53f1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:4100483ce23b90445a9f218d1435df42c081238db5e61048db14354476897617_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5c1b4bb7c281299afa1c2046d26f2606cc1e31ae80223215300b945065dbea85_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b3a4a0fb9b5d564c5a0525410688b848245971fa5b3a431bd6bd9527303ca8f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2e6e196f622484b8759e286acee0d64c9885fca8b45f5bef555984254f969295_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:4a7747327885e9e13ec93b66adf83e43170bc5e222d7269ad34ddaf1569562a4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7a3d67f34b138a6dc3e7a73bd8fa01d44e5e27bb26f3e3efacb2b798936a6bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:843f7875b8ce6f256cc05932cb0a6d07de31f4f2eaff42ae2ae688a67a120a3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8584e1c4911f63bf476df0c5efcdd3decaf0fb4cbd1fb4c430d5e0dd5cf3972f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9a944f0ae22157d54c99134e3ce72a00e5578c0b2dc8b8a9ecb4cf12c97f9871_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9d9c87009fe397855424b8310404bac6f17a95824815c5b8f5b4e0adeccee18b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f2a3bce00786ce4a7bb2678f9da5437d99d85cdc4c5da3a7ee7aa3992d4fe99a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3507c99271d4c8fd63e0de6abac1b52885ba1aa53f5941854eeeb1d2d5ad32fd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:64288a1ef853ade5b9337948c412c38ff82d37b3eec4117e6a74adf14c9cd61e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bde1394874892df5b6ad35fe5341f6aec7ab812e32e383a3f3e03bc7e99ed214_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c8908b7417bc7c02e879be54c3e7caea1c4f6ce772b94c7b504cc310b5b0534a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1689ebb475fcb1d8021057f26ef090534fbe210716392ec68bdeba70774dc04f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:57428c891e72813e82f76b384a1bd76d97c0db8c174b47aaaa22c82c2fc0fd9c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b0e7613b2748ea590e6e31818a48d5d8685fe410b105c342ad0b871b9df87f87_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ffd8c8d91e515cb359d849ba9860ad2efe2f2c8acdc619ef1ca812de8722ebb1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0148c33aeac15cb3abbb2b850e863c30f089a39619ffad93c00e8c9d44db3a9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0d3ace6a71014b4fcf273ba1128b4ad3d8b8e3c8c90c97dfe4f9ca19a07e76d2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:67adc5c445a9f0e91cf66341d23c4469ce5632a939214d663a1646d958b8e567_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7e28f86a11a69a4c0ac2b13e6fd13874da779d01870858fe07dc02574f74c596_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2c94e8c6e1e595defebd226e6d03f96eaa453bdab86cbad80f90000ea528b7b0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:358053cc0f8f77211c5a96d8ea498ac18f48ac1066560a0c3dd1218c9a0ef505_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:94d91967acd236527cfaaad5a40bc321d6ccbbbb0417161def6473416cb25cee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:be73425000dfe01b43a71457d0dee0e96e8218fe42ed41bc422ad379af119195_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:539d3fe1bc1ae12161c29a14b50734f137d1cdca0ac3e3d9ec5e3e97168516cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7b6087acf07796d0dd574a7bae6ba3b73130509e8dd946ef7091e82f138a6c5a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b84c27b68fb5a9da03e4fce66cd32a949f81d670e39cce9f118087e35cd3ce6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb966ed23952aae325c83dee819bdc4be0186f7273d340995425615a9bf35630_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:161aee19a7928c6eb12d1e1ef81b858c51eaab2eb2ca15573ffd2253c923375a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b923868596c969e37607e8829bc7e71d761b8b89ab3ad2446ecaf3d0d9e655ec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0fc187d00768a353869c2705d08cf350d84d34f6e1099762eb894b0029a910a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:22f1727d3ff5e4bcf87115c8e704206cb7645e4b1ee805f2ec8a12a98a3f2da5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:90859e4cd9e495ce7816aebc9c96880b04bb028fa6403ca55edc7d0c0205396c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cb0f3921a85277f485c485ee8f3fdff81ff37af3535b08d6c1769512b30942a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:75f7e28d7963cc0a975318371622a09363c2fc1295b561b57e33b7231829fa91_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:845b7945e15bc9eac1eea68a686ba748a11f6234be973296fbf5fc9dfdb56898_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:89d77072d59839456f37f903fdb36bdd281d696317e384ef26df3e0352500a13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:de76a545019f76ca93ad00c84fea7a16c869370c56af9bdb7823bd6b955a9b1b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2ecd6ca0d28da9ce90dd0239f1fbb10c6f3eaf62965fe19c0416500905ac7168_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ecf5a237cc1db0037d01447b5c3b1e0b3047f1c70e5e522bd8b0ca73a5f32d0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:cb1f6672b11384bc5f79eb5d9beb72b083e3efa98f438b322017a87e07621cf3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d644e7d4d6196ce63aff6fda2daffe3ccd233dee95b959285a9eab822e6eed91_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:114c7c4fce9d44199549ae5cf0f3c0756385b20c5136154ea709ffd66c5658fc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:73b10349727bcb4fb13479288392cae9c2cba3d25c107c42ffe9b66052b9e0bb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:ba02f69d1f19511b73d9fdadbda50b47ef7ccce96b129864faf7ca19060a2fc4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cb0e2a015f27cb937bf190b92d908e757796c72139d9a48a4cabcbda1d34de66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:04bb83eb940c826cace8b684bf5e6074a0433d247b03142da1c4454050e026bb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0ae3d12dae039c794f8c9b2a531f79d39b5770d82c7cbfd7bfb42ea76cc15809_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1c11aa8637ffea2e082703395b5cae6c33ee6bd123c35bab5c3e8cabaac87318_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:43d35de601357072345c43118ef1de666f021bc64c8981618128caada3ce3fe2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0ee80567ce8ee998d883bc1f663e687eed4d25728445e72e57b23742066ac9a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7cd39af0f52e9685f924354656eeafd5fcced5eea2a9150e6618be364eff8fac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cd6ef8a8de0b7633277acd75f944a2430157459096de905b11ef179d14a985f6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e331ccf751022756f411692d13bfff97ff7dc96f4e2592e44e30ea9a0a4cc44a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:48165aa76fd0437f3b3ecb79b1ac45473105b15891cc79a129f565817ec74013_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a2ecebaa107b76b7fdf45966fb80a22a50dd1ad9b248de072ddc4f7dde0fc3db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b9c1ffa9611df38a498ef34a11e467a341a183242f3ad191a356fe3f6ed35bd2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e8448149704725db36a13a01f94e18b902f71cab5fe8d04289c0f3c7fc37b3ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17e4fe5a699b88c45015fada02a9c1803dd4610f7055d48d3e1a8e0ec50d0165_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:52ed5d6d4f5531f09f1fb12c1e46d4ecc5f53407af7b697b40a3b4ae1fd369f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8dc4efe5690f4a3cf5fa74431d6f2f100ed7b7e056c00eff88e98da264eb3fd8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a96b87e33095c653a9f6f820008e798e194a599394a48a7eb2d377564b818f87_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:50cdbc2887d5d8059b4e617bc7e532ce474321d5e4b9bb90fbd32656f2e407e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:52b367a30c88c66ad5f44fbd234bde80b309591bf1fda9e415c038a5626a4972_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:98730c928cd3bdf97d2e62e686cd7d1dcde2555769d5d0fb067fc1eb11ae0f33_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:acfeef80e49839102125b43a73fa431a67c7d1ff9318454b63cacf8d40662424_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:030a6e17a82050de3f3c48f0407268c4f2671476af84e990b63346004f64b3b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6b5eb978b8b2b78f98b36fdaabc69574022d55de905e653fcb2cf79debdb1f9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7154b79c119ee67d79ee9c31576914298d047c2d8e1abbc1bc19ecbacff01ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:df8595e9c221b6ed5856283835dde8d6511d929a0440a669989930108363b1ea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e715fed4bcff7dc1559cc8e1d72c70747fa985a9b860597bef0906d7eabb89f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:349e2a46b87613a936d27586b82224b253236bfbda0006886c93d7a3cd132a44_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9539426ea025e7861aeb405c9ca4e33cfaa66241e2585df3f5bb2b242521a7a0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f7b36695d66894c77fa3c701fcfff84bf3c98d08e5be2ff2854d18dde3536042_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:38f9fbc169d1fb315e68bdbb8d928097098156028f0c1b5fb3853cfee92d88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:55a68756f9fbc1870256c1d95aa97c14a53dea071229ac21e2a604c6cbc7b48d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:75f742ffa2045de8da68faf4f835685a010a19ad099172cbce037c64374a55e1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e122e1b979948cc29f6a09b966efc7f30e120138cc89932b671bc9b7283caf26_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:07ef8edf9493b61eb3635e458cd770b15bce6f794d01569e21031a256093870c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c9e253ee46e213e870aaa0ab8e80a3857365ac6c352dc8d561d8c3a1b2bbd1d0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce88542ec4f84ac57100cb897f4827d7286c6c144261584d2606c60fe83e8fd7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ef04f704db2d800b7d4c98831bf8c7fbcad8a55d93530a744d25780f9fc58c30_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:34b399d922ac9f156bc55948b7460af6ecd53cd57e31f35273104ac687e813d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3acbfb9709b51a708893a5b08b5dd64464d6c9c1f7950e30caadc6301c71f1dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bd350e0e32f055467e272d56ca580c8bae37fb5018d72eea116c97dda600f16e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cb80a67e4e97c1800bf2c2580dbb0a56bc88a4c175c461d3db76ae01ac88d38e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1bf326595f9a389789409f853851c1688019b89e958b7b9320c2c356d7a5aa2b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2dd4c98437553eceab248077a179750a55f0c97dd1f92260d6c1c7fcdeb8bf95_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a4a69a73e38da284fff9188d00d66d1fcbeea93f8fa85d7c914db7135ec6e918_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1565876ab4f9468aa42a636eb75d8d529a77535f49343302e7b55f072b236fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:036086ccc7b3cf715f337cd62bd2f4ceacb18a0bd74ddf3088bb1c82780573f2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:20315f04883a7d51f13ef2c20e5c929e3095a0bf514f0835ab2d105dacd5df51_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b6d4ae16e1d20978d2adbdbdf4faa9baa59eecf337a3e65186a55593ddd17456_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d648d9c2c6ea6e18438b7c84c141b0c4cfeb8c5c441a0a55b96a5b1c3e77afec_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e370221a5e4a18f60aa3c9438bc66627b0735ca17b5c1119ff9accc0d26af36_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:11995cca9607057d8200667b16ca816188cbc807b7820bc776d3a9790e9b8a21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:681b7e341940c08c2ca18dd15e500dce77881e9eb28af5e7c59b3c0a2fc3fa46_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7c4484bba27c132dad0b570f2f4fd6fd66bb335fa923f21b41eb5af12f4deb98_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a2a42e910c0e4f8dc415df024ee8ffb6c7d23a6e8cd54431f06ae28f31d9f3c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:34e056d7771ef4684b233739c99e9181fade933b0aef87f6545be5da3aa4a7ad_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a8418f86cf1ac4e51937c2b97ac7a5f2adfe36be4dda38e425d2cc004a0cbbf8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ec02a40ac91bd42b6c9c5a32cc5168dcbad14b206bbe3e36b3571bb717ca5fad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7e441b0c7bf47839c3c0df71a41d00522629d451434b551ff1fcb7b73e28c6c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:92b31786ac4169fbcc2359470639469f185f8296993ee8fb4483ba0c39b06469_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be92cd19b4bcde0e5e912e4081ef25913528488273ca9ece533e0b4839e3e17f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ee9bf22ba0cf879afa66a009fc0222e0c16ce1e4b013055035cbbf186dd676f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:176ab84bb58c9455d8fef13365059317b224cbe5e08ae95dc11bcdbd4a0b88da_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:689b048fd7654614bf013994fac36310c16d9ce1996783743a45bb357a54725a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:23c1bce0496835c8a79d97b6d42ceb5902f0c3141a3ce5311800fcf1151213fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:53c4e8ad9078172e4e033eae5b4e40ca0302248ec51123a7bff85d7b7c66550f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:02fee662169216337e150ee63967e27328bb16a5a580508cb372d7359a3612fd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b22cd721de53cc0ce2d4aec2293e49e963162f6e94bb925cfab6e1da0bd8ec3b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4b910370c2d871827c4b9adaacad4dfd92f047b6870878e04bd992a26f99ad2f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78d6c72434d8929d2ac8963530bba2cc5195b0a748c75a8d570a6734738f7d78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:070542394dc2e46a8af6ce137f457d849dd3ae93607fb0b7de35ad5d7d1350f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3dafb52fd7954f505bc075643e54b0d2b16d73d3b3db763e37aa9a775ee2f161_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:70dca8e5534e53d5d9e12a896f2027b0f6655073b51b81af4604e6d535fa1047_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a8bff78e6a1b04c042a77c0a18294ffe0a5a98ff7d6d156b863f16eb2c84be7f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:47e9c7a9fe21c4868c584b62b58a0b2cb98c9c1b2f76ead0411c8007869a9ae6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6e88b886751396cd34248c099f15c7f26c9e0f1f8a61cbcfdd02e51dbd9df8f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bc71d750a60211203dac5e51c94a9b72c09995963a7cf88e17921a9985f93dd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c13ae6d1c3ba746048e4e23b1a2d993de2e278095ec9050418cb5afc968eaa90_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:01138c716bbbb84eac7e2871d572e11ecc006f7a25c84ef947fe7a7214483674_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:100624ab64e71c9692f59f49d7b46392dad7b6c62746663e484d22519aa85cbc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:898a8e5bae52796d18cff4f7ad063f34bd89e49ec665dafa534a9f80fb2918f1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b542a66891c970e16b7b7223e0a1da7286a2280994013858301bc87cb7b906f5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:08891b8d3481632f816ac07902af2315e948ff6741edb5ce1970649feda4213c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:54a0f85781a25d05c9e0d045d4787a0bd2873e4d4e1ca222f8f61ceebfa258f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:9e85172d3139e5a6eea8a4356d14c8cee66f94339cdc37f5ab1587c4a8f01d0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd82d3f4696bd3f4dda2438b09dd16ed85d89508351964c373f2dd27419524b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2e9e1acd4b3220a58f9fd15631572e79a126d19a81a4313d83f6a9d7b806dc4f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3d1dbc38a1387714532e0835b2f4c98eeed3269e6b97801ab0ff527e87748a6e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6eada0c560cc534209052bdfa5e61992d22cf3236da6d6dd023f0e15c4597377_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f346b829066c456ba64b3e006a2f220bdaf5c2a151176e83318762578dda785a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1c9dd5189ce261be4a65543ea8a26371ca21dcc782c5ceb405b9aeb11a960198_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:76aaf438681ad73e4a71af5afc5a1611907475d4697444679ce919001f8bbca4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b4e8abb25be3f585b4b2eeeac98729fbdb351737b439b0e4d987ea868007686a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b7938a2e3cdfc21ecfa7fc643a1733fd4bac511b5a84c06e593d7b93dcb088ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:106e2a5fd5b1eaa2166162d96e9834101da33ea244008df76f6504910cb50e0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dabd4bc3753f47564b9f1da5d97a6ce2f294ecc0464efc66e2bb40685d64ff2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:781d4a39b2b531f03f59804edf351fafdd4afba46cf0099905338e42af4f538f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b93b67602a7fb25d1dfa1b1d171561163c30b48fcf9b28f115c2c4622f3a48ea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4cbe4ec6715c56eef3a46d5e522914ae2e83782d09261e1f5b584d21bd2f547e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8c3fd466afaa50b79fd865a4537a2943d57c36199dc67999661d07d3c3edb4a4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a9ea7bac01352c83212f0d153f321cba07727b3688a26a2bcf88ae207be8d4b9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:baf2a0021b89c9b7409dcfc85d5ee0a6db6b783f99486bc88490d925a5f4ebe8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:19cc8c26a733461a50297d5a9699bfc2d77fc1db8a780330e7caae0fa8505ca8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1f5ed970315db65cb65534a558399c7eeaba85e22d91a9ab28712f2f7a8001ed_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:327b81520186a130f2aae8ea1e8249eac893eabfee486e9b21b0e01a9e00c8bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:357d26120a9c9bc605a2c59940af7688da7c4b082f577a5404c9dd6e0b9a112b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:0404c9fd2506af3fbd2a665c87593950ca8739055ec341dc1c5cc7d59d35bd1f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4bb401743e4a8763b6e1b40eeb5031bd226054813b8a234af7db4a75c9fb8708_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b175d3e2974e5efe4f6731855423bfefe7c631f17a239c990c013ad1b9ae6e1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d599a5fb2e4c6d5b6fd838206e1a3b9539604fc1a20107de73e291ed917f5a25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0e719ea7267cf6c0f069a418c64407ade3c8e400fa62ba79b7cde6d5504199c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1d0565a70a8a3dace61b67bd06986f2355bde652eff671ece80a203be025076f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:49318663026057b3bfe77d3479fa7b5f639c2f2fe119b93041e2bdb67757bf1d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:699a1b7875efb53a167bb077c7e26691917a5030b524eb4129e0c15d1837639f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:33664485d51fa905dc7b989b624aa4d9f4230a7eb0a10ec61058ce335d118fbc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a5308a98e8e1d5f0540cf4415c99856bc8b34a6204eb1551843e18507b9a995_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:81ed99852046cd9459cb19b166a6b03c0a348db013f99aab5d430cd215fadc1c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b8d9fb431abd0cef769a30d68af85dac1fc26abf36bb3f07221bbd5f2e8186a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:7b044e940035bc1e0f88c63d14ad60c38f08e65fce4607d8b12bed00de9246c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:e1af7eb476a69119cc8bf3ed5cae563dc5efa74953cacbba7b058bf980288e59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1e02e3d82bf980a09aef725cadb5e034ca6a3b0789d6d14eddd3faa01e5ee7d9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:a71ba178707efcddd6d48558e0727c48437a49bb67701d518b24170fc6a0a5d0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:7b044e940035bc1e0f88c63d14ad60c38f08e65fce4607d8b12bed00de9246c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:e1af7eb476a69119cc8bf3ed5cae563dc5efa74953cacbba7b058bf980288e59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:dcf485379ebab5bfff28c5f15865697c70b784b6ae4a2d757b83a2603466ffc4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3883a1d2b65635db46ff365257e4ee57cf7357e6991f2de21111ba879a20eaec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:47d09eec1cd93bdef1995524f974890827bb6b3c5424e4fc119b6dc1132de367_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:80c2f4cc886fac8997d7da6baeee6a294c07315bb1a2cdafc66ab7b46cfb0cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d7bb32011b7d54a77299f7044ef9508ed420d5846641e830da6ac4a06b59621d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fef95b1f41b2cc99403d755123d0c1190c88926f71a0d6175ab5bfa4b9057d73_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5e61a9ae5fcda07746e81944ac48190bc68a5cc121f366b64d201093bcb2c861_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7fd235e4b91ee80a2ee3544ae22a08a6d86c95d8825ab0c0764de0d003304faa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9663a7ced4cdf572cfec02a19bbfa450441b0ef152ca8d2dcb85a84570c5f450_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d856c9acb821895d796cf36b9420be5217a3a2d230344fbfd63a1c1bf9a12399_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "RHBZ#2418900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc",
"url": "https://github.com/mjuanxd/logrus-dos-poc"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md",
"url": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/issues/1370",
"url": "https://github.com/sirupsen/logrus/issues/1370"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/pull/1376",
"url": "https://github.com/sirupsen/logrus/pull/1376"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391",
"url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391"
}
],
"release_date": "2025-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-14T22:29:24+00:00",
"details": "For OpenShift Container Platform 4.18 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.18/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:64e8c4cbd3199beb1ebb8d6a208cb81fdfe62f4e52d7586033f534d35f981244\n\n (For s390x architecture)\n The image digest is sha256:5b964fa43873a20a66b95769bbcd6c31b028f505281fb045bb3c2ed6ca114e91\n\n (For ppc64le architecture)\n The image digest is sha256:2108325c5ee08249e1b0c0ad6a3daab197f5e2a1a83c8600d27c49ad0ff94307\n\n (For aarch64 architecture)\n The image digest is sha256:b465cef295a81eaf055c87a9af6d8ecdcc11cb1e898895d6df527eb155a7ff82\n\nAll OpenShift Container Platform 4.18 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.18/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:013a855b2a847be9c7e57b0690aaf165b35baa9f1fe351d35a719b0a7b840490_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:fdd18f19f35a5b83c46ea3b20cc0fd5200a65a7037d567da67eb1741346983bd_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0338"
},
{
"category": "workaround",
"details": "Mitigation is either unavailable or does not meet Red Hat Product Security standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:22d86978d54ce44c6e6ab3d4d7dbf439706297a4303d44ff75055949e61514cc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:30f5197b2f63c8c50007430b149d9501bb450f2b46c67f2a856c69a796e2e632_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a8529196196664fc8cb33e82a0f01b0619b57ddb260d560a4b33693c2451402c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e34c9dc35fe7645ca870f5be4118079afc9072c548f6953c94318abbe2e568c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:05c30513e43c817c9c59a233679aece6d03f46be150f860c2c8eeb4ec661c296_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:5b1f17db5d25f2238db5c56132767fbced4ea0f6328ec6fef5a7ded3b116ae94_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:73b0b4e51a99c03a8f864749c782a8b4cf506bdefabb1c84e40214bc123b6283_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e26cf2299596cae4fc19bbf97196b477864d887aeed85479d756a93d1a53b3e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04b5486e3482360b252a3d713dd0fd2778b804dbb8745dda83ff946385f213b3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:11a56acaa4a4eb63f45486586ec1b24613c1a60d6690d6e4ff73e5e66e35c328_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3b31286f5668537a8d99cd52499df2dc124b3f242148c28638d5ed9284c42379_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a8f5ffc4f2b6756582cd26245a20c29fdfac9db29378b720b63ead277382b5e8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:057e2edb6fb856c0adeae5048b398a9d434f0f5c639992c28fb15c3df18114ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3f16126bd28943ad4115293ab5bb08500ee64da9262fb5f11dd341a65137e80d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:865bba3211be0b399a0ba81686ed5ee736a61decdc1ddc744cd00cb0420e6a03_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a34d831686747809dc7ff192d6b14d38c0149f6d0f5d8e0ddba82de9912a7206_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:13bbd80753cc0423068e0aa39eae687a9b3f7f5147c264027052f6ee29babc36_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b9ee7a5fb3b2946ca5c60f1da631d426816b3d430ba4623273c2661adc7cc1ce_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e00eafd40452c8f852306c5ad20797087f23a2ce63b4e04a9da9949e90e67b70_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:faf6dd53d1ecc777b182fce23bb5f4d13a42fe830f0b87c50334e9ebbe3c2bdd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7aa09393089152d4361140ec77301979723fcd7607807300e8b8fd2a889dfc55_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e52ef3e1d8353a25f5541fde11a90b863766363c2da6099914dbc037dd1a2f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b7934c9b7c02dc5b7c09722125a01bf1fe01f9367955507aa530213fb94cd98_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c8aa6760c388203625e4502baab8db9e674788817edcdc348d286196e213643b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8cf16610569ef7b7b303c461fec64e5274f94b57e17eb9c7aa9ad95aa7a15871_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:968d8e02a6aeb9f580da9258768eedbc238997a061e5830d5f09f800eb3e1fc5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b47857d05edd97a92f5efa6d623cca3d92f3a397d1b039302f8bfb53e9c2901_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c1f7bf5346faaaf059f28524d66baa638fd992d12b8a95ef3977937d73c7f0f2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:2dd2cb2f242b75cb3dba3b01fca3f233dc6e261196d15aadeacbcc815c3990ee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:32093af92bd8e440b17550cd9d66845e13ca263f3075880d1fc0e05ae7ba6a82_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:7047a5df14a7be5b90188917554fe2fb1202fd594eb5ab0a412f99c357f40d68_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:70e418963774fa36a5c2e22226b11b2e4a620a95064e5d2bd1c85b3bf87cba90_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:028a12853056527f75343dbe51fba5f1364c274ae3fa59fb04f7b09ee7b1bd99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1956f12878e1aaf7bb79755213fc38cf83b0c2271977c8b2859aeef29a505951_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1ef611fd47808225bd518fb63eeee7e1966924d8776b25166b4e435cbc266ed7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:b68e8c3fb116f558c3463b4116f088eda7d83cb667fba6eb6c221be0be480ce3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4ddb1fea3f58b689acbf2df221843f1f870925f44580f405882e9b615a66ec7d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:671c3416a030fe6a7f86add42be04d116c3a8f2c1725b194f6e9d84de2ea3c86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b1180320dc4a0d0161d6b234179debcd58359c11f2af3b3a2453cb3c7e87a517_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f8797dfafddc3895ed354cd266a9ae751d608e83881258a48e7580fd611a4c8e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:67a532ecf2ae8bf7fc05d70df1ea089fba3e518c2d9b55141632aa600a67d252_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6856b7cc732779548d9d600557d97e842044088ac1e9fd47e6cbccc0b004faa9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8258dcc898d2194f66a8912e2a51292993659dc99d1979a9937b930a469be607_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b3c7fe9a0c841d3c08c8b3a2f5d8909173a96397b58dd34a835bac02375f0435_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:30b470ba21d142e1c24fbe916c9a994fe2900153098130c5efa34da4eb1e0c4c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:406773fc4c21cc7f19b1c1850451307783e193e0c7f37ac3c7dcb2a640478521_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:45622c73368575336aad084bd34a154ddaa538e44996d0ddd53aef554e6ea093_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9267b216d9419f8d920d2f740d0d3209b38a8d5b8966c4efd590b0f5d556d182_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:37b1a7ba69ed3f4fc5c6b45539c428655827e54b413709e7b1302aa09d640a42_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8b514b6a073247fabc5412d06cbd32b9f8633c1f75bac18685f61f9638ff5cba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b434218e5bdeb534245934271fec0fd51f8a98d0dcda5ce09662e38c115f630a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:bdc2578a02313c7abfd1bdf5ed9378f9d4b2ebb1eb35273f8b47f29e6b8f1544_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:3f823950728711195b6382de902bb3dc078f8bb1a6d0ff6dda5ec4fce10e168a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8e58f5b023fb498d818444f8b40cf1ae7f60074f951f05430f94a2cf91b50aca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:cf5057e1e61af6855a4fde5e70fc1b2951f3173566f3cabcac652fad7b09283d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ee7481fcd034653679153d32372914ec051c3c0fe3b6471239905650a0958354_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7b7ee68d26e64b25922ac0576f1f32e5a7e272b18c71225d6a4ea30ae6c73456_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b5de9e01c21b0e442fb04e49ffa45545b2ec23d814795a4283dd87e76081c949_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bab06d2bcc1790e4c34ba63189ebed8397d3506a2ca17b85b9f659d6d8a9a53d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bb47870cebd7684e44ce19503c51aceefe951471b85a4562f4f3e2c28e96b5c4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3a2225230a2299a426acb83cb286877c3c4ea29fdd5e70e71e6128101e7948af_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:4e2b13c0febb0bf890c19865fee7ba7f1c11ad0af12481f060c954ad3da2a2b4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6708855b96190e8ca7a7202c5a019c7c178e93f90a95ea18eff5a079c02e0385_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:85afe9585fc53f19da267182d5058e304ea02258593e01c2e48ae488e7b8d97c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9abc6b42900f1e68c9b5745b3255485ae417f631b7b2447074d47c567339b26a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d1c0e196418415de39af71477bca18403ce441e5d9c8a6ff6b38850e95e33b2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:db7d2ca6dfd0385c32a5ab70f6181c0f8a54b1af921df06d953908c6cc43d5db_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f79ee8ce68af5ad3a67e1c9b47f1326bf18ec4681e0c176cd42638fe324ddb11_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69af4c321603cb28eeb983f8b7fa53b66c6a31fa9606be15f65a5a8aa96bec44_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a615043cc293914a9edfbac8141d5b694a8ebaa5e130f5fe545d9324898e8a1d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a9e480454dbf8a2e76f91986c927cddb1d919884f3bc6eae367aa3e7f5d5b91c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b0f0f48ff6a7da67360e12d5e744ea87f74692e6e155002987091f4f4763568f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1335f1355b92fe29e4c7644d2b5ad3eae9285369d2c66a8ac634699c84306f75_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:88a62605424e7b44c93ce45ccf40d6b7d98fcefcc4f78ecedbde69b989afe998_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ebc8f0e41b009f183b9279b36248d4b95e6149ba913583c95fcca20d5e183f33_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6d3eecdddf89d9704d03687baa02d694a0328a7846e3eaf1c863a26f1f088ef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1c8f4691a8f2df8e871c18ceb8ccaa1caf4341f4cc860c801c6cf889a425858a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:738ead0b6ab89213b2f8acf9e445e1ad976b64c26dd6fd8ef87ffd7bacae8147_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:97aba9a6d07162d3f31175c85ed93068216798bb4118fe7b62ebf02e80d78e41_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3c111fad005afc0d40eaca10b813d5142e5f5eaab78e4eecb46a43f5d917f1a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:06a92c4234f5a25938eb2d5b2021eb0374f1457f4f15fd7cd54b9e533a6564b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:72f0a37477a53b658f9f51b1907d3caea86686c9add6ffde63087db7eb83557c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8f7cf9c0a94e0beb4ff5e2b7d8ccfae1df75a89d765ca8e7a7726b7d06139321_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9bd3cd29d445a934b246c8969c596e97631951f75c0096fd809b9747e444c399_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:17d0d9c1079d264a00059c94e61993a9951f50506d12dff736a89dd16c225454_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ca9a36848c1d5643de68c811319be12bae5920a74aeed38912f382b7222e3fff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5cf693a174b7abb8c0a83a89c4bce91225fc55201e6da7aa7f34dfa49b671feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:749e2df29cae54754dd0e02de68eb5914f1eecadfb21dd10f0ac5203ca887b2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34fdb8d9dd4eb11a8d96a969bd547fef77304203cd1eec331f5610afc41e8bf0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:f224baf400f2ae5ee546a5dfb68ebf21fb22220a799e70f49ece279e9f2776da_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:bbfa48a9b898554d9b7f69fb087a77dce5aed927600ffe7a54cbe1d4aff450a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:bf230b98dd3d0b34e3efe3db4b5c0c9f59eb78f5d1c1ce43cd9b1737c3154fa1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:07606c3ca7cdaa9ca891a1f07b681784bdf70b80f83ab25515e2ef847f483190_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:af0eacf69a6ed00b40284aeaa5cac2be1b13817cf7f07976fb88a751d213726c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:22a7f8d14af36190a4ae2a9ac14a5b004b6066f91e809e341ab990cafde72901_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7dae4e2d929279a5d6ed358604d27119eac1ed18fec502dcbd204172b7e175d5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:674848f9ffae3a71b1288cd48c0c9a5448b9111598f0a049e5d7f2b4cf6d1568_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ec2ec898781da4f57ee4b18440417800618f933a02faf7e7970ec4cc838c2e07_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3db9395d82fd610d6528c599c7193ddf2910aa16f29f8f573c0a2f3e82e210ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d7453456acb080973e87b9f413f9d310e26ddc70497d5d59a37914838b2e6934_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0cc826915422cfd82bf6127e7094e7f8c429f81451c136aaf3cf729fd66ba7e3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:391c3797864e271d4d6751596a813185b18858859701246aab43876769b6b740_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3e3371215d33e2860aa73d4d3daddc1a04fa02f56dba9ff4abf22d0ed6907f4c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:f85e768f62e32044fabfde15cc8dbd7688578e9b3bc8605cbc444c0fa0b343f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:aafd6edba458909f26158f6284041454762dcc959855037a34dfb1e0caf82c4f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d9a32fa9a644b20e67f4d631fd3850cc83eabebb817bac7c54c45d345d952ae6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a2d561805c21d34c484749d22a04650cf42b4f63b508e755d352e49e737fda59_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ce50e9a6830d0dfdf9202d83e7048f05f680f73925cfd3915193dc3dd667f82e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5e36a48a006a045031c6f645c6e89ad0b1f380d3c76a40ecde6be2e51ec847f3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:77d2362af7e4e1e808ba833c32feea37d7107d33cc98a76c2b8cda5da449c1c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3d8259c3aa7a6522438f6adf9144332bef077453df6b3dcabc32b036b67a56f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a96ed272e3b3f78ada9a7a40ef3c9cf374e028ace01a6be44a1b0995b4ee8608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d9293420502273f13b97499948f6c96700d9018a35098e8af875d12dbd20ca5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d9df4ee299844174e47baa57d9a68ebfddee706a4956cb452b1ff29eaa25aca6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:084be6bae9f1f88ffc36fd34621b1815a4186654b35608b9de5a117e9b0ae0ec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7d9899c8487a1987d65e9aa4f82472e976e8f0f25aea6ee3d38db86f4d84e3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a1370574944a2ee0c721a7674c6b2a5c8eb5b31d24d892f961190eaec9391789_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d839542e8877fccfba25e62a55fc9a15b20790eab0e037c0183a05cab8f5187d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0bd9b421e3d9dcd992b1c5eb0b9c08bf285fe8c5bc170d81a77d1c3c9477abd6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1217fd2cb14ec1632c03d250a8963906a1e3355b5d4274e704ccd6b9479632d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:48d40dd7029b3dbd20f755e17c998168eb737915c6687ac8844cf32e024e92c6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a85a9e9a8c2b1cbb848052ee22f397b3e36e647a218291f6cc826103ce3ff066_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2209f67bb5ed6c488d30904344a1bb7dc10cd8f8c2121ec909fef78e96f377fa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2913bd14057f31acc6b1ac31389e9aba36aacd6c2f767d3408f3d90e0d701210_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9bc4034a65fab18ba3aec2c4226dfb2a5d04d3f3ccda1eb899b7efe377e88a0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e9227cdec2d9def144d32ca098d70b93b72b77a3ed0c059a6045eb417d195583_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0283e53a0400828496ea31531a7d1bb46b0c04cacbde3bf6531be9164e112651_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:83a5aaca31173f198b39b234326bdce63ad55b57c7012cc24b9abb7f776310b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b919538826765b2c20d9af101c2c83c6e6b07a3eb0d8ff84c6182f71f9602c50_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fe1f2228ddcac7693965bb8f65a1a344a9817a5f8cf6fcc5483b73e35a4385de_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5f4c106d0112f1cc0ad2365171d6a4fdf75a52a952f2e6b8a674a5ad82e8f3c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:63a901536efcbfc9f99bfbb4c3027ea57ce36909765a1b814f553ebdf4a4afab_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b69ef3ef8007edc3648a622215449e522fe547562c5a9f71ed6a9618e8d84099_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c02e69954bda27acd7518884f07a978aff3fff1a4f3aec745c53bb07d390b98a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:102dcf438fbf828e603b23d745b5a74af3228642a45a92a52973bcf410f18896_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:82bf6c7cace9d746b49f970d7024f5a332ff20d18d35b2acac6d131ced023181_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d18371c5f38e97936876ff2a090439942857920ae511502e87c1a71d6f88e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f6364a6411ca336aa5a2877d0d8fb9c1b747028902d2b90a235662ecf1300595_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:18316aa9283ec448ea3c48555a0b11c6b14de88f4ba5b80e1deb56257ec9e460_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a08add3c7ccf8eaae8f1eca52a650b0f7f51a9ae53d8d196037c25843c9012cc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b9f1c9788b5abd31b9ecbaadeb66fd7addacaa4cd3d7f7770a585c289a8ac456_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f4e74bdfcf86ac06103d85f56e9db798c58499a93a4d1c56b6c516635fbc721a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b34c981c5d6761d8721701b13ed1317d30d5842395c63253dbd9a6182ec0ff31_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b4b53a7e30b0f67c0b1bfca6839b209c9749ad7a967baefa2c69e23c14c1d3c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d1c90fae77faf85efc9a39840fd0ba08a04ad67cab854b131d6d7eab974e8e6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:fb8c39862533422e14dcf3a566f17c08535badc9336bd468e6dc031b442ab979_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4eb20f1485725b9501d706123fa5e73d3d14c8d9ce958fb53c7f052a2a78cb55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:53185ec096c4c6dde4cde2da2878ecc7afa0d9322169d73024c0c0c0a154cc38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:790ee90abb211a129ce3425da25366040d01315432893bdbb214fd7eda87dc2f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa31c063bc89e07f477250f0361763c8dfb36e9731fbcc16717344429824682b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:02291a6a7a29ae16a920abbd15051a3de7d8bbd02354e5f63359cbf21efc09b7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8132c18fa789fd946232ae862a4a507bb923d81336592b32a63205b2a38692a6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:887f9400fc6c2ed4574e477821d6d91a759dafcb98ebb049243fd568a28045ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e3a623bf7abceefbee41e547be687be1c77e3b8860182f4a68db6325924a7fee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1b2bb2d334805f02220ed4a71fafa11ca57104e220639717db73015f306e8600_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:46bc2bbe8a067455e49526f80ee4f89c65ec444e3bd8976cdfb44b094306fe83_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9d59af2c5ee1ad36f64b8e30732d80c638c7ff301ef563e56db365cf5d4b73c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c5efda1b63939e02e1de0b4451ef9bf7f58389b7e718d6706d1fa6e97c7f0ebe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2afc9fdd7efd8c457e0c7a2f049d2a2a3a94e88cc41fb0dbce54033b30c3a413_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:475540898b765ac101586389df9a8e370f32b3da2871a3c199b504811cb5daaf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8b401f70d4352e90b4f58ac7314a1edef46ce46fc968a77636a01dda35e42716_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad87aca6943fb9b78b56248fe2aadfee470c8db1b93e38a905163935c6d06b7d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:13c52538e76b88787f13e3d6b1c3f84965153f225e12474583d2fbd18ca7393b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:38915c10299ee1e5790dc8799d28149fdd5a2d9463021fc21e3f0f00e6b4aa91_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6750b68b4b34d583473d546de152191816f260b84da0c83211707b9eb0a5c222_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b425f7b6dcad585599ebfe4366e580bea7b533b88a8d333d9f8a7def88b46294_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2234f31d6a94ab050ecffa6d00c2382bb3f61e6e867268361e3fe8f076b400e3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2c8518d927b833fa04567da6156a3ce0a320f68f6924e9634ae629a19d43171d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:94c3f361540d8e325470feebf10899c954661bfa70af53e4bd8d17655454842d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fe65d8d46a03f5aae8e5fb7caad02a9688b1dd2d6f3ea53ed76cd2fcf5115a7f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:334ce324410aca7e3b0882a1c06e660490b7b3bda70f695fd40a89a89a8f2d87_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:353d77edc3615fd1e5226053ae1b493b13c4fc2a361f8ce4ec21448992197500_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5a272d1c089cd51f239275b733499ea53bf094057dd176ffdb0b759aac42f00c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8adabe5f256ef46fb32163b05632538ccb2ecd862b4f01f59b5874fb874fbc14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:442d35ba41747d64f52594405f19e238c14ff410f58f4a798baa568810d74a7d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:712d10619803f9eac56667fc0c75bba74a2a866e8df2a160f8a29db520f38b3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c76bbd172e9ad8be2180b4a5edb4a88c6bd1d7ac64ab9021fbd86a64e387b882_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cca12c93e249b0d2c616092a790e68a3b0dfcbedddcaed93ac8143b404ec1f5a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:16ad6006f630b50a7ae12e44669f80836357e06c569d6c397eb57a34e20bd95b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8ef04eb7384f7368745ffe8d8cf86fcd83b203b0b1132761e09fcfa65d6627cf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:953cf0efb4cfafd7ac8a982ddaa074791806f70859a011399784323eef46ef1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a7c5dbe3abea8571d146be180ad3f189f77a30bf495b8e19c88cef9b47f1de94_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0310e0ac82ab9af6b3a919db3765e7454b76eb16b475a9babec1faf5a7e3389c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3005eec98bbb1ab780efca92b98d8370ee24aeca4fe63e56ec301da724b7eaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:39bd6dfab6e4b97ddc00f7cd2b3d31205516d535e3665bfea13901102621b71b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:96c7afe557cd7a35aabc8cc18fdc0bcf95ee579038d3067921f5c1e7e35b3be7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:447185cfe539ddc50952eb28f07f8df27d5326877bfd2cd1cd04a168fb91799c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:44764182f1323cdaf8ec1dcc282256aa1deffd5d0490fb863e2804a305676260_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7fdb112167d728337564f6f9dd28e5d875de7cee6353e19f7aedc40c71088995_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d09bedb8737a237b5ac52efd6599059ae2c2a11837c5108a89855f5e3eab991f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8229500047f060dda44bf6845721bbac1f645e5eff36c2cce06637b9448b3313_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8592b83103e458a085726ae4d97e75b750ae74f6acb879c479f7e85e30c4981a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a43d38a28bb8dee90e1cef4f70373d7dd0e6e10570f53ff18cea609040d7fc91_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac08ce5c4d4d8958e11c7499cecb1d2baa3d619604331b0a305ced9edaa80e66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4715f8a0d41e979df12fc3a20439d7baed29be94a1f601af6143b273debedee2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9868dabb86b650c5bb87caca099471e00a7e1ccb14d22a9715047d61e8b838c4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:acec9031b1e0582d10395c7db70ec2f6cb36eff2fcf29c976e45dcc000eabb55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b73f66ec870fc0f7d8f5d86a4aa2fce493fd06db8525b71515402a5085ac3bec_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3afdf0db5ca921367b203b60a9e01c3a1dfbfe461ad8c15650d31132f6314a22_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6af1ee66087832faff5e4b367e6e30d0f8c24cce51642f7f0c7f692340ddcc4d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6e3e19401fd25a47b261f0abdb3c9b031ddc365573dd78ff83f4bf4ebfd244f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ab850613180e5396315156fb0985c1b9999769d4df7d7021583f09d54783c783_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:74750d2ef0daff77bbea64507d18ea8138514d2e2a6623c8cc5aa0a04d03ebd6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a6be2cb1dd54f92bd96ba758ce08438216acfa266386916ee3aa773293778a6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a7919511f4d0153cf581c82ee76912e40560acee9c0a56d23edc8bde3123d8db_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc313e501cfd3803abf0d18a37e65e68a3aec2c57eb2016ea77bab7467751f61_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1f005fd95b0db2f89d6cf7020e38ee57fde652281e8114704035753c22c1533d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:216986528687f62da810992f9af616435014f6cfade596bb4b7e291695265be9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:48bda9e02b5abb41b4459c40c1dc11580085d7ec4a2a50360075418e11bb49eb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f6d09cf6d8760bcee1d57fe6aea538006b23ae61b887633d960f9978e7407e62_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32a42b3866b46ea289675a1e1663e47533180b2911f758a6d89df822ba05e424_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a75d90adc4081e358e02cc0acf0926567818aafa5e48fe95fec689bd3090116_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e4a4362a6f4b2a77aa0eb4c4a3102aade4b379a650fe2128ec228d142521982_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99b7f98049b9bb791300704ab40caca3de38e4ed95e5413688295c99ec25d1e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:47219a3282c61b55a751c0e2286da5444a682f5fedec17d8170e7b1399499ddb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8df3711c94325bde8ad752cb7a9c7c0a018618fdad5f33488a426795a8f17734_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b2523b68bf9c4cb9432a2fedd767634d75e41953a3f607e6953bcc5bfd224332_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c1b4380a097df359ab0ac80fc4a1d100281024fce1e043c77679a8630bce9cb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0f3e01bcdf211b479ca861a5851b359a367c7027bdc543776ee1b25ce763f46d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1f035bf942dac88141b94b6a185563edae44748a4edcd995b2839e80bd40156c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3c8ee7bb097f5652a19ce50c1ce8585a911af43a290729672313b6c6dc1d4d22_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8d0521d358a2acd481cbc42b65d1075ffb2f1829daf94108391a07a18129265a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0361a24345ebeeef2f15bdc82adb29a95f26ca19a53323da74e17ccf76770c93_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57927e81f0ab7a93b8fcc0ed54f84b9adb7ff7ecd65722f7b403dfe9ef3c128f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ab9bec28217a4085709265770c38ef04eebab3d2d4d8a871ac4298ec3585761c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c754b0ec9520c9bbfe3b83e016e21815070555cbc4edec6c855c908b222b8428_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:24b32495544a28b30f13d8e768a568e9c6fc9d4c92ed539872cda1a4890a341b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:46b9e6e2319cb553c487e9625b53d69f1ec786a9c6eef0e4765c2502d6e5ed95_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:734da3ea40094633864dca6a9fa7e223501f1c1c4331764f03257b62b70087f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7902bc0612db5969616029a36b5a381f9ef58a5480f28c42b578ceecf54c3419_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1f7d8d52fe1e8313af0e82d0045a6119c64a54a9a445c0a28cd30dd803f7c400_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4c66ff54b160974f2017cedc41a86da6e2e499a8be165f15e54fa66f97c841b7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd0535f5647493ab10754e182831803ccde1575945e25c055a7feec8b8ea91d0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f78d59ca95f37a04f1cf8da3b7449b45005e81be7f4104ac1123e39101322996_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:41b88beb6b2c4b698c9e32a5327d885f95958aca12855aaacdf6c37828800b7c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ba896f59d10345315e34561484ab181458e32848d700ab47eec2a324b478e745_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d576222bbb75d0028f8d35015d93cddd4ee46e33f4d350e3bef9a7f3ef3c16a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d838de0ed47119c8523eee00ee2937741648c7457fada89b1d140a9739af3f16_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:052c5a061467c8894a651354f13d8219e25ec76cf86eede49e325374f10113ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6871bc02667a1b75b0f114c77b3d54ce92c53edf9da9191c0faa1a723ad7caa8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:928f2362cac3ec64450fb982cdf2d3cb5deb734b99d9a331217f137904e95264_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e67d248a27c3b3a6a3f27a57692fccba4291468b9cf05cc4ade16212777295d5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:05b07163280e412e4094d2399b78466c09137f91338802930b99207409ab4436_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0dd3eb0518045a216c8af1ff762a1f949b2d99ce1a1b784ca5fd25b0ce8c78da_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1de0d777fffb0223fc4c33850be9248848b3e99e76ba6e2480da6d91d8435f1e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2754dffc27e0dc8886afc00ab7547d9cc1c7d2c9cf1d4c672e1fc3ad16c169ba_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1aef875429e6fd39a5502cc282df381c9b3c25b43aa790bfacd940c8047cbd04_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b8eb145df77c917523d982fe0c2cd7a103a2552c1faecf568c9929f7b3d3a1c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a0b9401485189e8ecc714bfcdb26695fcc8eadb9af92fcf9be50018b5f9521ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c8c352b077544eb44ce0b438d6ce6940a421bc54db59e571f12368e04459ddb8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5ae91f81cef3e9e2f1f57a4c4d1c97e7f5d433c83e9ab0ef582c13bfcab83b28_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7615706e5c0fbbcdcbb9ce81e54e5663a45d0aff99c9c7b0f9cbdd5b51e6c028_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bfed6dbbd85b62b4f8fd2103f298ed6f2f8117f36894b3ad41c7b7ad3ad40939_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ece8ae115e98e000852e016f97f4c9d9a4c63a89a07db123c7786cf238a5c724_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:740a93c3ed894846400a43d0399a578864787bce388969dcb6eb0d57f09eaf74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8e6cc4f53d1c226528f251768ba3b472498f65e37e369bdc75d613c92f1c6343_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b966a739450386ca8ead5d257827e089937ff2f1adce2cd0595c2955445735f7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:de1d9919af85394decef57ab909109218c3e1e76acf3bb13b3d9198b32e81b1c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:74e06d261c764d7060bdd62adaeed608cb32d70e39f2680ce21b9a41f1c7d907_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d817670c1198da60922a70d494b157a82a23741ae120be79c5d47fad940aec42_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e57d47c830014927f8050b2f75861d327b4a6a7aa585f7f8c2a587a77c25475b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e62bd389fb6046219ea806796fada5042e19b2714e866d44742ae9b266def7f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:329c19244bfa49eabd4621cede01253d9b14b06646486ae1da9d0c7e1f0a7775_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8bbfb3d019dffac460a71a7652ddca6fbd11adbb66cfd724ba3e439c89954843_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e8a0bffefdc282ad94d2d2e3c2e9127481a576a4cf97cd96506a4b026a0002f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f1f087a31c54b031cc50143f3d8714785ef23aaeabd521b140797d7fca58b813_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:17218208de28296807c21f4bae67c244396321a2e82cf8b6e937997010d15a53_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4127ff8c02537149c33a52e1f625cef8f0f9ac8384f9e665bb6f56b5f93f09f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6e312e9c24bf31838c1b402b2282fa882240144e63501793380da55ec3a4fdab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:84973d89910784592cb601578a7bf5e72ae8bd94822497ec6db5bea029690a01_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a62cd13a56678d5669c29c76c6044b277e9fc800b4c2d20ec0b4a9b651ec65e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:21617717102ff755f18f66221c52b5538badf5418669cd5308f69842913d41d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2883486938e807987a25712543b5b28187b5d436c8b575a6a005aefe2a15c2cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4163b321fcf2b45af9a9c5537b02057588bf9b12c58d443643f42b7ab69db441_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1c491aad7a531156021131952391eeb76df882d2fe6a75d494a7fa9101d374a4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:67721b622a6219fa05fc731e4a492fbd91040549287eaa1f85b6bfca2909440c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2245f57fd7421434e8fc01c7798810dbb69df1cfbcddeb936e8d4062eb7f546_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e1c6b4bdbaf3b4ab0c0c47ad6f7f36e4fab53946dc6ae5ca36c18bb6401fe376_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9bbd7b1a665d8292af7b9dbe440e3b5e9a85935e3c1979dd85ff5b5630c116c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bfb03e32e43f17abb1a711037dba0d428884d14a9988466d7e0f944ce152d4b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e9c7e6bed82bbaaedc1242caab16ed15bfe5e87fa1c3d98a8893bbdede421413_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f593110f4c3c8642e81ed78e6adba329b12b7172b5dc6de20ca2c6694d36d6ef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:354ee234566f3141d68e419df4f9a141004f8ec764351b6910b6ebb0d0acbac9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:49c8e94ecdcbf82d160389b2a61d117fe89beed176536eb637540e2a02f98bbe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4f2acc152319413c464f10047915471cf3751f181a65e96f1e47e722f5668fe8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:778d227981e6ce4b1c19461f2c9489f29c6d363420875685fdcc284aa63d9702_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:59db38f53080ab732db2fbc366c5e8467308fb8f1bc00c4e654b25529a6cb48d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:71ca8c3f887c7de9628aa496dcc8a72ad28126cc61b378070aed4f5d2914fa67_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:72c13df0b819ab4b0e60eb40d636c34e72918760c6e635a39fd847d6b0f9b30d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8003c2e344544ae9140b31180b6db16067aecb0ad1715598dca40f7b651df101_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:058b16a7b35c6832fabbf5211a1e93cebe857858e6c1edd301052d7a0c46717c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:138eb12e4f5b7b3d5b4d07d95797c191d5ae76755ba8d2eadce7613ce5ee3368_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:68bfe5f6851eae355bc38c9729d4cc59eb1957aa7649c5f0d37a40a274b76e91_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7432171ce2b51b92ccf73c1e411e439b2b615f05a9c4eca4c289c3f91bb757fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d10d0d1857697de54b0e363cde1d43d9212cb5d151a59d489dfaf2f19512c24e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:da205ffc529d323933aa6bfecbca7132f803acdb00fbb92e11cfdb426825450d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1b29652ccd1cb90c60e3f84f1af53a0926cec8fff291e1a1824f56c5b09678c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e3ce2423fb192016ba0369860fdc3f490fee48cff3f2c8e84d0274fb83753db7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7b9dbc01ca36004b18084d4ddda2bcd827ecea95d27098fbe704c8b18fbc6762_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:c3a065df60facd399fc855b14d3b8f0bc64e44c1ea2da36231eb661febed7048_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:00dbf971c8b6835803fef25c3a51da815abc6ccee527e995d1459a51e831b714_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:14cf39c197d1757369c7ba31060da43f9a30a230118e85774f8edfa42f81f5f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:978ab5f2513e13c2fb89e4559e72fcd68deccc1b6b8b829a3998cc1c8513e5ea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0d0951b0f10373b8f3e24f79f8ac95b18b402837e21e6b4d5feea790538603a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:03769240e4f16b0eae34fa8647c0abdd9fa55b8d2537ba85fc96691167a7a9ab_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:37233043ecf3e3d28948cbe66a368dd6ffcd0559e8ee1761ac29fddc831af6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4220bbd2bf43945ed2d2767ee179f438b15b2c3940f5a1a42af8338bec9ba81e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e98d0434cbf09c37102e3de2db2b772512b3000ac71841014a74592afa144db0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:30d625a9f21ace89d2068ba0c28fc7e30059c0918e68e3a37bbb68885e31063e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9984cd15e20d0ecec47ab7611a39fbf676ecfd41111840478e9cf6cf3293c7ab_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a2bae7fe9e571f705143af3af3ce7919e29a1ee164e747882a0d3ad1f225b0d5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c15f57637828c096b6351a4e51c5304e92a7209977c670a7164c33e7968b8b87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:102f320e672e9fdab885466b3b9e5b9a334b531221903ffafd5b4f670659848b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3dfe34fd017f3b3e6b410ba7913a5711453239d7852d5729109c24ead31897da_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5218a2b15c816ba9dd35cb8ead2fdd04c58bcf57e6b1fa98d3e8a6a20fac5687_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9488d194054f3ee13d602f01a4f7e7d7ed5566d913e5d0f542c00501aaed586c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e73bf8858eeee1f40cec5a05c8dd66ff6748e0f3fc64a95a18d8d86d354f128_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72072495ec11cb443cb5407f06c45bcb7c34cd71e49f19e7f50645f1ef485e19_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8a072557a1826a519ac8e6d42a056edac26edc3a53d8eb2ccfacc308cc0770f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:901569c77758463ca80673c2821feca0d6b4574fcf454b42abbed4f319cb7337_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:20d0de961a0c06d73326eba220fea2cfb18e6b6f980a846effe79a1b146c39b9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2d4684e9836f20ed1391f13e77b35db3a80264608f196a5c15355db7b5df1aae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:7b90fd5f2a8ee2a72f9a35c52195998a543c294781426a6d6a1adf8a268f668a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9a287a7fa8900e43258e22eb9f3ec76d03c89863c9a01b704a77ea0c131b80c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6e942330dd6ee7b85d555c2f6f0b388f613bb85b13cad82a321ba16e34ec73c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9020f01a3ff33d4d1919e64eb9c5a59a44b53fb31dc963bc261ddfd05289bdcc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c45c16a942516d5f3a0cfed5151644d22c65757c3d532aedac38af9ea12c2ffc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f68fa26bb906d012adc744875a309a40ff5ea7b3122b4b32ae2d4caeb3bb83c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:44ceda6b1fcfffba8c94bffb0bd2bd5ec84f7762e87a301884a52a7fd8f6db63_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:640777070092bbf75c51d4b12d33ace8999fb287004b17dc02e3a44e7f4ae79f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c9381da4efb00e7c25c9e86ffc116c0d59ddcb2c3552ec18bce02425b5910791_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f61210c60f13314315d5fc056ebae481d75b8d1dbc0eccffc1b398d036e02698_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4baffd15fff32a2bab6e81516989f589c5c89267b1e23d372e356b20ef72a28b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c3949c3b5b99e50a71050df6880037c7a74ecbd0f2f3b53b9b8d8bdd6cac0eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c6530497a5ee647432260653cff475fa41c44f4573539c4dd38dc0ba3b612393_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ee6bee2b4bbe66433814af5c573c59e6f3728378ac700428ced7a45fc9f2fac7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:00dd38900c9ada199bc8d4f38f637e75b88f50bc34885054784414f77ccfef06_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3cdaf0dd6604a653f871228b25095c28f614adcd6bf06fdaba63ab1984e5133b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:942f282cf75b84e094539668b9387ddbd13067fa6a2cbe8e76c9682505c91a79_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b17f4104ae616fc18e48afd737f40ff969c01b0995af07ccc345b376c9307891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1e3599193b910914828cd4248b554d37e4c684faf36018bfe862f9a9bb13a1d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c5597d476d8a2f31f3983d7a57cdc8b0fa4ef59805b3a7f040bc2f4201817b99_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d3f422552502ce0a542ebf97e3ccfeaf62ed9f7e25125d6486a077f8bb8aae29_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f5a2f3dee12266481ddc1aa68209c9a99d653061ec43734ead69513ea5132081_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:01ec142c0d908f862ae7109339bd2675444ccbf6dc70c44a4ab4a60ed5b52156_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0d7c52702a3541e76f9cd38b1eb5b8ae3380253735572357bd873916c3172e66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:86ddc0c22dabdcaaf363d15a8c0069dc219cd6c8cc8997a064f38b6d52f9077e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:fed3641a4572b8a0602a71d8d618e30a5bf83ed0060a75338269c26be3037e31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:20b3ddc8bce65ebaaf64bd5fcd3b2f7f80b370ebb62e22bff9fc7dc71128fce4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a7a355fc397679e8d2f4f00893d4db34af42ad0dff2d85baba1633af798cc763_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e8d87fe6380de772f38aa0ead0149615a732547c8423a525ed815d714c0c27ec_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0d28383fb42c8d3905169a8bf16e6d394f29b8d1e92beddf57c9662a88542f27_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8faffd89c1741985d08f7b51dbfce30aec4af6f7121687e9499e7265ce3d6b39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ef23b6dda632dbed54b45aae54fdfd5dfad76ae60c129d95774de5e89c16b951_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:39ce4130cd982f5a88c248fc820d5edf507b936b9c05d803fc3650dadac14c6c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:912ff2639e7712cea5e2e4fdc6d5c1236c1f2374f8403178f57adeef40613dbf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e9d5ac5bdc6cc958fbe586de8a78ac3960e9db3f0ad7638a64354dd426af2cea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a77dacb28d862dcd20f101adfa18f0022f735287814fb224690f159b58d18e0b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a916ab4e6fec61ea140df5624ac159a566b6a9f1953b2eec2e19175fef18a091_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e703a45143f2f4977be2351fa20a0296a0e11a8109091c7aaf86d835673b58bf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:0ca16a4d0b9b6af6a67baf917fd7d0679d1c2e56785d127d1aac75225cea2cb7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ee5cfbac6e27957dcaa120512a8fee463b4fe8a24847933d14449b87d6e1255_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5c4ff05c1cbd3603c998255a268f97df293d8b7020d5ec70226621a3b3b3ace2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9e28aef8c855d28d7d8e16bf26b20e047debba42747d105528d02ab1bceb4531_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:13e67d9352b1a1b8e0f9eebca0db1722209eb72d07ccc9241d0abbdb3bb89c76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:62fd7a8a8659ab92d6baa105f6917b31969c18f5f2be7dfa52b95f55a9394e21_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:72b04a33634dffc69245d23ceee3f816c6dbe7f14fe62487e826ff9fb03fa32b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f323dd66eebf111076039d019333e92972afcf796732001cbec73a81f9319947_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2bae39d98cba7dd92ce076fdc9cd3132ecb03c72e79209efdf1082292bcb30c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bae2eef091ede6aa9f6e955b1e08dc944e77b3077331f7f4821f0455ff3d5b51_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c09974d6271b6514595ebb7cc64c504dd90567070e81bf916eebfc252eed4d6d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ca137b820a6edd849d6e4587b542aeafb2180c28706460786233b6d69f033890_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:266f23b9d3058866325fb98097356422b10bf6c8a9b3d9a56bc81839b4b4ea3f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3b17a0f069ce28f317d3d26ad87781f319be01958bc66c80adc5374558a56ef7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58ea91163b69c7fefe2c40a3934df54540191bd179805a929a7ccfc94b2c0831_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:da9686ac5a0ccc25559a3a0771fb8a2e9fca49ae33a3169f00dcc568dfbf1dba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:65a366fc780a3942d9757247cdc7def9e71273ccf828bab7bb0098b6f6ed19ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8ab03c9d222e1a373d1cc6eab06e444c2355e375f36e4f5698ead76bbd707c4e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:28e88cbc8a1dc0e37c9bbd388b3a691ecbafe221a2fa2caf4365e9b7263d9206_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ed5812ba145369c0c9959d7ec346d46d022b00042e69d83b4184a6f48ca792af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4a7ab61995d3290e36791ccabe46a29b499b5232728422e6c24711b4fa4d592a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7e394fada1c6c3c28bbb391f318a1f717ff743c7ed34abc633641a1d2960bf97_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:06621ca9cb2f365d3764dd781fb492c1283cec81fecdca9a5e10201ad03543ef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6970b73943c27964df5975cae1a292c6e7edbdd031a429c728c7298aa128e12f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b8ae2b4dce670fca6d613d3a1e9f3570d1c77504e29f05bfc5ae9d88d7991307_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:6c0b6196b8f9e0266f25ca2e37284f68c1f06f0feaa25574b083e4e8cd4c02a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ca0e4a1f87e1bb6029d793554be2c953f8dd55fb1591544015f8dc8a65373af7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:013a855b2a847be9c7e57b0690aaf165b35baa9f1fe351d35a719b0a7b840490_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:fdd18f19f35a5b83c46ea3b20cc0fd5200a65a7037d567da67eb1741346983bd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bcf553df3b692d5aec7ff55b58c87a5170d1eb778e15a62ff43def38041c32a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7e861956b9376d477d59eb2c5f595bcadd7ca46b608360186cd4465361c4e884_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9d6cf598f5f75c6f0ff8a82917fa3a3d7d278a460e15666a364931fd271c05d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf4cfa239d019887fe1986593a63102525620018322935e7a6cbfe1d5e55e639_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:2d2c3756c9ffdbf93f2570e30191e2f387a06097583186f3191b748eb5017c36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:62e69e5662dba550b1e584a193b3fd70e036ccc6714c7f69d091d28c2e6a1495_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9270a8ff2edad2d7acde9c7a1c84ec030351938512e2fc7981aebcfb6330d815_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:def985e97d5426d36180099df42125e9c39cc8d206e1bc54c4a38ffc2953ee38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3709c662fb71e46f26c27993388e736d6a4974ee17861e447078e22e1cccc185_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8f1abea09f8a686842633f0243e5ad462dea18c305541379042347763c1df557_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a81a416cda5bf5aeeda421afae470b1ed3178b0309c313373ad6a2467ace4a30_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:dd66cde9c261e4666820c718a1c4efdc055c2b19c3d1f4cb614f3abe2e8f27c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:153998aebf252abd79f680dddea81f4e35799b0538053baf02aeef8f6b8ba742_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:30b751bab9d80773080eaa80e5e1c55b851e153ca0b83d2071bbfdc6a4cb6caa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:cb8a6ac71c368d5cf3779ad48b3faab80290c6b5b26e1e73ef4a9bddba0108aa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edba2471c3183bd561f07676981f4065ec478de4c07e8cb53b9b04b6cf1627a6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0f96c74d5f8d8eb9611be2fb046597cb774927c710ee8b3879aa606060d71fc7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c058a9685be32bebf22d126b71cd659fd218b5d230e1a04899bfc00f0b7a00fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a39d4f99cdac59a0c0e6c7f48209e74cc229bb2015faa9832a7be3ee2917a70a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b50f0db0b7c55868ae41b33635d3b56ab545a12e77eb13e5e480dabb722c0797_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c9cb451aa7bdc1d683eb6177274948d19139c63cf58b3a30b9148cfe64f924ff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f654760cab7af4db4a5068c1070a810af22077a3159c3b797e41954b77608992_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3321da2c0354d937133ffe5ef5074e94e4a73822f28a003f2d5b71c4ea239614_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:adfe810e047c891c8a9809a732ceaa6acb1b2ac9ddd60e43c19390eb442683f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3374f03e1b28198008bf56514db6783b88e976dcc2e8e6f08d2d2c2c71feb8d4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ba7f407bfdfcd6f41ae16dc49313e6b282c3e844733abb2e41360a6d0994a8c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c8bc2648558ff854276c85dbffd8c07bd806ef54f1e604eacdd8564a71d2c460_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e8452d1e45be67158e63308de41bdaf43105be4be1cb1256efa534fa0abada3e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:70c36b8768e4ccbba9a91d338c568c5a4978959b36f60977b00017aa6b6022f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:81f042dfe236c4ce3412e70808e364d3f3531f8b069f7d62722622ead44266f4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b00b93bfc4c496af160bcc86f782e3074e9f215cd51d52a504b5705fb08523a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ea288afe2c66cb46cccd27c38c9e906b985930761df642352c7fce528463c860_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:41640b950f7b4576d1af406eddaa83ecc8968284b59041b065ab57aa82ebca46_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6653237e916b6d1e79d45b0c550d374a4e1f4ecb60ef09eb3d52fa607c36c732_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:816527f509226ffd1abcfb357bb70737e0377f07a0cc9da545b6d5b9d7451b03_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a8b79f0c063bac2444f8521fb49541177fb3e2a9a7226e58a4346734297d8ecd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:16965aa70f69d12c738d0ae6c6392cc64e8fd4da00cac0c362bbb56a4b327592_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7b14439bd697c626a5b0ba4c794aeef6840fb120d25de5769f586b63f5e8c21d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9498a0b32a368a487ba210dadd6c83fc49dffde7d70eb8c37fbe33ce7ff55682_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:abfac5af957f2e5ef2ed5cc4c7c026908f1716b3feaaf7aa7eb6441eab518087_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:13e6cfcc7ab587e3f3f5015c3b8bf467d7563dc2d53722be233ff1d85ae9cd49_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3958156fe201f7b059417ed19f2276cbd87f6c4ddea5866966ce9f5886228e4b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9085d37fe1a5d3343a3b8b87b76a61f244f92364bc5bde23e3e1639bad73c819_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e23af8d94203ea514494841ce51e21e9e16d44beea289e75a2c34b928cc07893_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1caae9280a77802b59c36a005dc6e205aadda4a0a00a903730c124cac1ad060d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3385bb4995e49cf72cde1871746b6189d1d209081cffe50995588adbfc2c8c15_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4008f600f3161e71129cc01bfbf6c5d8a3fd27822047f1dadfe346e684dc3166_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7e59dc2d6b34def620602ed39be739f46d03df23978b22a18a890066843e31b7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:021c425fa68df6131d92bbb677573c12b2e6bd59109312de9d21c408b0b16cdd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a9cde5d4ec7a86753dfbe7e5a8708af7cdd3f646da6e5bc75a0a00313a75d63_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:28971127a76ab3ee2e53a3a27c27d0188ee87a55e68fe736a840aa90764ce975_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7257eda6b816680a3583dfdb4c22018b801685074daccc987b97914c3cb5164c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1bc5323614e43b8dd150f7ac7fb873b7dee0ceb4f967e7a92b1c70d5d598a30_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e2fac36d1432b3667e9943318d2ea43a3c3f1c3809d51bccc0124debff692330_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b2765dccc3eb59e63179546ef022310727628b8ee821da97d42523caefb83659_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fe6009d056ffcaa503e1384b188495746d1653f06bf1463f58687c2dabcaf5c7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:29971495cfa61dc31d498923fc8bcbb5b9fb9b9b08fc10a2bf4dac8190edbed2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:422cbd6dee482699ce334c69f4cf359526b37f61447d8ddc9a1e783cf5797c09_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f414d1419790d08c6feae5a56e738a57481c174faa2106721f6ad5230fedf57a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:41a2e6488343bbba1b487e369357e6a66ca21e57bc0b4a53f714e75bc760e8e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3aab7461fb737236048ff061b7979748d8a30227654b5a8e2448c7a7bea5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:84c90e09590beb2201a1942fe58e47cc93e1347894ad79706b2d2be5afe493a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c26f3aabb772844192228352ba4f5c5dc64eb68747c3569e034a15ff2e77dbb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:20320da2936481e478c10dd7bdd364b77efdc2780388766c88d7cd485e76a4a9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:76e48fe2aaffab84f7e7e1762d0ba9cb8be05f529fd3e2e8adcddb065a8fb7ce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d15f09050abe53bddff206574ce5319490ed63732ce85876fd47bf352acb6fbf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ebbf0bff2ff1c0560da71b067e4d239f50b51deb27b2604a5826201b2f3d1113_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:22c5156c1fca340012ffa80b5c108a43dc305c3d1cf00caad840c8a7f295d8e3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:857bd392d78fecd52d0cbdec20e998cef4d23e51d4df4a28051abe2b64997fce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a1672dfebe033c4425eae8685099792eb0961e2eae66d824e9000843c4a21221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc3fba4259ecc041fdb3a6d74573907aa33e5c14446cf40a03b89fdcfbd7d2b0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7d08f80fe2a096b2f48a4c0b26f55ef420324dbad50e80634301dda7ec559c18_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b917d823ee4271235ed637673f727a91525bf5786e27aff7b452a6da410d6a1c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ba34a0e44d6ae7a9f34f32140e77d5123bc9be6e845f8247c7bd7417fd692134_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cdcd2fe52320aea18584d9333db162245f3dda12017f11aa73cb1e81b008959a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:45fc37a08ab295d81c0de16b327cc98bc5e784ada95695c95aceb56596304939_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7f9e48b6a06e6e2e1543e96e5749cf243ea8535ebb3386e16938badf34070617_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b880a425adeceed5d62f386d574fd3cb1b7fa8253271afff3575d9667969ff66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2e60766f06cf26d4ea4d083fd68322d494715307ccacb2f01e0843be3a6a893_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:08608e66dc84b9eaecaeb540308254ac998b33816c089924d96b82d384f36fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:738f03078222d52943dde03fe41defeb7615af11cb4f8fc43ca967c2afc3f0e0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9d92dc54235004733c3440b8eb4c497d0c97205d9f03758b84af340ad4b9a068_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:dbd364e145579fb75f8c25b6d5f9c90f3ee7a03c1a23da0ea2d0ab5f8fd73f59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:88710de25e7a5146b468aa223266403e9251afc0ddbd4cb813f6d2e91c8b17c3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cf4c75f710db1a26be77cd4b8919764bb6997f6243fede69fe8310ff7fa568d9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e0420d92c6151f4f9b64ba218105b3477ee30deb04234ff7f34717831c34403d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f501823a3c27d1b5bccbcaeb463647d775db48dab5ad47c7e46344f0209eac34_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1d4fb509bae3d60dba09db60aa021fccf57814622d50dce2736ed3d874ab53f1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:4100483ce23b90445a9f218d1435df42c081238db5e61048db14354476897617_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5c1b4bb7c281299afa1c2046d26f2606cc1e31ae80223215300b945065dbea85_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b3a4a0fb9b5d564c5a0525410688b848245971fa5b3a431bd6bd9527303ca8f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2e6e196f622484b8759e286acee0d64c9885fca8b45f5bef555984254f969295_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:4a7747327885e9e13ec93b66adf83e43170bc5e222d7269ad34ddaf1569562a4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7a3d67f34b138a6dc3e7a73bd8fa01d44e5e27bb26f3e3efacb2b798936a6bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:843f7875b8ce6f256cc05932cb0a6d07de31f4f2eaff42ae2ae688a67a120a3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8584e1c4911f63bf476df0c5efcdd3decaf0fb4cbd1fb4c430d5e0dd5cf3972f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9a944f0ae22157d54c99134e3ce72a00e5578c0b2dc8b8a9ecb4cf12c97f9871_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9d9c87009fe397855424b8310404bac6f17a95824815c5b8f5b4e0adeccee18b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f2a3bce00786ce4a7bb2678f9da5437d99d85cdc4c5da3a7ee7aa3992d4fe99a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3507c99271d4c8fd63e0de6abac1b52885ba1aa53f5941854eeeb1d2d5ad32fd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:64288a1ef853ade5b9337948c412c38ff82d37b3eec4117e6a74adf14c9cd61e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bde1394874892df5b6ad35fe5341f6aec7ab812e32e383a3f3e03bc7e99ed214_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c8908b7417bc7c02e879be54c3e7caea1c4f6ce772b94c7b504cc310b5b0534a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1689ebb475fcb1d8021057f26ef090534fbe210716392ec68bdeba70774dc04f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:57428c891e72813e82f76b384a1bd76d97c0db8c174b47aaaa22c82c2fc0fd9c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b0e7613b2748ea590e6e31818a48d5d8685fe410b105c342ad0b871b9df87f87_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ffd8c8d91e515cb359d849ba9860ad2efe2f2c8acdc619ef1ca812de8722ebb1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0148c33aeac15cb3abbb2b850e863c30f089a39619ffad93c00e8c9d44db3a9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0d3ace6a71014b4fcf273ba1128b4ad3d8b8e3c8c90c97dfe4f9ca19a07e76d2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:67adc5c445a9f0e91cf66341d23c4469ce5632a939214d663a1646d958b8e567_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7e28f86a11a69a4c0ac2b13e6fd13874da779d01870858fe07dc02574f74c596_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2c94e8c6e1e595defebd226e6d03f96eaa453bdab86cbad80f90000ea528b7b0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:358053cc0f8f77211c5a96d8ea498ac18f48ac1066560a0c3dd1218c9a0ef505_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:94d91967acd236527cfaaad5a40bc321d6ccbbbb0417161def6473416cb25cee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:be73425000dfe01b43a71457d0dee0e96e8218fe42ed41bc422ad379af119195_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:539d3fe1bc1ae12161c29a14b50734f137d1cdca0ac3e3d9ec5e3e97168516cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7b6087acf07796d0dd574a7bae6ba3b73130509e8dd946ef7091e82f138a6c5a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b84c27b68fb5a9da03e4fce66cd32a949f81d670e39cce9f118087e35cd3ce6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb966ed23952aae325c83dee819bdc4be0186f7273d340995425615a9bf35630_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:161aee19a7928c6eb12d1e1ef81b858c51eaab2eb2ca15573ffd2253c923375a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b923868596c969e37607e8829bc7e71d761b8b89ab3ad2446ecaf3d0d9e655ec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0fc187d00768a353869c2705d08cf350d84d34f6e1099762eb894b0029a910a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:22f1727d3ff5e4bcf87115c8e704206cb7645e4b1ee805f2ec8a12a98a3f2da5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:90859e4cd9e495ce7816aebc9c96880b04bb028fa6403ca55edc7d0c0205396c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cb0f3921a85277f485c485ee8f3fdff81ff37af3535b08d6c1769512b30942a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:75f7e28d7963cc0a975318371622a09363c2fc1295b561b57e33b7231829fa91_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:845b7945e15bc9eac1eea68a686ba748a11f6234be973296fbf5fc9dfdb56898_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:89d77072d59839456f37f903fdb36bdd281d696317e384ef26df3e0352500a13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:de76a545019f76ca93ad00c84fea7a16c869370c56af9bdb7823bd6b955a9b1b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2ecd6ca0d28da9ce90dd0239f1fbb10c6f3eaf62965fe19c0416500905ac7168_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ecf5a237cc1db0037d01447b5c3b1e0b3047f1c70e5e522bd8b0ca73a5f32d0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:cb1f6672b11384bc5f79eb5d9beb72b083e3efa98f438b322017a87e07621cf3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d644e7d4d6196ce63aff6fda2daffe3ccd233dee95b959285a9eab822e6eed91_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:114c7c4fce9d44199549ae5cf0f3c0756385b20c5136154ea709ffd66c5658fc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:73b10349727bcb4fb13479288392cae9c2cba3d25c107c42ffe9b66052b9e0bb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:ba02f69d1f19511b73d9fdadbda50b47ef7ccce96b129864faf7ca19060a2fc4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cb0e2a015f27cb937bf190b92d908e757796c72139d9a48a4cabcbda1d34de66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:04bb83eb940c826cace8b684bf5e6074a0433d247b03142da1c4454050e026bb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0ae3d12dae039c794f8c9b2a531f79d39b5770d82c7cbfd7bfb42ea76cc15809_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1c11aa8637ffea2e082703395b5cae6c33ee6bd123c35bab5c3e8cabaac87318_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:43d35de601357072345c43118ef1de666f021bc64c8981618128caada3ce3fe2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0ee80567ce8ee998d883bc1f663e687eed4d25728445e72e57b23742066ac9a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7cd39af0f52e9685f924354656eeafd5fcced5eea2a9150e6618be364eff8fac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cd6ef8a8de0b7633277acd75f944a2430157459096de905b11ef179d14a985f6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e331ccf751022756f411692d13bfff97ff7dc96f4e2592e44e30ea9a0a4cc44a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:48165aa76fd0437f3b3ecb79b1ac45473105b15891cc79a129f565817ec74013_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a2ecebaa107b76b7fdf45966fb80a22a50dd1ad9b248de072ddc4f7dde0fc3db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b9c1ffa9611df38a498ef34a11e467a341a183242f3ad191a356fe3f6ed35bd2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e8448149704725db36a13a01f94e18b902f71cab5fe8d04289c0f3c7fc37b3ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17e4fe5a699b88c45015fada02a9c1803dd4610f7055d48d3e1a8e0ec50d0165_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:52ed5d6d4f5531f09f1fb12c1e46d4ecc5f53407af7b697b40a3b4ae1fd369f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8dc4efe5690f4a3cf5fa74431d6f2f100ed7b7e056c00eff88e98da264eb3fd8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a96b87e33095c653a9f6f820008e798e194a599394a48a7eb2d377564b818f87_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:50cdbc2887d5d8059b4e617bc7e532ce474321d5e4b9bb90fbd32656f2e407e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:52b367a30c88c66ad5f44fbd234bde80b309591bf1fda9e415c038a5626a4972_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:98730c928cd3bdf97d2e62e686cd7d1dcde2555769d5d0fb067fc1eb11ae0f33_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:acfeef80e49839102125b43a73fa431a67c7d1ff9318454b63cacf8d40662424_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:030a6e17a82050de3f3c48f0407268c4f2671476af84e990b63346004f64b3b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6b5eb978b8b2b78f98b36fdaabc69574022d55de905e653fcb2cf79debdb1f9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7154b79c119ee67d79ee9c31576914298d047c2d8e1abbc1bc19ecbacff01ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:df8595e9c221b6ed5856283835dde8d6511d929a0440a669989930108363b1ea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e715fed4bcff7dc1559cc8e1d72c70747fa985a9b860597bef0906d7eabb89f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:349e2a46b87613a936d27586b82224b253236bfbda0006886c93d7a3cd132a44_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9539426ea025e7861aeb405c9ca4e33cfaa66241e2585df3f5bb2b242521a7a0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f7b36695d66894c77fa3c701fcfff84bf3c98d08e5be2ff2854d18dde3536042_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:38f9fbc169d1fb315e68bdbb8d928097098156028f0c1b5fb3853cfee92d88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:55a68756f9fbc1870256c1d95aa97c14a53dea071229ac21e2a604c6cbc7b48d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:75f742ffa2045de8da68faf4f835685a010a19ad099172cbce037c64374a55e1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e122e1b979948cc29f6a09b966efc7f30e120138cc89932b671bc9b7283caf26_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:07ef8edf9493b61eb3635e458cd770b15bce6f794d01569e21031a256093870c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c9e253ee46e213e870aaa0ab8e80a3857365ac6c352dc8d561d8c3a1b2bbd1d0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce88542ec4f84ac57100cb897f4827d7286c6c144261584d2606c60fe83e8fd7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ef04f704db2d800b7d4c98831bf8c7fbcad8a55d93530a744d25780f9fc58c30_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:34b399d922ac9f156bc55948b7460af6ecd53cd57e31f35273104ac687e813d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3acbfb9709b51a708893a5b08b5dd64464d6c9c1f7950e30caadc6301c71f1dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bd350e0e32f055467e272d56ca580c8bae37fb5018d72eea116c97dda600f16e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cb80a67e4e97c1800bf2c2580dbb0a56bc88a4c175c461d3db76ae01ac88d38e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1bf326595f9a389789409f853851c1688019b89e958b7b9320c2c356d7a5aa2b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2dd4c98437553eceab248077a179750a55f0c97dd1f92260d6c1c7fcdeb8bf95_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a4a69a73e38da284fff9188d00d66d1fcbeea93f8fa85d7c914db7135ec6e918_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1565876ab4f9468aa42a636eb75d8d529a77535f49343302e7b55f072b236fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:036086ccc7b3cf715f337cd62bd2f4ceacb18a0bd74ddf3088bb1c82780573f2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:20315f04883a7d51f13ef2c20e5c929e3095a0bf514f0835ab2d105dacd5df51_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b6d4ae16e1d20978d2adbdbdf4faa9baa59eecf337a3e65186a55593ddd17456_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d648d9c2c6ea6e18438b7c84c141b0c4cfeb8c5c441a0a55b96a5b1c3e77afec_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e370221a5e4a18f60aa3c9438bc66627b0735ca17b5c1119ff9accc0d26af36_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:11995cca9607057d8200667b16ca816188cbc807b7820bc776d3a9790e9b8a21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:681b7e341940c08c2ca18dd15e500dce77881e9eb28af5e7c59b3c0a2fc3fa46_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7c4484bba27c132dad0b570f2f4fd6fd66bb335fa923f21b41eb5af12f4deb98_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a2a42e910c0e4f8dc415df024ee8ffb6c7d23a6e8cd54431f06ae28f31d9f3c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:34e056d7771ef4684b233739c99e9181fade933b0aef87f6545be5da3aa4a7ad_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a8418f86cf1ac4e51937c2b97ac7a5f2adfe36be4dda38e425d2cc004a0cbbf8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ec02a40ac91bd42b6c9c5a32cc5168dcbad14b206bbe3e36b3571bb717ca5fad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7e441b0c7bf47839c3c0df71a41d00522629d451434b551ff1fcb7b73e28c6c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:92b31786ac4169fbcc2359470639469f185f8296993ee8fb4483ba0c39b06469_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be92cd19b4bcde0e5e912e4081ef25913528488273ca9ece533e0b4839e3e17f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ee9bf22ba0cf879afa66a009fc0222e0c16ce1e4b013055035cbbf186dd676f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:176ab84bb58c9455d8fef13365059317b224cbe5e08ae95dc11bcdbd4a0b88da_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:689b048fd7654614bf013994fac36310c16d9ce1996783743a45bb357a54725a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:23c1bce0496835c8a79d97b6d42ceb5902f0c3141a3ce5311800fcf1151213fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:53c4e8ad9078172e4e033eae5b4e40ca0302248ec51123a7bff85d7b7c66550f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:02fee662169216337e150ee63967e27328bb16a5a580508cb372d7359a3612fd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b22cd721de53cc0ce2d4aec2293e49e963162f6e94bb925cfab6e1da0bd8ec3b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4b910370c2d871827c4b9adaacad4dfd92f047b6870878e04bd992a26f99ad2f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78d6c72434d8929d2ac8963530bba2cc5195b0a748c75a8d570a6734738f7d78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:070542394dc2e46a8af6ce137f457d849dd3ae93607fb0b7de35ad5d7d1350f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3dafb52fd7954f505bc075643e54b0d2b16d73d3b3db763e37aa9a775ee2f161_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:70dca8e5534e53d5d9e12a896f2027b0f6655073b51b81af4604e6d535fa1047_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a8bff78e6a1b04c042a77c0a18294ffe0a5a98ff7d6d156b863f16eb2c84be7f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:47e9c7a9fe21c4868c584b62b58a0b2cb98c9c1b2f76ead0411c8007869a9ae6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6e88b886751396cd34248c099f15c7f26c9e0f1f8a61cbcfdd02e51dbd9df8f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bc71d750a60211203dac5e51c94a9b72c09995963a7cf88e17921a9985f93dd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c13ae6d1c3ba746048e4e23b1a2d993de2e278095ec9050418cb5afc968eaa90_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:01138c716bbbb84eac7e2871d572e11ecc006f7a25c84ef947fe7a7214483674_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:100624ab64e71c9692f59f49d7b46392dad7b6c62746663e484d22519aa85cbc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:898a8e5bae52796d18cff4f7ad063f34bd89e49ec665dafa534a9f80fb2918f1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b542a66891c970e16b7b7223e0a1da7286a2280994013858301bc87cb7b906f5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:08891b8d3481632f816ac07902af2315e948ff6741edb5ce1970649feda4213c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:54a0f85781a25d05c9e0d045d4787a0bd2873e4d4e1ca222f8f61ceebfa258f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:9e85172d3139e5a6eea8a4356d14c8cee66f94339cdc37f5ab1587c4a8f01d0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd82d3f4696bd3f4dda2438b09dd16ed85d89508351964c373f2dd27419524b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2e9e1acd4b3220a58f9fd15631572e79a126d19a81a4313d83f6a9d7b806dc4f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3d1dbc38a1387714532e0835b2f4c98eeed3269e6b97801ab0ff527e87748a6e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6eada0c560cc534209052bdfa5e61992d22cf3236da6d6dd023f0e15c4597377_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f346b829066c456ba64b3e006a2f220bdaf5c2a151176e83318762578dda785a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1c9dd5189ce261be4a65543ea8a26371ca21dcc782c5ceb405b9aeb11a960198_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:76aaf438681ad73e4a71af5afc5a1611907475d4697444679ce919001f8bbca4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b4e8abb25be3f585b4b2eeeac98729fbdb351737b439b0e4d987ea868007686a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b7938a2e3cdfc21ecfa7fc643a1733fd4bac511b5a84c06e593d7b93dcb088ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:106e2a5fd5b1eaa2166162d96e9834101da33ea244008df76f6504910cb50e0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dabd4bc3753f47564b9f1da5d97a6ce2f294ecc0464efc66e2bb40685d64ff2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:781d4a39b2b531f03f59804edf351fafdd4afba46cf0099905338e42af4f538f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b93b67602a7fb25d1dfa1b1d171561163c30b48fcf9b28f115c2c4622f3a48ea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4cbe4ec6715c56eef3a46d5e522914ae2e83782d09261e1f5b584d21bd2f547e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8c3fd466afaa50b79fd865a4537a2943d57c36199dc67999661d07d3c3edb4a4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a9ea7bac01352c83212f0d153f321cba07727b3688a26a2bcf88ae207be8d4b9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:baf2a0021b89c9b7409dcfc85d5ee0a6db6b783f99486bc88490d925a5f4ebe8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:19cc8c26a733461a50297d5a9699bfc2d77fc1db8a780330e7caae0fa8505ca8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1f5ed970315db65cb65534a558399c7eeaba85e22d91a9ab28712f2f7a8001ed_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:327b81520186a130f2aae8ea1e8249eac893eabfee486e9b21b0e01a9e00c8bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:357d26120a9c9bc605a2c59940af7688da7c4b082f577a5404c9dd6e0b9a112b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:0404c9fd2506af3fbd2a665c87593950ca8739055ec341dc1c5cc7d59d35bd1f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4bb401743e4a8763b6e1b40eeb5031bd226054813b8a234af7db4a75c9fb8708_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b175d3e2974e5efe4f6731855423bfefe7c631f17a239c990c013ad1b9ae6e1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d599a5fb2e4c6d5b6fd838206e1a3b9539604fc1a20107de73e291ed917f5a25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0e719ea7267cf6c0f069a418c64407ade3c8e400fa62ba79b7cde6d5504199c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1d0565a70a8a3dace61b67bd06986f2355bde652eff671ece80a203be025076f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:49318663026057b3bfe77d3479fa7b5f639c2f2fe119b93041e2bdb67757bf1d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:699a1b7875efb53a167bb077c7e26691917a5030b524eb4129e0c15d1837639f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:33664485d51fa905dc7b989b624aa4d9f4230a7eb0a10ec61058ce335d118fbc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a5308a98e8e1d5f0540cf4415c99856bc8b34a6204eb1551843e18507b9a995_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:81ed99852046cd9459cb19b166a6b03c0a348db013f99aab5d430cd215fadc1c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b8d9fb431abd0cef769a30d68af85dac1fc26abf36bb3f07221bbd5f2e8186a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:7b044e940035bc1e0f88c63d14ad60c38f08e65fce4607d8b12bed00de9246c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:e1af7eb476a69119cc8bf3ed5cae563dc5efa74953cacbba7b058bf980288e59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1e02e3d82bf980a09aef725cadb5e034ca6a3b0789d6d14eddd3faa01e5ee7d9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:a71ba178707efcddd6d48558e0727c48437a49bb67701d518b24170fc6a0a5d0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:7b044e940035bc1e0f88c63d14ad60c38f08e65fce4607d8b12bed00de9246c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:e1af7eb476a69119cc8bf3ed5cae563dc5efa74953cacbba7b058bf980288e59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:dcf485379ebab5bfff28c5f15865697c70b784b6ae4a2d757b83a2603466ffc4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3883a1d2b65635db46ff365257e4ee57cf7357e6991f2de21111ba879a20eaec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:47d09eec1cd93bdef1995524f974890827bb6b3c5424e4fc119b6dc1132de367_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:80c2f4cc886fac8997d7da6baeee6a294c07315bb1a2cdafc66ab7b46cfb0cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d7bb32011b7d54a77299f7044ef9508ed420d5846641e830da6ac4a06b59621d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fef95b1f41b2cc99403d755123d0c1190c88926f71a0d6175ab5bfa4b9057d73_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5e61a9ae5fcda07746e81944ac48190bc68a5cc121f366b64d201093bcb2c861_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7fd235e4b91ee80a2ee3544ae22a08a6d86c95d8825ab0c0764de0d003304faa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9663a7ced4cdf572cfec02a19bbfa450441b0ef152ca8d2dcb85a84570c5f450_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d856c9acb821895d796cf36b9420be5217a3a2d230344fbfd63a1c1bf9a12399_ppc64le"
]
}
],
"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.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:22d86978d54ce44c6e6ab3d4d7dbf439706297a4303d44ff75055949e61514cc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:30f5197b2f63c8c50007430b149d9501bb450f2b46c67f2a856c69a796e2e632_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a8529196196664fc8cb33e82a0f01b0619b57ddb260d560a4b33693c2451402c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e34c9dc35fe7645ca870f5be4118079afc9072c548f6953c94318abbe2e568c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:05c30513e43c817c9c59a233679aece6d03f46be150f860c2c8eeb4ec661c296_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:5b1f17db5d25f2238db5c56132767fbced4ea0f6328ec6fef5a7ded3b116ae94_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:73b0b4e51a99c03a8f864749c782a8b4cf506bdefabb1c84e40214bc123b6283_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e26cf2299596cae4fc19bbf97196b477864d887aeed85479d756a93d1a53b3e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:04b5486e3482360b252a3d713dd0fd2778b804dbb8745dda83ff946385f213b3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:11a56acaa4a4eb63f45486586ec1b24613c1a60d6690d6e4ff73e5e66e35c328_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:3b31286f5668537a8d99cd52499df2dc124b3f242148c28638d5ed9284c42379_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a8f5ffc4f2b6756582cd26245a20c29fdfac9db29378b720b63ead277382b5e8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:057e2edb6fb856c0adeae5048b398a9d434f0f5c639992c28fb15c3df18114ee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3f16126bd28943ad4115293ab5bb08500ee64da9262fb5f11dd341a65137e80d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:865bba3211be0b399a0ba81686ed5ee736a61decdc1ddc744cd00cb0420e6a03_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a34d831686747809dc7ff192d6b14d38c0149f6d0f5d8e0ddba82de9912a7206_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:13bbd80753cc0423068e0aa39eae687a9b3f7f5147c264027052f6ee29babc36_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b9ee7a5fb3b2946ca5c60f1da631d426816b3d430ba4623273c2661adc7cc1ce_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e00eafd40452c8f852306c5ad20797087f23a2ce63b4e04a9da9949e90e67b70_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:faf6dd53d1ecc777b182fce23bb5f4d13a42fe830f0b87c50334e9ebbe3c2bdd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7aa09393089152d4361140ec77301979723fcd7607807300e8b8fd2a889dfc55_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e52ef3e1d8353a25f5541fde11a90b863766363c2da6099914dbc037dd1a2f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8b7934c9b7c02dc5b7c09722125a01bf1fe01f9367955507aa530213fb94cd98_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c8aa6760c388203625e4502baab8db9e674788817edcdc348d286196e213643b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8cf16610569ef7b7b303c461fec64e5274f94b57e17eb9c7aa9ad95aa7a15871_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:968d8e02a6aeb9f580da9258768eedbc238997a061e5830d5f09f800eb3e1fc5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9b47857d05edd97a92f5efa6d623cca3d92f3a397d1b039302f8bfb53e9c2901_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c1f7bf5346faaaf059f28524d66baa638fd992d12b8a95ef3977937d73c7f0f2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:2dd2cb2f242b75cb3dba3b01fca3f233dc6e261196d15aadeacbcc815c3990ee_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:32093af92bd8e440b17550cd9d66845e13ca263f3075880d1fc0e05ae7ba6a82_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:7047a5df14a7be5b90188917554fe2fb1202fd594eb5ab0a412f99c357f40d68_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:70e418963774fa36a5c2e22226b11b2e4a620a95064e5d2bd1c85b3bf87cba90_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:028a12853056527f75343dbe51fba5f1364c274ae3fa59fb04f7b09ee7b1bd99_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1956f12878e1aaf7bb79755213fc38cf83b0c2271977c8b2859aeef29a505951_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1ef611fd47808225bd518fb63eeee7e1966924d8776b25166b4e435cbc266ed7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:b68e8c3fb116f558c3463b4116f088eda7d83cb667fba6eb6c221be0be480ce3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4ddb1fea3f58b689acbf2df221843f1f870925f44580f405882e9b615a66ec7d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:671c3416a030fe6a7f86add42be04d116c3a8f2c1725b194f6e9d84de2ea3c86_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:b1180320dc4a0d0161d6b234179debcd58359c11f2af3b3a2453cb3c7e87a517_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f8797dfafddc3895ed354cd266a9ae751d608e83881258a48e7580fd611a4c8e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:67a532ecf2ae8bf7fc05d70df1ea089fba3e518c2d9b55141632aa600a67d252_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6856b7cc732779548d9d600557d97e842044088ac1e9fd47e6cbccc0b004faa9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8258dcc898d2194f66a8912e2a51292993659dc99d1979a9937b930a469be607_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b3c7fe9a0c841d3c08c8b3a2f5d8909173a96397b58dd34a835bac02375f0435_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:30b470ba21d142e1c24fbe916c9a994fe2900153098130c5efa34da4eb1e0c4c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:406773fc4c21cc7f19b1c1850451307783e193e0c7f37ac3c7dcb2a640478521_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:45622c73368575336aad084bd34a154ddaa538e44996d0ddd53aef554e6ea093_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9267b216d9419f8d920d2f740d0d3209b38a8d5b8966c4efd590b0f5d556d182_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:37b1a7ba69ed3f4fc5c6b45539c428655827e54b413709e7b1302aa09d640a42_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8b514b6a073247fabc5412d06cbd32b9f8633c1f75bac18685f61f9638ff5cba_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b434218e5bdeb534245934271fec0fd51f8a98d0dcda5ce09662e38c115f630a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:bdc2578a02313c7abfd1bdf5ed9378f9d4b2ebb1eb35273f8b47f29e6b8f1544_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:3f823950728711195b6382de902bb3dc078f8bb1a6d0ff6dda5ec4fce10e168a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8e58f5b023fb498d818444f8b40cf1ae7f60074f951f05430f94a2cf91b50aca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:cf5057e1e61af6855a4fde5e70fc1b2951f3173566f3cabcac652fad7b09283d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ee7481fcd034653679153d32372914ec051c3c0fe3b6471239905650a0958354_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7b7ee68d26e64b25922ac0576f1f32e5a7e272b18c71225d6a4ea30ae6c73456_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b5de9e01c21b0e442fb04e49ffa45545b2ec23d814795a4283dd87e76081c949_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bab06d2bcc1790e4c34ba63189ebed8397d3506a2ca17b85b9f659d6d8a9a53d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:bb47870cebd7684e44ce19503c51aceefe951471b85a4562f4f3e2c28e96b5c4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3a2225230a2299a426acb83cb286877c3c4ea29fdd5e70e71e6128101e7948af_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:4e2b13c0febb0bf890c19865fee7ba7f1c11ad0af12481f060c954ad3da2a2b4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6708855b96190e8ca7a7202c5a019c7c178e93f90a95ea18eff5a079c02e0385_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:85afe9585fc53f19da267182d5058e304ea02258593e01c2e48ae488e7b8d97c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9abc6b42900f1e68c9b5745b3255485ae417f631b7b2447074d47c567339b26a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d1c0e196418415de39af71477bca18403ce441e5d9c8a6ff6b38850e95e33b2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:db7d2ca6dfd0385c32a5ab70f6181c0f8a54b1af921df06d953908c6cc43d5db_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f79ee8ce68af5ad3a67e1c9b47f1326bf18ec4681e0c176cd42638fe324ddb11_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69af4c321603cb28eeb983f8b7fa53b66c6a31fa9606be15f65a5a8aa96bec44_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a615043cc293914a9edfbac8141d5b694a8ebaa5e130f5fe545d9324898e8a1d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a9e480454dbf8a2e76f91986c927cddb1d919884f3bc6eae367aa3e7f5d5b91c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:b0f0f48ff6a7da67360e12d5e744ea87f74692e6e155002987091f4f4763568f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1335f1355b92fe29e4c7644d2b5ad3eae9285369d2c66a8ac634699c84306f75_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:88a62605424e7b44c93ce45ccf40d6b7d98fcefcc4f78ecedbde69b989afe998_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ebc8f0e41b009f183b9279b36248d4b95e6149ba913583c95fcca20d5e183f33_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6d3eecdddf89d9704d03687baa02d694a0328a7846e3eaf1c863a26f1f088ef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1c8f4691a8f2df8e871c18ceb8ccaa1caf4341f4cc860c801c6cf889a425858a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:738ead0b6ab89213b2f8acf9e445e1ad976b64c26dd6fd8ef87ffd7bacae8147_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:97aba9a6d07162d3f31175c85ed93068216798bb4118fe7b62ebf02e80d78e41_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c3c111fad005afc0d40eaca10b813d5142e5f5eaab78e4eecb46a43f5d917f1a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:06a92c4234f5a25938eb2d5b2021eb0374f1457f4f15fd7cd54b9e533a6564b9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:72f0a37477a53b658f9f51b1907d3caea86686c9add6ffde63087db7eb83557c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8f7cf9c0a94e0beb4ff5e2b7d8ccfae1df75a89d765ca8e7a7726b7d06139321_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9bd3cd29d445a934b246c8969c596e97631951f75c0096fd809b9747e444c399_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:17d0d9c1079d264a00059c94e61993a9951f50506d12dff736a89dd16c225454_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ca9a36848c1d5643de68c811319be12bae5920a74aeed38912f382b7222e3fff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5cf693a174b7abb8c0a83a89c4bce91225fc55201e6da7aa7f34dfa49b671feb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:749e2df29cae54754dd0e02de68eb5914f1eecadfb21dd10f0ac5203ca887b2a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:34fdb8d9dd4eb11a8d96a969bd547fef77304203cd1eec331f5610afc41e8bf0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:f224baf400f2ae5ee546a5dfb68ebf21fb22220a799e70f49ece279e9f2776da_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:bbfa48a9b898554d9b7f69fb087a77dce5aed927600ffe7a54cbe1d4aff450a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:bf230b98dd3d0b34e3efe3db4b5c0c9f59eb78f5d1c1ce43cd9b1737c3154fa1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:07606c3ca7cdaa9ca891a1f07b681784bdf70b80f83ab25515e2ef847f483190_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:af0eacf69a6ed00b40284aeaa5cac2be1b13817cf7f07976fb88a751d213726c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:22a7f8d14af36190a4ae2a9ac14a5b004b6066f91e809e341ab990cafde72901_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7dae4e2d929279a5d6ed358604d27119eac1ed18fec502dcbd204172b7e175d5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:674848f9ffae3a71b1288cd48c0c9a5448b9111598f0a049e5d7f2b4cf6d1568_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ec2ec898781da4f57ee4b18440417800618f933a02faf7e7970ec4cc838c2e07_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:3db9395d82fd610d6528c599c7193ddf2910aa16f29f8f573c0a2f3e82e210ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d7453456acb080973e87b9f413f9d310e26ddc70497d5d59a37914838b2e6934_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0cc826915422cfd82bf6127e7094e7f8c429f81451c136aaf3cf729fd66ba7e3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:391c3797864e271d4d6751596a813185b18858859701246aab43876769b6b740_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:3e3371215d33e2860aa73d4d3daddc1a04fa02f56dba9ff4abf22d0ed6907f4c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:f85e768f62e32044fabfde15cc8dbd7688578e9b3bc8605cbc444c0fa0b343f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:aafd6edba458909f26158f6284041454762dcc959855037a34dfb1e0caf82c4f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d9a32fa9a644b20e67f4d631fd3850cc83eabebb817bac7c54c45d345d952ae6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:a2d561805c21d34c484749d22a04650cf42b4f63b508e755d352e49e737fda59_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:ce50e9a6830d0dfdf9202d83e7048f05f680f73925cfd3915193dc3dd667f82e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5e36a48a006a045031c6f645c6e89ad0b1f380d3c76a40ecde6be2e51ec847f3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:77d2362af7e4e1e808ba833c32feea37d7107d33cc98a76c2b8cda5da449c1c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3d8259c3aa7a6522438f6adf9144332bef077453df6b3dcabc32b036b67a56f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a96ed272e3b3f78ada9a7a40ef3c9cf374e028ace01a6be44a1b0995b4ee8608_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d9293420502273f13b97499948f6c96700d9018a35098e8af875d12dbd20ca5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d9df4ee299844174e47baa57d9a68ebfddee706a4956cb452b1ff29eaa25aca6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:084be6bae9f1f88ffc36fd34621b1815a4186654b35608b9de5a117e9b0ae0ec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7d9899c8487a1987d65e9aa4f82472e976e8f0f25aea6ee3d38db86f4d84e3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a1370574944a2ee0c721a7674c6b2a5c8eb5b31d24d892f961190eaec9391789_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d839542e8877fccfba25e62a55fc9a15b20790eab0e037c0183a05cab8f5187d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:0bd9b421e3d9dcd992b1c5eb0b9c08bf285fe8c5bc170d81a77d1c3c9477abd6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1217fd2cb14ec1632c03d250a8963906a1e3355b5d4274e704ccd6b9479632d3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:48d40dd7029b3dbd20f755e17c998168eb737915c6687ac8844cf32e024e92c6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a85a9e9a8c2b1cbb848052ee22f397b3e36e647a218291f6cc826103ce3ff066_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2209f67bb5ed6c488d30904344a1bb7dc10cd8f8c2121ec909fef78e96f377fa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2913bd14057f31acc6b1ac31389e9aba36aacd6c2f767d3408f3d90e0d701210_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9bc4034a65fab18ba3aec2c4226dfb2a5d04d3f3ccda1eb899b7efe377e88a0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e9227cdec2d9def144d32ca098d70b93b72b77a3ed0c059a6045eb417d195583_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0283e53a0400828496ea31531a7d1bb46b0c04cacbde3bf6531be9164e112651_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:83a5aaca31173f198b39b234326bdce63ad55b57c7012cc24b9abb7f776310b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b919538826765b2c20d9af101c2c83c6e6b07a3eb0d8ff84c6182f71f9602c50_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fe1f2228ddcac7693965bb8f65a1a344a9817a5f8cf6fcc5483b73e35a4385de_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5f4c106d0112f1cc0ad2365171d6a4fdf75a52a952f2e6b8a674a5ad82e8f3c6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:63a901536efcbfc9f99bfbb4c3027ea57ce36909765a1b814f553ebdf4a4afab_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b69ef3ef8007edc3648a622215449e522fe547562c5a9f71ed6a9618e8d84099_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c02e69954bda27acd7518884f07a978aff3fff1a4f3aec745c53bb07d390b98a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:102dcf438fbf828e603b23d745b5a74af3228642a45a92a52973bcf410f18896_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:82bf6c7cace9d746b49f970d7024f5a332ff20d18d35b2acac6d131ced023181_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d18371c5f38e97936876ff2a090439942857920ae511502e87c1a71d6f88e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f6364a6411ca336aa5a2877d0d8fb9c1b747028902d2b90a235662ecf1300595_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:18316aa9283ec448ea3c48555a0b11c6b14de88f4ba5b80e1deb56257ec9e460_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a08add3c7ccf8eaae8f1eca52a650b0f7f51a9ae53d8d196037c25843c9012cc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b9f1c9788b5abd31b9ecbaadeb66fd7addacaa4cd3d7f7770a585c289a8ac456_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f4e74bdfcf86ac06103d85f56e9db798c58499a93a4d1c56b6c516635fbc721a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b34c981c5d6761d8721701b13ed1317d30d5842395c63253dbd9a6182ec0ff31_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b4b53a7e30b0f67c0b1bfca6839b209c9749ad7a967baefa2c69e23c14c1d3c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d1c90fae77faf85efc9a39840fd0ba08a04ad67cab854b131d6d7eab974e8e6d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:fb8c39862533422e14dcf3a566f17c08535badc9336bd468e6dc031b442ab979_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4eb20f1485725b9501d706123fa5e73d3d14c8d9ce958fb53c7f052a2a78cb55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:53185ec096c4c6dde4cde2da2878ecc7afa0d9322169d73024c0c0c0a154cc38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:790ee90abb211a129ce3425da25366040d01315432893bdbb214fd7eda87dc2f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fa31c063bc89e07f477250f0361763c8dfb36e9731fbcc16717344429824682b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:02291a6a7a29ae16a920abbd15051a3de7d8bbd02354e5f63359cbf21efc09b7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8132c18fa789fd946232ae862a4a507bb923d81336592b32a63205b2a38692a6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:887f9400fc6c2ed4574e477821d6d91a759dafcb98ebb049243fd568a28045ff_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e3a623bf7abceefbee41e547be687be1c77e3b8860182f4a68db6325924a7fee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1b2bb2d334805f02220ed4a71fafa11ca57104e220639717db73015f306e8600_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:46bc2bbe8a067455e49526f80ee4f89c65ec444e3bd8976cdfb44b094306fe83_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9d59af2c5ee1ad36f64b8e30732d80c638c7ff301ef563e56db365cf5d4b73c4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c5efda1b63939e02e1de0b4451ef9bf7f58389b7e718d6706d1fa6e97c7f0ebe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2afc9fdd7efd8c457e0c7a2f049d2a2a3a94e88cc41fb0dbce54033b30c3a413_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:475540898b765ac101586389df9a8e370f32b3da2871a3c199b504811cb5daaf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8b401f70d4352e90b4f58ac7314a1edef46ce46fc968a77636a01dda35e42716_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad87aca6943fb9b78b56248fe2aadfee470c8db1b93e38a905163935c6d06b7d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:13c52538e76b88787f13e3d6b1c3f84965153f225e12474583d2fbd18ca7393b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:38915c10299ee1e5790dc8799d28149fdd5a2d9463021fc21e3f0f00e6b4aa91_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6750b68b4b34d583473d546de152191816f260b84da0c83211707b9eb0a5c222_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b425f7b6dcad585599ebfe4366e580bea7b533b88a8d333d9f8a7def88b46294_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2234f31d6a94ab050ecffa6d00c2382bb3f61e6e867268361e3fe8f076b400e3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2c8518d927b833fa04567da6156a3ce0a320f68f6924e9634ae629a19d43171d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:94c3f361540d8e325470feebf10899c954661bfa70af53e4bd8d17655454842d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fe65d8d46a03f5aae8e5fb7caad02a9688b1dd2d6f3ea53ed76cd2fcf5115a7f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:334ce324410aca7e3b0882a1c06e660490b7b3bda70f695fd40a89a89a8f2d87_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:353d77edc3615fd1e5226053ae1b493b13c4fc2a361f8ce4ec21448992197500_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5a272d1c089cd51f239275b733499ea53bf094057dd176ffdb0b759aac42f00c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8adabe5f256ef46fb32163b05632538ccb2ecd862b4f01f59b5874fb874fbc14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:442d35ba41747d64f52594405f19e238c14ff410f58f4a798baa568810d74a7d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:712d10619803f9eac56667fc0c75bba74a2a866e8df2a160f8a29db520f38b3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c76bbd172e9ad8be2180b4a5edb4a88c6bd1d7ac64ab9021fbd86a64e387b882_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:cca12c93e249b0d2c616092a790e68a3b0dfcbedddcaed93ac8143b404ec1f5a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:16ad6006f630b50a7ae12e44669f80836357e06c569d6c397eb57a34e20bd95b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8ef04eb7384f7368745ffe8d8cf86fcd83b203b0b1132761e09fcfa65d6627cf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:953cf0efb4cfafd7ac8a982ddaa074791806f70859a011399784323eef46ef1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a7c5dbe3abea8571d146be180ad3f189f77a30bf495b8e19c88cef9b47f1de94_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0310e0ac82ab9af6b3a919db3765e7454b76eb16b475a9babec1faf5a7e3389c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3005eec98bbb1ab780efca92b98d8370ee24aeca4fe63e56ec301da724b7eaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:39bd6dfab6e4b97ddc00f7cd2b3d31205516d535e3665bfea13901102621b71b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:96c7afe557cd7a35aabc8cc18fdc0bcf95ee579038d3067921f5c1e7e35b3be7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:447185cfe539ddc50952eb28f07f8df27d5326877bfd2cd1cd04a168fb91799c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:44764182f1323cdaf8ec1dcc282256aa1deffd5d0490fb863e2804a305676260_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7fdb112167d728337564f6f9dd28e5d875de7cee6353e19f7aedc40c71088995_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d09bedb8737a237b5ac52efd6599059ae2c2a11837c5108a89855f5e3eab991f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8229500047f060dda44bf6845721bbac1f645e5eff36c2cce06637b9448b3313_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8592b83103e458a085726ae4d97e75b750ae74f6acb879c479f7e85e30c4981a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a43d38a28bb8dee90e1cef4f70373d7dd0e6e10570f53ff18cea609040d7fc91_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ac08ce5c4d4d8958e11c7499cecb1d2baa3d619604331b0a305ced9edaa80e66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4715f8a0d41e979df12fc3a20439d7baed29be94a1f601af6143b273debedee2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9868dabb86b650c5bb87caca099471e00a7e1ccb14d22a9715047d61e8b838c4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:acec9031b1e0582d10395c7db70ec2f6cb36eff2fcf29c976e45dcc000eabb55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b73f66ec870fc0f7d8f5d86a4aa2fce493fd06db8525b71515402a5085ac3bec_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3afdf0db5ca921367b203b60a9e01c3a1dfbfe461ad8c15650d31132f6314a22_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6af1ee66087832faff5e4b367e6e30d0f8c24cce51642f7f0c7f692340ddcc4d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6e3e19401fd25a47b261f0abdb3c9b031ddc365573dd78ff83f4bf4ebfd244f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ab850613180e5396315156fb0985c1b9999769d4df7d7021583f09d54783c783_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:74750d2ef0daff77bbea64507d18ea8138514d2e2a6623c8cc5aa0a04d03ebd6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a6be2cb1dd54f92bd96ba758ce08438216acfa266386916ee3aa773293778a6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a7919511f4d0153cf581c82ee76912e40560acee9c0a56d23edc8bde3123d8db_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc313e501cfd3803abf0d18a37e65e68a3aec2c57eb2016ea77bab7467751f61_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1f005fd95b0db2f89d6cf7020e38ee57fde652281e8114704035753c22c1533d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:216986528687f62da810992f9af616435014f6cfade596bb4b7e291695265be9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:48bda9e02b5abb41b4459c40c1dc11580085d7ec4a2a50360075418e11bb49eb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f6d09cf6d8760bcee1d57fe6aea538006b23ae61b887633d960f9978e7407e62_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32a42b3866b46ea289675a1e1663e47533180b2911f758a6d89df822ba05e424_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4a75d90adc4081e358e02cc0acf0926567818aafa5e48fe95fec689bd3090116_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e4a4362a6f4b2a77aa0eb4c4a3102aade4b379a650fe2128ec228d142521982_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99b7f98049b9bb791300704ab40caca3de38e4ed95e5413688295c99ec25d1e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:47219a3282c61b55a751c0e2286da5444a682f5fedec17d8170e7b1399499ddb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8df3711c94325bde8ad752cb7a9c7c0a018618fdad5f33488a426795a8f17734_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b2523b68bf9c4cb9432a2fedd767634d75e41953a3f607e6953bcc5bfd224332_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c1b4380a097df359ab0ac80fc4a1d100281024fce1e043c77679a8630bce9cb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:0f3e01bcdf211b479ca861a5851b359a367c7027bdc543776ee1b25ce763f46d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:1f035bf942dac88141b94b6a185563edae44748a4edcd995b2839e80bd40156c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3c8ee7bb097f5652a19ce50c1ce8585a911af43a290729672313b6c6dc1d4d22_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:8d0521d358a2acd481cbc42b65d1075ffb2f1829daf94108391a07a18129265a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0361a24345ebeeef2f15bdc82adb29a95f26ca19a53323da74e17ccf76770c93_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:57927e81f0ab7a93b8fcc0ed54f84b9adb7ff7ecd65722f7b403dfe9ef3c128f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:ab9bec28217a4085709265770c38ef04eebab3d2d4d8a871ac4298ec3585761c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c754b0ec9520c9bbfe3b83e016e21815070555cbc4edec6c855c908b222b8428_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:24b32495544a28b30f13d8e768a568e9c6fc9d4c92ed539872cda1a4890a341b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:46b9e6e2319cb553c487e9625b53d69f1ec786a9c6eef0e4765c2502d6e5ed95_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:734da3ea40094633864dca6a9fa7e223501f1c1c4331764f03257b62b70087f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7902bc0612db5969616029a36b5a381f9ef58a5480f28c42b578ceecf54c3419_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1f7d8d52fe1e8313af0e82d0045a6119c64a54a9a445c0a28cd30dd803f7c400_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4c66ff54b160974f2017cedc41a86da6e2e499a8be165f15e54fa66f97c841b7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bd0535f5647493ab10754e182831803ccde1575945e25c055a7feec8b8ea91d0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f78d59ca95f37a04f1cf8da3b7449b45005e81be7f4104ac1123e39101322996_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:41b88beb6b2c4b698c9e32a5327d885f95958aca12855aaacdf6c37828800b7c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ba896f59d10345315e34561484ab181458e32848d700ab47eec2a324b478e745_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d576222bbb75d0028f8d35015d93cddd4ee46e33f4d350e3bef9a7f3ef3c16a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d838de0ed47119c8523eee00ee2937741648c7457fada89b1d140a9739af3f16_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:052c5a061467c8894a651354f13d8219e25ec76cf86eede49e325374f10113ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6871bc02667a1b75b0f114c77b3d54ce92c53edf9da9191c0faa1a723ad7caa8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:928f2362cac3ec64450fb982cdf2d3cb5deb734b99d9a331217f137904e95264_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e67d248a27c3b3a6a3f27a57692fccba4291468b9cf05cc4ade16212777295d5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:05b07163280e412e4094d2399b78466c09137f91338802930b99207409ab4436_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0dd3eb0518045a216c8af1ff762a1f949b2d99ce1a1b784ca5fd25b0ce8c78da_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1de0d777fffb0223fc4c33850be9248848b3e99e76ba6e2480da6d91d8435f1e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2754dffc27e0dc8886afc00ab7547d9cc1c7d2c9cf1d4c672e1fc3ad16c169ba_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1aef875429e6fd39a5502cc282df381c9b3c25b43aa790bfacd940c8047cbd04_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b8eb145df77c917523d982fe0c2cd7a103a2552c1faecf568c9929f7b3d3a1c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a0b9401485189e8ecc714bfcdb26695fcc8eadb9af92fcf9be50018b5f9521ba_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c8c352b077544eb44ce0b438d6ce6940a421bc54db59e571f12368e04459ddb8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5ae91f81cef3e9e2f1f57a4c4d1c97e7f5d433c83e9ab0ef582c13bfcab83b28_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7615706e5c0fbbcdcbb9ce81e54e5663a45d0aff99c9c7b0f9cbdd5b51e6c028_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bfed6dbbd85b62b4f8fd2103f298ed6f2f8117f36894b3ad41c7b7ad3ad40939_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ece8ae115e98e000852e016f97f4c9d9a4c63a89a07db123c7786cf238a5c724_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:740a93c3ed894846400a43d0399a578864787bce388969dcb6eb0d57f09eaf74_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8e6cc4f53d1c226528f251768ba3b472498f65e37e369bdc75d613c92f1c6343_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b966a739450386ca8ead5d257827e089937ff2f1adce2cd0595c2955445735f7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:de1d9919af85394decef57ab909109218c3e1e76acf3bb13b3d9198b32e81b1c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:74e06d261c764d7060bdd62adaeed608cb32d70e39f2680ce21b9a41f1c7d907_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d817670c1198da60922a70d494b157a82a23741ae120be79c5d47fad940aec42_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e57d47c830014927f8050b2f75861d327b4a6a7aa585f7f8c2a587a77c25475b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e62bd389fb6046219ea806796fada5042e19b2714e866d44742ae9b266def7f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:329c19244bfa49eabd4621cede01253d9b14b06646486ae1da9d0c7e1f0a7775_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8bbfb3d019dffac460a71a7652ddca6fbd11adbb66cfd724ba3e439c89954843_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e8a0bffefdc282ad94d2d2e3c2e9127481a576a4cf97cd96506a4b026a0002f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f1f087a31c54b031cc50143f3d8714785ef23aaeabd521b140797d7fca58b813_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:17218208de28296807c21f4bae67c244396321a2e82cf8b6e937997010d15a53_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4127ff8c02537149c33a52e1f625cef8f0f9ac8384f9e665bb6f56b5f93f09f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6e312e9c24bf31838c1b402b2282fa882240144e63501793380da55ec3a4fdab_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:84973d89910784592cb601578a7bf5e72ae8bd94822497ec6db5bea029690a01_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0a62cd13a56678d5669c29c76c6044b277e9fc800b4c2d20ec0b4a9b651ec65e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:21617717102ff755f18f66221c52b5538badf5418669cd5308f69842913d41d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2883486938e807987a25712543b5b28187b5d436c8b575a6a005aefe2a15c2cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4163b321fcf2b45af9a9c5537b02057588bf9b12c58d443643f42b7ab69db441_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1c491aad7a531156021131952391eeb76df882d2fe6a75d494a7fa9101d374a4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:67721b622a6219fa05fc731e4a492fbd91040549287eaa1f85b6bfca2909440c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2245f57fd7421434e8fc01c7798810dbb69df1cfbcddeb936e8d4062eb7f546_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:e1c6b4bdbaf3b4ab0c0c47ad6f7f36e4fab53946dc6ae5ca36c18bb6401fe376_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9bbd7b1a665d8292af7b9dbe440e3b5e9a85935e3c1979dd85ff5b5630c116c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bfb03e32e43f17abb1a711037dba0d428884d14a9988466d7e0f944ce152d4b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e9c7e6bed82bbaaedc1242caab16ed15bfe5e87fa1c3d98a8893bbdede421413_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f593110f4c3c8642e81ed78e6adba329b12b7172b5dc6de20ca2c6694d36d6ef_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:354ee234566f3141d68e419df4f9a141004f8ec764351b6910b6ebb0d0acbac9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:49c8e94ecdcbf82d160389b2a61d117fe89beed176536eb637540e2a02f98bbe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4f2acc152319413c464f10047915471cf3751f181a65e96f1e47e722f5668fe8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:778d227981e6ce4b1c19461f2c9489f29c6d363420875685fdcc284aa63d9702_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:59db38f53080ab732db2fbc366c5e8467308fb8f1bc00c4e654b25529a6cb48d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:71ca8c3f887c7de9628aa496dcc8a72ad28126cc61b378070aed4f5d2914fa67_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:72c13df0b819ab4b0e60eb40d636c34e72918760c6e635a39fd847d6b0f9b30d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8003c2e344544ae9140b31180b6db16067aecb0ad1715598dca40f7b651df101_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:058b16a7b35c6832fabbf5211a1e93cebe857858e6c1edd301052d7a0c46717c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:138eb12e4f5b7b3d5b4d07d95797c191d5ae76755ba8d2eadce7613ce5ee3368_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:68bfe5f6851eae355bc38c9729d4cc59eb1957aa7649c5f0d37a40a274b76e91_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7432171ce2b51b92ccf73c1e411e439b2b615f05a9c4eca4c289c3f91bb757fe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d10d0d1857697de54b0e363cde1d43d9212cb5d151a59d489dfaf2f19512c24e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:da205ffc529d323933aa6bfecbca7132f803acdb00fbb92e11cfdb426825450d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1b29652ccd1cb90c60e3f84f1af53a0926cec8fff291e1a1824f56c5b09678c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e3ce2423fb192016ba0369860fdc3f490fee48cff3f2c8e84d0274fb83753db7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7b9dbc01ca36004b18084d4ddda2bcd827ecea95d27098fbe704c8b18fbc6762_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:c3a065df60facd399fc855b14d3b8f0bc64e44c1ea2da36231eb661febed7048_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:00dbf971c8b6835803fef25c3a51da815abc6ccee527e995d1459a51e831b714_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:14cf39c197d1757369c7ba31060da43f9a30a230118e85774f8edfa42f81f5f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:978ab5f2513e13c2fb89e4559e72fcd68deccc1b6b8b829a3998cc1c8513e5ea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0d0951b0f10373b8f3e24f79f8ac95b18b402837e21e6b4d5feea790538603a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:03769240e4f16b0eae34fa8647c0abdd9fa55b8d2537ba85fc96691167a7a9ab_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:37233043ecf3e3d28948cbe66a368dd6ffcd0559e8ee1761ac29fddc831af6ce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4220bbd2bf43945ed2d2767ee179f438b15b2c3940f5a1a42af8338bec9ba81e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:e98d0434cbf09c37102e3de2db2b772512b3000ac71841014a74592afa144db0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:30d625a9f21ace89d2068ba0c28fc7e30059c0918e68e3a37bbb68885e31063e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9984cd15e20d0ecec47ab7611a39fbf676ecfd41111840478e9cf6cf3293c7ab_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a2bae7fe9e571f705143af3af3ce7919e29a1ee164e747882a0d3ad1f225b0d5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c15f57637828c096b6351a4e51c5304e92a7209977c670a7164c33e7968b8b87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:102f320e672e9fdab885466b3b9e5b9a334b531221903ffafd5b4f670659848b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3dfe34fd017f3b3e6b410ba7913a5711453239d7852d5729109c24ead31897da_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5218a2b15c816ba9dd35cb8ead2fdd04c58bcf57e6b1fa98d3e8a6a20fac5687_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:9488d194054f3ee13d602f01a4f7e7d7ed5566d913e5d0f542c00501aaed586c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e73bf8858eeee1f40cec5a05c8dd66ff6748e0f3fc64a95a18d8d86d354f128_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72072495ec11cb443cb5407f06c45bcb7c34cd71e49f19e7f50645f1ef485e19_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8a072557a1826a519ac8e6d42a056edac26edc3a53d8eb2ccfacc308cc0770f7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:901569c77758463ca80673c2821feca0d6b4574fcf454b42abbed4f319cb7337_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:20d0de961a0c06d73326eba220fea2cfb18e6b6f980a846effe79a1b146c39b9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2d4684e9836f20ed1391f13e77b35db3a80264608f196a5c15355db7b5df1aae_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:7b90fd5f2a8ee2a72f9a35c52195998a543c294781426a6d6a1adf8a268f668a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9a287a7fa8900e43258e22eb9f3ec76d03c89863c9a01b704a77ea0c131b80c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6e942330dd6ee7b85d555c2f6f0b388f613bb85b13cad82a321ba16e34ec73c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9020f01a3ff33d4d1919e64eb9c5a59a44b53fb31dc963bc261ddfd05289bdcc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:c45c16a942516d5f3a0cfed5151644d22c65757c3d532aedac38af9ea12c2ffc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f68fa26bb906d012adc744875a309a40ff5ea7b3122b4b32ae2d4caeb3bb83c3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:44ceda6b1fcfffba8c94bffb0bd2bd5ec84f7762e87a301884a52a7fd8f6db63_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:640777070092bbf75c51d4b12d33ace8999fb287004b17dc02e3a44e7f4ae79f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:c9381da4efb00e7c25c9e86ffc116c0d59ddcb2c3552ec18bce02425b5910791_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:f61210c60f13314315d5fc056ebae481d75b8d1dbc0eccffc1b398d036e02698_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4baffd15fff32a2bab6e81516989f589c5c89267b1e23d372e356b20ef72a28b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c3949c3b5b99e50a71050df6880037c7a74ecbd0f2f3b53b9b8d8bdd6cac0eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c6530497a5ee647432260653cff475fa41c44f4573539c4dd38dc0ba3b612393_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ee6bee2b4bbe66433814af5c573c59e6f3728378ac700428ced7a45fc9f2fac7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:00dd38900c9ada199bc8d4f38f637e75b88f50bc34885054784414f77ccfef06_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3cdaf0dd6604a653f871228b25095c28f614adcd6bf06fdaba63ab1984e5133b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:942f282cf75b84e094539668b9387ddbd13067fa6a2cbe8e76c9682505c91a79_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b17f4104ae616fc18e48afd737f40ff969c01b0995af07ccc345b376c9307891_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1e3599193b910914828cd4248b554d37e4c684faf36018bfe862f9a9bb13a1d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c5597d476d8a2f31f3983d7a57cdc8b0fa4ef59805b3a7f040bc2f4201817b99_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d3f422552502ce0a542ebf97e3ccfeaf62ed9f7e25125d6486a077f8bb8aae29_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f5a2f3dee12266481ddc1aa68209c9a99d653061ec43734ead69513ea5132081_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:01ec142c0d908f862ae7109339bd2675444ccbf6dc70c44a4ab4a60ed5b52156_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0d7c52702a3541e76f9cd38b1eb5b8ae3380253735572357bd873916c3172e66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:86ddc0c22dabdcaaf363d15a8c0069dc219cd6c8cc8997a064f38b6d52f9077e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:fed3641a4572b8a0602a71d8d618e30a5bf83ed0060a75338269c26be3037e31_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:20b3ddc8bce65ebaaf64bd5fcd3b2f7f80b370ebb62e22bff9fc7dc71128fce4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a7a355fc397679e8d2f4f00893d4db34af42ad0dff2d85baba1633af798cc763_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e8d87fe6380de772f38aa0ead0149615a732547c8423a525ed815d714c0c27ec_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:0d28383fb42c8d3905169a8bf16e6d394f29b8d1e92beddf57c9662a88542f27_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:8faffd89c1741985d08f7b51dbfce30aec4af6f7121687e9499e7265ce3d6b39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ef23b6dda632dbed54b45aae54fdfd5dfad76ae60c129d95774de5e89c16b951_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:39ce4130cd982f5a88c248fc820d5edf507b936b9c05d803fc3650dadac14c6c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:912ff2639e7712cea5e2e4fdc6d5c1236c1f2374f8403178f57adeef40613dbf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e9d5ac5bdc6cc958fbe586de8a78ac3960e9db3f0ad7638a64354dd426af2cea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a77dacb28d862dcd20f101adfa18f0022f735287814fb224690f159b58d18e0b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a916ab4e6fec61ea140df5624ac159a566b6a9f1953b2eec2e19175fef18a091_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e703a45143f2f4977be2351fa20a0296a0e11a8109091c7aaf86d835673b58bf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:0ca16a4d0b9b6af6a67baf917fd7d0679d1c2e56785d127d1aac75225cea2cb7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ee5cfbac6e27957dcaa120512a8fee463b4fe8a24847933d14449b87d6e1255_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5c4ff05c1cbd3603c998255a268f97df293d8b7020d5ec70226621a3b3b3ace2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9e28aef8c855d28d7d8e16bf26b20e047debba42747d105528d02ab1bceb4531_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:13e67d9352b1a1b8e0f9eebca0db1722209eb72d07ccc9241d0abbdb3bb89c76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:62fd7a8a8659ab92d6baa105f6917b31969c18f5f2be7dfa52b95f55a9394e21_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:72b04a33634dffc69245d23ceee3f816c6dbe7f14fe62487e826ff9fb03fa32b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f323dd66eebf111076039d019333e92972afcf796732001cbec73a81f9319947_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2bae39d98cba7dd92ce076fdc9cd3132ecb03c72e79209efdf1082292bcb30c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:bae2eef091ede6aa9f6e955b1e08dc944e77b3077331f7f4821f0455ff3d5b51_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c09974d6271b6514595ebb7cc64c504dd90567070e81bf916eebfc252eed4d6d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:ca137b820a6edd849d6e4587b542aeafb2180c28706460786233b6d69f033890_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:266f23b9d3058866325fb98097356422b10bf6c8a9b3d9a56bc81839b4b4ea3f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3b17a0f069ce28f317d3d26ad87781f319be01958bc66c80adc5374558a56ef7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:58ea91163b69c7fefe2c40a3934df54540191bd179805a929a7ccfc94b2c0831_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:da9686ac5a0ccc25559a3a0771fb8a2e9fca49ae33a3169f00dcc568dfbf1dba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:65a366fc780a3942d9757247cdc7def9e71273ccf828bab7bb0098b6f6ed19ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8ab03c9d222e1a373d1cc6eab06e444c2355e375f36e4f5698ead76bbd707c4e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:28e88cbc8a1dc0e37c9bbd388b3a691ecbafe221a2fa2caf4365e9b7263d9206_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ed5812ba145369c0c9959d7ec346d46d022b00042e69d83b4184a6f48ca792af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:4a7ab61995d3290e36791ccabe46a29b499b5232728422e6c24711b4fa4d592a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7e394fada1c6c3c28bbb391f318a1f717ff743c7ed34abc633641a1d2960bf97_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:06621ca9cb2f365d3764dd781fb492c1283cec81fecdca9a5e10201ad03543ef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6970b73943c27964df5975cae1a292c6e7edbdd031a429c728c7298aa128e12f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b8ae2b4dce670fca6d613d3a1e9f3570d1c77504e29f05bfc5ae9d88d7991307_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:6c0b6196b8f9e0266f25ca2e37284f68c1f06f0feaa25574b083e4e8cd4c02a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ca0e4a1f87e1bb6029d793554be2c953f8dd55fb1591544015f8dc8a65373af7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:013a855b2a847be9c7e57b0690aaf165b35baa9f1fe351d35a719b0a7b840490_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:fdd18f19f35a5b83c46ea3b20cc0fd5200a65a7037d567da67eb1741346983bd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1bcf553df3b692d5aec7ff55b58c87a5170d1eb778e15a62ff43def38041c32a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7e861956b9376d477d59eb2c5f595bcadd7ca46b608360186cd4465361c4e884_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9d6cf598f5f75c6f0ff8a82917fa3a3d7d278a460e15666a364931fd271c05d4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:bf4cfa239d019887fe1986593a63102525620018322935e7a6cbfe1d5e55e639_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:2d2c3756c9ffdbf93f2570e30191e2f387a06097583186f3191b748eb5017c36_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:62e69e5662dba550b1e584a193b3fd70e036ccc6714c7f69d091d28c2e6a1495_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:9270a8ff2edad2d7acde9c7a1c84ec030351938512e2fc7981aebcfb6330d815_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:def985e97d5426d36180099df42125e9c39cc8d206e1bc54c4a38ffc2953ee38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3709c662fb71e46f26c27993388e736d6a4974ee17861e447078e22e1cccc185_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8f1abea09f8a686842633f0243e5ad462dea18c305541379042347763c1df557_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a81a416cda5bf5aeeda421afae470b1ed3178b0309c313373ad6a2467ace4a30_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:dd66cde9c261e4666820c718a1c4efdc055c2b19c3d1f4cb614f3abe2e8f27c5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:153998aebf252abd79f680dddea81f4e35799b0538053baf02aeef8f6b8ba742_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:30b751bab9d80773080eaa80e5e1c55b851e153ca0b83d2071bbfdc6a4cb6caa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:cb8a6ac71c368d5cf3779ad48b3faab80290c6b5b26e1e73ef4a9bddba0108aa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:edba2471c3183bd561f07676981f4065ec478de4c07e8cb53b9b04b6cf1627a6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:0f96c74d5f8d8eb9611be2fb046597cb774927c710ee8b3879aa606060d71fc7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c058a9685be32bebf22d126b71cd659fd218b5d230e1a04899bfc00f0b7a00fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a39d4f99cdac59a0c0e6c7f48209e74cc229bb2015faa9832a7be3ee2917a70a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b50f0db0b7c55868ae41b33635d3b56ab545a12e77eb13e5e480dabb722c0797_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c9cb451aa7bdc1d683eb6177274948d19139c63cf58b3a30b9148cfe64f924ff_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f654760cab7af4db4a5068c1070a810af22077a3159c3b797e41954b77608992_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3321da2c0354d937133ffe5ef5074e94e4a73822f28a003f2d5b71c4ea239614_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:adfe810e047c891c8a9809a732ceaa6acb1b2ac9ddd60e43c19390eb442683f7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3374f03e1b28198008bf56514db6783b88e976dcc2e8e6f08d2d2c2c71feb8d4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ba7f407bfdfcd6f41ae16dc49313e6b282c3e844733abb2e41360a6d0994a8c7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c8bc2648558ff854276c85dbffd8c07bd806ef54f1e604eacdd8564a71d2c460_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e8452d1e45be67158e63308de41bdaf43105be4be1cb1256efa534fa0abada3e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:70c36b8768e4ccbba9a91d338c568c5a4978959b36f60977b00017aa6b6022f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:81f042dfe236c4ce3412e70808e364d3f3531f8b069f7d62722622ead44266f4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b00b93bfc4c496af160bcc86f782e3074e9f215cd51d52a504b5705fb08523a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ea288afe2c66cb46cccd27c38c9e906b985930761df642352c7fce528463c860_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:41640b950f7b4576d1af406eddaa83ecc8968284b59041b065ab57aa82ebca46_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6653237e916b6d1e79d45b0c550d374a4e1f4ecb60ef09eb3d52fa607c36c732_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:816527f509226ffd1abcfb357bb70737e0377f07a0cc9da545b6d5b9d7451b03_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a8b79f0c063bac2444f8521fb49541177fb3e2a9a7226e58a4346734297d8ecd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:16965aa70f69d12c738d0ae6c6392cc64e8fd4da00cac0c362bbb56a4b327592_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7b14439bd697c626a5b0ba4c794aeef6840fb120d25de5769f586b63f5e8c21d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9498a0b32a368a487ba210dadd6c83fc49dffde7d70eb8c37fbe33ce7ff55682_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:abfac5af957f2e5ef2ed5cc4c7c026908f1716b3feaaf7aa7eb6441eab518087_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:13e6cfcc7ab587e3f3f5015c3b8bf467d7563dc2d53722be233ff1d85ae9cd49_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3958156fe201f7b059417ed19f2276cbd87f6c4ddea5866966ce9f5886228e4b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9085d37fe1a5d3343a3b8b87b76a61f244f92364bc5bde23e3e1639bad73c819_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e23af8d94203ea514494841ce51e21e9e16d44beea289e75a2c34b928cc07893_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1caae9280a77802b59c36a005dc6e205aadda4a0a00a903730c124cac1ad060d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3385bb4995e49cf72cde1871746b6189d1d209081cffe50995588adbfc2c8c15_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4008f600f3161e71129cc01bfbf6c5d8a3fd27822047f1dadfe346e684dc3166_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7e59dc2d6b34def620602ed39be739f46d03df23978b22a18a890066843e31b7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:021c425fa68df6131d92bbb677573c12b2e6bd59109312de9d21c408b0b16cdd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0a9cde5d4ec7a86753dfbe7e5a8708af7cdd3f646da6e5bc75a0a00313a75d63_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:28971127a76ab3ee2e53a3a27c27d0188ee87a55e68fe736a840aa90764ce975_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7257eda6b816680a3583dfdb4c22018b801685074daccc987b97914c3cb5164c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e1bc5323614e43b8dd150f7ac7fb873b7dee0ceb4f967e7a92b1c70d5d598a30_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:e2fac36d1432b3667e9943318d2ea43a3c3f1c3809d51bccc0124debff692330_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b2765dccc3eb59e63179546ef022310727628b8ee821da97d42523caefb83659_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fe6009d056ffcaa503e1384b188495746d1653f06bf1463f58687c2dabcaf5c7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:29971495cfa61dc31d498923fc8bcbb5b9fb9b9b08fc10a2bf4dac8190edbed2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:422cbd6dee482699ce334c69f4cf359526b37f61447d8ddc9a1e783cf5797c09_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f414d1419790d08c6feae5a56e738a57481c174faa2106721f6ad5230fedf57a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:41a2e6488343bbba1b487e369357e6a66ca21e57bc0b4a53f714e75bc760e8e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3aab7461fb737236048ff061b7979748d8a30227654b5a8e2448c7a7bea5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:84c90e09590beb2201a1942fe58e47cc93e1347894ad79706b2d2be5afe493a9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c26f3aabb772844192228352ba4f5c5dc64eb68747c3569e034a15ff2e77dbb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:20320da2936481e478c10dd7bdd364b77efdc2780388766c88d7cd485e76a4a9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:76e48fe2aaffab84f7e7e1762d0ba9cb8be05f529fd3e2e8adcddb065a8fb7ce_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d15f09050abe53bddff206574ce5319490ed63732ce85876fd47bf352acb6fbf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ebbf0bff2ff1c0560da71b067e4d239f50b51deb27b2604a5826201b2f3d1113_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:22c5156c1fca340012ffa80b5c108a43dc305c3d1cf00caad840c8a7f295d8e3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:857bd392d78fecd52d0cbdec20e998cef4d23e51d4df4a28051abe2b64997fce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a1672dfebe033c4425eae8685099792eb0961e2eae66d824e9000843c4a21221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc3fba4259ecc041fdb3a6d74573907aa33e5c14446cf40a03b89fdcfbd7d2b0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7d08f80fe2a096b2f48a4c0b26f55ef420324dbad50e80634301dda7ec559c18_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b917d823ee4271235ed637673f727a91525bf5786e27aff7b452a6da410d6a1c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ba34a0e44d6ae7a9f34f32140e77d5123bc9be6e845f8247c7bd7417fd692134_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cdcd2fe52320aea18584d9333db162245f3dda12017f11aa73cb1e81b008959a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:45fc37a08ab295d81c0de16b327cc98bc5e784ada95695c95aceb56596304939_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7f9e48b6a06e6e2e1543e96e5749cf243ea8535ebb3386e16938badf34070617_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b880a425adeceed5d62f386d574fd3cb1b7fa8253271afff3575d9667969ff66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2e60766f06cf26d4ea4d083fd68322d494715307ccacb2f01e0843be3a6a893_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:08608e66dc84b9eaecaeb540308254ac998b33816c089924d96b82d384f36fc0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:738f03078222d52943dde03fe41defeb7615af11cb4f8fc43ca967c2afc3f0e0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9d92dc54235004733c3440b8eb4c497d0c97205d9f03758b84af340ad4b9a068_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:dbd364e145579fb75f8c25b6d5f9c90f3ee7a03c1a23da0ea2d0ab5f8fd73f59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:88710de25e7a5146b468aa223266403e9251afc0ddbd4cb813f6d2e91c8b17c3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cf4c75f710db1a26be77cd4b8919764bb6997f6243fede69fe8310ff7fa568d9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e0420d92c6151f4f9b64ba218105b3477ee30deb04234ff7f34717831c34403d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f501823a3c27d1b5bccbcaeb463647d775db48dab5ad47c7e46344f0209eac34_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1d4fb509bae3d60dba09db60aa021fccf57814622d50dce2736ed3d874ab53f1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:4100483ce23b90445a9f218d1435df42c081238db5e61048db14354476897617_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5c1b4bb7c281299afa1c2046d26f2606cc1e31ae80223215300b945065dbea85_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b3a4a0fb9b5d564c5a0525410688b848245971fa5b3a431bd6bd9527303ca8f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2e6e196f622484b8759e286acee0d64c9885fca8b45f5bef555984254f969295_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:4a7747327885e9e13ec93b66adf83e43170bc5e222d7269ad34ddaf1569562a4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7a3d67f34b138a6dc3e7a73bd8fa01d44e5e27bb26f3e3efacb2b798936a6bd8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:843f7875b8ce6f256cc05932cb0a6d07de31f4f2eaff42ae2ae688a67a120a3a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8584e1c4911f63bf476df0c5efcdd3decaf0fb4cbd1fb4c430d5e0dd5cf3972f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9a944f0ae22157d54c99134e3ce72a00e5578c0b2dc8b8a9ecb4cf12c97f9871_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9d9c87009fe397855424b8310404bac6f17a95824815c5b8f5b4e0adeccee18b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f2a3bce00786ce4a7bb2678f9da5437d99d85cdc4c5da3a7ee7aa3992d4fe99a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3507c99271d4c8fd63e0de6abac1b52885ba1aa53f5941854eeeb1d2d5ad32fd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:64288a1ef853ade5b9337948c412c38ff82d37b3eec4117e6a74adf14c9cd61e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bde1394874892df5b6ad35fe5341f6aec7ab812e32e383a3f3e03bc7e99ed214_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:c8908b7417bc7c02e879be54c3e7caea1c4f6ce772b94c7b504cc310b5b0534a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1689ebb475fcb1d8021057f26ef090534fbe210716392ec68bdeba70774dc04f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:57428c891e72813e82f76b384a1bd76d97c0db8c174b47aaaa22c82c2fc0fd9c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b0e7613b2748ea590e6e31818a48d5d8685fe410b105c342ad0b871b9df87f87_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ffd8c8d91e515cb359d849ba9860ad2efe2f2c8acdc619ef1ca812de8722ebb1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0148c33aeac15cb3abbb2b850e863c30f089a39619ffad93c00e8c9d44db3a9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0d3ace6a71014b4fcf273ba1128b4ad3d8b8e3c8c90c97dfe4f9ca19a07e76d2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:67adc5c445a9f0e91cf66341d23c4469ce5632a939214d663a1646d958b8e567_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7e28f86a11a69a4c0ac2b13e6fd13874da779d01870858fe07dc02574f74c596_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:2c94e8c6e1e595defebd226e6d03f96eaa453bdab86cbad80f90000ea528b7b0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:358053cc0f8f77211c5a96d8ea498ac18f48ac1066560a0c3dd1218c9a0ef505_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:94d91967acd236527cfaaad5a40bc321d6ccbbbb0417161def6473416cb25cee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:be73425000dfe01b43a71457d0dee0e96e8218fe42ed41bc422ad379af119195_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:539d3fe1bc1ae12161c29a14b50734f137d1cdca0ac3e3d9ec5e3e97168516cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7b6087acf07796d0dd574a7bae6ba3b73130509e8dd946ef7091e82f138a6c5a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b84c27b68fb5a9da03e4fce66cd32a949f81d670e39cce9f118087e35cd3ce6a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb966ed23952aae325c83dee819bdc4be0186f7273d340995425615a9bf35630_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:161aee19a7928c6eb12d1e1ef81b858c51eaab2eb2ca15573ffd2253c923375a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b923868596c969e37607e8829bc7e71d761b8b89ab3ad2446ecaf3d0d9e655ec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0fc187d00768a353869c2705d08cf350d84d34f6e1099762eb894b0029a910a4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:22f1727d3ff5e4bcf87115c8e704206cb7645e4b1ee805f2ec8a12a98a3f2da5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:90859e4cd9e495ce7816aebc9c96880b04bb028fa6403ca55edc7d0c0205396c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cb0f3921a85277f485c485ee8f3fdff81ff37af3535b08d6c1769512b30942a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:75f7e28d7963cc0a975318371622a09363c2fc1295b561b57e33b7231829fa91_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:845b7945e15bc9eac1eea68a686ba748a11f6234be973296fbf5fc9dfdb56898_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:89d77072d59839456f37f903fdb36bdd281d696317e384ef26df3e0352500a13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:de76a545019f76ca93ad00c84fea7a16c869370c56af9bdb7823bd6b955a9b1b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2ecd6ca0d28da9ce90dd0239f1fbb10c6f3eaf62965fe19c0416500905ac7168_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ecf5a237cc1db0037d01447b5c3b1e0b3047f1c70e5e522bd8b0ca73a5f32d0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:cb1f6672b11384bc5f79eb5d9beb72b083e3efa98f438b322017a87e07621cf3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d644e7d4d6196ce63aff6fda2daffe3ccd233dee95b959285a9eab822e6eed91_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:114c7c4fce9d44199549ae5cf0f3c0756385b20c5136154ea709ffd66c5658fc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:73b10349727bcb4fb13479288392cae9c2cba3d25c107c42ffe9b66052b9e0bb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:ba02f69d1f19511b73d9fdadbda50b47ef7ccce96b129864faf7ca19060a2fc4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cb0e2a015f27cb937bf190b92d908e757796c72139d9a48a4cabcbda1d34de66_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:04bb83eb940c826cace8b684bf5e6074a0433d247b03142da1c4454050e026bb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0ae3d12dae039c794f8c9b2a531f79d39b5770d82c7cbfd7bfb42ea76cc15809_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1c11aa8637ffea2e082703395b5cae6c33ee6bd123c35bab5c3e8cabaac87318_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:43d35de601357072345c43118ef1de666f021bc64c8981618128caada3ce3fe2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0ee80567ce8ee998d883bc1f663e687eed4d25728445e72e57b23742066ac9a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7cd39af0f52e9685f924354656eeafd5fcced5eea2a9150e6618be364eff8fac_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cd6ef8a8de0b7633277acd75f944a2430157459096de905b11ef179d14a985f6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e331ccf751022756f411692d13bfff97ff7dc96f4e2592e44e30ea9a0a4cc44a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:48165aa76fd0437f3b3ecb79b1ac45473105b15891cc79a129f565817ec74013_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a2ecebaa107b76b7fdf45966fb80a22a50dd1ad9b248de072ddc4f7dde0fc3db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b9c1ffa9611df38a498ef34a11e467a341a183242f3ad191a356fe3f6ed35bd2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e8448149704725db36a13a01f94e18b902f71cab5fe8d04289c0f3c7fc37b3ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17e4fe5a699b88c45015fada02a9c1803dd4610f7055d48d3e1a8e0ec50d0165_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:52ed5d6d4f5531f09f1fb12c1e46d4ecc5f53407af7b697b40a3b4ae1fd369f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8dc4efe5690f4a3cf5fa74431d6f2f100ed7b7e056c00eff88e98da264eb3fd8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a96b87e33095c653a9f6f820008e798e194a599394a48a7eb2d377564b818f87_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:50cdbc2887d5d8059b4e617bc7e532ce474321d5e4b9bb90fbd32656f2e407e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:52b367a30c88c66ad5f44fbd234bde80b309591bf1fda9e415c038a5626a4972_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:98730c928cd3bdf97d2e62e686cd7d1dcde2555769d5d0fb067fc1eb11ae0f33_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:acfeef80e49839102125b43a73fa431a67c7d1ff9318454b63cacf8d40662424_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:030a6e17a82050de3f3c48f0407268c4f2671476af84e990b63346004f64b3b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6b5eb978b8b2b78f98b36fdaabc69574022d55de905e653fcb2cf79debdb1f9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7154b79c119ee67d79ee9c31576914298d047c2d8e1abbc1bc19ecbacff01ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:df8595e9c221b6ed5856283835dde8d6511d929a0440a669989930108363b1ea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0e715fed4bcff7dc1559cc8e1d72c70747fa985a9b860597bef0906d7eabb89f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:349e2a46b87613a936d27586b82224b253236bfbda0006886c93d7a3cd132a44_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:9539426ea025e7861aeb405c9ca4e33cfaa66241e2585df3f5bb2b242521a7a0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:f7b36695d66894c77fa3c701fcfff84bf3c98d08e5be2ff2854d18dde3536042_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:38f9fbc169d1fb315e68bdbb8d928097098156028f0c1b5fb3853cfee92d88e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:55a68756f9fbc1870256c1d95aa97c14a53dea071229ac21e2a604c6cbc7b48d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:75f742ffa2045de8da68faf4f835685a010a19ad099172cbce037c64374a55e1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e122e1b979948cc29f6a09b966efc7f30e120138cc89932b671bc9b7283caf26_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:07ef8edf9493b61eb3635e458cd770b15bce6f794d01569e21031a256093870c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c9e253ee46e213e870aaa0ab8e80a3857365ac6c352dc8d561d8c3a1b2bbd1d0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ce88542ec4f84ac57100cb897f4827d7286c6c144261584d2606c60fe83e8fd7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ef04f704db2d800b7d4c98831bf8c7fbcad8a55d93530a744d25780f9fc58c30_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:34b399d922ac9f156bc55948b7460af6ecd53cd57e31f35273104ac687e813d4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3acbfb9709b51a708893a5b08b5dd64464d6c9c1f7950e30caadc6301c71f1dc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bd350e0e32f055467e272d56ca580c8bae37fb5018d72eea116c97dda600f16e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cb80a67e4e97c1800bf2c2580dbb0a56bc88a4c175c461d3db76ae01ac88d38e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1bf326595f9a389789409f853851c1688019b89e958b7b9320c2c356d7a5aa2b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2dd4c98437553eceab248077a179750a55f0c97dd1f92260d6c1c7fcdeb8bf95_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a4a69a73e38da284fff9188d00d66d1fcbeea93f8fa85d7c914db7135ec6e918_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b1565876ab4f9468aa42a636eb75d8d529a77535f49343302e7b55f072b236fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:036086ccc7b3cf715f337cd62bd2f4ceacb18a0bd74ddf3088bb1c82780573f2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:20315f04883a7d51f13ef2c20e5c929e3095a0bf514f0835ab2d105dacd5df51_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b6d4ae16e1d20978d2adbdbdf4faa9baa59eecf337a3e65186a55593ddd17456_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d648d9c2c6ea6e18438b7c84c141b0c4cfeb8c5c441a0a55b96a5b1c3e77afec_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0e370221a5e4a18f60aa3c9438bc66627b0735ca17b5c1119ff9accc0d26af36_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:11995cca9607057d8200667b16ca816188cbc807b7820bc776d3a9790e9b8a21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:681b7e341940c08c2ca18dd15e500dce77881e9eb28af5e7c59b3c0a2fc3fa46_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7c4484bba27c132dad0b570f2f4fd6fd66bb335fa923f21b41eb5af12f4deb98_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a2a42e910c0e4f8dc415df024ee8ffb6c7d23a6e8cd54431f06ae28f31d9f3c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:34e056d7771ef4684b233739c99e9181fade933b0aef87f6545be5da3aa4a7ad_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a8418f86cf1ac4e51937c2b97ac7a5f2adfe36be4dda38e425d2cc004a0cbbf8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ec02a40ac91bd42b6c9c5a32cc5168dcbad14b206bbe3e36b3571bb717ca5fad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7e441b0c7bf47839c3c0df71a41d00522629d451434b551ff1fcb7b73e28c6c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:92b31786ac4169fbcc2359470639469f185f8296993ee8fb4483ba0c39b06469_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be92cd19b4bcde0e5e912e4081ef25913528488273ca9ece533e0b4839e3e17f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ee9bf22ba0cf879afa66a009fc0222e0c16ce1e4b013055035cbbf186dd676f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:176ab84bb58c9455d8fef13365059317b224cbe5e08ae95dc11bcdbd4a0b88da_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:689b048fd7654614bf013994fac36310c16d9ce1996783743a45bb357a54725a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:23c1bce0496835c8a79d97b6d42ceb5902f0c3141a3ce5311800fcf1151213fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:53c4e8ad9078172e4e033eae5b4e40ca0302248ec51123a7bff85d7b7c66550f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:02fee662169216337e150ee63967e27328bb16a5a580508cb372d7359a3612fd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b22cd721de53cc0ce2d4aec2293e49e963162f6e94bb925cfab6e1da0bd8ec3b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:4b910370c2d871827c4b9adaacad4dfd92f047b6870878e04bd992a26f99ad2f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:78d6c72434d8929d2ac8963530bba2cc5195b0a748c75a8d570a6734738f7d78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:070542394dc2e46a8af6ce137f457d849dd3ae93607fb0b7de35ad5d7d1350f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3dafb52fd7954f505bc075643e54b0d2b16d73d3b3db763e37aa9a775ee2f161_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:70dca8e5534e53d5d9e12a896f2027b0f6655073b51b81af4604e6d535fa1047_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a8bff78e6a1b04c042a77c0a18294ffe0a5a98ff7d6d156b863f16eb2c84be7f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:47e9c7a9fe21c4868c584b62b58a0b2cb98c9c1b2f76ead0411c8007869a9ae6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:6e88b886751396cd34248c099f15c7f26c9e0f1f8a61cbcfdd02e51dbd9df8f1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bc71d750a60211203dac5e51c94a9b72c09995963a7cf88e17921a9985f93dd9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c13ae6d1c3ba746048e4e23b1a2d993de2e278095ec9050418cb5afc968eaa90_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:01138c716bbbb84eac7e2871d572e11ecc006f7a25c84ef947fe7a7214483674_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:100624ab64e71c9692f59f49d7b46392dad7b6c62746663e484d22519aa85cbc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:898a8e5bae52796d18cff4f7ad063f34bd89e49ec665dafa534a9f80fb2918f1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b542a66891c970e16b7b7223e0a1da7286a2280994013858301bc87cb7b906f5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:08891b8d3481632f816ac07902af2315e948ff6741edb5ce1970649feda4213c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:54a0f85781a25d05c9e0d045d4787a0bd2873e4d4e1ca222f8f61ceebfa258f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:9e85172d3139e5a6eea8a4356d14c8cee66f94339cdc37f5ab1587c4a8f01d0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd82d3f4696bd3f4dda2438b09dd16ed85d89508351964c373f2dd27419524b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2e9e1acd4b3220a58f9fd15631572e79a126d19a81a4313d83f6a9d7b806dc4f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3d1dbc38a1387714532e0835b2f4c98eeed3269e6b97801ab0ff527e87748a6e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6eada0c560cc534209052bdfa5e61992d22cf3236da6d6dd023f0e15c4597377_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f346b829066c456ba64b3e006a2f220bdaf5c2a151176e83318762578dda785a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1c9dd5189ce261be4a65543ea8a26371ca21dcc782c5ceb405b9aeb11a960198_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:76aaf438681ad73e4a71af5afc5a1611907475d4697444679ce919001f8bbca4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b4e8abb25be3f585b4b2eeeac98729fbdb351737b439b0e4d987ea868007686a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b7938a2e3cdfc21ecfa7fc643a1733fd4bac511b5a84c06e593d7b93dcb088ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:106e2a5fd5b1eaa2166162d96e9834101da33ea244008df76f6504910cb50e0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dabd4bc3753f47564b9f1da5d97a6ce2f294ecc0464efc66e2bb40685d64ff2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:781d4a39b2b531f03f59804edf351fafdd4afba46cf0099905338e42af4f538f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b93b67602a7fb25d1dfa1b1d171561163c30b48fcf9b28f115c2c4622f3a48ea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4cbe4ec6715c56eef3a46d5e522914ae2e83782d09261e1f5b584d21bd2f547e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8c3fd466afaa50b79fd865a4537a2943d57c36199dc67999661d07d3c3edb4a4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a9ea7bac01352c83212f0d153f321cba07727b3688a26a2bcf88ae207be8d4b9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:baf2a0021b89c9b7409dcfc85d5ee0a6db6b783f99486bc88490d925a5f4ebe8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:19cc8c26a733461a50297d5a9699bfc2d77fc1db8a780330e7caae0fa8505ca8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1f5ed970315db65cb65534a558399c7eeaba85e22d91a9ab28712f2f7a8001ed_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:327b81520186a130f2aae8ea1e8249eac893eabfee486e9b21b0e01a9e00c8bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:357d26120a9c9bc605a2c59940af7688da7c4b082f577a5404c9dd6e0b9a112b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:0404c9fd2506af3fbd2a665c87593950ca8739055ec341dc1c5cc7d59d35bd1f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4bb401743e4a8763b6e1b40eeb5031bd226054813b8a234af7db4a75c9fb8708_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5b175d3e2974e5efe4f6731855423bfefe7c631f17a239c990c013ad1b9ae6e1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d599a5fb2e4c6d5b6fd838206e1a3b9539604fc1a20107de73e291ed917f5a25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0e719ea7267cf6c0f069a418c64407ade3c8e400fa62ba79b7cde6d5504199c1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1d0565a70a8a3dace61b67bd06986f2355bde652eff671ece80a203be025076f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:49318663026057b3bfe77d3479fa7b5f639c2f2fe119b93041e2bdb67757bf1d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:699a1b7875efb53a167bb077c7e26691917a5030b524eb4129e0c15d1837639f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:33664485d51fa905dc7b989b624aa4d9f4230a7eb0a10ec61058ce335d118fbc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6a5308a98e8e1d5f0540cf4415c99856bc8b34a6204eb1551843e18507b9a995_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:81ed99852046cd9459cb19b166a6b03c0a348db013f99aab5d430cd215fadc1c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b8d9fb431abd0cef769a30d68af85dac1fc26abf36bb3f07221bbd5f2e8186a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:7b044e940035bc1e0f88c63d14ad60c38f08e65fce4607d8b12bed00de9246c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:e1af7eb476a69119cc8bf3ed5cae563dc5efa74953cacbba7b058bf980288e59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1e02e3d82bf980a09aef725cadb5e034ca6a3b0789d6d14eddd3faa01e5ee7d9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:a71ba178707efcddd6d48558e0727c48437a49bb67701d518b24170fc6a0a5d0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:7b044e940035bc1e0f88c63d14ad60c38f08e65fce4607d8b12bed00de9246c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:e1af7eb476a69119cc8bf3ed5cae563dc5efa74953cacbba7b058bf980288e59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:dcf485379ebab5bfff28c5f15865697c70b784b6ae4a2d757b83a2603466ffc4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3883a1d2b65635db46ff365257e4ee57cf7357e6991f2de21111ba879a20eaec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:47d09eec1cd93bdef1995524f974890827bb6b3c5424e4fc119b6dc1132de367_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:80c2f4cc886fac8997d7da6baeee6a294c07315bb1a2cdafc66ab7b46cfb0cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d7bb32011b7d54a77299f7044ef9508ed420d5846641e830da6ac4a06b59621d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fef95b1f41b2cc99403d755123d0c1190c88926f71a0d6175ab5bfa4b9057d73_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5e61a9ae5fcda07746e81944ac48190bc68a5cc121f366b64d201093bcb2c861_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7fd235e4b91ee80a2ee3544ae22a08a6d86c95d8825ab0c0764de0d003304faa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9663a7ced4cdf572cfec02a19bbfa450441b0ef152ca8d2dcb85a84570c5f450_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:d856c9acb821895d796cf36b9420be5217a3a2d230344fbfd63a1c1bf9a12399_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload"
}
]
}
RHSA-2026:1556
Vulnerability from csaf_redhat - Published: 2026-02-04 04:16 - Updated: 2026-02-04 07:51Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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.13 is now available with updates to packages and images that fix several bugs.\n\nThis 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 Moderate. 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 RPM packages for Red Hat OpenShift Container Platform 4.20.13. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:1555\n\nSecurity Fix(es):\n\n* github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload (CVE-2025-65637)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\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.",
"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:1556",
"url": "https://access.redhat.com/errata/RHSA-2026:1556"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65637",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"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_1556.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.20.13 security and extras update",
"tracking": {
"current_release_date": "2026-02-04T07:51:07+00:00",
"generator": {
"date": "2026-02-04T07:51:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2026:1556",
"initial_release_date": "2026-02-04T04:16:28+00:00",
"revision_history": [
{
"date": "2026-02-04T04:16:28+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-04T04:16:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-04T07:51:07+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-cloud-event-proxy-rhel9@sha256:c9759e1caf91bde4a7a694a383497b53b9d78532345288140dd9ef22b65b6040_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:c9759e1caf91bde4a7a694a383497b53b9d78532345288140dd9ef22b65b6040_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:c9759e1caf91bde4a7a694a383497b53b9d78532345288140dd9ef22b65b6040_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256%3Ac9759e1caf91bde4a7a694a383497b53b9d78532345288140dd9ef22b65b6040?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:7c62466c5260b475689877213a3ec9a569a0fbc9785edb1fc4ca7c6274f01429_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:7c62466c5260b475689877213a3ec9a569a0fbc9785edb1fc4ca7c6274f01429_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:7c62466c5260b475689877213a3ec9a569a0fbc9785edb1fc4ca7c6274f01429_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256%3A7c62466c5260b475689877213a3ec9a569a0fbc9785edb1fc4ca7c6274f01429?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594241"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:92003c9543eb69b29dcc63e54d82657679901c2e8b464224d181d0e1ef45af69_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:92003c9543eb69b29dcc63e54d82657679901c2e8b464224d181d0e1ef45af69_arm64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:92003c9543eb69b29dcc63e54d82657679901c2e8b464224d181d0e1ef45af69_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9@sha256%3A92003c9543eb69b29dcc63e54d82657679901c2e8b464224d181d0e1ef45af69?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552938"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:293b7af51df19e322ab8ab2a79c526d69f22438c01cca5a080e8fb9654cdd3d3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:293b7af51df19e322ab8ab2a79c526d69f22438c01cca5a080e8fb9654cdd3d3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:293b7af51df19e322ab8ab2a79c526d69f22438c01cca5a080e8fb9654cdd3d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9-operator@sha256%3A293b7af51df19e322ab8ab2a79c526d69f22438c01cca5a080e8fb9654cdd3d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:986428218674662cdd2555c7bc9788a54379010d353489ed113518f07100c6ff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:986428218674662cdd2555c7bc9788a54379010d353489ed113518f07100c6ff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:986428218674662cdd2555c7bc9788a54379010d353489ed113518f07100c6ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-cni-rhel9@sha256%3A986428218674662cdd2555c7bc9788a54379010d353489ed113518f07100c6ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e09e73ed4660ae9c4aadd215596a9f7d6224597f295d25abf302b0825f127687_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e09e73ed4660ae9c4aadd215596a9f7d6224597f295d25abf302b0825f127687_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e09e73ed4660ae9c4aadd215596a9f7d6224597f295d25abf302b0825f127687_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-daemon-rhel9@sha256%3Ae09e73ed4660ae9c4aadd215596a9f7d6224597f295d25abf302b0825f127687?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0e47f0b0c079afa6d2abe4c4ab34c5e7b96abf8363239d55a3d7ede5b0a8392a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0e47f0b0c079afa6d2abe4c4ab34c5e7b96abf8363239d55a3d7ede5b0a8392a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0e47f0b0c079afa6d2abe4c4ab34c5e7b96abf8363239d55a3d7ede5b0a8392a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-intel-ipu-p4sdk-rhel9@sha256%3A0e47f0b0c079afa6d2abe4c4ab34c5e7b96abf8363239d55a3d7ede5b0a8392a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:b3d7643b26f5dfe8ca850ffe81fbf2282aaf24b0e0af91452145f0690101b36f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:b3d7643b26f5dfe8ca850ffe81fbf2282aaf24b0e0af91452145f0690101b36f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:b3d7643b26f5dfe8ca850ffe81fbf2282aaf24b0e0af91452145f0690101b36f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-intel-ipu-vsp-rhel9@sha256%3Ab3d7643b26f5dfe8ca850ffe81fbf2282aaf24b0e0af91452145f0690101b36f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b9c2e0ffe0f682f051f7d488249dbb0a82d3415dea96e5962c157a8e8e64e2df_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b9c2e0ffe0f682f051f7d488249dbb0a82d3415dea96e5962c157a8e8e64e2df_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b9c2e0ffe0f682f051f7d488249dbb0a82d3415dea96e5962c157a8e8e64e2df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-rhel9-operator@sha256%3Ab9c2e0ffe0f682f051f7d488249dbb0a82d3415dea96e5962c157a8e8e64e2df?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:80f8a8043609f583054bf11484e693999e015e646c0ec3c4943d6476ce2ab79f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:80f8a8043609f583054bf11484e693999e015e646c0ec3c4943d6476ce2ab79f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:80f8a8043609f583054bf11484e693999e015e646c0ec3c4943d6476ce2ab79f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-infiniband-cni-rhel9@sha256%3A80f8a8043609f583054bf11484e693999e015e646c0ec3c4943d6476ce2ab79f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e8265714945ca0e6fe7b87797364397ecdcb5def05fb2f5fbe6afa79209b5b91_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e8265714945ca0e6fe7b87797364397ecdcb5def05fb2f5fbe6afa79209b5b91_arm64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e8265714945ca0e6fe7b87797364397ecdcb5def05fb2f5fbe6afa79209b5b91_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9@sha256%3Ae8265714945ca0e6fe7b87797364397ecdcb5def05fb2f5fbe6afa79209b5b91?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3681beb08e01cd722da21329025772de4cb403928d0a967144e22360983eb3ff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3681beb08e01cd722da21329025772de4cb403928d0a967144e22360983eb3ff_arm64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3681beb08e01cd722da21329025772de4cb403928d0a967144e22360983eb3ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256%3A3681beb08e01cd722da21329025772de4cb403928d0a967144e22360983eb3ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:7d5fcdafd58fa35f2790899a3edbd7c4663ca3fbf65812713d7690073684b8f5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:7d5fcdafd58fa35f2790899a3edbd7c4663ca3fbf65812713d7690073684b8f5_arm64",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:7d5fcdafd58fa35f2790899a3edbd7c4663ca3fbf65812713d7690073684b8f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-compare-artifacts-rhel9@sha256%3A7d5fcdafd58fa35f2790899a3edbd7c4663ca3fbf65812713d7690073684b8f5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:702b186d5aab37cc7965fe6c99622a4dc74ae7f9800947657ed0bd0caf75ade8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:702b186d5aab37cc7965fe6c99622a4dc74ae7f9800947657ed0bd0caf75ade8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:702b186d5aab37cc7965fe6c99622a4dc74ae7f9800947657ed0bd0caf75ade8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-rhel9@sha256%3A702b186d5aab37cc7965fe6c99622a4dc74ae7f9800947657ed0bd0caf75ade8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:1075ad7f3662e1d547ee4ce3ae22fa78bc6c165e769510d33b3da95791f1c015_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:1075ad7f3662e1d547ee4ce3ae22fa78bc6c165e769510d33b3da95791f1c015_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:1075ad7f3662e1d547ee4ce3ae22fa78bc6c165e769510d33b3da95791f1c015_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256%3A1075ad7f3662e1d547ee4ce3ae22fa78bc6c165e769510d33b3da95791f1c015?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:594a3a8f45c38fec6cae25f611f3f473a827ae6f581f2789a13f4b79d19f292f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:594a3a8f45c38fec6cae25f611f3f473a827ae6f581f2789a13f4b79d19f292f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:594a3a8f45c38fec6cae25f611f3f473a827ae6f581f2789a13f4b79d19f292f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256%3A594a3a8f45c38fec6cae25f611f3f473a827ae6f581f2789a13f4b79d19f292f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769560875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6cfd91e537ae416bef5f668f0a4db86d4ee7e3efabef41f94f60c306515b5c02_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6cfd91e537ae416bef5f668f0a4db86d4ee7e3efabef41f94f60c306515b5c02_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6cfd91e537ae416bef5f668f0a4db86d4ee7e3efabef41f94f60c306515b5c02_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256%3A6cfd91e537ae416bef5f668f0a4db86d4ee7e3efabef41f94f60c306515b5c02?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552424"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:312a9e0dee4d175142bc487b011db065a00a2fff00ff6b3db890e7f5d17ba266_arm64",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:312a9e0dee4d175142bc487b011db065a00a2fff00ff6b3db890e7f5d17ba266_arm64",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:312a9e0dee4d175142bc487b011db065a00a2fff00ff6b3db890e7f5d17ba266_arm64",
"product_identification_helper": {
"purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256%3A312a9e0dee4d175142bc487b011db065a00a2fff00ff6b3db890e7f5d17ba266?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555978"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:4d2062f8a09d012cd9cb43edf4003033328136b5cc7fee88249de10cae1e714a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:4d2062f8a09d012cd9cb43edf4003033328136b5cc7fee88249de10cae1e714a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:4d2062f8a09d012cd9cb43edf4003033328136b5cc7fee88249de10cae1e714a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-node-feature-discovery-rhel9@sha256%3A4d2062f8a09d012cd9cb43edf4003033328136b5cc7fee88249de10cae1e714a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:347241b4f116f06c33aa7d86abb6c226e683909844db0a28d2c9b4ed93af7578_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:347241b4f116f06c33aa7d86abb6c226e683909844db0a28d2c9b4ed93af7578_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:347241b4f116f06c33aa7d86abb6c226e683909844db0a28d2c9b4ed93af7578_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ansible-rhel9-operator@sha256%3A347241b4f116f06c33aa7d86abb6c226e683909844db0a28d2c9b4ed93af7578?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:121eb7a6c5f707b498ca99cb472b9e7a6e78eb58e4f396a96178653eb051a8ea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:121eb7a6c5f707b498ca99cb472b9e7a6e78eb58e4f396a96178653eb051a8ea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:121eb7a6c5f707b498ca99cb472b9e7a6e78eb58e4f396a96178653eb051a8ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capacity-rhel9@sha256%3A121eb7a6c5f707b498ca99cb472b9e7a6e78eb58e4f396a96178653eb051a8ea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552704"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:44d35a7b2542eb138682f9adeac3b380e7bbd81b53e2e816666520f1bffd2c76_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:44d35a7b2542eb138682f9adeac3b380e7bbd81b53e2e816666520f1bffd2c76_arm64",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:44d35a7b2542eb138682f9adeac3b380e7bbd81b53e2e816666520f1bffd2c76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-helm-rhel9-operator@sha256%3A44d35a7b2542eb138682f9adeac3b380e7bbd81b53e2e816666520f1bffd2c76?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b41e1d1b4ac6680051031856a8ecdfb2a366d7734d91383ce6341ee644e72302_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b41e1d1b4ac6680051031856a8ecdfb2a366d7734d91383ce6341ee644e72302_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b41e1d1b4ac6680051031856a8ecdfb2a366d7734d91383ce6341ee644e72302_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256%3Ab41e1d1b4ac6680051031856a8ecdfb2a366d7734d91383ce6341ee644e72302?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:58753675f992b415528aaf16c938d5732f8bdac93a9fb0c8bc99fc26a9a5a303_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:58753675f992b415528aaf16c938d5732f8bdac93a9fb0c8bc99fc26a9a5a303_arm64",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:58753675f992b415528aaf16c938d5732f8bdac93a9fb0c8bc99fc26a9a5a303_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256%3A58753675f992b415528aaf16c938d5732f8bdac93a9fb0c8bc99fc26a9a5a303?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:3b793388b1c3d0a4ce44f462703cdca4598a8b7f736d52341ed0004c62df00d5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:3b793388b1c3d0a4ce44f462703cdca4598a8b7f736d52341ed0004c62df00d5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:3b793388b1c3d0a4ce44f462703cdca4598a8b7f736d52341ed0004c62df00d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-efs-csi-driver-container-rhel9@sha256%3A3b793388b1c3d0a4ce44f462703cdca4598a8b7f736d52341ed0004c62df00d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:a9e9933bbd394d058822540ca621ef4f0584721e0a076e1022c274f7afc01483_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:a9e9933bbd394d058822540ca621ef4f0584721e0a076e1022c274f7afc01483_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:a9e9933bbd394d058822540ca621ef4f0584721e0a076e1022c274f7afc01483_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-efs-csi-driver-rhel9-operator@sha256%3Aa9e9933bbd394d058822540ca621ef4f0584721e0a076e1022c274f7afc01483?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594029"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ff0f8d8e8c2b231c43e28cd4dd3bcb5b5957ab69aa1119a314bd4ef0530520d6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ff0f8d8e8c2b231c43e28cd4dd3bcb5b5957ab69aa1119a314bd4ef0530520d6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ff0f8d8e8c2b231c43e28cd4dd3bcb5b5957ab69aa1119a314bd4ef0530520d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9@sha256%3Aff0f8d8e8c2b231c43e28cd4dd3bcb5b5957ab69aa1119a314bd4ef0530520d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:39d56d1921d1f2e68bf725d525f53f56608c6f4cd71631eebd691ca7566112a2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:39d56d1921d1f2e68bf725d525f53f56608c6f4cd71631eebd691ca7566112a2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:39d56d1921d1f2e68bf725d525f53f56608c6f4cd71631eebd691ca7566112a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3A39d56d1921d1f2e68bf725d525f53f56608c6f4cd71631eebd691ca7566112a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:c9fff6572386c34f13c5c57bc36a851d9d934a3286ee7a46686b6ac2622a04a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:c9fff6572386c34f13c5c57bc36a851d9d934a3286ee7a46686b6ac2622a04a3_arm64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:c9fff6572386c34f13c5c57bc36a851d9d934a3286ee7a46686b6ac2622a04a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9@sha256%3Ac9fff6572386c34f13c5c57bc36a851d9d934a3286ee7a46686b6ac2622a04a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555347"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:abb357043fd7a4ed0d77805f1883acc7c88a7dbf218633338a3cd484c4c33e60_arm64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:abb357043fd7a4ed0d77805f1883acc7c88a7dbf218633338a3cd484c4c33e60_arm64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:abb357043fd7a4ed0d77805f1883acc7c88a7dbf218633338a3cd484c4c33e60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9-operator@sha256%3Aabb357043fd7a4ed0d77805f1883acc7c88a7dbf218633338a3cd484c4c33e60?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553781"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:51a0bc7c0cd3e3cd1933b502ab9eaf22f78657c1f04d00da1a9a5ec445c2997e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:51a0bc7c0cd3e3cd1933b502ab9eaf22f78657c1f04d00da1a9a5ec445c2997e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:51a0bc7c0cd3e3cd1933b502ab9eaf22f78657c1f04d00da1a9a5ec445c2997e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9@sha256%3A51a0bc7c0cd3e3cd1933b502ab9eaf22f78657c1f04d00da1a9a5ec445c2997e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eb9d92384287c28e92d58ec157d0bf99d4a9660e69bf73c995d7866d2e89b1fe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eb9d92384287c28e92d58ec157d0bf99d4a9660e69bf73c995d7866d2e89b1fe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eb9d92384287c28e92d58ec157d0bf99d4a9660e69bf73c995d7866d2e89b1fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9-operator@sha256%3Aeb9d92384287c28e92d58ec157d0bf99d4a9660e69bf73c995d7866d2e89b1fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557293"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3bff5fa5bcd0b5c8a8b616e2693a8a190266b42d17bbd9e7e839188fcae53164_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3bff5fa5bcd0b5c8a8b616e2693a8a190266b42d17bbd9e7e839188fcae53164_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3bff5fa5bcd0b5c8a8b616e2693a8a190266b42d17bbd9e7e839188fcae53164_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel9@sha256%3A3bff5fa5bcd0b5c8a8b616e2693a8a190266b42d17bbd9e7e839188fcae53164?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769560879"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6a9ebe43a0a255a9ce001142fa194bc53bfcebb13ac9b4c152ef76ea727c3af8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6a9ebe43a0a255a9ce001142fa194bc53bfcebb13ac9b4c152ef76ea727c3af8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6a9ebe43a0a255a9ce001142fa194bc53bfcebb13ac9b4c152ef76ea727c3af8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9@sha256%3A6a9ebe43a0a255a9ce001142fa194bc53bfcebb13ac9b4c152ef76ea727c3af8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:463d74f927f27c369255d01d93327ed079bdd60e9bddaedc4fe4431fb509ca57_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:463d74f927f27c369255d01d93327ed079bdd60e9bddaedc4fe4431fb509ca57_arm64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:463d74f927f27c369255d01d93327ed079bdd60e9bddaedc4fe4431fb509ca57_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9-operator@sha256%3A463d74f927f27c369255d01d93327ed079bdd60e9bddaedc4fe4431fb509ca57?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:86dea1586000d5282a173f3b254b6d7c6ee3cbc4e881575b1536c02f29ad3ffe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:86dea1586000d5282a173f3b254b6d7c6ee3cbc4e881575b1536c02f29ad3ffe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:86dea1586000d5282a173f3b254b6d7c6ee3cbc4e881575b1536c02f29ad3ffe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-metrics-exporter-rhel9@sha256%3A86dea1586000d5282a173f3b254b6d7c6ee3cbc4e881575b1536c02f29ad3ffe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6a521b9a2bdcfc607a0aea961e22012906212c109dfac79e919acc63c88d47dc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6a521b9a2bdcfc607a0aea961e22012906212c109dfac79e919acc63c88d47dc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6a521b9a2bdcfc607a0aea961e22012906212c109dfac79e919acc63c88d47dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-rdma-cni-rhel9@sha256%3A6a521b9a2bdcfc607a0aea961e22012906212c109dfac79e919acc63c88d47dc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:118a31204e20b9eb9840c9127c36c3964b5caf72744b179a56f4cf3f0ce02661_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:118a31204e20b9eb9840c9127c36c3964b5caf72744b179a56f4cf3f0ce02661_arm64",
"product_id": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:118a31204e20b9eb9840c9127c36c3964b5caf72744b179a56f4cf3f0ce02661_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-support-log-gather-rhel9-operator@sha256%3A118a31204e20b9eb9840c9127c36c3964b5caf72744b179a56f4cf3f0ce02661?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557079"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e0ec835d0fc8045c6c4d139c8e4895f847ca8cd9fe719b87a2e6d33847ba7b4c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e0ec835d0fc8045c6c4d139c8e4895f847ca8cd9fe719b87a2e6d33847ba7b4c_arm64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e0ec835d0fc8045c6c4d139c8e4895f847ca8cd9fe719b87a2e6d33847ba7b4c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9@sha256%3Ae0ec835d0fc8045c6c4d139c8e4895f847ca8cd9fe719b87a2e6d33847ba7b4c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:bc14cca7543a70a964ad3771e0625eff6df50830d77b3be5fe4a5eb47349ddcb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:bc14cca7543a70a964ad3771e0625eff6df50830d77b3be5fe4a5eb47349ddcb_arm64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:bc14cca7543a70a964ad3771e0625eff6df50830d77b3be5fe4a5eb47349ddcb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9-operator@sha256%3Abc14cca7543a70a964ad3771e0625eff6df50830d77b3be5fe4a5eb47349ddcb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551513"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:3b2cfc0aa060af667ed786b54cf2c78a0267a11e560c25bb98d04b1816914899_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:3b2cfc0aa060af667ed786b54cf2c78a0267a11e560c25bb98d04b1816914899_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:3b2cfc0aa060af667ed786b54cf2c78a0267a11e560c25bb98d04b1816914899_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-rhel9-operator@sha256%3A3b2cfc0aa060af667ed786b54cf2c78a0267a11e560c25bb98d04b1816914899?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9cdaa991a990485f3dc10d63f7885fc564094f578679610b60de716d7b53865f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9cdaa991a990485f3dc10d63f7885fc564094f578679610b60de716d7b53865f_arm64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9cdaa991a990485f3dc10d63f7885fc564094f578679610b60de716d7b53865f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ptp-must-gather-rhel9@sha256%3A9cdaa991a990485f3dc10d63f7885fc564094f578679610b60de716d7b53865f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769561241"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:7f48d4d324d37f6f21f9365c90fcc9910d2d7a027f3d631ccad6bd19e2e2ad85_arm64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:7f48d4d324d37f6f21f9365c90fcc9910d2d7a027f3d631ccad6bd19e2e2ad85_arm64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:7f48d4d324d37f6f21f9365c90fcc9910d2d7a027f3d631ccad6bd19e2e2ad85_arm64",
"product_identification_helper": {
"purl": "pkg:oci/sriov-cni-rhel9@sha256%3A7f48d4d324d37f6f21f9365c90fcc9910d2d7a027f3d631ccad6bd19e2e2ad85?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c42f3734547243cbd86c0c2e20ac11582c749f268162bfb4b6b1e366a91ec46c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c42f3734547243cbd86c0c2e20ac11582c749f268162bfb4b6b1e366a91ec46c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c42f3734547243cbd86c0c2e20ac11582c749f268162bfb4b6b1e366a91ec46c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-dp-admission-controller-rhel9@sha256%3Ac42f3734547243cbd86c0c2e20ac11582c749f268162bfb4b6b1e366a91ec46c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fab7417dca00856d846e0cad7ada78ab058fe47b7a0ca58dfb3f802eb50e4316_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fab7417dca00856d846e0cad7ada78ab058fe47b7a0ca58dfb3f802eb50e4316_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fab7417dca00856d846e0cad7ada78ab058fe47b7a0ca58dfb3f802eb50e4316_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-config-daemon-rhel9@sha256%3Afab7417dca00856d846e0cad7ada78ab058fe47b7a0ca58dfb3f802eb50e4316?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:383b450b5a52f18e9f01b0e1ca7879be3516b5720884c71daf6df30391916c4a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:383b450b5a52f18e9f01b0e1ca7879be3516b5720884c71daf6df30391916c4a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:383b450b5a52f18e9f01b0e1ca7879be3516b5720884c71daf6df30391916c4a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-device-plugin-rhel9@sha256%3A383b450b5a52f18e9f01b0e1ca7879be3516b5720884c71daf6df30391916c4a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:68834af27ffc42325eadb11f447826bdca93a58f42eadbaa960acff1c0a23a9d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:68834af27ffc42325eadb11f447826bdca93a58f42eadbaa960acff1c0a23a9d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:68834af27ffc42325eadb11f447826bdca93a58f42eadbaa960acff1c0a23a9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-rhel9-operator@sha256%3A68834af27ffc42325eadb11f447826bdca93a58f42eadbaa960acff1c0a23a9d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:2bbddda19cf542aa2a943f5c1df68a6059a612ede574af046778e35583180c0a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:2bbddda19cf542aa2a943f5c1df68a6059a612ede574af046778e35583180c0a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:2bbddda19cf542aa2a943f5c1df68a6059a612ede574af046778e35583180c0a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-webhook-rhel9@sha256%3A2bbddda19cf542aa2a943f5c1df68a6059a612ede574af046778e35583180c0a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:fb5cba7aa346709b7f555a06deead5b4939d0dca59c9f1a1806b8d0ddcf509dc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:fb5cba7aa346709b7f555a06deead5b4939d0dca59c9f1a1806b8d0ddcf509dc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:fb5cba7aa346709b7f555a06deead5b4939d0dca59c9f1a1806b8d0ddcf509dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256%3Afb5cba7aa346709b7f555a06deead5b4939d0dca59c9f1a1806b8d0ddcf509dc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57959f4f10394b2b0b212c3bc7fcf2b35cfbabef1d3dc4f2604379d895daa60f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57959f4f10394b2b0b212c3bc7fcf2b35cfbabef1d3dc4f2604379d895daa60f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57959f4f10394b2b0b212c3bc7fcf2b35cfbabef1d3dc4f2604379d895daa60f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3A57959f4f10394b2b0b212c3bc7fcf2b35cfbabef1d3dc4f2604379d895daa60f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552366"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:487f345633b97302d82c959ada09971c8c808e3962775dcc06bec6b85a829fa8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:487f345633b97302d82c959ada09971c8c808e3962775dcc06bec6b85a829fa8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:487f345633b97302d82c959ada09971c8c808e3962775dcc06bec6b85a829fa8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256%3A487f345633b97302d82c959ada09971c8c808e3962775dcc06bec6b85a829fa8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5d259be1775bbcabeb68ea5c8e8781ea63abe42a8871a66b8ab3ba9a654d0a23_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5d259be1775bbcabeb68ea5c8e8781ea63abe42a8871a66b8ab3ba9a654d0a23_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5d259be1775bbcabeb68ea5c8e8781ea63abe42a8871a66b8ab3ba9a654d0a23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256%3A5d259be1775bbcabeb68ea5c8e8781ea63abe42a8871a66b8ab3ba9a654d0a23?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594241"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c216b7a502c1b7b4c2202778617541c099ff3e19eef7ab72427676758bee6d44_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c216b7a502c1b7b4c2202778617541c099ff3e19eef7ab72427676758bee6d44_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c216b7a502c1b7b4c2202778617541c099ff3e19eef7ab72427676758bee6d44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9@sha256%3Ac216b7a502c1b7b4c2202778617541c099ff3e19eef7ab72427676758bee6d44?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552938"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36d6392112db02964e58c136338c1ad05919bc0159e856baaed0a865a2458e93_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36d6392112db02964e58c136338c1ad05919bc0159e856baaed0a865a2458e93_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36d6392112db02964e58c136338c1ad05919bc0159e856baaed0a865a2458e93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9-operator@sha256%3A36d6392112db02964e58c136338c1ad05919bc0159e856baaed0a865a2458e93?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:87677056effe8b95333f56b4d2f1a57b40e69c3e9d08704d7149df4ae331dbe9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:87677056effe8b95333f56b4d2f1a57b40e69c3e9d08704d7149df4ae331dbe9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:87677056effe8b95333f56b4d2f1a57b40e69c3e9d08704d7149df4ae331dbe9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-cni-rhel9@sha256%3A87677056effe8b95333f56b4d2f1a57b40e69c3e9d08704d7149df4ae331dbe9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f98c9a7f150c39fc42de665eaf7b1cb80a068f788e2a50d451973c34ee488811_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f98c9a7f150c39fc42de665eaf7b1cb80a068f788e2a50d451973c34ee488811_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f98c9a7f150c39fc42de665eaf7b1cb80a068f788e2a50d451973c34ee488811_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-daemon-rhel9@sha256%3Af98c9a7f150c39fc42de665eaf7b1cb80a068f788e2a50d451973c34ee488811?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:06865f2889d6690e43b3755e5c8a83850948fef1a937c23b793b4e20fac4066c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:06865f2889d6690e43b3755e5c8a83850948fef1a937c23b793b4e20fac4066c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:06865f2889d6690e43b3755e5c8a83850948fef1a937c23b793b4e20fac4066c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-intel-ipu-p4sdk-rhel9@sha256%3A06865f2889d6690e43b3755e5c8a83850948fef1a937c23b793b4e20fac4066c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:d9958dfdf9b89cef2113770bb3382bb5888ef8236a88f8ece7f1d15fe4b6574e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:d9958dfdf9b89cef2113770bb3382bb5888ef8236a88f8ece7f1d15fe4b6574e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:d9958dfdf9b89cef2113770bb3382bb5888ef8236a88f8ece7f1d15fe4b6574e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-intel-ipu-vsp-rhel9@sha256%3Ad9958dfdf9b89cef2113770bb3382bb5888ef8236a88f8ece7f1d15fe4b6574e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:dd9017cc0f5b5d1914aeb59a1773f4da402b11bd6f8e58d1fe241a83dabd0a30_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:dd9017cc0f5b5d1914aeb59a1773f4da402b11bd6f8e58d1fe241a83dabd0a30_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:dd9017cc0f5b5d1914aeb59a1773f4da402b11bd6f8e58d1fe241a83dabd0a30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-rhel9-operator@sha256%3Add9017cc0f5b5d1914aeb59a1773f4da402b11bd6f8e58d1fe241a83dabd0a30?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5953386e7d889008249a27f26d34460912949212f7a3eb59681f4dbdd7906567_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5953386e7d889008249a27f26d34460912949212f7a3eb59681f4dbdd7906567_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5953386e7d889008249a27f26d34460912949212f7a3eb59681f4dbdd7906567_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-infiniband-cni-rhel9@sha256%3A5953386e7d889008249a27f26d34460912949212f7a3eb59681f4dbdd7906567?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:251144eb89467797994555e501d6366bc39cf858c0762cfb978d14ffbb5c4fe9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:251144eb89467797994555e501d6366bc39cf858c0762cfb978d14ffbb5c4fe9_amd64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:251144eb89467797994555e501d6366bc39cf858c0762cfb978d14ffbb5c4fe9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9@sha256%3A251144eb89467797994555e501d6366bc39cf858c0762cfb978d14ffbb5c4fe9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:8782d36ea8d72755b1d50c27823c049a72969ff4f22ca37ed0463aff770d4462_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:8782d36ea8d72755b1d50c27823c049a72969ff4f22ca37ed0463aff770d4462_amd64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:8782d36ea8d72755b1d50c27823c049a72969ff4f22ca37ed0463aff770d4462_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256%3A8782d36ea8d72755b1d50c27823c049a72969ff4f22ca37ed0463aff770d4462?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:f818928ba9cc6b0d3b2b715298cbce4cf349b807818cd13a0db23d3ef59e6f0e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:f818928ba9cc6b0d3b2b715298cbce4cf349b807818cd13a0db23d3ef59e6f0e_amd64",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:f818928ba9cc6b0d3b2b715298cbce4cf349b807818cd13a0db23d3ef59e6f0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-compare-artifacts-rhel9@sha256%3Af818928ba9cc6b0d3b2b715298cbce4cf349b807818cd13a0db23d3ef59e6f0e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:67a5d877adb0b9e27e66b73899507006f6a3eec5bb9f6be10bcc702b8d06f2a8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:67a5d877adb0b9e27e66b73899507006f6a3eec5bb9f6be10bcc702b8d06f2a8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:67a5d877adb0b9e27e66b73899507006f6a3eec5bb9f6be10bcc702b8d06f2a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-rhel9@sha256%3A67a5d877adb0b9e27e66b73899507006f6a3eec5bb9f6be10bcc702b8d06f2a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f46f940f258893fe88deb9fd32e49e22d2cdb6eaa5734a64b3658d09b64ba5b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f46f940f258893fe88deb9fd32e49e22d2cdb6eaa5734a64b3658d09b64ba5b0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f46f940f258893fe88deb9fd32e49e22d2cdb6eaa5734a64b3658d09b64ba5b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256%3Af46f940f258893fe88deb9fd32e49e22d2cdb6eaa5734a64b3658d09b64ba5b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:9c83cdb44f2a4e3d26fb8d7552fb8bd3753eb044377e25c43989959d0cb2cc74_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:9c83cdb44f2a4e3d26fb8d7552fb8bd3753eb044377e25c43989959d0cb2cc74_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:9c83cdb44f2a4e3d26fb8d7552fb8bd3753eb044377e25c43989959d0cb2cc74_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256%3A9c83cdb44f2a4e3d26fb8d7552fb8bd3753eb044377e25c43989959d0cb2cc74?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769560875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:029409a8db50b7f5abcc88ce4e87e9fa43187da28530d43cc6b82fa95f8a3c1d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:029409a8db50b7f5abcc88ce4e87e9fa43187da28530d43cc6b82fa95f8a3c1d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:029409a8db50b7f5abcc88ce4e87e9fa43187da28530d43cc6b82fa95f8a3c1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256%3A029409a8db50b7f5abcc88ce4e87e9fa43187da28530d43cc6b82fa95f8a3c1d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552424"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:5937ce08727f2bb5ac66949fe74b08befdf85eb53b2d7935b38ab6cadd134e6b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:5937ce08727f2bb5ac66949fe74b08befdf85eb53b2d7935b38ab6cadd134e6b_amd64",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:5937ce08727f2bb5ac66949fe74b08befdf85eb53b2d7935b38ab6cadd134e6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256%3A5937ce08727f2bb5ac66949fe74b08befdf85eb53b2d7935b38ab6cadd134e6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555978"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:759cdc4851b117b4a02174e507f89d0d7da47032cb9d233f6a1ee09f2be1f3e5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:759cdc4851b117b4a02174e507f89d0d7da47032cb9d233f6a1ee09f2be1f3e5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:759cdc4851b117b4a02174e507f89d0d7da47032cb9d233f6a1ee09f2be1f3e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-node-feature-discovery-rhel9@sha256%3A759cdc4851b117b4a02174e507f89d0d7da47032cb9d233f6a1ee09f2be1f3e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:570cde1472396c113650129050856d64c7cd762d7ff6dd66efd7a4920f6bd73b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:570cde1472396c113650129050856d64c7cd762d7ff6dd66efd7a4920f6bd73b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:570cde1472396c113650129050856d64c7cd762d7ff6dd66efd7a4920f6bd73b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ansible-rhel9-operator@sha256%3A570cde1472396c113650129050856d64c7cd762d7ff6dd66efd7a4920f6bd73b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1659c2bfd556d3a53f8dc6524409bcb81423dea0b3f1c0e5ca0e633c6cb6cb98_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1659c2bfd556d3a53f8dc6524409bcb81423dea0b3f1c0e5ca0e633c6cb6cb98_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1659c2bfd556d3a53f8dc6524409bcb81423dea0b3f1c0e5ca0e633c6cb6cb98_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capacity-rhel9@sha256%3A1659c2bfd556d3a53f8dc6524409bcb81423dea0b3f1c0e5ca0e633c6cb6cb98?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552704"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4055a6ffdd3b52212843252c9e7f4eebd8d918e442d94508f0b15be80b54580d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4055a6ffdd3b52212843252c9e7f4eebd8d918e442d94508f0b15be80b54580d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4055a6ffdd3b52212843252c9e7f4eebd8d918e442d94508f0b15be80b54580d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-helm-rhel9-operator@sha256%3A4055a6ffdd3b52212843252c9e7f4eebd8d918e442d94508f0b15be80b54580d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0db96b42ff22f151c71e6d744f44323a27e6fbfe9e0d81f64fbf1eb98f655837_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0db96b42ff22f151c71e6d744f44323a27e6fbfe9e0d81f64fbf1eb98f655837_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0db96b42ff22f151c71e6d744f44323a27e6fbfe9e0d81f64fbf1eb98f655837_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256%3A0db96b42ff22f151c71e6d744f44323a27e6fbfe9e0d81f64fbf1eb98f655837?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c0ed015ec477635087800de08b1e47751b51d5a90abba0e469077d2c5950861b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c0ed015ec477635087800de08b1e47751b51d5a90abba0e469077d2c5950861b_amd64",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c0ed015ec477635087800de08b1e47751b51d5a90abba0e469077d2c5950861b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256%3Ac0ed015ec477635087800de08b1e47751b51d5a90abba0e469077d2c5950861b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:c90d84d60c25528afd0f83687512efdc28e2f1173f16eedaa61559bbe2d19d88_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:c90d84d60c25528afd0f83687512efdc28e2f1173f16eedaa61559bbe2d19d88_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:c90d84d60c25528afd0f83687512efdc28e2f1173f16eedaa61559bbe2d19d88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-efs-csi-driver-container-rhel9@sha256%3Ac90d84d60c25528afd0f83687512efdc28e2f1173f16eedaa61559bbe2d19d88?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86eb5c4ac79d699c6b46926c766f6629ea9e7c88a77846be7fe7956dc01d75c3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86eb5c4ac79d699c6b46926c766f6629ea9e7c88a77846be7fe7956dc01d75c3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86eb5c4ac79d699c6b46926c766f6629ea9e7c88a77846be7fe7956dc01d75c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-efs-csi-driver-rhel9-operator@sha256%3A86eb5c4ac79d699c6b46926c766f6629ea9e7c88a77846be7fe7956dc01d75c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594029"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:32dd0ff1f27d87cf49c84f3ce0f990bc929e7e348f7e2bf6bc02338d53198385_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:32dd0ff1f27d87cf49c84f3ce0f990bc929e7e348f7e2bf6bc02338d53198385_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:32dd0ff1f27d87cf49c84f3ce0f990bc929e7e348f7e2bf6bc02338d53198385_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9@sha256%3A32dd0ff1f27d87cf49c84f3ce0f990bc929e7e348f7e2bf6bc02338d53198385?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:eb3cb9d548d836fe7c84b72fad901fda76d221afa625970d07a3e5af07a0cc9d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:eb3cb9d548d836fe7c84b72fad901fda76d221afa625970d07a3e5af07a0cc9d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:eb3cb9d548d836fe7c84b72fad901fda76d221afa625970d07a3e5af07a0cc9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3Aeb3cb9d548d836fe7c84b72fad901fda76d221afa625970d07a3e5af07a0cc9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:6cc0cd3f8f325f67accd7ce936511ac5dcf41dcbe9d9c8da13caba8cefe5977e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:6cc0cd3f8f325f67accd7ce936511ac5dcf41dcbe9d9c8da13caba8cefe5977e_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:6cc0cd3f8f325f67accd7ce936511ac5dcf41dcbe9d9c8da13caba8cefe5977e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9@sha256%3A6cc0cd3f8f325f67accd7ce936511ac5dcf41dcbe9d9c8da13caba8cefe5977e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555347"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cf0611fadc5bce2162c3f552db4682c61030a631cb6312d0770bae2f361fed86_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cf0611fadc5bce2162c3f552db4682c61030a631cb6312d0770bae2f361fed86_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cf0611fadc5bce2162c3f552db4682c61030a631cb6312d0770bae2f361fed86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9-operator@sha256%3Acf0611fadc5bce2162c3f552db4682c61030a631cb6312d0770bae2f361fed86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553781"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f2f5575b29df258d45a715872d14a7c5120572f151f4589c0b0baf447d35e174_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f2f5575b29df258d45a715872d14a7c5120572f151f4589c0b0baf447d35e174_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f2f5575b29df258d45a715872d14a7c5120572f151f4589c0b0baf447d35e174_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9@sha256%3Af2f5575b29df258d45a715872d14a7c5120572f151f4589c0b0baf447d35e174?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:67cc7eb2cc37bf8a9c03786b981f505944833d4b410c07d33d1c90aad19188ee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:67cc7eb2cc37bf8a9c03786b981f505944833d4b410c07d33d1c90aad19188ee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:67cc7eb2cc37bf8a9c03786b981f505944833d4b410c07d33d1c90aad19188ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9-operator@sha256%3A67cc7eb2cc37bf8a9c03786b981f505944833d4b410c07d33d1c90aad19188ee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557293"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:005ea43190c30e34027731c11f0ba93a4ff51c3d64ce673d9b3fb1296f8e1217_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:005ea43190c30e34027731c11f0ba93a4ff51c3d64ce673d9b3fb1296f8e1217_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:005ea43190c30e34027731c11f0ba93a4ff51c3d64ce673d9b3fb1296f8e1217_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel9@sha256%3A005ea43190c30e34027731c11f0ba93a4ff51c3d64ce673d9b3fb1296f8e1217?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769560879"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e76b26e6b77ee02bb8ca00574e0787c13b8cbab506d5e56ac8b9be18bf92463c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e76b26e6b77ee02bb8ca00574e0787c13b8cbab506d5e56ac8b9be18bf92463c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e76b26e6b77ee02bb8ca00574e0787c13b8cbab506d5e56ac8b9be18bf92463c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9@sha256%3Ae76b26e6b77ee02bb8ca00574e0787c13b8cbab506d5e56ac8b9be18bf92463c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da4f2ced8e92d60b0a967dc47adaf6ab38c4e32527a2170b57f763e84b070a85_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da4f2ced8e92d60b0a967dc47adaf6ab38c4e32527a2170b57f763e84b070a85_amd64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da4f2ced8e92d60b0a967dc47adaf6ab38c4e32527a2170b57f763e84b070a85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9-operator@sha256%3Ada4f2ced8e92d60b0a967dc47adaf6ab38c4e32527a2170b57f763e84b070a85?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9905827162e394e6e64296c5146b75f0e20f0101016ce191562aec6e3143befc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9905827162e394e6e64296c5146b75f0e20f0101016ce191562aec6e3143befc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9905827162e394e6e64296c5146b75f0e20f0101016ce191562aec6e3143befc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-metrics-exporter-rhel9@sha256%3A9905827162e394e6e64296c5146b75f0e20f0101016ce191562aec6e3143befc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2020938b4e60a3dd7335f7b0c54b955d9c9910f4884cb397746af1eca38e01ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2020938b4e60a3dd7335f7b0c54b955d9c9910f4884cb397746af1eca38e01ca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2020938b4e60a3dd7335f7b0c54b955d9c9910f4884cb397746af1eca38e01ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-rdma-cni-rhel9@sha256%3A2020938b4e60a3dd7335f7b0c54b955d9c9910f4884cb397746af1eca38e01ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b0b665ac611864eef61ceb6e0503b1e0dd7bb6a8c472d8b55df5ff295182133_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b0b665ac611864eef61ceb6e0503b1e0dd7bb6a8c472d8b55df5ff295182133_amd64",
"product_id": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b0b665ac611864eef61ceb6e0503b1e0dd7bb6a8c472d8b55df5ff295182133_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-support-log-gather-rhel9-operator@sha256%3A5b0b665ac611864eef61ceb6e0503b1e0dd7bb6a8c472d8b55df5ff295182133?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557079"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:85de1eaf4824348bd297d806f0e5a21ad02f74f45af91d4bae3580f9fb8e34a9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:85de1eaf4824348bd297d806f0e5a21ad02f74f45af91d4bae3580f9fb8e34a9_amd64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:85de1eaf4824348bd297d806f0e5a21ad02f74f45af91d4bae3580f9fb8e34a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9@sha256%3A85de1eaf4824348bd297d806f0e5a21ad02f74f45af91d4bae3580f9fb8e34a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c09df9cd9a7a3eb0dd7de3f838211bcd74f9f8e98b9d8ad4dc93129538425c31_amd64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c09df9cd9a7a3eb0dd7de3f838211bcd74f9f8e98b9d8ad4dc93129538425c31_amd64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c09df9cd9a7a3eb0dd7de3f838211bcd74f9f8e98b9d8ad4dc93129538425c31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9-operator@sha256%3Ac09df9cd9a7a3eb0dd7de3f838211bcd74f9f8e98b9d8ad4dc93129538425c31?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551513"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:ec1b58f45b19b701e3496b73bbd858226777e604ea7403f1fe098206e5ae3a21_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:ec1b58f45b19b701e3496b73bbd858226777e604ea7403f1fe098206e5ae3a21_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:ec1b58f45b19b701e3496b73bbd858226777e604ea7403f1fe098206e5ae3a21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-rhel9-operator@sha256%3Aec1b58f45b19b701e3496b73bbd858226777e604ea7403f1fe098206e5ae3a21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:b2d084d99edad49af8aac7c7dd458327389f69739e5f3ef666e64f1a11357598_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:b2d084d99edad49af8aac7c7dd458327389f69739e5f3ef666e64f1a11357598_amd64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:b2d084d99edad49af8aac7c7dd458327389f69739e5f3ef666e64f1a11357598_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ptp-must-gather-rhel9@sha256%3Ab2d084d99edad49af8aac7c7dd458327389f69739e5f3ef666e64f1a11357598?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769561241"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:798eb1193179521414abe6da008df6d35fe1ec73bf4d22af2ffa192c89dda997_amd64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:798eb1193179521414abe6da008df6d35fe1ec73bf4d22af2ffa192c89dda997_amd64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:798eb1193179521414abe6da008df6d35fe1ec73bf4d22af2ffa192c89dda997_amd64",
"product_identification_helper": {
"purl": "pkg:oci/sriov-cni-rhel9@sha256%3A798eb1193179521414abe6da008df6d35fe1ec73bf4d22af2ffa192c89dda997?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2c56a40d378fbace6e52f66f895abb7e95c0fe043e74ef4d9179f56d28922795_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2c56a40d378fbace6e52f66f895abb7e95c0fe043e74ef4d9179f56d28922795_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2c56a40d378fbace6e52f66f895abb7e95c0fe043e74ef4d9179f56d28922795_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-dp-admission-controller-rhel9@sha256%3A2c56a40d378fbace6e52f66f895abb7e95c0fe043e74ef4d9179f56d28922795?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ef19836a221c591fc413d6c528e17e6e9bbace0f94e69715c4b73b88892f194_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ef19836a221c591fc413d6c528e17e6e9bbace0f94e69715c4b73b88892f194_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ef19836a221c591fc413d6c528e17e6e9bbace0f94e69715c4b73b88892f194_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-config-daemon-rhel9@sha256%3A4ef19836a221c591fc413d6c528e17e6e9bbace0f94e69715c4b73b88892f194?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:34104364de9468512eaeb4f3c5a997082f7b3c77850fbd284c2e1a296a4efd9e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:34104364de9468512eaeb4f3c5a997082f7b3c77850fbd284c2e1a296a4efd9e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:34104364de9468512eaeb4f3c5a997082f7b3c77850fbd284c2e1a296a4efd9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-device-plugin-rhel9@sha256%3A34104364de9468512eaeb4f3c5a997082f7b3c77850fbd284c2e1a296a4efd9e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bc45c0e6f1eaa575ffc16aeb28a490453453481da4b350c504900787d380cb12_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bc45c0e6f1eaa575ffc16aeb28a490453453481da4b350c504900787d380cb12_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bc45c0e6f1eaa575ffc16aeb28a490453453481da4b350c504900787d380cb12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-rhel9-operator@sha256%3Abc45c0e6f1eaa575ffc16aeb28a490453453481da4b350c504900787d380cb12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:36a2fb712a37b7987fdcb6f8969690b68494f55576c1d79a49f33c9a2e693de3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:36a2fb712a37b7987fdcb6f8969690b68494f55576c1d79a49f33c9a2e693de3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:36a2fb712a37b7987fdcb6f8969690b68494f55576c1d79a49f33c9a2e693de3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-webhook-rhel9@sha256%3A36a2fb712a37b7987fdcb6f8969690b68494f55576c1d79a49f33c9a2e693de3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6bd20dbf7834329495955eb2abb2821cdc0c6d3ed56ca54f6041741bd2b29f01_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6bd20dbf7834329495955eb2abb2821cdc0c6d3ed56ca54f6041741bd2b29f01_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6bd20dbf7834329495955eb2abb2821cdc0c6d3ed56ca54f6041741bd2b29f01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256%3A6bd20dbf7834329495955eb2abb2821cdc0c6d3ed56ca54f6041741bd2b29f01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:1bd28b06dfd84aee2bc968ad2d7651471e4bb8e3a4417e881fa2062ff3629bac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:1bd28b06dfd84aee2bc968ad2d7651471e4bb8e3a4417e881fa2062ff3629bac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:1bd28b06dfd84aee2bc968ad2d7651471e4bb8e3a4417e881fa2062ff3629bac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3A1bd28b06dfd84aee2bc968ad2d7651471e4bb8e3a4417e881fa2062ff3629bac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552366"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8d5c04afe2ed2acca68a88357e678b3807ef544823492f17e363f65412123dc8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8d5c04afe2ed2acca68a88357e678b3807ef544823492f17e363f65412123dc8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8d5c04afe2ed2acca68a88357e678b3807ef544823492f17e363f65412123dc8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256%3A8d5c04afe2ed2acca68a88357e678b3807ef544823492f17e363f65412123dc8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a0b6d46abb21c8948693ca9109cf3211989f687b463357ce65293ab12f7a2752_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a0b6d46abb21c8948693ca9109cf3211989f687b463357ce65293ab12f7a2752_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a0b6d46abb21c8948693ca9109cf3211989f687b463357ce65293ab12f7a2752_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256%3Aa0b6d46abb21c8948693ca9109cf3211989f687b463357ce65293ab12f7a2752?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594241"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6be3608bac44656a2459e4d4fe4ff78c206de0d7925bb683abd24ba3ac61ef11_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6be3608bac44656a2459e4d4fe4ff78c206de0d7925bb683abd24ba3ac61ef11_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6be3608bac44656a2459e4d4fe4ff78c206de0d7925bb683abd24ba3ac61ef11_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9@sha256%3A6be3608bac44656a2459e4d4fe4ff78c206de0d7925bb683abd24ba3ac61ef11?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552938"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3b5b16b17bf497bdb11533ef204a22bab86a813e5a5866a90f14da0a82939f05_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3b5b16b17bf497bdb11533ef204a22bab86a813e5a5866a90f14da0a82939f05_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3b5b16b17bf497bdb11533ef204a22bab86a813e5a5866a90f14da0a82939f05_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9-operator@sha256%3A3b5b16b17bf497bdb11533ef204a22bab86a813e5a5866a90f14da0a82939f05?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9313dcddd596b3455167b33e40cb9a1504c30949fe164e47fb772f87f320c746_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9313dcddd596b3455167b33e40cb9a1504c30949fe164e47fb772f87f320c746_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9313dcddd596b3455167b33e40cb9a1504c30949fe164e47fb772f87f320c746_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-cni-rhel9@sha256%3A9313dcddd596b3455167b33e40cb9a1504c30949fe164e47fb772f87f320c746?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:956f9f95a62b11da49eb8b9b9f18b4470ec852a9d06859803469bc24a68069b3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:956f9f95a62b11da49eb8b9b9f18b4470ec852a9d06859803469bc24a68069b3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:956f9f95a62b11da49eb8b9b9f18b4470ec852a9d06859803469bc24a68069b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-daemon-rhel9@sha256%3A956f9f95a62b11da49eb8b9b9f18b4470ec852a9d06859803469bc24a68069b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:bc64a188a12f3cbc5cd361c3de27e8d705f15b50ccaf7df776b746e3015791ed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:bc64a188a12f3cbc5cd361c3de27e8d705f15b50ccaf7df776b746e3015791ed_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:bc64a188a12f3cbc5cd361c3de27e8d705f15b50ccaf7df776b746e3015791ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-rhel9-operator@sha256%3Abc64a188a12f3cbc5cd361c3de27e8d705f15b50ccaf7df776b746e3015791ed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:27ee866d1c94beb7614c4057100ea57dbf7955e344d475bcb3d09029c8a91772_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:27ee866d1c94beb7614c4057100ea57dbf7955e344d475bcb3d09029c8a91772_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:27ee866d1c94beb7614c4057100ea57dbf7955e344d475bcb3d09029c8a91772_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-infiniband-cni-rhel9@sha256%3A27ee866d1c94beb7614c4057100ea57dbf7955e344d475bcb3d09029c8a91772?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b3e98840321330ffb08b20242207365bef6c26cb86eb89f060604dfc1bd3ae43_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b3e98840321330ffb08b20242207365bef6c26cb86eb89f060604dfc1bd3ae43_ppc64le",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b3e98840321330ffb08b20242207365bef6c26cb86eb89f060604dfc1bd3ae43_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9@sha256%3Ab3e98840321330ffb08b20242207365bef6c26cb86eb89f060604dfc1bd3ae43?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:924fc818077dfbbf3860a60493691ee4509cb8462f5178a9926304d7ffe34405_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:924fc818077dfbbf3860a60493691ee4509cb8462f5178a9926304d7ffe34405_ppc64le",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:924fc818077dfbbf3860a60493691ee4509cb8462f5178a9926304d7ffe34405_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256%3A924fc818077dfbbf3860a60493691ee4509cb8462f5178a9926304d7ffe34405?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d2e161edca53e818099388ad6511397b9500e317122248fda125f7b1f6138745_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d2e161edca53e818099388ad6511397b9500e317122248fda125f7b1f6138745_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d2e161edca53e818099388ad6511397b9500e317122248fda125f7b1f6138745_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-compare-artifacts-rhel9@sha256%3Ad2e161edca53e818099388ad6511397b9500e317122248fda125f7b1f6138745?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d7e79a24bf8663c3060c210409db0b49b6244361313be3353bd19b93917e55f4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d7e79a24bf8663c3060c210409db0b49b6244361313be3353bd19b93917e55f4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d7e79a24bf8663c3060c210409db0b49b6244361313be3353bd19b93917e55f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-rhel9@sha256%3Ad7e79a24bf8663c3060c210409db0b49b6244361313be3353bd19b93917e55f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:af27e7fb9d2caf458de7a003eb14b91c631e86d72c4746ddb5202566e468f9c2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:af27e7fb9d2caf458de7a003eb14b91c631e86d72c4746ddb5202566e468f9c2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:af27e7fb9d2caf458de7a003eb14b91c631e86d72c4746ddb5202566e468f9c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256%3Aaf27e7fb9d2caf458de7a003eb14b91c631e86d72c4746ddb5202566e468f9c2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6d23278c59fa56c575db3ec27158ed7458f321e0f97293eda2690c8de7e1deec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6d23278c59fa56c575db3ec27158ed7458f321e0f97293eda2690c8de7e1deec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6d23278c59fa56c575db3ec27158ed7458f321e0f97293eda2690c8de7e1deec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256%3A6d23278c59fa56c575db3ec27158ed7458f321e0f97293eda2690c8de7e1deec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769560875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:ad091559b522dbde389e4a572607613307d97043fb4cb7fb23d9a1c7d4961f19_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:ad091559b522dbde389e4a572607613307d97043fb4cb7fb23d9a1c7d4961f19_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:ad091559b522dbde389e4a572607613307d97043fb4cb7fb23d9a1c7d4961f19_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256%3Aad091559b522dbde389e4a572607613307d97043fb4cb7fb23d9a1c7d4961f19?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552424"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:16975db499564293ff3ab0bd8597cb393eef5b819e3b53ad449dbfb0f5d378c2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:16975db499564293ff3ab0bd8597cb393eef5b819e3b53ad449dbfb0f5d378c2_ppc64le",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:16975db499564293ff3ab0bd8597cb393eef5b819e3b53ad449dbfb0f5d378c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256%3A16975db499564293ff3ab0bd8597cb393eef5b819e3b53ad449dbfb0f5d378c2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555978"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:129a70378c39a8cb736921f5207e94ae883cd289b660610395e6b6fd54577970_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:129a70378c39a8cb736921f5207e94ae883cd289b660610395e6b6fd54577970_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:129a70378c39a8cb736921f5207e94ae883cd289b660610395e6b6fd54577970_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-node-feature-discovery-rhel9@sha256%3A129a70378c39a8cb736921f5207e94ae883cd289b660610395e6b6fd54577970?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3adb9e54090f609e54dd90db35c461c6d863716b2343870c28816fef93b90bcf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3adb9e54090f609e54dd90db35c461c6d863716b2343870c28816fef93b90bcf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3adb9e54090f609e54dd90db35c461c6d863716b2343870c28816fef93b90bcf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ansible-rhel9-operator@sha256%3A3adb9e54090f609e54dd90db35c461c6d863716b2343870c28816fef93b90bcf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:34f19c271bcbf8b42089d53cbc110553a5a963517485b882547471fa56cbbfc7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:34f19c271bcbf8b42089d53cbc110553a5a963517485b882547471fa56cbbfc7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:34f19c271bcbf8b42089d53cbc110553a5a963517485b882547471fa56cbbfc7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capacity-rhel9@sha256%3A34f19c271bcbf8b42089d53cbc110553a5a963517485b882547471fa56cbbfc7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552704"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ec7ce4b7eead1365a0337ff96f14f76044c0cd92b3d1622303c818e4acdea686_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ec7ce4b7eead1365a0337ff96f14f76044c0cd92b3d1622303c818e4acdea686_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ec7ce4b7eead1365a0337ff96f14f76044c0cd92b3d1622303c818e4acdea686_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-helm-rhel9-operator@sha256%3Aec7ce4b7eead1365a0337ff96f14f76044c0cd92b3d1622303c818e4acdea686?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:fa597df7e116d88d69fb60cf12f08eda1f2c4faaf2657910a2436b34d27ad6df_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:fa597df7e116d88d69fb60cf12f08eda1f2c4faaf2657910a2436b34d27ad6df_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:fa597df7e116d88d69fb60cf12f08eda1f2c4faaf2657910a2436b34d27ad6df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256%3Afa597df7e116d88d69fb60cf12f08eda1f2c4faaf2657910a2436b34d27ad6df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c4165da7c833604bb6254f71cc71fd467d4d4f97aa3647acd22b499f9c57e5ca_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c4165da7c833604bb6254f71cc71fd467d4d4f97aa3647acd22b499f9c57e5ca_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c4165da7c833604bb6254f71cc71fd467d4d4f97aa3647acd22b499f9c57e5ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256%3Ac4165da7c833604bb6254f71cc71fd467d4d4f97aa3647acd22b499f9c57e5ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9e2909100b905b51093b03f046d58a9387106b1123db43b6757dcd42b9564e95_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9e2909100b905b51093b03f046d58a9387106b1123db43b6757dcd42b9564e95_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9e2909100b905b51093b03f046d58a9387106b1123db43b6757dcd42b9564e95_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9@sha256%3A9e2909100b905b51093b03f046d58a9387106b1123db43b6757dcd42b9564e95?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:2718ca4548d1530f457c0e568493a6b749afb72516b46c63549d47a2b3dab555_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:2718ca4548d1530f457c0e568493a6b749afb72516b46c63549d47a2b3dab555_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:2718ca4548d1530f457c0e568493a6b749afb72516b46c63549d47a2b3dab555_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3A2718ca4548d1530f457c0e568493a6b749afb72516b46c63549d47a2b3dab555?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:630db8bacf758c1b57109972f4994a39f70c7541b6f299d1db1a274c43514091_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:630db8bacf758c1b57109972f4994a39f70c7541b6f299d1db1a274c43514091_ppc64le",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:630db8bacf758c1b57109972f4994a39f70c7541b6f299d1db1a274c43514091_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9@sha256%3A630db8bacf758c1b57109972f4994a39f70c7541b6f299d1db1a274c43514091?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555347"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b45dbf329d4faa2845b6d437505551d66af13e9284b201e820b898f8b2361f45_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b45dbf329d4faa2845b6d437505551d66af13e9284b201e820b898f8b2361f45_ppc64le",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b45dbf329d4faa2845b6d437505551d66af13e9284b201e820b898f8b2361f45_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9-operator@sha256%3Ab45dbf329d4faa2845b6d437505551d66af13e9284b201e820b898f8b2361f45?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553781"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:06b8beaeda63e6eb242caee92b8d5bf125776f26bc0541d8028c8deaed883065_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:06b8beaeda63e6eb242caee92b8d5bf125776f26bc0541d8028c8deaed883065_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:06b8beaeda63e6eb242caee92b8d5bf125776f26bc0541d8028c8deaed883065_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9@sha256%3A06b8beaeda63e6eb242caee92b8d5bf125776f26bc0541d8028c8deaed883065?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4206bd717104d7b6c22a6403fb1fe56b91b4304f2613e28a31f14f12cf784fb9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4206bd717104d7b6c22a6403fb1fe56b91b4304f2613e28a31f14f12cf784fb9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4206bd717104d7b6c22a6403fb1fe56b91b4304f2613e28a31f14f12cf784fb9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9-operator@sha256%3A4206bd717104d7b6c22a6403fb1fe56b91b4304f2613e28a31f14f12cf784fb9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557293"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1da692845e72bd7453980a2cd0531034225b6bea62c093f1f28145b915cc9fcf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1da692845e72bd7453980a2cd0531034225b6bea62c093f1f28145b915cc9fcf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1da692845e72bd7453980a2cd0531034225b6bea62c093f1f28145b915cc9fcf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel9@sha256%3A1da692845e72bd7453980a2cd0531034225b6bea62c093f1f28145b915cc9fcf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769560879"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1222a28afdd57c13215b9acb9ec7ffb24078bebe32c4a57e37c7fdc96da8863c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1222a28afdd57c13215b9acb9ec7ffb24078bebe32c4a57e37c7fdc96da8863c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1222a28afdd57c13215b9acb9ec7ffb24078bebe32c4a57e37c7fdc96da8863c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9@sha256%3A1222a28afdd57c13215b9acb9ec7ffb24078bebe32c4a57e37c7fdc96da8863c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:268ce87ca10ee36766324a0122c434030b54681e45c21d8630af77859fb4e998_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:268ce87ca10ee36766324a0122c434030b54681e45c21d8630af77859fb4e998_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:268ce87ca10ee36766324a0122c434030b54681e45c21d8630af77859fb4e998_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9-operator@sha256%3A268ce87ca10ee36766324a0122c434030b54681e45c21d8630af77859fb4e998?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:3b13143c3c81d3850c29d1e6f63eafd0a0a684a476dfef41b3d430a77db59cda_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:3b13143c3c81d3850c29d1e6f63eafd0a0a684a476dfef41b3d430a77db59cda_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:3b13143c3c81d3850c29d1e6f63eafd0a0a684a476dfef41b3d430a77db59cda_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-metrics-exporter-rhel9@sha256%3A3b13143c3c81d3850c29d1e6f63eafd0a0a684a476dfef41b3d430a77db59cda?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:231082ea0799156bf6bc0d9b2b6d9a607f5a9713130e1b3ffb37221d82bf8484_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:231082ea0799156bf6bc0d9b2b6d9a607f5a9713130e1b3ffb37221d82bf8484_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:231082ea0799156bf6bc0d9b2b6d9a607f5a9713130e1b3ffb37221d82bf8484_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-rdma-cni-rhel9@sha256%3A231082ea0799156bf6bc0d9b2b6d9a607f5a9713130e1b3ffb37221d82bf8484?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:a29ea135573415a22f1bd56c7eab7b758a8d1d6a32809b0ed4fc51ee56bc3753_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:a29ea135573415a22f1bd56c7eab7b758a8d1d6a32809b0ed4fc51ee56bc3753_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:a29ea135573415a22f1bd56c7eab7b758a8d1d6a32809b0ed4fc51ee56bc3753_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-support-log-gather-rhel9-operator@sha256%3Aa29ea135573415a22f1bd56c7eab7b758a8d1d6a32809b0ed4fc51ee56bc3753?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557079"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6073cf68e4339cf8135b0dd795f9b0269f5e7e4b9c27a822ea2dbeb0dc0e0510_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6073cf68e4339cf8135b0dd795f9b0269f5e7e4b9c27a822ea2dbeb0dc0e0510_ppc64le",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6073cf68e4339cf8135b0dd795f9b0269f5e7e4b9c27a822ea2dbeb0dc0e0510_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9@sha256%3A6073cf68e4339cf8135b0dd795f9b0269f5e7e4b9c27a822ea2dbeb0dc0e0510?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2074b908106bda1624bf576a86101e57a6bf9c8ed21d0751edb90c4409588e2e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2074b908106bda1624bf576a86101e57a6bf9c8ed21d0751edb90c4409588e2e_ppc64le",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2074b908106bda1624bf576a86101e57a6bf9c8ed21d0751edb90c4409588e2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9-operator@sha256%3A2074b908106bda1624bf576a86101e57a6bf9c8ed21d0751edb90c4409588e2e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551513"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:bde9db5098ded6977aceae8c4bc58cdebaa9971fc863de8362692594be8b940a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:bde9db5098ded6977aceae8c4bc58cdebaa9971fc863de8362692594be8b940a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:bde9db5098ded6977aceae8c4bc58cdebaa9971fc863de8362692594be8b940a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-rhel9-operator@sha256%3Abde9db5098ded6977aceae8c4bc58cdebaa9971fc863de8362692594be8b940a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:89eb322b0b42a52a1b00a018817ec11432fe62f41fbac9e266a3353d1a154f46_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:89eb322b0b42a52a1b00a018817ec11432fe62f41fbac9e266a3353d1a154f46_ppc64le",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:89eb322b0b42a52a1b00a018817ec11432fe62f41fbac9e266a3353d1a154f46_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ptp-must-gather-rhel9@sha256%3A89eb322b0b42a52a1b00a018817ec11432fe62f41fbac9e266a3353d1a154f46?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769561241"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:341f6e5990ebc68736072caa73b99c14c6c6de1e8d68e7a80c57091281ba5b05_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:341f6e5990ebc68736072caa73b99c14c6c6de1e8d68e7a80c57091281ba5b05_ppc64le",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:341f6e5990ebc68736072caa73b99c14c6c6de1e8d68e7a80c57091281ba5b05_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/sriov-cni-rhel9@sha256%3A341f6e5990ebc68736072caa73b99c14c6c6de1e8d68e7a80c57091281ba5b05?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:266e876f2c62f29639d05eb98d7f3e46b8e8a66feb38e13f3236a9642c55452f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:266e876f2c62f29639d05eb98d7f3e46b8e8a66feb38e13f3236a9642c55452f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:266e876f2c62f29639d05eb98d7f3e46b8e8a66feb38e13f3236a9642c55452f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-dp-admission-controller-rhel9@sha256%3A266e876f2c62f29639d05eb98d7f3e46b8e8a66feb38e13f3236a9642c55452f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:36d40fd7100a167c2ea04d99bdc0d4c56e9ec28cc67d5cb3bfe493e60ad2e165_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:36d40fd7100a167c2ea04d99bdc0d4c56e9ec28cc67d5cb3bfe493e60ad2e165_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:36d40fd7100a167c2ea04d99bdc0d4c56e9ec28cc67d5cb3bfe493e60ad2e165_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-config-daemon-rhel9@sha256%3A36d40fd7100a167c2ea04d99bdc0d4c56e9ec28cc67d5cb3bfe493e60ad2e165?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:98b68c878ee770de740ac5f79d604d7e9db52eda9834bf179f43c16828e89593_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:98b68c878ee770de740ac5f79d604d7e9db52eda9834bf179f43c16828e89593_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:98b68c878ee770de740ac5f79d604d7e9db52eda9834bf179f43c16828e89593_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-device-plugin-rhel9@sha256%3A98b68c878ee770de740ac5f79d604d7e9db52eda9834bf179f43c16828e89593?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:08e96072edce7ed6f0aae644afd305babd90943f5fec7c109c1898d32a7946a8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:08e96072edce7ed6f0aae644afd305babd90943f5fec7c109c1898d32a7946a8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:08e96072edce7ed6f0aae644afd305babd90943f5fec7c109c1898d32a7946a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-rhel9-operator@sha256%3A08e96072edce7ed6f0aae644afd305babd90943f5fec7c109c1898d32a7946a8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:be84748eefbdb9df6cd806eaeba03671909ef80a52d92851601fc6200644204e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:be84748eefbdb9df6cd806eaeba03671909ef80a52d92851601fc6200644204e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:be84748eefbdb9df6cd806eaeba03671909ef80a52d92851601fc6200644204e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-webhook-rhel9@sha256%3Abe84748eefbdb9df6cd806eaeba03671909ef80a52d92851601fc6200644204e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ce17b9a1d9b9ed74d610a3bb7aff38e1038c597f1c812e8054c97caaa0b07da9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ce17b9a1d9b9ed74d610a3bb7aff38e1038c597f1c812e8054c97caaa0b07da9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ce17b9a1d9b9ed74d610a3bb7aff38e1038c597f1c812e8054c97caaa0b07da9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256%3Ace17b9a1d9b9ed74d610a3bb7aff38e1038c597f1c812e8054c97caaa0b07da9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:4beb36cc3800c4c8dd39b85d0753d78fe8c39af3d40b124d4af34e1ba281eb42_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:4beb36cc3800c4c8dd39b85d0753d78fe8c39af3d40b124d4af34e1ba281eb42_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:4beb36cc3800c4c8dd39b85d0753d78fe8c39af3d40b124d4af34e1ba281eb42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3A4beb36cc3800c4c8dd39b85d0753d78fe8c39af3d40b124d4af34e1ba281eb42?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552366"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2782be279918e48a072f5ef66da389c936596804e08ec9a7c741961a14c1eff2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2782be279918e48a072f5ef66da389c936596804e08ec9a7c741961a14c1eff2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2782be279918e48a072f5ef66da389c936596804e08ec9a7c741961a14c1eff2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256%3A2782be279918e48a072f5ef66da389c936596804e08ec9a7c741961a14c1eff2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594241"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6094b9c7a4ebe386151d8620bf479a0a92cdfdd06976e6e60efc7db80467cccc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6094b9c7a4ebe386151d8620bf479a0a92cdfdd06976e6e60efc7db80467cccc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6094b9c7a4ebe386151d8620bf479a0a92cdfdd06976e6e60efc7db80467cccc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9@sha256%3A6094b9c7a4ebe386151d8620bf479a0a92cdfdd06976e6e60efc7db80467cccc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552938"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b5385d287583cfa3bfda3be226fc17237a8fe7dec1b70d0be01b66089f70adfc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b5385d287583cfa3bfda3be226fc17237a8fe7dec1b70d0be01b66089f70adfc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b5385d287583cfa3bfda3be226fc17237a8fe7dec1b70d0be01b66089f70adfc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9-operator@sha256%3Ab5385d287583cfa3bfda3be226fc17237a8fe7dec1b70d0be01b66089f70adfc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1aa132d6aa62828d6aaa45d55e245385cfa3db72d09371a56d9f15116081724b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1aa132d6aa62828d6aaa45d55e245385cfa3db72d09371a56d9f15116081724b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1aa132d6aa62828d6aaa45d55e245385cfa3db72d09371a56d9f15116081724b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-cni-rhel9@sha256%3A1aa132d6aa62828d6aaa45d55e245385cfa3db72d09371a56d9f15116081724b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e33e65a63aef3820cd937b0e36894c544ad252d1b135699b8f78da1544255d24_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e33e65a63aef3820cd937b0e36894c544ad252d1b135699b8f78da1544255d24_s390x",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e33e65a63aef3820cd937b0e36894c544ad252d1b135699b8f78da1544255d24_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-daemon-rhel9@sha256%3Ae33e65a63aef3820cd937b0e36894c544ad252d1b135699b8f78da1544255d24?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:ea9e1bd3933c365c09791f2e9a96cf178a14de68734dbbd0fa25a1701875e723_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:ea9e1bd3933c365c09791f2e9a96cf178a14de68734dbbd0fa25a1701875e723_s390x",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:ea9e1bd3933c365c09791f2e9a96cf178a14de68734dbbd0fa25a1701875e723_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-rhel9-operator@sha256%3Aea9e1bd3933c365c09791f2e9a96cf178a14de68734dbbd0fa25a1701875e723?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:237758d6d13f5ccdb90b484305519e4b975873889bbfc3431c979b0315b0feed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:237758d6d13f5ccdb90b484305519e4b975873889bbfc3431c979b0315b0feed_s390x",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:237758d6d13f5ccdb90b484305519e4b975873889bbfc3431c979b0315b0feed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9@sha256%3A237758d6d13f5ccdb90b484305519e4b975873889bbfc3431c979b0315b0feed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:d318b70fe0480a65b778164e2457df756c12262aac1d2625705b569d94ff6d06_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:d318b70fe0480a65b778164e2457df756c12262aac1d2625705b569d94ff6d06_s390x",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:d318b70fe0480a65b778164e2457df756c12262aac1d2625705b569d94ff6d06_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256%3Ad318b70fe0480a65b778164e2457df756c12262aac1d2625705b569d94ff6d06?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b253b9be4a7551814ef9119a77288584dbdd641925ee2beefa7c8813758b0f8b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b253b9be4a7551814ef9119a77288584dbdd641925ee2beefa7c8813758b0f8b_s390x",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b253b9be4a7551814ef9119a77288584dbdd641925ee2beefa7c8813758b0f8b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-compare-artifacts-rhel9@sha256%3Ab253b9be4a7551814ef9119a77288584dbdd641925ee2beefa7c8813758b0f8b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8fc5cc9166627591a9134ff42f1a096d761a638a86e90c81412172422dfafba5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8fc5cc9166627591a9134ff42f1a096d761a638a86e90c81412172422dfafba5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8fc5cc9166627591a9134ff42f1a096d761a638a86e90c81412172422dfafba5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256%3A8fc5cc9166627591a9134ff42f1a096d761a638a86e90c81412172422dfafba5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:57193807e3f4f90856ccfffc78f4a9fb7a4ff441b8b9bbeabf0af6466f095c79_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:57193807e3f4f90856ccfffc78f4a9fb7a4ff441b8b9bbeabf0af6466f095c79_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:57193807e3f4f90856ccfffc78f4a9fb7a4ff441b8b9bbeabf0af6466f095c79_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256%3A57193807e3f4f90856ccfffc78f4a9fb7a4ff441b8b9bbeabf0af6466f095c79?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769560875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2def1cefddfceae1c286b1de5e6f3c46058427de87f2832893878e3b00bc8703_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2def1cefddfceae1c286b1de5e6f3c46058427de87f2832893878e3b00bc8703_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2def1cefddfceae1c286b1de5e6f3c46058427de87f2832893878e3b00bc8703_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256%3A2def1cefddfceae1c286b1de5e6f3c46058427de87f2832893878e3b00bc8703?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552424"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:bf87202b360ac0e9372e8e4b337e87a4b6385b4641d9eb882f757fdddbd88372_s390x",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:bf87202b360ac0e9372e8e4b337e87a4b6385b4641d9eb882f757fdddbd88372_s390x",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:bf87202b360ac0e9372e8e4b337e87a4b6385b4641d9eb882f757fdddbd88372_s390x",
"product_identification_helper": {
"purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256%3Abf87202b360ac0e9372e8e4b337e87a4b6385b4641d9eb882f757fdddbd88372?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555978"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c07d1d909c4c0f50bd9ee093a03c2a179b6ee44b4c3b4bd8b81e682c480fc61c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c07d1d909c4c0f50bd9ee093a03c2a179b6ee44b4c3b4bd8b81e682c480fc61c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c07d1d909c4c0f50bd9ee093a03c2a179b6ee44b4c3b4bd8b81e682c480fc61c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-node-feature-discovery-rhel9@sha256%3Ac07d1d909c4c0f50bd9ee093a03c2a179b6ee44b4c3b4bd8b81e682c480fc61c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3a5912d93a94ec25db1e5021454109a18a8046bb164e310e7ae9b5c4b8a24592_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3a5912d93a94ec25db1e5021454109a18a8046bb164e310e7ae9b5c4b8a24592_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3a5912d93a94ec25db1e5021454109a18a8046bb164e310e7ae9b5c4b8a24592_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ansible-rhel9-operator@sha256%3A3a5912d93a94ec25db1e5021454109a18a8046bb164e310e7ae9b5c4b8a24592?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:802b7b6b4103aee3018d9cdee6f070d8655041f647c43341ba5366e19e146af1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:802b7b6b4103aee3018d9cdee6f070d8655041f647c43341ba5366e19e146af1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:802b7b6b4103aee3018d9cdee6f070d8655041f647c43341ba5366e19e146af1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capacity-rhel9@sha256%3A802b7b6b4103aee3018d9cdee6f070d8655041f647c43341ba5366e19e146af1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552704"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:09629834f9a7fe92273e97b69aa26a2a8b7798df6b5b6d6ad65219150cdde6ef_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:09629834f9a7fe92273e97b69aa26a2a8b7798df6b5b6d6ad65219150cdde6ef_s390x",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:09629834f9a7fe92273e97b69aa26a2a8b7798df6b5b6d6ad65219150cdde6ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-helm-rhel9-operator@sha256%3A09629834f9a7fe92273e97b69aa26a2a8b7798df6b5b6d6ad65219150cdde6ef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9bb771b8f898df6438c44fe9f30f07865ca5c0ac1b6202097f6314b1dbe2f876_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9bb771b8f898df6438c44fe9f30f07865ca5c0ac1b6202097f6314b1dbe2f876_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9bb771b8f898df6438c44fe9f30f07865ca5c0ac1b6202097f6314b1dbe2f876_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256%3A9bb771b8f898df6438c44fe9f30f07865ca5c0ac1b6202097f6314b1dbe2f876?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:3bacd0f3fa268365ca8a83e4812d5944fb764ed4eb4850ab98e6b474e897c64e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:3bacd0f3fa268365ca8a83e4812d5944fb764ed4eb4850ab98e6b474e897c64e_s390x",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:3bacd0f3fa268365ca8a83e4812d5944fb764ed4eb4850ab98e6b474e897c64e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256%3A3bacd0f3fa268365ca8a83e4812d5944fb764ed4eb4850ab98e6b474e897c64e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:e1b22011683c74115938f0760f54ab954b9b111ffa50d60d0577defc1c7ea71d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:e1b22011683c74115938f0760f54ab954b9b111ffa50d60d0577defc1c7ea71d_s390x",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:e1b22011683c74115938f0760f54ab954b9b111ffa50d60d0577defc1c7ea71d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9@sha256%3Ae1b22011683c74115938f0760f54ab954b9b111ffa50d60d0577defc1c7ea71d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555347"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:72e075b53db9e11857e23b3a820508c21d785a8dcff09db4b234baf401fc70ce_s390x",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:72e075b53db9e11857e23b3a820508c21d785a8dcff09db4b234baf401fc70ce_s390x",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:72e075b53db9e11857e23b3a820508c21d785a8dcff09db4b234baf401fc70ce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9-operator@sha256%3A72e075b53db9e11857e23b3a820508c21d785a8dcff09db4b234baf401fc70ce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553781"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6a9c34588cfbb0d09253a0e7d6afa40b35ce0116fdb4e93f27750adc351a0155_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6a9c34588cfbb0d09253a0e7d6afa40b35ce0116fdb4e93f27750adc351a0155_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6a9c34588cfbb0d09253a0e7d6afa40b35ce0116fdb4e93f27750adc351a0155_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9@sha256%3A6a9c34588cfbb0d09253a0e7d6afa40b35ce0116fdb4e93f27750adc351a0155?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b87f974082176abe204cedac550f2b96d62a12eec487f0968a68051dc0305da1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b87f974082176abe204cedac550f2b96d62a12eec487f0968a68051dc0305da1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b87f974082176abe204cedac550f2b96d62a12eec487f0968a68051dc0305da1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9-operator@sha256%3Ab87f974082176abe204cedac550f2b96d62a12eec487f0968a68051dc0305da1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557293"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4bb3eb71d4b77232bc2919336b0b04e6524e8031f1bc9de297109510d24a78f0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4bb3eb71d4b77232bc2919336b0b04e6524e8031f1bc9de297109510d24a78f0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4bb3eb71d4b77232bc2919336b0b04e6524e8031f1bc9de297109510d24a78f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel9@sha256%3A4bb3eb71d4b77232bc2919336b0b04e6524e8031f1bc9de297109510d24a78f0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769560879"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a5ca359bcf485bed602776415250d3e47a6817528fe85a7055c4391a3de144fc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a5ca359bcf485bed602776415250d3e47a6817528fe85a7055c4391a3de144fc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a5ca359bcf485bed602776415250d3e47a6817528fe85a7055c4391a3de144fc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9@sha256%3Aa5ca359bcf485bed602776415250d3e47a6817528fe85a7055c4391a3de144fc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d58022794e662a90c6202bfaf789d382412d1011268a6042c7786ca9905599c4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d58022794e662a90c6202bfaf789d382412d1011268a6042c7786ca9905599c4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d58022794e662a90c6202bfaf789d382412d1011268a6042c7786ca9905599c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9-operator@sha256%3Ad58022794e662a90c6202bfaf789d382412d1011268a6042c7786ca9905599c4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:827444379778bb6a54a11205bc92c2b828b1ab6d4d734fa16e94372c2b1ac1e2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:827444379778bb6a54a11205bc92c2b828b1ab6d4d734fa16e94372c2b1ac1e2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:827444379778bb6a54a11205bc92c2b828b1ab6d4d734fa16e94372c2b1ac1e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-support-log-gather-rhel9-operator@sha256%3A827444379778bb6a54a11205bc92c2b828b1ab6d4d734fa16e94372c2b1ac1e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557079"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:b1fc354404bad7db99fdd645b833f348d935e952437b3184259c1bb8bfb73d2a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:b1fc354404bad7db99fdd645b833f348d935e952437b3184259c1bb8bfb73d2a_s390x",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:b1fc354404bad7db99fdd645b833f348d935e952437b3184259c1bb8bfb73d2a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9@sha256%3Ab1fc354404bad7db99fdd645b833f348d935e952437b3184259c1bb8bfb73d2a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:147002bb7760f26a288f5c562378c6d0f9dd75cefc348a09cb0d6cd5126410f3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:147002bb7760f26a288f5c562378c6d0f9dd75cefc348a09cb0d6cd5126410f3_s390x",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:147002bb7760f26a288f5c562378c6d0f9dd75cefc348a09cb0d6cd5126410f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9-operator@sha256%3A147002bb7760f26a288f5c562378c6d0f9dd75cefc348a09cb0d6cd5126410f3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551513"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:b29b8476eff6b7ca69d5a2232d87f73ac4070b37082eb47eae819f0b2ccc6eb1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:b29b8476eff6b7ca69d5a2232d87f73ac4070b37082eb47eae819f0b2ccc6eb1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:b29b8476eff6b7ca69d5a2232d87f73ac4070b37082eb47eae819f0b2ccc6eb1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256%3Ab29b8476eff6b7ca69d5a2232d87f73ac4070b37082eb47eae819f0b2ccc6eb1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9d029775e51153ea772bb27a9c397c9bfa6c55e74970053a6bfb54eb186f8e80_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9d029775e51153ea772bb27a9c397c9bfa6c55e74970053a6bfb54eb186f8e80_s390x",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9d029775e51153ea772bb27a9c397c9bfa6c55e74970053a6bfb54eb186f8e80_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3A9d029775e51153ea772bb27a9c397c9bfa6c55e74970053a6bfb54eb186f8e80?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552366"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3681beb08e01cd722da21329025772de4cb403928d0a967144e22360983eb3ff_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/ingress-node-firewall-rhel9-operator@sha256:3681beb08e01cd722da21329025772de4cb403928d0a967144e22360983eb3ff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3681beb08e01cd722da21329025772de4cb403928d0a967144e22360983eb3ff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:8782d36ea8d72755b1d50c27823c049a72969ff4f22ca37ed0463aff770d4462_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/ingress-node-firewall-rhel9-operator@sha256:8782d36ea8d72755b1d50c27823c049a72969ff4f22ca37ed0463aff770d4462_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:8782d36ea8d72755b1d50c27823c049a72969ff4f22ca37ed0463aff770d4462_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:924fc818077dfbbf3860a60493691ee4509cb8462f5178a9926304d7ffe34405_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/ingress-node-firewall-rhel9-operator@sha256:924fc818077dfbbf3860a60493691ee4509cb8462f5178a9926304d7ffe34405_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:924fc818077dfbbf3860a60493691ee4509cb8462f5178a9926304d7ffe34405_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:d318b70fe0480a65b778164e2457df756c12262aac1d2625705b569d94ff6d06_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/ingress-node-firewall-rhel9-operator@sha256:d318b70fe0480a65b778164e2457df756c12262aac1d2625705b569d94ff6d06_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:d318b70fe0480a65b778164e2457df756c12262aac1d2625705b569d94ff6d06_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:237758d6d13f5ccdb90b484305519e4b975873889bbfc3431c979b0315b0feed_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/ingress-node-firewall-rhel9@sha256:237758d6d13f5ccdb90b484305519e4b975873889bbfc3431c979b0315b0feed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:237758d6d13f5ccdb90b484305519e4b975873889bbfc3431c979b0315b0feed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:251144eb89467797994555e501d6366bc39cf858c0762cfb978d14ffbb5c4fe9_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/ingress-node-firewall-rhel9@sha256:251144eb89467797994555e501d6366bc39cf858c0762cfb978d14ffbb5c4fe9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:251144eb89467797994555e501d6366bc39cf858c0762cfb978d14ffbb5c4fe9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b3e98840321330ffb08b20242207365bef6c26cb86eb89f060604dfc1bd3ae43_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/ingress-node-firewall-rhel9@sha256:b3e98840321330ffb08b20242207365bef6c26cb86eb89f060604dfc1bd3ae43_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b3e98840321330ffb08b20242207365bef6c26cb86eb89f060604dfc1bd3ae43_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e8265714945ca0e6fe7b87797364397ecdcb5def05fb2f5fbe6afa79209b5b91_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/ingress-node-firewall-rhel9@sha256:e8265714945ca0e6fe7b87797364397ecdcb5def05fb2f5fbe6afa79209b5b91_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e8265714945ca0e6fe7b87797364397ecdcb5def05fb2f5fbe6afa79209b5b91_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-compare-artifacts-rhel9@sha256:7d5fcdafd58fa35f2790899a3edbd7c4663ca3fbf65812713d7690073684b8f5_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-compare-artifacts-rhel9@sha256:7d5fcdafd58fa35f2790899a3edbd7c4663ca3fbf65812713d7690073684b8f5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:7d5fcdafd58fa35f2790899a3edbd7c4663ca3fbf65812713d7690073684b8f5_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-compare-artifacts-rhel9@sha256:b253b9be4a7551814ef9119a77288584dbdd641925ee2beefa7c8813758b0f8b_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-compare-artifacts-rhel9@sha256:b253b9be4a7551814ef9119a77288584dbdd641925ee2beefa7c8813758b0f8b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b253b9be4a7551814ef9119a77288584dbdd641925ee2beefa7c8813758b0f8b_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-compare-artifacts-rhel9@sha256:d2e161edca53e818099388ad6511397b9500e317122248fda125f7b1f6138745_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-compare-artifacts-rhel9@sha256:d2e161edca53e818099388ad6511397b9500e317122248fda125f7b1f6138745_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d2e161edca53e818099388ad6511397b9500e317122248fda125f7b1f6138745_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-compare-artifacts-rhel9@sha256:f818928ba9cc6b0d3b2b715298cbce4cf349b807818cd13a0db23d3ef59e6f0e_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-compare-artifacts-rhel9@sha256:f818928ba9cc6b0d3b2b715298cbce4cf349b807818cd13a0db23d3ef59e6f0e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:f818928ba9cc6b0d3b2b715298cbce4cf349b807818cd13a0db23d3ef59e6f0e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:3bacd0f3fa268365ca8a83e4812d5944fb764ed4eb4850ab98e6b474e897c64e_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/kubernetes-nmstate-rhel9-operator@sha256:3bacd0f3fa268365ca8a83e4812d5944fb764ed4eb4850ab98e6b474e897c64e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:3bacd0f3fa268365ca8a83e4812d5944fb764ed4eb4850ab98e6b474e897c64e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:58753675f992b415528aaf16c938d5732f8bdac93a9fb0c8bc99fc26a9a5a303_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/kubernetes-nmstate-rhel9-operator@sha256:58753675f992b415528aaf16c938d5732f8bdac93a9fb0c8bc99fc26a9a5a303_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:58753675f992b415528aaf16c938d5732f8bdac93a9fb0c8bc99fc26a9a5a303_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c0ed015ec477635087800de08b1e47751b51d5a90abba0e469077d2c5950861b_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/kubernetes-nmstate-rhel9-operator@sha256:c0ed015ec477635087800de08b1e47751b51d5a90abba0e469077d2c5950861b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c0ed015ec477635087800de08b1e47751b51d5a90abba0e469077d2c5950861b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c4165da7c833604bb6254f71cc71fd467d4d4f97aa3647acd22b499f9c57e5ca_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/kubernetes-nmstate-rhel9-operator@sha256:c4165da7c833604bb6254f71cc71fd467d4d4f97aa3647acd22b499f9c57e5ca_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c4165da7c833604bb6254f71cc71fd467d4d4f97aa3647acd22b499f9c57e5ca_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:72e075b53db9e11857e23b3a820508c21d785a8dcff09db4b234baf401fc70ce_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/metallb-rhel9-operator@sha256:72e075b53db9e11857e23b3a820508c21d785a8dcff09db4b234baf401fc70ce_s390x"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:72e075b53db9e11857e23b3a820508c21d785a8dcff09db4b234baf401fc70ce_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:abb357043fd7a4ed0d77805f1883acc7c88a7dbf218633338a3cd484c4c33e60_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/metallb-rhel9-operator@sha256:abb357043fd7a4ed0d77805f1883acc7c88a7dbf218633338a3cd484c4c33e60_arm64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:abb357043fd7a4ed0d77805f1883acc7c88a7dbf218633338a3cd484c4c33e60_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b45dbf329d4faa2845b6d437505551d66af13e9284b201e820b898f8b2361f45_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/metallb-rhel9-operator@sha256:b45dbf329d4faa2845b6d437505551d66af13e9284b201e820b898f8b2361f45_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b45dbf329d4faa2845b6d437505551d66af13e9284b201e820b898f8b2361f45_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cf0611fadc5bce2162c3f552db4682c61030a631cb6312d0770bae2f361fed86_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/metallb-rhel9-operator@sha256:cf0611fadc5bce2162c3f552db4682c61030a631cb6312d0770bae2f361fed86_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cf0611fadc5bce2162c3f552db4682c61030a631cb6312d0770bae2f361fed86_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:630db8bacf758c1b57109972f4994a39f70c7541b6f299d1db1a274c43514091_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/metallb-rhel9@sha256:630db8bacf758c1b57109972f4994a39f70c7541b6f299d1db1a274c43514091_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:630db8bacf758c1b57109972f4994a39f70c7541b6f299d1db1a274c43514091_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:6cc0cd3f8f325f67accd7ce936511ac5dcf41dcbe9d9c8da13caba8cefe5977e_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/metallb-rhel9@sha256:6cc0cd3f8f325f67accd7ce936511ac5dcf41dcbe9d9c8da13caba8cefe5977e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:6cc0cd3f8f325f67accd7ce936511ac5dcf41dcbe9d9c8da13caba8cefe5977e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:c9fff6572386c34f13c5c57bc36a851d9d934a3286ee7a46686b6ac2622a04a3_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/metallb-rhel9@sha256:c9fff6572386c34f13c5c57bc36a851d9d934a3286ee7a46686b6ac2622a04a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:c9fff6572386c34f13c5c57bc36a851d9d934a3286ee7a46686b6ac2622a04a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:e1b22011683c74115938f0760f54ab954b9b111ffa50d60d0577defc1c7ea71d_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/metallb-rhel9@sha256:e1b22011683c74115938f0760f54ab954b9b111ffa50d60d0577defc1c7ea71d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:e1b22011683c74115938f0760f54ab954b9b111ffa50d60d0577defc1c7ea71d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:16975db499564293ff3ab0bd8597cb393eef5b819e3b53ad449dbfb0f5d378c2_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/nmstate-console-plugin-rhel9@sha256:16975db499564293ff3ab0bd8597cb393eef5b819e3b53ad449dbfb0f5d378c2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:16975db499564293ff3ab0bd8597cb393eef5b819e3b53ad449dbfb0f5d378c2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:312a9e0dee4d175142bc487b011db065a00a2fff00ff6b3db890e7f5d17ba266_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/nmstate-console-plugin-rhel9@sha256:312a9e0dee4d175142bc487b011db065a00a2fff00ff6b3db890e7f5d17ba266_arm64"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:312a9e0dee4d175142bc487b011db065a00a2fff00ff6b3db890e7f5d17ba266_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:5937ce08727f2bb5ac66949fe74b08befdf85eb53b2d7935b38ab6cadd134e6b_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/nmstate-console-plugin-rhel9@sha256:5937ce08727f2bb5ac66949fe74b08befdf85eb53b2d7935b38ab6cadd134e6b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:5937ce08727f2bb5ac66949fe74b08befdf85eb53b2d7935b38ab6cadd134e6b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:bf87202b360ac0e9372e8e4b337e87a4b6385b4641d9eb882f757fdddbd88372_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/nmstate-console-plugin-rhel9@sha256:bf87202b360ac0e9372e8e4b337e87a4b6385b4641d9eb882f757fdddbd88372_s390x"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:bf87202b360ac0e9372e8e4b337e87a4b6385b4641d9eb882f757fdddbd88372_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-ansible-rhel9-operator@sha256:347241b4f116f06c33aa7d86abb6c226e683909844db0a28d2c9b4ed93af7578_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-ansible-rhel9-operator@sha256:347241b4f116f06c33aa7d86abb6c226e683909844db0a28d2c9b4ed93af7578_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:347241b4f116f06c33aa7d86abb6c226e683909844db0a28d2c9b4ed93af7578_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-ansible-rhel9-operator@sha256:3a5912d93a94ec25db1e5021454109a18a8046bb164e310e7ae9b5c4b8a24592_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-ansible-rhel9-operator@sha256:3a5912d93a94ec25db1e5021454109a18a8046bb164e310e7ae9b5c4b8a24592_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3a5912d93a94ec25db1e5021454109a18a8046bb164e310e7ae9b5c4b8a24592_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-ansible-rhel9-operator@sha256:3adb9e54090f609e54dd90db35c461c6d863716b2343870c28816fef93b90bcf_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-ansible-rhel9-operator@sha256:3adb9e54090f609e54dd90db35c461c6d863716b2343870c28816fef93b90bcf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3adb9e54090f609e54dd90db35c461c6d863716b2343870c28816fef93b90bcf_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-ansible-rhel9-operator@sha256:570cde1472396c113650129050856d64c7cd762d7ff6dd66efd7a4920f6bd73b_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-ansible-rhel9-operator@sha256:570cde1472396c113650129050856d64c7cd762d7ff6dd66efd7a4920f6bd73b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:570cde1472396c113650129050856d64c7cd762d7ff6dd66efd7a4920f6bd73b_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-efs-csi-driver-container-rhel9@sha256:3b793388b1c3d0a4ce44f462703cdca4598a8b7f736d52341ed0004c62df00d5_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-efs-csi-driver-container-rhel9@sha256:3b793388b1c3d0a4ce44f462703cdca4598a8b7f736d52341ed0004c62df00d5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:3b793388b1c3d0a4ce44f462703cdca4598a8b7f736d52341ed0004c62df00d5_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-efs-csi-driver-container-rhel9@sha256:c90d84d60c25528afd0f83687512efdc28e2f1173f16eedaa61559bbe2d19d88_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-efs-csi-driver-container-rhel9@sha256:c90d84d60c25528afd0f83687512efdc28e2f1173f16eedaa61559bbe2d19d88_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:c90d84d60c25528afd0f83687512efdc28e2f1173f16eedaa61559bbe2d19d88_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-efs-csi-driver-rhel9-operator@sha256:86eb5c4ac79d699c6b46926c766f6629ea9e7c88a77846be7fe7956dc01d75c3_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-efs-csi-driver-rhel9-operator@sha256:86eb5c4ac79d699c6b46926c766f6629ea9e7c88a77846be7fe7956dc01d75c3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86eb5c4ac79d699c6b46926c766f6629ea9e7c88a77846be7fe7956dc01d75c3_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-efs-csi-driver-rhel9-operator@sha256:a9e9933bbd394d058822540ca621ef4f0584721e0a076e1022c274f7afc01483_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-efs-csi-driver-rhel9-operator@sha256:a9e9933bbd394d058822540ca621ef4f0584721e0a076e1022c274f7afc01483_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:a9e9933bbd394d058822540ca621ef4f0584721e0a076e1022c274f7afc01483_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-event-proxy-rhel9@sha256:487f345633b97302d82c959ada09971c8c808e3962775dcc06bec6b85a829fa8_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-event-proxy-rhel9@sha256:487f345633b97302d82c959ada09971c8c808e3962775dcc06bec6b85a829fa8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:487f345633b97302d82c959ada09971c8c808e3962775dcc06bec6b85a829fa8_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-event-proxy-rhel9@sha256:8d5c04afe2ed2acca68a88357e678b3807ef544823492f17e363f65412123dc8_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-event-proxy-rhel9@sha256:8d5c04afe2ed2acca68a88357e678b3807ef544823492f17e363f65412123dc8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8d5c04afe2ed2acca68a88357e678b3807ef544823492f17e363f65412123dc8_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-cloud-event-proxy-rhel9@sha256:c9759e1caf91bde4a7a694a383497b53b9d78532345288140dd9ef22b65b6040_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-event-proxy-rhel9@sha256:c9759e1caf91bde4a7a694a383497b53b9d78532345288140dd9ef22b65b6040_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:c9759e1caf91bde4a7a694a383497b53b9d78532345288140dd9ef22b65b6040_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-capacity-rhel9@sha256:121eb7a6c5f707b498ca99cb472b9e7a6e78eb58e4f396a96178653eb051a8ea_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-capacity-rhel9@sha256:121eb7a6c5f707b498ca99cb472b9e7a6e78eb58e4f396a96178653eb051a8ea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:121eb7a6c5f707b498ca99cb472b9e7a6e78eb58e4f396a96178653eb051a8ea_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-capacity-rhel9@sha256:1659c2bfd556d3a53f8dc6524409bcb81423dea0b3f1c0e5ca0e633c6cb6cb98_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-capacity-rhel9@sha256:1659c2bfd556d3a53f8dc6524409bcb81423dea0b3f1c0e5ca0e633c6cb6cb98_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1659c2bfd556d3a53f8dc6524409bcb81423dea0b3f1c0e5ca0e633c6cb6cb98_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-capacity-rhel9@sha256:34f19c271bcbf8b42089d53cbc110553a5a963517485b882547471fa56cbbfc7_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-capacity-rhel9@sha256:34f19c271bcbf8b42089d53cbc110553a5a963517485b882547471fa56cbbfc7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:34f19c271bcbf8b42089d53cbc110553a5a963517485b882547471fa56cbbfc7_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-capacity-rhel9@sha256:802b7b6b4103aee3018d9cdee6f070d8655041f647c43341ba5366e19e146af1_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-capacity-rhel9@sha256:802b7b6b4103aee3018d9cdee6f070d8655041f647c43341ba5366e19e146af1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:802b7b6b4103aee3018d9cdee6f070d8655041f647c43341ba5366e19e146af1_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-nfd-rhel9-operator@sha256:2782be279918e48a072f5ef66da389c936596804e08ec9a7c741961a14c1eff2_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-nfd-rhel9-operator@sha256:2782be279918e48a072f5ef66da389c936596804e08ec9a7c741961a14c1eff2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2782be279918e48a072f5ef66da389c936596804e08ec9a7c741961a14c1eff2_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-nfd-rhel9-operator@sha256:5d259be1775bbcabeb68ea5c8e8781ea63abe42a8871a66b8ab3ba9a654d0a23_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-nfd-rhel9-operator@sha256:5d259be1775bbcabeb68ea5c8e8781ea63abe42a8871a66b8ab3ba9a654d0a23_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5d259be1775bbcabeb68ea5c8e8781ea63abe42a8871a66b8ab3ba9a654d0a23_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-nfd-rhel9-operator@sha256:7c62466c5260b475689877213a3ec9a569a0fbc9785edb1fc4ca7c6274f01429_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-nfd-rhel9-operator@sha256:7c62466c5260b475689877213a3ec9a569a0fbc9785edb1fc4ca7c6274f01429_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:7c62466c5260b475689877213a3ec9a569a0fbc9785edb1fc4ca7c6274f01429_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-nfd-rhel9-operator@sha256:a0b6d46abb21c8948693ca9109cf3211989f687b463357ce65293ab12f7a2752_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-nfd-rhel9-operator@sha256:a0b6d46abb21c8948693ca9109cf3211989f687b463357ce65293ab12f7a2752_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a0b6d46abb21c8948693ca9109cf3211989f687b463357ce65293ab12f7a2752_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-clusterresourceoverride-rhel9-operator@sha256:293b7af51df19e322ab8ab2a79c526d69f22438c01cca5a080e8fb9654cdd3d3_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-clusterresourceoverride-rhel9-operator@sha256:293b7af51df19e322ab8ab2a79c526d69f22438c01cca5a080e8fb9654cdd3d3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:293b7af51df19e322ab8ab2a79c526d69f22438c01cca5a080e8fb9654cdd3d3_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-clusterresourceoverride-rhel9-operator@sha256:36d6392112db02964e58c136338c1ad05919bc0159e856baaed0a865a2458e93_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-clusterresourceoverride-rhel9-operator@sha256:36d6392112db02964e58c136338c1ad05919bc0159e856baaed0a865a2458e93_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36d6392112db02964e58c136338c1ad05919bc0159e856baaed0a865a2458e93_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-clusterresourceoverride-rhel9-operator@sha256:3b5b16b17bf497bdb11533ef204a22bab86a813e5a5866a90f14da0a82939f05_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-clusterresourceoverride-rhel9-operator@sha256:3b5b16b17bf497bdb11533ef204a22bab86a813e5a5866a90f14da0a82939f05_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3b5b16b17bf497bdb11533ef204a22bab86a813e5a5866a90f14da0a82939f05_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-clusterresourceoverride-rhel9-operator@sha256:b5385d287583cfa3bfda3be226fc17237a8fe7dec1b70d0be01b66089f70adfc_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-clusterresourceoverride-rhel9-operator@sha256:b5385d287583cfa3bfda3be226fc17237a8fe7dec1b70d0be01b66089f70adfc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b5385d287583cfa3bfda3be226fc17237a8fe7dec1b70d0be01b66089f70adfc_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-clusterresourceoverride-rhel9@sha256:6094b9c7a4ebe386151d8620bf479a0a92cdfdd06976e6e60efc7db80467cccc_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-clusterresourceoverride-rhel9@sha256:6094b9c7a4ebe386151d8620bf479a0a92cdfdd06976e6e60efc7db80467cccc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6094b9c7a4ebe386151d8620bf479a0a92cdfdd06976e6e60efc7db80467cccc_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-clusterresourceoverride-rhel9@sha256:6be3608bac44656a2459e4d4fe4ff78c206de0d7925bb683abd24ba3ac61ef11_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-clusterresourceoverride-rhel9@sha256:6be3608bac44656a2459e4d4fe4ff78c206de0d7925bb683abd24ba3ac61ef11_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6be3608bac44656a2459e4d4fe4ff78c206de0d7925bb683abd24ba3ac61ef11_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-clusterresourceoverride-rhel9@sha256:92003c9543eb69b29dcc63e54d82657679901c2e8b464224d181d0e1ef45af69_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-clusterresourceoverride-rhel9@sha256:92003c9543eb69b29dcc63e54d82657679901c2e8b464224d181d0e1ef45af69_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:92003c9543eb69b29dcc63e54d82657679901c2e8b464224d181d0e1ef45af69_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-clusterresourceoverride-rhel9@sha256:c216b7a502c1b7b4c2202778617541c099ff3e19eef7ab72427676758bee6d44_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-clusterresourceoverride-rhel9@sha256:c216b7a502c1b7b4c2202778617541c099ff3e19eef7ab72427676758bee6d44_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c216b7a502c1b7b4c2202778617541c099ff3e19eef7ab72427676758bee6d44_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-dpu-cni-rhel9@sha256:1aa132d6aa62828d6aaa45d55e245385cfa3db72d09371a56d9f15116081724b_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-dpu-cni-rhel9@sha256:1aa132d6aa62828d6aaa45d55e245385cfa3db72d09371a56d9f15116081724b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1aa132d6aa62828d6aaa45d55e245385cfa3db72d09371a56d9f15116081724b_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-dpu-cni-rhel9@sha256:87677056effe8b95333f56b4d2f1a57b40e69c3e9d08704d7149df4ae331dbe9_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-dpu-cni-rhel9@sha256:87677056effe8b95333f56b4d2f1a57b40e69c3e9d08704d7149df4ae331dbe9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:87677056effe8b95333f56b4d2f1a57b40e69c3e9d08704d7149df4ae331dbe9_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-dpu-cni-rhel9@sha256:9313dcddd596b3455167b33e40cb9a1504c30949fe164e47fb772f87f320c746_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-dpu-cni-rhel9@sha256:9313dcddd596b3455167b33e40cb9a1504c30949fe164e47fb772f87f320c746_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9313dcddd596b3455167b33e40cb9a1504c30949fe164e47fb772f87f320c746_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-dpu-cni-rhel9@sha256:986428218674662cdd2555c7bc9788a54379010d353489ed113518f07100c6ff_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-dpu-cni-rhel9@sha256:986428218674662cdd2555c7bc9788a54379010d353489ed113518f07100c6ff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:986428218674662cdd2555c7bc9788a54379010d353489ed113518f07100c6ff_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-dpu-daemon-rhel9@sha256:956f9f95a62b11da49eb8b9b9f18b4470ec852a9d06859803469bc24a68069b3_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-dpu-daemon-rhel9@sha256:956f9f95a62b11da49eb8b9b9f18b4470ec852a9d06859803469bc24a68069b3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:956f9f95a62b11da49eb8b9b9f18b4470ec852a9d06859803469bc24a68069b3_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-dpu-daemon-rhel9@sha256:e09e73ed4660ae9c4aadd215596a9f7d6224597f295d25abf302b0825f127687_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-dpu-daemon-rhel9@sha256:e09e73ed4660ae9c4aadd215596a9f7d6224597f295d25abf302b0825f127687_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e09e73ed4660ae9c4aadd215596a9f7d6224597f295d25abf302b0825f127687_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-dpu-daemon-rhel9@sha256:e33e65a63aef3820cd937b0e36894c544ad252d1b135699b8f78da1544255d24_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-dpu-daemon-rhel9@sha256:e33e65a63aef3820cd937b0e36894c544ad252d1b135699b8f78da1544255d24_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e33e65a63aef3820cd937b0e36894c544ad252d1b135699b8f78da1544255d24_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-dpu-daemon-rhel9@sha256:f98c9a7f150c39fc42de665eaf7b1cb80a068f788e2a50d451973c34ee488811_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-dpu-daemon-rhel9@sha256:f98c9a7f150c39fc42de665eaf7b1cb80a068f788e2a50d451973c34ee488811_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f98c9a7f150c39fc42de665eaf7b1cb80a068f788e2a50d451973c34ee488811_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-dpu-intel-ipu-p4sdk-rhel9@sha256:06865f2889d6690e43b3755e5c8a83850948fef1a937c23b793b4e20fac4066c_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-dpu-intel-ipu-p4sdk-rhel9@sha256:06865f2889d6690e43b3755e5c8a83850948fef1a937c23b793b4e20fac4066c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:06865f2889d6690e43b3755e5c8a83850948fef1a937c23b793b4e20fac4066c_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-dpu-intel-ipu-p4sdk-rhel9@sha256:0e47f0b0c079afa6d2abe4c4ab34c5e7b96abf8363239d55a3d7ede5b0a8392a_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-dpu-intel-ipu-p4sdk-rhel9@sha256:0e47f0b0c079afa6d2abe4c4ab34c5e7b96abf8363239d55a3d7ede5b0a8392a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0e47f0b0c079afa6d2abe4c4ab34c5e7b96abf8363239d55a3d7ede5b0a8392a_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-dpu-intel-ipu-vsp-rhel9@sha256:b3d7643b26f5dfe8ca850ffe81fbf2282aaf24b0e0af91452145f0690101b36f_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-dpu-intel-ipu-vsp-rhel9@sha256:b3d7643b26f5dfe8ca850ffe81fbf2282aaf24b0e0af91452145f0690101b36f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:b3d7643b26f5dfe8ca850ffe81fbf2282aaf24b0e0af91452145f0690101b36f_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-dpu-intel-ipu-vsp-rhel9@sha256:d9958dfdf9b89cef2113770bb3382bb5888ef8236a88f8ece7f1d15fe4b6574e_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-dpu-intel-ipu-vsp-rhel9@sha256:d9958dfdf9b89cef2113770bb3382bb5888ef8236a88f8ece7f1d15fe4b6574e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:d9958dfdf9b89cef2113770bb3382bb5888ef8236a88f8ece7f1d15fe4b6574e_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-dpu-rhel9-operator@sha256:b9c2e0ffe0f682f051f7d488249dbb0a82d3415dea96e5962c157a8e8e64e2df_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-dpu-rhel9-operator@sha256:b9c2e0ffe0f682f051f7d488249dbb0a82d3415dea96e5962c157a8e8e64e2df_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b9c2e0ffe0f682f051f7d488249dbb0a82d3415dea96e5962c157a8e8e64e2df_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-dpu-rhel9-operator@sha256:bc64a188a12f3cbc5cd361c3de27e8d705f15b50ccaf7df776b746e3015791ed_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-dpu-rhel9-operator@sha256:bc64a188a12f3cbc5cd361c3de27e8d705f15b50ccaf7df776b746e3015791ed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:bc64a188a12f3cbc5cd361c3de27e8d705f15b50ccaf7df776b746e3015791ed_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-dpu-rhel9-operator@sha256:dd9017cc0f5b5d1914aeb59a1773f4da402b11bd6f8e58d1fe241a83dabd0a30_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-dpu-rhel9-operator@sha256:dd9017cc0f5b5d1914aeb59a1773f4da402b11bd6f8e58d1fe241a83dabd0a30_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:dd9017cc0f5b5d1914aeb59a1773f4da402b11bd6f8e58d1fe241a83dabd0a30_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-dpu-rhel9-operator@sha256:ea9e1bd3933c365c09791f2e9a96cf178a14de68734dbbd0fa25a1701875e723_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-dpu-rhel9-operator@sha256:ea9e1bd3933c365c09791f2e9a96cf178a14de68734dbbd0fa25a1701875e723_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:ea9e1bd3933c365c09791f2e9a96cf178a14de68734dbbd0fa25a1701875e723_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-filestore-csi-driver-rhel9-operator@sha256:2718ca4548d1530f457c0e568493a6b749afb72516b46c63549d47a2b3dab555_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-filestore-csi-driver-rhel9-operator@sha256:2718ca4548d1530f457c0e568493a6b749afb72516b46c63549d47a2b3dab555_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:2718ca4548d1530f457c0e568493a6b749afb72516b46c63549d47a2b3dab555_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-filestore-csi-driver-rhel9-operator@sha256:39d56d1921d1f2e68bf725d525f53f56608c6f4cd71631eebd691ca7566112a2_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-filestore-csi-driver-rhel9-operator@sha256:39d56d1921d1f2e68bf725d525f53f56608c6f4cd71631eebd691ca7566112a2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:39d56d1921d1f2e68bf725d525f53f56608c6f4cd71631eebd691ca7566112a2_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-filestore-csi-driver-rhel9-operator@sha256:eb3cb9d548d836fe7c84b72fad901fda76d221afa625970d07a3e5af07a0cc9d_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-filestore-csi-driver-rhel9-operator@sha256:eb3cb9d548d836fe7c84b72fad901fda76d221afa625970d07a3e5af07a0cc9d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:eb3cb9d548d836fe7c84b72fad901fda76d221afa625970d07a3e5af07a0cc9d_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-filestore-csi-driver-rhel9@sha256:32dd0ff1f27d87cf49c84f3ce0f990bc929e7e348f7e2bf6bc02338d53198385_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-filestore-csi-driver-rhel9@sha256:32dd0ff1f27d87cf49c84f3ce0f990bc929e7e348f7e2bf6bc02338d53198385_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:32dd0ff1f27d87cf49c84f3ce0f990bc929e7e348f7e2bf6bc02338d53198385_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-filestore-csi-driver-rhel9@sha256:9e2909100b905b51093b03f046d58a9387106b1123db43b6757dcd42b9564e95_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-filestore-csi-driver-rhel9@sha256:9e2909100b905b51093b03f046d58a9387106b1123db43b6757dcd42b9564e95_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9e2909100b905b51093b03f046d58a9387106b1123db43b6757dcd42b9564e95_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-filestore-csi-driver-rhel9@sha256:ff0f8d8e8c2b231c43e28cd4dd3bcb5b5957ab69aa1119a314bd4ef0530520d6_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-filestore-csi-driver-rhel9@sha256:ff0f8d8e8c2b231c43e28cd4dd3bcb5b5957ab69aa1119a314bd4ef0530520d6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ff0f8d8e8c2b231c43e28cd4dd3bcb5b5957ab69aa1119a314bd4ef0530520d6_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-helm-rhel9-operator@sha256:09629834f9a7fe92273e97b69aa26a2a8b7798df6b5b6d6ad65219150cdde6ef_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-helm-rhel9-operator@sha256:09629834f9a7fe92273e97b69aa26a2a8b7798df6b5b6d6ad65219150cdde6ef_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:09629834f9a7fe92273e97b69aa26a2a8b7798df6b5b6d6ad65219150cdde6ef_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-helm-rhel9-operator@sha256:4055a6ffdd3b52212843252c9e7f4eebd8d918e442d94508f0b15be80b54580d_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-helm-rhel9-operator@sha256:4055a6ffdd3b52212843252c9e7f4eebd8d918e442d94508f0b15be80b54580d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4055a6ffdd3b52212843252c9e7f4eebd8d918e442d94508f0b15be80b54580d_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-helm-rhel9-operator@sha256:44d35a7b2542eb138682f9adeac3b380e7bbd81b53e2e816666520f1bffd2c76_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-helm-rhel9-operator@sha256:44d35a7b2542eb138682f9adeac3b380e7bbd81b53e2e816666520f1bffd2c76_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:44d35a7b2542eb138682f9adeac3b380e7bbd81b53e2e816666520f1bffd2c76_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-helm-rhel9-operator@sha256:ec7ce4b7eead1365a0337ff96f14f76044c0cd92b3d1622303c818e4acdea686_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-helm-rhel9-operator@sha256:ec7ce4b7eead1365a0337ff96f14f76044c0cd92b3d1622303c818e4acdea686_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ec7ce4b7eead1365a0337ff96f14f76044c0cd92b3d1622303c818e4acdea686_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-kubernetes-nmstate-handler-rhel9@sha256:0db96b42ff22f151c71e6d744f44323a27e6fbfe9e0d81f64fbf1eb98f655837_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-kubernetes-nmstate-handler-rhel9@sha256:0db96b42ff22f151c71e6d744f44323a27e6fbfe9e0d81f64fbf1eb98f655837_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0db96b42ff22f151c71e6d744f44323a27e6fbfe9e0d81f64fbf1eb98f655837_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-kubernetes-nmstate-handler-rhel9@sha256:9bb771b8f898df6438c44fe9f30f07865ca5c0ac1b6202097f6314b1dbe2f876_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-kubernetes-nmstate-handler-rhel9@sha256:9bb771b8f898df6438c44fe9f30f07865ca5c0ac1b6202097f6314b1dbe2f876_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9bb771b8f898df6438c44fe9f30f07865ca5c0ac1b6202097f6314b1dbe2f876_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-kubernetes-nmstate-handler-rhel9@sha256:b41e1d1b4ac6680051031856a8ecdfb2a366d7734d91383ce6341ee644e72302_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-kubernetes-nmstate-handler-rhel9@sha256:b41e1d1b4ac6680051031856a8ecdfb2a366d7734d91383ce6341ee644e72302_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b41e1d1b4ac6680051031856a8ecdfb2a366d7734d91383ce6341ee644e72302_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-kubernetes-nmstate-handler-rhel9@sha256:fa597df7e116d88d69fb60cf12f08eda1f2c4faaf2657910a2436b34d27ad6df_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-kubernetes-nmstate-handler-rhel9@sha256:fa597df7e116d88d69fb60cf12f08eda1f2c4faaf2657910a2436b34d27ad6df_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:fa597df7e116d88d69fb60cf12f08eda1f2c4faaf2657910a2436b34d27ad6df_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-local-storage-diskmaker-rhel9@sha256:1075ad7f3662e1d547ee4ce3ae22fa78bc6c165e769510d33b3da95791f1c015_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-local-storage-diskmaker-rhel9@sha256:1075ad7f3662e1d547ee4ce3ae22fa78bc6c165e769510d33b3da95791f1c015_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:1075ad7f3662e1d547ee4ce3ae22fa78bc6c165e769510d33b3da95791f1c015_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-local-storage-diskmaker-rhel9@sha256:8fc5cc9166627591a9134ff42f1a096d761a638a86e90c81412172422dfafba5_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-local-storage-diskmaker-rhel9@sha256:8fc5cc9166627591a9134ff42f1a096d761a638a86e90c81412172422dfafba5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8fc5cc9166627591a9134ff42f1a096d761a638a86e90c81412172422dfafba5_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-local-storage-diskmaker-rhel9@sha256:af27e7fb9d2caf458de7a003eb14b91c631e86d72c4746ddb5202566e468f9c2_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-local-storage-diskmaker-rhel9@sha256:af27e7fb9d2caf458de7a003eb14b91c631e86d72c4746ddb5202566e468f9c2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:af27e7fb9d2caf458de7a003eb14b91c631e86d72c4746ddb5202566e468f9c2_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-local-storage-diskmaker-rhel9@sha256:f46f940f258893fe88deb9fd32e49e22d2cdb6eaa5734a64b3658d09b64ba5b0_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-local-storage-diskmaker-rhel9@sha256:f46f940f258893fe88deb9fd32e49e22d2cdb6eaa5734a64b3658d09b64ba5b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f46f940f258893fe88deb9fd32e49e22d2cdb6eaa5734a64b3658d09b64ba5b0_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-local-storage-mustgather-rhel9@sha256:57193807e3f4f90856ccfffc78f4a9fb7a4ff441b8b9bbeabf0af6466f095c79_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-local-storage-mustgather-rhel9@sha256:57193807e3f4f90856ccfffc78f4a9fb7a4ff441b8b9bbeabf0af6466f095c79_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:57193807e3f4f90856ccfffc78f4a9fb7a4ff441b8b9bbeabf0af6466f095c79_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-local-storage-mustgather-rhel9@sha256:594a3a8f45c38fec6cae25f611f3f473a827ae6f581f2789a13f4b79d19f292f_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-local-storage-mustgather-rhel9@sha256:594a3a8f45c38fec6cae25f611f3f473a827ae6f581f2789a13f4b79d19f292f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:594a3a8f45c38fec6cae25f611f3f473a827ae6f581f2789a13f4b79d19f292f_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-local-storage-mustgather-rhel9@sha256:6d23278c59fa56c575db3ec27158ed7458f321e0f97293eda2690c8de7e1deec_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-local-storage-mustgather-rhel9@sha256:6d23278c59fa56c575db3ec27158ed7458f321e0f97293eda2690c8de7e1deec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6d23278c59fa56c575db3ec27158ed7458f321e0f97293eda2690c8de7e1deec_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-local-storage-mustgather-rhel9@sha256:9c83cdb44f2a4e3d26fb8d7552fb8bd3753eb044377e25c43989959d0cb2cc74_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-local-storage-mustgather-rhel9@sha256:9c83cdb44f2a4e3d26fb8d7552fb8bd3753eb044377e25c43989959d0cb2cc74_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:9c83cdb44f2a4e3d26fb8d7552fb8bd3753eb044377e25c43989959d0cb2cc74_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-local-storage-rhel9-operator@sha256:029409a8db50b7f5abcc88ce4e87e9fa43187da28530d43cc6b82fa95f8a3c1d_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-local-storage-rhel9-operator@sha256:029409a8db50b7f5abcc88ce4e87e9fa43187da28530d43cc6b82fa95f8a3c1d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:029409a8db50b7f5abcc88ce4e87e9fa43187da28530d43cc6b82fa95f8a3c1d_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-local-storage-rhel9-operator@sha256:2def1cefddfceae1c286b1de5e6f3c46058427de87f2832893878e3b00bc8703_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-local-storage-rhel9-operator@sha256:2def1cefddfceae1c286b1de5e6f3c46058427de87f2832893878e3b00bc8703_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2def1cefddfceae1c286b1de5e6f3c46058427de87f2832893878e3b00bc8703_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-local-storage-rhel9-operator@sha256:6cfd91e537ae416bef5f668f0a4db86d4ee7e3efabef41f94f60c306515b5c02_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-local-storage-rhel9-operator@sha256:6cfd91e537ae416bef5f668f0a4db86d4ee7e3efabef41f94f60c306515b5c02_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6cfd91e537ae416bef5f668f0a4db86d4ee7e3efabef41f94f60c306515b5c02_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-local-storage-rhel9-operator@sha256:ad091559b522dbde389e4a572607613307d97043fb4cb7fb23d9a1c7d4961f19_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-local-storage-rhel9-operator@sha256:ad091559b522dbde389e4a572607613307d97043fb4cb7fb23d9a1c7d4961f19_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:ad091559b522dbde389e4a572607613307d97043fb4cb7fb23d9a1c7d4961f19_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-node-feature-discovery-rhel9@sha256:129a70378c39a8cb736921f5207e94ae883cd289b660610395e6b6fd54577970_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-node-feature-discovery-rhel9@sha256:129a70378c39a8cb736921f5207e94ae883cd289b660610395e6b6fd54577970_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:129a70378c39a8cb736921f5207e94ae883cd289b660610395e6b6fd54577970_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-node-feature-discovery-rhel9@sha256:4d2062f8a09d012cd9cb43edf4003033328136b5cc7fee88249de10cae1e714a_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-node-feature-discovery-rhel9@sha256:4d2062f8a09d012cd9cb43edf4003033328136b5cc7fee88249de10cae1e714a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:4d2062f8a09d012cd9cb43edf4003033328136b5cc7fee88249de10cae1e714a_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-node-feature-discovery-rhel9@sha256:759cdc4851b117b4a02174e507f89d0d7da47032cb9d233f6a1ee09f2be1f3e5_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-node-feature-discovery-rhel9@sha256:759cdc4851b117b4a02174e507f89d0d7da47032cb9d233f6a1ee09f2be1f3e5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:759cdc4851b117b4a02174e507f89d0d7da47032cb9d233f6a1ee09f2be1f3e5_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-node-feature-discovery-rhel9@sha256:c07d1d909c4c0f50bd9ee093a03c2a179b6ee44b4c3b4bd8b81e682c480fc61c_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-node-feature-discovery-rhel9@sha256:c07d1d909c4c0f50bd9ee093a03c2a179b6ee44b4c3b4bd8b81e682c480fc61c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c07d1d909c4c0f50bd9ee093a03c2a179b6ee44b4c3b4bd8b81e682c480fc61c_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-ptp-rhel9-operator@sha256:3b2cfc0aa060af667ed786b54cf2c78a0267a11e560c25bb98d04b1816914899_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-ptp-rhel9-operator@sha256:3b2cfc0aa060af667ed786b54cf2c78a0267a11e560c25bb98d04b1816914899_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:3b2cfc0aa060af667ed786b54cf2c78a0267a11e560c25bb98d04b1816914899_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-ptp-rhel9-operator@sha256:bde9db5098ded6977aceae8c4bc58cdebaa9971fc863de8362692594be8b940a_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-ptp-rhel9-operator@sha256:bde9db5098ded6977aceae8c4bc58cdebaa9971fc863de8362692594be8b940a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:bde9db5098ded6977aceae8c4bc58cdebaa9971fc863de8362692594be8b940a_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-ptp-rhel9-operator@sha256:ec1b58f45b19b701e3496b73bbd858226777e604ea7403f1fe098206e5ae3a21_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-ptp-rhel9-operator@sha256:ec1b58f45b19b701e3496b73bbd858226777e604ea7403f1fe098206e5ae3a21_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:ec1b58f45b19b701e3496b73bbd858226777e604ea7403f1fe098206e5ae3a21_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-ptp-rhel9@sha256:67a5d877adb0b9e27e66b73899507006f6a3eec5bb9f6be10bcc702b8d06f2a8_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-ptp-rhel9@sha256:67a5d877adb0b9e27e66b73899507006f6a3eec5bb9f6be10bcc702b8d06f2a8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:67a5d877adb0b9e27e66b73899507006f6a3eec5bb9f6be10bcc702b8d06f2a8_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-ptp-rhel9@sha256:702b186d5aab37cc7965fe6c99622a4dc74ae7f9800947657ed0bd0caf75ade8_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-ptp-rhel9@sha256:702b186d5aab37cc7965fe6c99622a4dc74ae7f9800947657ed0bd0caf75ade8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:702b186d5aab37cc7965fe6c99622a4dc74ae7f9800947657ed0bd0caf75ade8_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-ptp-rhel9@sha256:d7e79a24bf8663c3060c210409db0b49b6244361313be3353bd19b93917e55f4_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-ptp-rhel9@sha256:d7e79a24bf8663c3060c210409db0b49b6244361313be3353bd19b93917e55f4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d7e79a24bf8663c3060c210409db0b49b6244361313be3353bd19b93917e55f4_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-secrets-store-csi-driver-rhel9-operator@sha256:4206bd717104d7b6c22a6403fb1fe56b91b4304f2613e28a31f14f12cf784fb9_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-secrets-store-csi-driver-rhel9-operator@sha256:4206bd717104d7b6c22a6403fb1fe56b91b4304f2613e28a31f14f12cf784fb9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4206bd717104d7b6c22a6403fb1fe56b91b4304f2613e28a31f14f12cf784fb9_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-secrets-store-csi-driver-rhel9-operator@sha256:67cc7eb2cc37bf8a9c03786b981f505944833d4b410c07d33d1c90aad19188ee_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-secrets-store-csi-driver-rhel9-operator@sha256:67cc7eb2cc37bf8a9c03786b981f505944833d4b410c07d33d1c90aad19188ee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:67cc7eb2cc37bf8a9c03786b981f505944833d4b410c07d33d1c90aad19188ee_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-secrets-store-csi-driver-rhel9-operator@sha256:b87f974082176abe204cedac550f2b96d62a12eec487f0968a68051dc0305da1_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-secrets-store-csi-driver-rhel9-operator@sha256:b87f974082176abe204cedac550f2b96d62a12eec487f0968a68051dc0305da1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b87f974082176abe204cedac550f2b96d62a12eec487f0968a68051dc0305da1_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-secrets-store-csi-driver-rhel9-operator@sha256:eb9d92384287c28e92d58ec157d0bf99d4a9660e69bf73c995d7866d2e89b1fe_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-secrets-store-csi-driver-rhel9-operator@sha256:eb9d92384287c28e92d58ec157d0bf99d4a9660e69bf73c995d7866d2e89b1fe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eb9d92384287c28e92d58ec157d0bf99d4a9660e69bf73c995d7866d2e89b1fe_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-secrets-store-csi-driver-rhel9@sha256:06b8beaeda63e6eb242caee92b8d5bf125776f26bc0541d8028c8deaed883065_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-secrets-store-csi-driver-rhel9@sha256:06b8beaeda63e6eb242caee92b8d5bf125776f26bc0541d8028c8deaed883065_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:06b8beaeda63e6eb242caee92b8d5bf125776f26bc0541d8028c8deaed883065_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-secrets-store-csi-driver-rhel9@sha256:51a0bc7c0cd3e3cd1933b502ab9eaf22f78657c1f04d00da1a9a5ec445c2997e_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-secrets-store-csi-driver-rhel9@sha256:51a0bc7c0cd3e3cd1933b502ab9eaf22f78657c1f04d00da1a9a5ec445c2997e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:51a0bc7c0cd3e3cd1933b502ab9eaf22f78657c1f04d00da1a9a5ec445c2997e_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-secrets-store-csi-driver-rhel9@sha256:6a9c34588cfbb0d09253a0e7d6afa40b35ce0116fdb4e93f27750adc351a0155_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-secrets-store-csi-driver-rhel9@sha256:6a9c34588cfbb0d09253a0e7d6afa40b35ce0116fdb4e93f27750adc351a0155_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6a9c34588cfbb0d09253a0e7d6afa40b35ce0116fdb4e93f27750adc351a0155_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-secrets-store-csi-driver-rhel9@sha256:f2f5575b29df258d45a715872d14a7c5120572f151f4589c0b0baf447d35e174_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-secrets-store-csi-driver-rhel9@sha256:f2f5575b29df258d45a715872d14a7c5120572f151f4589c0b0baf447d35e174_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f2f5575b29df258d45a715872d14a7c5120572f151f4589c0b0baf447d35e174_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-secrets-store-csi-mustgather-rhel9@sha256:005ea43190c30e34027731c11f0ba93a4ff51c3d64ce673d9b3fb1296f8e1217_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-secrets-store-csi-mustgather-rhel9@sha256:005ea43190c30e34027731c11f0ba93a4ff51c3d64ce673d9b3fb1296f8e1217_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:005ea43190c30e34027731c11f0ba93a4ff51c3d64ce673d9b3fb1296f8e1217_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-secrets-store-csi-mustgather-rhel9@sha256:1da692845e72bd7453980a2cd0531034225b6bea62c093f1f28145b915cc9fcf_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-secrets-store-csi-mustgather-rhel9@sha256:1da692845e72bd7453980a2cd0531034225b6bea62c093f1f28145b915cc9fcf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1da692845e72bd7453980a2cd0531034225b6bea62c093f1f28145b915cc9fcf_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-secrets-store-csi-mustgather-rhel9@sha256:3bff5fa5bcd0b5c8a8b616e2693a8a190266b42d17bbd9e7e839188fcae53164_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-secrets-store-csi-mustgather-rhel9@sha256:3bff5fa5bcd0b5c8a8b616e2693a8a190266b42d17bbd9e7e839188fcae53164_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3bff5fa5bcd0b5c8a8b616e2693a8a190266b42d17bbd9e7e839188fcae53164_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-secrets-store-csi-mustgather-rhel9@sha256:4bb3eb71d4b77232bc2919336b0b04e6524e8031f1bc9de297109510d24a78f0_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-secrets-store-csi-mustgather-rhel9@sha256:4bb3eb71d4b77232bc2919336b0b04e6524e8031f1bc9de297109510d24a78f0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4bb3eb71d4b77232bc2919336b0b04e6524e8031f1bc9de297109510d24a78f0_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-smb-csi-driver-rhel9-operator@sha256:268ce87ca10ee36766324a0122c434030b54681e45c21d8630af77859fb4e998_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-smb-csi-driver-rhel9-operator@sha256:268ce87ca10ee36766324a0122c434030b54681e45c21d8630af77859fb4e998_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:268ce87ca10ee36766324a0122c434030b54681e45c21d8630af77859fb4e998_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-smb-csi-driver-rhel9-operator@sha256:463d74f927f27c369255d01d93327ed079bdd60e9bddaedc4fe4431fb509ca57_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-smb-csi-driver-rhel9-operator@sha256:463d74f927f27c369255d01d93327ed079bdd60e9bddaedc4fe4431fb509ca57_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:463d74f927f27c369255d01d93327ed079bdd60e9bddaedc4fe4431fb509ca57_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-smb-csi-driver-rhel9-operator@sha256:d58022794e662a90c6202bfaf789d382412d1011268a6042c7786ca9905599c4_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-smb-csi-driver-rhel9-operator@sha256:d58022794e662a90c6202bfaf789d382412d1011268a6042c7786ca9905599c4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d58022794e662a90c6202bfaf789d382412d1011268a6042c7786ca9905599c4_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-smb-csi-driver-rhel9-operator@sha256:da4f2ced8e92d60b0a967dc47adaf6ab38c4e32527a2170b57f763e84b070a85_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-smb-csi-driver-rhel9-operator@sha256:da4f2ced8e92d60b0a967dc47adaf6ab38c4e32527a2170b57f763e84b070a85_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da4f2ced8e92d60b0a967dc47adaf6ab38c4e32527a2170b57f763e84b070a85_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-smb-csi-driver-rhel9@sha256:1222a28afdd57c13215b9acb9ec7ffb24078bebe32c4a57e37c7fdc96da8863c_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-smb-csi-driver-rhel9@sha256:1222a28afdd57c13215b9acb9ec7ffb24078bebe32c4a57e37c7fdc96da8863c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1222a28afdd57c13215b9acb9ec7ffb24078bebe32c4a57e37c7fdc96da8863c_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-smb-csi-driver-rhel9@sha256:6a9ebe43a0a255a9ce001142fa194bc53bfcebb13ac9b4c152ef76ea727c3af8_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-smb-csi-driver-rhel9@sha256:6a9ebe43a0a255a9ce001142fa194bc53bfcebb13ac9b4c152ef76ea727c3af8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6a9ebe43a0a255a9ce001142fa194bc53bfcebb13ac9b4c152ef76ea727c3af8_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-smb-csi-driver-rhel9@sha256:a5ca359bcf485bed602776415250d3e47a6817528fe85a7055c4391a3de144fc_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-smb-csi-driver-rhel9@sha256:a5ca359bcf485bed602776415250d3e47a6817528fe85a7055c4391a3de144fc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a5ca359bcf485bed602776415250d3e47a6817528fe85a7055c4391a3de144fc_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-smb-csi-driver-rhel9@sha256:e76b26e6b77ee02bb8ca00574e0787c13b8cbab506d5e56ac8b9be18bf92463c_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-smb-csi-driver-rhel9@sha256:e76b26e6b77ee02bb8ca00574e0787c13b8cbab506d5e56ac8b9be18bf92463c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e76b26e6b77ee02bb8ca00574e0787c13b8cbab506d5e56ac8b9be18bf92463c_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-sriov-dp-admission-controller-rhel9@sha256:266e876f2c62f29639d05eb98d7f3e46b8e8a66feb38e13f3236a9642c55452f_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-sriov-dp-admission-controller-rhel9@sha256:266e876f2c62f29639d05eb98d7f3e46b8e8a66feb38e13f3236a9642c55452f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:266e876f2c62f29639d05eb98d7f3e46b8e8a66feb38e13f3236a9642c55452f_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-sriov-dp-admission-controller-rhel9@sha256:2c56a40d378fbace6e52f66f895abb7e95c0fe043e74ef4d9179f56d28922795_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-sriov-dp-admission-controller-rhel9@sha256:2c56a40d378fbace6e52f66f895abb7e95c0fe043e74ef4d9179f56d28922795_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2c56a40d378fbace6e52f66f895abb7e95c0fe043e74ef4d9179f56d28922795_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-sriov-dp-admission-controller-rhel9@sha256:c42f3734547243cbd86c0c2e20ac11582c749f268162bfb4b6b1e366a91ec46c_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-sriov-dp-admission-controller-rhel9@sha256:c42f3734547243cbd86c0c2e20ac11582c749f268162bfb4b6b1e366a91ec46c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c42f3734547243cbd86c0c2e20ac11582c749f268162bfb4b6b1e366a91ec46c_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-sriov-infiniband-cni-rhel9@sha256:27ee866d1c94beb7614c4057100ea57dbf7955e344d475bcb3d09029c8a91772_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-sriov-infiniband-cni-rhel9@sha256:27ee866d1c94beb7614c4057100ea57dbf7955e344d475bcb3d09029c8a91772_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:27ee866d1c94beb7614c4057100ea57dbf7955e344d475bcb3d09029c8a91772_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-sriov-infiniband-cni-rhel9@sha256:5953386e7d889008249a27f26d34460912949212f7a3eb59681f4dbdd7906567_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-sriov-infiniband-cni-rhel9@sha256:5953386e7d889008249a27f26d34460912949212f7a3eb59681f4dbdd7906567_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5953386e7d889008249a27f26d34460912949212f7a3eb59681f4dbdd7906567_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-sriov-infiniband-cni-rhel9@sha256:80f8a8043609f583054bf11484e693999e015e646c0ec3c4943d6476ce2ab79f_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-sriov-infiniband-cni-rhel9@sha256:80f8a8043609f583054bf11484e693999e015e646c0ec3c4943d6476ce2ab79f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:80f8a8043609f583054bf11484e693999e015e646c0ec3c4943d6476ce2ab79f_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-sriov-network-config-daemon-rhel9@sha256:36d40fd7100a167c2ea04d99bdc0d4c56e9ec28cc67d5cb3bfe493e60ad2e165_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-sriov-network-config-daemon-rhel9@sha256:36d40fd7100a167c2ea04d99bdc0d4c56e9ec28cc67d5cb3bfe493e60ad2e165_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:36d40fd7100a167c2ea04d99bdc0d4c56e9ec28cc67d5cb3bfe493e60ad2e165_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-sriov-network-config-daemon-rhel9@sha256:4ef19836a221c591fc413d6c528e17e6e9bbace0f94e69715c4b73b88892f194_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-sriov-network-config-daemon-rhel9@sha256:4ef19836a221c591fc413d6c528e17e6e9bbace0f94e69715c4b73b88892f194_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ef19836a221c591fc413d6c528e17e6e9bbace0f94e69715c4b73b88892f194_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-sriov-network-config-daemon-rhel9@sha256:fab7417dca00856d846e0cad7ada78ab058fe47b7a0ca58dfb3f802eb50e4316_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-sriov-network-config-daemon-rhel9@sha256:fab7417dca00856d846e0cad7ada78ab058fe47b7a0ca58dfb3f802eb50e4316_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fab7417dca00856d846e0cad7ada78ab058fe47b7a0ca58dfb3f802eb50e4316_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-sriov-network-device-plugin-rhel9@sha256:34104364de9468512eaeb4f3c5a997082f7b3c77850fbd284c2e1a296a4efd9e_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-sriov-network-device-plugin-rhel9@sha256:34104364de9468512eaeb4f3c5a997082f7b3c77850fbd284c2e1a296a4efd9e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:34104364de9468512eaeb4f3c5a997082f7b3c77850fbd284c2e1a296a4efd9e_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-sriov-network-device-plugin-rhel9@sha256:383b450b5a52f18e9f01b0e1ca7879be3516b5720884c71daf6df30391916c4a_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-sriov-network-device-plugin-rhel9@sha256:383b450b5a52f18e9f01b0e1ca7879be3516b5720884c71daf6df30391916c4a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:383b450b5a52f18e9f01b0e1ca7879be3516b5720884c71daf6df30391916c4a_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-sriov-network-device-plugin-rhel9@sha256:98b68c878ee770de740ac5f79d604d7e9db52eda9834bf179f43c16828e89593_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-sriov-network-device-plugin-rhel9@sha256:98b68c878ee770de740ac5f79d604d7e9db52eda9834bf179f43c16828e89593_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:98b68c878ee770de740ac5f79d604d7e9db52eda9834bf179f43c16828e89593_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-sriov-network-metrics-exporter-rhel9@sha256:3b13143c3c81d3850c29d1e6f63eafd0a0a684a476dfef41b3d430a77db59cda_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-sriov-network-metrics-exporter-rhel9@sha256:3b13143c3c81d3850c29d1e6f63eafd0a0a684a476dfef41b3d430a77db59cda_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:3b13143c3c81d3850c29d1e6f63eafd0a0a684a476dfef41b3d430a77db59cda_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-sriov-network-metrics-exporter-rhel9@sha256:86dea1586000d5282a173f3b254b6d7c6ee3cbc4e881575b1536c02f29ad3ffe_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-sriov-network-metrics-exporter-rhel9@sha256:86dea1586000d5282a173f3b254b6d7c6ee3cbc4e881575b1536c02f29ad3ffe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:86dea1586000d5282a173f3b254b6d7c6ee3cbc4e881575b1536c02f29ad3ffe_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-sriov-network-metrics-exporter-rhel9@sha256:9905827162e394e6e64296c5146b75f0e20f0101016ce191562aec6e3143befc_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-sriov-network-metrics-exporter-rhel9@sha256:9905827162e394e6e64296c5146b75f0e20f0101016ce191562aec6e3143befc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9905827162e394e6e64296c5146b75f0e20f0101016ce191562aec6e3143befc_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-sriov-network-rhel9-operator@sha256:08e96072edce7ed6f0aae644afd305babd90943f5fec7c109c1898d32a7946a8_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-sriov-network-rhel9-operator@sha256:08e96072edce7ed6f0aae644afd305babd90943f5fec7c109c1898d32a7946a8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:08e96072edce7ed6f0aae644afd305babd90943f5fec7c109c1898d32a7946a8_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-sriov-network-rhel9-operator@sha256:68834af27ffc42325eadb11f447826bdca93a58f42eadbaa960acff1c0a23a9d_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-sriov-network-rhel9-operator@sha256:68834af27ffc42325eadb11f447826bdca93a58f42eadbaa960acff1c0a23a9d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:68834af27ffc42325eadb11f447826bdca93a58f42eadbaa960acff1c0a23a9d_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-sriov-network-rhel9-operator@sha256:bc45c0e6f1eaa575ffc16aeb28a490453453481da4b350c504900787d380cb12_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-sriov-network-rhel9-operator@sha256:bc45c0e6f1eaa575ffc16aeb28a490453453481da4b350c504900787d380cb12_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bc45c0e6f1eaa575ffc16aeb28a490453453481da4b350c504900787d380cb12_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-sriov-network-webhook-rhel9@sha256:2bbddda19cf542aa2a943f5c1df68a6059a612ede574af046778e35583180c0a_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-sriov-network-webhook-rhel9@sha256:2bbddda19cf542aa2a943f5c1df68a6059a612ede574af046778e35583180c0a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:2bbddda19cf542aa2a943f5c1df68a6059a612ede574af046778e35583180c0a_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-sriov-network-webhook-rhel9@sha256:36a2fb712a37b7987fdcb6f8969690b68494f55576c1d79a49f33c9a2e693de3_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-sriov-network-webhook-rhel9@sha256:36a2fb712a37b7987fdcb6f8969690b68494f55576c1d79a49f33c9a2e693de3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:36a2fb712a37b7987fdcb6f8969690b68494f55576c1d79a49f33c9a2e693de3_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-sriov-network-webhook-rhel9@sha256:be84748eefbdb9df6cd806eaeba03671909ef80a52d92851601fc6200644204e_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-sriov-network-webhook-rhel9@sha256:be84748eefbdb9df6cd806eaeba03671909ef80a52d92851601fc6200644204e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:be84748eefbdb9df6cd806eaeba03671909ef80a52d92851601fc6200644204e_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-sriov-rdma-cni-rhel9@sha256:2020938b4e60a3dd7335f7b0c54b955d9c9910f4884cb397746af1eca38e01ca_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-sriov-rdma-cni-rhel9@sha256:2020938b4e60a3dd7335f7b0c54b955d9c9910f4884cb397746af1eca38e01ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2020938b4e60a3dd7335f7b0c54b955d9c9910f4884cb397746af1eca38e01ca_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-sriov-rdma-cni-rhel9@sha256:231082ea0799156bf6bc0d9b2b6d9a607f5a9713130e1b3ffb37221d82bf8484_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-sriov-rdma-cni-rhel9@sha256:231082ea0799156bf6bc0d9b2b6d9a607f5a9713130e1b3ffb37221d82bf8484_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:231082ea0799156bf6bc0d9b2b6d9a607f5a9713130e1b3ffb37221d82bf8484_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-sriov-rdma-cni-rhel9@sha256:6a521b9a2bdcfc607a0aea961e22012906212c109dfac79e919acc63c88d47dc_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-sriov-rdma-cni-rhel9@sha256:6a521b9a2bdcfc607a0aea961e22012906212c109dfac79e919acc63c88d47dc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6a521b9a2bdcfc607a0aea961e22012906212c109dfac79e919acc63c88d47dc_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-support-log-gather-rhel9-operator@sha256:118a31204e20b9eb9840c9127c36c3964b5caf72744b179a56f4cf3f0ce02661_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-support-log-gather-rhel9-operator@sha256:118a31204e20b9eb9840c9127c36c3964b5caf72744b179a56f4cf3f0ce02661_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:118a31204e20b9eb9840c9127c36c3964b5caf72744b179a56f4cf3f0ce02661_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-support-log-gather-rhel9-operator@sha256:5b0b665ac611864eef61ceb6e0503b1e0dd7bb6a8c472d8b55df5ff295182133_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-support-log-gather-rhel9-operator@sha256:5b0b665ac611864eef61ceb6e0503b1e0dd7bb6a8c472d8b55df5ff295182133_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b0b665ac611864eef61ceb6e0503b1e0dd7bb6a8c472d8b55df5ff295182133_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-support-log-gather-rhel9-operator@sha256:827444379778bb6a54a11205bc92c2b828b1ab6d4d734fa16e94372c2b1ac1e2_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-support-log-gather-rhel9-operator@sha256:827444379778bb6a54a11205bc92c2b828b1ab6d4d734fa16e94372c2b1ac1e2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:827444379778bb6a54a11205bc92c2b828b1ab6d4d734fa16e94372c2b1ac1e2_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-support-log-gather-rhel9-operator@sha256:a29ea135573415a22f1bd56c7eab7b758a8d1d6a32809b0ed4fc51ee56bc3753_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-support-log-gather-rhel9-operator@sha256:a29ea135573415a22f1bd56c7eab7b758a8d1d6a32809b0ed4fc51ee56bc3753_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:a29ea135573415a22f1bd56c7eab7b758a8d1d6a32809b0ed4fc51ee56bc3753_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-vertical-pod-autoscaler-rhel9-operator@sha256:1bd28b06dfd84aee2bc968ad2d7651471e4bb8e3a4417e881fa2062ff3629bac_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-vertical-pod-autoscaler-rhel9-operator@sha256:1bd28b06dfd84aee2bc968ad2d7651471e4bb8e3a4417e881fa2062ff3629bac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:1bd28b06dfd84aee2bc968ad2d7651471e4bb8e3a4417e881fa2062ff3629bac_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-vertical-pod-autoscaler-rhel9-operator@sha256:4beb36cc3800c4c8dd39b85d0753d78fe8c39af3d40b124d4af34e1ba281eb42_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-vertical-pod-autoscaler-rhel9-operator@sha256:4beb36cc3800c4c8dd39b85d0753d78fe8c39af3d40b124d4af34e1ba281eb42_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:4beb36cc3800c4c8dd39b85d0753d78fe8c39af3d40b124d4af34e1ba281eb42_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-vertical-pod-autoscaler-rhel9-operator@sha256:57959f4f10394b2b0b212c3bc7fcf2b35cfbabef1d3dc4f2604379d895daa60f_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-vertical-pod-autoscaler-rhel9-operator@sha256:57959f4f10394b2b0b212c3bc7fcf2b35cfbabef1d3dc4f2604379d895daa60f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57959f4f10394b2b0b212c3bc7fcf2b35cfbabef1d3dc4f2604379d895daa60f_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-vertical-pod-autoscaler-rhel9-operator@sha256:9d029775e51153ea772bb27a9c397c9bfa6c55e74970053a6bfb54eb186f8e80_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-vertical-pod-autoscaler-rhel9-operator@sha256:9d029775e51153ea772bb27a9c397c9bfa6c55e74970053a6bfb54eb186f8e80_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9d029775e51153ea772bb27a9c397c9bfa6c55e74970053a6bfb54eb186f8e80_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-vertical-pod-autoscaler-rhel9@sha256:6bd20dbf7834329495955eb2abb2821cdc0c6d3ed56ca54f6041741bd2b29f01_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-vertical-pod-autoscaler-rhel9@sha256:6bd20dbf7834329495955eb2abb2821cdc0c6d3ed56ca54f6041741bd2b29f01_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6bd20dbf7834329495955eb2abb2821cdc0c6d3ed56ca54f6041741bd2b29f01_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-vertical-pod-autoscaler-rhel9@sha256:b29b8476eff6b7ca69d5a2232d87f73ac4070b37082eb47eae819f0b2ccc6eb1_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-vertical-pod-autoscaler-rhel9@sha256:b29b8476eff6b7ca69d5a2232d87f73ac4070b37082eb47eae819f0b2ccc6eb1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:b29b8476eff6b7ca69d5a2232d87f73ac4070b37082eb47eae819f0b2ccc6eb1_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-vertical-pod-autoscaler-rhel9@sha256:ce17b9a1d9b9ed74d610a3bb7aff38e1038c597f1c812e8054c97caaa0b07da9_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-vertical-pod-autoscaler-rhel9@sha256:ce17b9a1d9b9ed74d610a3bb7aff38e1038c597f1c812e8054c97caaa0b07da9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ce17b9a1d9b9ed74d610a3bb7aff38e1038c597f1c812e8054c97caaa0b07da9_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-vertical-pod-autoscaler-rhel9@sha256:fb5cba7aa346709b7f555a06deead5b4939d0dca59c9f1a1806b8d0ddcf509dc_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-vertical-pod-autoscaler-rhel9@sha256:fb5cba7aa346709b7f555a06deead5b4939d0dca59c9f1a1806b8d0ddcf509dc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:fb5cba7aa346709b7f555a06deead5b4939d0dca59c9f1a1806b8d0ddcf509dc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:147002bb7760f26a288f5c562378c6d0f9dd75cefc348a09cb0d6cd5126410f3_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/pf-status-relay-rhel9-operator@sha256:147002bb7760f26a288f5c562378c6d0f9dd75cefc348a09cb0d6cd5126410f3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:147002bb7760f26a288f5c562378c6d0f9dd75cefc348a09cb0d6cd5126410f3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2074b908106bda1624bf576a86101e57a6bf9c8ed21d0751edb90c4409588e2e_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/pf-status-relay-rhel9-operator@sha256:2074b908106bda1624bf576a86101e57a6bf9c8ed21d0751edb90c4409588e2e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2074b908106bda1624bf576a86101e57a6bf9c8ed21d0751edb90c4409588e2e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:bc14cca7543a70a964ad3771e0625eff6df50830d77b3be5fe4a5eb47349ddcb_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/pf-status-relay-rhel9-operator@sha256:bc14cca7543a70a964ad3771e0625eff6df50830d77b3be5fe4a5eb47349ddcb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:bc14cca7543a70a964ad3771e0625eff6df50830d77b3be5fe4a5eb47349ddcb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c09df9cd9a7a3eb0dd7de3f838211bcd74f9f8e98b9d8ad4dc93129538425c31_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/pf-status-relay-rhel9-operator@sha256:c09df9cd9a7a3eb0dd7de3f838211bcd74f9f8e98b9d8ad4dc93129538425c31_amd64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c09df9cd9a7a3eb0dd7de3f838211bcd74f9f8e98b9d8ad4dc93129538425c31_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6073cf68e4339cf8135b0dd795f9b0269f5e7e4b9c27a822ea2dbeb0dc0e0510_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/pf-status-relay-rhel9@sha256:6073cf68e4339cf8135b0dd795f9b0269f5e7e4b9c27a822ea2dbeb0dc0e0510_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6073cf68e4339cf8135b0dd795f9b0269f5e7e4b9c27a822ea2dbeb0dc0e0510_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:85de1eaf4824348bd297d806f0e5a21ad02f74f45af91d4bae3580f9fb8e34a9_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/pf-status-relay-rhel9@sha256:85de1eaf4824348bd297d806f0e5a21ad02f74f45af91d4bae3580f9fb8e34a9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:85de1eaf4824348bd297d806f0e5a21ad02f74f45af91d4bae3580f9fb8e34a9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:b1fc354404bad7db99fdd645b833f348d935e952437b3184259c1bb8bfb73d2a_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/pf-status-relay-rhel9@sha256:b1fc354404bad7db99fdd645b833f348d935e952437b3184259c1bb8bfb73d2a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:b1fc354404bad7db99fdd645b833f348d935e952437b3184259c1bb8bfb73d2a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e0ec835d0fc8045c6c4d139c8e4895f847ca8cd9fe719b87a2e6d33847ba7b4c_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/pf-status-relay-rhel9@sha256:e0ec835d0fc8045c6c4d139c8e4895f847ca8cd9fe719b87a2e6d33847ba7b4c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e0ec835d0fc8045c6c4d139c8e4895f847ca8cd9fe719b87a2e6d33847ba7b4c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:89eb322b0b42a52a1b00a018817ec11432fe62f41fbac9e266a3353d1a154f46_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/ptp-must-gather-rhel9@sha256:89eb322b0b42a52a1b00a018817ec11432fe62f41fbac9e266a3353d1a154f46_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:89eb322b0b42a52a1b00a018817ec11432fe62f41fbac9e266a3353d1a154f46_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9cdaa991a990485f3dc10d63f7885fc564094f578679610b60de716d7b53865f_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/ptp-must-gather-rhel9@sha256:9cdaa991a990485f3dc10d63f7885fc564094f578679610b60de716d7b53865f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9cdaa991a990485f3dc10d63f7885fc564094f578679610b60de716d7b53865f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:b2d084d99edad49af8aac7c7dd458327389f69739e5f3ef666e64f1a11357598_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/ptp-must-gather-rhel9@sha256:b2d084d99edad49af8aac7c7dd458327389f69739e5f3ef666e64f1a11357598_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:b2d084d99edad49af8aac7c7dd458327389f69739e5f3ef666e64f1a11357598_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:341f6e5990ebc68736072caa73b99c14c6c6de1e8d68e7a80c57091281ba5b05_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/sriov-cni-rhel9@sha256:341f6e5990ebc68736072caa73b99c14c6c6de1e8d68e7a80c57091281ba5b05_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:341f6e5990ebc68736072caa73b99c14c6c6de1e8d68e7a80c57091281ba5b05_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:798eb1193179521414abe6da008df6d35fe1ec73bf4d22af2ffa192c89dda997_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/sriov-cni-rhel9@sha256:798eb1193179521414abe6da008df6d35fe1ec73bf4d22af2ffa192c89dda997_amd64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:798eb1193179521414abe6da008df6d35fe1ec73bf4d22af2ffa192c89dda997_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:7f48d4d324d37f6f21f9365c90fcc9910d2d7a027f3d631ccad6bd19e2e2ad85_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/sriov-cni-rhel9@sha256:7f48d4d324d37f6f21f9365c90fcc9910d2d7a027f3d631ccad6bd19e2e2ad85_arm64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:7f48d4d324d37f6f21f9365c90fcc9910d2d7a027f3d631ccad6bd19e2e2ad85_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-65637",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-12-04T19:00:54.313916+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3681beb08e01cd722da21329025772de4cb403928d0a967144e22360983eb3ff_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:8782d36ea8d72755b1d50c27823c049a72969ff4f22ca37ed0463aff770d4462_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:924fc818077dfbbf3860a60493691ee4509cb8462f5178a9926304d7ffe34405_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:d318b70fe0480a65b778164e2457df756c12262aac1d2625705b569d94ff6d06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:237758d6d13f5ccdb90b484305519e4b975873889bbfc3431c979b0315b0feed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:251144eb89467797994555e501d6366bc39cf858c0762cfb978d14ffbb5c4fe9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b3e98840321330ffb08b20242207365bef6c26cb86eb89f060604dfc1bd3ae43_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e8265714945ca0e6fe7b87797364397ecdcb5def05fb2f5fbe6afa79209b5b91_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:7d5fcdafd58fa35f2790899a3edbd7c4663ca3fbf65812713d7690073684b8f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b253b9be4a7551814ef9119a77288584dbdd641925ee2beefa7c8813758b0f8b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d2e161edca53e818099388ad6511397b9500e317122248fda125f7b1f6138745_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:f818928ba9cc6b0d3b2b715298cbce4cf349b807818cd13a0db23d3ef59e6f0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:3bacd0f3fa268365ca8a83e4812d5944fb764ed4eb4850ab98e6b474e897c64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:58753675f992b415528aaf16c938d5732f8bdac93a9fb0c8bc99fc26a9a5a303_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c0ed015ec477635087800de08b1e47751b51d5a90abba0e469077d2c5950861b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c4165da7c833604bb6254f71cc71fd467d4d4f97aa3647acd22b499f9c57e5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:72e075b53db9e11857e23b3a820508c21d785a8dcff09db4b234baf401fc70ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:abb357043fd7a4ed0d77805f1883acc7c88a7dbf218633338a3cd484c4c33e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b45dbf329d4faa2845b6d437505551d66af13e9284b201e820b898f8b2361f45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cf0611fadc5bce2162c3f552db4682c61030a631cb6312d0770bae2f361fed86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:630db8bacf758c1b57109972f4994a39f70c7541b6f299d1db1a274c43514091_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:6cc0cd3f8f325f67accd7ce936511ac5dcf41dcbe9d9c8da13caba8cefe5977e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:c9fff6572386c34f13c5c57bc36a851d9d934a3286ee7a46686b6ac2622a04a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:e1b22011683c74115938f0760f54ab954b9b111ffa50d60d0577defc1c7ea71d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:16975db499564293ff3ab0bd8597cb393eef5b819e3b53ad449dbfb0f5d378c2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:312a9e0dee4d175142bc487b011db065a00a2fff00ff6b3db890e7f5d17ba266_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:5937ce08727f2bb5ac66949fe74b08befdf85eb53b2d7935b38ab6cadd134e6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:bf87202b360ac0e9372e8e4b337e87a4b6385b4641d9eb882f757fdddbd88372_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:347241b4f116f06c33aa7d86abb6c226e683909844db0a28d2c9b4ed93af7578_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3a5912d93a94ec25db1e5021454109a18a8046bb164e310e7ae9b5c4b8a24592_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3adb9e54090f609e54dd90db35c461c6d863716b2343870c28816fef93b90bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:570cde1472396c113650129050856d64c7cd762d7ff6dd66efd7a4920f6bd73b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:3b793388b1c3d0a4ce44f462703cdca4598a8b7f736d52341ed0004c62df00d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:c90d84d60c25528afd0f83687512efdc28e2f1173f16eedaa61559bbe2d19d88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86eb5c4ac79d699c6b46926c766f6629ea9e7c88a77846be7fe7956dc01d75c3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:a9e9933bbd394d058822540ca621ef4f0584721e0a076e1022c274f7afc01483_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:487f345633b97302d82c959ada09971c8c808e3962775dcc06bec6b85a829fa8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8d5c04afe2ed2acca68a88357e678b3807ef544823492f17e363f65412123dc8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:c9759e1caf91bde4a7a694a383497b53b9d78532345288140dd9ef22b65b6040_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:121eb7a6c5f707b498ca99cb472b9e7a6e78eb58e4f396a96178653eb051a8ea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1659c2bfd556d3a53f8dc6524409bcb81423dea0b3f1c0e5ca0e633c6cb6cb98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:34f19c271bcbf8b42089d53cbc110553a5a963517485b882547471fa56cbbfc7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:802b7b6b4103aee3018d9cdee6f070d8655041f647c43341ba5366e19e146af1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2782be279918e48a072f5ef66da389c936596804e08ec9a7c741961a14c1eff2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5d259be1775bbcabeb68ea5c8e8781ea63abe42a8871a66b8ab3ba9a654d0a23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:7c62466c5260b475689877213a3ec9a569a0fbc9785edb1fc4ca7c6274f01429_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a0b6d46abb21c8948693ca9109cf3211989f687b463357ce65293ab12f7a2752_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:293b7af51df19e322ab8ab2a79c526d69f22438c01cca5a080e8fb9654cdd3d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36d6392112db02964e58c136338c1ad05919bc0159e856baaed0a865a2458e93_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3b5b16b17bf497bdb11533ef204a22bab86a813e5a5866a90f14da0a82939f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b5385d287583cfa3bfda3be226fc17237a8fe7dec1b70d0be01b66089f70adfc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6094b9c7a4ebe386151d8620bf479a0a92cdfdd06976e6e60efc7db80467cccc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6be3608bac44656a2459e4d4fe4ff78c206de0d7925bb683abd24ba3ac61ef11_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:92003c9543eb69b29dcc63e54d82657679901c2e8b464224d181d0e1ef45af69_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c216b7a502c1b7b4c2202778617541c099ff3e19eef7ab72427676758bee6d44_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1aa132d6aa62828d6aaa45d55e245385cfa3db72d09371a56d9f15116081724b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:87677056effe8b95333f56b4d2f1a57b40e69c3e9d08704d7149df4ae331dbe9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9313dcddd596b3455167b33e40cb9a1504c30949fe164e47fb772f87f320c746_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:986428218674662cdd2555c7bc9788a54379010d353489ed113518f07100c6ff_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:956f9f95a62b11da49eb8b9b9f18b4470ec852a9d06859803469bc24a68069b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e09e73ed4660ae9c4aadd215596a9f7d6224597f295d25abf302b0825f127687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e33e65a63aef3820cd937b0e36894c544ad252d1b135699b8f78da1544255d24_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f98c9a7f150c39fc42de665eaf7b1cb80a068f788e2a50d451973c34ee488811_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:06865f2889d6690e43b3755e5c8a83850948fef1a937c23b793b4e20fac4066c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0e47f0b0c079afa6d2abe4c4ab34c5e7b96abf8363239d55a3d7ede5b0a8392a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:b3d7643b26f5dfe8ca850ffe81fbf2282aaf24b0e0af91452145f0690101b36f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:d9958dfdf9b89cef2113770bb3382bb5888ef8236a88f8ece7f1d15fe4b6574e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b9c2e0ffe0f682f051f7d488249dbb0a82d3415dea96e5962c157a8e8e64e2df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:bc64a188a12f3cbc5cd361c3de27e8d705f15b50ccaf7df776b746e3015791ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:dd9017cc0f5b5d1914aeb59a1773f4da402b11bd6f8e58d1fe241a83dabd0a30_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:ea9e1bd3933c365c09791f2e9a96cf178a14de68734dbbd0fa25a1701875e723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:2718ca4548d1530f457c0e568493a6b749afb72516b46c63549d47a2b3dab555_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:39d56d1921d1f2e68bf725d525f53f56608c6f4cd71631eebd691ca7566112a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:eb3cb9d548d836fe7c84b72fad901fda76d221afa625970d07a3e5af07a0cc9d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:09629834f9a7fe92273e97b69aa26a2a8b7798df6b5b6d6ad65219150cdde6ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4055a6ffdd3b52212843252c9e7f4eebd8d918e442d94508f0b15be80b54580d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:44d35a7b2542eb138682f9adeac3b380e7bbd81b53e2e816666520f1bffd2c76_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ec7ce4b7eead1365a0337ff96f14f76044c0cd92b3d1622303c818e4acdea686_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0db96b42ff22f151c71e6d744f44323a27e6fbfe9e0d81f64fbf1eb98f655837_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9bb771b8f898df6438c44fe9f30f07865ca5c0ac1b6202097f6314b1dbe2f876_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b41e1d1b4ac6680051031856a8ecdfb2a366d7734d91383ce6341ee644e72302_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:fa597df7e116d88d69fb60cf12f08eda1f2c4faaf2657910a2436b34d27ad6df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:1075ad7f3662e1d547ee4ce3ae22fa78bc6c165e769510d33b3da95791f1c015_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8fc5cc9166627591a9134ff42f1a096d761a638a86e90c81412172422dfafba5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:af27e7fb9d2caf458de7a003eb14b91c631e86d72c4746ddb5202566e468f9c2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f46f940f258893fe88deb9fd32e49e22d2cdb6eaa5734a64b3658d09b64ba5b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:57193807e3f4f90856ccfffc78f4a9fb7a4ff441b8b9bbeabf0af6466f095c79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:594a3a8f45c38fec6cae25f611f3f473a827ae6f581f2789a13f4b79d19f292f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6d23278c59fa56c575db3ec27158ed7458f321e0f97293eda2690c8de7e1deec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:9c83cdb44f2a4e3d26fb8d7552fb8bd3753eb044377e25c43989959d0cb2cc74_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:029409a8db50b7f5abcc88ce4e87e9fa43187da28530d43cc6b82fa95f8a3c1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2def1cefddfceae1c286b1de5e6f3c46058427de87f2832893878e3b00bc8703_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6cfd91e537ae416bef5f668f0a4db86d4ee7e3efabef41f94f60c306515b5c02_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:ad091559b522dbde389e4a572607613307d97043fb4cb7fb23d9a1c7d4961f19_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:129a70378c39a8cb736921f5207e94ae883cd289b660610395e6b6fd54577970_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:4d2062f8a09d012cd9cb43edf4003033328136b5cc7fee88249de10cae1e714a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:759cdc4851b117b4a02174e507f89d0d7da47032cb9d233f6a1ee09f2be1f3e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c07d1d909c4c0f50bd9ee093a03c2a179b6ee44b4c3b4bd8b81e682c480fc61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:3b2cfc0aa060af667ed786b54cf2c78a0267a11e560c25bb98d04b1816914899_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:bde9db5098ded6977aceae8c4bc58cdebaa9971fc863de8362692594be8b940a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:ec1b58f45b19b701e3496b73bbd858226777e604ea7403f1fe098206e5ae3a21_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:67a5d877adb0b9e27e66b73899507006f6a3eec5bb9f6be10bcc702b8d06f2a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:702b186d5aab37cc7965fe6c99622a4dc74ae7f9800947657ed0bd0caf75ade8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d7e79a24bf8663c3060c210409db0b49b6244361313be3353bd19b93917e55f4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4206bd717104d7b6c22a6403fb1fe56b91b4304f2613e28a31f14f12cf784fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:67cc7eb2cc37bf8a9c03786b981f505944833d4b410c07d33d1c90aad19188ee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b87f974082176abe204cedac550f2b96d62a12eec487f0968a68051dc0305da1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eb9d92384287c28e92d58ec157d0bf99d4a9660e69bf73c995d7866d2e89b1fe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:06b8beaeda63e6eb242caee92b8d5bf125776f26bc0541d8028c8deaed883065_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:51a0bc7c0cd3e3cd1933b502ab9eaf22f78657c1f04d00da1a9a5ec445c2997e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6a9c34588cfbb0d09253a0e7d6afa40b35ce0116fdb4e93f27750adc351a0155_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f2f5575b29df258d45a715872d14a7c5120572f151f4589c0b0baf447d35e174_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:005ea43190c30e34027731c11f0ba93a4ff51c3d64ce673d9b3fb1296f8e1217_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1da692845e72bd7453980a2cd0531034225b6bea62c093f1f28145b915cc9fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3bff5fa5bcd0b5c8a8b616e2693a8a190266b42d17bbd9e7e839188fcae53164_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4bb3eb71d4b77232bc2919336b0b04e6524e8031f1bc9de297109510d24a78f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:268ce87ca10ee36766324a0122c434030b54681e45c21d8630af77859fb4e998_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:463d74f927f27c369255d01d93327ed079bdd60e9bddaedc4fe4431fb509ca57_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d58022794e662a90c6202bfaf789d382412d1011268a6042c7786ca9905599c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da4f2ced8e92d60b0a967dc47adaf6ab38c4e32527a2170b57f763e84b070a85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1222a28afdd57c13215b9acb9ec7ffb24078bebe32c4a57e37c7fdc96da8863c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6a9ebe43a0a255a9ce001142fa194bc53bfcebb13ac9b4c152ef76ea727c3af8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a5ca359bcf485bed602776415250d3e47a6817528fe85a7055c4391a3de144fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e76b26e6b77ee02bb8ca00574e0787c13b8cbab506d5e56ac8b9be18bf92463c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:266e876f2c62f29639d05eb98d7f3e46b8e8a66feb38e13f3236a9642c55452f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2c56a40d378fbace6e52f66f895abb7e95c0fe043e74ef4d9179f56d28922795_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c42f3734547243cbd86c0c2e20ac11582c749f268162bfb4b6b1e366a91ec46c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:27ee866d1c94beb7614c4057100ea57dbf7955e344d475bcb3d09029c8a91772_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5953386e7d889008249a27f26d34460912949212f7a3eb59681f4dbdd7906567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:80f8a8043609f583054bf11484e693999e015e646c0ec3c4943d6476ce2ab79f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:36d40fd7100a167c2ea04d99bdc0d4c56e9ec28cc67d5cb3bfe493e60ad2e165_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ef19836a221c591fc413d6c528e17e6e9bbace0f94e69715c4b73b88892f194_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fab7417dca00856d846e0cad7ada78ab058fe47b7a0ca58dfb3f802eb50e4316_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:34104364de9468512eaeb4f3c5a997082f7b3c77850fbd284c2e1a296a4efd9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:383b450b5a52f18e9f01b0e1ca7879be3516b5720884c71daf6df30391916c4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:98b68c878ee770de740ac5f79d604d7e9db52eda9834bf179f43c16828e89593_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:3b13143c3c81d3850c29d1e6f63eafd0a0a684a476dfef41b3d430a77db59cda_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:86dea1586000d5282a173f3b254b6d7c6ee3cbc4e881575b1536c02f29ad3ffe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9905827162e394e6e64296c5146b75f0e20f0101016ce191562aec6e3143befc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:08e96072edce7ed6f0aae644afd305babd90943f5fec7c109c1898d32a7946a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:68834af27ffc42325eadb11f447826bdca93a58f42eadbaa960acff1c0a23a9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bc45c0e6f1eaa575ffc16aeb28a490453453481da4b350c504900787d380cb12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:2bbddda19cf542aa2a943f5c1df68a6059a612ede574af046778e35583180c0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:36a2fb712a37b7987fdcb6f8969690b68494f55576c1d79a49f33c9a2e693de3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:be84748eefbdb9df6cd806eaeba03671909ef80a52d92851601fc6200644204e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2020938b4e60a3dd7335f7b0c54b955d9c9910f4884cb397746af1eca38e01ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:231082ea0799156bf6bc0d9b2b6d9a607f5a9713130e1b3ffb37221d82bf8484_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6a521b9a2bdcfc607a0aea961e22012906212c109dfac79e919acc63c88d47dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:118a31204e20b9eb9840c9127c36c3964b5caf72744b179a56f4cf3f0ce02661_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b0b665ac611864eef61ceb6e0503b1e0dd7bb6a8c472d8b55df5ff295182133_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:827444379778bb6a54a11205bc92c2b828b1ab6d4d734fa16e94372c2b1ac1e2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:a29ea135573415a22f1bd56c7eab7b758a8d1d6a32809b0ed4fc51ee56bc3753_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:1bd28b06dfd84aee2bc968ad2d7651471e4bb8e3a4417e881fa2062ff3629bac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:4beb36cc3800c4c8dd39b85d0753d78fe8c39af3d40b124d4af34e1ba281eb42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57959f4f10394b2b0b212c3bc7fcf2b35cfbabef1d3dc4f2604379d895daa60f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9d029775e51153ea772bb27a9c397c9bfa6c55e74970053a6bfb54eb186f8e80_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6bd20dbf7834329495955eb2abb2821cdc0c6d3ed56ca54f6041741bd2b29f01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:b29b8476eff6b7ca69d5a2232d87f73ac4070b37082eb47eae819f0b2ccc6eb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ce17b9a1d9b9ed74d610a3bb7aff38e1038c597f1c812e8054c97caaa0b07da9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:fb5cba7aa346709b7f555a06deead5b4939d0dca59c9f1a1806b8d0ddcf509dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:147002bb7760f26a288f5c562378c6d0f9dd75cefc348a09cb0d6cd5126410f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2074b908106bda1624bf576a86101e57a6bf9c8ed21d0751edb90c4409588e2e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:bc14cca7543a70a964ad3771e0625eff6df50830d77b3be5fe4a5eb47349ddcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c09df9cd9a7a3eb0dd7de3f838211bcd74f9f8e98b9d8ad4dc93129538425c31_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6073cf68e4339cf8135b0dd795f9b0269f5e7e4b9c27a822ea2dbeb0dc0e0510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:85de1eaf4824348bd297d806f0e5a21ad02f74f45af91d4bae3580f9fb8e34a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:b1fc354404bad7db99fdd645b833f348d935e952437b3184259c1bb8bfb73d2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e0ec835d0fc8045c6c4d139c8e4895f847ca8cd9fe719b87a2e6d33847ba7b4c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:89eb322b0b42a52a1b00a018817ec11432fe62f41fbac9e266a3353d1a154f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9cdaa991a990485f3dc10d63f7885fc564094f578679610b60de716d7b53865f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:b2d084d99edad49af8aac7c7dd458327389f69739e5f3ef666e64f1a11357598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:341f6e5990ebc68736072caa73b99c14c6c6de1e8d68e7a80c57091281ba5b05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:798eb1193179521414abe6da008df6d35fe1ec73bf4d22af2ffa192c89dda997_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:7f48d4d324d37f6f21f9365c90fcc9910d2d7a027f3d631ccad6bd19e2e2ad85_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418900"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go\u2019s internal bufio.Scanner, the read operation fails with a \u201ctoken too long\u201d error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is categorized as Moderate because its impact is limited to the logging subsystem and requires a specific, non-default usage pattern to trigger\u2014namely, sending a single unbounded line exceeding 64KB through Entry.Writer(). Most Logrus deployments do not expose this interface directly to attacker-controlled input, which raises the attack complexity and reduces realistic exploitability. Additionally, the flaw does not affect confidentiality or integrity, nor does it allow code execution or privilege escalation. The failure results in a controlled degradation of availability (logging becoming non-functional), rather than a broader application outage or systemic compromise. These constrained conditions and limited real-world impact justify treating the issue as moderate rather than important.",
"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-gcp-filestore-csi-driver-rhel9@sha256:32dd0ff1f27d87cf49c84f3ce0f990bc929e7e348f7e2bf6bc02338d53198385_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9e2909100b905b51093b03f046d58a9387106b1123db43b6757dcd42b9564e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ff0f8d8e8c2b231c43e28cd4dd3bcb5b5957ab69aa1119a314bd4ef0530520d6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3681beb08e01cd722da21329025772de4cb403928d0a967144e22360983eb3ff_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:8782d36ea8d72755b1d50c27823c049a72969ff4f22ca37ed0463aff770d4462_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:924fc818077dfbbf3860a60493691ee4509cb8462f5178a9926304d7ffe34405_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:d318b70fe0480a65b778164e2457df756c12262aac1d2625705b569d94ff6d06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:237758d6d13f5ccdb90b484305519e4b975873889bbfc3431c979b0315b0feed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:251144eb89467797994555e501d6366bc39cf858c0762cfb978d14ffbb5c4fe9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b3e98840321330ffb08b20242207365bef6c26cb86eb89f060604dfc1bd3ae43_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e8265714945ca0e6fe7b87797364397ecdcb5def05fb2f5fbe6afa79209b5b91_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:7d5fcdafd58fa35f2790899a3edbd7c4663ca3fbf65812713d7690073684b8f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b253b9be4a7551814ef9119a77288584dbdd641925ee2beefa7c8813758b0f8b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d2e161edca53e818099388ad6511397b9500e317122248fda125f7b1f6138745_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:f818928ba9cc6b0d3b2b715298cbce4cf349b807818cd13a0db23d3ef59e6f0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:3bacd0f3fa268365ca8a83e4812d5944fb764ed4eb4850ab98e6b474e897c64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:58753675f992b415528aaf16c938d5732f8bdac93a9fb0c8bc99fc26a9a5a303_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c0ed015ec477635087800de08b1e47751b51d5a90abba0e469077d2c5950861b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c4165da7c833604bb6254f71cc71fd467d4d4f97aa3647acd22b499f9c57e5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:72e075b53db9e11857e23b3a820508c21d785a8dcff09db4b234baf401fc70ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:abb357043fd7a4ed0d77805f1883acc7c88a7dbf218633338a3cd484c4c33e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b45dbf329d4faa2845b6d437505551d66af13e9284b201e820b898f8b2361f45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cf0611fadc5bce2162c3f552db4682c61030a631cb6312d0770bae2f361fed86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:630db8bacf758c1b57109972f4994a39f70c7541b6f299d1db1a274c43514091_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:6cc0cd3f8f325f67accd7ce936511ac5dcf41dcbe9d9c8da13caba8cefe5977e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:c9fff6572386c34f13c5c57bc36a851d9d934a3286ee7a46686b6ac2622a04a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:e1b22011683c74115938f0760f54ab954b9b111ffa50d60d0577defc1c7ea71d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:16975db499564293ff3ab0bd8597cb393eef5b819e3b53ad449dbfb0f5d378c2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:312a9e0dee4d175142bc487b011db065a00a2fff00ff6b3db890e7f5d17ba266_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:5937ce08727f2bb5ac66949fe74b08befdf85eb53b2d7935b38ab6cadd134e6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:bf87202b360ac0e9372e8e4b337e87a4b6385b4641d9eb882f757fdddbd88372_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:347241b4f116f06c33aa7d86abb6c226e683909844db0a28d2c9b4ed93af7578_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3a5912d93a94ec25db1e5021454109a18a8046bb164e310e7ae9b5c4b8a24592_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3adb9e54090f609e54dd90db35c461c6d863716b2343870c28816fef93b90bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:570cde1472396c113650129050856d64c7cd762d7ff6dd66efd7a4920f6bd73b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:3b793388b1c3d0a4ce44f462703cdca4598a8b7f736d52341ed0004c62df00d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:c90d84d60c25528afd0f83687512efdc28e2f1173f16eedaa61559bbe2d19d88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86eb5c4ac79d699c6b46926c766f6629ea9e7c88a77846be7fe7956dc01d75c3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:a9e9933bbd394d058822540ca621ef4f0584721e0a076e1022c274f7afc01483_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:487f345633b97302d82c959ada09971c8c808e3962775dcc06bec6b85a829fa8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8d5c04afe2ed2acca68a88357e678b3807ef544823492f17e363f65412123dc8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:c9759e1caf91bde4a7a694a383497b53b9d78532345288140dd9ef22b65b6040_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:121eb7a6c5f707b498ca99cb472b9e7a6e78eb58e4f396a96178653eb051a8ea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1659c2bfd556d3a53f8dc6524409bcb81423dea0b3f1c0e5ca0e633c6cb6cb98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:34f19c271bcbf8b42089d53cbc110553a5a963517485b882547471fa56cbbfc7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:802b7b6b4103aee3018d9cdee6f070d8655041f647c43341ba5366e19e146af1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2782be279918e48a072f5ef66da389c936596804e08ec9a7c741961a14c1eff2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5d259be1775bbcabeb68ea5c8e8781ea63abe42a8871a66b8ab3ba9a654d0a23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:7c62466c5260b475689877213a3ec9a569a0fbc9785edb1fc4ca7c6274f01429_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a0b6d46abb21c8948693ca9109cf3211989f687b463357ce65293ab12f7a2752_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:293b7af51df19e322ab8ab2a79c526d69f22438c01cca5a080e8fb9654cdd3d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36d6392112db02964e58c136338c1ad05919bc0159e856baaed0a865a2458e93_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3b5b16b17bf497bdb11533ef204a22bab86a813e5a5866a90f14da0a82939f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b5385d287583cfa3bfda3be226fc17237a8fe7dec1b70d0be01b66089f70adfc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6094b9c7a4ebe386151d8620bf479a0a92cdfdd06976e6e60efc7db80467cccc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6be3608bac44656a2459e4d4fe4ff78c206de0d7925bb683abd24ba3ac61ef11_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:92003c9543eb69b29dcc63e54d82657679901c2e8b464224d181d0e1ef45af69_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c216b7a502c1b7b4c2202778617541c099ff3e19eef7ab72427676758bee6d44_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1aa132d6aa62828d6aaa45d55e245385cfa3db72d09371a56d9f15116081724b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:87677056effe8b95333f56b4d2f1a57b40e69c3e9d08704d7149df4ae331dbe9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9313dcddd596b3455167b33e40cb9a1504c30949fe164e47fb772f87f320c746_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:986428218674662cdd2555c7bc9788a54379010d353489ed113518f07100c6ff_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:956f9f95a62b11da49eb8b9b9f18b4470ec852a9d06859803469bc24a68069b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e09e73ed4660ae9c4aadd215596a9f7d6224597f295d25abf302b0825f127687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e33e65a63aef3820cd937b0e36894c544ad252d1b135699b8f78da1544255d24_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f98c9a7f150c39fc42de665eaf7b1cb80a068f788e2a50d451973c34ee488811_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:06865f2889d6690e43b3755e5c8a83850948fef1a937c23b793b4e20fac4066c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0e47f0b0c079afa6d2abe4c4ab34c5e7b96abf8363239d55a3d7ede5b0a8392a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:b3d7643b26f5dfe8ca850ffe81fbf2282aaf24b0e0af91452145f0690101b36f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:d9958dfdf9b89cef2113770bb3382bb5888ef8236a88f8ece7f1d15fe4b6574e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b9c2e0ffe0f682f051f7d488249dbb0a82d3415dea96e5962c157a8e8e64e2df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:bc64a188a12f3cbc5cd361c3de27e8d705f15b50ccaf7df776b746e3015791ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:dd9017cc0f5b5d1914aeb59a1773f4da402b11bd6f8e58d1fe241a83dabd0a30_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:ea9e1bd3933c365c09791f2e9a96cf178a14de68734dbbd0fa25a1701875e723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:2718ca4548d1530f457c0e568493a6b749afb72516b46c63549d47a2b3dab555_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:39d56d1921d1f2e68bf725d525f53f56608c6f4cd71631eebd691ca7566112a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:eb3cb9d548d836fe7c84b72fad901fda76d221afa625970d07a3e5af07a0cc9d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:09629834f9a7fe92273e97b69aa26a2a8b7798df6b5b6d6ad65219150cdde6ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4055a6ffdd3b52212843252c9e7f4eebd8d918e442d94508f0b15be80b54580d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:44d35a7b2542eb138682f9adeac3b380e7bbd81b53e2e816666520f1bffd2c76_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ec7ce4b7eead1365a0337ff96f14f76044c0cd92b3d1622303c818e4acdea686_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0db96b42ff22f151c71e6d744f44323a27e6fbfe9e0d81f64fbf1eb98f655837_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9bb771b8f898df6438c44fe9f30f07865ca5c0ac1b6202097f6314b1dbe2f876_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b41e1d1b4ac6680051031856a8ecdfb2a366d7734d91383ce6341ee644e72302_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:fa597df7e116d88d69fb60cf12f08eda1f2c4faaf2657910a2436b34d27ad6df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:1075ad7f3662e1d547ee4ce3ae22fa78bc6c165e769510d33b3da95791f1c015_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8fc5cc9166627591a9134ff42f1a096d761a638a86e90c81412172422dfafba5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:af27e7fb9d2caf458de7a003eb14b91c631e86d72c4746ddb5202566e468f9c2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f46f940f258893fe88deb9fd32e49e22d2cdb6eaa5734a64b3658d09b64ba5b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:57193807e3f4f90856ccfffc78f4a9fb7a4ff441b8b9bbeabf0af6466f095c79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:594a3a8f45c38fec6cae25f611f3f473a827ae6f581f2789a13f4b79d19f292f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6d23278c59fa56c575db3ec27158ed7458f321e0f97293eda2690c8de7e1deec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:9c83cdb44f2a4e3d26fb8d7552fb8bd3753eb044377e25c43989959d0cb2cc74_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:029409a8db50b7f5abcc88ce4e87e9fa43187da28530d43cc6b82fa95f8a3c1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2def1cefddfceae1c286b1de5e6f3c46058427de87f2832893878e3b00bc8703_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6cfd91e537ae416bef5f668f0a4db86d4ee7e3efabef41f94f60c306515b5c02_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:ad091559b522dbde389e4a572607613307d97043fb4cb7fb23d9a1c7d4961f19_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:129a70378c39a8cb736921f5207e94ae883cd289b660610395e6b6fd54577970_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:4d2062f8a09d012cd9cb43edf4003033328136b5cc7fee88249de10cae1e714a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:759cdc4851b117b4a02174e507f89d0d7da47032cb9d233f6a1ee09f2be1f3e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c07d1d909c4c0f50bd9ee093a03c2a179b6ee44b4c3b4bd8b81e682c480fc61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:3b2cfc0aa060af667ed786b54cf2c78a0267a11e560c25bb98d04b1816914899_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:bde9db5098ded6977aceae8c4bc58cdebaa9971fc863de8362692594be8b940a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:ec1b58f45b19b701e3496b73bbd858226777e604ea7403f1fe098206e5ae3a21_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:67a5d877adb0b9e27e66b73899507006f6a3eec5bb9f6be10bcc702b8d06f2a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:702b186d5aab37cc7965fe6c99622a4dc74ae7f9800947657ed0bd0caf75ade8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d7e79a24bf8663c3060c210409db0b49b6244361313be3353bd19b93917e55f4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4206bd717104d7b6c22a6403fb1fe56b91b4304f2613e28a31f14f12cf784fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:67cc7eb2cc37bf8a9c03786b981f505944833d4b410c07d33d1c90aad19188ee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b87f974082176abe204cedac550f2b96d62a12eec487f0968a68051dc0305da1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eb9d92384287c28e92d58ec157d0bf99d4a9660e69bf73c995d7866d2e89b1fe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:06b8beaeda63e6eb242caee92b8d5bf125776f26bc0541d8028c8deaed883065_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:51a0bc7c0cd3e3cd1933b502ab9eaf22f78657c1f04d00da1a9a5ec445c2997e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6a9c34588cfbb0d09253a0e7d6afa40b35ce0116fdb4e93f27750adc351a0155_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f2f5575b29df258d45a715872d14a7c5120572f151f4589c0b0baf447d35e174_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:005ea43190c30e34027731c11f0ba93a4ff51c3d64ce673d9b3fb1296f8e1217_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1da692845e72bd7453980a2cd0531034225b6bea62c093f1f28145b915cc9fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3bff5fa5bcd0b5c8a8b616e2693a8a190266b42d17bbd9e7e839188fcae53164_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4bb3eb71d4b77232bc2919336b0b04e6524e8031f1bc9de297109510d24a78f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:268ce87ca10ee36766324a0122c434030b54681e45c21d8630af77859fb4e998_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:463d74f927f27c369255d01d93327ed079bdd60e9bddaedc4fe4431fb509ca57_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d58022794e662a90c6202bfaf789d382412d1011268a6042c7786ca9905599c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da4f2ced8e92d60b0a967dc47adaf6ab38c4e32527a2170b57f763e84b070a85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1222a28afdd57c13215b9acb9ec7ffb24078bebe32c4a57e37c7fdc96da8863c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6a9ebe43a0a255a9ce001142fa194bc53bfcebb13ac9b4c152ef76ea727c3af8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a5ca359bcf485bed602776415250d3e47a6817528fe85a7055c4391a3de144fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e76b26e6b77ee02bb8ca00574e0787c13b8cbab506d5e56ac8b9be18bf92463c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:266e876f2c62f29639d05eb98d7f3e46b8e8a66feb38e13f3236a9642c55452f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2c56a40d378fbace6e52f66f895abb7e95c0fe043e74ef4d9179f56d28922795_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c42f3734547243cbd86c0c2e20ac11582c749f268162bfb4b6b1e366a91ec46c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:27ee866d1c94beb7614c4057100ea57dbf7955e344d475bcb3d09029c8a91772_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5953386e7d889008249a27f26d34460912949212f7a3eb59681f4dbdd7906567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:80f8a8043609f583054bf11484e693999e015e646c0ec3c4943d6476ce2ab79f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:36d40fd7100a167c2ea04d99bdc0d4c56e9ec28cc67d5cb3bfe493e60ad2e165_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ef19836a221c591fc413d6c528e17e6e9bbace0f94e69715c4b73b88892f194_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fab7417dca00856d846e0cad7ada78ab058fe47b7a0ca58dfb3f802eb50e4316_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:34104364de9468512eaeb4f3c5a997082f7b3c77850fbd284c2e1a296a4efd9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:383b450b5a52f18e9f01b0e1ca7879be3516b5720884c71daf6df30391916c4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:98b68c878ee770de740ac5f79d604d7e9db52eda9834bf179f43c16828e89593_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:3b13143c3c81d3850c29d1e6f63eafd0a0a684a476dfef41b3d430a77db59cda_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:86dea1586000d5282a173f3b254b6d7c6ee3cbc4e881575b1536c02f29ad3ffe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9905827162e394e6e64296c5146b75f0e20f0101016ce191562aec6e3143befc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:08e96072edce7ed6f0aae644afd305babd90943f5fec7c109c1898d32a7946a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:68834af27ffc42325eadb11f447826bdca93a58f42eadbaa960acff1c0a23a9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bc45c0e6f1eaa575ffc16aeb28a490453453481da4b350c504900787d380cb12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:2bbddda19cf542aa2a943f5c1df68a6059a612ede574af046778e35583180c0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:36a2fb712a37b7987fdcb6f8969690b68494f55576c1d79a49f33c9a2e693de3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:be84748eefbdb9df6cd806eaeba03671909ef80a52d92851601fc6200644204e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2020938b4e60a3dd7335f7b0c54b955d9c9910f4884cb397746af1eca38e01ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:231082ea0799156bf6bc0d9b2b6d9a607f5a9713130e1b3ffb37221d82bf8484_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6a521b9a2bdcfc607a0aea961e22012906212c109dfac79e919acc63c88d47dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:118a31204e20b9eb9840c9127c36c3964b5caf72744b179a56f4cf3f0ce02661_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b0b665ac611864eef61ceb6e0503b1e0dd7bb6a8c472d8b55df5ff295182133_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:827444379778bb6a54a11205bc92c2b828b1ab6d4d734fa16e94372c2b1ac1e2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:a29ea135573415a22f1bd56c7eab7b758a8d1d6a32809b0ed4fc51ee56bc3753_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:1bd28b06dfd84aee2bc968ad2d7651471e4bb8e3a4417e881fa2062ff3629bac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:4beb36cc3800c4c8dd39b85d0753d78fe8c39af3d40b124d4af34e1ba281eb42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57959f4f10394b2b0b212c3bc7fcf2b35cfbabef1d3dc4f2604379d895daa60f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9d029775e51153ea772bb27a9c397c9bfa6c55e74970053a6bfb54eb186f8e80_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6bd20dbf7834329495955eb2abb2821cdc0c6d3ed56ca54f6041741bd2b29f01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:b29b8476eff6b7ca69d5a2232d87f73ac4070b37082eb47eae819f0b2ccc6eb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ce17b9a1d9b9ed74d610a3bb7aff38e1038c597f1c812e8054c97caaa0b07da9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:fb5cba7aa346709b7f555a06deead5b4939d0dca59c9f1a1806b8d0ddcf509dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:147002bb7760f26a288f5c562378c6d0f9dd75cefc348a09cb0d6cd5126410f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2074b908106bda1624bf576a86101e57a6bf9c8ed21d0751edb90c4409588e2e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:bc14cca7543a70a964ad3771e0625eff6df50830d77b3be5fe4a5eb47349ddcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c09df9cd9a7a3eb0dd7de3f838211bcd74f9f8e98b9d8ad4dc93129538425c31_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6073cf68e4339cf8135b0dd795f9b0269f5e7e4b9c27a822ea2dbeb0dc0e0510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:85de1eaf4824348bd297d806f0e5a21ad02f74f45af91d4bae3580f9fb8e34a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:b1fc354404bad7db99fdd645b833f348d935e952437b3184259c1bb8bfb73d2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e0ec835d0fc8045c6c4d139c8e4895f847ca8cd9fe719b87a2e6d33847ba7b4c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:89eb322b0b42a52a1b00a018817ec11432fe62f41fbac9e266a3353d1a154f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9cdaa991a990485f3dc10d63f7885fc564094f578679610b60de716d7b53865f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:b2d084d99edad49af8aac7c7dd458327389f69739e5f3ef666e64f1a11357598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:341f6e5990ebc68736072caa73b99c14c6c6de1e8d68e7a80c57091281ba5b05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:798eb1193179521414abe6da008df6d35fe1ec73bf4d22af2ffa192c89dda997_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:7f48d4d324d37f6f21f9365c90fcc9910d2d7a027f3d631ccad6bd19e2e2ad85_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "RHBZ#2418900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc",
"url": "https://github.com/mjuanxd/logrus-dos-poc"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md",
"url": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/issues/1370",
"url": "https://github.com/sirupsen/logrus/issues/1370"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/pull/1376",
"url": "https://github.com/sirupsen/logrus/pull/1376"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391",
"url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391"
}
],
"release_date": "2025-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T04:16:28+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/",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:32dd0ff1f27d87cf49c84f3ce0f990bc929e7e348f7e2bf6bc02338d53198385_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9e2909100b905b51093b03f046d58a9387106b1123db43b6757dcd42b9564e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ff0f8d8e8c2b231c43e28cd4dd3bcb5b5957ab69aa1119a314bd4ef0530520d6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1556"
},
{
"category": "workaround",
"details": "Mitigation is either unavailable or does not meet Red Hat Product Security standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3681beb08e01cd722da21329025772de4cb403928d0a967144e22360983eb3ff_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:8782d36ea8d72755b1d50c27823c049a72969ff4f22ca37ed0463aff770d4462_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:924fc818077dfbbf3860a60493691ee4509cb8462f5178a9926304d7ffe34405_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:d318b70fe0480a65b778164e2457df756c12262aac1d2625705b569d94ff6d06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:237758d6d13f5ccdb90b484305519e4b975873889bbfc3431c979b0315b0feed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:251144eb89467797994555e501d6366bc39cf858c0762cfb978d14ffbb5c4fe9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b3e98840321330ffb08b20242207365bef6c26cb86eb89f060604dfc1bd3ae43_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e8265714945ca0e6fe7b87797364397ecdcb5def05fb2f5fbe6afa79209b5b91_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:7d5fcdafd58fa35f2790899a3edbd7c4663ca3fbf65812713d7690073684b8f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b253b9be4a7551814ef9119a77288584dbdd641925ee2beefa7c8813758b0f8b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d2e161edca53e818099388ad6511397b9500e317122248fda125f7b1f6138745_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:f818928ba9cc6b0d3b2b715298cbce4cf349b807818cd13a0db23d3ef59e6f0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:3bacd0f3fa268365ca8a83e4812d5944fb764ed4eb4850ab98e6b474e897c64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:58753675f992b415528aaf16c938d5732f8bdac93a9fb0c8bc99fc26a9a5a303_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c0ed015ec477635087800de08b1e47751b51d5a90abba0e469077d2c5950861b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c4165da7c833604bb6254f71cc71fd467d4d4f97aa3647acd22b499f9c57e5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:72e075b53db9e11857e23b3a820508c21d785a8dcff09db4b234baf401fc70ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:abb357043fd7a4ed0d77805f1883acc7c88a7dbf218633338a3cd484c4c33e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b45dbf329d4faa2845b6d437505551d66af13e9284b201e820b898f8b2361f45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cf0611fadc5bce2162c3f552db4682c61030a631cb6312d0770bae2f361fed86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:630db8bacf758c1b57109972f4994a39f70c7541b6f299d1db1a274c43514091_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:6cc0cd3f8f325f67accd7ce936511ac5dcf41dcbe9d9c8da13caba8cefe5977e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:c9fff6572386c34f13c5c57bc36a851d9d934a3286ee7a46686b6ac2622a04a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:e1b22011683c74115938f0760f54ab954b9b111ffa50d60d0577defc1c7ea71d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:16975db499564293ff3ab0bd8597cb393eef5b819e3b53ad449dbfb0f5d378c2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:312a9e0dee4d175142bc487b011db065a00a2fff00ff6b3db890e7f5d17ba266_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:5937ce08727f2bb5ac66949fe74b08befdf85eb53b2d7935b38ab6cadd134e6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:bf87202b360ac0e9372e8e4b337e87a4b6385b4641d9eb882f757fdddbd88372_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:347241b4f116f06c33aa7d86abb6c226e683909844db0a28d2c9b4ed93af7578_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3a5912d93a94ec25db1e5021454109a18a8046bb164e310e7ae9b5c4b8a24592_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3adb9e54090f609e54dd90db35c461c6d863716b2343870c28816fef93b90bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:570cde1472396c113650129050856d64c7cd762d7ff6dd66efd7a4920f6bd73b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:3b793388b1c3d0a4ce44f462703cdca4598a8b7f736d52341ed0004c62df00d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:c90d84d60c25528afd0f83687512efdc28e2f1173f16eedaa61559bbe2d19d88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86eb5c4ac79d699c6b46926c766f6629ea9e7c88a77846be7fe7956dc01d75c3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:a9e9933bbd394d058822540ca621ef4f0584721e0a076e1022c274f7afc01483_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:487f345633b97302d82c959ada09971c8c808e3962775dcc06bec6b85a829fa8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8d5c04afe2ed2acca68a88357e678b3807ef544823492f17e363f65412123dc8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:c9759e1caf91bde4a7a694a383497b53b9d78532345288140dd9ef22b65b6040_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:121eb7a6c5f707b498ca99cb472b9e7a6e78eb58e4f396a96178653eb051a8ea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1659c2bfd556d3a53f8dc6524409bcb81423dea0b3f1c0e5ca0e633c6cb6cb98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:34f19c271bcbf8b42089d53cbc110553a5a963517485b882547471fa56cbbfc7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:802b7b6b4103aee3018d9cdee6f070d8655041f647c43341ba5366e19e146af1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2782be279918e48a072f5ef66da389c936596804e08ec9a7c741961a14c1eff2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5d259be1775bbcabeb68ea5c8e8781ea63abe42a8871a66b8ab3ba9a654d0a23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:7c62466c5260b475689877213a3ec9a569a0fbc9785edb1fc4ca7c6274f01429_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a0b6d46abb21c8948693ca9109cf3211989f687b463357ce65293ab12f7a2752_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:293b7af51df19e322ab8ab2a79c526d69f22438c01cca5a080e8fb9654cdd3d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36d6392112db02964e58c136338c1ad05919bc0159e856baaed0a865a2458e93_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3b5b16b17bf497bdb11533ef204a22bab86a813e5a5866a90f14da0a82939f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b5385d287583cfa3bfda3be226fc17237a8fe7dec1b70d0be01b66089f70adfc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6094b9c7a4ebe386151d8620bf479a0a92cdfdd06976e6e60efc7db80467cccc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6be3608bac44656a2459e4d4fe4ff78c206de0d7925bb683abd24ba3ac61ef11_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:92003c9543eb69b29dcc63e54d82657679901c2e8b464224d181d0e1ef45af69_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c216b7a502c1b7b4c2202778617541c099ff3e19eef7ab72427676758bee6d44_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1aa132d6aa62828d6aaa45d55e245385cfa3db72d09371a56d9f15116081724b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:87677056effe8b95333f56b4d2f1a57b40e69c3e9d08704d7149df4ae331dbe9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9313dcddd596b3455167b33e40cb9a1504c30949fe164e47fb772f87f320c746_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:986428218674662cdd2555c7bc9788a54379010d353489ed113518f07100c6ff_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:956f9f95a62b11da49eb8b9b9f18b4470ec852a9d06859803469bc24a68069b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e09e73ed4660ae9c4aadd215596a9f7d6224597f295d25abf302b0825f127687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e33e65a63aef3820cd937b0e36894c544ad252d1b135699b8f78da1544255d24_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f98c9a7f150c39fc42de665eaf7b1cb80a068f788e2a50d451973c34ee488811_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:06865f2889d6690e43b3755e5c8a83850948fef1a937c23b793b4e20fac4066c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0e47f0b0c079afa6d2abe4c4ab34c5e7b96abf8363239d55a3d7ede5b0a8392a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:b3d7643b26f5dfe8ca850ffe81fbf2282aaf24b0e0af91452145f0690101b36f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:d9958dfdf9b89cef2113770bb3382bb5888ef8236a88f8ece7f1d15fe4b6574e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b9c2e0ffe0f682f051f7d488249dbb0a82d3415dea96e5962c157a8e8e64e2df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:bc64a188a12f3cbc5cd361c3de27e8d705f15b50ccaf7df776b746e3015791ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:dd9017cc0f5b5d1914aeb59a1773f4da402b11bd6f8e58d1fe241a83dabd0a30_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:ea9e1bd3933c365c09791f2e9a96cf178a14de68734dbbd0fa25a1701875e723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:2718ca4548d1530f457c0e568493a6b749afb72516b46c63549d47a2b3dab555_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:39d56d1921d1f2e68bf725d525f53f56608c6f4cd71631eebd691ca7566112a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:eb3cb9d548d836fe7c84b72fad901fda76d221afa625970d07a3e5af07a0cc9d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:32dd0ff1f27d87cf49c84f3ce0f990bc929e7e348f7e2bf6bc02338d53198385_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9e2909100b905b51093b03f046d58a9387106b1123db43b6757dcd42b9564e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ff0f8d8e8c2b231c43e28cd4dd3bcb5b5957ab69aa1119a314bd4ef0530520d6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:09629834f9a7fe92273e97b69aa26a2a8b7798df6b5b6d6ad65219150cdde6ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4055a6ffdd3b52212843252c9e7f4eebd8d918e442d94508f0b15be80b54580d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:44d35a7b2542eb138682f9adeac3b380e7bbd81b53e2e816666520f1bffd2c76_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ec7ce4b7eead1365a0337ff96f14f76044c0cd92b3d1622303c818e4acdea686_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0db96b42ff22f151c71e6d744f44323a27e6fbfe9e0d81f64fbf1eb98f655837_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9bb771b8f898df6438c44fe9f30f07865ca5c0ac1b6202097f6314b1dbe2f876_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b41e1d1b4ac6680051031856a8ecdfb2a366d7734d91383ce6341ee644e72302_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:fa597df7e116d88d69fb60cf12f08eda1f2c4faaf2657910a2436b34d27ad6df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:1075ad7f3662e1d547ee4ce3ae22fa78bc6c165e769510d33b3da95791f1c015_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8fc5cc9166627591a9134ff42f1a096d761a638a86e90c81412172422dfafba5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:af27e7fb9d2caf458de7a003eb14b91c631e86d72c4746ddb5202566e468f9c2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f46f940f258893fe88deb9fd32e49e22d2cdb6eaa5734a64b3658d09b64ba5b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:57193807e3f4f90856ccfffc78f4a9fb7a4ff441b8b9bbeabf0af6466f095c79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:594a3a8f45c38fec6cae25f611f3f473a827ae6f581f2789a13f4b79d19f292f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6d23278c59fa56c575db3ec27158ed7458f321e0f97293eda2690c8de7e1deec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:9c83cdb44f2a4e3d26fb8d7552fb8bd3753eb044377e25c43989959d0cb2cc74_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:029409a8db50b7f5abcc88ce4e87e9fa43187da28530d43cc6b82fa95f8a3c1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2def1cefddfceae1c286b1de5e6f3c46058427de87f2832893878e3b00bc8703_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6cfd91e537ae416bef5f668f0a4db86d4ee7e3efabef41f94f60c306515b5c02_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:ad091559b522dbde389e4a572607613307d97043fb4cb7fb23d9a1c7d4961f19_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:129a70378c39a8cb736921f5207e94ae883cd289b660610395e6b6fd54577970_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:4d2062f8a09d012cd9cb43edf4003033328136b5cc7fee88249de10cae1e714a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:759cdc4851b117b4a02174e507f89d0d7da47032cb9d233f6a1ee09f2be1f3e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c07d1d909c4c0f50bd9ee093a03c2a179b6ee44b4c3b4bd8b81e682c480fc61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:3b2cfc0aa060af667ed786b54cf2c78a0267a11e560c25bb98d04b1816914899_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:bde9db5098ded6977aceae8c4bc58cdebaa9971fc863de8362692594be8b940a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:ec1b58f45b19b701e3496b73bbd858226777e604ea7403f1fe098206e5ae3a21_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:67a5d877adb0b9e27e66b73899507006f6a3eec5bb9f6be10bcc702b8d06f2a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:702b186d5aab37cc7965fe6c99622a4dc74ae7f9800947657ed0bd0caf75ade8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d7e79a24bf8663c3060c210409db0b49b6244361313be3353bd19b93917e55f4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4206bd717104d7b6c22a6403fb1fe56b91b4304f2613e28a31f14f12cf784fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:67cc7eb2cc37bf8a9c03786b981f505944833d4b410c07d33d1c90aad19188ee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b87f974082176abe204cedac550f2b96d62a12eec487f0968a68051dc0305da1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eb9d92384287c28e92d58ec157d0bf99d4a9660e69bf73c995d7866d2e89b1fe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:06b8beaeda63e6eb242caee92b8d5bf125776f26bc0541d8028c8deaed883065_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:51a0bc7c0cd3e3cd1933b502ab9eaf22f78657c1f04d00da1a9a5ec445c2997e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6a9c34588cfbb0d09253a0e7d6afa40b35ce0116fdb4e93f27750adc351a0155_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f2f5575b29df258d45a715872d14a7c5120572f151f4589c0b0baf447d35e174_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:005ea43190c30e34027731c11f0ba93a4ff51c3d64ce673d9b3fb1296f8e1217_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1da692845e72bd7453980a2cd0531034225b6bea62c093f1f28145b915cc9fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3bff5fa5bcd0b5c8a8b616e2693a8a190266b42d17bbd9e7e839188fcae53164_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4bb3eb71d4b77232bc2919336b0b04e6524e8031f1bc9de297109510d24a78f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:268ce87ca10ee36766324a0122c434030b54681e45c21d8630af77859fb4e998_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:463d74f927f27c369255d01d93327ed079bdd60e9bddaedc4fe4431fb509ca57_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d58022794e662a90c6202bfaf789d382412d1011268a6042c7786ca9905599c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da4f2ced8e92d60b0a967dc47adaf6ab38c4e32527a2170b57f763e84b070a85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1222a28afdd57c13215b9acb9ec7ffb24078bebe32c4a57e37c7fdc96da8863c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6a9ebe43a0a255a9ce001142fa194bc53bfcebb13ac9b4c152ef76ea727c3af8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a5ca359bcf485bed602776415250d3e47a6817528fe85a7055c4391a3de144fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e76b26e6b77ee02bb8ca00574e0787c13b8cbab506d5e56ac8b9be18bf92463c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:266e876f2c62f29639d05eb98d7f3e46b8e8a66feb38e13f3236a9642c55452f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2c56a40d378fbace6e52f66f895abb7e95c0fe043e74ef4d9179f56d28922795_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c42f3734547243cbd86c0c2e20ac11582c749f268162bfb4b6b1e366a91ec46c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:27ee866d1c94beb7614c4057100ea57dbf7955e344d475bcb3d09029c8a91772_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5953386e7d889008249a27f26d34460912949212f7a3eb59681f4dbdd7906567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:80f8a8043609f583054bf11484e693999e015e646c0ec3c4943d6476ce2ab79f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:36d40fd7100a167c2ea04d99bdc0d4c56e9ec28cc67d5cb3bfe493e60ad2e165_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ef19836a221c591fc413d6c528e17e6e9bbace0f94e69715c4b73b88892f194_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fab7417dca00856d846e0cad7ada78ab058fe47b7a0ca58dfb3f802eb50e4316_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:34104364de9468512eaeb4f3c5a997082f7b3c77850fbd284c2e1a296a4efd9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:383b450b5a52f18e9f01b0e1ca7879be3516b5720884c71daf6df30391916c4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:98b68c878ee770de740ac5f79d604d7e9db52eda9834bf179f43c16828e89593_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:3b13143c3c81d3850c29d1e6f63eafd0a0a684a476dfef41b3d430a77db59cda_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:86dea1586000d5282a173f3b254b6d7c6ee3cbc4e881575b1536c02f29ad3ffe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9905827162e394e6e64296c5146b75f0e20f0101016ce191562aec6e3143befc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:08e96072edce7ed6f0aae644afd305babd90943f5fec7c109c1898d32a7946a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:68834af27ffc42325eadb11f447826bdca93a58f42eadbaa960acff1c0a23a9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bc45c0e6f1eaa575ffc16aeb28a490453453481da4b350c504900787d380cb12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:2bbddda19cf542aa2a943f5c1df68a6059a612ede574af046778e35583180c0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:36a2fb712a37b7987fdcb6f8969690b68494f55576c1d79a49f33c9a2e693de3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:be84748eefbdb9df6cd806eaeba03671909ef80a52d92851601fc6200644204e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2020938b4e60a3dd7335f7b0c54b955d9c9910f4884cb397746af1eca38e01ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:231082ea0799156bf6bc0d9b2b6d9a607f5a9713130e1b3ffb37221d82bf8484_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6a521b9a2bdcfc607a0aea961e22012906212c109dfac79e919acc63c88d47dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:118a31204e20b9eb9840c9127c36c3964b5caf72744b179a56f4cf3f0ce02661_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b0b665ac611864eef61ceb6e0503b1e0dd7bb6a8c472d8b55df5ff295182133_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:827444379778bb6a54a11205bc92c2b828b1ab6d4d734fa16e94372c2b1ac1e2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:a29ea135573415a22f1bd56c7eab7b758a8d1d6a32809b0ed4fc51ee56bc3753_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:1bd28b06dfd84aee2bc968ad2d7651471e4bb8e3a4417e881fa2062ff3629bac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:4beb36cc3800c4c8dd39b85d0753d78fe8c39af3d40b124d4af34e1ba281eb42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57959f4f10394b2b0b212c3bc7fcf2b35cfbabef1d3dc4f2604379d895daa60f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9d029775e51153ea772bb27a9c397c9bfa6c55e74970053a6bfb54eb186f8e80_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6bd20dbf7834329495955eb2abb2821cdc0c6d3ed56ca54f6041741bd2b29f01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:b29b8476eff6b7ca69d5a2232d87f73ac4070b37082eb47eae819f0b2ccc6eb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ce17b9a1d9b9ed74d610a3bb7aff38e1038c597f1c812e8054c97caaa0b07da9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:fb5cba7aa346709b7f555a06deead5b4939d0dca59c9f1a1806b8d0ddcf509dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:147002bb7760f26a288f5c562378c6d0f9dd75cefc348a09cb0d6cd5126410f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2074b908106bda1624bf576a86101e57a6bf9c8ed21d0751edb90c4409588e2e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:bc14cca7543a70a964ad3771e0625eff6df50830d77b3be5fe4a5eb47349ddcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c09df9cd9a7a3eb0dd7de3f838211bcd74f9f8e98b9d8ad4dc93129538425c31_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6073cf68e4339cf8135b0dd795f9b0269f5e7e4b9c27a822ea2dbeb0dc0e0510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:85de1eaf4824348bd297d806f0e5a21ad02f74f45af91d4bae3580f9fb8e34a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:b1fc354404bad7db99fdd645b833f348d935e952437b3184259c1bb8bfb73d2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e0ec835d0fc8045c6c4d139c8e4895f847ca8cd9fe719b87a2e6d33847ba7b4c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:89eb322b0b42a52a1b00a018817ec11432fe62f41fbac9e266a3353d1a154f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9cdaa991a990485f3dc10d63f7885fc564094f578679610b60de716d7b53865f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:b2d084d99edad49af8aac7c7dd458327389f69739e5f3ef666e64f1a11357598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:341f6e5990ebc68736072caa73b99c14c6c6de1e8d68e7a80c57091281ba5b05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:798eb1193179521414abe6da008df6d35fe1ec73bf4d22af2ffa192c89dda997_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:7f48d4d324d37f6f21f9365c90fcc9910d2d7a027f3d631ccad6bd19e2e2ad85_arm64"
]
}
],
"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/ingress-node-firewall-rhel9-operator@sha256:3681beb08e01cd722da21329025772de4cb403928d0a967144e22360983eb3ff_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:8782d36ea8d72755b1d50c27823c049a72969ff4f22ca37ed0463aff770d4462_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:924fc818077dfbbf3860a60493691ee4509cb8462f5178a9926304d7ffe34405_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:d318b70fe0480a65b778164e2457df756c12262aac1d2625705b569d94ff6d06_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:237758d6d13f5ccdb90b484305519e4b975873889bbfc3431c979b0315b0feed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:251144eb89467797994555e501d6366bc39cf858c0762cfb978d14ffbb5c4fe9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:b3e98840321330ffb08b20242207365bef6c26cb86eb89f060604dfc1bd3ae43_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e8265714945ca0e6fe7b87797364397ecdcb5def05fb2f5fbe6afa79209b5b91_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:7d5fcdafd58fa35f2790899a3edbd7c4663ca3fbf65812713d7690073684b8f5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:b253b9be4a7551814ef9119a77288584dbdd641925ee2beefa7c8813758b0f8b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:d2e161edca53e818099388ad6511397b9500e317122248fda125f7b1f6138745_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:f818928ba9cc6b0d3b2b715298cbce4cf349b807818cd13a0db23d3ef59e6f0e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:3bacd0f3fa268365ca8a83e4812d5944fb764ed4eb4850ab98e6b474e897c64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:58753675f992b415528aaf16c938d5732f8bdac93a9fb0c8bc99fc26a9a5a303_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c0ed015ec477635087800de08b1e47751b51d5a90abba0e469077d2c5950861b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:c4165da7c833604bb6254f71cc71fd467d4d4f97aa3647acd22b499f9c57e5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:72e075b53db9e11857e23b3a820508c21d785a8dcff09db4b234baf401fc70ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:abb357043fd7a4ed0d77805f1883acc7c88a7dbf218633338a3cd484c4c33e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:b45dbf329d4faa2845b6d437505551d66af13e9284b201e820b898f8b2361f45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cf0611fadc5bce2162c3f552db4682c61030a631cb6312d0770bae2f361fed86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:630db8bacf758c1b57109972f4994a39f70c7541b6f299d1db1a274c43514091_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:6cc0cd3f8f325f67accd7ce936511ac5dcf41dcbe9d9c8da13caba8cefe5977e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:c9fff6572386c34f13c5c57bc36a851d9d934a3286ee7a46686b6ac2622a04a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:e1b22011683c74115938f0760f54ab954b9b111ffa50d60d0577defc1c7ea71d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:16975db499564293ff3ab0bd8597cb393eef5b819e3b53ad449dbfb0f5d378c2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:312a9e0dee4d175142bc487b011db065a00a2fff00ff6b3db890e7f5d17ba266_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:5937ce08727f2bb5ac66949fe74b08befdf85eb53b2d7935b38ab6cadd134e6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:bf87202b360ac0e9372e8e4b337e87a4b6385b4641d9eb882f757fdddbd88372_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:347241b4f116f06c33aa7d86abb6c226e683909844db0a28d2c9b4ed93af7578_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3a5912d93a94ec25db1e5021454109a18a8046bb164e310e7ae9b5c4b8a24592_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:3adb9e54090f609e54dd90db35c461c6d863716b2343870c28816fef93b90bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:570cde1472396c113650129050856d64c7cd762d7ff6dd66efd7a4920f6bd73b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:3b793388b1c3d0a4ce44f462703cdca4598a8b7f736d52341ed0004c62df00d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:c90d84d60c25528afd0f83687512efdc28e2f1173f16eedaa61559bbe2d19d88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:86eb5c4ac79d699c6b46926c766f6629ea9e7c88a77846be7fe7956dc01d75c3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:a9e9933bbd394d058822540ca621ef4f0584721e0a076e1022c274f7afc01483_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:487f345633b97302d82c959ada09971c8c808e3962775dcc06bec6b85a829fa8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8d5c04afe2ed2acca68a88357e678b3807ef544823492f17e363f65412123dc8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:c9759e1caf91bde4a7a694a383497b53b9d78532345288140dd9ef22b65b6040_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:121eb7a6c5f707b498ca99cb472b9e7a6e78eb58e4f396a96178653eb051a8ea_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:1659c2bfd556d3a53f8dc6524409bcb81423dea0b3f1c0e5ca0e633c6cb6cb98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:34f19c271bcbf8b42089d53cbc110553a5a963517485b882547471fa56cbbfc7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:802b7b6b4103aee3018d9cdee6f070d8655041f647c43341ba5366e19e146af1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:2782be279918e48a072f5ef66da389c936596804e08ec9a7c741961a14c1eff2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:5d259be1775bbcabeb68ea5c8e8781ea63abe42a8871a66b8ab3ba9a654d0a23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:7c62466c5260b475689877213a3ec9a569a0fbc9785edb1fc4ca7c6274f01429_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:a0b6d46abb21c8948693ca9109cf3211989f687b463357ce65293ab12f7a2752_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:293b7af51df19e322ab8ab2a79c526d69f22438c01cca5a080e8fb9654cdd3d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:36d6392112db02964e58c136338c1ad05919bc0159e856baaed0a865a2458e93_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3b5b16b17bf497bdb11533ef204a22bab86a813e5a5866a90f14da0a82939f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b5385d287583cfa3bfda3be226fc17237a8fe7dec1b70d0be01b66089f70adfc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6094b9c7a4ebe386151d8620bf479a0a92cdfdd06976e6e60efc7db80467cccc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:6be3608bac44656a2459e4d4fe4ff78c206de0d7925bb683abd24ba3ac61ef11_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:92003c9543eb69b29dcc63e54d82657679901c2e8b464224d181d0e1ef45af69_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:c216b7a502c1b7b4c2202778617541c099ff3e19eef7ab72427676758bee6d44_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:1aa132d6aa62828d6aaa45d55e245385cfa3db72d09371a56d9f15116081724b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:87677056effe8b95333f56b4d2f1a57b40e69c3e9d08704d7149df4ae331dbe9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:9313dcddd596b3455167b33e40cb9a1504c30949fe164e47fb772f87f320c746_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:986428218674662cdd2555c7bc9788a54379010d353489ed113518f07100c6ff_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:956f9f95a62b11da49eb8b9b9f18b4470ec852a9d06859803469bc24a68069b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e09e73ed4660ae9c4aadd215596a9f7d6224597f295d25abf302b0825f127687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:e33e65a63aef3820cd937b0e36894c544ad252d1b135699b8f78da1544255d24_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:f98c9a7f150c39fc42de665eaf7b1cb80a068f788e2a50d451973c34ee488811_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:06865f2889d6690e43b3755e5c8a83850948fef1a937c23b793b4e20fac4066c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:0e47f0b0c079afa6d2abe4c4ab34c5e7b96abf8363239d55a3d7ede5b0a8392a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:b3d7643b26f5dfe8ca850ffe81fbf2282aaf24b0e0af91452145f0690101b36f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:d9958dfdf9b89cef2113770bb3382bb5888ef8236a88f8ece7f1d15fe4b6574e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:b9c2e0ffe0f682f051f7d488249dbb0a82d3415dea96e5962c157a8e8e64e2df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:bc64a188a12f3cbc5cd361c3de27e8d705f15b50ccaf7df776b746e3015791ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:dd9017cc0f5b5d1914aeb59a1773f4da402b11bd6f8e58d1fe241a83dabd0a30_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:ea9e1bd3933c365c09791f2e9a96cf178a14de68734dbbd0fa25a1701875e723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:2718ca4548d1530f457c0e568493a6b749afb72516b46c63549d47a2b3dab555_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:39d56d1921d1f2e68bf725d525f53f56608c6f4cd71631eebd691ca7566112a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:eb3cb9d548d836fe7c84b72fad901fda76d221afa625970d07a3e5af07a0cc9d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:32dd0ff1f27d87cf49c84f3ce0f990bc929e7e348f7e2bf6bc02338d53198385_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9e2909100b905b51093b03f046d58a9387106b1123db43b6757dcd42b9564e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ff0f8d8e8c2b231c43e28cd4dd3bcb5b5957ab69aa1119a314bd4ef0530520d6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:09629834f9a7fe92273e97b69aa26a2a8b7798df6b5b6d6ad65219150cdde6ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:4055a6ffdd3b52212843252c9e7f4eebd8d918e442d94508f0b15be80b54580d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:44d35a7b2542eb138682f9adeac3b380e7bbd81b53e2e816666520f1bffd2c76_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:ec7ce4b7eead1365a0337ff96f14f76044c0cd92b3d1622303c818e4acdea686_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:0db96b42ff22f151c71e6d744f44323a27e6fbfe9e0d81f64fbf1eb98f655837_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:9bb771b8f898df6438c44fe9f30f07865ca5c0ac1b6202097f6314b1dbe2f876_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b41e1d1b4ac6680051031856a8ecdfb2a366d7734d91383ce6341ee644e72302_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:fa597df7e116d88d69fb60cf12f08eda1f2c4faaf2657910a2436b34d27ad6df_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:1075ad7f3662e1d547ee4ce3ae22fa78bc6c165e769510d33b3da95791f1c015_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8fc5cc9166627591a9134ff42f1a096d761a638a86e90c81412172422dfafba5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:af27e7fb9d2caf458de7a003eb14b91c631e86d72c4746ddb5202566e468f9c2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:f46f940f258893fe88deb9fd32e49e22d2cdb6eaa5734a64b3658d09b64ba5b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:57193807e3f4f90856ccfffc78f4a9fb7a4ff441b8b9bbeabf0af6466f095c79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:594a3a8f45c38fec6cae25f611f3f473a827ae6f581f2789a13f4b79d19f292f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:6d23278c59fa56c575db3ec27158ed7458f321e0f97293eda2690c8de7e1deec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:9c83cdb44f2a4e3d26fb8d7552fb8bd3753eb044377e25c43989959d0cb2cc74_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:029409a8db50b7f5abcc88ce4e87e9fa43187da28530d43cc6b82fa95f8a3c1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2def1cefddfceae1c286b1de5e6f3c46058427de87f2832893878e3b00bc8703_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:6cfd91e537ae416bef5f668f0a4db86d4ee7e3efabef41f94f60c306515b5c02_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:ad091559b522dbde389e4a572607613307d97043fb4cb7fb23d9a1c7d4961f19_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:129a70378c39a8cb736921f5207e94ae883cd289b660610395e6b6fd54577970_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:4d2062f8a09d012cd9cb43edf4003033328136b5cc7fee88249de10cae1e714a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:759cdc4851b117b4a02174e507f89d0d7da47032cb9d233f6a1ee09f2be1f3e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c07d1d909c4c0f50bd9ee093a03c2a179b6ee44b4c3b4bd8b81e682c480fc61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:3b2cfc0aa060af667ed786b54cf2c78a0267a11e560c25bb98d04b1816914899_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:bde9db5098ded6977aceae8c4bc58cdebaa9971fc863de8362692594be8b940a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:ec1b58f45b19b701e3496b73bbd858226777e604ea7403f1fe098206e5ae3a21_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:67a5d877adb0b9e27e66b73899507006f6a3eec5bb9f6be10bcc702b8d06f2a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:702b186d5aab37cc7965fe6c99622a4dc74ae7f9800947657ed0bd0caf75ade8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:d7e79a24bf8663c3060c210409db0b49b6244361313be3353bd19b93917e55f4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:4206bd717104d7b6c22a6403fb1fe56b91b4304f2613e28a31f14f12cf784fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:67cc7eb2cc37bf8a9c03786b981f505944833d4b410c07d33d1c90aad19188ee_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b87f974082176abe204cedac550f2b96d62a12eec487f0968a68051dc0305da1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eb9d92384287c28e92d58ec157d0bf99d4a9660e69bf73c995d7866d2e89b1fe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:06b8beaeda63e6eb242caee92b8d5bf125776f26bc0541d8028c8deaed883065_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:51a0bc7c0cd3e3cd1933b502ab9eaf22f78657c1f04d00da1a9a5ec445c2997e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:6a9c34588cfbb0d09253a0e7d6afa40b35ce0116fdb4e93f27750adc351a0155_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:f2f5575b29df258d45a715872d14a7c5120572f151f4589c0b0baf447d35e174_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:005ea43190c30e34027731c11f0ba93a4ff51c3d64ce673d9b3fb1296f8e1217_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1da692845e72bd7453980a2cd0531034225b6bea62c093f1f28145b915cc9fcf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:3bff5fa5bcd0b5c8a8b616e2693a8a190266b42d17bbd9e7e839188fcae53164_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:4bb3eb71d4b77232bc2919336b0b04e6524e8031f1bc9de297109510d24a78f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:268ce87ca10ee36766324a0122c434030b54681e45c21d8630af77859fb4e998_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:463d74f927f27c369255d01d93327ed079bdd60e9bddaedc4fe4431fb509ca57_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:d58022794e662a90c6202bfaf789d382412d1011268a6042c7786ca9905599c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:da4f2ced8e92d60b0a967dc47adaf6ab38c4e32527a2170b57f763e84b070a85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:1222a28afdd57c13215b9acb9ec7ffb24078bebe32c4a57e37c7fdc96da8863c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:6a9ebe43a0a255a9ce001142fa194bc53bfcebb13ac9b4c152ef76ea727c3af8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:a5ca359bcf485bed602776415250d3e47a6817528fe85a7055c4391a3de144fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e76b26e6b77ee02bb8ca00574e0787c13b8cbab506d5e56ac8b9be18bf92463c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:266e876f2c62f29639d05eb98d7f3e46b8e8a66feb38e13f3236a9642c55452f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:2c56a40d378fbace6e52f66f895abb7e95c0fe043e74ef4d9179f56d28922795_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:c42f3734547243cbd86c0c2e20ac11582c749f268162bfb4b6b1e366a91ec46c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:27ee866d1c94beb7614c4057100ea57dbf7955e344d475bcb3d09029c8a91772_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5953386e7d889008249a27f26d34460912949212f7a3eb59681f4dbdd7906567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:80f8a8043609f583054bf11484e693999e015e646c0ec3c4943d6476ce2ab79f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:36d40fd7100a167c2ea04d99bdc0d4c56e9ec28cc67d5cb3bfe493e60ad2e165_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4ef19836a221c591fc413d6c528e17e6e9bbace0f94e69715c4b73b88892f194_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fab7417dca00856d846e0cad7ada78ab058fe47b7a0ca58dfb3f802eb50e4316_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:34104364de9468512eaeb4f3c5a997082f7b3c77850fbd284c2e1a296a4efd9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:383b450b5a52f18e9f01b0e1ca7879be3516b5720884c71daf6df30391916c4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:98b68c878ee770de740ac5f79d604d7e9db52eda9834bf179f43c16828e89593_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:3b13143c3c81d3850c29d1e6f63eafd0a0a684a476dfef41b3d430a77db59cda_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:86dea1586000d5282a173f3b254b6d7c6ee3cbc4e881575b1536c02f29ad3ffe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:9905827162e394e6e64296c5146b75f0e20f0101016ce191562aec6e3143befc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:08e96072edce7ed6f0aae644afd305babd90943f5fec7c109c1898d32a7946a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:68834af27ffc42325eadb11f447826bdca93a58f42eadbaa960acff1c0a23a9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:bc45c0e6f1eaa575ffc16aeb28a490453453481da4b350c504900787d380cb12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:2bbddda19cf542aa2a943f5c1df68a6059a612ede574af046778e35583180c0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:36a2fb712a37b7987fdcb6f8969690b68494f55576c1d79a49f33c9a2e693de3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:be84748eefbdb9df6cd806eaeba03671909ef80a52d92851601fc6200644204e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2020938b4e60a3dd7335f7b0c54b955d9c9910f4884cb397746af1eca38e01ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:231082ea0799156bf6bc0d9b2b6d9a607f5a9713130e1b3ffb37221d82bf8484_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:6a521b9a2bdcfc607a0aea961e22012906212c109dfac79e919acc63c88d47dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:118a31204e20b9eb9840c9127c36c3964b5caf72744b179a56f4cf3f0ce02661_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:5b0b665ac611864eef61ceb6e0503b1e0dd7bb6a8c472d8b55df5ff295182133_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:827444379778bb6a54a11205bc92c2b828b1ab6d4d734fa16e94372c2b1ac1e2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:a29ea135573415a22f1bd56c7eab7b758a8d1d6a32809b0ed4fc51ee56bc3753_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:1bd28b06dfd84aee2bc968ad2d7651471e4bb8e3a4417e881fa2062ff3629bac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:4beb36cc3800c4c8dd39b85d0753d78fe8c39af3d40b124d4af34e1ba281eb42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:57959f4f10394b2b0b212c3bc7fcf2b35cfbabef1d3dc4f2604379d895daa60f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9d029775e51153ea772bb27a9c397c9bfa6c55e74970053a6bfb54eb186f8e80_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:6bd20dbf7834329495955eb2abb2821cdc0c6d3ed56ca54f6041741bd2b29f01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:b29b8476eff6b7ca69d5a2232d87f73ac4070b37082eb47eae819f0b2ccc6eb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:ce17b9a1d9b9ed74d610a3bb7aff38e1038c597f1c812e8054c97caaa0b07da9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:fb5cba7aa346709b7f555a06deead5b4939d0dca59c9f1a1806b8d0ddcf509dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:147002bb7760f26a288f5c562378c6d0f9dd75cefc348a09cb0d6cd5126410f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:2074b908106bda1624bf576a86101e57a6bf9c8ed21d0751edb90c4409588e2e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:bc14cca7543a70a964ad3771e0625eff6df50830d77b3be5fe4a5eb47349ddcb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:c09df9cd9a7a3eb0dd7de3f838211bcd74f9f8e98b9d8ad4dc93129538425c31_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:6073cf68e4339cf8135b0dd795f9b0269f5e7e4b9c27a822ea2dbeb0dc0e0510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:85de1eaf4824348bd297d806f0e5a21ad02f74f45af91d4bae3580f9fb8e34a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:b1fc354404bad7db99fdd645b833f348d935e952437b3184259c1bb8bfb73d2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e0ec835d0fc8045c6c4d139c8e4895f847ca8cd9fe719b87a2e6d33847ba7b4c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:89eb322b0b42a52a1b00a018817ec11432fe62f41fbac9e266a3353d1a154f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:9cdaa991a990485f3dc10d63f7885fc564094f578679610b60de716d7b53865f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:b2d084d99edad49af8aac7c7dd458327389f69739e5f3ef666e64f1a11357598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:341f6e5990ebc68736072caa73b99c14c6c6de1e8d68e7a80c57091281ba5b05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:798eb1193179521414abe6da008df6d35fe1ec73bf4d22af2ffa192c89dda997_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:7f48d4d324d37f6f21f9365c90fcc9910d2d7a027f3d631ccad6bd19e2e2ad85_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload"
}
]
}
RHSA-2026:0327
Vulnerability from csaf_redhat - Published: 2026-01-15 15:33 - Updated: 2026-02-04 07:51Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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.16.55 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.16.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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.16.55. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:0418\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.16/html/release_notes/\n\nSecurity Fix(es):\n\n* github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload (CVE-2025-65637)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.16 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.16/html-single/updating_clusters/index#updating-cluster-cli.",
"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:0327",
"url": "https://access.redhat.com/errata/RHSA-2026:0327"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65637",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"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_0327.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.16.55 bug fix and security update",
"tracking": {
"current_release_date": "2026-02-04T07:51:07+00:00",
"generator": {
"date": "2026-02-04T07:51:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2026:0327",
"initial_release_date": "2026-01-15T15:33:44+00:00",
"revision_history": [
{
"date": "2026-01-15T15:33:44+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-15T15:35:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-04T07:51:07+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.16",
"product": {
"name": "Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.16::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:be8fa3d3cfb67728e88a022bf2e8ea9350d51bf155450b9dff32b435a8d1e281_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:be8fa3d3cfb67728e88a022bf2e8ea9350d51bf155450b9dff32b435a8d1e281_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:be8fa3d3cfb67728e88a022bf2e8ea9350d51bf155450b9dff32b435a8d1e281_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Abe8fa3d3cfb67728e88a022bf2e8ea9350d51bf155450b9dff32b435a8d1e281?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765468747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:010910ac80c9f0261005e4eaa852ecf4a22bb0db955c19081d46d75bdfb52690_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:010910ac80c9f0261005e4eaa852ecf4a22bb0db955c19081d46d75bdfb52690_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:010910ac80c9f0261005e4eaa852ecf4a22bb0db955c19081d46d75bdfb52690_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A010910ac80c9f0261005e4eaa852ecf4a22bb0db955c19081d46d75bdfb52690?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:40622ba6d02683af12f5ccf089b627edbb4008cdd00f5c12144154e096e9c70d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:40622ba6d02683af12f5ccf089b627edbb4008cdd00f5c12144154e096e9c70d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:40622ba6d02683af12f5ccf089b627edbb4008cdd00f5c12144154e096e9c70d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A40622ba6d02683af12f5ccf089b627edbb4008cdd00f5c12144154e096e9c70d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3bd509e461902d5c78947d7154cf4e2c1d7d319c52e5ac20835b929ced2a00dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3bd509e461902d5c78947d7154cf4e2c1d7d319c52e5ac20835b929ced2a00dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3bd509e461902d5c78947d7154cf4e2c1d7d319c52e5ac20835b929ced2a00dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A3bd509e461902d5c78947d7154cf4e2c1d7d319c52e5ac20835b929ced2a00dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2aa26529942f335f9d1d0df93741b5d6e1bf94f482ecf6f5b91e1e95a0dd56cb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2aa26529942f335f9d1d0df93741b5d6e1bf94f482ecf6f5b91e1e95a0dd56cb_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2aa26529942f335f9d1d0df93741b5d6e1bf94f482ecf6f5b91e1e95a0dd56cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A2aa26529942f335f9d1d0df93741b5d6e1bf94f482ecf6f5b91e1e95a0dd56cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808596"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4382802a03a6cdc97faaea32c46d0a50b18bf28078cf97ba016168cd93d56849_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4382802a03a6cdc97faaea32c46d0a50b18bf28078cf97ba016168cd93d56849_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4382802a03a6cdc97faaea32c46d0a50b18bf28078cf97ba016168cd93d56849_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A4382802a03a6cdc97faaea32c46d0a50b18bf28078cf97ba016168cd93d56849?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0e96cc33062132ab8dff569c666f27f630ccfa807be154e0a80cae84b3859f93_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0e96cc33062132ab8dff569c666f27f630ccfa807be154e0a80cae84b3859f93_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0e96cc33062132ab8dff569c666f27f630ccfa807be154e0a80cae84b3859f93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A0e96cc33062132ab8dff569c666f27f630ccfa807be154e0a80cae84b3859f93?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767825929"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e1acd45f77d5f58a4f0ec08fdbb4fd32f4f2343e925ebfabe2e3bc5a73e613cb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e1acd45f77d5f58a4f0ec08fdbb4fd32f4f2343e925ebfabe2e3bc5a73e613cb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e1acd45f77d5f58a4f0ec08fdbb4fd32f4f2343e925ebfabe2e3bc5a73e613cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Ae1acd45f77d5f58a4f0ec08fdbb4fd32f4f2343e925ebfabe2e3bc5a73e613cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0a9247ca6b0b6e26f65ece8d20944bbece3ec974b3687a8e5761d932248577b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0a9247ca6b0b6e26f65ece8d20944bbece3ec974b3687a8e5761d932248577b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0a9247ca6b0b6e26f65ece8d20944bbece3ec974b3687a8e5761d932248577b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A0a9247ca6b0b6e26f65ece8d20944bbece3ec974b3687a8e5761d932248577b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5b5195909dc8af2c57ea159e06381f8821b4443d772a7770e3c3333476101514_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5b5195909dc8af2c57ea159e06381f8821b4443d772a7770e3c3333476101514_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5b5195909dc8af2c57ea159e06381f8821b4443d772a7770e3c3333476101514_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A5b5195909dc8af2c57ea159e06381f8821b4443d772a7770e3c3333476101514?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809684"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cfdb95647a0ebd3e658736c03c99506c1d30d59842bc5c34e4014cab5a8637ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cfdb95647a0ebd3e658736c03c99506c1d30d59842bc5c34e4014cab5a8637ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cfdb95647a0ebd3e658736c03c99506c1d30d59842bc5c34e4014cab5a8637ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Acfdb95647a0ebd3e658736c03c99506c1d30d59842bc5c34e4014cab5a8637ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767750912"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e1d3b9df127e66a181ded3634fec2d5d0cf522a7c690eb3a3e837c07f001d590_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e1d3b9df127e66a181ded3634fec2d5d0cf522a7c690eb3a3e837c07f001d590_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e1d3b9df127e66a181ded3634fec2d5d0cf522a7c690eb3a3e837c07f001d590_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Ae1d3b9df127e66a181ded3634fec2d5d0cf522a7c690eb3a3e837c07f001d590?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bd0eadc5ccb1c1c61bdc44756c47fd851bc3bccc19780755617a4d6e5c09b9f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bd0eadc5ccb1c1c61bdc44756c47fd851bc3bccc19780755617a4d6e5c09b9f2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bd0eadc5ccb1c1c61bdc44756c47fd851bc3bccc19780755617a4d6e5c09b9f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Abd0eadc5ccb1c1c61bdc44756c47fd851bc3bccc19780755617a4d6e5c09b9f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809717"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4c7b5854b0eed9015e784561f99823eb4cc8afabcd524acb37acede8259831d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4c7b5854b0eed9015e784561f99823eb4cc8afabcd524acb37acede8259831d8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4c7b5854b0eed9015e784561f99823eb4cc8afabcd524acb37acede8259831d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A4c7b5854b0eed9015e784561f99823eb4cc8afabcd524acb37acede8259831d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:65755d3e3aa9a5549b8bf3ee7032b96982a933c2bf8260c62d5791d724275e07_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:65755d3e3aa9a5549b8bf3ee7032b96982a933c2bf8260c62d5791d724275e07_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:65755d3e3aa9a5549b8bf3ee7032b96982a933c2bf8260c62d5791d724275e07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A65755d3e3aa9a5549b8bf3ee7032b96982a933c2bf8260c62d5791d724275e07?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6c874cddb9abe4acd3002dfb38f8ad482ba299024db587f35ceba3a0babb22a4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6c874cddb9abe4acd3002dfb38f8ad482ba299024db587f35ceba3a0babb22a4_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6c874cddb9abe4acd3002dfb38f8ad482ba299024db587f35ceba3a0babb22a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A6c874cddb9abe4acd3002dfb38f8ad482ba299024db587f35ceba3a0babb22a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5419eccabecd71838e02ccdbcc2b7e78e045664f4a692053aeb256b7bcc15a68_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5419eccabecd71838e02ccdbcc2b7e78e045664f4a692053aeb256b7bcc15a68_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5419eccabecd71838e02ccdbcc2b7e78e045664f4a692053aeb256b7bcc15a68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A5419eccabecd71838e02ccdbcc2b7e78e045664f4a692053aeb256b7bcc15a68?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:423f51705b3e137e01225c5472e8eda4ef184813e2b6f65bd612c35645ec21c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:423f51705b3e137e01225c5472e8eda4ef184813e2b6f65bd612c35645ec21c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:423f51705b3e137e01225c5472e8eda4ef184813e2b6f65bd612c35645ec21c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A423f51705b3e137e01225c5472e8eda4ef184813e2b6f65bd612c35645ec21c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a74517ee0d1209fe83b5b285e6bd2e2fe3cada4b2369c4d15a0203a03c650cbb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a74517ee0d1209fe83b5b285e6bd2e2fe3cada4b2369c4d15a0203a03c650cbb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a74517ee0d1209fe83b5b285e6bd2e2fe3cada4b2369c4d15a0203a03c650cbb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3Aa74517ee0d1209fe83b5b285e6bd2e2fe3cada4b2369c4d15a0203a03c650cbb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810179"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:05e427f253db38a3fdb3c7f5cf52e6153b8d5b8d12a64bec031243c2bd3dd69a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:05e427f253db38a3fdb3c7f5cf52e6153b8d5b8d12a64bec031243c2bd3dd69a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:05e427f253db38a3fdb3c7f5cf52e6153b8d5b8d12a64bec031243c2bd3dd69a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A05e427f253db38a3fdb3c7f5cf52e6153b8d5b8d12a64bec031243c2bd3dd69a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810202"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a8588618e8d614432c463027a95a1b49c94c7194e106ea5cf28af380ecffc1a1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a8588618e8d614432c463027a95a1b49c94c7194e106ea5cf28af380ecffc1a1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a8588618e8d614432c463027a95a1b49c94c7194e106ea5cf28af380ecffc1a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3Aa8588618e8d614432c463027a95a1b49c94c7194e106ea5cf28af380ecffc1a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:14ff9bad30b68fe03fdd72f655e5ec9243ae52a55b2a42a2d5670011ffbc8d97_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:14ff9bad30b68fe03fdd72f655e5ec9243ae52a55b2a42a2d5670011ffbc8d97_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:14ff9bad30b68fe03fdd72f655e5ec9243ae52a55b2a42a2d5670011ffbc8d97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A14ff9bad30b68fe03fdd72f655e5ec9243ae52a55b2a42a2d5670011ffbc8d97?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:cb396ee355b2aad803d6fe9e79957b091e393f05de35e595555e3a39bc567ddd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:cb396ee355b2aad803d6fe9e79957b091e393f05de35e595555e3a39bc567ddd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:cb396ee355b2aad803d6fe9e79957b091e393f05de35e595555e3a39bc567ddd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Acb396ee355b2aad803d6fe9e79957b091e393f05de35e595555e3a39bc567ddd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cd364dc68795dbde9261e983bd6ad898a4cf9bfdf2d8324f9cafac1e533adc75_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cd364dc68795dbde9261e983bd6ad898a4cf9bfdf2d8324f9cafac1e533adc75_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cd364dc68795dbde9261e983bd6ad898a4cf9bfdf2d8324f9cafac1e533adc75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Acd364dc68795dbde9261e983bd6ad898a4cf9bfdf2d8324f9cafac1e533adc75?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:a64416eeb17a4477cdec714433218677e797a0af64c322128cffb396c506b2e6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:a64416eeb17a4477cdec714433218677e797a0af64c322128cffb396c506b2e6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:a64416eeb17a4477cdec714433218677e797a0af64c322128cffb396c506b2e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3Aa64416eeb17a4477cdec714433218677e797a0af64c322128cffb396c506b2e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:22469a4605f978d2cab2e6e609a52d80b2ceb2816ea7030f6c207aafcce19784_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:22469a4605f978d2cab2e6e609a52d80b2ceb2816ea7030f6c207aafcce19784_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:22469a4605f978d2cab2e6e609a52d80b2ceb2816ea7030f6c207aafcce19784_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A22469a4605f978d2cab2e6e609a52d80b2ceb2816ea7030f6c207aafcce19784?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766411666"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:095ab09409ab30ce355f42e1ef98371e13bc332f0365220e18bbd96592b8cb34_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:095ab09409ab30ce355f42e1ef98371e13bc332f0365220e18bbd96592b8cb34_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:095ab09409ab30ce355f42e1ef98371e13bc332f0365220e18bbd96592b8cb34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A095ab09409ab30ce355f42e1ef98371e13bc332f0365220e18bbd96592b8cb34?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a31661ab2d431eba1a5b58ce1cac6abe58cded3bfd98417cac2b283d61129f38_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a31661ab2d431eba1a5b58ce1cac6abe58cded3bfd98417cac2b283d61129f38_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a31661ab2d431eba1a5b58ce1cac6abe58cded3bfd98417cac2b283d61129f38_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Aa31661ab2d431eba1a5b58ce1cac6abe58cded3bfd98417cac2b283d61129f38?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765468722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:75d8a44c027c85172f6680acf278d7da380e89c539b1cdc52cc8f5abc9cf7998_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:75d8a44c027c85172f6680acf278d7da380e89c539b1cdc52cc8f5abc9cf7998_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:75d8a44c027c85172f6680acf278d7da380e89c539b1cdc52cc8f5abc9cf7998_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A75d8a44c027c85172f6680acf278d7da380e89c539b1cdc52cc8f5abc9cf7998?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765899913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:1626cbe1838253cee6cc96d66a69a57079f5d1da82cb29c31cea4be24d5c0008_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:1626cbe1838253cee6cc96d66a69a57079f5d1da82cb29c31cea4be24d5c0008_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:1626cbe1838253cee6cc96d66a69a57079f5d1da82cb29c31cea4be24d5c0008_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A1626cbe1838253cee6cc96d66a69a57079f5d1da82cb29c31cea4be24d5c0008?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dd4e4181b8206de23c511f8fbead31a16d435ec2a87c65e603c2442030e2769_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dd4e4181b8206de23c511f8fbead31a16d435ec2a87c65e603c2442030e2769_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dd4e4181b8206de23c511f8fbead31a16d435ec2a87c65e603c2442030e2769_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A4dd4e4181b8206de23c511f8fbead31a16d435ec2a87c65e603c2442030e2769?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3dfaa1675d23d869c291619dea9bf800fa79e6a7944788b1e124ba47de34d48d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3dfaa1675d23d869c291619dea9bf800fa79e6a7944788b1e124ba47de34d48d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3dfaa1675d23d869c291619dea9bf800fa79e6a7944788b1e124ba47de34d48d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A3dfaa1675d23d869c291619dea9bf800fa79e6a7944788b1e124ba47de34d48d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7b9335abd4859e062d501545ef53de6038279798ec74676442c0f9d8664847f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7b9335abd4859e062d501545ef53de6038279798ec74676442c0f9d8664847f2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7b9335abd4859e062d501545ef53de6038279798ec74676442c0f9d8664847f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A7b9335abd4859e062d501545ef53de6038279798ec74676442c0f9d8664847f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767750905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:93ec828e9083c17c29decf19fb120fdc16d31b365bef8c3200bbbe42603155df_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:93ec828e9083c17c29decf19fb120fdc16d31b365bef8c3200bbbe42603155df_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:93ec828e9083c17c29decf19fb120fdc16d31b365bef8c3200bbbe42603155df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A93ec828e9083c17c29decf19fb120fdc16d31b365bef8c3200bbbe42603155df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766067615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fdcbeaa54f5733386e54677e1216a0b388beab2b4b594ef6de20a29e2a66697c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fdcbeaa54f5733386e54677e1216a0b388beab2b4b594ef6de20a29e2a66697c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fdcbeaa54f5733386e54677e1216a0b388beab2b4b594ef6de20a29e2a66697c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3Afdcbeaa54f5733386e54677e1216a0b388beab2b4b594ef6de20a29e2a66697c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767793852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3a6676f6c116c107939521a8fd439cd8c63bc7ee0e4598279b008a74665c7e52_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3a6676f6c116c107939521a8fd439cd8c63bc7ee0e4598279b008a74665c7e52_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3a6676f6c116c107939521a8fd439cd8c63bc7ee0e4598279b008a74665c7e52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A3a6676f6c116c107939521a8fd439cd8c63bc7ee0e4598279b008a74665c7e52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766151818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:29acd3fe80a3ccbd5d74f41f935344b0815ef55c5f75766a9d0615ede2fa8f85_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:29acd3fe80a3ccbd5d74f41f935344b0815ef55c5f75766a9d0615ede2fa8f85_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:29acd3fe80a3ccbd5d74f41f935344b0815ef55c5f75766a9d0615ede2fa8f85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A29acd3fe80a3ccbd5d74f41f935344b0815ef55c5f75766a9d0615ede2fa8f85?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766151791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:919128cc6362eaa94cd6c8c7b6c3362b0d119df6e26c9262aaadf2726541d8aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:919128cc6362eaa94cd6c8c7b6c3362b0d119df6e26c9262aaadf2726541d8aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:919128cc6362eaa94cd6c8c7b6c3362b0d119df6e26c9262aaadf2726541d8aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A919128cc6362eaa94cd6c8c7b6c3362b0d119df6e26c9262aaadf2726541d8aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808613"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d968dc49f267e0afcff906870f2fd6d528cdd540d58e9560e9145abf7672c417_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d968dc49f267e0afcff906870f2fd6d528cdd540d58e9560e9145abf7672c417_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d968dc49f267e0afcff906870f2fd6d528cdd540d58e9560e9145abf7672c417_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Ad968dc49f267e0afcff906870f2fd6d528cdd540d58e9560e9145abf7672c417?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e9e77779a047efecf1a40b42356e1b6df74ff38c59e94de7a5fc0a334b7782cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e9e77779a047efecf1a40b42356e1b6df74ff38c59e94de7a5fc0a334b7782cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e9e77779a047efecf1a40b42356e1b6df74ff38c59e94de7a5fc0a334b7782cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Ae9e77779a047efecf1a40b42356e1b6df74ff38c59e94de7a5fc0a334b7782cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765811081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5158590f0be62a6017192e0045ff68b971165a622c6279965245231babb25e78_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5158590f0be62a6017192e0045ff68b971165a622c6279965245231babb25e78_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5158590f0be62a6017192e0045ff68b971165a622c6279965245231babb25e78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A5158590f0be62a6017192e0045ff68b971165a622c6279965245231babb25e78?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767826859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:51b1dd0d0a15f4a9377cd1c8694c9898aeb1848cb04c2a272fa4aa13c2c7ce27_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:51b1dd0d0a15f4a9377cd1c8694c9898aeb1848cb04c2a272fa4aa13c2c7ce27_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:51b1dd0d0a15f4a9377cd1c8694c9898aeb1848cb04c2a272fa4aa13c2c7ce27_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A51b1dd0d0a15f4a9377cd1c8694c9898aeb1848cb04c2a272fa4aa13c2c7ce27?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:32d920433f8ab57c952aa8296c2a1d8aaa2f251b89b0232975d412889608ffc3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:32d920433f8ab57c952aa8296c2a1d8aaa2f251b89b0232975d412889608ffc3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:32d920433f8ab57c952aa8296c2a1d8aaa2f251b89b0232975d412889608ffc3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A32d920433f8ab57c952aa8296c2a1d8aaa2f251b89b0232975d412889608ffc3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:be676a549675f456829817f44f6d74dd3e6d62a08d7f795b8bfe455908c5c53a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:be676a549675f456829817f44f6d74dd3e6d62a08d7f795b8bfe455908c5c53a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:be676a549675f456829817f44f6d74dd3e6d62a08d7f795b8bfe455908c5c53a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Abe676a549675f456829817f44f6d74dd3e6d62a08d7f795b8bfe455908c5c53a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ad3544d26b02bef0c734fcee9530570f6a9b56d3051c8dbb4f35c8c4a3e987d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ad3544d26b02bef0c734fcee9530570f6a9b56d3051c8dbb4f35c8c4a3e987d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ad3544d26b02bef0c734fcee9530570f6a9b56d3051c8dbb4f35c8c4a3e987d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A6ad3544d26b02bef0c734fcee9530570f6a9b56d3051c8dbb4f35c8c4a3e987d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767826882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7499f0837e42743c846bf9ca2e69d025e8d3d1adf2bc87c03ac794cc1b34bc0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7499f0837e42743c846bf9ca2e69d025e8d3d1adf2bc87c03ac794cc1b34bc0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7499f0837e42743c846bf9ca2e69d025e8d3d1adf2bc87c03ac794cc1b34bc0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Af7499f0837e42743c846bf9ca2e69d025e8d3d1adf2bc87c03ac794cc1b34bc0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:dfbe99f5488ba10988922c28256f7c21fe05622e40eb332a9932aa2547c0308a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:dfbe99f5488ba10988922c28256f7c21fe05622e40eb332a9932aa2547c0308a_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:dfbe99f5488ba10988922c28256f7c21fe05622e40eb332a9932aa2547c0308a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Adfbe99f5488ba10988922c28256f7c21fe05622e40eb332a9932aa2547c0308a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ec36966f8e3ed89f785de7126ef4bcac743b10db6d20a90e29108fb0efd064ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ec36966f8e3ed89f785de7126ef4bcac743b10db6d20a90e29108fb0efd064ca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ec36966f8e3ed89f785de7126ef4bcac743b10db6d20a90e29108fb0efd064ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Aec36966f8e3ed89f785de7126ef4bcac743b10db6d20a90e29108fb0efd064ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767793828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1587e95f63f0e27d30aafe3ec1d6d41c261610a4bc3b128e07a0667164a7800a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1587e95f63f0e27d30aafe3ec1d6d41c261610a4bc3b128e07a0667164a7800a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1587e95f63f0e27d30aafe3ec1d6d41c261610a4bc3b128e07a0667164a7800a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A1587e95f63f0e27d30aafe3ec1d6d41c261610a4bc3b128e07a0667164a7800a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:865e046146ceeb7ac69ae9a8cde1ef9c844335ebc7cf920714e542527e689aaa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:865e046146ceeb7ac69ae9a8cde1ef9c844335ebc7cf920714e542527e689aaa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:865e046146ceeb7ac69ae9a8cde1ef9c844335ebc7cf920714e542527e689aaa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A865e046146ceeb7ac69ae9a8cde1ef9c844335ebc7cf920714e542527e689aaa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767827174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ff789af3fe8b798d8268bba0b19c03ffeb7da2d67360ba8aeed92e4ba2077c2f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ff789af3fe8b798d8268bba0b19c03ffeb7da2d67360ba8aeed92e4ba2077c2f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ff789af3fe8b798d8268bba0b19c03ffeb7da2d67360ba8aeed92e4ba2077c2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Aff789af3fe8b798d8268bba0b19c03ffeb7da2d67360ba8aeed92e4ba2077c2f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6654a79204a27b67d72a177181959f6ef26373331b85a288f380554024fde838_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6654a79204a27b67d72a177181959f6ef26373331b85a288f380554024fde838_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6654a79204a27b67d72a177181959f6ef26373331b85a288f380554024fde838_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A6654a79204a27b67d72a177181959f6ef26373331b85a288f380554024fde838?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765812634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:52573d890ad34de510a014bae5fb43b6f7101c2281404ed0171465e76434e2ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:52573d890ad34de510a014bae5fb43b6f7101c2281404ed0171465e76434e2ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:52573d890ad34de510a014bae5fb43b6f7101c2281404ed0171465e76434e2ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A52573d890ad34de510a014bae5fb43b6f7101c2281404ed0171465e76434e2ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765811762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:114903a771d51ef46d9d8982a3cc044261fcbe7f7a3aeeee5cf6beb05b3353ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:114903a771d51ef46d9d8982a3cc044261fcbe7f7a3aeeee5cf6beb05b3353ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:114903a771d51ef46d9d8982a3cc044261fcbe7f7a3aeeee5cf6beb05b3353ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A114903a771d51ef46d9d8982a3cc044261fcbe7f7a3aeeee5cf6beb05b3353ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765813064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:60183634c3642f0870b6f98003755ee8cbbb21bffcd22e24f80d28318e677637_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:60183634c3642f0870b6f98003755ee8cbbb21bffcd22e24f80d28318e677637_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:60183634c3642f0870b6f98003755ee8cbbb21bffcd22e24f80d28318e677637_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A60183634c3642f0870b6f98003755ee8cbbb21bffcd22e24f80d28318e677637?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809303"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7aab18766d252b2ce4e1bdd1984d2749349c9c8a5d7401496c1afc2537b93845_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7aab18766d252b2ce4e1bdd1984d2749349c9c8a5d7401496c1afc2537b93845_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7aab18766d252b2ce4e1bdd1984d2749349c9c8a5d7401496c1afc2537b93845_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A7aab18766d252b2ce4e1bdd1984d2749349c9c8a5d7401496c1afc2537b93845?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810389"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5b6125aae527a855572efbe741d222a5f222fe593e4e66d336c0047607759163_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5b6125aae527a855572efbe741d222a5f222fe593e4e66d336c0047607759163_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5b6125aae527a855572efbe741d222a5f222fe593e4e66d336c0047607759163_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A5b6125aae527a855572efbe741d222a5f222fe593e4e66d336c0047607759163?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6db08ed86a8d307f1d4d0fa61936605564898ec1673defb69378b02b5ad13163_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6db08ed86a8d307f1d4d0fa61936605564898ec1673defb69378b02b5ad13163_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6db08ed86a8d307f1d4d0fa61936605564898ec1673defb69378b02b5ad13163_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A6db08ed86a8d307f1d4d0fa61936605564898ec1673defb69378b02b5ad13163?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767796663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4cf7038ca5985cca952130cc466f68d37de7c5ce193ac54eae48a46e50328606_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4cf7038ca5985cca952130cc466f68d37de7c5ce193ac54eae48a46e50328606_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4cf7038ca5985cca952130cc466f68d37de7c5ce193ac54eae48a46e50328606_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A4cf7038ca5985cca952130cc466f68d37de7c5ce193ac54eae48a46e50328606?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc3d8ae29563d2a75111ca95ee53976e82719410fab823c6bee75265fe40a443_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc3d8ae29563d2a75111ca95ee53976e82719410fab823c6bee75265fe40a443_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc3d8ae29563d2a75111ca95ee53976e82719410fab823c6bee75265fe40a443_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Adc3d8ae29563d2a75111ca95ee53976e82719410fab823c6bee75265fe40a443?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765811002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4b95c22811fd3d1ed6d4c93255cf09f19f534afdaac17cc5aaca9819f6d345c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4b95c22811fd3d1ed6d4c93255cf09f19f534afdaac17cc5aaca9819f6d345c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4b95c22811fd3d1ed6d4c93255cf09f19f534afdaac17cc5aaca9819f6d345c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Ae4b95c22811fd3d1ed6d4c93255cf09f19f534afdaac17cc5aaca9819f6d345c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d9d08c192dd49c751124eed9c4318a48e4491d47029e76b2303a102ee5b5ae64_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d9d08c192dd49c751124eed9c4318a48e4491d47029e76b2303a102ee5b5ae64_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d9d08c192dd49c751124eed9c4318a48e4491d47029e76b2303a102ee5b5ae64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Ad9d08c192dd49c751124eed9c4318a48e4491d47029e76b2303a102ee5b5ae64?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:da81b9e0cd2c901842ae4cca4ba57e21822ba5fcf1905464525180777bac3f12_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:da81b9e0cd2c901842ae4cca4ba57e21822ba5fcf1905464525180777bac3f12_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:da81b9e0cd2c901842ae4cca4ba57e21822ba5fcf1905464525180777bac3f12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Ada81b9e0cd2c901842ae4cca4ba57e21822ba5fcf1905464525180777bac3f12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766152231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9bb32a14c4c928ca2bc427198a391cbed6c019a07efe652afeef8df0d4c77a6d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9bb32a14c4c928ca2bc427198a391cbed6c019a07efe652afeef8df0d4c77a6d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9bb32a14c4c928ca2bc427198a391cbed6c019a07efe652afeef8df0d4c77a6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A9bb32a14c4c928ca2bc427198a391cbed6c019a07efe652afeef8df0d4c77a6d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bcf80a83b16f4fffd2554413029da74b45b20aae69f10bf6fc34b2b1b03ca0f3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bcf80a83b16f4fffd2554413029da74b45b20aae69f10bf6fc34b2b1b03ca0f3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bcf80a83b16f4fffd2554413029da74b45b20aae69f10bf6fc34b2b1b03ca0f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Abcf80a83b16f4fffd2554413029da74b45b20aae69f10bf6fc34b2b1b03ca0f3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766583341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0fae9e4bb94e9ca4465d843d6112d5a511f945c717d072fe9b5ec50126d78c0d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0fae9e4bb94e9ca4465d843d6112d5a511f945c717d072fe9b5ec50126d78c0d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0fae9e4bb94e9ca4465d843d6112d5a511f945c717d072fe9b5ec50126d78c0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A0fae9e4bb94e9ca4465d843d6112d5a511f945c717d072fe9b5ec50126d78c0d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:de60ef03a70714aa641f2b6903b6690b80dfaa08202e78def5303e8a4f2dfb7c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:de60ef03a70714aa641f2b6903b6690b80dfaa08202e78def5303e8a4f2dfb7c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:de60ef03a70714aa641f2b6903b6690b80dfaa08202e78def5303e8a4f2dfb7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Ade60ef03a70714aa641f2b6903b6690b80dfaa08202e78def5303e8a4f2dfb7c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765979094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:39c541af8befd2f04186cede99b8d384961851bd82af5dfeccedab5609d8bd28_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:39c541af8befd2f04186cede99b8d384961851bd82af5dfeccedab5609d8bd28_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:39c541af8befd2f04186cede99b8d384961851bd82af5dfeccedab5609d8bd28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-controller-manager-rhel9@sha256%3A39c541af8befd2f04186cede99b8d384961851bd82af5dfeccedab5609d8bd28?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:dd54dcc212e4a8dd1f95491f1ffdf37a460b2b4afe6b239e97ed01bc10b5d7bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:dd54dcc212e4a8dd1f95491f1ffdf37a460b2b4afe6b239e97ed01bc10b5d7bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:dd54dcc212e4a8dd1f95491f1ffdf37a460b2b4afe6b239e97ed01bc10b5d7bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-machine-controllers-rhel9@sha256%3Add54dcc212e4a8dd1f95491f1ffdf37a460b2b4afe6b239e97ed01bc10b5d7bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad573cf9be5ec11c6af02cd482da92ead849c79e8999a53aa78537937c118941_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad573cf9be5ec11c6af02cd482da92ead849c79e8999a53aa78537937c118941_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad573cf9be5ec11c6af02cd482da92ead849c79e8999a53aa78537937c118941_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Aad573cf9be5ec11c6af02cd482da92ead849c79e8999a53aa78537937c118941?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ca8509dcd86ae6cd818a9b384f507660ad0979102da8982138bcbbfb1a67798a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ca8509dcd86ae6cd818a9b384f507660ad0979102da8982138bcbbfb1a67798a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ca8509dcd86ae6cd818a9b384f507660ad0979102da8982138bcbbfb1a67798a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3Aca8509dcd86ae6cd818a9b384f507660ad0979102da8982138bcbbfb1a67798a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:15effd39fe2eb000030d0a773189485b09463dcb271f9f9365c786d69797d45b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:15effd39fe2eb000030d0a773189485b09463dcb271f9f9365c786d69797d45b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:15effd39fe2eb000030d0a773189485b09463dcb271f9f9365c786d69797d45b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3A15effd39fe2eb000030d0a773189485b09463dcb271f9f9365c786d69797d45b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:c0687c055200b806e21dd54fc6ebe7677e07713b7e9d477da50608db698434c3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:c0687c055200b806e21dd54fc6ebe7677e07713b7e9d477da50608db698434c3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:c0687c055200b806e21dd54fc6ebe7677e07713b7e9d477da50608db698434c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3Ac0687c055200b806e21dd54fc6ebe7677e07713b7e9d477da50608db698434c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:87bf5231fa3e6a42aecc1d98434b97ea376e6131fcf991f0f70fe8f08c500642_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:87bf5231fa3e6a42aecc1d98434b97ea376e6131fcf991f0f70fe8f08c500642_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:87bf5231fa3e6a42aecc1d98434b97ea376e6131fcf991f0f70fe8f08c500642_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A87bf5231fa3e6a42aecc1d98434b97ea376e6131fcf991f0f70fe8f08c500642?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bdb2089dcbfbf7be129707a983d80a2ea2403de4599f542b203d6d70ced116c6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bdb2089dcbfbf7be129707a983d80a2ea2403de4599f542b203d6d70ced116c6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bdb2089dcbfbf7be129707a983d80a2ea2403de4599f542b203d6d70ced116c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3Abdb2089dcbfbf7be129707a983d80a2ea2403de4599f542b203d6d70ced116c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:cd4dd131fffcbc6cfad4b43bf90cd7f4ca746aa427444fb1b83b8e3ed5448155_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:cd4dd131fffcbc6cfad4b43bf90cd7f4ca746aa427444fb1b83b8e3ed5448155_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:cd4dd131fffcbc6cfad4b43bf90cd7f4ca746aa427444fb1b83b8e3ed5448155_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3Acd4dd131fffcbc6cfad4b43bf90cd7f4ca746aa427444fb1b83b8e3ed5448155?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:95cfba9c1aa3f5738ea1a0986edf515c7929bcc2e26b743d175855bd5916c3f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:95cfba9c1aa3f5738ea1a0986edf515c7929bcc2e26b743d175855bd5916c3f2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:95cfba9c1aa3f5738ea1a0986edf515c7929bcc2e26b743d175855bd5916c3f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A95cfba9c1aa3f5738ea1a0986edf515c7929bcc2e26b743d175855bd5916c3f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c7d3f63d85078049dd578be45be4922f0b5bc4523204f0f6e7a8454378a50ef2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c7d3f63d85078049dd578be45be4922f0b5bc4523204f0f6e7a8454378a50ef2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c7d3f63d85078049dd578be45be4922f0b5bc4523204f0f6e7a8454378a50ef2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3Ac7d3f63d85078049dd578be45be4922f0b5bc4523204f0f6e7a8454378a50ef2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8fe832d24fff07cb9dd0593c6be189a15dd5b66c90b4f51db34803c3ced0833c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8fe832d24fff07cb9dd0593c6be189a15dd5b66c90b4f51db34803c3ced0833c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8fe832d24fff07cb9dd0593c6be189a15dd5b66c90b4f51db34803c3ced0833c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A8fe832d24fff07cb9dd0593c6be189a15dd5b66c90b4f51db34803c3ced0833c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c327ee819b81ff73eb40c7987a925d5ec1a53d5f83c4f535648cfe3b12a543be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c327ee819b81ff73eb40c7987a925d5ec1a53d5f83c4f535648cfe3b12a543be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c327ee819b81ff73eb40c7987a925d5ec1a53d5f83c4f535648cfe3b12a543be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Ac327ee819b81ff73eb40c7987a925d5ec1a53d5f83c4f535648cfe3b12a543be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808571"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f491089c7250e2999c3c7e20bbf9b5ba6e3f7b9bb5df32ece39296dfd9cf8efb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f491089c7250e2999c3c7e20bbf9b5ba6e3f7b9bb5df32ece39296dfd9cf8efb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f491089c7250e2999c3c7e20bbf9b5ba6e3f7b9bb5df32ece39296dfd9cf8efb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3Af491089c7250e2999c3c7e20bbf9b5ba6e3f7b9bb5df32ece39296dfd9cf8efb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9ed6257fec39b9a133af04b675017c2f904458c7297142060a125a56f1877b1f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9ed6257fec39b9a133af04b675017c2f904458c7297142060a125a56f1877b1f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9ed6257fec39b9a133af04b675017c2f904458c7297142060a125a56f1877b1f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A9ed6257fec39b9a133af04b675017c2f904458c7297142060a125a56f1877b1f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766195330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c4db3b7660983eed8e7f57eb865497c46b4dbc4e9ce434f5723ac7829b21983_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c4db3b7660983eed8e7f57eb865497c46b4dbc4e9ce434f5723ac7829b21983_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c4db3b7660983eed8e7f57eb865497c46b4dbc4e9ce434f5723ac7829b21983_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A9c4db3b7660983eed8e7f57eb865497c46b4dbc4e9ce434f5723ac7829b21983?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:fe0b2b9dd0b60358f120b5c02922a240c53cea9789bf04bc1f4ac5f39d932c00_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:fe0b2b9dd0b60358f120b5c02922a240c53cea9789bf04bc1f4ac5f39d932c00_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:fe0b2b9dd0b60358f120b5c02922a240c53cea9789bf04bc1f4ac5f39d932c00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Afe0b2b9dd0b60358f120b5c02922a240c53cea9789bf04bc1f4ac5f39d932c00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765812831"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:10724a8b5a562eb870b3ea1b5dc59aad18fd48be8642f1b297fdd9f119c98d07_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:10724a8b5a562eb870b3ea1b5dc59aad18fd48be8642f1b297fdd9f119c98d07_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:10724a8b5a562eb870b3ea1b5dc59aad18fd48be8642f1b297fdd9f119c98d07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A10724a8b5a562eb870b3ea1b5dc59aad18fd48be8642f1b297fdd9f119c98d07?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809719"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b13e7a159fcf928f50c9b16b4934de2fc508ca5a6792cf9843dad6172a02351f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b13e7a159fcf928f50c9b16b4934de2fc508ca5a6792cf9843dad6172a02351f_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b13e7a159fcf928f50c9b16b4934de2fc508ca5a6792cf9843dad6172a02351f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Ab13e7a159fcf928f50c9b16b4934de2fc508ca5a6792cf9843dad6172a02351f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809536"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:fe1f911ae1697287eaea64f6fc9c500ac0cc53df06093501d22d64f18f1f1b2b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:fe1f911ae1697287eaea64f6fc9c500ac0cc53df06093501d22d64f18f1f1b2b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:fe1f911ae1697287eaea64f6fc9c500ac0cc53df06093501d22d64f18f1f1b2b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Afe1f911ae1697287eaea64f6fc9c500ac0cc53df06093501d22d64f18f1f1b2b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810974"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4fcebea397006c02df68eaa8b8739d2f8192136cf5ed1a736378fb5ed2cb3775_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4fcebea397006c02df68eaa8b8739d2f8192136cf5ed1a736378fb5ed2cb3775_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4fcebea397006c02df68eaa8b8739d2f8192136cf5ed1a736378fb5ed2cb3775_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A4fcebea397006c02df68eaa8b8739d2f8192136cf5ed1a736378fb5ed2cb3775?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809585"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fccbe0a48bf84fd59ff4f235663d4929249a089514c51de14b25f18847cdcfca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fccbe0a48bf84fd59ff4f235663d4929249a089514c51de14b25f18847cdcfca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fccbe0a48bf84fd59ff4f235663d4929249a089514c51de14b25f18847cdcfca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Afccbe0a48bf84fd59ff4f235663d4929249a089514c51de14b25f18847cdcfca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4306330db69aca7845aaacfc5fb39af2ac17e07bd2dd5483fbe036ee6f7f238b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4306330db69aca7845aaacfc5fb39af2ac17e07bd2dd5483fbe036ee6f7f238b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4306330db69aca7845aaacfc5fb39af2ac17e07bd2dd5483fbe036ee6f7f238b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A4306330db69aca7845aaacfc5fb39af2ac17e07bd2dd5483fbe036ee6f7f238b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:69f97ad2e19756c43b53f7400ec2d476d8caab5157eb28049ede1c54b01a1718_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:69f97ad2e19756c43b53f7400ec2d476d8caab5157eb28049ede1c54b01a1718_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:69f97ad2e19756c43b53f7400ec2d476d8caab5157eb28049ede1c54b01a1718_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A69f97ad2e19756c43b53f7400ec2d476d8caab5157eb28049ede1c54b01a1718?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc515c05851455d8df0f0251148a805cbfcabe4f00a2635f29b1231939ba6169_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc515c05851455d8df0f0251148a805cbfcabe4f00a2635f29b1231939ba6169_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc515c05851455d8df0f0251148a805cbfcabe4f00a2635f29b1231939ba6169_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Afc515c05851455d8df0f0251148a805cbfcabe4f00a2635f29b1231939ba6169?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808513"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2428e42bdaaa413aa85e5b66b66808ed6cd0fe8bb9fb76441b656163fb6aef74_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2428e42bdaaa413aa85e5b66b66808ed6cd0fe8bb9fb76441b656163fb6aef74_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2428e42bdaaa413aa85e5b66b66808ed6cd0fe8bb9fb76441b656163fb6aef74_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A2428e42bdaaa413aa85e5b66b66808ed6cd0fe8bb9fb76441b656163fb6aef74?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e8745b24d7b33cf5fbe9f722d27ae349dbc930acbc73acbe6192477e27be9c31_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e8745b24d7b33cf5fbe9f722d27ae349dbc930acbc73acbe6192477e27be9c31_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e8745b24d7b33cf5fbe9f722d27ae349dbc930acbc73acbe6192477e27be9c31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Ae8745b24d7b33cf5fbe9f722d27ae349dbc930acbc73acbe6192477e27be9c31?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767825923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:be6b2ae6eae51154e71ca84672e6cd40adcd90a1063727f37f99f5292e328fc1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:be6b2ae6eae51154e71ca84672e6cd40adcd90a1063727f37f99f5292e328fc1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:be6b2ae6eae51154e71ca84672e6cd40adcd90a1063727f37f99f5292e328fc1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Abe6b2ae6eae51154e71ca84672e6cd40adcd90a1063727f37f99f5292e328fc1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:95c81b9f4314033e0db920d26fd458553f1d32de2e94f7ec6280a97bf87b970d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:95c81b9f4314033e0db920d26fd458553f1d32de2e94f7ec6280a97bf87b970d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:95c81b9f4314033e0db920d26fd458553f1d32de2e94f7ec6280a97bf87b970d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A95c81b9f4314033e0db920d26fd458553f1d32de2e94f7ec6280a97bf87b970d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:187b1f722e44a85e4a7718eba2ca356798e3be1b78395e5fdd46b0d058355597_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:187b1f722e44a85e4a7718eba2ca356798e3be1b78395e5fdd46b0d058355597_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:187b1f722e44a85e4a7718eba2ca356798e3be1b78395e5fdd46b0d058355597_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A187b1f722e44a85e4a7718eba2ca356798e3be1b78395e5fdd46b0d058355597?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9f2f9f64b9c37fed403d6b770bb23f759a95871074672dc511ba283edcc8869f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9f2f9f64b9c37fed403d6b770bb23f759a95871074672dc511ba283edcc8869f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9f2f9f64b9c37fed403d6b770bb23f759a95871074672dc511ba283edcc8869f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A9f2f9f64b9c37fed403d6b770bb23f759a95871074672dc511ba283edcc8869f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0c387a75dcbacfb07a97684b7a012d4e14cae0474dde8fe5afa828b4e145b54c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0c387a75dcbacfb07a97684b7a012d4e14cae0474dde8fe5afa828b4e145b54c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0c387a75dcbacfb07a97684b7a012d4e14cae0474dde8fe5afa828b4e145b54c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A0c387a75dcbacfb07a97684b7a012d4e14cae0474dde8fe5afa828b4e145b54c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7638ea64455e8a26a875db703f7e61b95f6910ecfa8172977f0a99e0ee85cd2d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7638ea64455e8a26a875db703f7e61b95f6910ecfa8172977f0a99e0ee85cd2d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7638ea64455e8a26a875db703f7e61b95f6910ecfa8172977f0a99e0ee85cd2d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A7638ea64455e8a26a875db703f7e61b95f6910ecfa8172977f0a99e0ee85cd2d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767825938"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cc8e572511a3d9983a15ae61baed5935f4d0b275aad9b38c9b510c48ef64e80c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cc8e572511a3d9983a15ae61baed5935f4d0b275aad9b38c9b510c48ef64e80c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cc8e572511a3d9983a15ae61baed5935f4d0b275aad9b38c9b510c48ef64e80c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Acc8e572511a3d9983a15ae61baed5935f4d0b275aad9b38c9b510c48ef64e80c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:12c499de90e073bf571f990a23289da67bb290336674155b72370b26703eb140_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:12c499de90e073bf571f990a23289da67bb290336674155b72370b26703eb140_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:12c499de90e073bf571f990a23289da67bb290336674155b72370b26703eb140_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A12c499de90e073bf571f990a23289da67bb290336674155b72370b26703eb140?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5b32c810e354bd77f602c0a7210bea9d104ddb5caad5cbc5220b5dc38882d9b7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5b32c810e354bd77f602c0a7210bea9d104ddb5caad5cbc5220b5dc38882d9b7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5b32c810e354bd77f602c0a7210bea9d104ddb5caad5cbc5220b5dc38882d9b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A5b32c810e354bd77f602c0a7210bea9d104ddb5caad5cbc5220b5dc38882d9b7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4922ff9faeeb349a852b064774a4fc4f0f9ce675ce7ad8ea3460d71ef31ecaa8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4922ff9faeeb349a852b064774a4fc4f0f9ce675ce7ad8ea3460d71ef31ecaa8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4922ff9faeeb349a852b064774a4fc4f0f9ce675ce7ad8ea3460d71ef31ecaa8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A4922ff9faeeb349a852b064774a4fc4f0f9ce675ce7ad8ea3460d71ef31ecaa8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808303"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:73e75de1e43c3d1ac1f998437ec36412226460ee78456f67f2cf64cb03296ff8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:73e75de1e43c3d1ac1f998437ec36412226460ee78456f67f2cf64cb03296ff8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:73e75de1e43c3d1ac1f998437ec36412226460ee78456f67f2cf64cb03296ff8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A73e75de1e43c3d1ac1f998437ec36412226460ee78456f67f2cf64cb03296ff8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3dfb58bc1a4560614dd78c7a27062889bb12f452efadf93ba75ca286df7b2c07_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3dfb58bc1a4560614dd78c7a27062889bb12f452efadf93ba75ca286df7b2c07_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3dfb58bc1a4560614dd78c7a27062889bb12f452efadf93ba75ca286df7b2c07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A3dfb58bc1a4560614dd78c7a27062889bb12f452efadf93ba75ca286df7b2c07?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:87c24a1be0336008c3a332dd89a2628979791baaead41fe098aa7186f66d32ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:87c24a1be0336008c3a332dd89a2628979791baaead41fe098aa7186f66d32ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:87c24a1be0336008c3a332dd89a2628979791baaead41fe098aa7186f66d32ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A87c24a1be0336008c3a332dd89a2628979791baaead41fe098aa7186f66d32ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ce61ed9fe9749d0e361c43d7095e2f48a4883213be864d00b986c5e8e8c85045_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ce61ed9fe9749d0e361c43d7095e2f48a4883213be864d00b986c5e8e8c85045_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ce61ed9fe9749d0e361c43d7095e2f48a4883213be864d00b986c5e8e8c85045_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ace61ed9fe9749d0e361c43d7095e2f48a4883213be864d00b986c5e8e8c85045?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2647259bc942fbdba06825ac9c39a20ae9002cba5f91803e0ac07fa667fc8152_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2647259bc942fbdba06825ac9c39a20ae9002cba5f91803e0ac07fa667fc8152_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2647259bc942fbdba06825ac9c39a20ae9002cba5f91803e0ac07fa667fc8152_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A2647259bc942fbdba06825ac9c39a20ae9002cba5f91803e0ac07fa667fc8152?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9e9ea4ff3c64a23714ea66441bac673436534b81976db20563db2ba8a12ea17c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9e9ea4ff3c64a23714ea66441bac673436534b81976db20563db2ba8a12ea17c_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9e9ea4ff3c64a23714ea66441bac673436534b81976db20563db2ba8a12ea17c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A9e9ea4ff3c64a23714ea66441bac673436534b81976db20563db2ba8a12ea17c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b10e5023f52db1f56af89fca242b92279a681fb1b5d5d3db46d9e38ca9efa729_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b10e5023f52db1f56af89fca242b92279a681fb1b5d5d3db46d9e38ca9efa729_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b10e5023f52db1f56af89fca242b92279a681fb1b5d5d3db46d9e38ca9efa729_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Ab10e5023f52db1f56af89fca242b92279a681fb1b5d5d3db46d9e38ca9efa729?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765468771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6519a4b407c5ba8c0217e1ee71a9bf3cd57f3b5f3ca2b106a1272569dc4901b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6519a4b407c5ba8c0217e1ee71a9bf3cd57f3b5f3ca2b106a1272569dc4901b0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6519a4b407c5ba8c0217e1ee71a9bf3cd57f3b5f3ca2b106a1272569dc4901b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A6519a4b407c5ba8c0217e1ee71a9bf3cd57f3b5f3ca2b106a1272569dc4901b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808014"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e549728723ecd6d904cda50dd2baec61593f263f1194aefa3235e739e7f0953c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e549728723ecd6d904cda50dd2baec61593f263f1194aefa3235e739e7f0953c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e549728723ecd6d904cda50dd2baec61593f263f1194aefa3235e739e7f0953c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Ae549728723ecd6d904cda50dd2baec61593f263f1194aefa3235e739e7f0953c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809500"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a74e63424d01bf257048d595cc48f96463cf86325a55be3d6779a7573b80a66_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a74e63424d01bf257048d595cc48f96463cf86325a55be3d6779a7573b80a66_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a74e63424d01bf257048d595cc48f96463cf86325a55be3d6779a7573b80a66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A2a74e63424d01bf257048d595cc48f96463cf86325a55be3d6779a7573b80a66?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38dd6545167601f9e1529df42f24ca5dbda82185ea2891935d79cf16a295eec1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38dd6545167601f9e1529df42f24ca5dbda82185ea2891935d79cf16a295eec1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38dd6545167601f9e1529df42f24ca5dbda82185ea2891935d79cf16a295eec1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3A38dd6545167601f9e1529df42f24ca5dbda82185ea2891935d79cf16a295eec1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7ae12cc1190258bd0f1d8935c59c630e5b2f897f0ac8197c35a1e9f4f7a6d5ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7ae12cc1190258bd0f1d8935c59c630e5b2f897f0ac8197c35a1e9f4f7a6d5ca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7ae12cc1190258bd0f1d8935c59c630e5b2f897f0ac8197c35a1e9f4f7a6d5ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A7ae12cc1190258bd0f1d8935c59c630e5b2f897f0ac8197c35a1e9f4f7a6d5ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765811237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ba89c6a5806928218f64f7ade4469091194e40bbf5f67e6d4fdf10f661bac5d1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ba89c6a5806928218f64f7ade4469091194e40bbf5f67e6d4fdf10f661bac5d1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ba89c6a5806928218f64f7ade4469091194e40bbf5f67e6d4fdf10f661bac5d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3Aba89c6a5806928218f64f7ade4469091194e40bbf5f67e6d4fdf10f661bac5d1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:335e28474268dc9ed449d9d14b4ea0b551174415781c7b1e8f3354d5270794cb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:335e28474268dc9ed449d9d14b4ea0b551174415781c7b1e8f3354d5270794cb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:335e28474268dc9ed449d9d14b4ea0b551174415781c7b1e8f3354d5270794cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A335e28474268dc9ed449d9d14b4ea0b551174415781c7b1e8f3354d5270794cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6b67f233fcf6dc45b908e032f9c1c118b2ed54e9e5afa26737bf0d8b6702f3e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6b67f233fcf6dc45b908e032f9c1c118b2ed54e9e5afa26737bf0d8b6702f3e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6b67f233fcf6dc45b908e032f9c1c118b2ed54e9e5afa26737bf0d8b6702f3e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A6b67f233fcf6dc45b908e032f9c1c118b2ed54e9e5afa26737bf0d8b6702f3e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:704f9ddc250e7a5d7e2dfc0ec5631c3da995906ea0bd65168cc4bdc0dd58d292_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:704f9ddc250e7a5d7e2dfc0ec5631c3da995906ea0bd65168cc4bdc0dd58d292_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:704f9ddc250e7a5d7e2dfc0ec5631c3da995906ea0bd65168cc4bdc0dd58d292_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A704f9ddc250e7a5d7e2dfc0ec5631c3da995906ea0bd65168cc4bdc0dd58d292?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766151847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:80f2c4dbe7759329ed22058482f0dfd2f102edc1501be404e24ab5ae3f445669_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:80f2c4dbe7759329ed22058482f0dfd2f102edc1501be404e24ab5ae3f445669_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:80f2c4dbe7759329ed22058482f0dfd2f102edc1501be404e24ab5ae3f445669_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A80f2c4dbe7759329ed22058482f0dfd2f102edc1501be404e24ab5ae3f445669?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5326afcbf6cff060a1495c7c827893fb257425b799be9e754041a27d05bcdadb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5326afcbf6cff060a1495c7c827893fb257425b799be9e754041a27d05bcdadb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5326afcbf6cff060a1495c7c827893fb257425b799be9e754041a27d05bcdadb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A5326afcbf6cff060a1495c7c827893fb257425b799be9e754041a27d05bcdadb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e9d76d6ad249c82973143f7e4ab9f45198e66d343b807f70dd3cff08cd3f5a09_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e9d76d6ad249c82973143f7e4ab9f45198e66d343b807f70dd3cff08cd3f5a09_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e9d76d6ad249c82973143f7e4ab9f45198e66d343b807f70dd3cff08cd3f5a09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Ae9d76d6ad249c82973143f7e4ab9f45198e66d343b807f70dd3cff08cd3f5a09?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b6109ce5c0e902160deae3578d5c9018c2a2430ca6a1eafd574841934e039208_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b6109ce5c0e902160deae3578d5c9018c2a2430ca6a1eafd574841934e039208_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b6109ce5c0e902160deae3578d5c9018c2a2430ca6a1eafd574841934e039208_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Ab6109ce5c0e902160deae3578d5c9018c2a2430ca6a1eafd574841934e039208?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:39ab54f3aece62ca424dbc1f5f17d3551d3cea7ccc2d888b2882c5c8bb8dfb77_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:39ab54f3aece62ca424dbc1f5f17d3551d3cea7ccc2d888b2882c5c8bb8dfb77_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:39ab54f3aece62ca424dbc1f5f17d3551d3cea7ccc2d888b2882c5c8bb8dfb77_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3A39ab54f3aece62ca424dbc1f5f17d3551d3cea7ccc2d888b2882c5c8bb8dfb77?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:25b67042d92c88e226638ba125e045503d590a967bf3a6a3838dac4f94993bbf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:25b67042d92c88e226638ba125e045503d590a967bf3a6a3838dac4f94993bbf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:25b67042d92c88e226638ba125e045503d590a967bf3a6a3838dac4f94993bbf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A25b67042d92c88e226638ba125e045503d590a967bf3a6a3838dac4f94993bbf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:55c32f30da4e3bb866a34977a7a0f2e25fa04722ccfca814f67d642b6ff1a265_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:55c32f30da4e3bb866a34977a7a0f2e25fa04722ccfca814f67d642b6ff1a265_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:55c32f30da4e3bb866a34977a7a0f2e25fa04722ccfca814f67d642b6ff1a265_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A55c32f30da4e3bb866a34977a7a0f2e25fa04722ccfca814f67d642b6ff1a265?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808946"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:192da5da26816fe1d5e29fb1532acdce0b07ea6499246732d320e25e13b17e4d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:192da5da26816fe1d5e29fb1532acdce0b07ea6499246732d320e25e13b17e4d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:192da5da26816fe1d5e29fb1532acdce0b07ea6499246732d320e25e13b17e4d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A192da5da26816fe1d5e29fb1532acdce0b07ea6499246732d320e25e13b17e4d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766411140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c4958648a0a74c57eb900d032b71b556ac9d245e3422c1dca83465d5e5c780b7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c4958648a0a74c57eb900d032b71b556ac9d245e3422c1dca83465d5e5c780b7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c4958648a0a74c57eb900d032b71b556ac9d245e3422c1dca83465d5e5c780b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3Ac4958648a0a74c57eb900d032b71b556ac9d245e3422c1dca83465d5e5c780b7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808290"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:c41ae72e49f2508a8d9fa99e94e0f2dd437274d0fc4741a56cf1556213783f4a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:c41ae72e49f2508a8d9fa99e94e0f2dd437274d0fc4741a56cf1556213783f4a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:c41ae72e49f2508a8d9fa99e94e0f2dd437274d0fc4741a56cf1556213783f4a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3Ac41ae72e49f2508a8d9fa99e94e0f2dd437274d0fc4741a56cf1556213783f4a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766066934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a5c33051d8bc2ddbce5aeb183b9fd6d315e86339996d96ade0bb487c648869f8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a5c33051d8bc2ddbce5aeb183b9fd6d315e86339996d96ade0bb487c648869f8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a5c33051d8bc2ddbce5aeb183b9fd6d315e86339996d96ade0bb487c648869f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3Aa5c33051d8bc2ddbce5aeb183b9fd6d315e86339996d96ade0bb487c648869f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765893247"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b726d005d73f6689ea12dfddc2219214601210b7d52ebb4b252dcc95f4dfb264_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b726d005d73f6689ea12dfddc2219214601210b7d52ebb4b252dcc95f4dfb264_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b726d005d73f6689ea12dfddc2219214601210b7d52ebb4b252dcc95f4dfb264_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Ab726d005d73f6689ea12dfddc2219214601210b7d52ebb4b252dcc95f4dfb264?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766154188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:aa1610c46e7bf62273a2454732226ad09902fc55db826effc3941704248d3c8e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:aa1610c46e7bf62273a2454732226ad09902fc55db826effc3941704248d3c8e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:aa1610c46e7bf62273a2454732226ad09902fc55db826effc3941704248d3c8e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3Aaa1610c46e7bf62273a2454732226ad09902fc55db826effc3941704248d3c8e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766195361"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:bc6ecc04168aed8854bb311d4c8ddde6a569febb302a23b85a77beaaf6e5a512_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:bc6ecc04168aed8854bb311d4c8ddde6a569febb302a23b85a77beaaf6e5a512_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:bc6ecc04168aed8854bb311d4c8ddde6a569febb302a23b85a77beaaf6e5a512_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Abc6ecc04168aed8854bb311d4c8ddde6a569febb302a23b85a77beaaf6e5a512?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766195376"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3351f3517c85285c83ff279daa6c60de1440b454f5db6b7ac3cefa3158d6037_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3351f3517c85285c83ff279daa6c60de1440b454f5db6b7ac3cefa3158d6037_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3351f3517c85285c83ff279daa6c60de1440b454f5db6b7ac3cefa3158d6037_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Aa3351f3517c85285c83ff279daa6c60de1440b454f5db6b7ac3cefa3158d6037?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e3d54370586c033ce86e930c1a8b84d8929bf628325a78032178c19e592e8580_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e3d54370586c033ce86e930c1a8b84d8929bf628325a78032178c19e592e8580_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e3d54370586c033ce86e930c1a8b84d8929bf628325a78032178c19e592e8580_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Ae3d54370586c033ce86e930c1a8b84d8929bf628325a78032178c19e592e8580?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8acb1a1b52da3dff0cac1f60daedd4ddec00bd69a1c26491b676c042ce5e8221_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8acb1a1b52da3dff0cac1f60daedd4ddec00bd69a1c26491b676c042ce5e8221_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8acb1a1b52da3dff0cac1f60daedd4ddec00bd69a1c26491b676c042ce5e8221_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A8acb1a1b52da3dff0cac1f60daedd4ddec00bd69a1c26491b676c042ce5e8221?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809519"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1014bc1b6cc69c21e40a8af73a4660e78a0888edf3b20c7730f5210b9312b244_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1014bc1b6cc69c21e40a8af73a4660e78a0888edf3b20c7730f5210b9312b244_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1014bc1b6cc69c21e40a8af73a4660e78a0888edf3b20c7730f5210b9312b244_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A1014bc1b6cc69c21e40a8af73a4660e78a0888edf3b20c7730f5210b9312b244?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766151892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:14167f6ad7a4a9ecdb19792cc75a72144fd4ba0a705967088bfd3127998d22d9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:14167f6ad7a4a9ecdb19792cc75a72144fd4ba0a705967088bfd3127998d22d9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:14167f6ad7a4a9ecdb19792cc75a72144fd4ba0a705967088bfd3127998d22d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A14167f6ad7a4a9ecdb19792cc75a72144fd4ba0a705967088bfd3127998d22d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766066147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a89fef039ec3a17f79365706a1605838b88011c3ec3c70add2ab0e02a5b7266_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a89fef039ec3a17f79365706a1605838b88011c3ec3c70add2ab0e02a5b7266_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a89fef039ec3a17f79365706a1605838b88011c3ec3c70add2ab0e02a5b7266_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A9a89fef039ec3a17f79365706a1605838b88011c3ec3c70add2ab0e02a5b7266?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:b3705338453f73aadea5d84044ec01dc4c0ebfc31749077a4fec22318906846c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:b3705338453f73aadea5d84044ec01dc4c0ebfc31749077a4fec22318906846c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:b3705338453f73aadea5d84044ec01dc4c0ebfc31749077a4fec22318906846c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3Ab3705338453f73aadea5d84044ec01dc4c0ebfc31749077a4fec22318906846c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:f3d86ea554aaf7d021585e38d72dc9edc8a3882c2a54eab3e5c4c097a3430b75_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:f3d86ea554aaf7d021585e38d72dc9edc8a3882c2a54eab3e5c4c097a3430b75_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:f3d86ea554aaf7d021585e38d72dc9edc8a3882c2a54eab3e5c4c097a3430b75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3Af3d86ea554aaf7d021585e38d72dc9edc8a3882c2a54eab3e5c4c097a3430b75?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:036faec3bc26e385dffd7677677d56a17b846eadd33762dd7263ee184a21f1ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:036faec3bc26e385dffd7677677d56a17b846eadd33762dd7263ee184a21f1ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:036faec3bc26e385dffd7677677d56a17b846eadd33762dd7263ee184a21f1ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A036faec3bc26e385dffd7677677d56a17b846eadd33762dd7263ee184a21f1ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:08973c462b160f4d0906e46aca0ff1edd87db47847a1c612b015f460284d2fb4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:08973c462b160f4d0906e46aca0ff1edd87db47847a1c612b015f460284d2fb4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:08973c462b160f4d0906e46aca0ff1edd87db47847a1c612b015f460284d2fb4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A08973c462b160f4d0906e46aca0ff1edd87db47847a1c612b015f460284d2fb4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:474a8b0e8e891a127d62afd66684fb7820e8ec30afcf6c02858f6c81b9c4a635_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:474a8b0e8e891a127d62afd66684fb7820e8ec30afcf6c02858f6c81b9c4a635_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:474a8b0e8e891a127d62afd66684fb7820e8ec30afcf6c02858f6c81b9c4a635_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A474a8b0e8e891a127d62afd66684fb7820e8ec30afcf6c02858f6c81b9c4a635?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765979181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a7d17faf02b766ef4631f9a1d527f601558bd82c9da61bb26796c9c93fdfb15b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a7d17faf02b766ef4631f9a1d527f601558bd82c9da61bb26796c9c93fdfb15b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a7d17faf02b766ef4631f9a1d527f601558bd82c9da61bb26796c9c93fdfb15b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Aa7d17faf02b766ef4631f9a1d527f601558bd82c9da61bb26796c9c93fdfb15b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766194834"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e90bca284473c6b67af258d3c12f2ac59ca57609befc9baf5cba7df6694fa8fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e90bca284473c6b67af258d3c12f2ac59ca57609befc9baf5cba7df6694fa8fd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e90bca284473c6b67af258d3c12f2ac59ca57609befc9baf5cba7df6694fa8fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Ae90bca284473c6b67af258d3c12f2ac59ca57609befc9baf5cba7df6694fa8fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f0ef40d724dd7cb5d070a67e477031b35f6688b0c2f8e0b6cf41b4a89f3fc4ed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f0ef40d724dd7cb5d070a67e477031b35f6688b0c2f8e0b6cf41b4a89f3fc4ed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f0ef40d724dd7cb5d070a67e477031b35f6688b0c2f8e0b6cf41b4a89f3fc4ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Af0ef40d724dd7cb5d070a67e477031b35f6688b0c2f8e0b6cf41b4a89f3fc4ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810766"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:36c3f0ddb54a93690f72bdf01669cfb492ccf4467e99f816c03bf8573d7f1c92_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:36c3f0ddb54a93690f72bdf01669cfb492ccf4467e99f816c03bf8573d7f1c92_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:36c3f0ddb54a93690f72bdf01669cfb492ccf4467e99f816c03bf8573d7f1c92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A36c3f0ddb54a93690f72bdf01669cfb492ccf4467e99f816c03bf8573d7f1c92?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:16a268411728688bc85393a4d00dabca2b777be477af7c9b0f7e495ff6249ef2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:16a268411728688bc85393a4d00dabca2b777be477af7c9b0f7e495ff6249ef2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:16a268411728688bc85393a4d00dabca2b777be477af7c9b0f7e495ff6249ef2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A16a268411728688bc85393a4d00dabca2b777be477af7c9b0f7e495ff6249ef2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765812686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:42fe4b2016e5835c66fab011229638f114bfdd8c9b6f5555bf6171d12720b596_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:42fe4b2016e5835c66fab011229638f114bfdd8c9b6f5555bf6171d12720b596_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:42fe4b2016e5835c66fab011229638f114bfdd8c9b6f5555bf6171d12720b596_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A42fe4b2016e5835c66fab011229638f114bfdd8c9b6f5555bf6171d12720b596?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5344f3b43de551cb718126ee8bfe5e333c23a5698bf1c54b939ceb8f875c6e29_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5344f3b43de551cb718126ee8bfe5e333c23a5698bf1c54b939ceb8f875c6e29_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5344f3b43de551cb718126ee8bfe5e333c23a5698bf1c54b939ceb8f875c6e29_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A5344f3b43de551cb718126ee8bfe5e333c23a5698bf1c54b939ceb8f875c6e29?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fac30473f878fc94f2a5d8302c8a54e80771bf974de598a6b8ddfbbd209163e2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fac30473f878fc94f2a5d8302c8a54e80771bf974de598a6b8ddfbbd209163e2_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fac30473f878fc94f2a5d8302c8a54e80771bf974de598a6b8ddfbbd209163e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3Afac30473f878fc94f2a5d8302c8a54e80771bf974de598a6b8ddfbbd209163e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767796345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:46f4c8e92e41653e490143bfd3f577f42f8de3e90f6857ab6d256e2c8d36f062_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:46f4c8e92e41653e490143bfd3f577f42f8de3e90f6857ab6d256e2c8d36f062_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:46f4c8e92e41653e490143bfd3f577f42f8de3e90f6857ab6d256e2c8d36f062_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel9@sha256%3A46f4c8e92e41653e490143bfd3f577f42f8de3e90f6857ab6d256e2c8d36f062?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:da7f5f63231d4ad7fa289dd2895b252ff269ac04b80183f2a5562ec4fb994d8b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:da7f5f63231d4ad7fa289dd2895b252ff269ac04b80183f2a5562ec4fb994d8b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:da7f5f63231d4ad7fa289dd2895b252ff269ac04b80183f2a5562ec4fb994d8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel9@sha256%3Ada7f5f63231d4ad7fa289dd2895b252ff269ac04b80183f2a5562ec4fb994d8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808521"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:089c05fc16a090019551b3656d71883ccdb653a61b9e3bc28312d938caeeb904_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:089c05fc16a090019551b3656d71883ccdb653a61b9e3bc28312d938caeeb904_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:089c05fc16a090019551b3656d71883ccdb653a61b9e3bc28312d938caeeb904_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A089c05fc16a090019551b3656d71883ccdb653a61b9e3bc28312d938caeeb904?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a91a2deb377be99b985687145f7b4006cf039d54b6cd1b6c246bebcaba2d6977_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a91a2deb377be99b985687145f7b4006cf039d54b6cd1b6c246bebcaba2d6977_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a91a2deb377be99b985687145f7b4006cf039d54b6cd1b6c246bebcaba2d6977_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3Aa91a2deb377be99b985687145f7b4006cf039d54b6cd1b6c246bebcaba2d6977?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ef7714fc29feccf311c89eab19947d1d7b1b89aae40544210254ef8405dead4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ef7714fc29feccf311c89eab19947d1d7b1b89aae40544210254ef8405dead4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ef7714fc29feccf311c89eab19947d1d7b1b89aae40544210254ef8405dead4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A2ef7714fc29feccf311c89eab19947d1d7b1b89aae40544210254ef8405dead4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:df759738bfda3726f291d2a5180cb6e5036b6ffaabee6d35ec68a72c7f31df9a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:df759738bfda3726f291d2a5180cb6e5036b6ffaabee6d35ec68a72c7f31df9a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:df759738bfda3726f291d2a5180cb6e5036b6ffaabee6d35ec68a72c7f31df9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel9@sha256%3Adf759738bfda3726f291d2a5180cb6e5036b6ffaabee6d35ec68a72c7f31df9a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0bb8ff503c4c789ee1f0722f10a4e1f54e5dccb42a91d1bd67848bdf647e3dac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0bb8ff503c4c789ee1f0722f10a4e1f54e5dccb42a91d1bd67848bdf647e3dac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0bb8ff503c4c789ee1f0722f10a4e1f54e5dccb42a91d1bd67848bdf647e3dac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A0bb8ff503c4c789ee1f0722f10a4e1f54e5dccb42a91d1bd67848bdf647e3dac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3345d7f7422891b7c1c0f756eb57bd359f4a38a0e4f44fe7decef78cd2a88dd5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3345d7f7422891b7c1c0f756eb57bd359f4a38a0e4f44fe7decef78cd2a88dd5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3345d7f7422891b7c1c0f756eb57bd359f4a38a0e4f44fe7decef78cd2a88dd5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A3345d7f7422891b7c1c0f756eb57bd359f4a38a0e4f44fe7decef78cd2a88dd5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:fcc708dd43a866826d5412bdf03598b2e6f31f9a1f0383da49b50bc17acdfc39_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:fcc708dd43a866826d5412bdf03598b2e6f31f9a1f0383da49b50bc17acdfc39_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:fcc708dd43a866826d5412bdf03598b2e6f31f9a1f0383da49b50bc17acdfc39_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Afcc708dd43a866826d5412bdf03598b2e6f31f9a1f0383da49b50bc17acdfc39?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766151900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c12655ba45dbda3294750b0afc1134b7ffefcc2b81ee94242055f3be0bc045d6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c12655ba45dbda3294750b0afc1134b7ffefcc2b81ee94242055f3be0bc045d6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c12655ba45dbda3294750b0afc1134b7ffefcc2b81ee94242055f3be0bc045d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Ac12655ba45dbda3294750b0afc1134b7ffefcc2b81ee94242055f3be0bc045d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1242f96008650aae8f0a960c4df135c18a2cb484401760e3081ebdcab4d647e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1242f96008650aae8f0a960c4df135c18a2cb484401760e3081ebdcab4d647e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1242f96008650aae8f0a960c4df135c18a2cb484401760e3081ebdcab4d647e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A1242f96008650aae8f0a960c4df135c18a2cb484401760e3081ebdcab4d647e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd16c7190ca3c2a1c2a813d648747a3e5cf5c224fb5a09cd59f2b96ed1ac9627_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd16c7190ca3c2a1c2a813d648747a3e5cf5c224fb5a09cd59f2b96ed1ac9627_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd16c7190ca3c2a1c2a813d648747a3e5cf5c224fb5a09cd59f2b96ed1ac9627_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Abd16c7190ca3c2a1c2a813d648747a3e5cf5c224fb5a09cd59f2b96ed1ac9627?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0e950fc99f5589bf28fc40da2ae4f5f93eb841f4139db97e7a66bfcb99884050_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0e950fc99f5589bf28fc40da2ae4f5f93eb841f4139db97e7a66bfcb99884050_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0e950fc99f5589bf28fc40da2ae4f5f93eb841f4139db97e7a66bfcb99884050_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A0e950fc99f5589bf28fc40da2ae4f5f93eb841f4139db97e7a66bfcb99884050?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765849143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:11b52485a9a7364117f6dfdb3671263df620f130eb3316dae82ac7b24f54358c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:11b52485a9a7364117f6dfdb3671263df620f130eb3316dae82ac7b24f54358c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:11b52485a9a7364117f6dfdb3671263df620f130eb3316dae82ac7b24f54358c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A11b52485a9a7364117f6dfdb3671263df620f130eb3316dae82ac7b24f54358c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766153463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0527b03a5198eaf6ce67fd18442c5f415242a55d65b3f42b1e24e5aebfd0afa8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0527b03a5198eaf6ce67fd18442c5f415242a55d65b3f42b1e24e5aebfd0afa8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0527b03a5198eaf6ce67fd18442c5f415242a55d65b3f42b1e24e5aebfd0afa8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A0527b03a5198eaf6ce67fd18442c5f415242a55d65b3f42b1e24e5aebfd0afa8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766066215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5924c066d6e7bdca746bc004b1be4bb526247c53efcf35ffe7a625737ccd3ac7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5924c066d6e7bdca746bc004b1be4bb526247c53efcf35ffe7a625737ccd3ac7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5924c066d6e7bdca746bc004b1be4bb526247c53efcf35ffe7a625737ccd3ac7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A5924c066d6e7bdca746bc004b1be4bb526247c53efcf35ffe7a625737ccd3ac7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5f5a93d31b8fa2dcdd661ecf43d1219b5eb438eeb7fe03a92bcb65d3308e7f97_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5f5a93d31b8fa2dcdd661ecf43d1219b5eb438eeb7fe03a92bcb65d3308e7f97_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5f5a93d31b8fa2dcdd661ecf43d1219b5eb438eeb7fe03a92bcb65d3308e7f97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A5f5a93d31b8fa2dcdd661ecf43d1219b5eb438eeb7fe03a92bcb65d3308e7f97?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:60a6de8a0e5cd7c919437777fa60d87c7fae724b1bd4230c5b20f56abac4c316_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:60a6de8a0e5cd7c919437777fa60d87c7fae724b1bd4230c5b20f56abac4c316_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:60a6de8a0e5cd7c919437777fa60d87c7fae724b1bd4230c5b20f56abac4c316_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3A60a6de8a0e5cd7c919437777fa60d87c7fae724b1bd4230c5b20f56abac4c316?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808959"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:4809b322211ef80efd2313c20dc9fc7140abde0573d7c7a7979fa57da3287528_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:4809b322211ef80efd2313c20dc9fc7140abde0573d7c7a7979fa57da3287528_amd64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:4809b322211ef80efd2313c20dc9fc7140abde0573d7c7a7979fa57da3287528_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter-rhel9@sha256%3A4809b322211ef80efd2313c20dc9fc7140abde0573d7c7a7979fa57da3287528?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:922b31aea75e3d15e7c250cb193a034edc9b90c23f251895524740df240e8588_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:922b31aea75e3d15e7c250cb193a034edc9b90c23f251895524740df240e8588_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:922b31aea75e3d15e7c250cb193a034edc9b90c23f251895524740df240e8588_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A922b31aea75e3d15e7c250cb193a034edc9b90c23f251895524740df240e8588?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:da029353d2c3c7fb8933631ffc1f00055561c80e0be172c880c30cef3a05b503_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:da029353d2c3c7fb8933631ffc1f00055561c80e0be172c880c30cef3a05b503_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:da029353d2c3c7fb8933631ffc1f00055561c80e0be172c880c30cef3a05b503_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256%3Ada029353d2c3c7fb8933631ffc1f00055561c80e0be172c880c30cef3a05b503?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766066185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:09243f0ffbed2369ae2f2b74fc0c318b563034fcb0b45540c77178b26c386ee8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:09243f0ffbed2369ae2f2b74fc0c318b563034fcb0b45540c77178b26c386ee8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:09243f0ffbed2369ae2f2b74fc0c318b563034fcb0b45540c77178b26c386ee8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A09243f0ffbed2369ae2f2b74fc0c318b563034fcb0b45540c77178b26c386ee8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808677"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8dc6f184ec55ccdfcfbf0bdd70b9261d143c9cd9a661f9b046578a1ff4552397_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8dc6f184ec55ccdfcfbf0bdd70b9261d143c9cd9a661f9b046578a1ff4552397_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8dc6f184ec55ccdfcfbf0bdd70b9261d143c9cd9a661f9b046578a1ff4552397_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A8dc6f184ec55ccdfcfbf0bdd70b9261d143c9cd9a661f9b046578a1ff4552397?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767793841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:7f1537cd9f3583bcf49568750b03e8dbbd07b2160e79ef4ad938d413db1f7520_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:7f1537cd9f3583bcf49568750b03e8dbbd07b2160e79ef4ad938d413db1f7520_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:7f1537cd9f3583bcf49568750b03e8dbbd07b2160e79ef4ad938d413db1f7520_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A7f1537cd9f3583bcf49568750b03e8dbbd07b2160e79ef4ad938d413db1f7520?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:7f1537cd9f3583bcf49568750b03e8dbbd07b2160e79ef4ad938d413db1f7520_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:7f1537cd9f3583bcf49568750b03e8dbbd07b2160e79ef4ad938d413db1f7520_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:7f1537cd9f3583bcf49568750b03e8dbbd07b2160e79ef4ad938d413db1f7520_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9@sha256%3A7f1537cd9f3583bcf49568750b03e8dbbd07b2160e79ef4ad938d413db1f7520?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:713dbec0d6ec8c243d5d9ebf75dfa4ec27d775d6277e5865e416d5474426feb1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:713dbec0d6ec8c243d5d9ebf75dfa4ec27d775d6277e5865e416d5474426feb1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:713dbec0d6ec8c243d5d9ebf75dfa4ec27d775d6277e5865e416d5474426feb1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A713dbec0d6ec8c243d5d9ebf75dfa4ec27d775d6277e5865e416d5474426feb1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:713dbec0d6ec8c243d5d9ebf75dfa4ec27d775d6277e5865e416d5474426feb1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:713dbec0d6ec8c243d5d9ebf75dfa4ec27d775d6277e5865e416d5474426feb1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:713dbec0d6ec8c243d5d9ebf75dfa4ec27d775d6277e5865e416d5474426feb1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9-operator@sha256%3A713dbec0d6ec8c243d5d9ebf75dfa4ec27d775d6277e5865e416d5474426feb1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9432caf90f640488fc1146e35c1b69662a83356acd2f9205fec7a1d8309ede4e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9432caf90f640488fc1146e35c1b69662a83356acd2f9205fec7a1d8309ede4e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9432caf90f640488fc1146e35c1b69662a83356acd2f9205fec7a1d8309ede4e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A9432caf90f640488fc1146e35c1b69662a83356acd2f9205fec7a1d8309ede4e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808599"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:eaa70a4d8eb71a063aed199ed6d38133314c1f40c111ce4da540e08baad872fb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:eaa70a4d8eb71a063aed199ed6d38133314c1f40c111ce4da540e08baad872fb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:eaa70a4d8eb71a063aed199ed6d38133314c1f40c111ce4da540e08baad872fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel9@sha256%3Aeaa70a4d8eb71a063aed199ed6d38133314c1f40c111ce4da540e08baad872fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a28bbc9061bf91e18e3f9eda88361c4bcc6c7ba69368fc54a5a8a47a585b7a56_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a28bbc9061bf91e18e3f9eda88361c4bcc6c7ba69368fc54a5a8a47a585b7a56_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a28bbc9061bf91e18e3f9eda88361c4bcc6c7ba69368fc54a5a8a47a585b7a56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Aa28bbc9061bf91e18e3f9eda88361c4bcc6c7ba69368fc54a5a8a47a585b7a56?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766153595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33577c769b6f04a47fa7e7cf78edc7518988cb7f8f08746047a48a66d0200efa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33577c769b6f04a47fa7e7cf78edc7518988cb7f8f08746047a48a66d0200efa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33577c769b6f04a47fa7e7cf78edc7518988cb7f8f08746047a48a66d0200efa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A33577c769b6f04a47fa7e7cf78edc7518988cb7f8f08746047a48a66d0200efa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9ad14180f452257905033bfa6e1b6058e295894d784dff7dfbe4dd6246ce9913_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9ad14180f452257905033bfa6e1b6058e295894d784dff7dfbe4dd6246ce9913_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9ad14180f452257905033bfa6e1b6058e295894d784dff7dfbe4dd6246ce9913_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A9ad14180f452257905033bfa6e1b6058e295894d784dff7dfbe4dd6246ce9913?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810827"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:cdfc297fa8544540438d58c20fa04a6cbb4e8517ca924249571230dd21bef0e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:cdfc297fa8544540438d58c20fa04a6cbb4e8517ca924249571230dd21bef0e4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:cdfc297fa8544540438d58c20fa04a6cbb4e8517ca924249571230dd21bef0e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Acdfc297fa8544540438d58c20fa04a6cbb4e8517ca924249571230dd21bef0e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1fec64987e6a331ec3e6b35fe0d4627dad7495cb136955a93cc43a2177ff3d8b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1fec64987e6a331ec3e6b35fe0d4627dad7495cb136955a93cc43a2177ff3d8b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1fec64987e6a331ec3e6b35fe0d4627dad7495cb136955a93cc43a2177ff3d8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A1fec64987e6a331ec3e6b35fe0d4627dad7495cb136955a93cc43a2177ff3d8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:036533b195e4d571910a8b1a65d08436471d17b149bee0aca589af70162c0572_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:036533b195e4d571910a8b1a65d08436471d17b149bee0aca589af70162c0572_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:036533b195e4d571910a8b1a65d08436471d17b149bee0aca589af70162c0572_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A036533b195e4d571910a8b1a65d08436471d17b149bee0aca589af70162c0572?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0daf72bf67568485144a3573c4c4c1328690731005fca02d52e686dab1b3b453_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0daf72bf67568485144a3573c4c4c1328690731005fca02d52e686dab1b3b453_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0daf72bf67568485144a3573c4c4c1328690731005fca02d52e686dab1b3b453_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A0daf72bf67568485144a3573c4c4c1328690731005fca02d52e686dab1b3b453?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:083411a65cd587137da6dd7ea7d9238a5de95e75b111c9e790287c0276f5729c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:083411a65cd587137da6dd7ea7d9238a5de95e75b111c9e790287c0276f5729c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:083411a65cd587137da6dd7ea7d9238a5de95e75b111c9e790287c0276f5729c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel9@sha256%3A083411a65cd587137da6dd7ea7d9238a5de95e75b111c9e790287c0276f5729c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e6c0081fff8400beba60b81ef5a93f6d4634244dd65ea0c1941f126ef3cd6644_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e6c0081fff8400beba60b81ef5a93f6d4634244dd65ea0c1941f126ef3cd6644_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e6c0081fff8400beba60b81ef5a93f6d4634244dd65ea0c1941f126ef3cd6644_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel9@sha256%3Ae6c0081fff8400beba60b81ef5a93f6d4634244dd65ea0c1941f126ef3cd6644?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808136"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0ed054a679598bf964ed72c27e6d8ccb8265093a4a332d6923422d4a5ddcc969_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0ed054a679598bf964ed72c27e6d8ccb8265093a4a332d6923422d4a5ddcc969_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0ed054a679598bf964ed72c27e6d8ccb8265093a4a332d6923422d4a5ddcc969_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A0ed054a679598bf964ed72c27e6d8ccb8265093a4a332d6923422d4a5ddcc969?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765468747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5720491b0264b323bbd09720314ab7f01e837631315013143f98bbecee6497a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5720491b0264b323bbd09720314ab7f01e837631315013143f98bbecee6497a3_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5720491b0264b323bbd09720314ab7f01e837631315013143f98bbecee6497a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A5720491b0264b323bbd09720314ab7f01e837631315013143f98bbecee6497a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e057234533114382fdf0bebda2c7be084686656356ec2b37f72f4486a961a649_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e057234533114382fdf0bebda2c7be084686656356ec2b37f72f4486a961a649_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e057234533114382fdf0bebda2c7be084686656356ec2b37f72f4486a961a649_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3Ae057234533114382fdf0bebda2c7be084686656356ec2b37f72f4486a961a649?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:ebcb5d059b310f2e604ce2ac43ac67b05ccf65cd91090e9f73cb40295bbe281e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:ebcb5d059b310f2e604ce2ac43ac67b05ccf65cd91090e9f73cb40295bbe281e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:ebcb5d059b310f2e604ce2ac43ac67b05ccf65cd91090e9f73cb40295bbe281e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3Aebcb5d059b310f2e604ce2ac43ac67b05ccf65cd91090e9f73cb40295bbe281e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e3aef7c894d6619ee0182bd63399df170a1a68ea44424d38c52cefbd34c88aed_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e3aef7c894d6619ee0182bd63399df170a1a68ea44424d38c52cefbd34c88aed_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e3aef7c894d6619ee0182bd63399df170a1a68ea44424d38c52cefbd34c88aed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Ae3aef7c894d6619ee0182bd63399df170a1a68ea44424d38c52cefbd34c88aed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808596"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:989960cff56e35b3561de569f034d4e8c41f34d8f056218394ae6574f03e02bf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:989960cff56e35b3561de569f034d4e8c41f34d8f056218394ae6574f03e02bf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:989960cff56e35b3561de569f034d4e8c41f34d8f056218394ae6574f03e02bf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A989960cff56e35b3561de569f034d4e8c41f34d8f056218394ae6574f03e02bf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:89c8211969073b7b3c444d30bdc61fc7b1c4ac2a4dd96a435a52bede721f231a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:89c8211969073b7b3c444d30bdc61fc7b1c4ac2a4dd96a435a52bede721f231a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:89c8211969073b7b3c444d30bdc61fc7b1c4ac2a4dd96a435a52bede721f231a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A89c8211969073b7b3c444d30bdc61fc7b1c4ac2a4dd96a435a52bede721f231a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767825929"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4fe05714d56f61e87cb17ebbe4f49a9ada8a46201cd91eaeba62db4f224bf6ae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4fe05714d56f61e87cb17ebbe4f49a9ada8a46201cd91eaeba62db4f224bf6ae_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4fe05714d56f61e87cb17ebbe4f49a9ada8a46201cd91eaeba62db4f224bf6ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A4fe05714d56f61e87cb17ebbe4f49a9ada8a46201cd91eaeba62db4f224bf6ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c4d9c20147b113583d530015e2b54b0b00416fb81d5d4770c50fd5cff335d346_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c4d9c20147b113583d530015e2b54b0b00416fb81d5d4770c50fd5cff335d346_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c4d9c20147b113583d530015e2b54b0b00416fb81d5d4770c50fd5cff335d346_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Ac4d9c20147b113583d530015e2b54b0b00416fb81d5d4770c50fd5cff335d346?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:762a4ad76749af173bec191df0e6a1ec34972c0ebcb2693cf77177f0d5d73b9e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:762a4ad76749af173bec191df0e6a1ec34972c0ebcb2693cf77177f0d5d73b9e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:762a4ad76749af173bec191df0e6a1ec34972c0ebcb2693cf77177f0d5d73b9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A762a4ad76749af173bec191df0e6a1ec34972c0ebcb2693cf77177f0d5d73b9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809684"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:091590258fb774f85566a2927f46f29d73d499cdcf31e9642baa07577f3a7268_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:091590258fb774f85566a2927f46f29d73d499cdcf31e9642baa07577f3a7268_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:091590258fb774f85566a2927f46f29d73d499cdcf31e9642baa07577f3a7268_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A091590258fb774f85566a2927f46f29d73d499cdcf31e9642baa07577f3a7268?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767750912"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8cdf5aafdbeadbd64b4af55cb431b1e3900fafc32226e8ec2fe4b8fb3cad2159_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8cdf5aafdbeadbd64b4af55cb431b1e3900fafc32226e8ec2fe4b8fb3cad2159_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8cdf5aafdbeadbd64b4af55cb431b1e3900fafc32226e8ec2fe4b8fb3cad2159_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A8cdf5aafdbeadbd64b4af55cb431b1e3900fafc32226e8ec2fe4b8fb3cad2159?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a102a9f30ce55ce359df7ce9ebad995b94200a4bea31c2165eccd45b85c62f52_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a102a9f30ce55ce359df7ce9ebad995b94200a4bea31c2165eccd45b85c62f52_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a102a9f30ce55ce359df7ce9ebad995b94200a4bea31c2165eccd45b85c62f52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Aa102a9f30ce55ce359df7ce9ebad995b94200a4bea31c2165eccd45b85c62f52?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809717"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d2b19510bdc7fd0168c610511905f88c492d8e08f45f4ecfc643133360e6caa6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d2b19510bdc7fd0168c610511905f88c492d8e08f45f4ecfc643133360e6caa6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d2b19510bdc7fd0168c610511905f88c492d8e08f45f4ecfc643133360e6caa6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Ad2b19510bdc7fd0168c610511905f88c492d8e08f45f4ecfc643133360e6caa6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ad94c387912fd6e893fca762d36a0ce1ed6b2f1357c97a098d59ef8dfd365b13_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ad94c387912fd6e893fca762d36a0ce1ed6b2f1357c97a098d59ef8dfd365b13_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ad94c387912fd6e893fca762d36a0ce1ed6b2f1357c97a098d59ef8dfd365b13_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Aad94c387912fd6e893fca762d36a0ce1ed6b2f1357c97a098d59ef8dfd365b13?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:227657eee17b72b9127c0ba7cb7796c3a88f08b86cff574bd7fcb00bae4c0c7b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:227657eee17b72b9127c0ba7cb7796c3a88f08b86cff574bd7fcb00bae4c0c7b_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:227657eee17b72b9127c0ba7cb7796c3a88f08b86cff574bd7fcb00bae4c0c7b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A227657eee17b72b9127c0ba7cb7796c3a88f08b86cff574bd7fcb00bae4c0c7b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f44085d75b50784ef31eafcb0b4bfce346d030b6d207eab57235b67bce505a83_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f44085d75b50784ef31eafcb0b4bfce346d030b6d207eab57235b67bce505a83_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f44085d75b50784ef31eafcb0b4bfce346d030b6d207eab57235b67bce505a83_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Af44085d75b50784ef31eafcb0b4bfce346d030b6d207eab57235b67bce505a83?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:aa8d31a01d859d89a799ad1f85b16398d4e76e439f3db698b53a45722c39b1a6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:aa8d31a01d859d89a799ad1f85b16398d4e76e439f3db698b53a45722c39b1a6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:aa8d31a01d859d89a799ad1f85b16398d4e76e439f3db698b53a45722c39b1a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Aaa8d31a01d859d89a799ad1f85b16398d4e76e439f3db698b53a45722c39b1a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:29c90e548b0a33cfceb5867ba26ebb05c189c2df0f88c78be956de730a3f2859_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:29c90e548b0a33cfceb5867ba26ebb05c189c2df0f88c78be956de730a3f2859_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:29c90e548b0a33cfceb5867ba26ebb05c189c2df0f88c78be956de730a3f2859_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A29c90e548b0a33cfceb5867ba26ebb05c189c2df0f88c78be956de730a3f2859?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f82bed29b3be43e5ab75c0ee38894b7cb5054f5f73ea4e1a1fb60f00fa37370d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f82bed29b3be43e5ab75c0ee38894b7cb5054f5f73ea4e1a1fb60f00fa37370d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f82bed29b3be43e5ab75c0ee38894b7cb5054f5f73ea4e1a1fb60f00fa37370d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Af82bed29b3be43e5ab75c0ee38894b7cb5054f5f73ea4e1a1fb60f00fa37370d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e6729e8bc1d38abee66d5bcd20733b4145726fe1f88bff2952d084f12952ba5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e6729e8bc1d38abee66d5bcd20733b4145726fe1f88bff2952d084f12952ba5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e6729e8bc1d38abee66d5bcd20733b4145726fe1f88bff2952d084f12952ba5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A6e6729e8bc1d38abee66d5bcd20733b4145726fe1f88bff2952d084f12952ba5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4613aaf0887bae2f93335827b3e57cada369b8eb3ba6352a493c6613ab09ef2e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4613aaf0887bae2f93335827b3e57cada369b8eb3ba6352a493c6613ab09ef2e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4613aaf0887bae2f93335827b3e57cada369b8eb3ba6352a493c6613ab09ef2e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A4613aaf0887bae2f93335827b3e57cada369b8eb3ba6352a493c6613ab09ef2e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edf601164209b43c08e1cc0f1a8957f015e724c23643c06bd280a3eed51395b6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edf601164209b43c08e1cc0f1a8957f015e724c23643c06bd280a3eed51395b6_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edf601164209b43c08e1cc0f1a8957f015e724c23643c06bd280a3eed51395b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Aedf601164209b43c08e1cc0f1a8957f015e724c23643c06bd280a3eed51395b6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766411666"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1e19abd283d3c7f43f37ea6a617f2d292eb41519e5c988e912bc186253ee4ea1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1e19abd283d3c7f43f37ea6a617f2d292eb41519e5c988e912bc186253ee4ea1_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1e19abd283d3c7f43f37ea6a617f2d292eb41519e5c988e912bc186253ee4ea1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A1e19abd283d3c7f43f37ea6a617f2d292eb41519e5c988e912bc186253ee4ea1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4bfefefd88844a4e4e5585bf16f65a785618681729e5a732552ec192cd0f35b9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4bfefefd88844a4e4e5585bf16f65a785618681729e5a732552ec192cd0f35b9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4bfefefd88844a4e4e5585bf16f65a785618681729e5a732552ec192cd0f35b9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A4bfefefd88844a4e4e5585bf16f65a785618681729e5a732552ec192cd0f35b9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765468722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c3c58822892765ffd9a6e04c3d64f5a61329788558b69253d12ced6c93152bd5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c3c58822892765ffd9a6e04c3d64f5a61329788558b69253d12ced6c93152bd5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c3c58822892765ffd9a6e04c3d64f5a61329788558b69253d12ced6c93152bd5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Ac3c58822892765ffd9a6e04c3d64f5a61329788558b69253d12ced6c93152bd5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765899913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:82566bf0addcb82552b7c86a373ab60c7e018de25574223b13b893124e2d2345_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:82566bf0addcb82552b7c86a373ab60c7e018de25574223b13b893124e2d2345_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:82566bf0addcb82552b7c86a373ab60c7e018de25574223b13b893124e2d2345_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A82566bf0addcb82552b7c86a373ab60c7e018de25574223b13b893124e2d2345?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a78f405913c47a1028ffedafcd37ba4ed46fe7e287348303b936e37c22263592_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a78f405913c47a1028ffedafcd37ba4ed46fe7e287348303b936e37c22263592_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a78f405913c47a1028ffedafcd37ba4ed46fe7e287348303b936e37c22263592_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Aa78f405913c47a1028ffedafcd37ba4ed46fe7e287348303b936e37c22263592?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e05bc99b0e6abefc8414fa995ecee48f6f290e91a8026ec38ef22e4da0a3bab9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e05bc99b0e6abefc8414fa995ecee48f6f290e91a8026ec38ef22e4da0a3bab9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e05bc99b0e6abefc8414fa995ecee48f6f290e91a8026ec38ef22e4da0a3bab9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Ae05bc99b0e6abefc8414fa995ecee48f6f290e91a8026ec38ef22e4da0a3bab9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d48af089c42b495e67f286e8f47fd627bbbf8a7c7195b4b7f6b6f0fa4a3feb65_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d48af089c42b495e67f286e8f47fd627bbbf8a7c7195b4b7f6b6f0fa4a3feb65_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d48af089c42b495e67f286e8f47fd627bbbf8a7c7195b4b7f6b6f0fa4a3feb65_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3Ad48af089c42b495e67f286e8f47fd627bbbf8a7c7195b4b7f6b6f0fa4a3feb65?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767750905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1b3a9534d3801cb4b926344cb14620581dc867fead783bc198485515e581592a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1b3a9534d3801cb4b926344cb14620581dc867fead783bc198485515e581592a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1b3a9534d3801cb4b926344cb14620581dc867fead783bc198485515e581592a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A1b3a9534d3801cb4b926344cb14620581dc867fead783bc198485515e581592a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766067615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:284e3431634a9fff3fe4ccdfb2cdb42a1fa7c65870f63231991cf93a7ee69917_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:284e3431634a9fff3fe4ccdfb2cdb42a1fa7c65870f63231991cf93a7ee69917_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:284e3431634a9fff3fe4ccdfb2cdb42a1fa7c65870f63231991cf93a7ee69917_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A284e3431634a9fff3fe4ccdfb2cdb42a1fa7c65870f63231991cf93a7ee69917?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767793852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e80175dcc8657f2652b27ec47590ff40c14a8f22d919a5f6c1e279819f88ea24_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e80175dcc8657f2652b27ec47590ff40c14a8f22d919a5f6c1e279819f88ea24_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e80175dcc8657f2652b27ec47590ff40c14a8f22d919a5f6c1e279819f88ea24_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3Ae80175dcc8657f2652b27ec47590ff40c14a8f22d919a5f6c1e279819f88ea24?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766151818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4778ddfe16afca493b01e1d487a971812b418a29a192c7dc2b65ec9701e0c0b0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4778ddfe16afca493b01e1d487a971812b418a29a192c7dc2b65ec9701e0c0b0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4778ddfe16afca493b01e1d487a971812b418a29a192c7dc2b65ec9701e0c0b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A4778ddfe16afca493b01e1d487a971812b418a29a192c7dc2b65ec9701e0c0b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766151791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:df84f648bdc9ac2171ea25c690c123ca9345b090b0228f887db2cbaed3549246_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:df84f648bdc9ac2171ea25c690c123ca9345b090b0228f887db2cbaed3549246_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:df84f648bdc9ac2171ea25c690c123ca9345b090b0228f887db2cbaed3549246_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Adf84f648bdc9ac2171ea25c690c123ca9345b090b0228f887db2cbaed3549246?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808613"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6f646b653804c6d1a39f0edc4bdbe676ff45aeb8198efdf3797890e4b2b4bef3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6f646b653804c6d1a39f0edc4bdbe676ff45aeb8198efdf3797890e4b2b4bef3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6f646b653804c6d1a39f0edc4bdbe676ff45aeb8198efdf3797890e4b2b4bef3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A6f646b653804c6d1a39f0edc4bdbe676ff45aeb8198efdf3797890e4b2b4bef3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b366649caf8e09b8e08f3ea71ebc308d278dab46d00fccbe8efeddd803c1a378_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b366649caf8e09b8e08f3ea71ebc308d278dab46d00fccbe8efeddd803c1a378_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b366649caf8e09b8e08f3ea71ebc308d278dab46d00fccbe8efeddd803c1a378_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Ab366649caf8e09b8e08f3ea71ebc308d278dab46d00fccbe8efeddd803c1a378?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765811081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1e74a43d33d39efa6b6e243a75dd79c505cfdcb3800600b6cdc6eb97de68edef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1e74a43d33d39efa6b6e243a75dd79c505cfdcb3800600b6cdc6eb97de68edef_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1e74a43d33d39efa6b6e243a75dd79c505cfdcb3800600b6cdc6eb97de68edef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A1e74a43d33d39efa6b6e243a75dd79c505cfdcb3800600b6cdc6eb97de68edef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767826859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:73c4d1a1b9db3e369263e77728a92b89ea6e03d7b29c844ca83ea6f179df0140_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:73c4d1a1b9db3e369263e77728a92b89ea6e03d7b29c844ca83ea6f179df0140_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:73c4d1a1b9db3e369263e77728a92b89ea6e03d7b29c844ca83ea6f179df0140_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A73c4d1a1b9db3e369263e77728a92b89ea6e03d7b29c844ca83ea6f179df0140?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:353f8d91d668176e3a52bd8615d3dbf86b3ac0c9af25574c01fddbd34f95531e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:353f8d91d668176e3a52bd8615d3dbf86b3ac0c9af25574c01fddbd34f95531e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:353f8d91d668176e3a52bd8615d3dbf86b3ac0c9af25574c01fddbd34f95531e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A353f8d91d668176e3a52bd8615d3dbf86b3ac0c9af25574c01fddbd34f95531e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ddca4e9ef84119651a3f5671bd06fc14c7c4e6c4d46f627ddfdbbb9a0ffd90b5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ddca4e9ef84119651a3f5671bd06fc14c7c4e6c4d46f627ddfdbbb9a0ffd90b5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ddca4e9ef84119651a3f5671bd06fc14c7c4e6c4d46f627ddfdbbb9a0ffd90b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Addca4e9ef84119651a3f5671bd06fc14c7c4e6c4d46f627ddfdbbb9a0ffd90b5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a98fff37c1956ace96235e801a6b7590d42b36a059a99804df250b5b4b3cb97c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a98fff37c1956ace96235e801a6b7590d42b36a059a99804df250b5b4b3cb97c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a98fff37c1956ace96235e801a6b7590d42b36a059a99804df250b5b4b3cb97c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3Aa98fff37c1956ace96235e801a6b7590d42b36a059a99804df250b5b4b3cb97c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767826882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba9c14fb4fc1d1d00917e68b1013033ca3369f18a8e826793053c9f765ad71b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba9c14fb4fc1d1d00917e68b1013033ca3369f18a8e826793053c9f765ad71b8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba9c14fb4fc1d1d00917e68b1013033ca3369f18a8e826793053c9f765ad71b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Aba9c14fb4fc1d1d00917e68b1013033ca3369f18a8e826793053c9f765ad71b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:3915fb435364adff485a6113ce03171216cd806d939fbe2a9dde21f8ff507f96_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:3915fb435364adff485a6113ce03171216cd806d939fbe2a9dde21f8ff507f96_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:3915fb435364adff485a6113ce03171216cd806d939fbe2a9dde21f8ff507f96_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A3915fb435364adff485a6113ce03171216cd806d939fbe2a9dde21f8ff507f96?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6a59719b82960eed76dea8ed7fd0231bab18ea97e754c0a32d791b763555796f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6a59719b82960eed76dea8ed7fd0231bab18ea97e754c0a32d791b763555796f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6a59719b82960eed76dea8ed7fd0231bab18ea97e754c0a32d791b763555796f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A6a59719b82960eed76dea8ed7fd0231bab18ea97e754c0a32d791b763555796f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767793828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:28ae7f1bbce60dcf527f7a1cb61839db6afa536940b83c2ca0469b83deef4f74_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:28ae7f1bbce60dcf527f7a1cb61839db6afa536940b83c2ca0469b83deef4f74_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:28ae7f1bbce60dcf527f7a1cb61839db6afa536940b83c2ca0469b83deef4f74_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A28ae7f1bbce60dcf527f7a1cb61839db6afa536940b83c2ca0469b83deef4f74?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:13f39b6c78737573e0ce5a6383bccd78b5ef35372bd7285a5f0a44ecb76e008c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:13f39b6c78737573e0ce5a6383bccd78b5ef35372bd7285a5f0a44ecb76e008c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:13f39b6c78737573e0ce5a6383bccd78b5ef35372bd7285a5f0a44ecb76e008c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A13f39b6c78737573e0ce5a6383bccd78b5ef35372bd7285a5f0a44ecb76e008c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767827174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a511c3797055667736e34c058017863bc0949d7ebcb4fd2dd6efa99b3145a3ca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a511c3797055667736e34c058017863bc0949d7ebcb4fd2dd6efa99b3145a3ca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a511c3797055667736e34c058017863bc0949d7ebcb4fd2dd6efa99b3145a3ca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Aa511c3797055667736e34c058017863bc0949d7ebcb4fd2dd6efa99b3145a3ca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1faa1d612f4c4a79765d4637758245dd50838e9428ef68fa7289e7cd799e5eff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1faa1d612f4c4a79765d4637758245dd50838e9428ef68fa7289e7cd799e5eff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1faa1d612f4c4a79765d4637758245dd50838e9428ef68fa7289e7cd799e5eff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A1faa1d612f4c4a79765d4637758245dd50838e9428ef68fa7289e7cd799e5eff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765812634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:713cd8e6783beb6b6844b6f6df3eaf25d746621611ef050d9350d55f53f4fb9b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:713cd8e6783beb6b6844b6f6df3eaf25d746621611ef050d9350d55f53f4fb9b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:713cd8e6783beb6b6844b6f6df3eaf25d746621611ef050d9350d55f53f4fb9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A713cd8e6783beb6b6844b6f6df3eaf25d746621611ef050d9350d55f53f4fb9b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765811762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c01a584d4819b77b787780986863a5a8da93ceb7a400d17e2cd89f263f71431d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c01a584d4819b77b787780986863a5a8da93ceb7a400d17e2cd89f263f71431d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c01a584d4819b77b787780986863a5a8da93ceb7a400d17e2cd89f263f71431d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Ac01a584d4819b77b787780986863a5a8da93ceb7a400d17e2cd89f263f71431d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765813064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:fde8d01716a920c22ddd7d6338a1e81580052c4b680afa1358390c1ff5f59380_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:fde8d01716a920c22ddd7d6338a1e81580052c4b680afa1358390c1ff5f59380_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:fde8d01716a920c22ddd7d6338a1e81580052c4b680afa1358390c1ff5f59380_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Afde8d01716a920c22ddd7d6338a1e81580052c4b680afa1358390c1ff5f59380?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809303"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5168b417cf23e9a90ceeb9b42c15c5579a203de69294f63f392251bec41f3dd7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5168b417cf23e9a90ceeb9b42c15c5579a203de69294f63f392251bec41f3dd7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5168b417cf23e9a90ceeb9b42c15c5579a203de69294f63f392251bec41f3dd7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A5168b417cf23e9a90ceeb9b42c15c5579a203de69294f63f392251bec41f3dd7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810389"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:299df30c1ac347b825469f42c648c0cc71b4edcba54c6363a8e6b32323aff4b4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:299df30c1ac347b825469f42c648c0cc71b4edcba54c6363a8e6b32323aff4b4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:299df30c1ac347b825469f42c648c0cc71b4edcba54c6363a8e6b32323aff4b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A299df30c1ac347b825469f42c648c0cc71b4edcba54c6363a8e6b32323aff4b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:696327282661fc7a50198402bf5d069dad4851db774374932eea031948cac931_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:696327282661fc7a50198402bf5d069dad4851db774374932eea031948cac931_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:696327282661fc7a50198402bf5d069dad4851db774374932eea031948cac931_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A696327282661fc7a50198402bf5d069dad4851db774374932eea031948cac931?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767796663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bb73dedb0f37019de7a74b49992282501378323aa155233f0af554bcfd5569f9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bb73dedb0f37019de7a74b49992282501378323aa155233f0af554bcfd5569f9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bb73dedb0f37019de7a74b49992282501378323aa155233f0af554bcfd5569f9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Abb73dedb0f37019de7a74b49992282501378323aa155233f0af554bcfd5569f9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3be13d02cf771de4f2446006c61eebbb78c4e0b5b13bafe3b98672a1e9f411c6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3be13d02cf771de4f2446006c61eebbb78c4e0b5b13bafe3b98672a1e9f411c6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3be13d02cf771de4f2446006c61eebbb78c4e0b5b13bafe3b98672a1e9f411c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A3be13d02cf771de4f2446006c61eebbb78c4e0b5b13bafe3b98672a1e9f411c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765811002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fa56dafcfd0faf2d2bbcb77b01c8d05cbc850b3005be3cc5ea66857c0db39ad8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fa56dafcfd0faf2d2bbcb77b01c8d05cbc850b3005be3cc5ea66857c0db39ad8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fa56dafcfd0faf2d2bbcb77b01c8d05cbc850b3005be3cc5ea66857c0db39ad8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Afa56dafcfd0faf2d2bbcb77b01c8d05cbc850b3005be3cc5ea66857c0db39ad8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cc9ff80e87b9542b9935bdfebb0d3d08bf0d81f39b05e8ecbfcf891ddff6a3b0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cc9ff80e87b9542b9935bdfebb0d3d08bf0d81f39b05e8ecbfcf891ddff6a3b0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cc9ff80e87b9542b9935bdfebb0d3d08bf0d81f39b05e8ecbfcf891ddff6a3b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Acc9ff80e87b9542b9935bdfebb0d3d08bf0d81f39b05e8ecbfcf891ddff6a3b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f10728036d476ce4a691ea48dd4ae90eac818db6555bb5766bd6385cf57213a4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f10728036d476ce4a691ea48dd4ae90eac818db6555bb5766bd6385cf57213a4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f10728036d476ce4a691ea48dd4ae90eac818db6555bb5766bd6385cf57213a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Af10728036d476ce4a691ea48dd4ae90eac818db6555bb5766bd6385cf57213a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766152231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:439b615b8635530ebfb55ff48de16c22945886334ad21c902297a3494b800761_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:439b615b8635530ebfb55ff48de16c22945886334ad21c902297a3494b800761_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:439b615b8635530ebfb55ff48de16c22945886334ad21c902297a3494b800761_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A439b615b8635530ebfb55ff48de16c22945886334ad21c902297a3494b800761?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3db2e9a0af4199d7881d53ac40abdb15fd198f4ed0d87e5bd01f58adb3359011_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3db2e9a0af4199d7881d53ac40abdb15fd198f4ed0d87e5bd01f58adb3359011_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3db2e9a0af4199d7881d53ac40abdb15fd198f4ed0d87e5bd01f58adb3359011_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A3db2e9a0af4199d7881d53ac40abdb15fd198f4ed0d87e5bd01f58adb3359011?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766583341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7a5ce737a4d1399f3edce8468eaf8c92323910953b83171c5d84b4a03f07ec70_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7a5ce737a4d1399f3edce8468eaf8c92323910953b83171c5d84b4a03f07ec70_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7a5ce737a4d1399f3edce8468eaf8c92323910953b83171c5d84b4a03f07ec70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A7a5ce737a4d1399f3edce8468eaf8c92323910953b83171c5d84b4a03f07ec70?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b821a86fe1f47065dce576cf417b48ec54404db6d32cb4200f1e5b6665b0643e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b821a86fe1f47065dce576cf417b48ec54404db6d32cb4200f1e5b6665b0643e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b821a86fe1f47065dce576cf417b48ec54404db6d32cb4200f1e5b6665b0643e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Ab821a86fe1f47065dce576cf417b48ec54404db6d32cb4200f1e5b6665b0643e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765979094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6f314e8108fb7f35c2627d2056027c45cd286025c8cc25df8d8f87311764fcde_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6f314e8108fb7f35c2627d2056027c45cd286025c8cc25df8d8f87311764fcde_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6f314e8108fb7f35c2627d2056027c45cd286025c8cc25df8d8f87311764fcde_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A6f314e8108fb7f35c2627d2056027c45cd286025c8cc25df8d8f87311764fcde?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:373d13b2cd0b561f6b3de3232e0196086febebe0f8ac2298e3d49e135d504ca2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:373d13b2cd0b561f6b3de3232e0196086febebe0f8ac2298e3d49e135d504ca2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:373d13b2cd0b561f6b3de3232e0196086febebe0f8ac2298e3d49e135d504ca2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A373d13b2cd0b561f6b3de3232e0196086febebe0f8ac2298e3d49e135d504ca2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:532230fa98fbdb150cbec8c2f482a862764edabc991040796b43cb89c063eb6e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:532230fa98fbdb150cbec8c2f482a862764edabc991040796b43cb89c063eb6e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:532230fa98fbdb150cbec8c2f482a862764edabc991040796b43cb89c063eb6e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3A532230fa98fbdb150cbec8c2f482a862764edabc991040796b43cb89c063eb6e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:eb4676a798f88ddf196a122d158c194e2f9d3606e6df98e858116f40333a73c9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:eb4676a798f88ddf196a122d158c194e2f9d3606e6df98e858116f40333a73c9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:eb4676a798f88ddf196a122d158c194e2f9d3606e6df98e858116f40333a73c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3Aeb4676a798f88ddf196a122d158c194e2f9d3606e6df98e858116f40333a73c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:3cd35b169c8d6b8c36721bee7d535d22e7227a499c10a26f8b75f20ece58c5a5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:3cd35b169c8d6b8c36721bee7d535d22e7227a499c10a26f8b75f20ece58c5a5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:3cd35b169c8d6b8c36721bee7d535d22e7227a499c10a26f8b75f20ece58c5a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A3cd35b169c8d6b8c36721bee7d535d22e7227a499c10a26f8b75f20ece58c5a5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:49c9f70dad03c76ea5f24113f57d0dda9c76d6bd75a97ec0ffa8efca03416a62_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:49c9f70dad03c76ea5f24113f57d0dda9c76d6bd75a97ec0ffa8efca03416a62_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:49c9f70dad03c76ea5f24113f57d0dda9c76d6bd75a97ec0ffa8efca03416a62_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A49c9f70dad03c76ea5f24113f57d0dda9c76d6bd75a97ec0ffa8efca03416a62?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ceef814e858fbb3849600bb8ec9c7563f7febbccef153e6e1e0a6137cba2ed41_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ceef814e858fbb3849600bb8ec9c7563f7febbccef153e6e1e0a6137cba2ed41_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ceef814e858fbb3849600bb8ec9c7563f7febbccef153e6e1e0a6137cba2ed41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3Aceef814e858fbb3849600bb8ec9c7563f7febbccef153e6e1e0a6137cba2ed41?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:818b8aede1cea348fc822098e63c44283d07b8d759fff1a34fb95698d346e4cb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:818b8aede1cea348fc822098e63c44283d07b8d759fff1a34fb95698d346e4cb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:818b8aede1cea348fc822098e63c44283d07b8d759fff1a34fb95698d346e4cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A818b8aede1cea348fc822098e63c44283d07b8d759fff1a34fb95698d346e4cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0c0d7063c6c1a93c0d999fbbb0318b391f245be4afb2961241d7a8fe96aee5c8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0c0d7063c6c1a93c0d999fbbb0318b391f245be4afb2961241d7a8fe96aee5c8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0c0d7063c6c1a93c0d999fbbb0318b391f245be4afb2961241d7a8fe96aee5c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3A0c0d7063c6c1a93c0d999fbbb0318b391f245be4afb2961241d7a8fe96aee5c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e6e04742834a28d3e5501d46d81ede1b928ffa2b03b4bb67d7c4f1b41b972a8c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e6e04742834a28d3e5501d46d81ede1b928ffa2b03b4bb67d7c4f1b41b972a8c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e6e04742834a28d3e5501d46d81ede1b928ffa2b03b4bb67d7c4f1b41b972a8c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3Ae6e04742834a28d3e5501d46d81ede1b928ffa2b03b4bb67d7c4f1b41b972a8c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:01bb1e8f7448fe9716da40d0fc0fa6721a6e83eb6abb5fb9db9c9ade90f7b544_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:01bb1e8f7448fe9716da40d0fc0fa6721a6e83eb6abb5fb9db9c9ade90f7b544_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:01bb1e8f7448fe9716da40d0fc0fa6721a6e83eb6abb5fb9db9c9ade90f7b544_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A01bb1e8f7448fe9716da40d0fc0fa6721a6e83eb6abb5fb9db9c9ade90f7b544?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808571"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:bc87ee80c823f65171b214d154ee7cfe68e7642be8de366ddc500d8035415110_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:bc87ee80c823f65171b214d154ee7cfe68e7642be8de366ddc500d8035415110_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:bc87ee80c823f65171b214d154ee7cfe68e7642be8de366ddc500d8035415110_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3Abc87ee80c823f65171b214d154ee7cfe68e7642be8de366ddc500d8035415110?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:94a3b8cc025503e74f3db89759a448eb7848a97357b3d19fd003fe5e65971938_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:94a3b8cc025503e74f3db89759a448eb7848a97357b3d19fd003fe5e65971938_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:94a3b8cc025503e74f3db89759a448eb7848a97357b3d19fd003fe5e65971938_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A94a3b8cc025503e74f3db89759a448eb7848a97357b3d19fd003fe5e65971938?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766195330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0b103d98fa8ed7dbb657c265f8115fa94e877d1d9c3055e9fec074c736dbe327_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0b103d98fa8ed7dbb657c265f8115fa94e877d1d9c3055e9fec074c736dbe327_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0b103d98fa8ed7dbb657c265f8115fa94e877d1d9c3055e9fec074c736dbe327_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A0b103d98fa8ed7dbb657c265f8115fa94e877d1d9c3055e9fec074c736dbe327?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:05a9d8c8e182cd9faf243d412f84af1ba32d44f058e8a9f1a155fcb09e01a63f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:05a9d8c8e182cd9faf243d412f84af1ba32d44f058e8a9f1a155fcb09e01a63f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:05a9d8c8e182cd9faf243d412f84af1ba32d44f058e8a9f1a155fcb09e01a63f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A05a9d8c8e182cd9faf243d412f84af1ba32d44f058e8a9f1a155fcb09e01a63f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765812831"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce8b787fd1eabd6d8cfbaba3d5c5a0ee0757833dd06142fbf9185c38d1edaab4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce8b787fd1eabd6d8cfbaba3d5c5a0ee0757833dd06142fbf9185c38d1edaab4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce8b787fd1eabd6d8cfbaba3d5c5a0ee0757833dd06142fbf9185c38d1edaab4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Ace8b787fd1eabd6d8cfbaba3d5c5a0ee0757833dd06142fbf9185c38d1edaab4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809719"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ba8ab4359097d016d16c1a9762154063e554a1d47760d17adcd7a1d6adeee2ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ba8ab4359097d016d16c1a9762154063e554a1d47760d17adcd7a1d6adeee2ce_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ba8ab4359097d016d16c1a9762154063e554a1d47760d17adcd7a1d6adeee2ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Aba8ab4359097d016d16c1a9762154063e554a1d47760d17adcd7a1d6adeee2ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809536"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:add936fde99c163e6686ce1247591a6ca1f8e09436d1e27834d473bf91d2e56f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:add936fde99c163e6686ce1247591a6ca1f8e09436d1e27834d473bf91d2e56f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:add936fde99c163e6686ce1247591a6ca1f8e09436d1e27834d473bf91d2e56f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Aadd936fde99c163e6686ce1247591a6ca1f8e09436d1e27834d473bf91d2e56f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810974"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4b0a2c88479de32cbe8c5de93713208a373689fde9698fbce7d4374895ec651f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4b0a2c88479de32cbe8c5de93713208a373689fde9698fbce7d4374895ec651f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4b0a2c88479de32cbe8c5de93713208a373689fde9698fbce7d4374895ec651f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A4b0a2c88479de32cbe8c5de93713208a373689fde9698fbce7d4374895ec651f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809585"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5147243ad484accb1b55336b87b04d3f63133a1b3b3dd9d5608935ad6438f7f9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5147243ad484accb1b55336b87b04d3f63133a1b3b3dd9d5608935ad6438f7f9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5147243ad484accb1b55336b87b04d3f63133a1b3b3dd9d5608935ad6438f7f9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A5147243ad484accb1b55336b87b04d3f63133a1b3b3dd9d5608935ad6438f7f9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e0d527b7110a4bcf2b2cc8e62b935fbbb1639b41b77e2fbc8ad4fe184e6c2d98_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e0d527b7110a4bcf2b2cc8e62b935fbbb1639b41b77e2fbc8ad4fe184e6c2d98_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e0d527b7110a4bcf2b2cc8e62b935fbbb1639b41b77e2fbc8ad4fe184e6c2d98_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Ae0d527b7110a4bcf2b2cc8e62b935fbbb1639b41b77e2fbc8ad4fe184e6c2d98?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a215d1bf03fb40c02c8d9074c42efcc9eb702035acc3f5461a3f468997da8906_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a215d1bf03fb40c02c8d9074c42efcc9eb702035acc3f5461a3f468997da8906_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a215d1bf03fb40c02c8d9074c42efcc9eb702035acc3f5461a3f468997da8906_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Aa215d1bf03fb40c02c8d9074c42efcc9eb702035acc3f5461a3f468997da8906?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd0455ce3af2cb1a403c63ac1aa876b82d935c5ff8bdcb6f4bcebb7379c04b09_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd0455ce3af2cb1a403c63ac1aa876b82d935c5ff8bdcb6f4bcebb7379c04b09_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd0455ce3af2cb1a403c63ac1aa876b82d935c5ff8bdcb6f4bcebb7379c04b09_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Afd0455ce3af2cb1a403c63ac1aa876b82d935c5ff8bdcb6f4bcebb7379c04b09?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808513"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:93669d510b0978df8a57054a582097f71cc7066cb3ec2d66991ea0b8e4d17b73_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:93669d510b0978df8a57054a582097f71cc7066cb3ec2d66991ea0b8e4d17b73_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:93669d510b0978df8a57054a582097f71cc7066cb3ec2d66991ea0b8e4d17b73_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A93669d510b0978df8a57054a582097f71cc7066cb3ec2d66991ea0b8e4d17b73?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0d353084cc260ac76ca151bb3b8156e5b1e032914553fd9e5d85d2b6236137b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0d353084cc260ac76ca151bb3b8156e5b1e032914553fd9e5d85d2b6236137b8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0d353084cc260ac76ca151bb3b8156e5b1e032914553fd9e5d85d2b6236137b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A0d353084cc260ac76ca151bb3b8156e5b1e032914553fd9e5d85d2b6236137b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767825923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:38bebdd2f59cd999d199685bac744dcfe223a159269ff6f3e09e0f584f549725_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:38bebdd2f59cd999d199685bac744dcfe223a159269ff6f3e09e0f584f549725_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:38bebdd2f59cd999d199685bac744dcfe223a159269ff6f3e09e0f584f549725_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A38bebdd2f59cd999d199685bac744dcfe223a159269ff6f3e09e0f584f549725?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8e9e5e32aa3087a012704889962634f7a2042b9974942e853141109c7ea8a40_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8e9e5e32aa3087a012704889962634f7a2042b9974942e853141109c7ea8a40_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8e9e5e32aa3087a012704889962634f7a2042b9974942e853141109c7ea8a40_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Aa8e9e5e32aa3087a012704889962634f7a2042b9974942e853141109c7ea8a40?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a9e5b6aad1534b9f06a37f5474be0ac0f451d2d9d51b512c3e765d088034c1b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a9e5b6aad1534b9f06a37f5474be0ac0f451d2d9d51b512c3e765d088034c1b8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a9e5b6aad1534b9f06a37f5474be0ac0f451d2d9d51b512c3e765d088034c1b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Aa9e5b6aad1534b9f06a37f5474be0ac0f451d2d9d51b512c3e765d088034c1b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5dcede759394470d027cddd4fd1ebca11d68e7c9372d7a3e5d55f7a7681d4648_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5dcede759394470d027cddd4fd1ebca11d68e7c9372d7a3e5d55f7a7681d4648_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5dcede759394470d027cddd4fd1ebca11d68e7c9372d7a3e5d55f7a7681d4648_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A5dcede759394470d027cddd4fd1ebca11d68e7c9372d7a3e5d55f7a7681d4648?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:eae55c01a4335958e6797739480e099a738e7afbe5f3192053e2895b5f3c368c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:eae55c01a4335958e6797739480e099a738e7afbe5f3192053e2895b5f3c368c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:eae55c01a4335958e6797739480e099a738e7afbe5f3192053e2895b5f3c368c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Aeae55c01a4335958e6797739480e099a738e7afbe5f3192053e2895b5f3c368c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a7d4acb4c1ba1fc4e163291f6f95990c2fb2493b48b9bf4a3eaede056e0224f6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a7d4acb4c1ba1fc4e163291f6f95990c2fb2493b48b9bf4a3eaede056e0224f6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a7d4acb4c1ba1fc4e163291f6f95990c2fb2493b48b9bf4a3eaede056e0224f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Aa7d4acb4c1ba1fc4e163291f6f95990c2fb2493b48b9bf4a3eaede056e0224f6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767825938"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b1dcb61cbc569a5593f993c98c967299867aa5c2d661cc0afd30ab586af11460_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b1dcb61cbc569a5593f993c98c967299867aa5c2d661cc0afd30ab586af11460_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b1dcb61cbc569a5593f993c98c967299867aa5c2d661cc0afd30ab586af11460_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ab1dcb61cbc569a5593f993c98c967299867aa5c2d661cc0afd30ab586af11460?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99c7b7ee1a89cd78afb206c1baff8adc5acb0bd884e57cb2129ed361e28a3b3d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99c7b7ee1a89cd78afb206c1baff8adc5acb0bd884e57cb2129ed361e28a3b3d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99c7b7ee1a89cd78afb206c1baff8adc5acb0bd884e57cb2129ed361e28a3b3d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A99c7b7ee1a89cd78afb206c1baff8adc5acb0bd884e57cb2129ed361e28a3b3d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e245f385dd09d0f2751f22bafef52476022671151f19821b9f0a271c829117d9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e245f385dd09d0f2751f22bafef52476022671151f19821b9f0a271c829117d9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e245f385dd09d0f2751f22bafef52476022671151f19821b9f0a271c829117d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ae245f385dd09d0f2751f22bafef52476022671151f19821b9f0a271c829117d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ecbb51b1104dc034b20aff20eb64f290236dbe607ab88595e14a4578e651a369_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ecbb51b1104dc034b20aff20eb64f290236dbe607ab88595e14a4578e651a369_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ecbb51b1104dc034b20aff20eb64f290236dbe607ab88595e14a4578e651a369_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Aecbb51b1104dc034b20aff20eb64f290236dbe607ab88595e14a4578e651a369?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808303"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:59ae1c7da66a76cdf39aff972ee4c21fac52c7d2ffd3b6f468d27e538469d4cd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:59ae1c7da66a76cdf39aff972ee4c21fac52c7d2ffd3b6f468d27e538469d4cd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:59ae1c7da66a76cdf39aff972ee4c21fac52c7d2ffd3b6f468d27e538469d4cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A59ae1c7da66a76cdf39aff972ee4c21fac52c7d2ffd3b6f468d27e538469d4cd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:089e264c27dbf0a9cf5549ec79a3b506744088a31399bfeecde3db5f9b8a4b8b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:089e264c27dbf0a9cf5549ec79a3b506744088a31399bfeecde3db5f9b8a4b8b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:089e264c27dbf0a9cf5549ec79a3b506744088a31399bfeecde3db5f9b8a4b8b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A089e264c27dbf0a9cf5549ec79a3b506744088a31399bfeecde3db5f9b8a4b8b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0652a3c38f356f67403795053b94ed25c9afce4681c6a667a9f8a4398fc2c90e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0652a3c38f356f67403795053b94ed25c9afce4681c6a667a9f8a4398fc2c90e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0652a3c38f356f67403795053b94ed25c9afce4681c6a667a9f8a4398fc2c90e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A0652a3c38f356f67403795053b94ed25c9afce4681c6a667a9f8a4398fc2c90e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7119cec8ee2ff6535a3a918b0e5b649e7e2e0b5959ced67a7c92eac1ec5df4a9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7119cec8ee2ff6535a3a918b0e5b649e7e2e0b5959ced67a7c92eac1ec5df4a9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7119cec8ee2ff6535a3a918b0e5b649e7e2e0b5959ced67a7c92eac1ec5df4a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A7119cec8ee2ff6535a3a918b0e5b649e7e2e0b5959ced67a7c92eac1ec5df4a9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:38b5b50adf382c114ad353c25177df324dd0c2429ff7d7c47333b1e48fd149f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:38b5b50adf382c114ad353c25177df324dd0c2429ff7d7c47333b1e48fd149f1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:38b5b50adf382c114ad353c25177df324dd0c2429ff7d7c47333b1e48fd149f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A38b5b50adf382c114ad353c25177df324dd0c2429ff7d7c47333b1e48fd149f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:71a014dbf5a40995ba2318bbb9507275d6248fee25d4e1b88aa1ebbc43c006f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:71a014dbf5a40995ba2318bbb9507275d6248fee25d4e1b88aa1ebbc43c006f4_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:71a014dbf5a40995ba2318bbb9507275d6248fee25d4e1b88aa1ebbc43c006f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A71a014dbf5a40995ba2318bbb9507275d6248fee25d4e1b88aa1ebbc43c006f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ad07eded8361ee16f92aa1fe3913eb6a47ad11871574a95fa6209bf2d76ff3e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ad07eded8361ee16f92aa1fe3913eb6a47ad11871574a95fa6209bf2d76ff3e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ad07eded8361ee16f92aa1fe3913eb6a47ad11871574a95fa6209bf2d76ff3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A2ad07eded8361ee16f92aa1fe3913eb6a47ad11871574a95fa6209bf2d76ff3e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765468771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb9c6a99b8ede0463cf4e658da1fbbecbdfcdba532d6a9f0f55ae24ba3e547eb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb9c6a99b8ede0463cf4e658da1fbbecbdfcdba532d6a9f0f55ae24ba3e547eb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb9c6a99b8ede0463cf4e658da1fbbecbdfcdba532d6a9f0f55ae24ba3e547eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Acb9c6a99b8ede0463cf4e658da1fbbecbdfcdba532d6a9f0f55ae24ba3e547eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808014"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:81afa9712018ea075a71f3d932b6b68b035fad9348dbf2d93ced07f649edcb02_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:81afa9712018ea075a71f3d932b6b68b035fad9348dbf2d93ced07f649edcb02_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:81afa9712018ea075a71f3d932b6b68b035fad9348dbf2d93ced07f649edcb02_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A81afa9712018ea075a71f3d932b6b68b035fad9348dbf2d93ced07f649edcb02?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809500"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:67dbebb4e04b267b71f6d48623d2612f2ea51a1e2d6d10ad9386336a47f9116b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:67dbebb4e04b267b71f6d48623d2612f2ea51a1e2d6d10ad9386336a47f9116b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:67dbebb4e04b267b71f6d48623d2612f2ea51a1e2d6d10ad9386336a47f9116b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A67dbebb4e04b267b71f6d48623d2612f2ea51a1e2d6d10ad9386336a47f9116b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:991456b67af70e5fb9a98e9a860bdbf2f129f9849478bcd5cb40e34517fbb508_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:991456b67af70e5fb9a98e9a860bdbf2f129f9849478bcd5cb40e34517fbb508_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:991456b67af70e5fb9a98e9a860bdbf2f129f9849478bcd5cb40e34517fbb508_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3A991456b67af70e5fb9a98e9a860bdbf2f129f9849478bcd5cb40e34517fbb508?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e4a43a00467e831089066f7a2ab6676a706534d719c7c4c8a9d334d6c7eb3fac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e4a43a00467e831089066f7a2ab6676a706534d719c7c4c8a9d334d6c7eb3fac_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e4a43a00467e831089066f7a2ab6676a706534d719c7c4c8a9d334d6c7eb3fac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3Ae4a43a00467e831089066f7a2ab6676a706534d719c7c4c8a9d334d6c7eb3fac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765811237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b7e2d5ba595320012c4d9f0e0a9e5027fe54bea2f2a67a1234779c494ad96833_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b7e2d5ba595320012c4d9f0e0a9e5027fe54bea2f2a67a1234779c494ad96833_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b7e2d5ba595320012c4d9f0e0a9e5027fe54bea2f2a67a1234779c494ad96833_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3Ab7e2d5ba595320012c4d9f0e0a9e5027fe54bea2f2a67a1234779c494ad96833?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc53fe3ff96c86c4eacd2940cde8e184047704db9504bb2a12d3bbf185fedac5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc53fe3ff96c86c4eacd2940cde8e184047704db9504bb2a12d3bbf185fedac5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc53fe3ff96c86c4eacd2940cde8e184047704db9504bb2a12d3bbf185fedac5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Acc53fe3ff96c86c4eacd2940cde8e184047704db9504bb2a12d3bbf185fedac5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:56125f569c99eb6bef7901a8bc88c60f92341ec4466c50fae58a996cf9b20975_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:56125f569c99eb6bef7901a8bc88c60f92341ec4466c50fae58a996cf9b20975_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:56125f569c99eb6bef7901a8bc88c60f92341ec4466c50fae58a996cf9b20975_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A56125f569c99eb6bef7901a8bc88c60f92341ec4466c50fae58a996cf9b20975?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8ec3a09e3a461bcba4991c5d52e007a42bec9c53daeaf80be483d6876b38c88_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8ec3a09e3a461bcba4991c5d52e007a42bec9c53daeaf80be483d6876b38c88_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8ec3a09e3a461bcba4991c5d52e007a42bec9c53daeaf80be483d6876b38c88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Ab8ec3a09e3a461bcba4991c5d52e007a42bec9c53daeaf80be483d6876b38c88?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766151847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42fdc5ed04c4407565de98045ac46a1e1f2671070ad7d87b1929a55fb63ac5fa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42fdc5ed04c4407565de98045ac46a1e1f2671070ad7d87b1929a55fb63ac5fa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42fdc5ed04c4407565de98045ac46a1e1f2671070ad7d87b1929a55fb63ac5fa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A42fdc5ed04c4407565de98045ac46a1e1f2671070ad7d87b1929a55fb63ac5fa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fbb0d03aa31f9325c570982adebb323b234f93ee8e2e388ada78bc8d32c23f45_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fbb0d03aa31f9325c570982adebb323b234f93ee8e2e388ada78bc8d32c23f45_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fbb0d03aa31f9325c570982adebb323b234f93ee8e2e388ada78bc8d32c23f45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3Afbb0d03aa31f9325c570982adebb323b234f93ee8e2e388ada78bc8d32c23f45?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cf30e7f20e7975215919555bab9affc81bc6a1f5ad515aca90773c1fa73d31c8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cf30e7f20e7975215919555bab9affc81bc6a1f5ad515aca90773c1fa73d31c8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cf30e7f20e7975215919555bab9affc81bc6a1f5ad515aca90773c1fa73d31c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Acf30e7f20e7975215919555bab9affc81bc6a1f5ad515aca90773c1fa73d31c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ef7256ba10657180e2e884cfc4c3e78a70002466c9f6ea29f2dacd3b6da6547b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ef7256ba10657180e2e884cfc4c3e78a70002466c9f6ea29f2dacd3b6da6547b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ef7256ba10657180e2e884cfc4c3e78a70002466c9f6ea29f2dacd3b6da6547b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Aef7256ba10657180e2e884cfc4c3e78a70002466c9f6ea29f2dacd3b6da6547b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:bebee8721b49ed358562a846def72a6741416cc6a2bbab0688a9d56ad39a9314_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:bebee8721b49ed358562a846def72a6741416cc6a2bbab0688a9d56ad39a9314_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:bebee8721b49ed358562a846def72a6741416cc6a2bbab0688a9d56ad39a9314_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3Abebee8721b49ed358562a846def72a6741416cc6a2bbab0688a9d56ad39a9314?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766066934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8c9aff1ba3d568363d84e89344cb12947f630424cc9b951b562557095b79c634_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8c9aff1ba3d568363d84e89344cb12947f630424cc9b951b562557095b79c634_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8c9aff1ba3d568363d84e89344cb12947f630424cc9b951b562557095b79c634_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A8c9aff1ba3d568363d84e89344cb12947f630424cc9b951b562557095b79c634?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765893247"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0411e68a0734d583c7048689ed24c00be93a111b37d1b660c0fb2c4845978743_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0411e68a0734d583c7048689ed24c00be93a111b37d1b660c0fb2c4845978743_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0411e68a0734d583c7048689ed24c00be93a111b37d1b660c0fb2c4845978743_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A0411e68a0734d583c7048689ed24c00be93a111b37d1b660c0fb2c4845978743?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766154188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6d9ca8af8ebd38c77605675b6401a383657c2104136c48877bc5d03f26262c08_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6d9ca8af8ebd38c77605675b6401a383657c2104136c48877bc5d03f26262c08_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6d9ca8af8ebd38c77605675b6401a383657c2104136c48877bc5d03f26262c08_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A6d9ca8af8ebd38c77605675b6401a383657c2104136c48877bc5d03f26262c08?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766195361"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ae5bccdecfec8cb231611608d730b03c5520a31f768f3b67a0f4fdbbc7187be7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ae5bccdecfec8cb231611608d730b03c5520a31f768f3b67a0f4fdbbc7187be7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ae5bccdecfec8cb231611608d730b03c5520a31f768f3b67a0f4fdbbc7187be7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Aae5bccdecfec8cb231611608d730b03c5520a31f768f3b67a0f4fdbbc7187be7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766195376"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b4c94eab97489010063f86fdfd760944ecece20de991a50b888b215605fd235d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b4c94eab97489010063f86fdfd760944ecece20de991a50b888b215605fd235d_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b4c94eab97489010063f86fdfd760944ecece20de991a50b888b215605fd235d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Ab4c94eab97489010063f86fdfd760944ecece20de991a50b888b215605fd235d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:937264510bb20f5ef3e076b4c823cdf7e6c09bc96dcf7cbd69766cdf306aca50_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:937264510bb20f5ef3e076b4c823cdf7e6c09bc96dcf7cbd69766cdf306aca50_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:937264510bb20f5ef3e076b4c823cdf7e6c09bc96dcf7cbd69766cdf306aca50_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A937264510bb20f5ef3e076b4c823cdf7e6c09bc96dcf7cbd69766cdf306aca50?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a7534ab75aee64d4c7ab50877064c62cbc21447ae5c78f7de277f8b83c45bef4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a7534ab75aee64d4c7ab50877064c62cbc21447ae5c78f7de277f8b83c45bef4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a7534ab75aee64d4c7ab50877064c62cbc21447ae5c78f7de277f8b83c45bef4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Aa7534ab75aee64d4c7ab50877064c62cbc21447ae5c78f7de277f8b83c45bef4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809519"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6e667bc5bd9ae74020c140f7b3fc1b5d75c26428c02002f172641db3c7858b10_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6e667bc5bd9ae74020c140f7b3fc1b5d75c26428c02002f172641db3c7858b10_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6e667bc5bd9ae74020c140f7b3fc1b5d75c26428c02002f172641db3c7858b10_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A6e667bc5bd9ae74020c140f7b3fc1b5d75c26428c02002f172641db3c7858b10?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766151892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c9250cdbb217c1d7c39dd4926667dddcf54e286cbcef80a8205c77503f0e3317_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c9250cdbb217c1d7c39dd4926667dddcf54e286cbcef80a8205c77503f0e3317_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c9250cdbb217c1d7c39dd4926667dddcf54e286cbcef80a8205c77503f0e3317_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Ac9250cdbb217c1d7c39dd4926667dddcf54e286cbcef80a8205c77503f0e3317?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766066147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:94c4be676de031fbe35d3aa3379ce2ded292f6b1980a5cd98bff543de6644ff2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:94c4be676de031fbe35d3aa3379ce2ded292f6b1980a5cd98bff543de6644ff2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:94c4be676de031fbe35d3aa3379ce2ded292f6b1980a5cd98bff543de6644ff2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A94c4be676de031fbe35d3aa3379ce2ded292f6b1980a5cd98bff543de6644ff2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c182d5138ebb9cf106873b4f951786b5ad4b6f77803289ba8c94fd78d39ff8cb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c182d5138ebb9cf106873b4f951786b5ad4b6f77803289ba8c94fd78d39ff8cb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c182d5138ebb9cf106873b4f951786b5ad4b6f77803289ba8c94fd78d39ff8cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3Ac182d5138ebb9cf106873b4f951786b5ad4b6f77803289ba8c94fd78d39ff8cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:8ac02315c6763a71b6bc427cb01acb3ec6e65ca4772188de864647f63c83f391_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:8ac02315c6763a71b6bc427cb01acb3ec6e65ca4772188de864647f63c83f391_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:8ac02315c6763a71b6bc427cb01acb3ec6e65ca4772188de864647f63c83f391_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3A8ac02315c6763a71b6bc427cb01acb3ec6e65ca4772188de864647f63c83f391?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b002337bbea961b20e5bed71d22d47149d0e979cc28ad8a1479041874c5ca79_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b002337bbea961b20e5bed71d22d47149d0e979cc28ad8a1479041874c5ca79_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b002337bbea961b20e5bed71d22d47149d0e979cc28ad8a1479041874c5ca79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A7b002337bbea961b20e5bed71d22d47149d0e979cc28ad8a1479041874c5ca79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:585f22000d02c1e94875f194e01c119c5ff58f0279822e1050334df1e80c0ed5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:585f22000d02c1e94875f194e01c119c5ff58f0279822e1050334df1e80c0ed5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:585f22000d02c1e94875f194e01c119c5ff58f0279822e1050334df1e80c0ed5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A585f22000d02c1e94875f194e01c119c5ff58f0279822e1050334df1e80c0ed5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5b32029716269a04c5bd985385d3da93b8335564ef375382c21da41e04590e06_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5b32029716269a04c5bd985385d3da93b8335564ef375382c21da41e04590e06_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5b32029716269a04c5bd985385d3da93b8335564ef375382c21da41e04590e06_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A5b32029716269a04c5bd985385d3da93b8335564ef375382c21da41e04590e06?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765979181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e91319eca356fbb7609c464e0ea85c73c281c9090998364b8a49a3d115ebb6db_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e91319eca356fbb7609c464e0ea85c73c281c9090998364b8a49a3d115ebb6db_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e91319eca356fbb7609c464e0ea85c73c281c9090998364b8a49a3d115ebb6db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Ae91319eca356fbb7609c464e0ea85c73c281c9090998364b8a49a3d115ebb6db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766194834"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:37f2e34b2b9abf9678808cbf3487b76b8bc795f7b19a564962f61d8f7e32bc3d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:37f2e34b2b9abf9678808cbf3487b76b8bc795f7b19a564962f61d8f7e32bc3d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:37f2e34b2b9abf9678808cbf3487b76b8bc795f7b19a564962f61d8f7e32bc3d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A37f2e34b2b9abf9678808cbf3487b76b8bc795f7b19a564962f61d8f7e32bc3d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8573e694c74ed2b362127e9d0fa1e907fd4117d7a38dc42c6a336c098973ba4e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8573e694c74ed2b362127e9d0fa1e907fd4117d7a38dc42c6a336c098973ba4e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8573e694c74ed2b362127e9d0fa1e907fd4117d7a38dc42c6a336c098973ba4e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A8573e694c74ed2b362127e9d0fa1e907fd4117d7a38dc42c6a336c098973ba4e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810766"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ec109cbe33900fd9e12c200997d3ac5c42349670200c8d4c36bc23a7993faaf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ec109cbe33900fd9e12c200997d3ac5c42349670200c8d4c36bc23a7993faaf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ec109cbe33900fd9e12c200997d3ac5c42349670200c8d4c36bc23a7993faaf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A7ec109cbe33900fd9e12c200997d3ac5c42349670200c8d4c36bc23a7993faaf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:21c81cb85f36b66b22dc4840ceac8af18c9ef0dde8e9704a003af23eb5a9f458_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:21c81cb85f36b66b22dc4840ceac8af18c9ef0dde8e9704a003af23eb5a9f458_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:21c81cb85f36b66b22dc4840ceac8af18c9ef0dde8e9704a003af23eb5a9f458_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A21c81cb85f36b66b22dc4840ceac8af18c9ef0dde8e9704a003af23eb5a9f458?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765812686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0f8dd32c213a857235a521b9629f25220c69cafd7802a6ce75675d55b2bc013f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0f8dd32c213a857235a521b9629f25220c69cafd7802a6ce75675d55b2bc013f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0f8dd32c213a857235a521b9629f25220c69cafd7802a6ce75675d55b2bc013f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A0f8dd32c213a857235a521b9629f25220c69cafd7802a6ce75675d55b2bc013f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:555987d3c869da57d85714c31c9d3a1229182d9b0fe9c9337076e2d7ddf44f37_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:555987d3c869da57d85714c31c9d3a1229182d9b0fe9c9337076e2d7ddf44f37_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:555987d3c869da57d85714c31c9d3a1229182d9b0fe9c9337076e2d7ddf44f37_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A555987d3c869da57d85714c31c9d3a1229182d9b0fe9c9337076e2d7ddf44f37?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:9d79aed39f9315454153b47102247db0fc7ce21b042e2b39b8bf230d5a880552_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:9d79aed39f9315454153b47102247db0fc7ce21b042e2b39b8bf230d5a880552_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:9d79aed39f9315454153b47102247db0fc7ce21b042e2b39b8bf230d5a880552_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A9d79aed39f9315454153b47102247db0fc7ce21b042e2b39b8bf230d5a880552?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767796345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e207aa2a32db7e3360c353902da8b62cdc1a48f38fe6709a232f68ea88d7a0f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e207aa2a32db7e3360c353902da8b62cdc1a48f38fe6709a232f68ea88d7a0f4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e207aa2a32db7e3360c353902da8b62cdc1a48f38fe6709a232f68ea88d7a0f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Ae207aa2a32db7e3360c353902da8b62cdc1a48f38fe6709a232f68ea88d7a0f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2cc2372482d9c4147be8335be1b49246a3012af55d763014a263afcde08141ad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2cc2372482d9c4147be8335be1b49246a3012af55d763014a263afcde08141ad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2cc2372482d9c4147be8335be1b49246a3012af55d763014a263afcde08141ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A2cc2372482d9c4147be8335be1b49246a3012af55d763014a263afcde08141ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4ec00e54865aca45a05810dce0243d6bfc76358877e0e502c0f37e5a8c86f6f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4ec00e54865aca45a05810dce0243d6bfc76358877e0e502c0f37e5a8c86f6f4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4ec00e54865aca45a05810dce0243d6bfc76358877e0e502c0f37e5a8c86f6f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A4ec00e54865aca45a05810dce0243d6bfc76358877e0e502c0f37e5a8c86f6f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:630cd3d1da2526227c85f4955e73c8cb1eb2a7153905709e2fa1b58a40010c6c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:630cd3d1da2526227c85f4955e73c8cb1eb2a7153905709e2fa1b58a40010c6c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:630cd3d1da2526227c85f4955e73c8cb1eb2a7153905709e2fa1b58a40010c6c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel9@sha256%3A630cd3d1da2526227c85f4955e73c8cb1eb2a7153905709e2fa1b58a40010c6c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2f0e73326c82a94e0fe1a30f332635d002c16846da293c863aa4a4f025aac518_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2f0e73326c82a94e0fe1a30f332635d002c16846da293c863aa4a4f025aac518_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2f0e73326c82a94e0fe1a30f332635d002c16846da293c863aa4a4f025aac518_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A2f0e73326c82a94e0fe1a30f332635d002c16846da293c863aa4a4f025aac518?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:65f23f14404d7e4e63ed1385a89b90ed80fc65d6de3ef0b8d236c6870c4cb04e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:65f23f14404d7e4e63ed1385a89b90ed80fc65d6de3ef0b8d236c6870c4cb04e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:65f23f14404d7e4e63ed1385a89b90ed80fc65d6de3ef0b8d236c6870c4cb04e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A65f23f14404d7e4e63ed1385a89b90ed80fc65d6de3ef0b8d236c6870c4cb04e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e7616ee082ea61fdcedf3aafcea4311b2165f59faa01396ebfdc4511864b8c64_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e7616ee082ea61fdcedf3aafcea4311b2165f59faa01396ebfdc4511864b8c64_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e7616ee082ea61fdcedf3aafcea4311b2165f59faa01396ebfdc4511864b8c64_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Ae7616ee082ea61fdcedf3aafcea4311b2165f59faa01396ebfdc4511864b8c64?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766151900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8c2b4f8cc617d8054443032f104b1c292a9b1cb1acf23f72ac4306308b801a07_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8c2b4f8cc617d8054443032f104b1c292a9b1cb1acf23f72ac4306308b801a07_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8c2b4f8cc617d8054443032f104b1c292a9b1cb1acf23f72ac4306308b801a07_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A8c2b4f8cc617d8054443032f104b1c292a9b1cb1acf23f72ac4306308b801a07?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a6ee2974f74155ba8d7cfc35e86ba000fac6e2b16ac78be948eec5cc6d158e42_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a6ee2974f74155ba8d7cfc35e86ba000fac6e2b16ac78be948eec5cc6d158e42_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a6ee2974f74155ba8d7cfc35e86ba000fac6e2b16ac78be948eec5cc6d158e42_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Aa6ee2974f74155ba8d7cfc35e86ba000fac6e2b16ac78be948eec5cc6d158e42?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d86ef4b34d8381394c24d6ddcb97718904a87bd3945f7ba5a05fd300285e3db1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d86ef4b34d8381394c24d6ddcb97718904a87bd3945f7ba5a05fd300285e3db1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d86ef4b34d8381394c24d6ddcb97718904a87bd3945f7ba5a05fd300285e3db1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Ad86ef4b34d8381394c24d6ddcb97718904a87bd3945f7ba5a05fd300285e3db1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c11d37bfe1acc080a8e703df91bae99ed833802fb3797bf7cd6cfa4badf09e3a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c11d37bfe1acc080a8e703df91bae99ed833802fb3797bf7cd6cfa4badf09e3a_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c11d37bfe1acc080a8e703df91bae99ed833802fb3797bf7cd6cfa4badf09e3a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Ac11d37bfe1acc080a8e703df91bae99ed833802fb3797bf7cd6cfa4badf09e3a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765849143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efae3976f96ecf4ae9891fa96fd7a5186b8f1a6f159d2795b69287c0bba5646d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efae3976f96ecf4ae9891fa96fd7a5186b8f1a6f159d2795b69287c0bba5646d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efae3976f96ecf4ae9891fa96fd7a5186b8f1a6f159d2795b69287c0bba5646d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Aefae3976f96ecf4ae9891fa96fd7a5186b8f1a6f159d2795b69287c0bba5646d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766153463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3c2f87341c2c31fd419a90fba360fb9bd91b2f6e30302c3f2ec92b12cd62b089_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3c2f87341c2c31fd419a90fba360fb9bd91b2f6e30302c3f2ec92b12cd62b089_arm64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3c2f87341c2c31fd419a90fba360fb9bd91b2f6e30302c3f2ec92b12cd62b089_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter-rhel9@sha256%3A3c2f87341c2c31fd419a90fba360fb9bd91b2f6e30302c3f2ec92b12cd62b089?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b3df31c813226a62917decafb7d16d15f702d191bd1f3162ffdb064ff8b40851_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b3df31c813226a62917decafb7d16d15f702d191bd1f3162ffdb064ff8b40851_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b3df31c813226a62917decafb7d16d15f702d191bd1f3162ffdb064ff8b40851_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Ab3df31c813226a62917decafb7d16d15f702d191bd1f3162ffdb064ff8b40851?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:de9b81797e053d4b3de3ec956d43001ec8fa6574cd4ba91f0be97d1ca44e1d48_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:de9b81797e053d4b3de3ec956d43001ec8fa6574cd4ba91f0be97d1ca44e1d48_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:de9b81797e053d4b3de3ec956d43001ec8fa6574cd4ba91f0be97d1ca44e1d48_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256%3Ade9b81797e053d4b3de3ec956d43001ec8fa6574cd4ba91f0be97d1ca44e1d48?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766066185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4234a05b3f2f2292de0be004915f275debc0839975b82baf1a1025b2d6245d75_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4234a05b3f2f2292de0be004915f275debc0839975b82baf1a1025b2d6245d75_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4234a05b3f2f2292de0be004915f275debc0839975b82baf1a1025b2d6245d75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A4234a05b3f2f2292de0be004915f275debc0839975b82baf1a1025b2d6245d75?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808677"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:72340efdfb1b36e8b8bea1c9aeae6988723a37944c990170f6bd27388fb367c0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:72340efdfb1b36e8b8bea1c9aeae6988723a37944c990170f6bd27388fb367c0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:72340efdfb1b36e8b8bea1c9aeae6988723a37944c990170f6bd27388fb367c0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A72340efdfb1b36e8b8bea1c9aeae6988723a37944c990170f6bd27388fb367c0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767793841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e9e2dea2f848efaff509ab046e6315bd2a54e0ad28a378247d6a5da7f6b024b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e9e2dea2f848efaff509ab046e6315bd2a54e0ad28a378247d6a5da7f6b024b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e9e2dea2f848efaff509ab046e6315bd2a54e0ad28a378247d6a5da7f6b024b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ae9e2dea2f848efaff509ab046e6315bd2a54e0ad28a378247d6a5da7f6b024b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766153595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:76edddf9bac3b0e2e2f86f9ab86da123311a9574208e5bc5e9bb467c701126d8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:76edddf9bac3b0e2e2f86f9ab86da123311a9574208e5bc5e9bb467c701126d8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:76edddf9bac3b0e2e2f86f9ab86da123311a9574208e5bc5e9bb467c701126d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A76edddf9bac3b0e2e2f86f9ab86da123311a9574208e5bc5e9bb467c701126d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9d88b619a44bf423e7de44c260b22accc0d5a6ccb7f0ddcbaa73e3bedf9d1fd5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9d88b619a44bf423e7de44c260b22accc0d5a6ccb7f0ddcbaa73e3bedf9d1fd5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9d88b619a44bf423e7de44c260b22accc0d5a6ccb7f0ddcbaa73e3bedf9d1fd5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A9d88b619a44bf423e7de44c260b22accc0d5a6ccb7f0ddcbaa73e3bedf9d1fd5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810827"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:06994c07b5559c49e026c00866f3e59ff3f9c72fa2ab2ebce88ce4449c85e11e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:06994c07b5559c49e026c00866f3e59ff3f9c72fa2ab2ebce88ce4449c85e11e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:06994c07b5559c49e026c00866f3e59ff3f9c72fa2ab2ebce88ce4449c85e11e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A06994c07b5559c49e026c00866f3e59ff3f9c72fa2ab2ebce88ce4449c85e11e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7618514219b7e3c73a5cb94a70d4c72bad8a0ef5c1ed04e446f4b902980476be_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7618514219b7e3c73a5cb94a70d4c72bad8a0ef5c1ed04e446f4b902980476be_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7618514219b7e3c73a5cb94a70d4c72bad8a0ef5c1ed04e446f4b902980476be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A7618514219b7e3c73a5cb94a70d4c72bad8a0ef5c1ed04e446f4b902980476be?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a7e5916c6ae2d57f60df30888446b35f52fd3dfcb2dc934fd90e77561d8115aa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a7e5916c6ae2d57f60df30888446b35f52fd3dfcb2dc934fd90e77561d8115aa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a7e5916c6ae2d57f60df30888446b35f52fd3dfcb2dc934fd90e77561d8115aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Aa7e5916c6ae2d57f60df30888446b35f52fd3dfcb2dc934fd90e77561d8115aa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:69a937e9fdf2d964ae439fe595ddee207894f0b61fbee1d3ee40af3e247d7785_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:69a937e9fdf2d964ae439fe595ddee207894f0b61fbee1d3ee40af3e247d7785_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:69a937e9fdf2d964ae439fe595ddee207894f0b61fbee1d3ee40af3e247d7785_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A69a937e9fdf2d964ae439fe595ddee207894f0b61fbee1d3ee40af3e247d7785?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808620"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:56e378d1bf6c43e123ecbf51b6b867c3051bca71f8ac89eeef8c3f376b29f633_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:56e378d1bf6c43e123ecbf51b6b867c3051bca71f8ac89eeef8c3f376b29f633_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:56e378d1bf6c43e123ecbf51b6b867c3051bca71f8ac89eeef8c3f376b29f633_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A56e378d1bf6c43e123ecbf51b6b867c3051bca71f8ac89eeef8c3f376b29f633?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765468747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa4e09bf3ad57199932a0f121443f186eca03f5756e17e5c6e45b16df1a87511_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa4e09bf3ad57199932a0f121443f186eca03f5756e17e5c6e45b16df1a87511_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa4e09bf3ad57199932a0f121443f186eca03f5756e17e5c6e45b16df1a87511_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Afa4e09bf3ad57199932a0f121443f186eca03f5756e17e5c6e45b16df1a87511?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ae981f6c6a8c72837f1ef74547907940631530e4b8db2f6d3a21304ba7b6f4a2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ae981f6c6a8c72837f1ef74547907940631530e4b8db2f6d3a21304ba7b6f4a2_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ae981f6c6a8c72837f1ef74547907940631530e4b8db2f6d3a21304ba7b6f4a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Aae981f6c6a8c72837f1ef74547907940631530e4b8db2f6d3a21304ba7b6f4a2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808596"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:285c5886ee1c6fe18ada08eb6290e7a360413ec7eeb2ce6c1ca21137d2a6663b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:285c5886ee1c6fe18ada08eb6290e7a360413ec7eeb2ce6c1ca21137d2a6663b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:285c5886ee1c6fe18ada08eb6290e7a360413ec7eeb2ce6c1ca21137d2a6663b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A285c5886ee1c6fe18ada08eb6290e7a360413ec7eeb2ce6c1ca21137d2a6663b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb20d335d43287ff1ab9aa31ea093dd09ead747828bd710c3349f73790e53c9d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb20d335d43287ff1ab9aa31ea093dd09ead747828bd710c3349f73790e53c9d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb20d335d43287ff1ab9aa31ea093dd09ead747828bd710c3349f73790e53c9d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Aeb20d335d43287ff1ab9aa31ea093dd09ead747828bd710c3349f73790e53c9d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767825929"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a6d4a858ecc45140b936c1830f9a2ebab7e5c8340250ea3dcb2dfc4c4215837c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a6d4a858ecc45140b936c1830f9a2ebab7e5c8340250ea3dcb2dfc4c4215837c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a6d4a858ecc45140b936c1830f9a2ebab7e5c8340250ea3dcb2dfc4c4215837c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Aa6d4a858ecc45140b936c1830f9a2ebab7e5c8340250ea3dcb2dfc4c4215837c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5d55e3bbd3185fbfcb0a9d61bceadcd29cc8662d78d5b0f1666d47d47f7de726_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5d55e3bbd3185fbfcb0a9d61bceadcd29cc8662d78d5b0f1666d47d47f7de726_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5d55e3bbd3185fbfcb0a9d61bceadcd29cc8662d78d5b0f1666d47d47f7de726_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A5d55e3bbd3185fbfcb0a9d61bceadcd29cc8662d78d5b0f1666d47d47f7de726?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8147ba68f9b663675fe9f47683123a3016716ef57d6db08da03b9736d8d4a77d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8147ba68f9b663675fe9f47683123a3016716ef57d6db08da03b9736d8d4a77d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8147ba68f9b663675fe9f47683123a3016716ef57d6db08da03b9736d8d4a77d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A8147ba68f9b663675fe9f47683123a3016716ef57d6db08da03b9736d8d4a77d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809684"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d6754a6cec1740eeae77bddcc2ceee636093a45e103830989648c82f8ae2beb4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d6754a6cec1740eeae77bddcc2ceee636093a45e103830989648c82f8ae2beb4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d6754a6cec1740eeae77bddcc2ceee636093a45e103830989648c82f8ae2beb4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Ad6754a6cec1740eeae77bddcc2ceee636093a45e103830989648c82f8ae2beb4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767750912"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f7e5827513e801dd4f0776cd43216992265c2d5328e10511c0c35fff50d9d4d7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f7e5827513e801dd4f0776cd43216992265c2d5328e10511c0c35fff50d9d4d7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f7e5827513e801dd4f0776cd43216992265c2d5328e10511c0c35fff50d9d4d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Af7e5827513e801dd4f0776cd43216992265c2d5328e10511c0c35fff50d9d4d7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:86e64684776ae3aae20ca417a175651709cb33b1bc5ec0fb13dd42689df53311_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:86e64684776ae3aae20ca417a175651709cb33b1bc5ec0fb13dd42689df53311_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:86e64684776ae3aae20ca417a175651709cb33b1bc5ec0fb13dd42689df53311_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A86e64684776ae3aae20ca417a175651709cb33b1bc5ec0fb13dd42689df53311?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809717"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4c37f659efaa1d9aecc62b378257a4a47c2af8aaac996817e11c827bb32fd4d2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4c37f659efaa1d9aecc62b378257a4a47c2af8aaac996817e11c827bb32fd4d2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4c37f659efaa1d9aecc62b378257a4a47c2af8aaac996817e11c827bb32fd4d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A4c37f659efaa1d9aecc62b378257a4a47c2af8aaac996817e11c827bb32fd4d2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6bb812ba76f7f27ad7c705c80819476c23b3a2aa3a6c741f696b3fb436d8382_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6bb812ba76f7f27ad7c705c80819476c23b3a2aa3a6c741f696b3fb436d8382_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6bb812ba76f7f27ad7c705c80819476c23b3a2aa3a6c741f696b3fb436d8382_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Ab6bb812ba76f7f27ad7c705c80819476c23b3a2aa3a6c741f696b3fb436d8382?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8d733af5216e107af13807b78958254ea6c21c81937d821ba7cb80247502e5b0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8d733af5216e107af13807b78958254ea6c21c81937d821ba7cb80247502e5b0_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8d733af5216e107af13807b78958254ea6c21c81937d821ba7cb80247502e5b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A8d733af5216e107af13807b78958254ea6c21c81937d821ba7cb80247502e5b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a24c0f597c066cf940199e4589f61eef854411fada5a30ddb0745fc287db9874_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a24c0f597c066cf940199e4589f61eef854411fada5a30ddb0745fc287db9874_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a24c0f597c066cf940199e4589f61eef854411fada5a30ddb0745fc287db9874_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Aa24c0f597c066cf940199e4589f61eef854411fada5a30ddb0745fc287db9874?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e7f50d5dc25307025cd774c85e6d065f66923befaefde13e061e8c05c422321e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e7f50d5dc25307025cd774c85e6d065f66923befaefde13e061e8c05c422321e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e7f50d5dc25307025cd774c85e6d065f66923befaefde13e061e8c05c422321e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Ae7f50d5dc25307025cd774c85e6d065f66923befaefde13e061e8c05c422321e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d534dd6c5267826d54a48f11807c1c79c4a0cc2e3c271de3261aa9fa0696454e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d534dd6c5267826d54a48f11807c1c79c4a0cc2e3c271de3261aa9fa0696454e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d534dd6c5267826d54a48f11807c1c79c4a0cc2e3c271de3261aa9fa0696454e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Ad534dd6c5267826d54a48f11807c1c79c4a0cc2e3c271de3261aa9fa0696454e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:62c37d7f1833b6944a859b8b3320743b46084426eed9fcabaee6513e98d53c85_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:62c37d7f1833b6944a859b8b3320743b46084426eed9fcabaee6513e98d53c85_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:62c37d7f1833b6944a859b8b3320743b46084426eed9fcabaee6513e98d53c85_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A62c37d7f1833b6944a859b8b3320743b46084426eed9fcabaee6513e98d53c85?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:024f155c8913b8581dc6e4a73c226a150c2e54c1153455aadb5a359726c88cf4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:024f155c8913b8581dc6e4a73c226a150c2e54c1153455aadb5a359726c88cf4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:024f155c8913b8581dc6e4a73c226a150c2e54c1153455aadb5a359726c88cf4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A024f155c8913b8581dc6e4a73c226a150c2e54c1153455aadb5a359726c88cf4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:aeb12e43a3e32f266acad3350fb70713f6b377854c7913931842ab9fa36322f7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:aeb12e43a3e32f266acad3350fb70713f6b377854c7913931842ab9fa36322f7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:aeb12e43a3e32f266acad3350fb70713f6b377854c7913931842ab9fa36322f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3Aaeb12e43a3e32f266acad3350fb70713f6b377854c7913931842ab9fa36322f7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2a5740b6d1f026e69bdef3d18d97fea3704f580f299a0ea5246c7c6456acfb8d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2a5740b6d1f026e69bdef3d18d97fea3704f580f299a0ea5246c7c6456acfb8d_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2a5740b6d1f026e69bdef3d18d97fea3704f580f299a0ea5246c7c6456acfb8d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A2a5740b6d1f026e69bdef3d18d97fea3704f580f299a0ea5246c7c6456acfb8d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766411666"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ab92cc86cb324f036b785b5b65bfb272a7eb0be82421b34d47bb0fa778ec077b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ab92cc86cb324f036b785b5b65bfb272a7eb0be82421b34d47bb0fa778ec077b_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ab92cc86cb324f036b785b5b65bfb272a7eb0be82421b34d47bb0fa778ec077b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3Aab92cc86cb324f036b785b5b65bfb272a7eb0be82421b34d47bb0fa778ec077b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c08d6cf117ce355ac8aa2a5435c44e1557184c710f4dc0a09920e029020a9e82_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c08d6cf117ce355ac8aa2a5435c44e1557184c710f4dc0a09920e029020a9e82_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c08d6cf117ce355ac8aa2a5435c44e1557184c710f4dc0a09920e029020a9e82_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Ac08d6cf117ce355ac8aa2a5435c44e1557184c710f4dc0a09920e029020a9e82?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765468722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2e661120d7d9fe6f262f999cf4f025bed52d3a0db9bb81312ec6b84725a5ec58_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2e661120d7d9fe6f262f999cf4f025bed52d3a0db9bb81312ec6b84725a5ec58_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2e661120d7d9fe6f262f999cf4f025bed52d3a0db9bb81312ec6b84725a5ec58_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A2e661120d7d9fe6f262f999cf4f025bed52d3a0db9bb81312ec6b84725a5ec58?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765899913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:91a0bff68195d26a2876d3c2212f2ed8ff4c9dc173d26d41b8fdfe54e56855b7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:91a0bff68195d26a2876d3c2212f2ed8ff4c9dc173d26d41b8fdfe54e56855b7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:91a0bff68195d26a2876d3c2212f2ed8ff4c9dc173d26d41b8fdfe54e56855b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A91a0bff68195d26a2876d3c2212f2ed8ff4c9dc173d26d41b8fdfe54e56855b7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:838de9c4f8a2dc7bebbbfc6506f5d8c97c3f494d24b74bd39c54ac984709216e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:838de9c4f8a2dc7bebbbfc6506f5d8c97c3f494d24b74bd39c54ac984709216e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:838de9c4f8a2dc7bebbbfc6506f5d8c97c3f494d24b74bd39c54ac984709216e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A838de9c4f8a2dc7bebbbfc6506f5d8c97c3f494d24b74bd39c54ac984709216e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:753472746ac51244d85102a4b5cba7c5d806c279c8ddae06399a4605ee9b39a8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:753472746ac51244d85102a4b5cba7c5d806c279c8ddae06399a4605ee9b39a8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:753472746ac51244d85102a4b5cba7c5d806c279c8ddae06399a4605ee9b39a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A753472746ac51244d85102a4b5cba7c5d806c279c8ddae06399a4605ee9b39a8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a41ce7bac57c92c4102259fb9133ff3edbd2c05f5525e47aa117bb9c595d0e00_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a41ce7bac57c92c4102259fb9133ff3edbd2c05f5525e47aa117bb9c595d0e00_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a41ce7bac57c92c4102259fb9133ff3edbd2c05f5525e47aa117bb9c595d0e00_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Aa41ce7bac57c92c4102259fb9133ff3edbd2c05f5525e47aa117bb9c595d0e00?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766151791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2df63f6fed934375a5705f3ea2c8a976ab16601c131dced7275418fded991afd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2df63f6fed934375a5705f3ea2c8a976ab16601c131dced7275418fded991afd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2df63f6fed934375a5705f3ea2c8a976ab16601c131dced7275418fded991afd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A2df63f6fed934375a5705f3ea2c8a976ab16601c131dced7275418fded991afd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808613"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b4eaa15aecb85edd4686d0e7a3af911f1b766c07f48733d18b8c8eee2679a3f3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b4eaa15aecb85edd4686d0e7a3af911f1b766c07f48733d18b8c8eee2679a3f3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b4eaa15aecb85edd4686d0e7a3af911f1b766c07f48733d18b8c8eee2679a3f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Ab4eaa15aecb85edd4686d0e7a3af911f1b766c07f48733d18b8c8eee2679a3f3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b63dbe7c554b5cb010c8d6d20d97c7e5cc017d999d3cca2e4278a86425974597_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b63dbe7c554b5cb010c8d6d20d97c7e5cc017d999d3cca2e4278a86425974597_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b63dbe7c554b5cb010c8d6d20d97c7e5cc017d999d3cca2e4278a86425974597_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Ab63dbe7c554b5cb010c8d6d20d97c7e5cc017d999d3cca2e4278a86425974597?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765811081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9024800585c0fd16b23603e91319109b55881d9f276c9b245905fe368b4e6b11_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9024800585c0fd16b23603e91319109b55881d9f276c9b245905fe368b4e6b11_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9024800585c0fd16b23603e91319109b55881d9f276c9b245905fe368b4e6b11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A9024800585c0fd16b23603e91319109b55881d9f276c9b245905fe368b4e6b11?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767826859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:72f3fd8250ad2afc70e4d024d40e4c287a96e8f44c458caba27adc878d956353_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:72f3fd8250ad2afc70e4d024d40e4c287a96e8f44c458caba27adc878d956353_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:72f3fd8250ad2afc70e4d024d40e4c287a96e8f44c458caba27adc878d956353_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A72f3fd8250ad2afc70e4d024d40e4c287a96e8f44c458caba27adc878d956353?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4163dea9e5cb5245f107d30983b5934d01dcd5c765dfaf59803cd2ee0f76c978_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4163dea9e5cb5245f107d30983b5934d01dcd5c765dfaf59803cd2ee0f76c978_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4163dea9e5cb5245f107d30983b5934d01dcd5c765dfaf59803cd2ee0f76c978_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A4163dea9e5cb5245f107d30983b5934d01dcd5c765dfaf59803cd2ee0f76c978?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8aa7ed397945e7376a0fe4089bafd8688cc63377d78d994aeed012e903ebbe51_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8aa7ed397945e7376a0fe4089bafd8688cc63377d78d994aeed012e903ebbe51_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8aa7ed397945e7376a0fe4089bafd8688cc63377d78d994aeed012e903ebbe51_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A8aa7ed397945e7376a0fe4089bafd8688cc63377d78d994aeed012e903ebbe51?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a8b8a1643a17ff350cd81dfbe01242ce65b9ddc346f82722be1f3f64c64c42aa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a8b8a1643a17ff350cd81dfbe01242ce65b9ddc346f82722be1f3f64c64c42aa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a8b8a1643a17ff350cd81dfbe01242ce65b9ddc346f82722be1f3f64c64c42aa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3Aa8b8a1643a17ff350cd81dfbe01242ce65b9ddc346f82722be1f3f64c64c42aa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767826882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1a21f1ed4a39d0ab0e189d994eee028991eda265c252a2438f43cf796810292e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1a21f1ed4a39d0ab0e189d994eee028991eda265c252a2438f43cf796810292e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1a21f1ed4a39d0ab0e189d994eee028991eda265c252a2438f43cf796810292e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A1a21f1ed4a39d0ab0e189d994eee028991eda265c252a2438f43cf796810292e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d263fa00621b5233ada4af5d1f910edcc6ae11911ed0e64d347ef13e9fdc431_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d263fa00621b5233ada4af5d1f910edcc6ae11911ed0e64d347ef13e9fdc431_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d263fa00621b5233ada4af5d1f910edcc6ae11911ed0e64d347ef13e9fdc431_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A2d263fa00621b5233ada4af5d1f910edcc6ae11911ed0e64d347ef13e9fdc431?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:807f5c133cf808f5ec38fb50653db843e81322af200a20079edd22851c10b954_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:807f5c133cf808f5ec38fb50653db843e81322af200a20079edd22851c10b954_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:807f5c133cf808f5ec38fb50653db843e81322af200a20079edd22851c10b954_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A807f5c133cf808f5ec38fb50653db843e81322af200a20079edd22851c10b954?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767793828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:067ece3e5c97432a368e09212d7fcdb8a17bec2044fef91090226cbe365a4288_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:067ece3e5c97432a368e09212d7fcdb8a17bec2044fef91090226cbe365a4288_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:067ece3e5c97432a368e09212d7fcdb8a17bec2044fef91090226cbe365a4288_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A067ece3e5c97432a368e09212d7fcdb8a17bec2044fef91090226cbe365a4288?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c617cf740709f1940309546d083fba3b1a3a42101eb2d22e6546c865cfe489c2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c617cf740709f1940309546d083fba3b1a3a42101eb2d22e6546c865cfe489c2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c617cf740709f1940309546d083fba3b1a3a42101eb2d22e6546c865cfe489c2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Ac617cf740709f1940309546d083fba3b1a3a42101eb2d22e6546c865cfe489c2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767827174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:632b2e2895576e7374328d3bb8c0117d54fe021d94784207e421efdd1cb41816_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:632b2e2895576e7374328d3bb8c0117d54fe021d94784207e421efdd1cb41816_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:632b2e2895576e7374328d3bb8c0117d54fe021d94784207e421efdd1cb41816_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A632b2e2895576e7374328d3bb8c0117d54fe021d94784207e421efdd1cb41816?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:a66ffeabb9761d4ef2a7c6211645f08f7d0cbd1fb103497dff173d9ada6d1d7f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:a66ffeabb9761d4ef2a7c6211645f08f7d0cbd1fb103497dff173d9ada6d1d7f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:a66ffeabb9761d4ef2a7c6211645f08f7d0cbd1fb103497dff173d9ada6d1d7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Aa66ffeabb9761d4ef2a7c6211645f08f7d0cbd1fb103497dff173d9ada6d1d7f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765812634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fc1f2838a83d79c96316809e9e09f1efd2b54015476e6d38df658ba15850747a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fc1f2838a83d79c96316809e9e09f1efd2b54015476e6d38df658ba15850747a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fc1f2838a83d79c96316809e9e09f1efd2b54015476e6d38df658ba15850747a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Afc1f2838a83d79c96316809e9e09f1efd2b54015476e6d38df658ba15850747a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765811762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f5175803425f00b74f14f887d487014e4c664ff7c7c9a6f9033b3607d290ed32_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f5175803425f00b74f14f887d487014e4c664ff7c7c9a6f9033b3607d290ed32_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f5175803425f00b74f14f887d487014e4c664ff7c7c9a6f9033b3607d290ed32_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Af5175803425f00b74f14f887d487014e4c664ff7c7c9a6f9033b3607d290ed32?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765813064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d049f56d7901b70eae24584eb1392cddb245ea63e4aebdd673fbc576f24777cd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d049f56d7901b70eae24584eb1392cddb245ea63e4aebdd673fbc576f24777cd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d049f56d7901b70eae24584eb1392cddb245ea63e4aebdd673fbc576f24777cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Ad049f56d7901b70eae24584eb1392cddb245ea63e4aebdd673fbc576f24777cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809303"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1db0d950cd22e8d5537443f0aa4da13d256aee84eeadf8668877e4c46b26b857_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1db0d950cd22e8d5537443f0aa4da13d256aee84eeadf8668877e4c46b26b857_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1db0d950cd22e8d5537443f0aa4da13d256aee84eeadf8668877e4c46b26b857_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A1db0d950cd22e8d5537443f0aa4da13d256aee84eeadf8668877e4c46b26b857?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810389"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:925d7c962a979745edce32fd795fad2ccc2b82695f6ae8fd806b48dcba96ffc9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:925d7c962a979745edce32fd795fad2ccc2b82695f6ae8fd806b48dcba96ffc9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:925d7c962a979745edce32fd795fad2ccc2b82695f6ae8fd806b48dcba96ffc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A925d7c962a979745edce32fd795fad2ccc2b82695f6ae8fd806b48dcba96ffc9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4f3977b99741fa8613db4fa0783a15dd3f28a528b317a149e45d965db81203e6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4f3977b99741fa8613db4fa0783a15dd3f28a528b317a149e45d965db81203e6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4f3977b99741fa8613db4fa0783a15dd3f28a528b317a149e45d965db81203e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A4f3977b99741fa8613db4fa0783a15dd3f28a528b317a149e45d965db81203e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767796663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b9eb7624eb841fd2ca4e97d4847c21d0bf244faba44e4b7bd4a688efb1070f1a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b9eb7624eb841fd2ca4e97d4847c21d0bf244faba44e4b7bd4a688efb1070f1a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b9eb7624eb841fd2ca4e97d4847c21d0bf244faba44e4b7bd4a688efb1070f1a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Ab9eb7624eb841fd2ca4e97d4847c21d0bf244faba44e4b7bd4a688efb1070f1a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ae5c975aabf7aeb4d816d0d25d085c4fac9caac06643979d567a6b5479f19b74_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ae5c975aabf7aeb4d816d0d25d085c4fac9caac06643979d567a6b5479f19b74_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ae5c975aabf7aeb4d816d0d25d085c4fac9caac06643979d567a6b5479f19b74_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Aae5c975aabf7aeb4d816d0d25d085c4fac9caac06643979d567a6b5479f19b74?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765811002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5829d8858e4497965e6c0acf788712593a5925f05c6c5f21c2195c87b1229d69_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5829d8858e4497965e6c0acf788712593a5925f05c6c5f21c2195c87b1229d69_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5829d8858e4497965e6c0acf788712593a5925f05c6c5f21c2195c87b1229d69_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A5829d8858e4497965e6c0acf788712593a5925f05c6c5f21c2195c87b1229d69?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6592838f76a778b2db12d549325fc84347b1223127f81aa68b0bebfa8d9c5da7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6592838f76a778b2db12d549325fc84347b1223127f81aa68b0bebfa8d9c5da7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6592838f76a778b2db12d549325fc84347b1223127f81aa68b0bebfa8d9c5da7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A6592838f76a778b2db12d549325fc84347b1223127f81aa68b0bebfa8d9c5da7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:11921eb8e50ff9230808952a03c48410c72aa1c4b3b364be85e2cc313494e992_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:11921eb8e50ff9230808952a03c48410c72aa1c4b3b364be85e2cc313494e992_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:11921eb8e50ff9230808952a03c48410c72aa1c4b3b364be85e2cc313494e992_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A11921eb8e50ff9230808952a03c48410c72aa1c4b3b364be85e2cc313494e992?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766152231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:771ea3e2a76bcf70b69f858d734a30fc92202abe787461fa94d1d4875aa594da_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:771ea3e2a76bcf70b69f858d734a30fc92202abe787461fa94d1d4875aa594da_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:771ea3e2a76bcf70b69f858d734a30fc92202abe787461fa94d1d4875aa594da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A771ea3e2a76bcf70b69f858d734a30fc92202abe787461fa94d1d4875aa594da?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:12e6cda5bbbe6ad6fca6b1e4a071c73289f544ef9e8c8bbefa04a2560a8a1061_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:12e6cda5bbbe6ad6fca6b1e4a071c73289f544ef9e8c8bbefa04a2560a8a1061_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:12e6cda5bbbe6ad6fca6b1e4a071c73289f544ef9e8c8bbefa04a2560a8a1061_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A12e6cda5bbbe6ad6fca6b1e4a071c73289f544ef9e8c8bbefa04a2560a8a1061?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766583341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7623d4b6acace64aeb4b462df5690b5468c75a16b97eaf5c6250868ea2a5922f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7623d4b6acace64aeb4b462df5690b5468c75a16b97eaf5c6250868ea2a5922f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7623d4b6acace64aeb4b462df5690b5468c75a16b97eaf5c6250868ea2a5922f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A7623d4b6acace64aeb4b462df5690b5468c75a16b97eaf5c6250868ea2a5922f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a672f8de6d6a47c0eacac43e272debc7aae590468c27fc834ae87c407fd79622_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a672f8de6d6a47c0eacac43e272debc7aae590468c27fc834ae87c407fd79622_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a672f8de6d6a47c0eacac43e272debc7aae590468c27fc834ae87c407fd79622_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Aa672f8de6d6a47c0eacac43e272debc7aae590468c27fc834ae87c407fd79622?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765979094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:37d91b0db0bc2f47179c940f409812448d12413e82b89520fd527db005890478_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:37d91b0db0bc2f47179c940f409812448d12413e82b89520fd527db005890478_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:37d91b0db0bc2f47179c940f409812448d12413e82b89520fd527db005890478_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A37d91b0db0bc2f47179c940f409812448d12413e82b89520fd527db005890478?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bfad6440891e209e6c4961b0c6eefb7a0f974f036c3836ac4ea20dd8cd58cb36_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bfad6440891e209e6c4961b0c6eefb7a0f974f036c3836ac4ea20dd8cd58cb36_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bfad6440891e209e6c4961b0c6eefb7a0f974f036c3836ac4ea20dd8cd58cb36_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Abfad6440891e209e6c4961b0c6eefb7a0f974f036c3836ac4ea20dd8cd58cb36?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766195330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2493cc19ecf6de30980aa1343ae72f9f67abca9e60c45dd9701e3654a49a8751_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2493cc19ecf6de30980aa1343ae72f9f67abca9e60c45dd9701e3654a49a8751_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2493cc19ecf6de30980aa1343ae72f9f67abca9e60c45dd9701e3654a49a8751_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A2493cc19ecf6de30980aa1343ae72f9f67abca9e60c45dd9701e3654a49a8751?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9481f2896105bb5bdffe5d4ff13475b95a4cc8ef4854f49856280bc1637cf00b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9481f2896105bb5bdffe5d4ff13475b95a4cc8ef4854f49856280bc1637cf00b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9481f2896105bb5bdffe5d4ff13475b95a4cc8ef4854f49856280bc1637cf00b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A9481f2896105bb5bdffe5d4ff13475b95a4cc8ef4854f49856280bc1637cf00b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765812831"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c53efc8acf0a12d9219121fd50b057b3011b9d6c96e5764ab378c731025c3a53_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c53efc8acf0a12d9219121fd50b057b3011b9d6c96e5764ab378c731025c3a53_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c53efc8acf0a12d9219121fd50b057b3011b9d6c96e5764ab378c731025c3a53_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Ac53efc8acf0a12d9219121fd50b057b3011b9d6c96e5764ab378c731025c3a53?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809719"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:41003110931d8804e7ed72d1147fa1af7caead5906364c65227b88fcf915c661_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:41003110931d8804e7ed72d1147fa1af7caead5906364c65227b88fcf915c661_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:41003110931d8804e7ed72d1147fa1af7caead5906364c65227b88fcf915c661_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A41003110931d8804e7ed72d1147fa1af7caead5906364c65227b88fcf915c661?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809536"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4878c17bfda3e85a73f33484180829821bca67ce081f854aefa41d61be6f54df_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4878c17bfda3e85a73f33484180829821bca67ce081f854aefa41d61be6f54df_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4878c17bfda3e85a73f33484180829821bca67ce081f854aefa41d61be6f54df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A4878c17bfda3e85a73f33484180829821bca67ce081f854aefa41d61be6f54df?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810974"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:552f87d4680af353de9006b557a394366711e123172a3756e98bbb795bc7ad6d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:552f87d4680af353de9006b557a394366711e123172a3756e98bbb795bc7ad6d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:552f87d4680af353de9006b557a394366711e123172a3756e98bbb795bc7ad6d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A552f87d4680af353de9006b557a394366711e123172a3756e98bbb795bc7ad6d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809585"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dd0a5949ffdd4d4ccf84d0c1425b37036431bf0280417c5d6f545628d6a00d78_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dd0a5949ffdd4d4ccf84d0c1425b37036431bf0280417c5d6f545628d6a00d78_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dd0a5949ffdd4d4ccf84d0c1425b37036431bf0280417c5d6f545628d6a00d78_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Add0a5949ffdd4d4ccf84d0c1425b37036431bf0280417c5d6f545628d6a00d78?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e6e3e21f5a68eca36ffcfbf99038a86450f10ba84378240e36a9f10b5c7bffe9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e6e3e21f5a68eca36ffcfbf99038a86450f10ba84378240e36a9f10b5c7bffe9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e6e3e21f5a68eca36ffcfbf99038a86450f10ba84378240e36a9f10b5c7bffe9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Ae6e3e21f5a68eca36ffcfbf99038a86450f10ba84378240e36a9f10b5c7bffe9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb281558c21b0e23228d44339846cf3d7cebe6e650b88b186efe97571eb35ffb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb281558c21b0e23228d44339846cf3d7cebe6e650b88b186efe97571eb35ffb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb281558c21b0e23228d44339846cf3d7cebe6e650b88b186efe97571eb35ffb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Aeb281558c21b0e23228d44339846cf3d7cebe6e650b88b186efe97571eb35ffb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3ea80a1b91fc2c0e2872eb2220f85e51faa4b29fbbf751124f83760bb3626767_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3ea80a1b91fc2c0e2872eb2220f85e51faa4b29fbbf751124f83760bb3626767_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3ea80a1b91fc2c0e2872eb2220f85e51faa4b29fbbf751124f83760bb3626767_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A3ea80a1b91fc2c0e2872eb2220f85e51faa4b29fbbf751124f83760bb3626767?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808513"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:de0543519d0d54727aff176674588dcada0f23b9a0e925b0a904fa226d9d933a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:de0543519d0d54727aff176674588dcada0f23b9a0e925b0a904fa226d9d933a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:de0543519d0d54727aff176674588dcada0f23b9a0e925b0a904fa226d9d933a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ade0543519d0d54727aff176674588dcada0f23b9a0e925b0a904fa226d9d933a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:764c3f1175438ab900e029dc67ffcd961aa85fc9910b1f0e0914716c0d1dd7d8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:764c3f1175438ab900e029dc67ffcd961aa85fc9910b1f0e0914716c0d1dd7d8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:764c3f1175438ab900e029dc67ffcd961aa85fc9910b1f0e0914716c0d1dd7d8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A764c3f1175438ab900e029dc67ffcd961aa85fc9910b1f0e0914716c0d1dd7d8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767825923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd553e30c06bdae21ae5d78cebd046bb0f4ae9643f24aff4ec6bb58eb3594c62_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd553e30c06bdae21ae5d78cebd046bb0f4ae9643f24aff4ec6bb58eb3594c62_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd553e30c06bdae21ae5d78cebd046bb0f4ae9643f24aff4ec6bb58eb3594c62_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Acd553e30c06bdae21ae5d78cebd046bb0f4ae9643f24aff4ec6bb58eb3594c62?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8fd1a25bbeeef53c51952e0ff63b550499b47919cdd3d2118b37d4c03c160fe4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8fd1a25bbeeef53c51952e0ff63b550499b47919cdd3d2118b37d4c03c160fe4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8fd1a25bbeeef53c51952e0ff63b550499b47919cdd3d2118b37d4c03c160fe4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A8fd1a25bbeeef53c51952e0ff63b550499b47919cdd3d2118b37d4c03c160fe4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d6122db412dbf199fd162754cdf43df75458fd822cac01d9468d00f9f8acbe64_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d6122db412dbf199fd162754cdf43df75458fd822cac01d9468d00f9f8acbe64_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d6122db412dbf199fd162754cdf43df75458fd822cac01d9468d00f9f8acbe64_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Ad6122db412dbf199fd162754cdf43df75458fd822cac01d9468d00f9f8acbe64?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3b2ff50a1b015a092e5f4402f809bd8cc71da99ab75d651fc38f225e599ef169_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3b2ff50a1b015a092e5f4402f809bd8cc71da99ab75d651fc38f225e599ef169_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3b2ff50a1b015a092e5f4402f809bd8cc71da99ab75d651fc38f225e599ef169_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A3b2ff50a1b015a092e5f4402f809bd8cc71da99ab75d651fc38f225e599ef169?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7c54e10d6611bcb68abf51a5b79fa7717673e913a1c39ad7c47ccee2be788824_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7c54e10d6611bcb68abf51a5b79fa7717673e913a1c39ad7c47ccee2be788824_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7c54e10d6611bcb68abf51a5b79fa7717673e913a1c39ad7c47ccee2be788824_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A7c54e10d6611bcb68abf51a5b79fa7717673e913a1c39ad7c47ccee2be788824?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:676fadb59d495a758bf5d574d9a57a860356d060090a09c32ad4707af39dbc6d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:676fadb59d495a758bf5d574d9a57a860356d060090a09c32ad4707af39dbc6d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:676fadb59d495a758bf5d574d9a57a860356d060090a09c32ad4707af39dbc6d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A676fadb59d495a758bf5d574d9a57a860356d060090a09c32ad4707af39dbc6d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767825938"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f8d2de3b8ac558a7c0239904a487b55839bcf25210234a173ae4243f2c5fa910_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f8d2de3b8ac558a7c0239904a487b55839bcf25210234a173ae4243f2c5fa910_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f8d2de3b8ac558a7c0239904a487b55839bcf25210234a173ae4243f2c5fa910_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Af8d2de3b8ac558a7c0239904a487b55839bcf25210234a173ae4243f2c5fa910?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32fbea963882d5f53d303ac03accae21b046780c83dc731d6bb6dac0247702d8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32fbea963882d5f53d303ac03accae21b046780c83dc731d6bb6dac0247702d8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32fbea963882d5f53d303ac03accae21b046780c83dc731d6bb6dac0247702d8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A32fbea963882d5f53d303ac03accae21b046780c83dc731d6bb6dac0247702d8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:650e1233b428da23a578e7d0a0e2a801c5b45b5250d1ec569db6f72baaeb862d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:650e1233b428da23a578e7d0a0e2a801c5b45b5250d1ec569db6f72baaeb862d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:650e1233b428da23a578e7d0a0e2a801c5b45b5250d1ec569db6f72baaeb862d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A650e1233b428da23a578e7d0a0e2a801c5b45b5250d1ec569db6f72baaeb862d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:33ab0999998bd7585c1dd5e4ef29d3dd17329c04b933f4a8aa3eb0e45c7d41ab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:33ab0999998bd7585c1dd5e4ef29d3dd17329c04b933f4a8aa3eb0e45c7d41ab_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:33ab0999998bd7585c1dd5e4ef29d3dd17329c04b933f4a8aa3eb0e45c7d41ab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A33ab0999998bd7585c1dd5e4ef29d3dd17329c04b933f4a8aa3eb0e45c7d41ab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808303"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:882145f4222ddccb6cd6857977ff32ca9d0bf15d8e0664a87e5bc120c5245aac_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:882145f4222ddccb6cd6857977ff32ca9d0bf15d8e0664a87e5bc120c5245aac_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:882145f4222ddccb6cd6857977ff32ca9d0bf15d8e0664a87e5bc120c5245aac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A882145f4222ddccb6cd6857977ff32ca9d0bf15d8e0664a87e5bc120c5245aac?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7075939e96be91c69faf0528ec0781e94e97ba80e2297f13afc01e41b204b077_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7075939e96be91c69faf0528ec0781e94e97ba80e2297f13afc01e41b204b077_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7075939e96be91c69faf0528ec0781e94e97ba80e2297f13afc01e41b204b077_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A7075939e96be91c69faf0528ec0781e94e97ba80e2297f13afc01e41b204b077?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a1d11a18d39ac896e86d9f90dc692d09660303d89809de42c1fcf2b6bc653627_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a1d11a18d39ac896e86d9f90dc692d09660303d89809de42c1fcf2b6bc653627_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a1d11a18d39ac896e86d9f90dc692d09660303d89809de42c1fcf2b6bc653627_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Aa1d11a18d39ac896e86d9f90dc692d09660303d89809de42c1fcf2b6bc653627?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9ece535834ded773d679fe84bea163e3966207e872951e0fcd9584d751f081b1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9ece535834ded773d679fe84bea163e3966207e872951e0fcd9584d751f081b1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9ece535834ded773d679fe84bea163e3966207e872951e0fcd9584d751f081b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A9ece535834ded773d679fe84bea163e3966207e872951e0fcd9584d751f081b1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9ef2e09985c9e70071836df61aa5056d7849342d1e591041106134c997ae8120_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9ef2e09985c9e70071836df61aa5056d7849342d1e591041106134c997ae8120_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9ef2e09985c9e70071836df61aa5056d7849342d1e591041106134c997ae8120_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A9ef2e09985c9e70071836df61aa5056d7849342d1e591041106134c997ae8120?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:afda2d89e926843cde66bead1ee04bae05a1e0afb6ba5b4840aa78730e1a7e0f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:afda2d89e926843cde66bead1ee04bae05a1e0afb6ba5b4840aa78730e1a7e0f_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:afda2d89e926843cde66bead1ee04bae05a1e0afb6ba5b4840aa78730e1a7e0f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Aafda2d89e926843cde66bead1ee04bae05a1e0afb6ba5b4840aa78730e1a7e0f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:12d479f76a485b9bb10e103761b14de977a5f4bb5be30bd1e5e7661a2efa798a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:12d479f76a485b9bb10e103761b14de977a5f4bb5be30bd1e5e7661a2efa798a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:12d479f76a485b9bb10e103761b14de977a5f4bb5be30bd1e5e7661a2efa798a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A12d479f76a485b9bb10e103761b14de977a5f4bb5be30bd1e5e7661a2efa798a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765468771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:00b7c985115df727784ef9623422fd054dc94ad0165091607a3fdd9998c10a56_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:00b7c985115df727784ef9623422fd054dc94ad0165091607a3fdd9998c10a56_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:00b7c985115df727784ef9623422fd054dc94ad0165091607a3fdd9998c10a56_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A00b7c985115df727784ef9623422fd054dc94ad0165091607a3fdd9998c10a56?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808014"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b4ff9216aa7223fb6212fcc9a1d365e018b216ec4b5001c5e1375be934b83c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b4ff9216aa7223fb6212fcc9a1d365e018b216ec4b5001c5e1375be934b83c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b4ff9216aa7223fb6212fcc9a1d365e018b216ec4b5001c5e1375be934b83c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A98b4ff9216aa7223fb6212fcc9a1d365e018b216ec4b5001c5e1375be934b83c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809500"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:ae57c471db430b9b1d4aa0955654477ff31186d5fb2a6f3c0c853955f0d67520_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:ae57c471db430b9b1d4aa0955654477ff31186d5fb2a6f3c0c853955f0d67520_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:ae57c471db430b9b1d4aa0955654477ff31186d5fb2a6f3c0c853955f0d67520_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3Aae57c471db430b9b1d4aa0955654477ff31186d5fb2a6f3c0c853955f0d67520?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e215ec8636847d0047e6d3ce68730251e66505d60f879e5ad001b20e53447bbd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e215ec8636847d0047e6d3ce68730251e66505d60f879e5ad001b20e53447bbd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e215ec8636847d0047e6d3ce68730251e66505d60f879e5ad001b20e53447bbd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3Ae215ec8636847d0047e6d3ce68730251e66505d60f879e5ad001b20e53447bbd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:08462feb125bcc2cc00ff094dc26c1056f4b33c13fc0c0627157b18cdb51aa32_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:08462feb125bcc2cc00ff094dc26c1056f4b33c13fc0c0627157b18cdb51aa32_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:08462feb125bcc2cc00ff094dc26c1056f4b33c13fc0c0627157b18cdb51aa32_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A08462feb125bcc2cc00ff094dc26c1056f4b33c13fc0c0627157b18cdb51aa32?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765811237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1e8d150ca04a70b2433f6dd14113d87cf855f2430084418e493fdc32ad475448_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1e8d150ca04a70b2433f6dd14113d87cf855f2430084418e493fdc32ad475448_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1e8d150ca04a70b2433f6dd14113d87cf855f2430084418e493fdc32ad475448_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A1e8d150ca04a70b2433f6dd14113d87cf855f2430084418e493fdc32ad475448?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:abbfa09157a881df0180aa769b851734c5f937347be2c85b64659ebdf680e53c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:abbfa09157a881df0180aa769b851734c5f937347be2c85b64659ebdf680e53c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:abbfa09157a881df0180aa769b851734c5f937347be2c85b64659ebdf680e53c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Aabbfa09157a881df0180aa769b851734c5f937347be2c85b64659ebdf680e53c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ba439555666cdc717511b9d280abda62ca4dda1c83c597ceb4708d7e9842c2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ba439555666cdc717511b9d280abda62ca4dda1c83c597ceb4708d7e9842c2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ba439555666cdc717511b9d280abda62ca4dda1c83c597ceb4708d7e9842c2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Aa3ba439555666cdc717511b9d280abda62ca4dda1c83c597ceb4708d7e9842c2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7aebe63b8859b65c7821095b8949c641d872029d6a0e133ba719abbf765eae4c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7aebe63b8859b65c7821095b8949c641d872029d6a0e133ba719abbf765eae4c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7aebe63b8859b65c7821095b8949c641d872029d6a0e133ba719abbf765eae4c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A7aebe63b8859b65c7821095b8949c641d872029d6a0e133ba719abbf765eae4c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766151847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:3964f685f0019f6cec500bb4f0c6c951eab80a5b79b36f594ca67bd611ddf4a7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:3964f685f0019f6cec500bb4f0c6c951eab80a5b79b36f594ca67bd611ddf4a7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:3964f685f0019f6cec500bb4f0c6c951eab80a5b79b36f594ca67bd611ddf4a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3A3964f685f0019f6cec500bb4f0c6c951eab80a5b79b36f594ca67bd611ddf4a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c79f5f9c09620a38583a0b96c4b2bbab9e3ba7ac715fedd799f3c87f0366b4dc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c79f5f9c09620a38583a0b96c4b2bbab9e3ba7ac715fedd799f3c87f0366b4dc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c79f5f9c09620a38583a0b96c4b2bbab9e3ba7ac715fedd799f3c87f0366b4dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Ac79f5f9c09620a38583a0b96c4b2bbab9e3ba7ac715fedd799f3c87f0366b4dc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:464b70d7f61dfd2ee43d78120874a5cae78854dbf178605f7f27e1b5a70ae00b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:464b70d7f61dfd2ee43d78120874a5cae78854dbf178605f7f27e1b5a70ae00b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:464b70d7f61dfd2ee43d78120874a5cae78854dbf178605f7f27e1b5a70ae00b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A464b70d7f61dfd2ee43d78120874a5cae78854dbf178605f7f27e1b5a70ae00b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808946"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d594930ba6980988e4307f75d0d0482d036539d5d95c9681947d6cd16898052f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d594930ba6980988e4307f75d0d0482d036539d5d95c9681947d6cd16898052f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d594930ba6980988e4307f75d0d0482d036539d5d95c9681947d6cd16898052f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ad594930ba6980988e4307f75d0d0482d036539d5d95c9681947d6cd16898052f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766411140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c7f611e57c09bb077131f6ede097d53b71ff9cabddcfa1842a079dbdf2235a6b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c7f611e57c09bb077131f6ede097d53b71ff9cabddcfa1842a079dbdf2235a6b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c7f611e57c09bb077131f6ede097d53b71ff9cabddcfa1842a079dbdf2235a6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3Ac7f611e57c09bb077131f6ede097d53b71ff9cabddcfa1842a079dbdf2235a6b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808290"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:61ee27876cd0574370de2872e8c2b75107c073434fedbad8a2c4c8afa9dd8991_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:61ee27876cd0574370de2872e8c2b75107c073434fedbad8a2c4c8afa9dd8991_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:61ee27876cd0574370de2872e8c2b75107c073434fedbad8a2c4c8afa9dd8991_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A61ee27876cd0574370de2872e8c2b75107c073434fedbad8a2c4c8afa9dd8991?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765893247"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:45bbc288c8b504ceecd76daaf2487bef81223f983de9dd6c79bd6d5ffd83f363_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:45bbc288c8b504ceecd76daaf2487bef81223f983de9dd6c79bd6d5ffd83f363_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:45bbc288c8b504ceecd76daaf2487bef81223f983de9dd6c79bd6d5ffd83f363_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A45bbc288c8b504ceecd76daaf2487bef81223f983de9dd6c79bd6d5ffd83f363?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766154188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b13a5dec2b6b0eeeef0d050f5383d61edc7df45c7bd3489a3c0ca618f1810817_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b13a5dec2b6b0eeeef0d050f5383d61edc7df45c7bd3489a3c0ca618f1810817_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b13a5dec2b6b0eeeef0d050f5383d61edc7df45c7bd3489a3c0ca618f1810817_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3Ab13a5dec2b6b0eeeef0d050f5383d61edc7df45c7bd3489a3c0ca618f1810817?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766195361"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e134c48dfe7650ac9961724c83d53ca8f8fc3497e7b34f137fb7377ffa85427e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e134c48dfe7650ac9961724c83d53ca8f8fc3497e7b34f137fb7377ffa85427e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e134c48dfe7650ac9961724c83d53ca8f8fc3497e7b34f137fb7377ffa85427e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Ae134c48dfe7650ac9961724c83d53ca8f8fc3497e7b34f137fb7377ffa85427e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766195376"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e66343418c4f082a915eb6c2c9922a92ab49a62c9f3895ced29af03e2583405f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e66343418c4f082a915eb6c2c9922a92ab49a62c9f3895ced29af03e2583405f_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e66343418c4f082a915eb6c2c9922a92ab49a62c9f3895ced29af03e2583405f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Ae66343418c4f082a915eb6c2c9922a92ab49a62c9f3895ced29af03e2583405f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1db80be2cdcb3f02b0d9767cbcbe763a6f726da41151c275653865e6a56aa2f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1db80be2cdcb3f02b0d9767cbcbe763a6f726da41151c275653865e6a56aa2f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1db80be2cdcb3f02b0d9767cbcbe763a6f726da41151c275653865e6a56aa2f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Ab1db80be2cdcb3f02b0d9767cbcbe763a6f726da41151c275653865e6a56aa2f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fcbb0a00765ee93c1d12bea60288897f73697f13f687c18cc69d0d70cada5629_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fcbb0a00765ee93c1d12bea60288897f73697f13f687c18cc69d0d70cada5629_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fcbb0a00765ee93c1d12bea60288897f73697f13f687c18cc69d0d70cada5629_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Afcbb0a00765ee93c1d12bea60288897f73697f13f687c18cc69d0d70cada5629?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809519"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8d4b35316b9d6ce915f9fddd0b8472ee227dc5dfec4acd1ccf0cc4189b413bed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8d4b35316b9d6ce915f9fddd0b8472ee227dc5dfec4acd1ccf0cc4189b413bed_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8d4b35316b9d6ce915f9fddd0b8472ee227dc5dfec4acd1ccf0cc4189b413bed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A8d4b35316b9d6ce915f9fddd0b8472ee227dc5dfec4acd1ccf0cc4189b413bed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766151892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b26796189012b2083bd4042bf633c87775c1875e53722dfa2c3fb6842c73eb40_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b26796189012b2083bd4042bf633c87775c1875e53722dfa2c3fb6842c73eb40_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b26796189012b2083bd4042bf633c87775c1875e53722dfa2c3fb6842c73eb40_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Ab26796189012b2083bd4042bf633c87775c1875e53722dfa2c3fb6842c73eb40?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766066147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0dddd8795e421248fba7645611beb1bc8cde997d72553c0a8ca3b06d87f20e2a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0dddd8795e421248fba7645611beb1bc8cde997d72553c0a8ca3b06d87f20e2a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0dddd8795e421248fba7645611beb1bc8cde997d72553c0a8ca3b06d87f20e2a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A0dddd8795e421248fba7645611beb1bc8cde997d72553c0a8ca3b06d87f20e2a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:592f662ff520e1ead327b97bab7b779cde84e5c5f6ac2bb846a3a962f6698eea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:592f662ff520e1ead327b97bab7b779cde84e5c5f6ac2bb846a3a962f6698eea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:592f662ff520e1ead327b97bab7b779cde84e5c5f6ac2bb846a3a962f6698eea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A592f662ff520e1ead327b97bab7b779cde84e5c5f6ac2bb846a3a962f6698eea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:51ba4886a8eb2be2c540a8761126874e03209066c912eb315de0bc5659e2f9e6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:51ba4886a8eb2be2c540a8761126874e03209066c912eb315de0bc5659e2f9e6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:51ba4886a8eb2be2c540a8761126874e03209066c912eb315de0bc5659e2f9e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A51ba4886a8eb2be2c540a8761126874e03209066c912eb315de0bc5659e2f9e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765979181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:106806474727790a173149953ab4f275ca399fe3e73ce22aa09c1f6aee557f0b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:106806474727790a173149953ab4f275ca399fe3e73ce22aa09c1f6aee557f0b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:106806474727790a173149953ab4f275ca399fe3e73ce22aa09c1f6aee557f0b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A106806474727790a173149953ab4f275ca399fe3e73ce22aa09c1f6aee557f0b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766194834"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4c015076e09420f82932e926b1503b042a077697e72a137d82f7cffcf92049da_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4c015076e09420f82932e926b1503b042a077697e72a137d82f7cffcf92049da_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4c015076e09420f82932e926b1503b042a077697e72a137d82f7cffcf92049da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A4c015076e09420f82932e926b1503b042a077697e72a137d82f7cffcf92049da?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1b0f00fa42bbb2f0263606ca50a494ae17e7e92ee0bb36946162062d95af0ae0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1b0f00fa42bbb2f0263606ca50a494ae17e7e92ee0bb36946162062d95af0ae0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1b0f00fa42bbb2f0263606ca50a494ae17e7e92ee0bb36946162062d95af0ae0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A1b0f00fa42bbb2f0263606ca50a494ae17e7e92ee0bb36946162062d95af0ae0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810766"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:78749018731e612148771f882c5b197b3e3143c03c6c78dc1d0e7dee8e5b6d21_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:78749018731e612148771f882c5b197b3e3143c03c6c78dc1d0e7dee8e5b6d21_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:78749018731e612148771f882c5b197b3e3143c03c6c78dc1d0e7dee8e5b6d21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A78749018731e612148771f882c5b197b3e3143c03c6c78dc1d0e7dee8e5b6d21?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2ea3e45b84d940017db50ee4c9a5076469f8e1daf021540f8279e11ce30c5a95_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2ea3e45b84d940017db50ee4c9a5076469f8e1daf021540f8279e11ce30c5a95_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2ea3e45b84d940017db50ee4c9a5076469f8e1daf021540f8279e11ce30c5a95_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A2ea3e45b84d940017db50ee4c9a5076469f8e1daf021540f8279e11ce30c5a95?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765812686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:3af844266499efa1baf91798f9a533c81841090d1cc3d6d8cc6317062408ec8c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:3af844266499efa1baf91798f9a533c81841090d1cc3d6d8cc6317062408ec8c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:3af844266499efa1baf91798f9a533c81841090d1cc3d6d8cc6317062408ec8c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A3af844266499efa1baf91798f9a533c81841090d1cc3d6d8cc6317062408ec8c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6006485ec84536268eb4ca08a076eb70deb9082e2604f55fca792ea449c4fb8f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6006485ec84536268eb4ca08a076eb70deb9082e2604f55fca792ea449c4fb8f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6006485ec84536268eb4ca08a076eb70deb9082e2604f55fca792ea449c4fb8f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A6006485ec84536268eb4ca08a076eb70deb9082e2604f55fca792ea449c4fb8f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3be656261ba123e12f4217cbe8ce75ada30edcf8b6183f27b86e71a2fbdc3823_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3be656261ba123e12f4217cbe8ce75ada30edcf8b6183f27b86e71a2fbdc3823_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3be656261ba123e12f4217cbe8ce75ada30edcf8b6183f27b86e71a2fbdc3823_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A3be656261ba123e12f4217cbe8ce75ada30edcf8b6183f27b86e71a2fbdc3823?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767796345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e7b30b5e1e6a538afb2a063faae1e56503e1ba07773ad385eba5b44a7a2a3a7c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e7b30b5e1e6a538afb2a063faae1e56503e1ba07773ad385eba5b44a7a2a3a7c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e7b30b5e1e6a538afb2a063faae1e56503e1ba07773ad385eba5b44a7a2a3a7c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Ae7b30b5e1e6a538afb2a063faae1e56503e1ba07773ad385eba5b44a7a2a3a7c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b4593284c3159a154f6689d5c25408bee333708d646d6ab409eb56f24cc51acf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b4593284c3159a154f6689d5c25408bee333708d646d6ab409eb56f24cc51acf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b4593284c3159a154f6689d5c25408bee333708d646d6ab409eb56f24cc51acf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3Ab4593284c3159a154f6689d5c25408bee333708d646d6ab409eb56f24cc51acf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f070afd309659f550fa4a9bb23a9b27f0663236c1a07a311031fed658eddcc62_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f070afd309659f550fa4a9bb23a9b27f0663236c1a07a311031fed658eddcc62_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f070afd309659f550fa4a9bb23a9b27f0663236c1a07a311031fed658eddcc62_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Af070afd309659f550fa4a9bb23a9b27f0663236c1a07a311031fed658eddcc62?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:c1ae71a3cc786d6147f423c9bd6bf5e9260e4a91f3459b5885d4b5c73cdf7580_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:c1ae71a3cc786d6147f423c9bd6bf5e9260e4a91f3459b5885d4b5c73cdf7580_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:c1ae71a3cc786d6147f423c9bd6bf5e9260e4a91f3459b5885d4b5c73cdf7580_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel9@sha256%3Ac1ae71a3cc786d6147f423c9bd6bf5e9260e4a91f3459b5885d4b5c73cdf7580?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1c60387c714875a934e3535f514d2a291bdfc7105161425a7b19c622cc74c93f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1c60387c714875a934e3535f514d2a291bdfc7105161425a7b19c622cc74c93f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1c60387c714875a934e3535f514d2a291bdfc7105161425a7b19c622cc74c93f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A1c60387c714875a934e3535f514d2a291bdfc7105161425a7b19c622cc74c93f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:cbd9992a6f7d27c4a76573645d273f080c16b6979e5844f56f003bffebef2850_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:cbd9992a6f7d27c4a76573645d273f080c16b6979e5844f56f003bffebef2850_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:cbd9992a6f7d27c4a76573645d273f080c16b6979e5844f56f003bffebef2850_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Acbd9992a6f7d27c4a76573645d273f080c16b6979e5844f56f003bffebef2850?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:08b57a22f0a2e5be35297e43af7ffc6e00fb17ab94c953c32fc3722f04076bde_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:08b57a22f0a2e5be35297e43af7ffc6e00fb17ab94c953c32fc3722f04076bde_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:08b57a22f0a2e5be35297e43af7ffc6e00fb17ab94c953c32fc3722f04076bde_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A08b57a22f0a2e5be35297e43af7ffc6e00fb17ab94c953c32fc3722f04076bde?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766151900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:cb411f9efb3e5b9c775b1a19fb0bfef7bb4cb3df7a149fa7752dbf32b1e3440f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:cb411f9efb3e5b9c775b1a19fb0bfef7bb4cb3df7a149fa7752dbf32b1e3440f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:cb411f9efb3e5b9c775b1a19fb0bfef7bb4cb3df7a149fa7752dbf32b1e3440f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Acb411f9efb3e5b9c775b1a19fb0bfef7bb4cb3df7a149fa7752dbf32b1e3440f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ad28464ad33eb8562a9d0f74a6cc8dd7f5dcbf14ea8b2482844e7b52d667ac0c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ad28464ad33eb8562a9d0f74a6cc8dd7f5dcbf14ea8b2482844e7b52d667ac0c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ad28464ad33eb8562a9d0f74a6cc8dd7f5dcbf14ea8b2482844e7b52d667ac0c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Aad28464ad33eb8562a9d0f74a6cc8dd7f5dcbf14ea8b2482844e7b52d667ac0c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:20472cb7f183c9e5c172873644d040b675394984f3486cbe6f9322ffcafb1e67_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:20472cb7f183c9e5c172873644d040b675394984f3486cbe6f9322ffcafb1e67_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:20472cb7f183c9e5c172873644d040b675394984f3486cbe6f9322ffcafb1e67_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A20472cb7f183c9e5c172873644d040b675394984f3486cbe6f9322ffcafb1e67?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6e42a9b5125ee371a48c44c1ee2c1cac3c2571e7412d51f20847d74a029f3a65_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6e42a9b5125ee371a48c44c1ee2c1cac3c2571e7412d51f20847d74a029f3a65_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6e42a9b5125ee371a48c44c1ee2c1cac3c2571e7412d51f20847d74a029f3a65_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A6e42a9b5125ee371a48c44c1ee2c1cac3c2571e7412d51f20847d74a029f3a65?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765849143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2dc4cb45ceaa798ea290f1e5a91e1d39bd173418c0a2ce61e82a018e21763c34_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2dc4cb45ceaa798ea290f1e5a91e1d39bd173418c0a2ce61e82a018e21763c34_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2dc4cb45ceaa798ea290f1e5a91e1d39bd173418c0a2ce61e82a018e21763c34_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A2dc4cb45ceaa798ea290f1e5a91e1d39bd173418c0a2ce61e82a018e21763c34?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766153463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:825c36072d88c4fc09a36aae94d6bc5650eff29d59d3229e9702a3d528903700_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:825c36072d88c4fc09a36aae94d6bc5650eff29d59d3229e9702a3d528903700_s390x",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:825c36072d88c4fc09a36aae94d6bc5650eff29d59d3229e9702a3d528903700_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter-rhel9@sha256%3A825c36072d88c4fc09a36aae94d6bc5650eff29d59d3229e9702a3d528903700?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f9895e62aa0258e3a25e618ef22f73c5516583840954782381d87aa2460f490e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f9895e62aa0258e3a25e618ef22f73c5516583840954782381d87aa2460f490e_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f9895e62aa0258e3a25e618ef22f73c5516583840954782381d87aa2460f490e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Af9895e62aa0258e3a25e618ef22f73c5516583840954782381d87aa2460f490e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9e32eb760bee63d505e38c3f1c55ee8582009d203bec819bfb0c60df165a223a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9e32eb760bee63d505e38c3f1c55ee8582009d203bec819bfb0c60df165a223a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9e32eb760bee63d505e38c3f1c55ee8582009d203bec819bfb0c60df165a223a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256%3A9e32eb760bee63d505e38c3f1c55ee8582009d203bec819bfb0c60df165a223a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766066185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:42b7617ecd40881944fc09da2598521bc0067e5aa21750c04abb317373faa9a0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:42b7617ecd40881944fc09da2598521bc0067e5aa21750c04abb317373faa9a0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:42b7617ecd40881944fc09da2598521bc0067e5aa21750c04abb317373faa9a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A42b7617ecd40881944fc09da2598521bc0067e5aa21750c04abb317373faa9a0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808677"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a40183aab5ca625d9e091b9a9bcfc36aebc8017160175b656fd09a5a3cc4aa8b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a40183aab5ca625d9e091b9a9bcfc36aebc8017160175b656fd09a5a3cc4aa8b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a40183aab5ca625d9e091b9a9bcfc36aebc8017160175b656fd09a5a3cc4aa8b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Aa40183aab5ca625d9e091b9a9bcfc36aebc8017160175b656fd09a5a3cc4aa8b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767793841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ffd7e3577beca9b0eb6459832d14bdb287e03cf9358044ab31a15dde14a97876_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ffd7e3577beca9b0eb6459832d14bdb287e03cf9358044ab31a15dde14a97876_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ffd7e3577beca9b0eb6459832d14bdb287e03cf9358044ab31a15dde14a97876_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Affd7e3577beca9b0eb6459832d14bdb287e03cf9358044ab31a15dde14a97876?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766153595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c22b3d7de15ef6233d227b5e6ee6711f362221070ca94c622e89c6b199423d9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c22b3d7de15ef6233d227b5e6ee6711f362221070ca94c622e89c6b199423d9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c22b3d7de15ef6233d227b5e6ee6711f362221070ca94c622e89c6b199423d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A6c22b3d7de15ef6233d227b5e6ee6711f362221070ca94c622e89c6b199423d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:843964fbdb83fd37107b98b3b40137f9cba3f258c901dffa778fb86fa85e7619_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:843964fbdb83fd37107b98b3b40137f9cba3f258c901dffa778fb86fa85e7619_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:843964fbdb83fd37107b98b3b40137f9cba3f258c901dffa778fb86fa85e7619_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A843964fbdb83fd37107b98b3b40137f9cba3f258c901dffa778fb86fa85e7619?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810827"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4bf4c5bff23465f820a989ae460262b32b8f6e7319346e27e6caeedbeaf6b513_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4bf4c5bff23465f820a989ae460262b32b8f6e7319346e27e6caeedbeaf6b513_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4bf4c5bff23465f820a989ae460262b32b8f6e7319346e27e6caeedbeaf6b513_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A4bf4c5bff23465f820a989ae460262b32b8f6e7319346e27e6caeedbeaf6b513?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c8fde3d196519ab52e1353787c00607ed5091ccfa02f44ff7b13dcdc0aa7fbbc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c8fde3d196519ab52e1353787c00607ed5091ccfa02f44ff7b13dcdc0aa7fbbc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c8fde3d196519ab52e1353787c00607ed5091ccfa02f44ff7b13dcdc0aa7fbbc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Ac8fde3d196519ab52e1353787c00607ed5091ccfa02f44ff7b13dcdc0aa7fbbc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:64995ac557a739329f8a7701d6a8e55c398e955ca8d6ac2c261e3bb34b028f25_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:64995ac557a739329f8a7701d6a8e55c398e955ca8d6ac2c261e3bb34b028f25_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:64995ac557a739329f8a7701d6a8e55c398e955ca8d6ac2c261e3bb34b028f25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A64995ac557a739329f8a7701d6a8e55c398e955ca8d6ac2c261e3bb34b028f25?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5f61d7acdac5280db40c1bb073cb342b3d28efb6799ffc304bc8a467a898e1a2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5f61d7acdac5280db40c1bb073cb342b3d28efb6799ffc304bc8a467a898e1a2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5f61d7acdac5280db40c1bb073cb342b3d28efb6799ffc304bc8a467a898e1a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A5f61d7acdac5280db40c1bb073cb342b3d28efb6799ffc304bc8a467a898e1a2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808620"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e5436643edb952464f47908d1c0148f11e9d8b3b8b99fffe3e7b7e216deeb895_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e5436643edb952464f47908d1c0148f11e9d8b3b8b99fffe3e7b7e216deeb895_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e5436643edb952464f47908d1c0148f11e9d8b3b8b99fffe3e7b7e216deeb895_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Ae5436643edb952464f47908d1c0148f11e9d8b3b8b99fffe3e7b7e216deeb895?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765468747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:865c579ffbf6269d8491ed0a60d56da08d680f41472934f1992ff106069d4682_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:865c579ffbf6269d8491ed0a60d56da08d680f41472934f1992ff106069d4682_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:865c579ffbf6269d8491ed0a60d56da08d680f41472934f1992ff106069d4682_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A865c579ffbf6269d8491ed0a60d56da08d680f41472934f1992ff106069d4682?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9ed0e17e7e7033b02d6a87e83f575e1ae6c443b34dd5a4e6ebcd59ce6ed53a3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9ed0e17e7e7033b02d6a87e83f575e1ae6c443b34dd5a4e6ebcd59ce6ed53a3_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9ed0e17e7e7033b02d6a87e83f575e1ae6c443b34dd5a4e6ebcd59ce6ed53a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Ac9ed0e17e7e7033b02d6a87e83f575e1ae6c443b34dd5a4e6ebcd59ce6ed53a3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808596"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff83cb311a9f86f7b3f68983afb345a185bd61696122694312d7fbefc8a26596_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff83cb311a9f86f7b3f68983afb345a185bd61696122694312d7fbefc8a26596_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff83cb311a9f86f7b3f68983afb345a185bd61696122694312d7fbefc8a26596_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3Aff83cb311a9f86f7b3f68983afb345a185bd61696122694312d7fbefc8a26596?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ed6c35571e604c7ee46cabcc0e30c695e848e47f0a54c3f0241c70dd029c6be_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ed6c35571e604c7ee46cabcc0e30c695e848e47f0a54c3f0241c70dd029c6be_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ed6c35571e604c7ee46cabcc0e30c695e848e47f0a54c3f0241c70dd029c6be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A1ed6c35571e604c7ee46cabcc0e30c695e848e47f0a54c3f0241c70dd029c6be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767825929"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2abfe8527033209ff785955eebc78a31ca1665beacede590850b3f22386f1efb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2abfe8527033209ff785955eebc78a31ca1665beacede590850b3f22386f1efb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2abfe8527033209ff785955eebc78a31ca1665beacede590850b3f22386f1efb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A2abfe8527033209ff785955eebc78a31ca1665beacede590850b3f22386f1efb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6d593c6a064dc2a8e0c5f95134286aa7e74ae0c731cae652210e34573bf7600f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6d593c6a064dc2a8e0c5f95134286aa7e74ae0c731cae652210e34573bf7600f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6d593c6a064dc2a8e0c5f95134286aa7e74ae0c731cae652210e34573bf7600f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A6d593c6a064dc2a8e0c5f95134286aa7e74ae0c731cae652210e34573bf7600f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c2c053dfd09a7eb997a26b6ae24c37bee54f165f27980368a6635d11acc1908_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c2c053dfd09a7eb997a26b6ae24c37bee54f165f27980368a6635d11acc1908_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c2c053dfd09a7eb997a26b6ae24c37bee54f165f27980368a6635d11acc1908_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A9c2c053dfd09a7eb997a26b6ae24c37bee54f165f27980368a6635d11acc1908?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809684"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:efafea3c4f8c39b34253ac5e149bcbaf1ead37504ef921e1f8a8eca34ee57aff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:efafea3c4f8c39b34253ac5e149bcbaf1ead37504ef921e1f8a8eca34ee57aff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:efafea3c4f8c39b34253ac5e149bcbaf1ead37504ef921e1f8a8eca34ee57aff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Aefafea3c4f8c39b34253ac5e149bcbaf1ead37504ef921e1f8a8eca34ee57aff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767750912"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:77485bec5ae6c204a95ad307ee212611efe7102419a4b8b2170345c2129566da_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:77485bec5ae6c204a95ad307ee212611efe7102419a4b8b2170345c2129566da_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:77485bec5ae6c204a95ad307ee212611efe7102419a4b8b2170345c2129566da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A77485bec5ae6c204a95ad307ee212611efe7102419a4b8b2170345c2129566da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6513e69f9b17c6cc2e2ba95af0b264fe1dde110f148704308f4b60d2ea7ef231_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6513e69f9b17c6cc2e2ba95af0b264fe1dde110f148704308f4b60d2ea7ef231_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6513e69f9b17c6cc2e2ba95af0b264fe1dde110f148704308f4b60d2ea7ef231_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A6513e69f9b17c6cc2e2ba95af0b264fe1dde110f148704308f4b60d2ea7ef231?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809717"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a25d236bdcc64d2b699b1122299ab1816e3c6fae3397fd020644f2be70358d48_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a25d236bdcc64d2b699b1122299ab1816e3c6fae3397fd020644f2be70358d48_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a25d236bdcc64d2b699b1122299ab1816e3c6fae3397fd020644f2be70358d48_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Aa25d236bdcc64d2b699b1122299ab1816e3c6fae3397fd020644f2be70358d48?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ea5a80665eee75a7c907997c073a3c343605dbaeedbff337ba9fa7c2664588e2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ea5a80665eee75a7c907997c073a3c343605dbaeedbff337ba9fa7c2664588e2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ea5a80665eee75a7c907997c073a3c343605dbaeedbff337ba9fa7c2664588e2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Aea5a80665eee75a7c907997c073a3c343605dbaeedbff337ba9fa7c2664588e2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:afdfaf1f6d478b0bad3cca0dd85a8b2e4d08f3c6cda844293c4fff2883d44d1b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:afdfaf1f6d478b0bad3cca0dd85a8b2e4d08f3c6cda844293c4fff2883d44d1b_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:afdfaf1f6d478b0bad3cca0dd85a8b2e4d08f3c6cda844293c4fff2883d44d1b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3Aafdfaf1f6d478b0bad3cca0dd85a8b2e4d08f3c6cda844293c4fff2883d44d1b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ac44eee14fe0396928ae284a8dabfa0d41b83c5f13ad019b79e5f1a68ffccee9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ac44eee14fe0396928ae284a8dabfa0d41b83c5f13ad019b79e5f1a68ffccee9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ac44eee14fe0396928ae284a8dabfa0d41b83c5f13ad019b79e5f1a68ffccee9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Aac44eee14fe0396928ae284a8dabfa0d41b83c5f13ad019b79e5f1a68ffccee9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:48b638cdcc77aecfc34f2c4c8c070547e693a0ee816f1a496844ac29acf010f9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:48b638cdcc77aecfc34f2c4c8c070547e693a0ee816f1a496844ac29acf010f9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:48b638cdcc77aecfc34f2c4c8c070547e693a0ee816f1a496844ac29acf010f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A48b638cdcc77aecfc34f2c4c8c070547e693a0ee816f1a496844ac29acf010f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:93468474d06a90e4cb067ccd67aabfd71a86a7d31c1db6ade298cd503f9a35fc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:93468474d06a90e4cb067ccd67aabfd71a86a7d31c1db6ade298cd503f9a35fc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:93468474d06a90e4cb067ccd67aabfd71a86a7d31c1db6ade298cd503f9a35fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3A93468474d06a90e4cb067ccd67aabfd71a86a7d31c1db6ade298cd503f9a35fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810179"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:be18bfe576801a003730162b87ea7d7c7426d9a6024c8b9613c7825d7a3723ce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:be18bfe576801a003730162b87ea7d7c7426d9a6024c8b9613c7825d7a3723ce_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:be18bfe576801a003730162b87ea7d7c7426d9a6024c8b9613c7825d7a3723ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3Abe18bfe576801a003730162b87ea7d7c7426d9a6024c8b9613c7825d7a3723ce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810202"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:5571f5602275cd858a6dfeec918a34735c3b23e235aa49d759769f4c116aeb33_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:5571f5602275cd858a6dfeec918a34735c3b23e235aa49d759769f4c116aeb33_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:5571f5602275cd858a6dfeec918a34735c3b23e235aa49d759769f4c116aeb33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3A5571f5602275cd858a6dfeec918a34735c3b23e235aa49d759769f4c116aeb33?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce33de36f830d2287fa1edf2d45a842f8bd68effd1a8740c1ac33a9a659117d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce33de36f830d2287fa1edf2d45a842f8bd68effd1a8740c1ac33a9a659117d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce33de36f830d2287fa1edf2d45a842f8bd68effd1a8740c1ac33a9a659117d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A1ce33de36f830d2287fa1edf2d45a842f8bd68effd1a8740c1ac33a9a659117d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:47800a725d4f4dcbfeb7c9fc7c8d785ffc3f6e2a182dbacaa7a36e8776d7d858_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:47800a725d4f4dcbfeb7c9fc7c8d785ffc3f6e2a182dbacaa7a36e8776d7d858_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:47800a725d4f4dcbfeb7c9fc7c8d785ffc3f6e2a182dbacaa7a36e8776d7d858_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A47800a725d4f4dcbfeb7c9fc7c8d785ffc3f6e2a182dbacaa7a36e8776d7d858?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c43d7c21b6dd2c7a28888b0258715f66c90deb69bfa2f0ef8ff8f80044e25586_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c43d7c21b6dd2c7a28888b0258715f66c90deb69bfa2f0ef8ff8f80044e25586_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c43d7c21b6dd2c7a28888b0258715f66c90deb69bfa2f0ef8ff8f80044e25586_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Ac43d7c21b6dd2c7a28888b0258715f66c90deb69bfa2f0ef8ff8f80044e25586?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4c0edfa5b977112d0ad8166ed0da4554f091818ba1a1b235a382a84711345588_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4c0edfa5b977112d0ad8166ed0da4554f091818ba1a1b235a382a84711345588_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4c0edfa5b977112d0ad8166ed0da4554f091818ba1a1b235a382a84711345588_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A4c0edfa5b977112d0ad8166ed0da4554f091818ba1a1b235a382a84711345588?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:839b0acadc574e3767a57dd306fec69849aac00d8c9d05db37a21553c38a0cdb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:839b0acadc574e3767a57dd306fec69849aac00d8c9d05db37a21553c38a0cdb_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:839b0acadc574e3767a57dd306fec69849aac00d8c9d05db37a21553c38a0cdb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A839b0acadc574e3767a57dd306fec69849aac00d8c9d05db37a21553c38a0cdb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766411666"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb8c224fc4192e94a9d7936d6b3ac2f94b5887b6e67e74c6ca9a607c16ce82de_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb8c224fc4192e94a9d7936d6b3ac2f94b5887b6e67e74c6ca9a607c16ce82de_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb8c224fc4192e94a9d7936d6b3ac2f94b5887b6e67e74c6ca9a607c16ce82de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3Aeb8c224fc4192e94a9d7936d6b3ac2f94b5887b6e67e74c6ca9a607c16ce82de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:bfa49db6924aa3595f81529734fbb4174a183ecb631aef838be2ea14b06dc81e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:bfa49db6924aa3595f81529734fbb4174a183ecb631aef838be2ea14b06dc81e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:bfa49db6924aa3595f81529734fbb4174a183ecb631aef838be2ea14b06dc81e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Abfa49db6924aa3595f81529734fbb4174a183ecb631aef838be2ea14b06dc81e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765468722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:80093e4720bdd00f8f3305951965dc834d4c8b4a34cba4c2ded49f8c75046921_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:80093e4720bdd00f8f3305951965dc834d4c8b4a34cba4c2ded49f8c75046921_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:80093e4720bdd00f8f3305951965dc834d4c8b4a34cba4c2ded49f8c75046921_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A80093e4720bdd00f8f3305951965dc834d4c8b4a34cba4c2ded49f8c75046921?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765899913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e1513f82e07c8250643d5eb290be7648fa574c717b341f78a091fa45929a4f7f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e1513f82e07c8250643d5eb290be7648fa574c717b341f78a091fa45929a4f7f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e1513f82e07c8250643d5eb290be7648fa574c717b341f78a091fa45929a4f7f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3Ae1513f82e07c8250643d5eb290be7648fa574c717b341f78a091fa45929a4f7f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:28035d760564c6ff3e5015dd7533d4e9abd13a3b7c7fe4eac76058e1ea308302_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:28035d760564c6ff3e5015dd7533d4e9abd13a3b7c7fe4eac76058e1ea308302_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:28035d760564c6ff3e5015dd7533d4e9abd13a3b7c7fe4eac76058e1ea308302_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A28035d760564c6ff3e5015dd7533d4e9abd13a3b7c7fe4eac76058e1ea308302?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3e54af2baa76d239382944ed8cd7359721b4f658403426a5989fc5220645a7d0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3e54af2baa76d239382944ed8cd7359721b4f658403426a5989fc5220645a7d0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3e54af2baa76d239382944ed8cd7359721b4f658403426a5989fc5220645a7d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A3e54af2baa76d239382944ed8cd7359721b4f658403426a5989fc5220645a7d0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a6774c5717fee0abe48ee0d0f9fca3d80dc501c5f96adaba7d3c764496f254a2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a6774c5717fee0abe48ee0d0f9fca3d80dc501c5f96adaba7d3c764496f254a2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a6774c5717fee0abe48ee0d0f9fca3d80dc501c5f96adaba7d3c764496f254a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Aa6774c5717fee0abe48ee0d0f9fca3d80dc501c5f96adaba7d3c764496f254a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766151791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4fe5549b6b1cad7edea418f6e61faa8caf468caaffa20d1d79beccc6e740f59a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4fe5549b6b1cad7edea418f6e61faa8caf468caaffa20d1d79beccc6e740f59a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4fe5549b6b1cad7edea418f6e61faa8caf468caaffa20d1d79beccc6e740f59a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A4fe5549b6b1cad7edea418f6e61faa8caf468caaffa20d1d79beccc6e740f59a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808613"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:291cce0965303e35e3cc0b6ee9bb281ebcbc36e75cc4220fa7c746d5339bf27d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:291cce0965303e35e3cc0b6ee9bb281ebcbc36e75cc4220fa7c746d5339bf27d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:291cce0965303e35e3cc0b6ee9bb281ebcbc36e75cc4220fa7c746d5339bf27d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A291cce0965303e35e3cc0b6ee9bb281ebcbc36e75cc4220fa7c746d5339bf27d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f52535b5ef24b9569dd9d4bb62b32d5883358daa29136bc57dccb7ef8ccdbd58_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f52535b5ef24b9569dd9d4bb62b32d5883358daa29136bc57dccb7ef8ccdbd58_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f52535b5ef24b9569dd9d4bb62b32d5883358daa29136bc57dccb7ef8ccdbd58_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Af52535b5ef24b9569dd9d4bb62b32d5883358daa29136bc57dccb7ef8ccdbd58?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765811081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a2b40d7620c2d3b09dba2f673ec443e2e481da3d3e81a579cde2401228770626_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a2b40d7620c2d3b09dba2f673ec443e2e481da3d3e81a579cde2401228770626_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a2b40d7620c2d3b09dba2f673ec443e2e481da3d3e81a579cde2401228770626_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3Aa2b40d7620c2d3b09dba2f673ec443e2e481da3d3e81a579cde2401228770626?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767826859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:32573c2a0faa0ebab188a5656d3636ed06234864bb8c9f3262bd9182ea98453b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:32573c2a0faa0ebab188a5656d3636ed06234864bb8c9f3262bd9182ea98453b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:32573c2a0faa0ebab188a5656d3636ed06234864bb8c9f3262bd9182ea98453b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A32573c2a0faa0ebab188a5656d3636ed06234864bb8c9f3262bd9182ea98453b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:aa74eb0ed000a11065676f5a2b9fc7ae25677168003a86aa49a53a9586db55d4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:aa74eb0ed000a11065676f5a2b9fc7ae25677168003a86aa49a53a9586db55d4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:aa74eb0ed000a11065676f5a2b9fc7ae25677168003a86aa49a53a9586db55d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Aaa74eb0ed000a11065676f5a2b9fc7ae25677168003a86aa49a53a9586db55d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:01b523e331120e77123bacd824eeb3f9795d6c30f37e88c03879f756992a6b61_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:01b523e331120e77123bacd824eeb3f9795d6c30f37e88c03879f756992a6b61_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:01b523e331120e77123bacd824eeb3f9795d6c30f37e88c03879f756992a6b61_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A01b523e331120e77123bacd824eeb3f9795d6c30f37e88c03879f756992a6b61?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7443b837f9ff990acacebf55eee58c89724cc5401a7105f34d1cdd8eddef09e6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7443b837f9ff990acacebf55eee58c89724cc5401a7105f34d1cdd8eddef09e6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7443b837f9ff990acacebf55eee58c89724cc5401a7105f34d1cdd8eddef09e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A7443b837f9ff990acacebf55eee58c89724cc5401a7105f34d1cdd8eddef09e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767826882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:70d29bbd0f4b1bef5442d45d31fbc9b85263e4baaa9221d64c66d78912d6eb39_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:70d29bbd0f4b1bef5442d45d31fbc9b85263e4baaa9221d64c66d78912d6eb39_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:70d29bbd0f4b1bef5442d45d31fbc9b85263e4baaa9221d64c66d78912d6eb39_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A70d29bbd0f4b1bef5442d45d31fbc9b85263e4baaa9221d64c66d78912d6eb39?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de106fab83118ae9f88a6d650772c770be2eb9a324e875b4705d005c113c03c8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de106fab83118ae9f88a6d650772c770be2eb9a324e875b4705d005c113c03c8_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de106fab83118ae9f88a6d650772c770be2eb9a324e875b4705d005c113c03c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Ade106fab83118ae9f88a6d650772c770be2eb9a324e875b4705d005c113c03c8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7e8dd71ee92b5a9d442668959190290275821245938eac732626b3a1df359039_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7e8dd71ee92b5a9d442668959190290275821245938eac732626b3a1df359039_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7e8dd71ee92b5a9d442668959190290275821245938eac732626b3a1df359039_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A7e8dd71ee92b5a9d442668959190290275821245938eac732626b3a1df359039?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767793828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:85c775d01713b954249aabd6a79481f2750c58da15002f84aeb8f7162118ee3a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:85c775d01713b954249aabd6a79481f2750c58da15002f84aeb8f7162118ee3a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:85c775d01713b954249aabd6a79481f2750c58da15002f84aeb8f7162118ee3a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A85c775d01713b954249aabd6a79481f2750c58da15002f84aeb8f7162118ee3a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8e65187e756979c6068647275f2ce180bd71d0df267815a08926a744703c7acb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8e65187e756979c6068647275f2ce180bd71d0df267815a08926a744703c7acb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8e65187e756979c6068647275f2ce180bd71d0df267815a08926a744703c7acb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A8e65187e756979c6068647275f2ce180bd71d0df267815a08926a744703c7acb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767827174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:132271287af9ef8b8aab7278ec8dd01832160ebb62c6dfe71cbf1551b0664720_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:132271287af9ef8b8aab7278ec8dd01832160ebb62c6dfe71cbf1551b0664720_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:132271287af9ef8b8aab7278ec8dd01832160ebb62c6dfe71cbf1551b0664720_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A132271287af9ef8b8aab7278ec8dd01832160ebb62c6dfe71cbf1551b0664720?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03db18387a9ccad1deecaadba20e5a2c7a4d972b9fc2ab748ca79c96803c583a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03db18387a9ccad1deecaadba20e5a2c7a4d972b9fc2ab748ca79c96803c583a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03db18387a9ccad1deecaadba20e5a2c7a4d972b9fc2ab748ca79c96803c583a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A03db18387a9ccad1deecaadba20e5a2c7a4d972b9fc2ab748ca79c96803c583a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765812634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:756b5f5423b675f17256cefb68e4e571878cb2a0bca61a8e8e1d5c7d1c05d480_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:756b5f5423b675f17256cefb68e4e571878cb2a0bca61a8e8e1d5c7d1c05d480_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:756b5f5423b675f17256cefb68e4e571878cb2a0bca61a8e8e1d5c7d1c05d480_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A756b5f5423b675f17256cefb68e4e571878cb2a0bca61a8e8e1d5c7d1c05d480?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765811762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a90074526999823c6a5ad4a203b7fe719d91d940a7bf1f34edfda820d524628c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a90074526999823c6a5ad4a203b7fe719d91d940a7bf1f34edfda820d524628c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a90074526999823c6a5ad4a203b7fe719d91d940a7bf1f34edfda820d524628c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Aa90074526999823c6a5ad4a203b7fe719d91d940a7bf1f34edfda820d524628c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765813064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8dc453552519fcac7ce6d1b4eb8182455896c500aae28e7357af6a6762cf3e4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8dc453552519fcac7ce6d1b4eb8182455896c500aae28e7357af6a6762cf3e4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8dc453552519fcac7ce6d1b4eb8182455896c500aae28e7357af6a6762cf3e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Ad8dc453552519fcac7ce6d1b4eb8182455896c500aae28e7357af6a6762cf3e4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809303"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5dafdaac967437c2786abcc1ef2a9134d3ef8f5b09c35bec0c03dd923845a563_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5dafdaac967437c2786abcc1ef2a9134d3ef8f5b09c35bec0c03dd923845a563_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5dafdaac967437c2786abcc1ef2a9134d3ef8f5b09c35bec0c03dd923845a563_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A5dafdaac967437c2786abcc1ef2a9134d3ef8f5b09c35bec0c03dd923845a563?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810389"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ca5fd62aad08f7866c1e5ce493744252e9b3c546f102b7a2e67cb240196986d8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ca5fd62aad08f7866c1e5ce493744252e9b3c546f102b7a2e67cb240196986d8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ca5fd62aad08f7866c1e5ce493744252e9b3c546f102b7a2e67cb240196986d8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Aca5fd62aad08f7866c1e5ce493744252e9b3c546f102b7a2e67cb240196986d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7c4e87022d0ca1ac2cbfb516f6b6af30e06637c27b89649de12dcc0a4b4692ad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7c4e87022d0ca1ac2cbfb516f6b6af30e06637c27b89649de12dcc0a4b4692ad_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7c4e87022d0ca1ac2cbfb516f6b6af30e06637c27b89649de12dcc0a4b4692ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A7c4e87022d0ca1ac2cbfb516f6b6af30e06637c27b89649de12dcc0a4b4692ad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767796663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d188db2d23166750840c8c2381a99f05f0f37d48b5008cd29ea9676489d81c7e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d188db2d23166750840c8c2381a99f05f0f37d48b5008cd29ea9676489d81c7e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d188db2d23166750840c8c2381a99f05f0f37d48b5008cd29ea9676489d81c7e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Ad188db2d23166750840c8c2381a99f05f0f37d48b5008cd29ea9676489d81c7e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:246ffa594eaaf9fa405a5fda1efe61643b4d625cc92ba1af43d141239d4d9869_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:246ffa594eaaf9fa405a5fda1efe61643b4d625cc92ba1af43d141239d4d9869_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:246ffa594eaaf9fa405a5fda1efe61643b4d625cc92ba1af43d141239d4d9869_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A246ffa594eaaf9fa405a5fda1efe61643b4d625cc92ba1af43d141239d4d9869?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765811002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:720fb9282c8bdcc8fd4cc226595df5bd3e0c4fb6cc67e761e397547174b50573_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:720fb9282c8bdcc8fd4cc226595df5bd3e0c4fb6cc67e761e397547174b50573_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:720fb9282c8bdcc8fd4cc226595df5bd3e0c4fb6cc67e761e397547174b50573_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A720fb9282c8bdcc8fd4cc226595df5bd3e0c4fb6cc67e761e397547174b50573?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ae67461608362f444de1a502402d265cb16bea32de465f7763db17549e0d6b76_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ae67461608362f444de1a502402d265cb16bea32de465f7763db17549e0d6b76_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ae67461608362f444de1a502402d265cb16bea32de465f7763db17549e0d6b76_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Aae67461608362f444de1a502402d265cb16bea32de465f7763db17549e0d6b76?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd0cb75942665b368b821ed47e9497c864cc20e479e19b853aa9f91e2a8dddd4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd0cb75942665b368b821ed47e9497c864cc20e479e19b853aa9f91e2a8dddd4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd0cb75942665b368b821ed47e9497c864cc20e479e19b853aa9f91e2a8dddd4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Abd0cb75942665b368b821ed47e9497c864cc20e479e19b853aa9f91e2a8dddd4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766152231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9608b90684a48a64a973a1c7a66ad52937a9a02911d84d5c8d39f9090f0d331_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9608b90684a48a64a973a1c7a66ad52937a9a02911d84d5c8d39f9090f0d331_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9608b90684a48a64a973a1c7a66ad52937a9a02911d84d5c8d39f9090f0d331_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Ae9608b90684a48a64a973a1c7a66ad52937a9a02911d84d5c8d39f9090f0d331?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77239fe51e141d70ce695764f072f5db3849b20304b8ad5c7a7a238381a5fb4b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77239fe51e141d70ce695764f072f5db3849b20304b8ad5c7a7a238381a5fb4b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77239fe51e141d70ce695764f072f5db3849b20304b8ad5c7a7a238381a5fb4b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A77239fe51e141d70ce695764f072f5db3849b20304b8ad5c7a7a238381a5fb4b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766583341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15e531eed38cf5aefb553c94d8ba61458c489e702ff193015457189f337ceacf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15e531eed38cf5aefb553c94d8ba61458c489e702ff193015457189f337ceacf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15e531eed38cf5aefb553c94d8ba61458c489e702ff193015457189f337ceacf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A15e531eed38cf5aefb553c94d8ba61458c489e702ff193015457189f337ceacf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cb6a3767a64fc324d0ae7dcfc667b466c3ba56ed62f2d9f395e23bcc36fe2057_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cb6a3767a64fc324d0ae7dcfc667b466c3ba56ed62f2d9f395e23bcc36fe2057_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cb6a3767a64fc324d0ae7dcfc667b466c3ba56ed62f2d9f395e23bcc36fe2057_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Acb6a3767a64fc324d0ae7dcfc667b466c3ba56ed62f2d9f395e23bcc36fe2057?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765979094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1494de633441ea309e51c41359eeeb9a1b6d40057bf0977be4ced9d77f32e138_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1494de633441ea309e51c41359eeeb9a1b6d40057bf0977be4ced9d77f32e138_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1494de633441ea309e51c41359eeeb9a1b6d40057bf0977be4ced9d77f32e138_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A1494de633441ea309e51c41359eeeb9a1b6d40057bf0977be4ced9d77f32e138?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aa0a83aae6ac4308aba1ed14cd1d99fb2055fe959c7a0945360914ba0bfffd63_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aa0a83aae6ac4308aba1ed14cd1d99fb2055fe959c7a0945360914ba0bfffd63_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aa0a83aae6ac4308aba1ed14cd1d99fb2055fe959c7a0945360914ba0bfffd63_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Aaa0a83aae6ac4308aba1ed14cd1d99fb2055fe959c7a0945360914ba0bfffd63?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766195330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9d40f88df1153ad6b3b5a45977d2caf28df5ed82f68f5ac22c59b46062b58d21_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9d40f88df1153ad6b3b5a45977d2caf28df5ed82f68f5ac22c59b46062b58d21_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9d40f88df1153ad6b3b5a45977d2caf28df5ed82f68f5ac22c59b46062b58d21_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A9d40f88df1153ad6b3b5a45977d2caf28df5ed82f68f5ac22c59b46062b58d21?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5437871fd3b1632e81b4219221af0ea6be48c7478e19d62e582c92b54e4ae888_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5437871fd3b1632e81b4219221af0ea6be48c7478e19d62e582c92b54e4ae888_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5437871fd3b1632e81b4219221af0ea6be48c7478e19d62e582c92b54e4ae888_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A5437871fd3b1632e81b4219221af0ea6be48c7478e19d62e582c92b54e4ae888?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765812831"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a8ed4d31886431f6652d7a818081f6461c9f4cf708232e1b6cdb2828c22e741f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a8ed4d31886431f6652d7a818081f6461c9f4cf708232e1b6cdb2828c22e741f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a8ed4d31886431f6652d7a818081f6461c9f4cf708232e1b6cdb2828c22e741f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Aa8ed4d31886431f6652d7a818081f6461c9f4cf708232e1b6cdb2828c22e741f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809719"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:29d1a80ce50aa853d8a602aa15b80b6434ef16d8592fd0a412b3e1732efb427c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:29d1a80ce50aa853d8a602aa15b80b6434ef16d8592fd0a412b3e1732efb427c_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:29d1a80ce50aa853d8a602aa15b80b6434ef16d8592fd0a412b3e1732efb427c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A29d1a80ce50aa853d8a602aa15b80b6434ef16d8592fd0a412b3e1732efb427c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809536"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:da1884d5fb9ebe6edf95716c6da33eef31c9843b85994858b61306721d5b5290_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:da1884d5fb9ebe6edf95716c6da33eef31c9843b85994858b61306721d5b5290_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:da1884d5fb9ebe6edf95716c6da33eef31c9843b85994858b61306721d5b5290_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Ada1884d5fb9ebe6edf95716c6da33eef31c9843b85994858b61306721d5b5290?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810974"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:90d7c38edcb0b1026d5283ba8d8a9c13d5425d5969cbccce614ea52b66992fcd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:90d7c38edcb0b1026d5283ba8d8a9c13d5425d5969cbccce614ea52b66992fcd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:90d7c38edcb0b1026d5283ba8d8a9c13d5425d5969cbccce614ea52b66992fcd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A90d7c38edcb0b1026d5283ba8d8a9c13d5425d5969cbccce614ea52b66992fcd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809585"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:73ec0c46b476af3264bec71c52aa78a4ac6810518b2c22104483cbe841e347a4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:73ec0c46b476af3264bec71c52aa78a4ac6810518b2c22104483cbe841e347a4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:73ec0c46b476af3264bec71c52aa78a4ac6810518b2c22104483cbe841e347a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A73ec0c46b476af3264bec71c52aa78a4ac6810518b2c22104483cbe841e347a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9398b56ab57291d9eab36aa313816dc218f68b3a3a26a3e912f63f573f32926d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9398b56ab57291d9eab36aa313816dc218f68b3a3a26a3e912f63f573f32926d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9398b56ab57291d9eab36aa313816dc218f68b3a3a26a3e912f63f573f32926d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A9398b56ab57291d9eab36aa313816dc218f68b3a3a26a3e912f63f573f32926d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4ce7127580f01b6097604b1b326dcc52e2e68058b9006ee898d4be14bbc37f72_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4ce7127580f01b6097604b1b326dcc52e2e68058b9006ee898d4be14bbc37f72_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4ce7127580f01b6097604b1b326dcc52e2e68058b9006ee898d4be14bbc37f72_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A4ce7127580f01b6097604b1b326dcc52e2e68058b9006ee898d4be14bbc37f72?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:02f31b5d9de8b1838feea23946f68e184ff9ce95456e2d74081f07bc882fe265_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:02f31b5d9de8b1838feea23946f68e184ff9ce95456e2d74081f07bc882fe265_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:02f31b5d9de8b1838feea23946f68e184ff9ce95456e2d74081f07bc882fe265_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A02f31b5d9de8b1838feea23946f68e184ff9ce95456e2d74081f07bc882fe265?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808513"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1a67ddefb8561363e2fb6e506d1a30052c2d3c84fdbb594c08a4e4d7f5e74ffc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1a67ddefb8561363e2fb6e506d1a30052c2d3c84fdbb594c08a4e4d7f5e74ffc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1a67ddefb8561363e2fb6e506d1a30052c2d3c84fdbb594c08a4e4d7f5e74ffc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A1a67ddefb8561363e2fb6e506d1a30052c2d3c84fdbb594c08a4e4d7f5e74ffc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:483455d5413908b9251831d30d3bc25442d92174eee7871a4e0fec785f20e605_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:483455d5413908b9251831d30d3bc25442d92174eee7871a4e0fec785f20e605_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:483455d5413908b9251831d30d3bc25442d92174eee7871a4e0fec785f20e605_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A483455d5413908b9251831d30d3bc25442d92174eee7871a4e0fec785f20e605?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767825923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f8b0488f3fe75162d899d44e04f4b4e366455ea306cd30764b1166e5fd9a89a9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f8b0488f3fe75162d899d44e04f4b4e366455ea306cd30764b1166e5fd9a89a9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f8b0488f3fe75162d899d44e04f4b4e366455ea306cd30764b1166e5fd9a89a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Af8b0488f3fe75162d899d44e04f4b4e366455ea306cd30764b1166e5fd9a89a9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:348024eeef735146e6fab4d5562af6f0679fae3d1fbcdb88785dfb8b2bd533a0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:348024eeef735146e6fab4d5562af6f0679fae3d1fbcdb88785dfb8b2bd533a0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:348024eeef735146e6fab4d5562af6f0679fae3d1fbcdb88785dfb8b2bd533a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A348024eeef735146e6fab4d5562af6f0679fae3d1fbcdb88785dfb8b2bd533a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d1001760a74be86840ecce7d6b27e65b76720439b2569159a618160c5aaf64b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d1001760a74be86840ecce7d6b27e65b76720439b2569159a618160c5aaf64b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d1001760a74be86840ecce7d6b27e65b76720439b2569159a618160c5aaf64b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A4d1001760a74be86840ecce7d6b27e65b76720439b2569159a618160c5aaf64b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9999ea5cba568fa4e2993156bf5a4ec96049a3239f0e7418d9ce325fd6cea339_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9999ea5cba568fa4e2993156bf5a4ec96049a3239f0e7418d9ce325fd6cea339_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9999ea5cba568fa4e2993156bf5a4ec96049a3239f0e7418d9ce325fd6cea339_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A9999ea5cba568fa4e2993156bf5a4ec96049a3239f0e7418d9ce325fd6cea339?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:df14296c35b85d1753a60930b86d99ffdbae42557879c9d047da71328c11649e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:df14296c35b85d1753a60930b86d99ffdbae42557879c9d047da71328c11649e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:df14296c35b85d1753a60930b86d99ffdbae42557879c9d047da71328c11649e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Adf14296c35b85d1753a60930b86d99ffdbae42557879c9d047da71328c11649e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:efda819eaecd912506db1c4c311ac444a4767f9d5be47910598dea2335281559_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:efda819eaecd912506db1c4c311ac444a4767f9d5be47910598dea2335281559_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:efda819eaecd912506db1c4c311ac444a4767f9d5be47910598dea2335281559_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Aefda819eaecd912506db1c4c311ac444a4767f9d5be47910598dea2335281559?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767825938"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c2bee1ac77e47a8dcf25759621cf06ea10b0fad1703621a13d1c2afbfb057a25_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c2bee1ac77e47a8dcf25759621cf06ea10b0fad1703621a13d1c2afbfb057a25_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c2bee1ac77e47a8dcf25759621cf06ea10b0fad1703621a13d1c2afbfb057a25_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ac2bee1ac77e47a8dcf25759621cf06ea10b0fad1703621a13d1c2afbfb057a25?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:05dcbad3dc80450b2d6f501ed43cc01c0c7a6c9fb16a46dbc1963257f9f055d9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:05dcbad3dc80450b2d6f501ed43cc01c0c7a6c9fb16a46dbc1963257f9f055d9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:05dcbad3dc80450b2d6f501ed43cc01c0c7a6c9fb16a46dbc1963257f9f055d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A05dcbad3dc80450b2d6f501ed43cc01c0c7a6c9fb16a46dbc1963257f9f055d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4c254a2ec17b2b686b452164220171aadde65d0709ae4975c44cfd14bfb19175_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4c254a2ec17b2b686b452164220171aadde65d0709ae4975c44cfd14bfb19175_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4c254a2ec17b2b686b452164220171aadde65d0709ae4975c44cfd14bfb19175_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A4c254a2ec17b2b686b452164220171aadde65d0709ae4975c44cfd14bfb19175?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:14b496d8af8ec2e7ca87629e8aef842aae182d9ec291b6e8373fe788f2da6629_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:14b496d8af8ec2e7ca87629e8aef842aae182d9ec291b6e8373fe788f2da6629_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:14b496d8af8ec2e7ca87629e8aef842aae182d9ec291b6e8373fe788f2da6629_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A14b496d8af8ec2e7ca87629e8aef842aae182d9ec291b6e8373fe788f2da6629?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808303"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bcc4d1f7728d8e9e17e22751e3858dee5d0b0b7841c27612489899bf0fad5678_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bcc4d1f7728d8e9e17e22751e3858dee5d0b0b7841c27612489899bf0fad5678_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bcc4d1f7728d8e9e17e22751e3858dee5d0b0b7841c27612489899bf0fad5678_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Abcc4d1f7728d8e9e17e22751e3858dee5d0b0b7841c27612489899bf0fad5678?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:994abccb614b1af98e8f95bc849c54d2c81f8c3714a10b7d134b1e4cf617e20c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:994abccb614b1af98e8f95bc849c54d2c81f8c3714a10b7d134b1e4cf617e20c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:994abccb614b1af98e8f95bc849c54d2c81f8c3714a10b7d134b1e4cf617e20c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A994abccb614b1af98e8f95bc849c54d2c81f8c3714a10b7d134b1e4cf617e20c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:76d0b1679f5011f6621cb62ce56e183e426f513d6f6b643c258649c3f1855edf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:76d0b1679f5011f6621cb62ce56e183e426f513d6f6b643c258649c3f1855edf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:76d0b1679f5011f6621cb62ce56e183e426f513d6f6b643c258649c3f1855edf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A76d0b1679f5011f6621cb62ce56e183e426f513d6f6b643c258649c3f1855edf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c705d33bf190679c6912010197460fde75f07404d1f20e27d1fecc25a7ef73dc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c705d33bf190679c6912010197460fde75f07404d1f20e27d1fecc25a7ef73dc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c705d33bf190679c6912010197460fde75f07404d1f20e27d1fecc25a7ef73dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ac705d33bf190679c6912010197460fde75f07404d1f20e27d1fecc25a7ef73dc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:cdc8a30f6eb45d295a29afe26dc6fa952304490dcafd41e2f3d113557f5c7061_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:cdc8a30f6eb45d295a29afe26dc6fa952304490dcafd41e2f3d113557f5c7061_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:cdc8a30f6eb45d295a29afe26dc6fa952304490dcafd41e2f3d113557f5c7061_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Acdc8a30f6eb45d295a29afe26dc6fa952304490dcafd41e2f3d113557f5c7061?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8e393a363017adf34d7fe6ead19c41f06050bda81fa8e001cfffc29a309a6b74_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8e393a363017adf34d7fe6ead19c41f06050bda81fa8e001cfffc29a309a6b74_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8e393a363017adf34d7fe6ead19c41f06050bda81fa8e001cfffc29a309a6b74_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A8e393a363017adf34d7fe6ead19c41f06050bda81fa8e001cfffc29a309a6b74?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:555dc9c019cb56c85f324c15d56a3933920190bbfd2f605897b7c4ccae7e7667_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:555dc9c019cb56c85f324c15d56a3933920190bbfd2f605897b7c4ccae7e7667_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:555dc9c019cb56c85f324c15d56a3933920190bbfd2f605897b7c4ccae7e7667_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A555dc9c019cb56c85f324c15d56a3933920190bbfd2f605897b7c4ccae7e7667?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765468771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:322423d85e6f0c49af2a133d0ce3b2dd8dff6f590364b49eb7305cc90c95ea9f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:322423d85e6f0c49af2a133d0ce3b2dd8dff6f590364b49eb7305cc90c95ea9f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:322423d85e6f0c49af2a133d0ce3b2dd8dff6f590364b49eb7305cc90c95ea9f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A322423d85e6f0c49af2a133d0ce3b2dd8dff6f590364b49eb7305cc90c95ea9f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808014"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:daf6813d00a0766e7d3b919c0faa456ff77983a82dc0b26d25f64f20cb19c5b1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:daf6813d00a0766e7d3b919c0faa456ff77983a82dc0b26d25f64f20cb19c5b1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:daf6813d00a0766e7d3b919c0faa456ff77983a82dc0b26d25f64f20cb19c5b1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Adaf6813d00a0766e7d3b919c0faa456ff77983a82dc0b26d25f64f20cb19c5b1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809500"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7331b69094fc7339f56b91bd927471659948dc2925284010230c7b267bfdf6c0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7331b69094fc7339f56b91bd927471659948dc2925284010230c7b267bfdf6c0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7331b69094fc7339f56b91bd927471659948dc2925284010230c7b267bfdf6c0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A7331b69094fc7339f56b91bd927471659948dc2925284010230c7b267bfdf6c0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:0d786846068731f1327cad6dfb41d0152cd27e0163c87cf64d86733e2e27750b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:0d786846068731f1327cad6dfb41d0152cd27e0163c87cf64d86733e2e27750b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:0d786846068731f1327cad6dfb41d0152cd27e0163c87cf64d86733e2e27750b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3A0d786846068731f1327cad6dfb41d0152cd27e0163c87cf64d86733e2e27750b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:bcf2a33b66c78e10b590c0e3cd12c3211a25752c0ba5f49392044452fdd368eb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:bcf2a33b66c78e10b590c0e3cd12c3211a25752c0ba5f49392044452fdd368eb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:bcf2a33b66c78e10b590c0e3cd12c3211a25752c0ba5f49392044452fdd368eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3Abcf2a33b66c78e10b590c0e3cd12c3211a25752c0ba5f49392044452fdd368eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765811237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:eb3dd6ec3c4e49459b5df412ffac0154ae6aa6f641747b2cb00e4e7136ef75a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:eb3dd6ec3c4e49459b5df412ffac0154ae6aa6f641747b2cb00e4e7136ef75a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:eb3dd6ec3c4e49459b5df412ffac0154ae6aa6f641747b2cb00e4e7136ef75a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3Aeb3dd6ec3c4e49459b5df412ffac0154ae6aa6f641747b2cb00e4e7136ef75a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4e034f250a8d918ea2cbe80e067347cde4d288feb63bbadaf105e28e073a56f4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4e034f250a8d918ea2cbe80e067347cde4d288feb63bbadaf105e28e073a56f4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4e034f250a8d918ea2cbe80e067347cde4d288feb63bbadaf105e28e073a56f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A4e034f250a8d918ea2cbe80e067347cde4d288feb63bbadaf105e28e073a56f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:28ba3bcb89c3326467810be9dc59a978b090b7a53bcf8ca608657d573e56894b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:28ba3bcb89c3326467810be9dc59a978b090b7a53bcf8ca608657d573e56894b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:28ba3bcb89c3326467810be9dc59a978b090b7a53bcf8ca608657d573e56894b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A28ba3bcb89c3326467810be9dc59a978b090b7a53bcf8ca608657d573e56894b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:baf4277ff1bbc0f79ea2219ff105ffcbcdaaa63d994a04fa4a46c8ba9d172287_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:baf4277ff1bbc0f79ea2219ff105ffcbcdaaa63d994a04fa4a46c8ba9d172287_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:baf4277ff1bbc0f79ea2219ff105ffcbcdaaa63d994a04fa4a46c8ba9d172287_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Abaf4277ff1bbc0f79ea2219ff105ffcbcdaaa63d994a04fa4a46c8ba9d172287?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766151847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8523b054f4aaf548c9428b09b20f38f367cb41c95da907fb805eff2f1e0dc9df_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8523b054f4aaf548c9428b09b20f38f367cb41c95da907fb805eff2f1e0dc9df_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8523b054f4aaf548c9428b09b20f38f367cb41c95da907fb805eff2f1e0dc9df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A8523b054f4aaf548c9428b09b20f38f367cb41c95da907fb805eff2f1e0dc9df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c023c845401be6057b23b7c8719a11a4a6bb416a61bcdb40c4a180ee7410121c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c023c845401be6057b23b7c8719a11a4a6bb416a61bcdb40c4a180ee7410121c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c023c845401be6057b23b7c8719a11a4a6bb416a61bcdb40c4a180ee7410121c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3Ac023c845401be6057b23b7c8719a11a4a6bb416a61bcdb40c4a180ee7410121c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b43b90ef8ff9141b89a90518b7f14394b36f6f0d9367a771bda1cd5689b0c3cb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b43b90ef8ff9141b89a90518b7f14394b36f6f0d9367a771bda1cd5689b0c3cb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b43b90ef8ff9141b89a90518b7f14394b36f6f0d9367a771bda1cd5689b0c3cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Ab43b90ef8ff9141b89a90518b7f14394b36f6f0d9367a771bda1cd5689b0c3cb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f04d3353da02d3dba1592280b0df71a2ed7296e7abc40c334e61989862d5006f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f04d3353da02d3dba1592280b0df71a2ed7296e7abc40c334e61989862d5006f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f04d3353da02d3dba1592280b0df71a2ed7296e7abc40c334e61989862d5006f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Af04d3353da02d3dba1592280b0df71a2ed7296e7abc40c334e61989862d5006f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1b25170feae9b193088191b9e796e56b9427e79c43f368cd9729da75326ba1b3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1b25170feae9b193088191b9e796e56b9427e79c43f368cd9729da75326ba1b3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1b25170feae9b193088191b9e796e56b9427e79c43f368cd9729da75326ba1b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A1b25170feae9b193088191b9e796e56b9427e79c43f368cd9729da75326ba1b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766411140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c8d9d4a3d037962c57bb67241c7189922fdadb3cd05e67f0a39dd4bc2e7c6ce9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c8d9d4a3d037962c57bb67241c7189922fdadb3cd05e67f0a39dd4bc2e7c6ce9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c8d9d4a3d037962c57bb67241c7189922fdadb3cd05e67f0a39dd4bc2e7c6ce9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3Ac8d9d4a3d037962c57bb67241c7189922fdadb3cd05e67f0a39dd4bc2e7c6ce9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765893247"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6b64a6a152af67a439cba1a5fc36bc9fb4a794478d3278ef062d970e0a289523_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6b64a6a152af67a439cba1a5fc36bc9fb4a794478d3278ef062d970e0a289523_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6b64a6a152af67a439cba1a5fc36bc9fb4a794478d3278ef062d970e0a289523_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A6b64a6a152af67a439cba1a5fc36bc9fb4a794478d3278ef062d970e0a289523?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766154188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1e0184cb6687ac299f9fa3623231c1b59fdc25000d8b53bfd395c206aa4a352d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1e0184cb6687ac299f9fa3623231c1b59fdc25000d8b53bfd395c206aa4a352d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1e0184cb6687ac299f9fa3623231c1b59fdc25000d8b53bfd395c206aa4a352d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A1e0184cb6687ac299f9fa3623231c1b59fdc25000d8b53bfd395c206aa4a352d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766195361"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:359fa7e9a451d7fc019ce7e41bd38c63fb5ed0f2a47950186f1009ca71e25ddd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:359fa7e9a451d7fc019ce7e41bd38c63fb5ed0f2a47950186f1009ca71e25ddd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:359fa7e9a451d7fc019ce7e41bd38c63fb5ed0f2a47950186f1009ca71e25ddd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A359fa7e9a451d7fc019ce7e41bd38c63fb5ed0f2a47950186f1009ca71e25ddd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766195376"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b53f0d59d22cad1b29cd1455363e9b95aaec23330f5a709764505e78f464f81_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b53f0d59d22cad1b29cd1455363e9b95aaec23330f5a709764505e78f464f81_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b53f0d59d22cad1b29cd1455363e9b95aaec23330f5a709764505e78f464f81_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A5b53f0d59d22cad1b29cd1455363e9b95aaec23330f5a709764505e78f464f81?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c94180e9ebb3a4e2a326c2510dec3b462cc03a9348e30816ea134419e4db7200_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c94180e9ebb3a4e2a326c2510dec3b462cc03a9348e30816ea134419e4db7200_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c94180e9ebb3a4e2a326c2510dec3b462cc03a9348e30816ea134419e4db7200_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Ac94180e9ebb3a4e2a326c2510dec3b462cc03a9348e30816ea134419e4db7200?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:952b598c48b3547079da6a3f3876f672d7edc859c2a7b337b8f6a41ffad7bd17_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:952b598c48b3547079da6a3f3876f672d7edc859c2a7b337b8f6a41ffad7bd17_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:952b598c48b3547079da6a3f3876f672d7edc859c2a7b337b8f6a41ffad7bd17_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A952b598c48b3547079da6a3f3876f672d7edc859c2a7b337b8f6a41ffad7bd17?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809519"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9192404559e79e1daa9a33bdc10301fd6315fb54a11875071fbfdd4e72749db8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9192404559e79e1daa9a33bdc10301fd6315fb54a11875071fbfdd4e72749db8_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9192404559e79e1daa9a33bdc10301fd6315fb54a11875071fbfdd4e72749db8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A9192404559e79e1daa9a33bdc10301fd6315fb54a11875071fbfdd4e72749db8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766151892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:00b40097c6522cac107fe065186866a03155c1443f25e02ea360e7dd15eae8b9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:00b40097c6522cac107fe065186866a03155c1443f25e02ea360e7dd15eae8b9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:00b40097c6522cac107fe065186866a03155c1443f25e02ea360e7dd15eae8b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A00b40097c6522cac107fe065186866a03155c1443f25e02ea360e7dd15eae8b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766066147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:662d2c8b45d134f7cb402b88371862b093f56c74b6d890a87c60f61f0756c178_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:662d2c8b45d134f7cb402b88371862b093f56c74b6d890a87c60f61f0756c178_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:662d2c8b45d134f7cb402b88371862b093f56c74b6d890a87c60f61f0756c178_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A662d2c8b45d134f7cb402b88371862b093f56c74b6d890a87c60f61f0756c178?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:38454fc8a649506c1a6c0d141667ea1076c03550f6d4e06ec1f3ccb6154fabbf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:38454fc8a649506c1a6c0d141667ea1076c03550f6d4e06ec1f3ccb6154fabbf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:38454fc8a649506c1a6c0d141667ea1076c03550f6d4e06ec1f3ccb6154fabbf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A38454fc8a649506c1a6c0d141667ea1076c03550f6d4e06ec1f3ccb6154fabbf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4884742feb7b9b091ef06864a8edcd5c3ac45a0d53f571f4b7fe7248ca221fe9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4884742feb7b9b091ef06864a8edcd5c3ac45a0d53f571f4b7fe7248ca221fe9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4884742feb7b9b091ef06864a8edcd5c3ac45a0d53f571f4b7fe7248ca221fe9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A4884742feb7b9b091ef06864a8edcd5c3ac45a0d53f571f4b7fe7248ca221fe9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b791448f1ace958d601b9b78b573282e01ac21d622609059709bed40e9a0a7cc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b791448f1ace958d601b9b78b573282e01ac21d622609059709bed40e9a0a7cc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b791448f1ace958d601b9b78b573282e01ac21d622609059709bed40e9a0a7cc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Ab791448f1ace958d601b9b78b573282e01ac21d622609059709bed40e9a0a7cc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765979181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e6bd84eb7c59ec23360039f1c586f2d2516c12fa416156630611b62c5e8e4a4c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e6bd84eb7c59ec23360039f1c586f2d2516c12fa416156630611b62c5e8e4a4c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e6bd84eb7c59ec23360039f1c586f2d2516c12fa416156630611b62c5e8e4a4c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Ae6bd84eb7c59ec23360039f1c586f2d2516c12fa416156630611b62c5e8e4a4c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766194834"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:697ee5f169a3edd04168f6061e278a3cf094463e842c7b275662feb4415c0b49_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:697ee5f169a3edd04168f6061e278a3cf094463e842c7b275662feb4415c0b49_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:697ee5f169a3edd04168f6061e278a3cf094463e842c7b275662feb4415c0b49_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A697ee5f169a3edd04168f6061e278a3cf094463e842c7b275662feb4415c0b49?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:5349bb33bba193d5f86974633f8c0e5e4cac4510de260be6b291fda5879d9ee7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:5349bb33bba193d5f86974633f8c0e5e4cac4510de260be6b291fda5879d9ee7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:5349bb33bba193d5f86974633f8c0e5e4cac4510de260be6b291fda5879d9ee7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A5349bb33bba193d5f86974633f8c0e5e4cac4510de260be6b291fda5879d9ee7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810766"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:85100d7e3011d78903fa54d230b1dc9058e3a3d2c6c111cb4ca890ae56082602_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:85100d7e3011d78903fa54d230b1dc9058e3a3d2c6c111cb4ca890ae56082602_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:85100d7e3011d78903fa54d230b1dc9058e3a3d2c6c111cb4ca890ae56082602_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A85100d7e3011d78903fa54d230b1dc9058e3a3d2c6c111cb4ca890ae56082602?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e39faf3ee84ba86a83c6db15e61c29503f68a5de28a634e3baa13a167b0cb8e8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e39faf3ee84ba86a83c6db15e61c29503f68a5de28a634e3baa13a167b0cb8e8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e39faf3ee84ba86a83c6db15e61c29503f68a5de28a634e3baa13a167b0cb8e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3Ae39faf3ee84ba86a83c6db15e61c29503f68a5de28a634e3baa13a167b0cb8e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765812686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f6f7590a50c14b51ac0afff88849f723a2119033b83c166288eda80a3c88d409_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f6f7590a50c14b51ac0afff88849f723a2119033b83c166288eda80a3c88d409_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f6f7590a50c14b51ac0afff88849f723a2119033b83c166288eda80a3c88d409_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Af6f7590a50c14b51ac0afff88849f723a2119033b83c166288eda80a3c88d409?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3d7c2334e1facb902eabcf08f90c6e532f86c6fea96f884a203850a79164aad7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3d7c2334e1facb902eabcf08f90c6e532f86c6fea96f884a203850a79164aad7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3d7c2334e1facb902eabcf08f90c6e532f86c6fea96f884a203850a79164aad7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A3d7c2334e1facb902eabcf08f90c6e532f86c6fea96f884a203850a79164aad7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:dcbf1a9d6b05d7dd11529db822b38217174f653866e7a3eef462beaa92363faa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:dcbf1a9d6b05d7dd11529db822b38217174f653866e7a3eef462beaa92363faa_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:dcbf1a9d6b05d7dd11529db822b38217174f653866e7a3eef462beaa92363faa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3Adcbf1a9d6b05d7dd11529db822b38217174f653866e7a3eef462beaa92363faa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767796345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:81b01e1c99a1aa8b4e712a537ed4067eff6df92871347f9994669948102cd959_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:81b01e1c99a1aa8b4e712a537ed4067eff6df92871347f9994669948102cd959_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:81b01e1c99a1aa8b4e712a537ed4067eff6df92871347f9994669948102cd959_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A81b01e1c99a1aa8b4e712a537ed4067eff6df92871347f9994669948102cd959?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2ee93dabb1ec3bb71005065421285589e583a7a97e915e4090054dbe71f58fbb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2ee93dabb1ec3bb71005065421285589e583a7a97e915e4090054dbe71f58fbb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2ee93dabb1ec3bb71005065421285589e583a7a97e915e4090054dbe71f58fbb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A2ee93dabb1ec3bb71005065421285589e583a7a97e915e4090054dbe71f58fbb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:684888ee84bbc7e43c0030489a28ee775e4c61591533db7f5906c9302e9b4439_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:684888ee84bbc7e43c0030489a28ee775e4c61591533db7f5906c9302e9b4439_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:684888ee84bbc7e43c0030489a28ee775e4c61591533db7f5906c9302e9b4439_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A684888ee84bbc7e43c0030489a28ee775e4c61591533db7f5906c9302e9b4439?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:35935c15319e961a98a88d389eadcc935ef0c2ba6a96e9015466ea7647667e84_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:35935c15319e961a98a88d389eadcc935ef0c2ba6a96e9015466ea7647667e84_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:35935c15319e961a98a88d389eadcc935ef0c2ba6a96e9015466ea7647667e84_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel9@sha256%3A35935c15319e961a98a88d389eadcc935ef0c2ba6a96e9015466ea7647667e84?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:73e12cc35bf4da315bdb930c1ff3eaf3cef19686401f19f6def7b7e84650134d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:73e12cc35bf4da315bdb930c1ff3eaf3cef19686401f19f6def7b7e84650134d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:73e12cc35bf4da315bdb930c1ff3eaf3cef19686401f19f6def7b7e84650134d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A73e12cc35bf4da315bdb930c1ff3eaf3cef19686401f19f6def7b7e84650134d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:73b5824eb3608a29d30818793aa3e3d7546af456f03e959cb5f9bbb43816efec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:73b5824eb3608a29d30818793aa3e3d7546af456f03e959cb5f9bbb43816efec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:73b5824eb3608a29d30818793aa3e3d7546af456f03e959cb5f9bbb43816efec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A73b5824eb3608a29d30818793aa3e3d7546af456f03e959cb5f9bbb43816efec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:afb81d8335862612fd1d39fe735adbfbde09dac02ab39a3df4f0555880e00a7a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:afb81d8335862612fd1d39fe735adbfbde09dac02ab39a3df4f0555880e00a7a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:afb81d8335862612fd1d39fe735adbfbde09dac02ab39a3df4f0555880e00a7a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Aafb81d8335862612fd1d39fe735adbfbde09dac02ab39a3df4f0555880e00a7a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766151900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:74fbc83d5b9159c8cf70c1ec705807f744f0ce9ff6e1b6baf9216d0931011090_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:74fbc83d5b9159c8cf70c1ec705807f744f0ce9ff6e1b6baf9216d0931011090_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:74fbc83d5b9159c8cf70c1ec705807f744f0ce9ff6e1b6baf9216d0931011090_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A74fbc83d5b9159c8cf70c1ec705807f744f0ce9ff6e1b6baf9216d0931011090?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1c6a2c6f39f68b1b2058af69774f172126ef03a2d3a227638fae34bde292d26_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1c6a2c6f39f68b1b2058af69774f172126ef03a2d3a227638fae34bde292d26_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1c6a2c6f39f68b1b2058af69774f172126ef03a2d3a227638fae34bde292d26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ab1c6a2c6f39f68b1b2058af69774f172126ef03a2d3a227638fae34bde292d26?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49f19563438e21a4ec3536f21f264e6f932c7f1933312511a28e210330598616_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49f19563438e21a4ec3536f21f264e6f932c7f1933312511a28e210330598616_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49f19563438e21a4ec3536f21f264e6f932c7f1933312511a28e210330598616_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A49f19563438e21a4ec3536f21f264e6f932c7f1933312511a28e210330598616?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2283e9f0b3af8838b7babcb8ed81047728341eb1c055199157ff2b830d2b116e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2283e9f0b3af8838b7babcb8ed81047728341eb1c055199157ff2b830d2b116e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2283e9f0b3af8838b7babcb8ed81047728341eb1c055199157ff2b830d2b116e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A2283e9f0b3af8838b7babcb8ed81047728341eb1c055199157ff2b830d2b116e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765849143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:df9156d636ae848341033b76979cff4be05d6327b1766ea9e3858696db07f360_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:df9156d636ae848341033b76979cff4be05d6327b1766ea9e3858696db07f360_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:df9156d636ae848341033b76979cff4be05d6327b1766ea9e3858696db07f360_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Adf9156d636ae848341033b76979cff4be05d6327b1766ea9e3858696db07f360?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766153463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fdf9ff6efcb679e7847ed149611e77f3b1a4f73b26b8fd71d19a5f2aab9e62be_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fdf9ff6efcb679e7847ed149611e77f3b1a4f73b26b8fd71d19a5f2aab9e62be_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fdf9ff6efcb679e7847ed149611e77f3b1a4f73b26b8fd71d19a5f2aab9e62be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3Afdf9ff6efcb679e7847ed149611e77f3b1a4f73b26b8fd71d19a5f2aab9e62be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766066215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:50e0b6420306d5577aa700b236e888359c1a6691f146e3f151232bd9dd8f2e40_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:50e0b6420306d5577aa700b236e888359c1a6691f146e3f151232bd9dd8f2e40_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:50e0b6420306d5577aa700b236e888359c1a6691f146e3f151232bd9dd8f2e40_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A50e0b6420306d5577aa700b236e888359c1a6691f146e3f151232bd9dd8f2e40?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f10c81f3f1f512b260c7c945a6d2de815389e037b2d87bb9eb73421d880fe022_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f10c81f3f1f512b260c7c945a6d2de815389e037b2d87bb9eb73421d880fe022_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f10c81f3f1f512b260c7c945a6d2de815389e037b2d87bb9eb73421d880fe022_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3Af10c81f3f1f512b260c7c945a6d2de815389e037b2d87bb9eb73421d880fe022?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e66183afa9829d8e87264a16f575715216691c5c4f2fb40d43cdb6f4e4baec2a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e66183afa9829d8e87264a16f575715216691c5c4f2fb40d43cdb6f4e4baec2a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e66183afa9829d8e87264a16f575715216691c5c4f2fb40d43cdb6f4e4baec2a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3Ae66183afa9829d8e87264a16f575715216691c5c4f2fb40d43cdb6f4e4baec2a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808959"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:06241fe673f87ff821c89e24c9e9446a1f6b4a24a385d4b30f6e9a27f46ed5e8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:06241fe673f87ff821c89e24c9e9446a1f6b4a24a385d4b30f6e9a27f46ed5e8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:06241fe673f87ff821c89e24c9e9446a1f6b4a24a385d4b30f6e9a27f46ed5e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter-rhel9@sha256%3A06241fe673f87ff821c89e24c9e9446a1f6b4a24a385d4b30f6e9a27f46ed5e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9ec30d34824712dc4036a2a3782e028d4dff56512866b9b89a8a11d3ed32ac3d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9ec30d34824712dc4036a2a3782e028d4dff56512866b9b89a8a11d3ed32ac3d_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9ec30d34824712dc4036a2a3782e028d4dff56512866b9b89a8a11d3ed32ac3d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A9ec30d34824712dc4036a2a3782e028d4dff56512866b9b89a8a11d3ed32ac3d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ceca17ccc882a5b2f88d786aeb239d730a3e79806bc27ce59a6baa7e748a9291_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ceca17ccc882a5b2f88d786aeb239d730a3e79806bc27ce59a6baa7e748a9291_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ceca17ccc882a5b2f88d786aeb239d730a3e79806bc27ce59a6baa7e748a9291_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256%3Aceca17ccc882a5b2f88d786aeb239d730a3e79806bc27ce59a6baa7e748a9291?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766066185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:508d26b09eab548f077af3a1f873a6c0abcf7a7162dbafe9f7a103fa65421cbf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:508d26b09eab548f077af3a1f873a6c0abcf7a7162dbafe9f7a103fa65421cbf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:508d26b09eab548f077af3a1f873a6c0abcf7a7162dbafe9f7a103fa65421cbf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A508d26b09eab548f077af3a1f873a6c0abcf7a7162dbafe9f7a103fa65421cbf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808677"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ac0d036010a92067d88961feb6f0062593102f43e806e5e96cd6d0ef515c1658_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ac0d036010a92067d88961feb6f0062593102f43e806e5e96cd6d0ef515c1658_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ac0d036010a92067d88961feb6f0062593102f43e806e5e96cd6d0ef515c1658_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Aac0d036010a92067d88961feb6f0062593102f43e806e5e96cd6d0ef515c1658?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1767793841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45f044666deee28ab310e36a4e3e6a42bad0e566aef8548ecfbb0aa6e9a5749c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45f044666deee28ab310e36a4e3e6a42bad0e566aef8548ecfbb0aa6e9a5749c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45f044666deee28ab310e36a4e3e6a42bad0e566aef8548ecfbb0aa6e9a5749c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A45f044666deee28ab310e36a4e3e6a42bad0e566aef8548ecfbb0aa6e9a5749c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1766153595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:57206ebfcd347eb86e18c850b5bc945bff7c7425843be6295445e6ff4f709895_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:57206ebfcd347eb86e18c850b5bc945bff7c7425843be6295445e6ff4f709895_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:57206ebfcd347eb86e18c850b5bc945bff7c7425843be6295445e6ff4f709895_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A57206ebfcd347eb86e18c850b5bc945bff7c7425843be6295445e6ff4f709895?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:feda43e7f108c44fb50640d33f997c984971abc4c84931012141e4a90ccd31b4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:feda43e7f108c44fb50640d33f997c984971abc4c84931012141e4a90ccd31b4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:feda43e7f108c44fb50640d33f997c984971abc4c84931012141e4a90ccd31b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Afeda43e7f108c44fb50640d33f997c984971abc4c84931012141e4a90ccd31b4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810827"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c1f3602764cac1e0b4ece400cd60c6570be745f43cd93fe08aa14269396882a9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c1f3602764cac1e0b4ece400cd60c6570be745f43cd93fe08aa14269396882a9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c1f3602764cac1e0b4ece400cd60c6570be745f43cd93fe08aa14269396882a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Ac1f3602764cac1e0b4ece400cd60c6570be745f43cd93fe08aa14269396882a9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765809697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5caf92f58a7e29d61f9589554032a9cabbc7042d304a3efa08be71f1667b679c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5caf92f58a7e29d61f9589554032a9cabbc7042d304a3efa08be71f1667b679c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5caf92f58a7e29d61f9589554032a9cabbc7042d304a3efa08be71f1667b679c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A5caf92f58a7e29d61f9589554032a9cabbc7042d304a3efa08be71f1667b679c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cb495544e8892da58b7b59004e7be104c027d41537cfb7673587afb0c642ef4c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cb495544e8892da58b7b59004e7be104c027d41537cfb7673587afb0c642ef4c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cb495544e8892da58b7b59004e7be104c027d41537cfb7673587afb0c642ef4c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Acb495544e8892da58b7b59004e7be104c027d41537cfb7673587afb0c642ef4c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765810426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cb2fa56170d6cd82cae20f4e78024802961626c9379e78d7a732ae48c30c0322_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cb2fa56170d6cd82cae20f4e78024802961626c9379e78d7a732ae48c30c0322_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cb2fa56170d6cd82cae20f4e78024802961626c9379e78d7a732ae48c30c0322_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Acb2fa56170d6cd82cae20f4e78024802961626c9379e78d7a732ae48c30c0322?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1765808620"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:010910ac80c9f0261005e4eaa852ecf4a22bb0db955c19081d46d75bdfb52690_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:010910ac80c9f0261005e4eaa852ecf4a22bb0db955c19081d46d75bdfb52690_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:010910ac80c9f0261005e4eaa852ecf4a22bb0db955c19081d46d75bdfb52690_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5720491b0264b323bbd09720314ab7f01e837631315013143f98bbecee6497a3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5720491b0264b323bbd09720314ab7f01e837631315013143f98bbecee6497a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5720491b0264b323bbd09720314ab7f01e837631315013143f98bbecee6497a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:865c579ffbf6269d8491ed0a60d56da08d680f41472934f1992ff106069d4682_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:865c579ffbf6269d8491ed0a60d56da08d680f41472934f1992ff106069d4682_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:865c579ffbf6269d8491ed0a60d56da08d680f41472934f1992ff106069d4682_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa4e09bf3ad57199932a0f121443f186eca03f5756e17e5c6e45b16df1a87511_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa4e09bf3ad57199932a0f121443f186eca03f5756e17e5c6e45b16df1a87511_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa4e09bf3ad57199932a0f121443f186eca03f5756e17e5c6e45b16df1a87511_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2aa26529942f335f9d1d0df93741b5d6e1bf94f482ecf6f5b91e1e95a0dd56cb_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2aa26529942f335f9d1d0df93741b5d6e1bf94f482ecf6f5b91e1e95a0dd56cb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2aa26529942f335f9d1d0df93741b5d6e1bf94f482ecf6f5b91e1e95a0dd56cb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ae981f6c6a8c72837f1ef74547907940631530e4b8db2f6d3a21304ba7b6f4a2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ae981f6c6a8c72837f1ef74547907940631530e4b8db2f6d3a21304ba7b6f4a2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ae981f6c6a8c72837f1ef74547907940631530e4b8db2f6d3a21304ba7b6f4a2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9ed0e17e7e7033b02d6a87e83f575e1ae6c443b34dd5a4e6ebcd59ce6ed53a3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9ed0e17e7e7033b02d6a87e83f575e1ae6c443b34dd5a4e6ebcd59ce6ed53a3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9ed0e17e7e7033b02d6a87e83f575e1ae6c443b34dd5a4e6ebcd59ce6ed53a3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e3aef7c894d6619ee0182bd63399df170a1a68ea44424d38c52cefbd34c88aed_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e3aef7c894d6619ee0182bd63399df170a1a68ea44424d38c52cefbd34c88aed_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e3aef7c894d6619ee0182bd63399df170a1a68ea44424d38c52cefbd34c88aed_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:29d1a80ce50aa853d8a602aa15b80b6434ef16d8592fd0a412b3e1732efb427c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:29d1a80ce50aa853d8a602aa15b80b6434ef16d8592fd0a412b3e1732efb427c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:29d1a80ce50aa853d8a602aa15b80b6434ef16d8592fd0a412b3e1732efb427c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:41003110931d8804e7ed72d1147fa1af7caead5906364c65227b88fcf915c661_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:41003110931d8804e7ed72d1147fa1af7caead5906364c65227b88fcf915c661_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:41003110931d8804e7ed72d1147fa1af7caead5906364c65227b88fcf915c661_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b13e7a159fcf928f50c9b16b4934de2fc508ca5a6792cf9843dad6172a02351f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b13e7a159fcf928f50c9b16b4934de2fc508ca5a6792cf9843dad6172a02351f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b13e7a159fcf928f50c9b16b4934de2fc508ca5a6792cf9843dad6172a02351f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ba8ab4359097d016d16c1a9762154063e554a1d47760d17adcd7a1d6adeee2ce_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ba8ab4359097d016d16c1a9762154063e554a1d47760d17adcd7a1d6adeee2ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ba8ab4359097d016d16c1a9762154063e554a1d47760d17adcd7a1d6adeee2ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:227657eee17b72b9127c0ba7cb7796c3a88f08b86cff574bd7fcb00bae4c0c7b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:227657eee17b72b9127c0ba7cb7796c3a88f08b86cff574bd7fcb00bae4c0c7b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:227657eee17b72b9127c0ba7cb7796c3a88f08b86cff574bd7fcb00bae4c0c7b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6c874cddb9abe4acd3002dfb38f8ad482ba299024db587f35ceba3a0babb22a4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6c874cddb9abe4acd3002dfb38f8ad482ba299024db587f35ceba3a0babb22a4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6c874cddb9abe4acd3002dfb38f8ad482ba299024db587f35ceba3a0babb22a4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8d733af5216e107af13807b78958254ea6c21c81937d821ba7cb80247502e5b0_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8d733af5216e107af13807b78958254ea6c21c81937d821ba7cb80247502e5b0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8d733af5216e107af13807b78958254ea6c21c81937d821ba7cb80247502e5b0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:afdfaf1f6d478b0bad3cca0dd85a8b2e4d08f3c6cda844293c4fff2883d44d1b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:afdfaf1f6d478b0bad3cca0dd85a8b2e4d08f3c6cda844293c4fff2883d44d1b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:afdfaf1f6d478b0bad3cca0dd85a8b2e4d08f3c6cda844293c4fff2883d44d1b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:22469a4605f978d2cab2e6e609a52d80b2ceb2816ea7030f6c207aafcce19784_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:22469a4605f978d2cab2e6e609a52d80b2ceb2816ea7030f6c207aafcce19784_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:22469a4605f978d2cab2e6e609a52d80b2ceb2816ea7030f6c207aafcce19784_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2a5740b6d1f026e69bdef3d18d97fea3704f580f299a0ea5246c7c6456acfb8d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2a5740b6d1f026e69bdef3d18d97fea3704f580f299a0ea5246c7c6456acfb8d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2a5740b6d1f026e69bdef3d18d97fea3704f580f299a0ea5246c7c6456acfb8d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:839b0acadc574e3767a57dd306fec69849aac00d8c9d05db37a21553c38a0cdb_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:839b0acadc574e3767a57dd306fec69849aac00d8c9d05db37a21553c38a0cdb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:839b0acadc574e3767a57dd306fec69849aac00d8c9d05db37a21553c38a0cdb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edf601164209b43c08e1cc0f1a8957f015e724c23643c06bd280a3eed51395b6_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edf601164209b43c08e1cc0f1a8957f015e724c23643c06bd280a3eed51395b6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edf601164209b43c08e1cc0f1a8957f015e724c23643c06bd280a3eed51395b6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:095ab09409ab30ce355f42e1ef98371e13bc332f0365220e18bbd96592b8cb34_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:095ab09409ab30ce355f42e1ef98371e13bc332f0365220e18bbd96592b8cb34_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:095ab09409ab30ce355f42e1ef98371e13bc332f0365220e18bbd96592b8cb34_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1e19abd283d3c7f43f37ea6a617f2d292eb41519e5c988e912bc186253ee4ea1_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1e19abd283d3c7f43f37ea6a617f2d292eb41519e5c988e912bc186253ee4ea1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1e19abd283d3c7f43f37ea6a617f2d292eb41519e5c988e912bc186253ee4ea1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ab92cc86cb324f036b785b5b65bfb272a7eb0be82421b34d47bb0fa778ec077b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ab92cc86cb324f036b785b5b65bfb272a7eb0be82421b34d47bb0fa778ec077b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ab92cc86cb324f036b785b5b65bfb272a7eb0be82421b34d47bb0fa778ec077b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb8c224fc4192e94a9d7936d6b3ac2f94b5887b6e67e74c6ca9a607c16ce82de_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb8c224fc4192e94a9d7936d6b3ac2f94b5887b6e67e74c6ca9a607c16ce82de_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb8c224fc4192e94a9d7936d6b3ac2f94b5887b6e67e74c6ca9a607c16ce82de_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b53f0d59d22cad1b29cd1455363e9b95aaec23330f5a709764505e78f464f81_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b53f0d59d22cad1b29cd1455363e9b95aaec23330f5a709764505e78f464f81_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b53f0d59d22cad1b29cd1455363e9b95aaec23330f5a709764505e78f464f81_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3351f3517c85285c83ff279daa6c60de1440b454f5db6b7ac3cefa3158d6037_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3351f3517c85285c83ff279daa6c60de1440b454f5db6b7ac3cefa3158d6037_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3351f3517c85285c83ff279daa6c60de1440b454f5db6b7ac3cefa3158d6037_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b4c94eab97489010063f86fdfd760944ecece20de991a50b888b215605fd235d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b4c94eab97489010063f86fdfd760944ecece20de991a50b888b215605fd235d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b4c94eab97489010063f86fdfd760944ecece20de991a50b888b215605fd235d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e66343418c4f082a915eb6c2c9922a92ab49a62c9f3895ced29af03e2583405f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e66343418c4f082a915eb6c2c9922a92ab49a62c9f3895ced29af03e2583405f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e66343418c4f082a915eb6c2c9922a92ab49a62c9f3895ced29af03e2583405f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1014bc1b6cc69c21e40a8af73a4660e78a0888edf3b20c7730f5210b9312b244_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1014bc1b6cc69c21e40a8af73a4660e78a0888edf3b20c7730f5210b9312b244_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1014bc1b6cc69c21e40a8af73a4660e78a0888edf3b20c7730f5210b9312b244_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6e667bc5bd9ae74020c140f7b3fc1b5d75c26428c02002f172641db3c7858b10_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6e667bc5bd9ae74020c140f7b3fc1b5d75c26428c02002f172641db3c7858b10_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6e667bc5bd9ae74020c140f7b3fc1b5d75c26428c02002f172641db3c7858b10_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8d4b35316b9d6ce915f9fddd0b8472ee227dc5dfec4acd1ccf0cc4189b413bed_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8d4b35316b9d6ce915f9fddd0b8472ee227dc5dfec4acd1ccf0cc4189b413bed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8d4b35316b9d6ce915f9fddd0b8472ee227dc5dfec4acd1ccf0cc4189b413bed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9192404559e79e1daa9a33bdc10301fd6315fb54a11875071fbfdd4e72749db8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9192404559e79e1daa9a33bdc10301fd6315fb54a11875071fbfdd4e72749db8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9192404559e79e1daa9a33bdc10301fd6315fb54a11875071fbfdd4e72749db8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3be656261ba123e12f4217cbe8ce75ada30edcf8b6183f27b86e71a2fbdc3823_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3be656261ba123e12f4217cbe8ce75ada30edcf8b6183f27b86e71a2fbdc3823_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3be656261ba123e12f4217cbe8ce75ada30edcf8b6183f27b86e71a2fbdc3823_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:9d79aed39f9315454153b47102247db0fc7ce21b042e2b39b8bf230d5a880552_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:9d79aed39f9315454153b47102247db0fc7ce21b042e2b39b8bf230d5a880552_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:9d79aed39f9315454153b47102247db0fc7ce21b042e2b39b8bf230d5a880552_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:dcbf1a9d6b05d7dd11529db822b38217174f653866e7a3eef462beaa92363faa_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:dcbf1a9d6b05d7dd11529db822b38217174f653866e7a3eef462beaa92363faa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:dcbf1a9d6b05d7dd11529db822b38217174f653866e7a3eef462beaa92363faa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fac30473f878fc94f2a5d8302c8a54e80771bf974de598a6b8ddfbbd209163e2_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fac30473f878fc94f2a5d8302c8a54e80771bf974de598a6b8ddfbbd209163e2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fac30473f878fc94f2a5d8302c8a54e80771bf974de598a6b8ddfbbd209163e2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d263fa00621b5233ada4af5d1f910edcc6ae11911ed0e64d347ef13e9fdc431_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d263fa00621b5233ada4af5d1f910edcc6ae11911ed0e64d347ef13e9fdc431_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d263fa00621b5233ada4af5d1f910edcc6ae11911ed0e64d347ef13e9fdc431_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:3915fb435364adff485a6113ce03171216cd806d939fbe2a9dde21f8ff507f96_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:3915fb435364adff485a6113ce03171216cd806d939fbe2a9dde21f8ff507f96_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:3915fb435364adff485a6113ce03171216cd806d939fbe2a9dde21f8ff507f96_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de106fab83118ae9f88a6d650772c770be2eb9a324e875b4705d005c113c03c8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de106fab83118ae9f88a6d650772c770be2eb9a324e875b4705d005c113c03c8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de106fab83118ae9f88a6d650772c770be2eb9a324e875b4705d005c113c03c8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:dfbe99f5488ba10988922c28256f7c21fe05622e40eb332a9932aa2547c0308a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:dfbe99f5488ba10988922c28256f7c21fe05622e40eb332a9932aa2547c0308a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:dfbe99f5488ba10988922c28256f7c21fe05622e40eb332a9932aa2547c0308a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:922b31aea75e3d15e7c250cb193a034edc9b90c23f251895524740df240e8588_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:922b31aea75e3d15e7c250cb193a034edc9b90c23f251895524740df240e8588_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:922b31aea75e3d15e7c250cb193a034edc9b90c23f251895524740df240e8588_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9ec30d34824712dc4036a2a3782e028d4dff56512866b9b89a8a11d3ed32ac3d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9ec30d34824712dc4036a2a3782e028d4dff56512866b9b89a8a11d3ed32ac3d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9ec30d34824712dc4036a2a3782e028d4dff56512866b9b89a8a11d3ed32ac3d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b3df31c813226a62917decafb7d16d15f702d191bd1f3162ffdb064ff8b40851_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b3df31c813226a62917decafb7d16d15f702d191bd1f3162ffdb064ff8b40851_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b3df31c813226a62917decafb7d16d15f702d191bd1f3162ffdb064ff8b40851_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f9895e62aa0258e3a25e618ef22f73c5516583840954782381d87aa2460f490e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f9895e62aa0258e3a25e618ef22f73c5516583840954782381d87aa2460f490e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f9895e62aa0258e3a25e618ef22f73c5516583840954782381d87aa2460f490e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:11921eb8e50ff9230808952a03c48410c72aa1c4b3b364be85e2cc313494e992_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:11921eb8e50ff9230808952a03c48410c72aa1c4b3b364be85e2cc313494e992_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:11921eb8e50ff9230808952a03c48410c72aa1c4b3b364be85e2cc313494e992_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd0cb75942665b368b821ed47e9497c864cc20e479e19b853aa9f91e2a8dddd4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd0cb75942665b368b821ed47e9497c864cc20e479e19b853aa9f91e2a8dddd4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd0cb75942665b368b821ed47e9497c864cc20e479e19b853aa9f91e2a8dddd4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:da81b9e0cd2c901842ae4cca4ba57e21822ba5fcf1905464525180777bac3f12_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:da81b9e0cd2c901842ae4cca4ba57e21822ba5fcf1905464525180777bac3f12_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:da81b9e0cd2c901842ae4cca4ba57e21822ba5fcf1905464525180777bac3f12_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f10728036d476ce4a691ea48dd4ae90eac818db6555bb5766bd6385cf57213a4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f10728036d476ce4a691ea48dd4ae90eac818db6555bb5766bd6385cf57213a4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f10728036d476ce4a691ea48dd4ae90eac818db6555bb5766bd6385cf57213a4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:439b615b8635530ebfb55ff48de16c22945886334ad21c902297a3494b800761_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:439b615b8635530ebfb55ff48de16c22945886334ad21c902297a3494b800761_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:439b615b8635530ebfb55ff48de16c22945886334ad21c902297a3494b800761_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:771ea3e2a76bcf70b69f858d734a30fc92202abe787461fa94d1d4875aa594da_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:771ea3e2a76bcf70b69f858d734a30fc92202abe787461fa94d1d4875aa594da_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:771ea3e2a76bcf70b69f858d734a30fc92202abe787461fa94d1d4875aa594da_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9bb32a14c4c928ca2bc427198a391cbed6c019a07efe652afeef8df0d4c77a6d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9bb32a14c4c928ca2bc427198a391cbed6c019a07efe652afeef8df0d4c77a6d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9bb32a14c4c928ca2bc427198a391cbed6c019a07efe652afeef8df0d4c77a6d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9608b90684a48a64a973a1c7a66ad52937a9a02911d84d5c8d39f9090f0d331_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9608b90684a48a64a973a1c7a66ad52937a9a02911d84d5c8d39f9090f0d331_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9608b90684a48a64a973a1c7a66ad52937a9a02911d84d5c8d39f9090f0d331_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:12e6cda5bbbe6ad6fca6b1e4a071c73289f544ef9e8c8bbefa04a2560a8a1061_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:12e6cda5bbbe6ad6fca6b1e4a071c73289f544ef9e8c8bbefa04a2560a8a1061_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:12e6cda5bbbe6ad6fca6b1e4a071c73289f544ef9e8c8bbefa04a2560a8a1061_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3db2e9a0af4199d7881d53ac40abdb15fd198f4ed0d87e5bd01f58adb3359011_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3db2e9a0af4199d7881d53ac40abdb15fd198f4ed0d87e5bd01f58adb3359011_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3db2e9a0af4199d7881d53ac40abdb15fd198f4ed0d87e5bd01f58adb3359011_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77239fe51e141d70ce695764f072f5db3849b20304b8ad5c7a7a238381a5fb4b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77239fe51e141d70ce695764f072f5db3849b20304b8ad5c7a7a238381a5fb4b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77239fe51e141d70ce695764f072f5db3849b20304b8ad5c7a7a238381a5fb4b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bcf80a83b16f4fffd2554413029da74b45b20aae69f10bf6fc34b2b1b03ca0f3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bcf80a83b16f4fffd2554413029da74b45b20aae69f10bf6fc34b2b1b03ca0f3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bcf80a83b16f4fffd2554413029da74b45b20aae69f10bf6fc34b2b1b03ca0f3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0fae9e4bb94e9ca4465d843d6112d5a511f945c717d072fe9b5ec50126d78c0d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0fae9e4bb94e9ca4465d843d6112d5a511f945c717d072fe9b5ec50126d78c0d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0fae9e4bb94e9ca4465d843d6112d5a511f945c717d072fe9b5ec50126d78c0d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15e531eed38cf5aefb553c94d8ba61458c489e702ff193015457189f337ceacf_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15e531eed38cf5aefb553c94d8ba61458c489e702ff193015457189f337ceacf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15e531eed38cf5aefb553c94d8ba61458c489e702ff193015457189f337ceacf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7623d4b6acace64aeb4b462df5690b5468c75a16b97eaf5c6250868ea2a5922f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7623d4b6acace64aeb4b462df5690b5468c75a16b97eaf5c6250868ea2a5922f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7623d4b6acace64aeb4b462df5690b5468c75a16b97eaf5c6250868ea2a5922f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7a5ce737a4d1399f3edce8468eaf8c92323910953b83171c5d84b4a03f07ec70_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7a5ce737a4d1399f3edce8468eaf8c92323910953b83171c5d84b4a03f07ec70_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7a5ce737a4d1399f3edce8468eaf8c92323910953b83171c5d84b4a03f07ec70_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a672f8de6d6a47c0eacac43e272debc7aae590468c27fc834ae87c407fd79622_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a672f8de6d6a47c0eacac43e272debc7aae590468c27fc834ae87c407fd79622_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a672f8de6d6a47c0eacac43e272debc7aae590468c27fc834ae87c407fd79622_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b821a86fe1f47065dce576cf417b48ec54404db6d32cb4200f1e5b6665b0643e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b821a86fe1f47065dce576cf417b48ec54404db6d32cb4200f1e5b6665b0643e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b821a86fe1f47065dce576cf417b48ec54404db6d32cb4200f1e5b6665b0643e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cb6a3767a64fc324d0ae7dcfc667b466c3ba56ed62f2d9f395e23bcc36fe2057_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cb6a3767a64fc324d0ae7dcfc667b466c3ba56ed62f2d9f395e23bcc36fe2057_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cb6a3767a64fc324d0ae7dcfc667b466c3ba56ed62f2d9f395e23bcc36fe2057_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:de60ef03a70714aa641f2b6903b6690b80dfaa08202e78def5303e8a4f2dfb7c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:de60ef03a70714aa641f2b6903b6690b80dfaa08202e78def5303e8a4f2dfb7c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:de60ef03a70714aa641f2b6903b6690b80dfaa08202e78def5303e8a4f2dfb7c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:39c541af8befd2f04186cede99b8d384961851bd82af5dfeccedab5609d8bd28_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:39c541af8befd2f04186cede99b8d384961851bd82af5dfeccedab5609d8bd28_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:39c541af8befd2f04186cede99b8d384961851bd82af5dfeccedab5609d8bd28_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:dd54dcc212e4a8dd1f95491f1ffdf37a460b2b4afe6b239e97ed01bc10b5d7bb_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:dd54dcc212e4a8dd1f95491f1ffdf37a460b2b4afe6b239e97ed01bc10b5d7bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:dd54dcc212e4a8dd1f95491f1ffdf37a460b2b4afe6b239e97ed01bc10b5d7bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1494de633441ea309e51c41359eeeb9a1b6d40057bf0977be4ced9d77f32e138_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1494de633441ea309e51c41359eeeb9a1b6d40057bf0977be4ced9d77f32e138_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1494de633441ea309e51c41359eeeb9a1b6d40057bf0977be4ced9d77f32e138_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:37d91b0db0bc2f47179c940f409812448d12413e82b89520fd527db005890478_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:37d91b0db0bc2f47179c940f409812448d12413e82b89520fd527db005890478_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:37d91b0db0bc2f47179c940f409812448d12413e82b89520fd527db005890478_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6f314e8108fb7f35c2627d2056027c45cd286025c8cc25df8d8f87311764fcde_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6f314e8108fb7f35c2627d2056027c45cd286025c8cc25df8d8f87311764fcde_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6f314e8108fb7f35c2627d2056027c45cd286025c8cc25df8d8f87311764fcde_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad573cf9be5ec11c6af02cd482da92ead849c79e8999a53aa78537937c118941_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad573cf9be5ec11c6af02cd482da92ead849c79e8999a53aa78537937c118941_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad573cf9be5ec11c6af02cd482da92ead849c79e8999a53aa78537937c118941_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:373d13b2cd0b561f6b3de3232e0196086febebe0f8ac2298e3d49e135d504ca2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:373d13b2cd0b561f6b3de3232e0196086febebe0f8ac2298e3d49e135d504ca2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:373d13b2cd0b561f6b3de3232e0196086febebe0f8ac2298e3d49e135d504ca2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ca8509dcd86ae6cd818a9b384f507660ad0979102da8982138bcbbfb1a67798a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ca8509dcd86ae6cd818a9b384f507660ad0979102da8982138bcbbfb1a67798a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ca8509dcd86ae6cd818a9b384f507660ad0979102da8982138bcbbfb1a67798a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:15effd39fe2eb000030d0a773189485b09463dcb271f9f9365c786d69797d45b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:15effd39fe2eb000030d0a773189485b09463dcb271f9f9365c786d69797d45b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:15effd39fe2eb000030d0a773189485b09463dcb271f9f9365c786d69797d45b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:532230fa98fbdb150cbec8c2f482a862764edabc991040796b43cb89c063eb6e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:532230fa98fbdb150cbec8c2f482a862764edabc991040796b43cb89c063eb6e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:532230fa98fbdb150cbec8c2f482a862764edabc991040796b43cb89c063eb6e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:3cd35b169c8d6b8c36721bee7d535d22e7227a499c10a26f8b75f20ece58c5a5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:3cd35b169c8d6b8c36721bee7d535d22e7227a499c10a26f8b75f20ece58c5a5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:3cd35b169c8d6b8c36721bee7d535d22e7227a499c10a26f8b75f20ece58c5a5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:87bf5231fa3e6a42aecc1d98434b97ea376e6131fcf991f0f70fe8f08c500642_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:87bf5231fa3e6a42aecc1d98434b97ea376e6131fcf991f0f70fe8f08c500642_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:87bf5231fa3e6a42aecc1d98434b97ea376e6131fcf991f0f70fe8f08c500642_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:c0687c055200b806e21dd54fc6ebe7677e07713b7e9d477da50608db698434c3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:c0687c055200b806e21dd54fc6ebe7677e07713b7e9d477da50608db698434c3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:c0687c055200b806e21dd54fc6ebe7677e07713b7e9d477da50608db698434c3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:eb4676a798f88ddf196a122d158c194e2f9d3606e6df98e858116f40333a73c9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:eb4676a798f88ddf196a122d158c194e2f9d3606e6df98e858116f40333a73c9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:eb4676a798f88ddf196a122d158c194e2f9d3606e6df98e858116f40333a73c9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:49c9f70dad03c76ea5f24113f57d0dda9c76d6bd75a97ec0ffa8efca03416a62_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:49c9f70dad03c76ea5f24113f57d0dda9c76d6bd75a97ec0ffa8efca03416a62_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:49c9f70dad03c76ea5f24113f57d0dda9c76d6bd75a97ec0ffa8efca03416a62_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bdb2089dcbfbf7be129707a983d80a2ea2403de4599f542b203d6d70ced116c6_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bdb2089dcbfbf7be129707a983d80a2ea2403de4599f542b203d6d70ced116c6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bdb2089dcbfbf7be129707a983d80a2ea2403de4599f542b203d6d70ced116c6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:cd4dd131fffcbc6cfad4b43bf90cd7f4ca746aa427444fb1b83b8e3ed5448155_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:cd4dd131fffcbc6cfad4b43bf90cd7f4ca746aa427444fb1b83b8e3ed5448155_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:cd4dd131fffcbc6cfad4b43bf90cd7f4ca746aa427444fb1b83b8e3ed5448155_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ceef814e858fbb3849600bb8ec9c7563f7febbccef153e6e1e0a6137cba2ed41_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ceef814e858fbb3849600bb8ec9c7563f7febbccef153e6e1e0a6137cba2ed41_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ceef814e858fbb3849600bb8ec9c7563f7febbccef153e6e1e0a6137cba2ed41_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:818b8aede1cea348fc822098e63c44283d07b8d759fff1a34fb95698d346e4cb_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:818b8aede1cea348fc822098e63c44283d07b8d759fff1a34fb95698d346e4cb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:818b8aede1cea348fc822098e63c44283d07b8d759fff1a34fb95698d346e4cb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:95cfba9c1aa3f5738ea1a0986edf515c7929bcc2e26b743d175855bd5916c3f2_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:95cfba9c1aa3f5738ea1a0986edf515c7929bcc2e26b743d175855bd5916c3f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:95cfba9c1aa3f5738ea1a0986edf515c7929bcc2e26b743d175855bd5916c3f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0c0d7063c6c1a93c0d999fbbb0318b391f245be4afb2961241d7a8fe96aee5c8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0c0d7063c6c1a93c0d999fbbb0318b391f245be4afb2961241d7a8fe96aee5c8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0c0d7063c6c1a93c0d999fbbb0318b391f245be4afb2961241d7a8fe96aee5c8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c7d3f63d85078049dd578be45be4922f0b5bc4523204f0f6e7a8454378a50ef2_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c7d3f63d85078049dd578be45be4922f0b5bc4523204f0f6e7a8454378a50ef2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c7d3f63d85078049dd578be45be4922f0b5bc4523204f0f6e7a8454378a50ef2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:01bb1e8f7448fe9716da40d0fc0fa6721a6e83eb6abb5fb9db9c9ade90f7b544_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:01bb1e8f7448fe9716da40d0fc0fa6721a6e83eb6abb5fb9db9c9ade90f7b544_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:01bb1e8f7448fe9716da40d0fc0fa6721a6e83eb6abb5fb9db9c9ade90f7b544_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c327ee819b81ff73eb40c7987a925d5ec1a53d5f83c4f535648cfe3b12a543be_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c327ee819b81ff73eb40c7987a925d5ec1a53d5f83c4f535648cfe3b12a543be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c327ee819b81ff73eb40c7987a925d5ec1a53d5f83c4f535648cfe3b12a543be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8fe832d24fff07cb9dd0593c6be189a15dd5b66c90b4f51db34803c3ced0833c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8fe832d24fff07cb9dd0593c6be189a15dd5b66c90b4f51db34803c3ced0833c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8fe832d24fff07cb9dd0593c6be189a15dd5b66c90b4f51db34803c3ced0833c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e6e04742834a28d3e5501d46d81ede1b928ffa2b03b4bb67d7c4f1b41b972a8c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e6e04742834a28d3e5501d46d81ede1b928ffa2b03b4bb67d7c4f1b41b972a8c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e6e04742834a28d3e5501d46d81ede1b928ffa2b03b4bb67d7c4f1b41b972a8c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3bd509e461902d5c78947d7154cf4e2c1d7d319c52e5ac20835b929ced2a00dc_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3bd509e461902d5c78947d7154cf4e2c1d7d319c52e5ac20835b929ced2a00dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3bd509e461902d5c78947d7154cf4e2c1d7d319c52e5ac20835b929ced2a00dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:ebcb5d059b310f2e604ce2ac43ac67b05ccf65cd91090e9f73cb40295bbe281e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:ebcb5d059b310f2e604ce2ac43ac67b05ccf65cd91090e9f73cb40295bbe281e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:ebcb5d059b310f2e604ce2ac43ac67b05ccf65cd91090e9f73cb40295bbe281e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:40622ba6d02683af12f5ccf089b627edbb4008cdd00f5c12144154e096e9c70d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:40622ba6d02683af12f5ccf089b627edbb4008cdd00f5c12144154e096e9c70d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:40622ba6d02683af12f5ccf089b627edbb4008cdd00f5c12144154e096e9c70d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e057234533114382fdf0bebda2c7be084686656356ec2b37f72f4486a961a649_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e057234533114382fdf0bebda2c7be084686656356ec2b37f72f4486a961a649_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e057234533114382fdf0bebda2c7be084686656356ec2b37f72f4486a961a649_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:bc87ee80c823f65171b214d154ee7cfe68e7642be8de366ddc500d8035415110_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:bc87ee80c823f65171b214d154ee7cfe68e7642be8de366ddc500d8035415110_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:bc87ee80c823f65171b214d154ee7cfe68e7642be8de366ddc500d8035415110_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f491089c7250e2999c3c7e20bbf9b5ba6e3f7b9bb5df32ece39296dfd9cf8efb_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f491089c7250e2999c3c7e20bbf9b5ba6e3f7b9bb5df32ece39296dfd9cf8efb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f491089c7250e2999c3c7e20bbf9b5ba6e3f7b9bb5df32ece39296dfd9cf8efb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:94a3b8cc025503e74f3db89759a448eb7848a97357b3d19fd003fe5e65971938_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:94a3b8cc025503e74f3db89759a448eb7848a97357b3d19fd003fe5e65971938_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:94a3b8cc025503e74f3db89759a448eb7848a97357b3d19fd003fe5e65971938_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9ed6257fec39b9a133af04b675017c2f904458c7297142060a125a56f1877b1f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9ed6257fec39b9a133af04b675017c2f904458c7297142060a125a56f1877b1f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9ed6257fec39b9a133af04b675017c2f904458c7297142060a125a56f1877b1f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aa0a83aae6ac4308aba1ed14cd1d99fb2055fe959c7a0945360914ba0bfffd63_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aa0a83aae6ac4308aba1ed14cd1d99fb2055fe959c7a0945360914ba0bfffd63_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aa0a83aae6ac4308aba1ed14cd1d99fb2055fe959c7a0945360914ba0bfffd63_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bfad6440891e209e6c4961b0c6eefb7a0f974f036c3836ac4ea20dd8cd58cb36_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bfad6440891e209e6c4961b0c6eefb7a0f974f036c3836ac4ea20dd8cd58cb36_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bfad6440891e209e6c4961b0c6eefb7a0f974f036c3836ac4ea20dd8cd58cb36_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:285c5886ee1c6fe18ada08eb6290e7a360413ec7eeb2ce6c1ca21137d2a6663b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:285c5886ee1c6fe18ada08eb6290e7a360413ec7eeb2ce6c1ca21137d2a6663b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:285c5886ee1c6fe18ada08eb6290e7a360413ec7eeb2ce6c1ca21137d2a6663b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4382802a03a6cdc97faaea32c46d0a50b18bf28078cf97ba016168cd93d56849_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4382802a03a6cdc97faaea32c46d0a50b18bf28078cf97ba016168cd93d56849_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4382802a03a6cdc97faaea32c46d0a50b18bf28078cf97ba016168cd93d56849_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:989960cff56e35b3561de569f034d4e8c41f34d8f056218394ae6574f03e02bf_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:989960cff56e35b3561de569f034d4e8c41f34d8f056218394ae6574f03e02bf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:989960cff56e35b3561de569f034d4e8c41f34d8f056218394ae6574f03e02bf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff83cb311a9f86f7b3f68983afb345a185bd61696122694312d7fbefc8a26596_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff83cb311a9f86f7b3f68983afb345a185bd61696122694312d7fbefc8a26596_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff83cb311a9f86f7b3f68983afb345a185bd61696122694312d7fbefc8a26596_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0b103d98fa8ed7dbb657c265f8115fa94e877d1d9c3055e9fec074c736dbe327_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0b103d98fa8ed7dbb657c265f8115fa94e877d1d9c3055e9fec074c736dbe327_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0b103d98fa8ed7dbb657c265f8115fa94e877d1d9c3055e9fec074c736dbe327_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2493cc19ecf6de30980aa1343ae72f9f67abca9e60c45dd9701e3654a49a8751_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2493cc19ecf6de30980aa1343ae72f9f67abca9e60c45dd9701e3654a49a8751_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2493cc19ecf6de30980aa1343ae72f9f67abca9e60c45dd9701e3654a49a8751_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c4db3b7660983eed8e7f57eb865497c46b4dbc4e9ce434f5723ac7829b21983_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c4db3b7660983eed8e7f57eb865497c46b4dbc4e9ce434f5723ac7829b21983_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c4db3b7660983eed8e7f57eb865497c46b4dbc4e9ce434f5723ac7829b21983_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9d40f88df1153ad6b3b5a45977d2caf28df5ed82f68f5ac22c59b46062b58d21_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9d40f88df1153ad6b3b5a45977d2caf28df5ed82f68f5ac22c59b46062b58d21_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9d40f88df1153ad6b3b5a45977d2caf28df5ed82f68f5ac22c59b46062b58d21_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0e96cc33062132ab8dff569c666f27f630ccfa807be154e0a80cae84b3859f93_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0e96cc33062132ab8dff569c666f27f630ccfa807be154e0a80cae84b3859f93_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0e96cc33062132ab8dff569c666f27f630ccfa807be154e0a80cae84b3859f93_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ed6c35571e604c7ee46cabcc0e30c695e848e47f0a54c3f0241c70dd029c6be_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ed6c35571e604c7ee46cabcc0e30c695e848e47f0a54c3f0241c70dd029c6be_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ed6c35571e604c7ee46cabcc0e30c695e848e47f0a54c3f0241c70dd029c6be_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:89c8211969073b7b3c444d30bdc61fc7b1c4ac2a4dd96a435a52bede721f231a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:89c8211969073b7b3c444d30bdc61fc7b1c4ac2a4dd96a435a52bede721f231a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:89c8211969073b7b3c444d30bdc61fc7b1c4ac2a4dd96a435a52bede721f231a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb20d335d43287ff1ab9aa31ea093dd09ead747828bd710c3349f73790e53c9d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb20d335d43287ff1ab9aa31ea093dd09ead747828bd710c3349f73790e53c9d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb20d335d43287ff1ab9aa31ea093dd09ead747828bd710c3349f73790e53c9d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:05a9d8c8e182cd9faf243d412f84af1ba32d44f058e8a9f1a155fcb09e01a63f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:05a9d8c8e182cd9faf243d412f84af1ba32d44f058e8a9f1a155fcb09e01a63f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:05a9d8c8e182cd9faf243d412f84af1ba32d44f058e8a9f1a155fcb09e01a63f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5437871fd3b1632e81b4219221af0ea6be48c7478e19d62e582c92b54e4ae888_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5437871fd3b1632e81b4219221af0ea6be48c7478e19d62e582c92b54e4ae888_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5437871fd3b1632e81b4219221af0ea6be48c7478e19d62e582c92b54e4ae888_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9481f2896105bb5bdffe5d4ff13475b95a4cc8ef4854f49856280bc1637cf00b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9481f2896105bb5bdffe5d4ff13475b95a4cc8ef4854f49856280bc1637cf00b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9481f2896105bb5bdffe5d4ff13475b95a4cc8ef4854f49856280bc1637cf00b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:fe0b2b9dd0b60358f120b5c02922a240c53cea9789bf04bc1f4ac5f39d932c00_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:fe0b2b9dd0b60358f120b5c02922a240c53cea9789bf04bc1f4ac5f39d932c00_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:fe0b2b9dd0b60358f120b5c02922a240c53cea9789bf04bc1f4ac5f39d932c00_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:067ece3e5c97432a368e09212d7fcdb8a17bec2044fef91090226cbe365a4288_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:067ece3e5c97432a368e09212d7fcdb8a17bec2044fef91090226cbe365a4288_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:067ece3e5c97432a368e09212d7fcdb8a17bec2044fef91090226cbe365a4288_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1587e95f63f0e27d30aafe3ec1d6d41c261610a4bc3b128e07a0667164a7800a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1587e95f63f0e27d30aafe3ec1d6d41c261610a4bc3b128e07a0667164a7800a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1587e95f63f0e27d30aafe3ec1d6d41c261610a4bc3b128e07a0667164a7800a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:28ae7f1bbce60dcf527f7a1cb61839db6afa536940b83c2ca0469b83deef4f74_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:28ae7f1bbce60dcf527f7a1cb61839db6afa536940b83c2ca0469b83deef4f74_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:28ae7f1bbce60dcf527f7a1cb61839db6afa536940b83c2ca0469b83deef4f74_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:85c775d01713b954249aabd6a79481f2750c58da15002f84aeb8f7162118ee3a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:85c775d01713b954249aabd6a79481f2750c58da15002f84aeb8f7162118ee3a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:85c775d01713b954249aabd6a79481f2750c58da15002f84aeb8f7162118ee3a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:10724a8b5a562eb870b3ea1b5dc59aad18fd48be8642f1b297fdd9f119c98d07_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:10724a8b5a562eb870b3ea1b5dc59aad18fd48be8642f1b297fdd9f119c98d07_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:10724a8b5a562eb870b3ea1b5dc59aad18fd48be8642f1b297fdd9f119c98d07_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a8ed4d31886431f6652d7a818081f6461c9f4cf708232e1b6cdb2828c22e741f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a8ed4d31886431f6652d7a818081f6461c9f4cf708232e1b6cdb2828c22e741f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a8ed4d31886431f6652d7a818081f6461c9f4cf708232e1b6cdb2828c22e741f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c53efc8acf0a12d9219121fd50b057b3011b9d6c96e5764ab378c731025c3a53_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c53efc8acf0a12d9219121fd50b057b3011b9d6c96e5764ab378c731025c3a53_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c53efc8acf0a12d9219121fd50b057b3011b9d6c96e5764ab378c731025c3a53_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce8b787fd1eabd6d8cfbaba3d5c5a0ee0757833dd06142fbf9185c38d1edaab4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce8b787fd1eabd6d8cfbaba3d5c5a0ee0757833dd06142fbf9185c38d1edaab4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce8b787fd1eabd6d8cfbaba3d5c5a0ee0757833dd06142fbf9185c38d1edaab4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4878c17bfda3e85a73f33484180829821bca67ce081f854aefa41d61be6f54df_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4878c17bfda3e85a73f33484180829821bca67ce081f854aefa41d61be6f54df_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4878c17bfda3e85a73f33484180829821bca67ce081f854aefa41d61be6f54df_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:add936fde99c163e6686ce1247591a6ca1f8e09436d1e27834d473bf91d2e56f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:add936fde99c163e6686ce1247591a6ca1f8e09436d1e27834d473bf91d2e56f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:add936fde99c163e6686ce1247591a6ca1f8e09436d1e27834d473bf91d2e56f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:da1884d5fb9ebe6edf95716c6da33eef31c9843b85994858b61306721d5b5290_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:da1884d5fb9ebe6edf95716c6da33eef31c9843b85994858b61306721d5b5290_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:da1884d5fb9ebe6edf95716c6da33eef31c9843b85994858b61306721d5b5290_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:fe1f911ae1697287eaea64f6fc9c500ac0cc53df06093501d22d64f18f1f1b2b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:fe1f911ae1697287eaea64f6fc9c500ac0cc53df06093501d22d64f18f1f1b2b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:fe1f911ae1697287eaea64f6fc9c500ac0cc53df06093501d22d64f18f1f1b2b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4b0a2c88479de32cbe8c5de93713208a373689fde9698fbce7d4374895ec651f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4b0a2c88479de32cbe8c5de93713208a373689fde9698fbce7d4374895ec651f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4b0a2c88479de32cbe8c5de93713208a373689fde9698fbce7d4374895ec651f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4fcebea397006c02df68eaa8b8739d2f8192136cf5ed1a736378fb5ed2cb3775_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4fcebea397006c02df68eaa8b8739d2f8192136cf5ed1a736378fb5ed2cb3775_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4fcebea397006c02df68eaa8b8739d2f8192136cf5ed1a736378fb5ed2cb3775_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:552f87d4680af353de9006b557a394366711e123172a3756e98bbb795bc7ad6d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:552f87d4680af353de9006b557a394366711e123172a3756e98bbb795bc7ad6d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:552f87d4680af353de9006b557a394366711e123172a3756e98bbb795bc7ad6d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:90d7c38edcb0b1026d5283ba8d8a9c13d5425d5969cbccce614ea52b66992fcd_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:90d7c38edcb0b1026d5283ba8d8a9c13d5425d5969cbccce614ea52b66992fcd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:90d7c38edcb0b1026d5283ba8d8a9c13d5425d5969cbccce614ea52b66992fcd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5147243ad484accb1b55336b87b04d3f63133a1b3b3dd9d5608935ad6438f7f9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5147243ad484accb1b55336b87b04d3f63133a1b3b3dd9d5608935ad6438f7f9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5147243ad484accb1b55336b87b04d3f63133a1b3b3dd9d5608935ad6438f7f9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:73ec0c46b476af3264bec71c52aa78a4ac6810518b2c22104483cbe841e347a4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:73ec0c46b476af3264bec71c52aa78a4ac6810518b2c22104483cbe841e347a4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:73ec0c46b476af3264bec71c52aa78a4ac6810518b2c22104483cbe841e347a4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dd0a5949ffdd4d4ccf84d0c1425b37036431bf0280417c5d6f545628d6a00d78_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dd0a5949ffdd4d4ccf84d0c1425b37036431bf0280417c5d6f545628d6a00d78_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dd0a5949ffdd4d4ccf84d0c1425b37036431bf0280417c5d6f545628d6a00d78_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fccbe0a48bf84fd59ff4f235663d4929249a089514c51de14b25f18847cdcfca_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fccbe0a48bf84fd59ff4f235663d4929249a089514c51de14b25f18847cdcfca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fccbe0a48bf84fd59ff4f235663d4929249a089514c51de14b25f18847cdcfca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0ed054a679598bf964ed72c27e6d8ccb8265093a4a332d6923422d4a5ddcc969_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0ed054a679598bf964ed72c27e6d8ccb8265093a4a332d6923422d4a5ddcc969_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0ed054a679598bf964ed72c27e6d8ccb8265093a4a332d6923422d4a5ddcc969_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:56e378d1bf6c43e123ecbf51b6b867c3051bca71f8ac89eeef8c3f376b29f633_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:56e378d1bf6c43e123ecbf51b6b867c3051bca71f8ac89eeef8c3f376b29f633_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:56e378d1bf6c43e123ecbf51b6b867c3051bca71f8ac89eeef8c3f376b29f633_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:be8fa3d3cfb67728e88a022bf2e8ea9350d51bf155450b9dff32b435a8d1e281_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:be8fa3d3cfb67728e88a022bf2e8ea9350d51bf155450b9dff32b435a8d1e281_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:be8fa3d3cfb67728e88a022bf2e8ea9350d51bf155450b9dff32b435a8d1e281_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e5436643edb952464f47908d1c0148f11e9d8b3b8b99fffe3e7b7e216deeb895_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e5436643edb952464f47908d1c0148f11e9d8b3b8b99fffe3e7b7e216deeb895_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e5436643edb952464f47908d1c0148f11e9d8b3b8b99fffe3e7b7e216deeb895_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4306330db69aca7845aaacfc5fb39af2ac17e07bd2dd5483fbe036ee6f7f238b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4306330db69aca7845aaacfc5fb39af2ac17e07bd2dd5483fbe036ee6f7f238b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4306330db69aca7845aaacfc5fb39af2ac17e07bd2dd5483fbe036ee6f7f238b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9398b56ab57291d9eab36aa313816dc218f68b3a3a26a3e912f63f573f32926d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9398b56ab57291d9eab36aa313816dc218f68b3a3a26a3e912f63f573f32926d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9398b56ab57291d9eab36aa313816dc218f68b3a3a26a3e912f63f573f32926d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e0d527b7110a4bcf2b2cc8e62b935fbbb1639b41b77e2fbc8ad4fe184e6c2d98_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e0d527b7110a4bcf2b2cc8e62b935fbbb1639b41b77e2fbc8ad4fe184e6c2d98_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e0d527b7110a4bcf2b2cc8e62b935fbbb1639b41b77e2fbc8ad4fe184e6c2d98_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e6e3e21f5a68eca36ffcfbf99038a86450f10ba84378240e36a9f10b5c7bffe9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e6e3e21f5a68eca36ffcfbf99038a86450f10ba84378240e36a9f10b5c7bffe9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e6e3e21f5a68eca36ffcfbf99038a86450f10ba84378240e36a9f10b5c7bffe9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4ce7127580f01b6097604b1b326dcc52e2e68058b9006ee898d4be14bbc37f72_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4ce7127580f01b6097604b1b326dcc52e2e68058b9006ee898d4be14bbc37f72_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4ce7127580f01b6097604b1b326dcc52e2e68058b9006ee898d4be14bbc37f72_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:69f97ad2e19756c43b53f7400ec2d476d8caab5157eb28049ede1c54b01a1718_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:69f97ad2e19756c43b53f7400ec2d476d8caab5157eb28049ede1c54b01a1718_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:69f97ad2e19756c43b53f7400ec2d476d8caab5157eb28049ede1c54b01a1718_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a215d1bf03fb40c02c8d9074c42efcc9eb702035acc3f5461a3f468997da8906_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a215d1bf03fb40c02c8d9074c42efcc9eb702035acc3f5461a3f468997da8906_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a215d1bf03fb40c02c8d9074c42efcc9eb702035acc3f5461a3f468997da8906_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb281558c21b0e23228d44339846cf3d7cebe6e650b88b186efe97571eb35ffb_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb281558c21b0e23228d44339846cf3d7cebe6e650b88b186efe97571eb35ffb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb281558c21b0e23228d44339846cf3d7cebe6e650b88b186efe97571eb35ffb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:02f31b5d9de8b1838feea23946f68e184ff9ce95456e2d74081f07bc882fe265_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:02f31b5d9de8b1838feea23946f68e184ff9ce95456e2d74081f07bc882fe265_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:02f31b5d9de8b1838feea23946f68e184ff9ce95456e2d74081f07bc882fe265_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3ea80a1b91fc2c0e2872eb2220f85e51faa4b29fbbf751124f83760bb3626767_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3ea80a1b91fc2c0e2872eb2220f85e51faa4b29fbbf751124f83760bb3626767_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3ea80a1b91fc2c0e2872eb2220f85e51faa4b29fbbf751124f83760bb3626767_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc515c05851455d8df0f0251148a805cbfcabe4f00a2635f29b1231939ba6169_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc515c05851455d8df0f0251148a805cbfcabe4f00a2635f29b1231939ba6169_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc515c05851455d8df0f0251148a805cbfcabe4f00a2635f29b1231939ba6169_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd0455ce3af2cb1a403c63ac1aa876b82d935c5ff8bdcb6f4bcebb7379c04b09_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd0455ce3af2cb1a403c63ac1aa876b82d935c5ff8bdcb6f4bcebb7379c04b09_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd0455ce3af2cb1a403c63ac1aa876b82d935c5ff8bdcb6f4bcebb7379c04b09_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1a67ddefb8561363e2fb6e506d1a30052c2d3c84fdbb594c08a4e4d7f5e74ffc_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1a67ddefb8561363e2fb6e506d1a30052c2d3c84fdbb594c08a4e4d7f5e74ffc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1a67ddefb8561363e2fb6e506d1a30052c2d3c84fdbb594c08a4e4d7f5e74ffc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2428e42bdaaa413aa85e5b66b66808ed6cd0fe8bb9fb76441b656163fb6aef74_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2428e42bdaaa413aa85e5b66b66808ed6cd0fe8bb9fb76441b656163fb6aef74_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2428e42bdaaa413aa85e5b66b66808ed6cd0fe8bb9fb76441b656163fb6aef74_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:93669d510b0978df8a57054a582097f71cc7066cb3ec2d66991ea0b8e4d17b73_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:93669d510b0978df8a57054a582097f71cc7066cb3ec2d66991ea0b8e4d17b73_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:93669d510b0978df8a57054a582097f71cc7066cb3ec2d66991ea0b8e4d17b73_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:de0543519d0d54727aff176674588dcada0f23b9a0e925b0a904fa226d9d933a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:de0543519d0d54727aff176674588dcada0f23b9a0e925b0a904fa226d9d933a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:de0543519d0d54727aff176674588dcada0f23b9a0e925b0a904fa226d9d933a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0d353084cc260ac76ca151bb3b8156e5b1e032914553fd9e5d85d2b6236137b8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0d353084cc260ac76ca151bb3b8156e5b1e032914553fd9e5d85d2b6236137b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0d353084cc260ac76ca151bb3b8156e5b1e032914553fd9e5d85d2b6236137b8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:483455d5413908b9251831d30d3bc25442d92174eee7871a4e0fec785f20e605_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:483455d5413908b9251831d30d3bc25442d92174eee7871a4e0fec785f20e605_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:483455d5413908b9251831d30d3bc25442d92174eee7871a4e0fec785f20e605_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:764c3f1175438ab900e029dc67ffcd961aa85fc9910b1f0e0914716c0d1dd7d8_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:764c3f1175438ab900e029dc67ffcd961aa85fc9910b1f0e0914716c0d1dd7d8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:764c3f1175438ab900e029dc67ffcd961aa85fc9910b1f0e0914716c0d1dd7d8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e8745b24d7b33cf5fbe9f722d27ae349dbc930acbc73acbe6192477e27be9c31_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e8745b24d7b33cf5fbe9f722d27ae349dbc930acbc73acbe6192477e27be9c31_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e8745b24d7b33cf5fbe9f722d27ae349dbc930acbc73acbe6192477e27be9c31_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:38bebdd2f59cd999d199685bac744dcfe223a159269ff6f3e09e0f584f549725_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:38bebdd2f59cd999d199685bac744dcfe223a159269ff6f3e09e0f584f549725_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:38bebdd2f59cd999d199685bac744dcfe223a159269ff6f3e09e0f584f549725_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:be6b2ae6eae51154e71ca84672e6cd40adcd90a1063727f37f99f5292e328fc1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:be6b2ae6eae51154e71ca84672e6cd40adcd90a1063727f37f99f5292e328fc1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:be6b2ae6eae51154e71ca84672e6cd40adcd90a1063727f37f99f5292e328fc1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd553e30c06bdae21ae5d78cebd046bb0f4ae9643f24aff4ec6bb58eb3594c62_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd553e30c06bdae21ae5d78cebd046bb0f4ae9643f24aff4ec6bb58eb3594c62_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd553e30c06bdae21ae5d78cebd046bb0f4ae9643f24aff4ec6bb58eb3594c62_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f8b0488f3fe75162d899d44e04f4b4e366455ea306cd30764b1166e5fd9a89a9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f8b0488f3fe75162d899d44e04f4b4e366455ea306cd30764b1166e5fd9a89a9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f8b0488f3fe75162d899d44e04f4b4e366455ea306cd30764b1166e5fd9a89a9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:348024eeef735146e6fab4d5562af6f0679fae3d1fbcdb88785dfb8b2bd533a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:348024eeef735146e6fab4d5562af6f0679fae3d1fbcdb88785dfb8b2bd533a0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:348024eeef735146e6fab4d5562af6f0679fae3d1fbcdb88785dfb8b2bd533a0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8fd1a25bbeeef53c51952e0ff63b550499b47919cdd3d2118b37d4c03c160fe4_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8fd1a25bbeeef53c51952e0ff63b550499b47919cdd3d2118b37d4c03c160fe4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8fd1a25bbeeef53c51952e0ff63b550499b47919cdd3d2118b37d4c03c160fe4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:95c81b9f4314033e0db920d26fd458553f1d32de2e94f7ec6280a97bf87b970d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:95c81b9f4314033e0db920d26fd458553f1d32de2e94f7ec6280a97bf87b970d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:95c81b9f4314033e0db920d26fd458553f1d32de2e94f7ec6280a97bf87b970d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8e9e5e32aa3087a012704889962634f7a2042b9974942e853141109c7ea8a40_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8e9e5e32aa3087a012704889962634f7a2042b9974942e853141109c7ea8a40_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8e9e5e32aa3087a012704889962634f7a2042b9974942e853141109c7ea8a40_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:187b1f722e44a85e4a7718eba2ca356798e3be1b78395e5fdd46b0d058355597_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:187b1f722e44a85e4a7718eba2ca356798e3be1b78395e5fdd46b0d058355597_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:187b1f722e44a85e4a7718eba2ca356798e3be1b78395e5fdd46b0d058355597_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d1001760a74be86840ecce7d6b27e65b76720439b2569159a618160c5aaf64b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d1001760a74be86840ecce7d6b27e65b76720439b2569159a618160c5aaf64b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d1001760a74be86840ecce7d6b27e65b76720439b2569159a618160c5aaf64b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a9e5b6aad1534b9f06a37f5474be0ac0f451d2d9d51b512c3e765d088034c1b8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a9e5b6aad1534b9f06a37f5474be0ac0f451d2d9d51b512c3e765d088034c1b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a9e5b6aad1534b9f06a37f5474be0ac0f451d2d9d51b512c3e765d088034c1b8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d6122db412dbf199fd162754cdf43df75458fd822cac01d9468d00f9f8acbe64_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d6122db412dbf199fd162754cdf43df75458fd822cac01d9468d00f9f8acbe64_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d6122db412dbf199fd162754cdf43df75458fd822cac01d9468d00f9f8acbe64_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3b2ff50a1b015a092e5f4402f809bd8cc71da99ab75d651fc38f225e599ef169_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3b2ff50a1b015a092e5f4402f809bd8cc71da99ab75d651fc38f225e599ef169_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3b2ff50a1b015a092e5f4402f809bd8cc71da99ab75d651fc38f225e599ef169_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5dcede759394470d027cddd4fd1ebca11d68e7c9372d7a3e5d55f7a7681d4648_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5dcede759394470d027cddd4fd1ebca11d68e7c9372d7a3e5d55f7a7681d4648_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5dcede759394470d027cddd4fd1ebca11d68e7c9372d7a3e5d55f7a7681d4648_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9999ea5cba568fa4e2993156bf5a4ec96049a3239f0e7418d9ce325fd6cea339_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9999ea5cba568fa4e2993156bf5a4ec96049a3239f0e7418d9ce325fd6cea339_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9999ea5cba568fa4e2993156bf5a4ec96049a3239f0e7418d9ce325fd6cea339_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9f2f9f64b9c37fed403d6b770bb23f759a95871074672dc511ba283edcc8869f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9f2f9f64b9c37fed403d6b770bb23f759a95871074672dc511ba283edcc8869f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9f2f9f64b9c37fed403d6b770bb23f759a95871074672dc511ba283edcc8869f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2abfe8527033209ff785955eebc78a31ca1665beacede590850b3f22386f1efb_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2abfe8527033209ff785955eebc78a31ca1665beacede590850b3f22386f1efb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2abfe8527033209ff785955eebc78a31ca1665beacede590850b3f22386f1efb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4fe05714d56f61e87cb17ebbe4f49a9ada8a46201cd91eaeba62db4f224bf6ae_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4fe05714d56f61e87cb17ebbe4f49a9ada8a46201cd91eaeba62db4f224bf6ae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4fe05714d56f61e87cb17ebbe4f49a9ada8a46201cd91eaeba62db4f224bf6ae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a6d4a858ecc45140b936c1830f9a2ebab7e5c8340250ea3dcb2dfc4c4215837c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a6d4a858ecc45140b936c1830f9a2ebab7e5c8340250ea3dcb2dfc4c4215837c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a6d4a858ecc45140b936c1830f9a2ebab7e5c8340250ea3dcb2dfc4c4215837c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e1acd45f77d5f58a4f0ec08fdbb4fd32f4f2343e925ebfabe2e3bc5a73e613cb_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e1acd45f77d5f58a4f0ec08fdbb4fd32f4f2343e925ebfabe2e3bc5a73e613cb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e1acd45f77d5f58a4f0ec08fdbb4fd32f4f2343e925ebfabe2e3bc5a73e613cb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0c387a75dcbacfb07a97684b7a012d4e14cae0474dde8fe5afa828b4e145b54c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0c387a75dcbacfb07a97684b7a012d4e14cae0474dde8fe5afa828b4e145b54c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0c387a75dcbacfb07a97684b7a012d4e14cae0474dde8fe5afa828b4e145b54c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7c54e10d6611bcb68abf51a5b79fa7717673e913a1c39ad7c47ccee2be788824_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7c54e10d6611bcb68abf51a5b79fa7717673e913a1c39ad7c47ccee2be788824_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7c54e10d6611bcb68abf51a5b79fa7717673e913a1c39ad7c47ccee2be788824_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:df14296c35b85d1753a60930b86d99ffdbae42557879c9d047da71328c11649e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:df14296c35b85d1753a60930b86d99ffdbae42557879c9d047da71328c11649e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:df14296c35b85d1753a60930b86d99ffdbae42557879c9d047da71328c11649e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:eae55c01a4335958e6797739480e099a738e7afbe5f3192053e2895b5f3c368c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:eae55c01a4335958e6797739480e099a738e7afbe5f3192053e2895b5f3c368c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:eae55c01a4335958e6797739480e099a738e7afbe5f3192053e2895b5f3c368c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:676fadb59d495a758bf5d574d9a57a860356d060090a09c32ad4707af39dbc6d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:676fadb59d495a758bf5d574d9a57a860356d060090a09c32ad4707af39dbc6d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:676fadb59d495a758bf5d574d9a57a860356d060090a09c32ad4707af39dbc6d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7638ea64455e8a26a875db703f7e61b95f6910ecfa8172977f0a99e0ee85cd2d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7638ea64455e8a26a875db703f7e61b95f6910ecfa8172977f0a99e0ee85cd2d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7638ea64455e8a26a875db703f7e61b95f6910ecfa8172977f0a99e0ee85cd2d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a7d4acb4c1ba1fc4e163291f6f95990c2fb2493b48b9bf4a3eaede056e0224f6_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a7d4acb4c1ba1fc4e163291f6f95990c2fb2493b48b9bf4a3eaede056e0224f6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a7d4acb4c1ba1fc4e163291f6f95990c2fb2493b48b9bf4a3eaede056e0224f6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:efda819eaecd912506db1c4c311ac444a4767f9d5be47910598dea2335281559_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:efda819eaecd912506db1c4c311ac444a4767f9d5be47910598dea2335281559_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:efda819eaecd912506db1c4c311ac444a4767f9d5be47910598dea2335281559_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b1dcb61cbc569a5593f993c98c967299867aa5c2d661cc0afd30ab586af11460_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b1dcb61cbc569a5593f993c98c967299867aa5c2d661cc0afd30ab586af11460_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b1dcb61cbc569a5593f993c98c967299867aa5c2d661cc0afd30ab586af11460_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c2bee1ac77e47a8dcf25759621cf06ea10b0fad1703621a13d1c2afbfb057a25_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c2bee1ac77e47a8dcf25759621cf06ea10b0fad1703621a13d1c2afbfb057a25_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c2bee1ac77e47a8dcf25759621cf06ea10b0fad1703621a13d1c2afbfb057a25_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cc8e572511a3d9983a15ae61baed5935f4d0b275aad9b38c9b510c48ef64e80c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cc8e572511a3d9983a15ae61baed5935f4d0b275aad9b38c9b510c48ef64e80c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cc8e572511a3d9983a15ae61baed5935f4d0b275aad9b38c9b510c48ef64e80c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f8d2de3b8ac558a7c0239904a487b55839bcf25210234a173ae4243f2c5fa910_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f8d2de3b8ac558a7c0239904a487b55839bcf25210234a173ae4243f2c5fa910_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f8d2de3b8ac558a7c0239904a487b55839bcf25210234a173ae4243f2c5fa910_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:05dcbad3dc80450b2d6f501ed43cc01c0c7a6c9fb16a46dbc1963257f9f055d9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:05dcbad3dc80450b2d6f501ed43cc01c0c7a6c9fb16a46dbc1963257f9f055d9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:05dcbad3dc80450b2d6f501ed43cc01c0c7a6c9fb16a46dbc1963257f9f055d9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:12c499de90e073bf571f990a23289da67bb290336674155b72370b26703eb140_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:12c499de90e073bf571f990a23289da67bb290336674155b72370b26703eb140_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:12c499de90e073bf571f990a23289da67bb290336674155b72370b26703eb140_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32fbea963882d5f53d303ac03accae21b046780c83dc731d6bb6dac0247702d8_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32fbea963882d5f53d303ac03accae21b046780c83dc731d6bb6dac0247702d8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32fbea963882d5f53d303ac03accae21b046780c83dc731d6bb6dac0247702d8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99c7b7ee1a89cd78afb206c1baff8adc5acb0bd884e57cb2129ed361e28a3b3d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99c7b7ee1a89cd78afb206c1baff8adc5acb0bd884e57cb2129ed361e28a3b3d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99c7b7ee1a89cd78afb206c1baff8adc5acb0bd884e57cb2129ed361e28a3b3d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4c254a2ec17b2b686b452164220171aadde65d0709ae4975c44cfd14bfb19175_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4c254a2ec17b2b686b452164220171aadde65d0709ae4975c44cfd14bfb19175_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4c254a2ec17b2b686b452164220171aadde65d0709ae4975c44cfd14bfb19175_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5b32c810e354bd77f602c0a7210bea9d104ddb5caad5cbc5220b5dc38882d9b7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5b32c810e354bd77f602c0a7210bea9d104ddb5caad5cbc5220b5dc38882d9b7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5b32c810e354bd77f602c0a7210bea9d104ddb5caad5cbc5220b5dc38882d9b7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:650e1233b428da23a578e7d0a0e2a801c5b45b5250d1ec569db6f72baaeb862d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:650e1233b428da23a578e7d0a0e2a801c5b45b5250d1ec569db6f72baaeb862d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:650e1233b428da23a578e7d0a0e2a801c5b45b5250d1ec569db6f72baaeb862d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e245f385dd09d0f2751f22bafef52476022671151f19821b9f0a271c829117d9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e245f385dd09d0f2751f22bafef52476022671151f19821b9f0a271c829117d9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e245f385dd09d0f2751f22bafef52476022671151f19821b9f0a271c829117d9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:14b496d8af8ec2e7ca87629e8aef842aae182d9ec291b6e8373fe788f2da6629_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:14b496d8af8ec2e7ca87629e8aef842aae182d9ec291b6e8373fe788f2da6629_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:14b496d8af8ec2e7ca87629e8aef842aae182d9ec291b6e8373fe788f2da6629_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:33ab0999998bd7585c1dd5e4ef29d3dd17329c04b933f4a8aa3eb0e45c7d41ab_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:33ab0999998bd7585c1dd5e4ef29d3dd17329c04b933f4a8aa3eb0e45c7d41ab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:33ab0999998bd7585c1dd5e4ef29d3dd17329c04b933f4a8aa3eb0e45c7d41ab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4922ff9faeeb349a852b064774a4fc4f0f9ce675ce7ad8ea3460d71ef31ecaa8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4922ff9faeeb349a852b064774a4fc4f0f9ce675ce7ad8ea3460d71ef31ecaa8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4922ff9faeeb349a852b064774a4fc4f0f9ce675ce7ad8ea3460d71ef31ecaa8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ecbb51b1104dc034b20aff20eb64f290236dbe607ab88595e14a4578e651a369_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ecbb51b1104dc034b20aff20eb64f290236dbe607ab88595e14a4578e651a369_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ecbb51b1104dc034b20aff20eb64f290236dbe607ab88595e14a4578e651a369_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:59ae1c7da66a76cdf39aff972ee4c21fac52c7d2ffd3b6f468d27e538469d4cd_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:59ae1c7da66a76cdf39aff972ee4c21fac52c7d2ffd3b6f468d27e538469d4cd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:59ae1c7da66a76cdf39aff972ee4c21fac52c7d2ffd3b6f468d27e538469d4cd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:73e75de1e43c3d1ac1f998437ec36412226460ee78456f67f2cf64cb03296ff8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:73e75de1e43c3d1ac1f998437ec36412226460ee78456f67f2cf64cb03296ff8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:73e75de1e43c3d1ac1f998437ec36412226460ee78456f67f2cf64cb03296ff8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:882145f4222ddccb6cd6857977ff32ca9d0bf15d8e0664a87e5bc120c5245aac_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:882145f4222ddccb6cd6857977ff32ca9d0bf15d8e0664a87e5bc120c5245aac_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:882145f4222ddccb6cd6857977ff32ca9d0bf15d8e0664a87e5bc120c5245aac_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bcc4d1f7728d8e9e17e22751e3858dee5d0b0b7841c27612489899bf0fad5678_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bcc4d1f7728d8e9e17e22751e3858dee5d0b0b7841c27612489899bf0fad5678_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bcc4d1f7728d8e9e17e22751e3858dee5d0b0b7841c27612489899bf0fad5678_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:089e264c27dbf0a9cf5549ec79a3b506744088a31399bfeecde3db5f9b8a4b8b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:089e264c27dbf0a9cf5549ec79a3b506744088a31399bfeecde3db5f9b8a4b8b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:089e264c27dbf0a9cf5549ec79a3b506744088a31399bfeecde3db5f9b8a4b8b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3dfb58bc1a4560614dd78c7a27062889bb12f452efadf93ba75ca286df7b2c07_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3dfb58bc1a4560614dd78c7a27062889bb12f452efadf93ba75ca286df7b2c07_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3dfb58bc1a4560614dd78c7a27062889bb12f452efadf93ba75ca286df7b2c07_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7075939e96be91c69faf0528ec0781e94e97ba80e2297f13afc01e41b204b077_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7075939e96be91c69faf0528ec0781e94e97ba80e2297f13afc01e41b204b077_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7075939e96be91c69faf0528ec0781e94e97ba80e2297f13afc01e41b204b077_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:994abccb614b1af98e8f95bc849c54d2c81f8c3714a10b7d134b1e4cf617e20c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:994abccb614b1af98e8f95bc849c54d2c81f8c3714a10b7d134b1e4cf617e20c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:994abccb614b1af98e8f95bc849c54d2c81f8c3714a10b7d134b1e4cf617e20c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0a9247ca6b0b6e26f65ece8d20944bbece3ec974b3687a8e5761d932248577b6_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0a9247ca6b0b6e26f65ece8d20944bbece3ec974b3687a8e5761d932248577b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0a9247ca6b0b6e26f65ece8d20944bbece3ec974b3687a8e5761d932248577b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5d55e3bbd3185fbfcb0a9d61bceadcd29cc8662d78d5b0f1666d47d47f7de726_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5d55e3bbd3185fbfcb0a9d61bceadcd29cc8662d78d5b0f1666d47d47f7de726_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5d55e3bbd3185fbfcb0a9d61bceadcd29cc8662d78d5b0f1666d47d47f7de726_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6d593c6a064dc2a8e0c5f95134286aa7e74ae0c731cae652210e34573bf7600f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6d593c6a064dc2a8e0c5f95134286aa7e74ae0c731cae652210e34573bf7600f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6d593c6a064dc2a8e0c5f95134286aa7e74ae0c731cae652210e34573bf7600f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c4d9c20147b113583d530015e2b54b0b00416fb81d5d4770c50fd5cff335d346_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c4d9c20147b113583d530015e2b54b0b00416fb81d5d4770c50fd5cff335d346_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c4d9c20147b113583d530015e2b54b0b00416fb81d5d4770c50fd5cff335d346_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5b5195909dc8af2c57ea159e06381f8821b4443d772a7770e3c3333476101514_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5b5195909dc8af2c57ea159e06381f8821b4443d772a7770e3c3333476101514_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5b5195909dc8af2c57ea159e06381f8821b4443d772a7770e3c3333476101514_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:762a4ad76749af173bec191df0e6a1ec34972c0ebcb2693cf77177f0d5d73b9e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:762a4ad76749af173bec191df0e6a1ec34972c0ebcb2693cf77177f0d5d73b9e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:762a4ad76749af173bec191df0e6a1ec34972c0ebcb2693cf77177f0d5d73b9e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8147ba68f9b663675fe9f47683123a3016716ef57d6db08da03b9736d8d4a77d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8147ba68f9b663675fe9f47683123a3016716ef57d6db08da03b9736d8d4a77d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8147ba68f9b663675fe9f47683123a3016716ef57d6db08da03b9736d8d4a77d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c2c053dfd09a7eb997a26b6ae24c37bee54f165f27980368a6635d11acc1908_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c2c053dfd09a7eb997a26b6ae24c37bee54f165f27980368a6635d11acc1908_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c2c053dfd09a7eb997a26b6ae24c37bee54f165f27980368a6635d11acc1908_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:091590258fb774f85566a2927f46f29d73d499cdcf31e9642baa07577f3a7268_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:091590258fb774f85566a2927f46f29d73d499cdcf31e9642baa07577f3a7268_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:091590258fb774f85566a2927f46f29d73d499cdcf31e9642baa07577f3a7268_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cfdb95647a0ebd3e658736c03c99506c1d30d59842bc5c34e4014cab5a8637ad_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cfdb95647a0ebd3e658736c03c99506c1d30d59842bc5c34e4014cab5a8637ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cfdb95647a0ebd3e658736c03c99506c1d30d59842bc5c34e4014cab5a8637ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d6754a6cec1740eeae77bddcc2ceee636093a45e103830989648c82f8ae2beb4_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d6754a6cec1740eeae77bddcc2ceee636093a45e103830989648c82f8ae2beb4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d6754a6cec1740eeae77bddcc2ceee636093a45e103830989648c82f8ae2beb4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:efafea3c4f8c39b34253ac5e149bcbaf1ead37504ef921e1f8a8eca34ee57aff_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:efafea3c4f8c39b34253ac5e149bcbaf1ead37504ef921e1f8a8eca34ee57aff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:efafea3c4f8c39b34253ac5e149bcbaf1ead37504ef921e1f8a8eca34ee57aff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0652a3c38f356f67403795053b94ed25c9afce4681c6a667a9f8a4398fc2c90e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0652a3c38f356f67403795053b94ed25c9afce4681c6a667a9f8a4398fc2c90e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0652a3c38f356f67403795053b94ed25c9afce4681c6a667a9f8a4398fc2c90e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:76d0b1679f5011f6621cb62ce56e183e426f513d6f6b643c258649c3f1855edf_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:76d0b1679f5011f6621cb62ce56e183e426f513d6f6b643c258649c3f1855edf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:76d0b1679f5011f6621cb62ce56e183e426f513d6f6b643c258649c3f1855edf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:87c24a1be0336008c3a332dd89a2628979791baaead41fe098aa7186f66d32ff_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:87c24a1be0336008c3a332dd89a2628979791baaead41fe098aa7186f66d32ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:87c24a1be0336008c3a332dd89a2628979791baaead41fe098aa7186f66d32ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a1d11a18d39ac896e86d9f90dc692d09660303d89809de42c1fcf2b6bc653627_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a1d11a18d39ac896e86d9f90dc692d09660303d89809de42c1fcf2b6bc653627_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a1d11a18d39ac896e86d9f90dc692d09660303d89809de42c1fcf2b6bc653627_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7119cec8ee2ff6535a3a918b0e5b649e7e2e0b5959ced67a7c92eac1ec5df4a9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7119cec8ee2ff6535a3a918b0e5b649e7e2e0b5959ced67a7c92eac1ec5df4a9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7119cec8ee2ff6535a3a918b0e5b649e7e2e0b5959ced67a7c92eac1ec5df4a9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9ece535834ded773d679fe84bea163e3966207e872951e0fcd9584d751f081b1_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9ece535834ded773d679fe84bea163e3966207e872951e0fcd9584d751f081b1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9ece535834ded773d679fe84bea163e3966207e872951e0fcd9584d751f081b1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c705d33bf190679c6912010197460fde75f07404d1f20e27d1fecc25a7ef73dc_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c705d33bf190679c6912010197460fde75f07404d1f20e27d1fecc25a7ef73dc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c705d33bf190679c6912010197460fde75f07404d1f20e27d1fecc25a7ef73dc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ce61ed9fe9749d0e361c43d7095e2f48a4883213be864d00b986c5e8e8c85045_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ce61ed9fe9749d0e361c43d7095e2f48a4883213be864d00b986c5e8e8c85045_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ce61ed9fe9749d0e361c43d7095e2f48a4883213be864d00b986c5e8e8c85045_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2647259bc942fbdba06825ac9c39a20ae9002cba5f91803e0ac07fa667fc8152_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2647259bc942fbdba06825ac9c39a20ae9002cba5f91803e0ac07fa667fc8152_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2647259bc942fbdba06825ac9c39a20ae9002cba5f91803e0ac07fa667fc8152_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:38b5b50adf382c114ad353c25177df324dd0c2429ff7d7c47333b1e48fd149f1_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:38b5b50adf382c114ad353c25177df324dd0c2429ff7d7c47333b1e48fd149f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:38b5b50adf382c114ad353c25177df324dd0c2429ff7d7c47333b1e48fd149f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9ef2e09985c9e70071836df61aa5056d7849342d1e591041106134c997ae8120_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9ef2e09985c9e70071836df61aa5056d7849342d1e591041106134c997ae8120_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9ef2e09985c9e70071836df61aa5056d7849342d1e591041106134c997ae8120_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:cdc8a30f6eb45d295a29afe26dc6fa952304490dcafd41e2f3d113557f5c7061_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:cdc8a30f6eb45d295a29afe26dc6fa952304490dcafd41e2f3d113557f5c7061_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:cdc8a30f6eb45d295a29afe26dc6fa952304490dcafd41e2f3d113557f5c7061_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:77485bec5ae6c204a95ad307ee212611efe7102419a4b8b2170345c2129566da_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:77485bec5ae6c204a95ad307ee212611efe7102419a4b8b2170345c2129566da_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:77485bec5ae6c204a95ad307ee212611efe7102419a4b8b2170345c2129566da_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8cdf5aafdbeadbd64b4af55cb431b1e3900fafc32226e8ec2fe4b8fb3cad2159_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8cdf5aafdbeadbd64b4af55cb431b1e3900fafc32226e8ec2fe4b8fb3cad2159_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8cdf5aafdbeadbd64b4af55cb431b1e3900fafc32226e8ec2fe4b8fb3cad2159_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e1d3b9df127e66a181ded3634fec2d5d0cf522a7c690eb3a3e837c07f001d590_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e1d3b9df127e66a181ded3634fec2d5d0cf522a7c690eb3a3e837c07f001d590_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e1d3b9df127e66a181ded3634fec2d5d0cf522a7c690eb3a3e837c07f001d590_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f7e5827513e801dd4f0776cd43216992265c2d5328e10511c0c35fff50d9d4d7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f7e5827513e801dd4f0776cd43216992265c2d5328e10511c0c35fff50d9d4d7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f7e5827513e801dd4f0776cd43216992265c2d5328e10511c0c35fff50d9d4d7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:12d479f76a485b9bb10e103761b14de977a5f4bb5be30bd1e5e7661a2efa798a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:12d479f76a485b9bb10e103761b14de977a5f4bb5be30bd1e5e7661a2efa798a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:12d479f76a485b9bb10e103761b14de977a5f4bb5be30bd1e5e7661a2efa798a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ad07eded8361ee16f92aa1fe3913eb6a47ad11871574a95fa6209bf2d76ff3e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ad07eded8361ee16f92aa1fe3913eb6a47ad11871574a95fa6209bf2d76ff3e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ad07eded8361ee16f92aa1fe3913eb6a47ad11871574a95fa6209bf2d76ff3e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:555dc9c019cb56c85f324c15d56a3933920190bbfd2f605897b7c4ccae7e7667_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:555dc9c019cb56c85f324c15d56a3933920190bbfd2f605897b7c4ccae7e7667_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:555dc9c019cb56c85f324c15d56a3933920190bbfd2f605897b7c4ccae7e7667_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b10e5023f52db1f56af89fca242b92279a681fb1b5d5d3db46d9e38ca9efa729_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b10e5023f52db1f56af89fca242b92279a681fb1b5d5d3db46d9e38ca9efa729_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b10e5023f52db1f56af89fca242b92279a681fb1b5d5d3db46d9e38ca9efa729_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6513e69f9b17c6cc2e2ba95af0b264fe1dde110f148704308f4b60d2ea7ef231_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6513e69f9b17c6cc2e2ba95af0b264fe1dde110f148704308f4b60d2ea7ef231_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6513e69f9b17c6cc2e2ba95af0b264fe1dde110f148704308f4b60d2ea7ef231_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:86e64684776ae3aae20ca417a175651709cb33b1bc5ec0fb13dd42689df53311_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:86e64684776ae3aae20ca417a175651709cb33b1bc5ec0fb13dd42689df53311_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:86e64684776ae3aae20ca417a175651709cb33b1bc5ec0fb13dd42689df53311_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a102a9f30ce55ce359df7ce9ebad995b94200a4bea31c2165eccd45b85c62f52_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a102a9f30ce55ce359df7ce9ebad995b94200a4bea31c2165eccd45b85c62f52_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a102a9f30ce55ce359df7ce9ebad995b94200a4bea31c2165eccd45b85c62f52_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bd0eadc5ccb1c1c61bdc44756c47fd851bc3bccc19780755617a4d6e5c09b9f2_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bd0eadc5ccb1c1c61bdc44756c47fd851bc3bccc19780755617a4d6e5c09b9f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bd0eadc5ccb1c1c61bdc44756c47fd851bc3bccc19780755617a4d6e5c09b9f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:00b7c985115df727784ef9623422fd054dc94ad0165091607a3fdd9998c10a56_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:00b7c985115df727784ef9623422fd054dc94ad0165091607a3fdd9998c10a56_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:00b7c985115df727784ef9623422fd054dc94ad0165091607a3fdd9998c10a56_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:322423d85e6f0c49af2a133d0ce3b2dd8dff6f590364b49eb7305cc90c95ea9f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:322423d85e6f0c49af2a133d0ce3b2dd8dff6f590364b49eb7305cc90c95ea9f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:322423d85e6f0c49af2a133d0ce3b2dd8dff6f590364b49eb7305cc90c95ea9f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6519a4b407c5ba8c0217e1ee71a9bf3cd57f3b5f3ca2b106a1272569dc4901b0_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6519a4b407c5ba8c0217e1ee71a9bf3cd57f3b5f3ca2b106a1272569dc4901b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6519a4b407c5ba8c0217e1ee71a9bf3cd57f3b5f3ca2b106a1272569dc4901b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb9c6a99b8ede0463cf4e658da1fbbecbdfcdba532d6a9f0f55ae24ba3e547eb_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb9c6a99b8ede0463cf4e658da1fbbecbdfcdba532d6a9f0f55ae24ba3e547eb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb9c6a99b8ede0463cf4e658da1fbbecbdfcdba532d6a9f0f55ae24ba3e547eb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4c37f659efaa1d9aecc62b378257a4a47c2af8aaac996817e11c827bb32fd4d2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4c37f659efaa1d9aecc62b378257a4a47c2af8aaac996817e11c827bb32fd4d2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4c37f659efaa1d9aecc62b378257a4a47c2af8aaac996817e11c827bb32fd4d2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4c7b5854b0eed9015e784561f99823eb4cc8afabcd524acb37acede8259831d8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4c7b5854b0eed9015e784561f99823eb4cc8afabcd524acb37acede8259831d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4c7b5854b0eed9015e784561f99823eb4cc8afabcd524acb37acede8259831d8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a25d236bdcc64d2b699b1122299ab1816e3c6fae3397fd020644f2be70358d48_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a25d236bdcc64d2b699b1122299ab1816e3c6fae3397fd020644f2be70358d48_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a25d236bdcc64d2b699b1122299ab1816e3c6fae3397fd020644f2be70358d48_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d2b19510bdc7fd0168c610511905f88c492d8e08f45f4ecfc643133360e6caa6_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d2b19510bdc7fd0168c610511905f88c492d8e08f45f4ecfc643133360e6caa6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d2b19510bdc7fd0168c610511905f88c492d8e08f45f4ecfc643133360e6caa6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:65755d3e3aa9a5549b8bf3ee7032b96982a933c2bf8260c62d5791d724275e07_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:65755d3e3aa9a5549b8bf3ee7032b96982a933c2bf8260c62d5791d724275e07_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:65755d3e3aa9a5549b8bf3ee7032b96982a933c2bf8260c62d5791d724275e07_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ad94c387912fd6e893fca762d36a0ce1ed6b2f1357c97a098d59ef8dfd365b13_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ad94c387912fd6e893fca762d36a0ce1ed6b2f1357c97a098d59ef8dfd365b13_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ad94c387912fd6e893fca762d36a0ce1ed6b2f1357c97a098d59ef8dfd365b13_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6bb812ba76f7f27ad7c705c80819476c23b3a2aa3a6c741f696b3fb436d8382_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6bb812ba76f7f27ad7c705c80819476c23b3a2aa3a6c741f696b3fb436d8382_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6bb812ba76f7f27ad7c705c80819476c23b3a2aa3a6c741f696b3fb436d8382_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ea5a80665eee75a7c907997c073a3c343605dbaeedbff337ba9fa7c2664588e2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ea5a80665eee75a7c907997c073a3c343605dbaeedbff337ba9fa7c2664588e2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ea5a80665eee75a7c907997c073a3c343605dbaeedbff337ba9fa7c2664588e2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:132271287af9ef8b8aab7278ec8dd01832160ebb62c6dfe71cbf1551b0664720_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:132271287af9ef8b8aab7278ec8dd01832160ebb62c6dfe71cbf1551b0664720_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:132271287af9ef8b8aab7278ec8dd01832160ebb62c6dfe71cbf1551b0664720_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:632b2e2895576e7374328d3bb8c0117d54fe021d94784207e421efdd1cb41816_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:632b2e2895576e7374328d3bb8c0117d54fe021d94784207e421efdd1cb41816_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:632b2e2895576e7374328d3bb8c0117d54fe021d94784207e421efdd1cb41816_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a511c3797055667736e34c058017863bc0949d7ebcb4fd2dd6efa99b3145a3ca_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a511c3797055667736e34c058017863bc0949d7ebcb4fd2dd6efa99b3145a3ca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a511c3797055667736e34c058017863bc0949d7ebcb4fd2dd6efa99b3145a3ca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ff789af3fe8b798d8268bba0b19c03ffeb7da2d67360ba8aeed92e4ba2077c2f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ff789af3fe8b798d8268bba0b19c03ffeb7da2d67360ba8aeed92e4ba2077c2f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ff789af3fe8b798d8268bba0b19c03ffeb7da2d67360ba8aeed92e4ba2077c2f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:13f39b6c78737573e0ce5a6383bccd78b5ef35372bd7285a5f0a44ecb76e008c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:13f39b6c78737573e0ce5a6383bccd78b5ef35372bd7285a5f0a44ecb76e008c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:13f39b6c78737573e0ce5a6383bccd78b5ef35372bd7285a5f0a44ecb76e008c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:865e046146ceeb7ac69ae9a8cde1ef9c844335ebc7cf920714e542527e689aaa_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:865e046146ceeb7ac69ae9a8cde1ef9c844335ebc7cf920714e542527e689aaa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:865e046146ceeb7ac69ae9a8cde1ef9c844335ebc7cf920714e542527e689aaa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8e65187e756979c6068647275f2ce180bd71d0df267815a08926a744703c7acb_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8e65187e756979c6068647275f2ce180bd71d0df267815a08926a744703c7acb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8e65187e756979c6068647275f2ce180bd71d0df267815a08926a744703c7acb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c617cf740709f1940309546d083fba3b1a3a42101eb2d22e6546c865cfe489c2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c617cf740709f1940309546d083fba3b1a3a42101eb2d22e6546c865cfe489c2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c617cf740709f1940309546d083fba3b1a3a42101eb2d22e6546c865cfe489c2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:81afa9712018ea075a71f3d932b6b68b035fad9348dbf2d93ced07f649edcb02_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:81afa9712018ea075a71f3d932b6b68b035fad9348dbf2d93ced07f649edcb02_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:81afa9712018ea075a71f3d932b6b68b035fad9348dbf2d93ced07f649edcb02_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b4ff9216aa7223fb6212fcc9a1d365e018b216ec4b5001c5e1375be934b83c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b4ff9216aa7223fb6212fcc9a1d365e018b216ec4b5001c5e1375be934b83c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b4ff9216aa7223fb6212fcc9a1d365e018b216ec4b5001c5e1375be934b83c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:daf6813d00a0766e7d3b919c0faa456ff77983a82dc0b26d25f64f20cb19c5b1_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:daf6813d00a0766e7d3b919c0faa456ff77983a82dc0b26d25f64f20cb19c5b1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:daf6813d00a0766e7d3b919c0faa456ff77983a82dc0b26d25f64f20cb19c5b1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e549728723ecd6d904cda50dd2baec61593f263f1194aefa3235e739e7f0953c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e549728723ecd6d904cda50dd2baec61593f263f1194aefa3235e739e7f0953c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e549728723ecd6d904cda50dd2baec61593f263f1194aefa3235e739e7f0953c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5419eccabecd71838e02ccdbcc2b7e78e045664f4a692053aeb256b7bcc15a68_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5419eccabecd71838e02ccdbcc2b7e78e045664f4a692053aeb256b7bcc15a68_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5419eccabecd71838e02ccdbcc2b7e78e045664f4a692053aeb256b7bcc15a68_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a24c0f597c066cf940199e4589f61eef854411fada5a30ddb0745fc287db9874_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a24c0f597c066cf940199e4589f61eef854411fada5a30ddb0745fc287db9874_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a24c0f597c066cf940199e4589f61eef854411fada5a30ddb0745fc287db9874_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ac44eee14fe0396928ae284a8dabfa0d41b83c5f13ad019b79e5f1a68ffccee9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ac44eee14fe0396928ae284a8dabfa0d41b83c5f13ad019b79e5f1a68ffccee9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ac44eee14fe0396928ae284a8dabfa0d41b83c5f13ad019b79e5f1a68ffccee9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f44085d75b50784ef31eafcb0b4bfce346d030b6d207eab57235b67bce505a83_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f44085d75b50784ef31eafcb0b4bfce346d030b6d207eab57235b67bce505a83_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f44085d75b50784ef31eafcb0b4bfce346d030b6d207eab57235b67bce505a83_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:05e427f253db38a3fdb3c7f5cf52e6153b8d5b8d12a64bec031243c2bd3dd69a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:05e427f253db38a3fdb3c7f5cf52e6153b8d5b8d12a64bec031243c2bd3dd69a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:05e427f253db38a3fdb3c7f5cf52e6153b8d5b8d12a64bec031243c2bd3dd69a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:be18bfe576801a003730162b87ea7d7c7426d9a6024c8b9613c7825d7a3723ce_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:be18bfe576801a003730162b87ea7d7c7426d9a6024c8b9613c7825d7a3723ce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:be18bfe576801a003730162b87ea7d7c7426d9a6024c8b9613c7825d7a3723ce_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:93468474d06a90e4cb067ccd67aabfd71a86a7d31c1db6ade298cd503f9a35fc_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:93468474d06a90e4cb067ccd67aabfd71a86a7d31c1db6ade298cd503f9a35fc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:93468474d06a90e4cb067ccd67aabfd71a86a7d31c1db6ade298cd503f9a35fc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a74517ee0d1209fe83b5b285e6bd2e2fe3cada4b2369c4d15a0203a03c650cbb_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a74517ee0d1209fe83b5b285e6bd2e2fe3cada4b2369c4d15a0203a03c650cbb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a74517ee0d1209fe83b5b285e6bd2e2fe3cada4b2369c4d15a0203a03c650cbb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:5571f5602275cd858a6dfeec918a34735c3b23e235aa49d759769f4c116aeb33_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:5571f5602275cd858a6dfeec918a34735c3b23e235aa49d759769f4c116aeb33_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:5571f5602275cd858a6dfeec918a34735c3b23e235aa49d759769f4c116aeb33_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a8588618e8d614432c463027a95a1b49c94c7194e106ea5cf28af380ecffc1a1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a8588618e8d614432c463027a95a1b49c94c7194e106ea5cf28af380ecffc1a1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a8588618e8d614432c463027a95a1b49c94c7194e106ea5cf28af380ecffc1a1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:0d786846068731f1327cad6dfb41d0152cd27e0163c87cf64d86733e2e27750b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:0d786846068731f1327cad6dfb41d0152cd27e0163c87cf64d86733e2e27750b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:0d786846068731f1327cad6dfb41d0152cd27e0163c87cf64d86733e2e27750b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38dd6545167601f9e1529df42f24ca5dbda82185ea2891935d79cf16a295eec1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38dd6545167601f9e1529df42f24ca5dbda82185ea2891935d79cf16a295eec1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38dd6545167601f9e1529df42f24ca5dbda82185ea2891935d79cf16a295eec1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:991456b67af70e5fb9a98e9a860bdbf2f129f9849478bcd5cb40e34517fbb508_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:991456b67af70e5fb9a98e9a860bdbf2f129f9849478bcd5cb40e34517fbb508_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:991456b67af70e5fb9a98e9a860bdbf2f129f9849478bcd5cb40e34517fbb508_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e215ec8636847d0047e6d3ce68730251e66505d60f879e5ad001b20e53447bbd_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e215ec8636847d0047e6d3ce68730251e66505d60f879e5ad001b20e53447bbd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e215ec8636847d0047e6d3ce68730251e66505d60f879e5ad001b20e53447bbd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a74e63424d01bf257048d595cc48f96463cf86325a55be3d6779a7573b80a66_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a74e63424d01bf257048d595cc48f96463cf86325a55be3d6779a7573b80a66_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a74e63424d01bf257048d595cc48f96463cf86325a55be3d6779a7573b80a66_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:67dbebb4e04b267b71f6d48623d2612f2ea51a1e2d6d10ad9386336a47f9116b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:67dbebb4e04b267b71f6d48623d2612f2ea51a1e2d6d10ad9386336a47f9116b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:67dbebb4e04b267b71f6d48623d2612f2ea51a1e2d6d10ad9386336a47f9116b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7331b69094fc7339f56b91bd927471659948dc2925284010230c7b267bfdf6c0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7331b69094fc7339f56b91bd927471659948dc2925284010230c7b267bfdf6c0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7331b69094fc7339f56b91bd927471659948dc2925284010230c7b267bfdf6c0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:ae57c471db430b9b1d4aa0955654477ff31186d5fb2a6f3c0c853955f0d67520_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:ae57c471db430b9b1d4aa0955654477ff31186d5fb2a6f3c0c853955f0d67520_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:ae57c471db430b9b1d4aa0955654477ff31186d5fb2a6f3c0c853955f0d67520_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:08462feb125bcc2cc00ff094dc26c1056f4b33c13fc0c0627157b18cdb51aa32_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:08462feb125bcc2cc00ff094dc26c1056f4b33c13fc0c0627157b18cdb51aa32_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:08462feb125bcc2cc00ff094dc26c1056f4b33c13fc0c0627157b18cdb51aa32_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7ae12cc1190258bd0f1d8935c59c630e5b2f897f0ac8197c35a1e9f4f7a6d5ca_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7ae12cc1190258bd0f1d8935c59c630e5b2f897f0ac8197c35a1e9f4f7a6d5ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7ae12cc1190258bd0f1d8935c59c630e5b2f897f0ac8197c35a1e9f4f7a6d5ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:bcf2a33b66c78e10b590c0e3cd12c3211a25752c0ba5f49392044452fdd368eb_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:bcf2a33b66c78e10b590c0e3cd12c3211a25752c0ba5f49392044452fdd368eb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:bcf2a33b66c78e10b590c0e3cd12c3211a25752c0ba5f49392044452fdd368eb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e4a43a00467e831089066f7a2ab6676a706534d719c7c4c8a9d334d6c7eb3fac_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e4a43a00467e831089066f7a2ab6676a706534d719c7c4c8a9d334d6c7eb3fac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e4a43a00467e831089066f7a2ab6676a706534d719c7c4c8a9d334d6c7eb3fac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:423f51705b3e137e01225c5472e8eda4ef184813e2b6f65bd612c35645ec21c9_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:423f51705b3e137e01225c5472e8eda4ef184813e2b6f65bd612c35645ec21c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:423f51705b3e137e01225c5472e8eda4ef184813e2b6f65bd612c35645ec21c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:48b638cdcc77aecfc34f2c4c8c070547e693a0ee816f1a496844ac29acf010f9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:48b638cdcc77aecfc34f2c4c8c070547e693a0ee816f1a496844ac29acf010f9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:48b638cdcc77aecfc34f2c4c8c070547e693a0ee816f1a496844ac29acf010f9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:aa8d31a01d859d89a799ad1f85b16398d4e76e439f3db698b53a45722c39b1a6_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:aa8d31a01d859d89a799ad1f85b16398d4e76e439f3db698b53a45722c39b1a6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:aa8d31a01d859d89a799ad1f85b16398d4e76e439f3db698b53a45722c39b1a6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e7f50d5dc25307025cd774c85e6d065f66923befaefde13e061e8c05c422321e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e7f50d5dc25307025cd774c85e6d065f66923befaefde13e061e8c05c422321e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e7f50d5dc25307025cd774c85e6d065f66923befaefde13e061e8c05c422321e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:024f155c8913b8581dc6e4a73c226a150c2e54c1153455aadb5a359726c88cf4_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:024f155c8913b8581dc6e4a73c226a150c2e54c1153455aadb5a359726c88cf4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:024f155c8913b8581dc6e4a73c226a150c2e54c1153455aadb5a359726c88cf4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e6729e8bc1d38abee66d5bcd20733b4145726fe1f88bff2952d084f12952ba5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e6729e8bc1d38abee66d5bcd20733b4145726fe1f88bff2952d084f12952ba5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e6729e8bc1d38abee66d5bcd20733b4145726fe1f88bff2952d084f12952ba5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c43d7c21b6dd2c7a28888b0258715f66c90deb69bfa2f0ef8ff8f80044e25586_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c43d7c21b6dd2c7a28888b0258715f66c90deb69bfa2f0ef8ff8f80044e25586_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c43d7c21b6dd2c7a28888b0258715f66c90deb69bfa2f0ef8ff8f80044e25586_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cd364dc68795dbde9261e983bd6ad898a4cf9bfdf2d8324f9cafac1e533adc75_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cd364dc68795dbde9261e983bd6ad898a4cf9bfdf2d8324f9cafac1e533adc75_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cd364dc68795dbde9261e983bd6ad898a4cf9bfdf2d8324f9cafac1e533adc75_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1e8d150ca04a70b2433f6dd14113d87cf855f2430084418e493fdc32ad475448_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1e8d150ca04a70b2433f6dd14113d87cf855f2430084418e493fdc32ad475448_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1e8d150ca04a70b2433f6dd14113d87cf855f2430084418e493fdc32ad475448_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b7e2d5ba595320012c4d9f0e0a9e5027fe54bea2f2a67a1234779c494ad96833_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b7e2d5ba595320012c4d9f0e0a9e5027fe54bea2f2a67a1234779c494ad96833_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b7e2d5ba595320012c4d9f0e0a9e5027fe54bea2f2a67a1234779c494ad96833_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ba89c6a5806928218f64f7ade4469091194e40bbf5f67e6d4fdf10f661bac5d1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ba89c6a5806928218f64f7ade4469091194e40bbf5f67e6d4fdf10f661bac5d1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ba89c6a5806928218f64f7ade4469091194e40bbf5f67e6d4fdf10f661bac5d1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:eb3dd6ec3c4e49459b5df412ffac0154ae6aa6f641747b2cb00e4e7136ef75a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:eb3dd6ec3c4e49459b5df412ffac0154ae6aa6f641747b2cb00e4e7136ef75a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:eb3dd6ec3c4e49459b5df412ffac0154ae6aa6f641747b2cb00e4e7136ef75a1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:335e28474268dc9ed449d9d14b4ea0b551174415781c7b1e8f3354d5270794cb_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:335e28474268dc9ed449d9d14b4ea0b551174415781c7b1e8f3354d5270794cb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:335e28474268dc9ed449d9d14b4ea0b551174415781c7b1e8f3354d5270794cb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4e034f250a8d918ea2cbe80e067347cde4d288feb63bbadaf105e28e073a56f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4e034f250a8d918ea2cbe80e067347cde4d288feb63bbadaf105e28e073a56f4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4e034f250a8d918ea2cbe80e067347cde4d288feb63bbadaf105e28e073a56f4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:abbfa09157a881df0180aa769b851734c5f937347be2c85b64659ebdf680e53c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:abbfa09157a881df0180aa769b851734c5f937347be2c85b64659ebdf680e53c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:abbfa09157a881df0180aa769b851734c5f937347be2c85b64659ebdf680e53c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc53fe3ff96c86c4eacd2940cde8e184047704db9504bb2a12d3bbf185fedac5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc53fe3ff96c86c4eacd2940cde8e184047704db9504bb2a12d3bbf185fedac5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc53fe3ff96c86c4eacd2940cde8e184047704db9504bb2a12d3bbf185fedac5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:14ff9bad30b68fe03fdd72f655e5ec9243ae52a55b2a42a2d5670011ffbc8d97_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:14ff9bad30b68fe03fdd72f655e5ec9243ae52a55b2a42a2d5670011ffbc8d97_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:14ff9bad30b68fe03fdd72f655e5ec9243ae52a55b2a42a2d5670011ffbc8d97_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce33de36f830d2287fa1edf2d45a842f8bd68effd1a8740c1ac33a9a659117d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce33de36f830d2287fa1edf2d45a842f8bd68effd1a8740c1ac33a9a659117d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce33de36f830d2287fa1edf2d45a842f8bd68effd1a8740c1ac33a9a659117d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:29c90e548b0a33cfceb5867ba26ebb05c189c2df0f88c78be956de730a3f2859_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:29c90e548b0a33cfceb5867ba26ebb05c189c2df0f88c78be956de730a3f2859_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:29c90e548b0a33cfceb5867ba26ebb05c189c2df0f88c78be956de730a3f2859_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d534dd6c5267826d54a48f11807c1c79c4a0cc2e3c271de3261aa9fa0696454e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d534dd6c5267826d54a48f11807c1c79c4a0cc2e3c271de3261aa9fa0696454e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d534dd6c5267826d54a48f11807c1c79c4a0cc2e3c271de3261aa9fa0696454e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:47800a725d4f4dcbfeb7c9fc7c8d785ffc3f6e2a182dbacaa7a36e8776d7d858_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:47800a725d4f4dcbfeb7c9fc7c8d785ffc3f6e2a182dbacaa7a36e8776d7d858_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:47800a725d4f4dcbfeb7c9fc7c8d785ffc3f6e2a182dbacaa7a36e8776d7d858_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:62c37d7f1833b6944a859b8b3320743b46084426eed9fcabaee6513e98d53c85_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:62c37d7f1833b6944a859b8b3320743b46084426eed9fcabaee6513e98d53c85_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:62c37d7f1833b6944a859b8b3320743b46084426eed9fcabaee6513e98d53c85_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:cb396ee355b2aad803d6fe9e79957b091e393f05de35e595555e3a39bc567ddd_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:cb396ee355b2aad803d6fe9e79957b091e393f05de35e595555e3a39bc567ddd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:cb396ee355b2aad803d6fe9e79957b091e393f05de35e595555e3a39bc567ddd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f82bed29b3be43e5ab75c0ee38894b7cb5054f5f73ea4e1a1fb60f00fa37370d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f82bed29b3be43e5ab75c0ee38894b7cb5054f5f73ea4e1a1fb60f00fa37370d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f82bed29b3be43e5ab75c0ee38894b7cb5054f5f73ea4e1a1fb60f00fa37370d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:28ba3bcb89c3326467810be9dc59a978b090b7a53bcf8ca608657d573e56894b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:28ba3bcb89c3326467810be9dc59a978b090b7a53bcf8ca608657d573e56894b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:28ba3bcb89c3326467810be9dc59a978b090b7a53bcf8ca608657d573e56894b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:56125f569c99eb6bef7901a8bc88c60f92341ec4466c50fae58a996cf9b20975_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:56125f569c99eb6bef7901a8bc88c60f92341ec4466c50fae58a996cf9b20975_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:56125f569c99eb6bef7901a8bc88c60f92341ec4466c50fae58a996cf9b20975_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6b67f233fcf6dc45b908e032f9c1c118b2ed54e9e5afa26737bf0d8b6702f3e1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6b67f233fcf6dc45b908e032f9c1c118b2ed54e9e5afa26737bf0d8b6702f3e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6b67f233fcf6dc45b908e032f9c1c118b2ed54e9e5afa26737bf0d8b6702f3e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ba439555666cdc717511b9d280abda62ca4dda1c83c597ceb4708d7e9842c2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ba439555666cdc717511b9d280abda62ca4dda1c83c597ceb4708d7e9842c2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ba439555666cdc717511b9d280abda62ca4dda1c83c597ceb4708d7e9842c2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4613aaf0887bae2f93335827b3e57cada369b8eb3ba6352a493c6613ab09ef2e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4613aaf0887bae2f93335827b3e57cada369b8eb3ba6352a493c6613ab09ef2e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4613aaf0887bae2f93335827b3e57cada369b8eb3ba6352a493c6613ab09ef2e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4c0edfa5b977112d0ad8166ed0da4554f091818ba1a1b235a382a84711345588_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4c0edfa5b977112d0ad8166ed0da4554f091818ba1a1b235a382a84711345588_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4c0edfa5b977112d0ad8166ed0da4554f091818ba1a1b235a382a84711345588_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:a64416eeb17a4477cdec714433218677e797a0af64c322128cffb396c506b2e6_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:a64416eeb17a4477cdec714433218677e797a0af64c322128cffb396c506b2e6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:a64416eeb17a4477cdec714433218677e797a0af64c322128cffb396c506b2e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:aeb12e43a3e32f266acad3350fb70713f6b377854c7913931842ab9fa36322f7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:aeb12e43a3e32f266acad3350fb70713f6b377854c7913931842ab9fa36322f7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:aeb12e43a3e32f266acad3350fb70713f6b377854c7913931842ab9fa36322f7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03db18387a9ccad1deecaadba20e5a2c7a4d972b9fc2ab748ca79c96803c583a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03db18387a9ccad1deecaadba20e5a2c7a4d972b9fc2ab748ca79c96803c583a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03db18387a9ccad1deecaadba20e5a2c7a4d972b9fc2ab748ca79c96803c583a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1faa1d612f4c4a79765d4637758245dd50838e9428ef68fa7289e7cd799e5eff_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1faa1d612f4c4a79765d4637758245dd50838e9428ef68fa7289e7cd799e5eff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1faa1d612f4c4a79765d4637758245dd50838e9428ef68fa7289e7cd799e5eff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6654a79204a27b67d72a177181959f6ef26373331b85a288f380554024fde838_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6654a79204a27b67d72a177181959f6ef26373331b85a288f380554024fde838_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6654a79204a27b67d72a177181959f6ef26373331b85a288f380554024fde838_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:a66ffeabb9761d4ef2a7c6211645f08f7d0cbd1fb103497dff173d9ada6d1d7f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:a66ffeabb9761d4ef2a7c6211645f08f7d0cbd1fb103497dff173d9ada6d1d7f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:a66ffeabb9761d4ef2a7c6211645f08f7d0cbd1fb103497dff173d9ada6d1d7f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6a59719b82960eed76dea8ed7fd0231bab18ea97e754c0a32d791b763555796f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6a59719b82960eed76dea8ed7fd0231bab18ea97e754c0a32d791b763555796f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6a59719b82960eed76dea8ed7fd0231bab18ea97e754c0a32d791b763555796f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7e8dd71ee92b5a9d442668959190290275821245938eac732626b3a1df359039_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7e8dd71ee92b5a9d442668959190290275821245938eac732626b3a1df359039_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7e8dd71ee92b5a9d442668959190290275821245938eac732626b3a1df359039_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:807f5c133cf808f5ec38fb50653db843e81322af200a20079edd22851c10b954_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:807f5c133cf808f5ec38fb50653db843e81322af200a20079edd22851c10b954_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:807f5c133cf808f5ec38fb50653db843e81322af200a20079edd22851c10b954_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ec36966f8e3ed89f785de7126ef4bcac743b10db6d20a90e29108fb0efd064ca_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ec36966f8e3ed89f785de7126ef4bcac743b10db6d20a90e29108fb0efd064ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ec36966f8e3ed89f785de7126ef4bcac743b10db6d20a90e29108fb0efd064ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:299df30c1ac347b825469f42c648c0cc71b4edcba54c6363a8e6b32323aff4b4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:299df30c1ac347b825469f42c648c0cc71b4edcba54c6363a8e6b32323aff4b4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:299df30c1ac347b825469f42c648c0cc71b4edcba54c6363a8e6b32323aff4b4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5b6125aae527a855572efbe741d222a5f222fe593e4e66d336c0047607759163_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5b6125aae527a855572efbe741d222a5f222fe593e4e66d336c0047607759163_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5b6125aae527a855572efbe741d222a5f222fe593e4e66d336c0047607759163_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:925d7c962a979745edce32fd795fad2ccc2b82695f6ae8fd806b48dcba96ffc9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:925d7c962a979745edce32fd795fad2ccc2b82695f6ae8fd806b48dcba96ffc9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:925d7c962a979745edce32fd795fad2ccc2b82695f6ae8fd806b48dcba96ffc9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ca5fd62aad08f7866c1e5ce493744252e9b3c546f102b7a2e67cb240196986d8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ca5fd62aad08f7866c1e5ce493744252e9b3c546f102b7a2e67cb240196986d8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ca5fd62aad08f7866c1e5ce493744252e9b3c546f102b7a2e67cb240196986d8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:704f9ddc250e7a5d7e2dfc0ec5631c3da995906ea0bd65168cc4bdc0dd58d292_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:704f9ddc250e7a5d7e2dfc0ec5631c3da995906ea0bd65168cc4bdc0dd58d292_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:704f9ddc250e7a5d7e2dfc0ec5631c3da995906ea0bd65168cc4bdc0dd58d292_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7aebe63b8859b65c7821095b8949c641d872029d6a0e133ba719abbf765eae4c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7aebe63b8859b65c7821095b8949c641d872029d6a0e133ba719abbf765eae4c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7aebe63b8859b65c7821095b8949c641d872029d6a0e133ba719abbf765eae4c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8ec3a09e3a461bcba4991c5d52e007a42bec9c53daeaf80be483d6876b38c88_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8ec3a09e3a461bcba4991c5d52e007a42bec9c53daeaf80be483d6876b38c88_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8ec3a09e3a461bcba4991c5d52e007a42bec9c53daeaf80be483d6876b38c88_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:baf4277ff1bbc0f79ea2219ff105ffcbcdaaa63d994a04fa4a46c8ba9d172287_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:baf4277ff1bbc0f79ea2219ff105ffcbcdaaa63d994a04fa4a46c8ba9d172287_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:baf4277ff1bbc0f79ea2219ff105ffcbcdaaa63d994a04fa4a46c8ba9d172287_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42fdc5ed04c4407565de98045ac46a1e1f2671070ad7d87b1929a55fb63ac5fa_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42fdc5ed04c4407565de98045ac46a1e1f2671070ad7d87b1929a55fb63ac5fa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42fdc5ed04c4407565de98045ac46a1e1f2671070ad7d87b1929a55fb63ac5fa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:80f2c4dbe7759329ed22058482f0dfd2f102edc1501be404e24ab5ae3f445669_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:80f2c4dbe7759329ed22058482f0dfd2f102edc1501be404e24ab5ae3f445669_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:80f2c4dbe7759329ed22058482f0dfd2f102edc1501be404e24ab5ae3f445669_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8523b054f4aaf548c9428b09b20f38f367cb41c95da907fb805eff2f1e0dc9df_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8523b054f4aaf548c9428b09b20f38f367cb41c95da907fb805eff2f1e0dc9df_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8523b054f4aaf548c9428b09b20f38f367cb41c95da907fb805eff2f1e0dc9df_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5326afcbf6cff060a1495c7c827893fb257425b799be9e754041a27d05bcdadb_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5326afcbf6cff060a1495c7c827893fb257425b799be9e754041a27d05bcdadb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5326afcbf6cff060a1495c7c827893fb257425b799be9e754041a27d05bcdadb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c023c845401be6057b23b7c8719a11a4a6bb416a61bcdb40c4a180ee7410121c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c023c845401be6057b23b7c8719a11a4a6bb416a61bcdb40c4a180ee7410121c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c023c845401be6057b23b7c8719a11a4a6bb416a61bcdb40c4a180ee7410121c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fbb0d03aa31f9325c570982adebb323b234f93ee8e2e388ada78bc8d32c23f45_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fbb0d03aa31f9325c570982adebb323b234f93ee8e2e388ada78bc8d32c23f45_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fbb0d03aa31f9325c570982adebb323b234f93ee8e2e388ada78bc8d32c23f45_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b6109ce5c0e902160deae3578d5c9018c2a2430ca6a1eafd574841934e039208_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b6109ce5c0e902160deae3578d5c9018c2a2430ca6a1eafd574841934e039208_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b6109ce5c0e902160deae3578d5c9018c2a2430ca6a1eafd574841934e039208_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ef7256ba10657180e2e884cfc4c3e78a70002466c9f6ea29f2dacd3b6da6547b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ef7256ba10657180e2e884cfc4c3e78a70002466c9f6ea29f2dacd3b6da6547b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ef7256ba10657180e2e884cfc4c3e78a70002466c9f6ea29f2dacd3b6da6547b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f04d3353da02d3dba1592280b0df71a2ed7296e7abc40c334e61989862d5006f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f04d3353da02d3dba1592280b0df71a2ed7296e7abc40c334e61989862d5006f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f04d3353da02d3dba1592280b0df71a2ed7296e7abc40c334e61989862d5006f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b43b90ef8ff9141b89a90518b7f14394b36f6f0d9367a771bda1cd5689b0c3cb_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b43b90ef8ff9141b89a90518b7f14394b36f6f0d9367a771bda1cd5689b0c3cb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b43b90ef8ff9141b89a90518b7f14394b36f6f0d9367a771bda1cd5689b0c3cb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cf30e7f20e7975215919555bab9affc81bc6a1f5ad515aca90773c1fa73d31c8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cf30e7f20e7975215919555bab9affc81bc6a1f5ad515aca90773c1fa73d31c8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cf30e7f20e7975215919555bab9affc81bc6a1f5ad515aca90773c1fa73d31c8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e9d76d6ad249c82973143f7e4ab9f45198e66d343b807f70dd3cff08cd3f5a09_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e9d76d6ad249c82973143f7e4ab9f45198e66d343b807f70dd3cff08cd3f5a09_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e9d76d6ad249c82973143f7e4ab9f45198e66d343b807f70dd3cff08cd3f5a09_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:52573d890ad34de510a014bae5fb43b6f7101c2281404ed0171465e76434e2ec_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:52573d890ad34de510a014bae5fb43b6f7101c2281404ed0171465e76434e2ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:52573d890ad34de510a014bae5fb43b6f7101c2281404ed0171465e76434e2ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:713cd8e6783beb6b6844b6f6df3eaf25d746621611ef050d9350d55f53f4fb9b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:713cd8e6783beb6b6844b6f6df3eaf25d746621611ef050d9350d55f53f4fb9b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:713cd8e6783beb6b6844b6f6df3eaf25d746621611ef050d9350d55f53f4fb9b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:756b5f5423b675f17256cefb68e4e571878cb2a0bca61a8e8e1d5c7d1c05d480_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:756b5f5423b675f17256cefb68e4e571878cb2a0bca61a8e8e1d5c7d1c05d480_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:756b5f5423b675f17256cefb68e4e571878cb2a0bca61a8e8e1d5c7d1c05d480_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fc1f2838a83d79c96316809e9e09f1efd2b54015476e6d38df658ba15850747a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fc1f2838a83d79c96316809e9e09f1efd2b54015476e6d38df658ba15850747a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fc1f2838a83d79c96316809e9e09f1efd2b54015476e6d38df658ba15850747a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:114903a771d51ef46d9d8982a3cc044261fcbe7f7a3aeeee5cf6beb05b3353ec_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:114903a771d51ef46d9d8982a3cc044261fcbe7f7a3aeeee5cf6beb05b3353ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:114903a771d51ef46d9d8982a3cc044261fcbe7f7a3aeeee5cf6beb05b3353ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a90074526999823c6a5ad4a203b7fe719d91d940a7bf1f34edfda820d524628c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a90074526999823c6a5ad4a203b7fe719d91d940a7bf1f34edfda820d524628c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a90074526999823c6a5ad4a203b7fe719d91d940a7bf1f34edfda820d524628c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c01a584d4819b77b787780986863a5a8da93ceb7a400d17e2cd89f263f71431d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c01a584d4819b77b787780986863a5a8da93ceb7a400d17e2cd89f263f71431d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c01a584d4819b77b787780986863a5a8da93ceb7a400d17e2cd89f263f71431d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f5175803425f00b74f14f887d487014e4c664ff7c7c9a6f9033b3607d290ed32_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f5175803425f00b74f14f887d487014e4c664ff7c7c9a6f9033b3607d290ed32_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f5175803425f00b74f14f887d487014e4c664ff7c7c9a6f9033b3607d290ed32_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3dfaa1675d23d869c291619dea9bf800fa79e6a7944788b1e124ba47de34d48d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3dfaa1675d23d869c291619dea9bf800fa79e6a7944788b1e124ba47de34d48d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3dfaa1675d23d869c291619dea9bf800fa79e6a7944788b1e124ba47de34d48d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3e54af2baa76d239382944ed8cd7359721b4f658403426a5989fc5220645a7d0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3e54af2baa76d239382944ed8cd7359721b4f658403426a5989fc5220645a7d0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3e54af2baa76d239382944ed8cd7359721b4f658403426a5989fc5220645a7d0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:753472746ac51244d85102a4b5cba7c5d806c279c8ddae06399a4605ee9b39a8_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:753472746ac51244d85102a4b5cba7c5d806c279c8ddae06399a4605ee9b39a8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:753472746ac51244d85102a4b5cba7c5d806c279c8ddae06399a4605ee9b39a8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e05bc99b0e6abefc8414fa995ecee48f6f290e91a8026ec38ef22e4da0a3bab9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e05bc99b0e6abefc8414fa995ecee48f6f290e91a8026ec38ef22e4da0a3bab9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e05bc99b0e6abefc8414fa995ecee48f6f290e91a8026ec38ef22e4da0a3bab9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:3964f685f0019f6cec500bb4f0c6c951eab80a5b79b36f594ca67bd611ddf4a7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:3964f685f0019f6cec500bb4f0c6c951eab80a5b79b36f594ca67bd611ddf4a7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:3964f685f0019f6cec500bb4f0c6c951eab80a5b79b36f594ca67bd611ddf4a7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:39ab54f3aece62ca424dbc1f5f17d3551d3cea7ccc2d888b2882c5c8bb8dfb77_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:39ab54f3aece62ca424dbc1f5f17d3551d3cea7ccc2d888b2882c5c8bb8dfb77_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:39ab54f3aece62ca424dbc1f5f17d3551d3cea7ccc2d888b2882c5c8bb8dfb77_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:464b70d7f61dfd2ee43d78120874a5cae78854dbf178605f7f27e1b5a70ae00b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:464b70d7f61dfd2ee43d78120874a5cae78854dbf178605f7f27e1b5a70ae00b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:464b70d7f61dfd2ee43d78120874a5cae78854dbf178605f7f27e1b5a70ae00b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:55c32f30da4e3bb866a34977a7a0f2e25fa04722ccfca814f67d642b6ff1a265_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:55c32f30da4e3bb866a34977a7a0f2e25fa04722ccfca814f67d642b6ff1a265_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:55c32f30da4e3bb866a34977a7a0f2e25fa04722ccfca814f67d642b6ff1a265_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:25b67042d92c88e226638ba125e045503d590a967bf3a6a3838dac4f94993bbf_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:25b67042d92c88e226638ba125e045503d590a967bf3a6a3838dac4f94993bbf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:25b67042d92c88e226638ba125e045503d590a967bf3a6a3838dac4f94993bbf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c79f5f9c09620a38583a0b96c4b2bbab9e3ba7ac715fedd799f3c87f0366b4dc_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c79f5f9c09620a38583a0b96c4b2bbab9e3ba7ac715fedd799f3c87f0366b4dc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c79f5f9c09620a38583a0b96c4b2bbab9e3ba7ac715fedd799f3c87f0366b4dc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:192da5da26816fe1d5e29fb1532acdce0b07ea6499246732d320e25e13b17e4d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:192da5da26816fe1d5e29fb1532acdce0b07ea6499246732d320e25e13b17e4d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:192da5da26816fe1d5e29fb1532acdce0b07ea6499246732d320e25e13b17e4d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1b25170feae9b193088191b9e796e56b9427e79c43f368cd9729da75326ba1b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1b25170feae9b193088191b9e796e56b9427e79c43f368cd9729da75326ba1b3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1b25170feae9b193088191b9e796e56b9427e79c43f368cd9729da75326ba1b3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d594930ba6980988e4307f75d0d0482d036539d5d95c9681947d6cd16898052f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d594930ba6980988e4307f75d0d0482d036539d5d95c9681947d6cd16898052f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d594930ba6980988e4307f75d0d0482d036539d5d95c9681947d6cd16898052f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c4958648a0a74c57eb900d032b71b556ac9d245e3422c1dca83465d5e5c780b7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c4958648a0a74c57eb900d032b71b556ac9d245e3422c1dca83465d5e5c780b7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c4958648a0a74c57eb900d032b71b556ac9d245e3422c1dca83465d5e5c780b7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c7f611e57c09bb077131f6ede097d53b71ff9cabddcfa1842a079dbdf2235a6b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c7f611e57c09bb077131f6ede097d53b71ff9cabddcfa1842a079dbdf2235a6b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c7f611e57c09bb077131f6ede097d53b71ff9cabddcfa1842a079dbdf2235a6b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:bebee8721b49ed358562a846def72a6741416cc6a2bbab0688a9d56ad39a9314_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:bebee8721b49ed358562a846def72a6741416cc6a2bbab0688a9d56ad39a9314_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:bebee8721b49ed358562a846def72a6741416cc6a2bbab0688a9d56ad39a9314_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:c41ae72e49f2508a8d9fa99e94e0f2dd437274d0fc4741a56cf1556213783f4a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:c41ae72e49f2508a8d9fa99e94e0f2dd437274d0fc4741a56cf1556213783f4a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:c41ae72e49f2508a8d9fa99e94e0f2dd437274d0fc4741a56cf1556213783f4a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:61ee27876cd0574370de2872e8c2b75107c073434fedbad8a2c4c8afa9dd8991_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:61ee27876cd0574370de2872e8c2b75107c073434fedbad8a2c4c8afa9dd8991_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:61ee27876cd0574370de2872e8c2b75107c073434fedbad8a2c4c8afa9dd8991_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8c9aff1ba3d568363d84e89344cb12947f630424cc9b951b562557095b79c634_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8c9aff1ba3d568363d84e89344cb12947f630424cc9b951b562557095b79c634_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8c9aff1ba3d568363d84e89344cb12947f630424cc9b951b562557095b79c634_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a5c33051d8bc2ddbce5aeb183b9fd6d315e86339996d96ade0bb487c648869f8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a5c33051d8bc2ddbce5aeb183b9fd6d315e86339996d96ade0bb487c648869f8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a5c33051d8bc2ddbce5aeb183b9fd6d315e86339996d96ade0bb487c648869f8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c8d9d4a3d037962c57bb67241c7189922fdadb3cd05e67f0a39dd4bc2e7c6ce9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c8d9d4a3d037962c57bb67241c7189922fdadb3cd05e67f0a39dd4bc2e7c6ce9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c8d9d4a3d037962c57bb67241c7189922fdadb3cd05e67f0a39dd4bc2e7c6ce9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1e0184cb6687ac299f9fa3623231c1b59fdc25000d8b53bfd395c206aa4a352d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1e0184cb6687ac299f9fa3623231c1b59fdc25000d8b53bfd395c206aa4a352d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1e0184cb6687ac299f9fa3623231c1b59fdc25000d8b53bfd395c206aa4a352d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6d9ca8af8ebd38c77605675b6401a383657c2104136c48877bc5d03f26262c08_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6d9ca8af8ebd38c77605675b6401a383657c2104136c48877bc5d03f26262c08_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6d9ca8af8ebd38c77605675b6401a383657c2104136c48877bc5d03f26262c08_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:aa1610c46e7bf62273a2454732226ad09902fc55db826effc3941704248d3c8e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:aa1610c46e7bf62273a2454732226ad09902fc55db826effc3941704248d3c8e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:aa1610c46e7bf62273a2454732226ad09902fc55db826effc3941704248d3c8e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b13a5dec2b6b0eeeef0d050f5383d61edc7df45c7bd3489a3c0ca618f1810817_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b13a5dec2b6b0eeeef0d050f5383d61edc7df45c7bd3489a3c0ca618f1810817_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b13a5dec2b6b0eeeef0d050f5383d61edc7df45c7bd3489a3c0ca618f1810817_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:359fa7e9a451d7fc019ce7e41bd38c63fb5ed0f2a47950186f1009ca71e25ddd_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:359fa7e9a451d7fc019ce7e41bd38c63fb5ed0f2a47950186f1009ca71e25ddd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:359fa7e9a451d7fc019ce7e41bd38c63fb5ed0f2a47950186f1009ca71e25ddd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ae5bccdecfec8cb231611608d730b03c5520a31f768f3b67a0f4fdbbc7187be7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ae5bccdecfec8cb231611608d730b03c5520a31f768f3b67a0f4fdbbc7187be7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ae5bccdecfec8cb231611608d730b03c5520a31f768f3b67a0f4fdbbc7187be7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:bc6ecc04168aed8854bb311d4c8ddde6a569febb302a23b85a77beaaf6e5a512_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:bc6ecc04168aed8854bb311d4c8ddde6a569febb302a23b85a77beaaf6e5a512_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:bc6ecc04168aed8854bb311d4c8ddde6a569febb302a23b85a77beaaf6e5a512_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e134c48dfe7650ac9961724c83d53ca8f8fc3497e7b34f137fb7377ffa85427e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e134c48dfe7650ac9961724c83d53ca8f8fc3497e7b34f137fb7377ffa85427e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e134c48dfe7650ac9961724c83d53ca8f8fc3497e7b34f137fb7377ffa85427e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0411e68a0734d583c7048689ed24c00be93a111b37d1b660c0fb2c4845978743_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0411e68a0734d583c7048689ed24c00be93a111b37d1b660c0fb2c4845978743_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0411e68a0734d583c7048689ed24c00be93a111b37d1b660c0fb2c4845978743_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:45bbc288c8b504ceecd76daaf2487bef81223f983de9dd6c79bd6d5ffd83f363_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:45bbc288c8b504ceecd76daaf2487bef81223f983de9dd6c79bd6d5ffd83f363_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:45bbc288c8b504ceecd76daaf2487bef81223f983de9dd6c79bd6d5ffd83f363_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6b64a6a152af67a439cba1a5fc36bc9fb4a794478d3278ef062d970e0a289523_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6b64a6a152af67a439cba1a5fc36bc9fb4a794478d3278ef062d970e0a289523_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6b64a6a152af67a439cba1a5fc36bc9fb4a794478d3278ef062d970e0a289523_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b726d005d73f6689ea12dfddc2219214601210b7d52ebb4b252dcc95f4dfb264_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b726d005d73f6689ea12dfddc2219214601210b7d52ebb4b252dcc95f4dfb264_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b726d005d73f6689ea12dfddc2219214601210b7d52ebb4b252dcc95f4dfb264_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1b3a9534d3801cb4b926344cb14620581dc867fead783bc198485515e581592a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1b3a9534d3801cb4b926344cb14620581dc867fead783bc198485515e581592a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1b3a9534d3801cb4b926344cb14620581dc867fead783bc198485515e581592a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:93ec828e9083c17c29decf19fb120fdc16d31b365bef8c3200bbbe42603155df_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:93ec828e9083c17c29decf19fb120fdc16d31b365bef8c3200bbbe42603155df_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:93ec828e9083c17c29decf19fb120fdc16d31b365bef8c3200bbbe42603155df_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:284e3431634a9fff3fe4ccdfb2cdb42a1fa7c65870f63231991cf93a7ee69917_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:284e3431634a9fff3fe4ccdfb2cdb42a1fa7c65870f63231991cf93a7ee69917_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:284e3431634a9fff3fe4ccdfb2cdb42a1fa7c65870f63231991cf93a7ee69917_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fdcbeaa54f5733386e54677e1216a0b388beab2b4b594ef6de20a29e2a66697c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fdcbeaa54f5733386e54677e1216a0b388beab2b4b594ef6de20a29e2a66697c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fdcbeaa54f5733386e54677e1216a0b388beab2b4b594ef6de20a29e2a66697c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7b9335abd4859e062d501545ef53de6038279798ec74676442c0f9d8664847f2_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7b9335abd4859e062d501545ef53de6038279798ec74676442c0f9d8664847f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7b9335abd4859e062d501545ef53de6038279798ec74676442c0f9d8664847f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d48af089c42b495e67f286e8f47fd627bbbf8a7c7195b4b7f6b6f0fa4a3feb65_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d48af089c42b495e67f286e8f47fd627bbbf8a7c7195b4b7f6b6f0fa4a3feb65_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d48af089c42b495e67f286e8f47fd627bbbf8a7c7195b4b7f6b6f0fa4a3feb65_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3a6676f6c116c107939521a8fd439cd8c63bc7ee0e4598279b008a74665c7e52_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3a6676f6c116c107939521a8fd439cd8c63bc7ee0e4598279b008a74665c7e52_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3a6676f6c116c107939521a8fd439cd8c63bc7ee0e4598279b008a74665c7e52_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e80175dcc8657f2652b27ec47590ff40c14a8f22d919a5f6c1e279819f88ea24_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e80175dcc8657f2652b27ec47590ff40c14a8f22d919a5f6c1e279819f88ea24_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e80175dcc8657f2652b27ec47590ff40c14a8f22d919a5f6c1e279819f88ea24_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:06241fe673f87ff821c89e24c9e9446a1f6b4a24a385d4b30f6e9a27f46ed5e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:06241fe673f87ff821c89e24c9e9446a1f6b4a24a385d4b30f6e9a27f46ed5e8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:06241fe673f87ff821c89e24c9e9446a1f6b4a24a385d4b30f6e9a27f46ed5e8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3c2f87341c2c31fd419a90fba360fb9bd91b2f6e30302c3f2ec92b12cd62b089_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3c2f87341c2c31fd419a90fba360fb9bd91b2f6e30302c3f2ec92b12cd62b089_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3c2f87341c2c31fd419a90fba360fb9bd91b2f6e30302c3f2ec92b12cd62b089_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:4809b322211ef80efd2313c20dc9fc7140abde0573d7c7a7979fa57da3287528_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:4809b322211ef80efd2313c20dc9fc7140abde0573d7c7a7979fa57da3287528_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:4809b322211ef80efd2313c20dc9fc7140abde0573d7c7a7979fa57da3287528_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:825c36072d88c4fc09a36aae94d6bc5650eff29d59d3229e9702a3d528903700_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:825c36072d88c4fc09a36aae94d6bc5650eff29d59d3229e9702a3d528903700_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:825c36072d88c4fc09a36aae94d6bc5650eff29d59d3229e9702a3d528903700_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:60183634c3642f0870b6f98003755ee8cbbb21bffcd22e24f80d28318e677637_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:60183634c3642f0870b6f98003755ee8cbbb21bffcd22e24f80d28318e677637_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:60183634c3642f0870b6f98003755ee8cbbb21bffcd22e24f80d28318e677637_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d049f56d7901b70eae24584eb1392cddb245ea63e4aebdd673fbc576f24777cd_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d049f56d7901b70eae24584eb1392cddb245ea63e4aebdd673fbc576f24777cd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d049f56d7901b70eae24584eb1392cddb245ea63e4aebdd673fbc576f24777cd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8dc453552519fcac7ce6d1b4eb8182455896c500aae28e7357af6a6762cf3e4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8dc453552519fcac7ce6d1b4eb8182455896c500aae28e7357af6a6762cf3e4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8dc453552519fcac7ce6d1b4eb8182455896c500aae28e7357af6a6762cf3e4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:fde8d01716a920c22ddd7d6338a1e81580052c4b680afa1358390c1ff5f59380_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:fde8d01716a920c22ddd7d6338a1e81580052c4b680afa1358390c1ff5f59380_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:fde8d01716a920c22ddd7d6338a1e81580052c4b680afa1358390c1ff5f59380_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:29acd3fe80a3ccbd5d74f41f935344b0815ef55c5f75766a9d0615ede2fa8f85_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:29acd3fe80a3ccbd5d74f41f935344b0815ef55c5f75766a9d0615ede2fa8f85_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:29acd3fe80a3ccbd5d74f41f935344b0815ef55c5f75766a9d0615ede2fa8f85_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4778ddfe16afca493b01e1d487a971812b418a29a192c7dc2b65ec9701e0c0b0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4778ddfe16afca493b01e1d487a971812b418a29a192c7dc2b65ec9701e0c0b0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4778ddfe16afca493b01e1d487a971812b418a29a192c7dc2b65ec9701e0c0b0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a41ce7bac57c92c4102259fb9133ff3edbd2c05f5525e47aa117bb9c595d0e00_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a41ce7bac57c92c4102259fb9133ff3edbd2c05f5525e47aa117bb9c595d0e00_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a41ce7bac57c92c4102259fb9133ff3edbd2c05f5525e47aa117bb9c595d0e00_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a6774c5717fee0abe48ee0d0f9fca3d80dc501c5f96adaba7d3c764496f254a2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a6774c5717fee0abe48ee0d0f9fca3d80dc501c5f96adaba7d3c764496f254a2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a6774c5717fee0abe48ee0d0f9fca3d80dc501c5f96adaba7d3c764496f254a2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2df63f6fed934375a5705f3ea2c8a976ab16601c131dced7275418fded991afd_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2df63f6fed934375a5705f3ea2c8a976ab16601c131dced7275418fded991afd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2df63f6fed934375a5705f3ea2c8a976ab16601c131dced7275418fded991afd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4fe5549b6b1cad7edea418f6e61faa8caf468caaffa20d1d79beccc6e740f59a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4fe5549b6b1cad7edea418f6e61faa8caf468caaffa20d1d79beccc6e740f59a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4fe5549b6b1cad7edea418f6e61faa8caf468caaffa20d1d79beccc6e740f59a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:919128cc6362eaa94cd6c8c7b6c3362b0d119df6e26c9262aaadf2726541d8aa_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:919128cc6362eaa94cd6c8c7b6c3362b0d119df6e26c9262aaadf2726541d8aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:919128cc6362eaa94cd6c8c7b6c3362b0d119df6e26c9262aaadf2726541d8aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:df84f648bdc9ac2171ea25c690c123ca9345b090b0228f887db2cbaed3549246_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:df84f648bdc9ac2171ea25c690c123ca9345b090b0228f887db2cbaed3549246_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:df84f648bdc9ac2171ea25c690c123ca9345b090b0228f887db2cbaed3549246_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:291cce0965303e35e3cc0b6ee9bb281ebcbc36e75cc4220fa7c746d5339bf27d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:291cce0965303e35e3cc0b6ee9bb281ebcbc36e75cc4220fa7c746d5339bf27d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:291cce0965303e35e3cc0b6ee9bb281ebcbc36e75cc4220fa7c746d5339bf27d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6f646b653804c6d1a39f0edc4bdbe676ff45aeb8198efdf3797890e4b2b4bef3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6f646b653804c6d1a39f0edc4bdbe676ff45aeb8198efdf3797890e4b2b4bef3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6f646b653804c6d1a39f0edc4bdbe676ff45aeb8198efdf3797890e4b2b4bef3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b4eaa15aecb85edd4686d0e7a3af911f1b766c07f48733d18b8c8eee2679a3f3_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b4eaa15aecb85edd4686d0e7a3af911f1b766c07f48733d18b8c8eee2679a3f3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b4eaa15aecb85edd4686d0e7a3af911f1b766c07f48733d18b8c8eee2679a3f3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d968dc49f267e0afcff906870f2fd6d528cdd540d58e9560e9145abf7672c417_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d968dc49f267e0afcff906870f2fd6d528cdd540d58e9560e9145abf7672c417_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d968dc49f267e0afcff906870f2fd6d528cdd540d58e9560e9145abf7672c417_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:937264510bb20f5ef3e076b4c823cdf7e6c09bc96dcf7cbd69766cdf306aca50_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:937264510bb20f5ef3e076b4c823cdf7e6c09bc96dcf7cbd69766cdf306aca50_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:937264510bb20f5ef3e076b4c823cdf7e6c09bc96dcf7cbd69766cdf306aca50_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1db80be2cdcb3f02b0d9767cbcbe763a6f726da41151c275653865e6a56aa2f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1db80be2cdcb3f02b0d9767cbcbe763a6f726da41151c275653865e6a56aa2f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1db80be2cdcb3f02b0d9767cbcbe763a6f726da41151c275653865e6a56aa2f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c94180e9ebb3a4e2a326c2510dec3b462cc03a9348e30816ea134419e4db7200_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c94180e9ebb3a4e2a326c2510dec3b462cc03a9348e30816ea134419e4db7200_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c94180e9ebb3a4e2a326c2510dec3b462cc03a9348e30816ea134419e4db7200_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e3d54370586c033ce86e930c1a8b84d8929bf628325a78032178c19e592e8580_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e3d54370586c033ce86e930c1a8b84d8929bf628325a78032178c19e592e8580_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e3d54370586c033ce86e930c1a8b84d8929bf628325a78032178c19e592e8580_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8acb1a1b52da3dff0cac1f60daedd4ddec00bd69a1c26491b676c042ce5e8221_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8acb1a1b52da3dff0cac1f60daedd4ddec00bd69a1c26491b676c042ce5e8221_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8acb1a1b52da3dff0cac1f60daedd4ddec00bd69a1c26491b676c042ce5e8221_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:952b598c48b3547079da6a3f3876f672d7edc859c2a7b337b8f6a41ffad7bd17_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:952b598c48b3547079da6a3f3876f672d7edc859c2a7b337b8f6a41ffad7bd17_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:952b598c48b3547079da6a3f3876f672d7edc859c2a7b337b8f6a41ffad7bd17_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a7534ab75aee64d4c7ab50877064c62cbc21447ae5c78f7de277f8b83c45bef4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a7534ab75aee64d4c7ab50877064c62cbc21447ae5c78f7de277f8b83c45bef4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a7534ab75aee64d4c7ab50877064c62cbc21447ae5c78f7de277f8b83c45bef4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fcbb0a00765ee93c1d12bea60288897f73697f13f687c18cc69d0d70cada5629_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fcbb0a00765ee93c1d12bea60288897f73697f13f687c18cc69d0d70cada5629_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fcbb0a00765ee93c1d12bea60288897f73697f13f687c18cc69d0d70cada5629_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:00b40097c6522cac107fe065186866a03155c1443f25e02ea360e7dd15eae8b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:00b40097c6522cac107fe065186866a03155c1443f25e02ea360e7dd15eae8b9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:00b40097c6522cac107fe065186866a03155c1443f25e02ea360e7dd15eae8b9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:14167f6ad7a4a9ecdb19792cc75a72144fd4ba0a705967088bfd3127998d22d9_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:14167f6ad7a4a9ecdb19792cc75a72144fd4ba0a705967088bfd3127998d22d9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:14167f6ad7a4a9ecdb19792cc75a72144fd4ba0a705967088bfd3127998d22d9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b26796189012b2083bd4042bf633c87775c1875e53722dfa2c3fb6842c73eb40_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b26796189012b2083bd4042bf633c87775c1875e53722dfa2c3fb6842c73eb40_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b26796189012b2083bd4042bf633c87775c1875e53722dfa2c3fb6842c73eb40_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c9250cdbb217c1d7c39dd4926667dddcf54e286cbcef80a8205c77503f0e3317_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c9250cdbb217c1d7c39dd4926667dddcf54e286cbcef80a8205c77503f0e3317_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c9250cdbb217c1d7c39dd4926667dddcf54e286cbcef80a8205c77503f0e3317_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:b3705338453f73aadea5d84044ec01dc4c0ebfc31749077a4fec22318906846c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:b3705338453f73aadea5d84044ec01dc4c0ebfc31749077a4fec22318906846c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:b3705338453f73aadea5d84044ec01dc4c0ebfc31749077a4fec22318906846c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c182d5138ebb9cf106873b4f951786b5ad4b6f77803289ba8c94fd78d39ff8cb_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c182d5138ebb9cf106873b4f951786b5ad4b6f77803289ba8c94fd78d39ff8cb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c182d5138ebb9cf106873b4f951786b5ad4b6f77803289ba8c94fd78d39ff8cb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:8ac02315c6763a71b6bc427cb01acb3ec6e65ca4772188de864647f63c83f391_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:8ac02315c6763a71b6bc427cb01acb3ec6e65ca4772188de864647f63c83f391_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:8ac02315c6763a71b6bc427cb01acb3ec6e65ca4772188de864647f63c83f391_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:f3d86ea554aaf7d021585e38d72dc9edc8a3882c2a54eab3e5c4c097a3430b75_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:f3d86ea554aaf7d021585e38d72dc9edc8a3882c2a54eab3e5c4c097a3430b75_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:f3d86ea554aaf7d021585e38d72dc9edc8a3882c2a54eab3e5c4c097a3430b75_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:036faec3bc26e385dffd7677677d56a17b846eadd33762dd7263ee184a21f1ae_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:036faec3bc26e385dffd7677677d56a17b846eadd33762dd7263ee184a21f1ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:036faec3bc26e385dffd7677677d56a17b846eadd33762dd7263ee184a21f1ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:38454fc8a649506c1a6c0d141667ea1076c03550f6d4e06ec1f3ccb6154fabbf_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:38454fc8a649506c1a6c0d141667ea1076c03550f6d4e06ec1f3ccb6154fabbf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:38454fc8a649506c1a6c0d141667ea1076c03550f6d4e06ec1f3ccb6154fabbf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b002337bbea961b20e5bed71d22d47149d0e979cc28ad8a1479041874c5ca79_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b002337bbea961b20e5bed71d22d47149d0e979cc28ad8a1479041874c5ca79_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b002337bbea961b20e5bed71d22d47149d0e979cc28ad8a1479041874c5ca79_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:08973c462b160f4d0906e46aca0ff1edd87db47847a1c612b015f460284d2fb4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:08973c462b160f4d0906e46aca0ff1edd87db47847a1c612b015f460284d2fb4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:08973c462b160f4d0906e46aca0ff1edd87db47847a1c612b015f460284d2fb4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4884742feb7b9b091ef06864a8edcd5c3ac45a0d53f571f4b7fe7248ca221fe9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4884742feb7b9b091ef06864a8edcd5c3ac45a0d53f571f4b7fe7248ca221fe9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4884742feb7b9b091ef06864a8edcd5c3ac45a0d53f571f4b7fe7248ca221fe9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:585f22000d02c1e94875f194e01c119c5ff58f0279822e1050334df1e80c0ed5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:585f22000d02c1e94875f194e01c119c5ff58f0279822e1050334df1e80c0ed5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:585f22000d02c1e94875f194e01c119c5ff58f0279822e1050334df1e80c0ed5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:592f662ff520e1ead327b97bab7b779cde84e5c5f6ac2bb846a3a962f6698eea_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:592f662ff520e1ead327b97bab7b779cde84e5c5f6ac2bb846a3a962f6698eea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:592f662ff520e1ead327b97bab7b779cde84e5c5f6ac2bb846a3a962f6698eea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0dddd8795e421248fba7645611beb1bc8cde997d72553c0a8ca3b06d87f20e2a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0dddd8795e421248fba7645611beb1bc8cde997d72553c0a8ca3b06d87f20e2a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0dddd8795e421248fba7645611beb1bc8cde997d72553c0a8ca3b06d87f20e2a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:662d2c8b45d134f7cb402b88371862b093f56c74b6d890a87c60f61f0756c178_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:662d2c8b45d134f7cb402b88371862b093f56c74b6d890a87c60f61f0756c178_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:662d2c8b45d134f7cb402b88371862b093f56c74b6d890a87c60f61f0756c178_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:94c4be676de031fbe35d3aa3379ce2ded292f6b1980a5cd98bff543de6644ff2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:94c4be676de031fbe35d3aa3379ce2ded292f6b1980a5cd98bff543de6644ff2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:94c4be676de031fbe35d3aa3379ce2ded292f6b1980a5cd98bff543de6644ff2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a89fef039ec3a17f79365706a1605838b88011c3ec3c70add2ab0e02a5b7266_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a89fef039ec3a17f79365706a1605838b88011c3ec3c70add2ab0e02a5b7266_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a89fef039ec3a17f79365706a1605838b88011c3ec3c70add2ab0e02a5b7266_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:474a8b0e8e891a127d62afd66684fb7820e8ec30afcf6c02858f6c81b9c4a635_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:474a8b0e8e891a127d62afd66684fb7820e8ec30afcf6c02858f6c81b9c4a635_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:474a8b0e8e891a127d62afd66684fb7820e8ec30afcf6c02858f6c81b9c4a635_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:51ba4886a8eb2be2c540a8761126874e03209066c912eb315de0bc5659e2f9e6_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:51ba4886a8eb2be2c540a8761126874e03209066c912eb315de0bc5659e2f9e6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:51ba4886a8eb2be2c540a8761126874e03209066c912eb315de0bc5659e2f9e6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5b32029716269a04c5bd985385d3da93b8335564ef375382c21da41e04590e06_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5b32029716269a04c5bd985385d3da93b8335564ef375382c21da41e04590e06_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5b32029716269a04c5bd985385d3da93b8335564ef375382c21da41e04590e06_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b791448f1ace958d601b9b78b573282e01ac21d622609059709bed40e9a0a7cc_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b791448f1ace958d601b9b78b573282e01ac21d622609059709bed40e9a0a7cc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b791448f1ace958d601b9b78b573282e01ac21d622609059709bed40e9a0a7cc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:106806474727790a173149953ab4f275ca399fe3e73ce22aa09c1f6aee557f0b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:106806474727790a173149953ab4f275ca399fe3e73ce22aa09c1f6aee557f0b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:106806474727790a173149953ab4f275ca399fe3e73ce22aa09c1f6aee557f0b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a7d17faf02b766ef4631f9a1d527f601558bd82c9da61bb26796c9c93fdfb15b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a7d17faf02b766ef4631f9a1d527f601558bd82c9da61bb26796c9c93fdfb15b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a7d17faf02b766ef4631f9a1d527f601558bd82c9da61bb26796c9c93fdfb15b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e6bd84eb7c59ec23360039f1c586f2d2516c12fa416156630611b62c5e8e4a4c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e6bd84eb7c59ec23360039f1c586f2d2516c12fa416156630611b62c5e8e4a4c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e6bd84eb7c59ec23360039f1c586f2d2516c12fa416156630611b62c5e8e4a4c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e91319eca356fbb7609c464e0ea85c73c281c9090998364b8a49a3d115ebb6db_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e91319eca356fbb7609c464e0ea85c73c281c9090998364b8a49a3d115ebb6db_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e91319eca356fbb7609c464e0ea85c73c281c9090998364b8a49a3d115ebb6db_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1e74a43d33d39efa6b6e243a75dd79c505cfdcb3800600b6cdc6eb97de68edef_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1e74a43d33d39efa6b6e243a75dd79c505cfdcb3800600b6cdc6eb97de68edef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1e74a43d33d39efa6b6e243a75dd79c505cfdcb3800600b6cdc6eb97de68edef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5158590f0be62a6017192e0045ff68b971165a622c6279965245231babb25e78_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5158590f0be62a6017192e0045ff68b971165a622c6279965245231babb25e78_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5158590f0be62a6017192e0045ff68b971165a622c6279965245231babb25e78_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9024800585c0fd16b23603e91319109b55881d9f276c9b245905fe368b4e6b11_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9024800585c0fd16b23603e91319109b55881d9f276c9b245905fe368b4e6b11_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9024800585c0fd16b23603e91319109b55881d9f276c9b245905fe368b4e6b11_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a2b40d7620c2d3b09dba2f673ec443e2e481da3d3e81a579cde2401228770626_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a2b40d7620c2d3b09dba2f673ec443e2e481da3d3e81a579cde2401228770626_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a2b40d7620c2d3b09dba2f673ec443e2e481da3d3e81a579cde2401228770626_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:37f2e34b2b9abf9678808cbf3487b76b8bc795f7b19a564962f61d8f7e32bc3d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:37f2e34b2b9abf9678808cbf3487b76b8bc795f7b19a564962f61d8f7e32bc3d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:37f2e34b2b9abf9678808cbf3487b76b8bc795f7b19a564962f61d8f7e32bc3d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4c015076e09420f82932e926b1503b042a077697e72a137d82f7cffcf92049da_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4c015076e09420f82932e926b1503b042a077697e72a137d82f7cffcf92049da_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4c015076e09420f82932e926b1503b042a077697e72a137d82f7cffcf92049da_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:697ee5f169a3edd04168f6061e278a3cf094463e842c7b275662feb4415c0b49_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:697ee5f169a3edd04168f6061e278a3cf094463e842c7b275662feb4415c0b49_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:697ee5f169a3edd04168f6061e278a3cf094463e842c7b275662feb4415c0b49_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e90bca284473c6b67af258d3c12f2ac59ca57609befc9baf5cba7df6694fa8fd_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e90bca284473c6b67af258d3c12f2ac59ca57609befc9baf5cba7df6694fa8fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e90bca284473c6b67af258d3c12f2ac59ca57609befc9baf5cba7df6694fa8fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:32d920433f8ab57c952aa8296c2a1d8aaa2f251b89b0232975d412889608ffc3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:32d920433f8ab57c952aa8296c2a1d8aaa2f251b89b0232975d412889608ffc3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:32d920433f8ab57c952aa8296c2a1d8aaa2f251b89b0232975d412889608ffc3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:353f8d91d668176e3a52bd8615d3dbf86b3ac0c9af25574c01fddbd34f95531e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:353f8d91d668176e3a52bd8615d3dbf86b3ac0c9af25574c01fddbd34f95531e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:353f8d91d668176e3a52bd8615d3dbf86b3ac0c9af25574c01fddbd34f95531e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4163dea9e5cb5245f107d30983b5934d01dcd5c765dfaf59803cd2ee0f76c978_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4163dea9e5cb5245f107d30983b5934d01dcd5c765dfaf59803cd2ee0f76c978_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4163dea9e5cb5245f107d30983b5934d01dcd5c765dfaf59803cd2ee0f76c978_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:aa74eb0ed000a11065676f5a2b9fc7ae25677168003a86aa49a53a9586db55d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:aa74eb0ed000a11065676f5a2b9fc7ae25677168003a86aa49a53a9586db55d4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:aa74eb0ed000a11065676f5a2b9fc7ae25677168003a86aa49a53a9586db55d4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:32573c2a0faa0ebab188a5656d3636ed06234864bb8c9f3262bd9182ea98453b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:32573c2a0faa0ebab188a5656d3636ed06234864bb8c9f3262bd9182ea98453b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:32573c2a0faa0ebab188a5656d3636ed06234864bb8c9f3262bd9182ea98453b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:51b1dd0d0a15f4a9377cd1c8694c9898aeb1848cb04c2a272fa4aa13c2c7ce27_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:51b1dd0d0a15f4a9377cd1c8694c9898aeb1848cb04c2a272fa4aa13c2c7ce27_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:51b1dd0d0a15f4a9377cd1c8694c9898aeb1848cb04c2a272fa4aa13c2c7ce27_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:72f3fd8250ad2afc70e4d024d40e4c287a96e8f44c458caba27adc878d956353_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:72f3fd8250ad2afc70e4d024d40e4c287a96e8f44c458caba27adc878d956353_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:72f3fd8250ad2afc70e4d024d40e4c287a96e8f44c458caba27adc878d956353_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:73c4d1a1b9db3e369263e77728a92b89ea6e03d7b29c844ca83ea6f179df0140_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:73c4d1a1b9db3e369263e77728a92b89ea6e03d7b29c844ca83ea6f179df0140_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:73c4d1a1b9db3e369263e77728a92b89ea6e03d7b29c844ca83ea6f179df0140_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:01b523e331120e77123bacd824eeb3f9795d6c30f37e88c03879f756992a6b61_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:01b523e331120e77123bacd824eeb3f9795d6c30f37e88c03879f756992a6b61_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:01b523e331120e77123bacd824eeb3f9795d6c30f37e88c03879f756992a6b61_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8aa7ed397945e7376a0fe4089bafd8688cc63377d78d994aeed012e903ebbe51_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8aa7ed397945e7376a0fe4089bafd8688cc63377d78d994aeed012e903ebbe51_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8aa7ed397945e7376a0fe4089bafd8688cc63377d78d994aeed012e903ebbe51_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:be676a549675f456829817f44f6d74dd3e6d62a08d7f795b8bfe455908c5c53a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:be676a549675f456829817f44f6d74dd3e6d62a08d7f795b8bfe455908c5c53a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:be676a549675f456829817f44f6d74dd3e6d62a08d7f795b8bfe455908c5c53a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ddca4e9ef84119651a3f5671bd06fc14c7c4e6c4d46f627ddfdbbb9a0ffd90b5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ddca4e9ef84119651a3f5671bd06fc14c7c4e6c4d46f627ddfdbbb9a0ffd90b5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ddca4e9ef84119651a3f5671bd06fc14c7c4e6c4d46f627ddfdbbb9a0ffd90b5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1b0f00fa42bbb2f0263606ca50a494ae17e7e92ee0bb36946162062d95af0ae0_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1b0f00fa42bbb2f0263606ca50a494ae17e7e92ee0bb36946162062d95af0ae0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1b0f00fa42bbb2f0263606ca50a494ae17e7e92ee0bb36946162062d95af0ae0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:5349bb33bba193d5f86974633f8c0e5e4cac4510de260be6b291fda5879d9ee7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:5349bb33bba193d5f86974633f8c0e5e4cac4510de260be6b291fda5879d9ee7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:5349bb33bba193d5f86974633f8c0e5e4cac4510de260be6b291fda5879d9ee7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8573e694c74ed2b362127e9d0fa1e907fd4117d7a38dc42c6a336c098973ba4e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8573e694c74ed2b362127e9d0fa1e907fd4117d7a38dc42c6a336c098973ba4e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8573e694c74ed2b362127e9d0fa1e907fd4117d7a38dc42c6a336c098973ba4e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f0ef40d724dd7cb5d070a67e477031b35f6688b0c2f8e0b6cf41b4a89f3fc4ed_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f0ef40d724dd7cb5d070a67e477031b35f6688b0c2f8e0b6cf41b4a89f3fc4ed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f0ef40d724dd7cb5d070a67e477031b35f6688b0c2f8e0b6cf41b4a89f3fc4ed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:36c3f0ddb54a93690f72bdf01669cfb492ccf4467e99f816c03bf8573d7f1c92_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:36c3f0ddb54a93690f72bdf01669cfb492ccf4467e99f816c03bf8573d7f1c92_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:36c3f0ddb54a93690f72bdf01669cfb492ccf4467e99f816c03bf8573d7f1c92_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:78749018731e612148771f882c5b197b3e3143c03c6c78dc1d0e7dee8e5b6d21_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:78749018731e612148771f882c5b197b3e3143c03c6c78dc1d0e7dee8e5b6d21_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:78749018731e612148771f882c5b197b3e3143c03c6c78dc1d0e7dee8e5b6d21_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ec109cbe33900fd9e12c200997d3ac5c42349670200c8d4c36bc23a7993faaf_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ec109cbe33900fd9e12c200997d3ac5c42349670200c8d4c36bc23a7993faaf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ec109cbe33900fd9e12c200997d3ac5c42349670200c8d4c36bc23a7993faaf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:85100d7e3011d78903fa54d230b1dc9058e3a3d2c6c111cb4ca890ae56082602_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:85100d7e3011d78903fa54d230b1dc9058e3a3d2c6c111cb4ca890ae56082602_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:85100d7e3011d78903fa54d230b1dc9058e3a3d2c6c111cb4ca890ae56082602_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:16a268411728688bc85393a4d00dabca2b777be477af7c9b0f7e495ff6249ef2_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:16a268411728688bc85393a4d00dabca2b777be477af7c9b0f7e495ff6249ef2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:16a268411728688bc85393a4d00dabca2b777be477af7c9b0f7e495ff6249ef2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:21c81cb85f36b66b22dc4840ceac8af18c9ef0dde8e9704a003af23eb5a9f458_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:21c81cb85f36b66b22dc4840ceac8af18c9ef0dde8e9704a003af23eb5a9f458_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:21c81cb85f36b66b22dc4840ceac8af18c9ef0dde8e9704a003af23eb5a9f458_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2ea3e45b84d940017db50ee4c9a5076469f8e1daf021540f8279e11ce30c5a95_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2ea3e45b84d940017db50ee4c9a5076469f8e1daf021540f8279e11ce30c5a95_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2ea3e45b84d940017db50ee4c9a5076469f8e1daf021540f8279e11ce30c5a95_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e39faf3ee84ba86a83c6db15e61c29503f68a5de28a634e3baa13a167b0cb8e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e39faf3ee84ba86a83c6db15e61c29503f68a5de28a634e3baa13a167b0cb8e8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e39faf3ee84ba86a83c6db15e61c29503f68a5de28a634e3baa13a167b0cb8e8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0f8dd32c213a857235a521b9629f25220c69cafd7802a6ce75675d55b2bc013f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0f8dd32c213a857235a521b9629f25220c69cafd7802a6ce75675d55b2bc013f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0f8dd32c213a857235a521b9629f25220c69cafd7802a6ce75675d55b2bc013f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:3af844266499efa1baf91798f9a533c81841090d1cc3d6d8cc6317062408ec8c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:3af844266499efa1baf91798f9a533c81841090d1cc3d6d8cc6317062408ec8c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:3af844266499efa1baf91798f9a533c81841090d1cc3d6d8cc6317062408ec8c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:42fe4b2016e5835c66fab011229638f114bfdd8c9b6f5555bf6171d12720b596_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:42fe4b2016e5835c66fab011229638f114bfdd8c9b6f5555bf6171d12720b596_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:42fe4b2016e5835c66fab011229638f114bfdd8c9b6f5555bf6171d12720b596_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f6f7590a50c14b51ac0afff88849f723a2119033b83c166288eda80a3c88d409_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f6f7590a50c14b51ac0afff88849f723a2119033b83c166288eda80a3c88d409_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f6f7590a50c14b51ac0afff88849f723a2119033b83c166288eda80a3c88d409_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3d7c2334e1facb902eabcf08f90c6e532f86c6fea96f884a203850a79164aad7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3d7c2334e1facb902eabcf08f90c6e532f86c6fea96f884a203850a79164aad7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3d7c2334e1facb902eabcf08f90c6e532f86c6fea96f884a203850a79164aad7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5344f3b43de551cb718126ee8bfe5e333c23a5698bf1c54b939ceb8f875c6e29_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5344f3b43de551cb718126ee8bfe5e333c23a5698bf1c54b939ceb8f875c6e29_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5344f3b43de551cb718126ee8bfe5e333c23a5698bf1c54b939ceb8f875c6e29_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:555987d3c869da57d85714c31c9d3a1229182d9b0fe9c9337076e2d7ddf44f37_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:555987d3c869da57d85714c31c9d3a1229182d9b0fe9c9337076e2d7ddf44f37_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:555987d3c869da57d85714c31c9d3a1229182d9b0fe9c9337076e2d7ddf44f37_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6006485ec84536268eb4ca08a076eb70deb9082e2604f55fca792ea449c4fb8f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6006485ec84536268eb4ca08a076eb70deb9082e2604f55fca792ea449c4fb8f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6006485ec84536268eb4ca08a076eb70deb9082e2604f55fca792ea449c4fb8f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ad3544d26b02bef0c734fcee9530570f6a9b56d3051c8dbb4f35c8c4a3e987d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ad3544d26b02bef0c734fcee9530570f6a9b56d3051c8dbb4f35c8c4a3e987d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ad3544d26b02bef0c734fcee9530570f6a9b56d3051c8dbb4f35c8c4a3e987d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7443b837f9ff990acacebf55eee58c89724cc5401a7105f34d1cdd8eddef09e6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7443b837f9ff990acacebf55eee58c89724cc5401a7105f34d1cdd8eddef09e6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7443b837f9ff990acacebf55eee58c89724cc5401a7105f34d1cdd8eddef09e6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a8b8a1643a17ff350cd81dfbe01242ce65b9ddc346f82722be1f3f64c64c42aa_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a8b8a1643a17ff350cd81dfbe01242ce65b9ddc346f82722be1f3f64c64c42aa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a8b8a1643a17ff350cd81dfbe01242ce65b9ddc346f82722be1f3f64c64c42aa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a98fff37c1956ace96235e801a6b7590d42b36a059a99804df250b5b4b3cb97c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a98fff37c1956ace96235e801a6b7590d42b36a059a99804df250b5b4b3cb97c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a98fff37c1956ace96235e801a6b7590d42b36a059a99804df250b5b4b3cb97c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:46f4c8e92e41653e490143bfd3f577f42f8de3e90f6857ab6d256e2c8d36f062_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:46f4c8e92e41653e490143bfd3f577f42f8de3e90f6857ab6d256e2c8d36f062_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:46f4c8e92e41653e490143bfd3f577f42f8de3e90f6857ab6d256e2c8d36f062_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:da7f5f63231d4ad7fa289dd2895b252ff269ac04b80183f2a5562ec4fb994d8b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:da7f5f63231d4ad7fa289dd2895b252ff269ac04b80183f2a5562ec4fb994d8b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:da7f5f63231d4ad7fa289dd2895b252ff269ac04b80183f2a5562ec4fb994d8b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:089c05fc16a090019551b3656d71883ccdb653a61b9e3bc28312d938caeeb904_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:089c05fc16a090019551b3656d71883ccdb653a61b9e3bc28312d938caeeb904_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:089c05fc16a090019551b3656d71883ccdb653a61b9e3bc28312d938caeeb904_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:81b01e1c99a1aa8b4e712a537ed4067eff6df92871347f9994669948102cd959_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:81b01e1c99a1aa8b4e712a537ed4067eff6df92871347f9994669948102cd959_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:81b01e1c99a1aa8b4e712a537ed4067eff6df92871347f9994669948102cd959_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e207aa2a32db7e3360c353902da8b62cdc1a48f38fe6709a232f68ea88d7a0f4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e207aa2a32db7e3360c353902da8b62cdc1a48f38fe6709a232f68ea88d7a0f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e207aa2a32db7e3360c353902da8b62cdc1a48f38fe6709a232f68ea88d7a0f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e7b30b5e1e6a538afb2a063faae1e56503e1ba07773ad385eba5b44a7a2a3a7c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e7b30b5e1e6a538afb2a063faae1e56503e1ba07773ad385eba5b44a7a2a3a7c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e7b30b5e1e6a538afb2a063faae1e56503e1ba07773ad385eba5b44a7a2a3a7c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4bfefefd88844a4e4e5585bf16f65a785618681729e5a732552ec192cd0f35b9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4bfefefd88844a4e4e5585bf16f65a785618681729e5a732552ec192cd0f35b9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4bfefefd88844a4e4e5585bf16f65a785618681729e5a732552ec192cd0f35b9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a31661ab2d431eba1a5b58ce1cac6abe58cded3bfd98417cac2b283d61129f38_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a31661ab2d431eba1a5b58ce1cac6abe58cded3bfd98417cac2b283d61129f38_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a31661ab2d431eba1a5b58ce1cac6abe58cded3bfd98417cac2b283d61129f38_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:bfa49db6924aa3595f81529734fbb4174a183ecb631aef838be2ea14b06dc81e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:bfa49db6924aa3595f81529734fbb4174a183ecb631aef838be2ea14b06dc81e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:bfa49db6924aa3595f81529734fbb4174a183ecb631aef838be2ea14b06dc81e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c08d6cf117ce355ac8aa2a5435c44e1557184c710f4dc0a09920e029020a9e82_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c08d6cf117ce355ac8aa2a5435c44e1557184c710f4dc0a09920e029020a9e82_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c08d6cf117ce355ac8aa2a5435c44e1557184c710f4dc0a09920e029020a9e82_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1a21f1ed4a39d0ab0e189d994eee028991eda265c252a2438f43cf796810292e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1a21f1ed4a39d0ab0e189d994eee028991eda265c252a2438f43cf796810292e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1a21f1ed4a39d0ab0e189d994eee028991eda265c252a2438f43cf796810292e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:70d29bbd0f4b1bef5442d45d31fbc9b85263e4baaa9221d64c66d78912d6eb39_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:70d29bbd0f4b1bef5442d45d31fbc9b85263e4baaa9221d64c66d78912d6eb39_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:70d29bbd0f4b1bef5442d45d31fbc9b85263e4baaa9221d64c66d78912d6eb39_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba9c14fb4fc1d1d00917e68b1013033ca3369f18a8e826793053c9f765ad71b8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba9c14fb4fc1d1d00917e68b1013033ca3369f18a8e826793053c9f765ad71b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba9c14fb4fc1d1d00917e68b1013033ca3369f18a8e826793053c9f765ad71b8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7499f0837e42743c846bf9ca2e69d025e8d3d1adf2bc87c03ac794cc1b34bc0_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7499f0837e42743c846bf9ca2e69d025e8d3d1adf2bc87c03ac794cc1b34bc0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7499f0837e42743c846bf9ca2e69d025e8d3d1adf2bc87c03ac794cc1b34bc0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2cc2372482d9c4147be8335be1b49246a3012af55d763014a263afcde08141ad_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2cc2372482d9c4147be8335be1b49246a3012af55d763014a263afcde08141ad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2cc2372482d9c4147be8335be1b49246a3012af55d763014a263afcde08141ad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2ee93dabb1ec3bb71005065421285589e583a7a97e915e4090054dbe71f58fbb_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2ee93dabb1ec3bb71005065421285589e583a7a97e915e4090054dbe71f58fbb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2ee93dabb1ec3bb71005065421285589e583a7a97e915e4090054dbe71f58fbb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a91a2deb377be99b985687145f7b4006cf039d54b6cd1b6c246bebcaba2d6977_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a91a2deb377be99b985687145f7b4006cf039d54b6cd1b6c246bebcaba2d6977_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a91a2deb377be99b985687145f7b4006cf039d54b6cd1b6c246bebcaba2d6977_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b4593284c3159a154f6689d5c25408bee333708d646d6ab409eb56f24cc51acf_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b4593284c3159a154f6689d5c25408bee333708d646d6ab409eb56f24cc51acf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b4593284c3159a154f6689d5c25408bee333708d646d6ab409eb56f24cc51acf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ef7714fc29feccf311c89eab19947d1d7b1b89aae40544210254ef8405dead4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ef7714fc29feccf311c89eab19947d1d7b1b89aae40544210254ef8405dead4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ef7714fc29feccf311c89eab19947d1d7b1b89aae40544210254ef8405dead4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4ec00e54865aca45a05810dce0243d6bfc76358877e0e502c0f37e5a8c86f6f4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4ec00e54865aca45a05810dce0243d6bfc76358877e0e502c0f37e5a8c86f6f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4ec00e54865aca45a05810dce0243d6bfc76358877e0e502c0f37e5a8c86f6f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:684888ee84bbc7e43c0030489a28ee775e4c61591533db7f5906c9302e9b4439_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:684888ee84bbc7e43c0030489a28ee775e4c61591533db7f5906c9302e9b4439_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:684888ee84bbc7e43c0030489a28ee775e4c61591533db7f5906c9302e9b4439_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f070afd309659f550fa4a9bb23a9b27f0663236c1a07a311031fed658eddcc62_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f070afd309659f550fa4a9bb23a9b27f0663236c1a07a311031fed658eddcc62_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f070afd309659f550fa4a9bb23a9b27f0663236c1a07a311031fed658eddcc62_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:35935c15319e961a98a88d389eadcc935ef0c2ba6a96e9015466ea7647667e84_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:35935c15319e961a98a88d389eadcc935ef0c2ba6a96e9015466ea7647667e84_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:35935c15319e961a98a88d389eadcc935ef0c2ba6a96e9015466ea7647667e84_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:630cd3d1da2526227c85f4955e73c8cb1eb2a7153905709e2fa1b58a40010c6c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:630cd3d1da2526227c85f4955e73c8cb1eb2a7153905709e2fa1b58a40010c6c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:630cd3d1da2526227c85f4955e73c8cb1eb2a7153905709e2fa1b58a40010c6c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:c1ae71a3cc786d6147f423c9bd6bf5e9260e4a91f3459b5885d4b5c73cdf7580_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:c1ae71a3cc786d6147f423c9bd6bf5e9260e4a91f3459b5885d4b5c73cdf7580_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:c1ae71a3cc786d6147f423c9bd6bf5e9260e4a91f3459b5885d4b5c73cdf7580_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:df759738bfda3726f291d2a5180cb6e5036b6ffaabee6d35ec68a72c7f31df9a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:df759738bfda3726f291d2a5180cb6e5036b6ffaabee6d35ec68a72c7f31df9a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:df759738bfda3726f291d2a5180cb6e5036b6ffaabee6d35ec68a72c7f31df9a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0bb8ff503c4c789ee1f0722f10a4e1f54e5dccb42a91d1bd67848bdf647e3dac_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0bb8ff503c4c789ee1f0722f10a4e1f54e5dccb42a91d1bd67848bdf647e3dac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0bb8ff503c4c789ee1f0722f10a4e1f54e5dccb42a91d1bd67848bdf647e3dac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1c60387c714875a934e3535f514d2a291bdfc7105161425a7b19c622cc74c93f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1c60387c714875a934e3535f514d2a291bdfc7105161425a7b19c622cc74c93f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1c60387c714875a934e3535f514d2a291bdfc7105161425a7b19c622cc74c93f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2f0e73326c82a94e0fe1a30f332635d002c16846da293c863aa4a4f025aac518_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2f0e73326c82a94e0fe1a30f332635d002c16846da293c863aa4a4f025aac518_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2f0e73326c82a94e0fe1a30f332635d002c16846da293c863aa4a4f025aac518_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:73e12cc35bf4da315bdb930c1ff3eaf3cef19686401f19f6def7b7e84650134d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:73e12cc35bf4da315bdb930c1ff3eaf3cef19686401f19f6def7b7e84650134d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:73e12cc35bf4da315bdb930c1ff3eaf3cef19686401f19f6def7b7e84650134d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3345d7f7422891b7c1c0f756eb57bd359f4a38a0e4f44fe7decef78cd2a88dd5_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3345d7f7422891b7c1c0f756eb57bd359f4a38a0e4f44fe7decef78cd2a88dd5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3345d7f7422891b7c1c0f756eb57bd359f4a38a0e4f44fe7decef78cd2a88dd5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:65f23f14404d7e4e63ed1385a89b90ed80fc65d6de3ef0b8d236c6870c4cb04e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:65f23f14404d7e4e63ed1385a89b90ed80fc65d6de3ef0b8d236c6870c4cb04e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:65f23f14404d7e4e63ed1385a89b90ed80fc65d6de3ef0b8d236c6870c4cb04e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:73b5824eb3608a29d30818793aa3e3d7546af456f03e959cb5f9bbb43816efec_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:73b5824eb3608a29d30818793aa3e3d7546af456f03e959cb5f9bbb43816efec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:73b5824eb3608a29d30818793aa3e3d7546af456f03e959cb5f9bbb43816efec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:cbd9992a6f7d27c4a76573645d273f080c16b6979e5844f56f003bffebef2850_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:cbd9992a6f7d27c4a76573645d273f080c16b6979e5844f56f003bffebef2850_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:cbd9992a6f7d27c4a76573645d273f080c16b6979e5844f56f003bffebef2850_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4cf7038ca5985cca952130cc466f68d37de7c5ce193ac54eae48a46e50328606_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4cf7038ca5985cca952130cc466f68d37de7c5ce193ac54eae48a46e50328606_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4cf7038ca5985cca952130cc466f68d37de7c5ce193ac54eae48a46e50328606_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b9eb7624eb841fd2ca4e97d4847c21d0bf244faba44e4b7bd4a688efb1070f1a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b9eb7624eb841fd2ca4e97d4847c21d0bf244faba44e4b7bd4a688efb1070f1a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b9eb7624eb841fd2ca4e97d4847c21d0bf244faba44e4b7bd4a688efb1070f1a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bb73dedb0f37019de7a74b49992282501378323aa155233f0af554bcfd5569f9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bb73dedb0f37019de7a74b49992282501378323aa155233f0af554bcfd5569f9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bb73dedb0f37019de7a74b49992282501378323aa155233f0af554bcfd5569f9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d188db2d23166750840c8c2381a99f05f0f37d48b5008cd29ea9676489d81c7e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d188db2d23166750840c8c2381a99f05f0f37d48b5008cd29ea9676489d81c7e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d188db2d23166750840c8c2381a99f05f0f37d48b5008cd29ea9676489d81c7e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:74fbc83d5b9159c8cf70c1ec705807f744f0ce9ff6e1b6baf9216d0931011090_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:74fbc83d5b9159c8cf70c1ec705807f744f0ce9ff6e1b6baf9216d0931011090_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:74fbc83d5b9159c8cf70c1ec705807f744f0ce9ff6e1b6baf9216d0931011090_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8c2b4f8cc617d8054443032f104b1c292a9b1cb1acf23f72ac4306308b801a07_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8c2b4f8cc617d8054443032f104b1c292a9b1cb1acf23f72ac4306308b801a07_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8c2b4f8cc617d8054443032f104b1c292a9b1cb1acf23f72ac4306308b801a07_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c12655ba45dbda3294750b0afc1134b7ffefcc2b81ee94242055f3be0bc045d6_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c12655ba45dbda3294750b0afc1134b7ffefcc2b81ee94242055f3be0bc045d6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c12655ba45dbda3294750b0afc1134b7ffefcc2b81ee94242055f3be0bc045d6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:cb411f9efb3e5b9c775b1a19fb0bfef7bb4cb3df7a149fa7752dbf32b1e3440f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:cb411f9efb3e5b9c775b1a19fb0bfef7bb4cb3df7a149fa7752dbf32b1e3440f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:cb411f9efb3e5b9c775b1a19fb0bfef7bb4cb3df7a149fa7752dbf32b1e3440f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:08b57a22f0a2e5be35297e43af7ffc6e00fb17ab94c953c32fc3722f04076bde_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:08b57a22f0a2e5be35297e43af7ffc6e00fb17ab94c953c32fc3722f04076bde_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:08b57a22f0a2e5be35297e43af7ffc6e00fb17ab94c953c32fc3722f04076bde_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:afb81d8335862612fd1d39fe735adbfbde09dac02ab39a3df4f0555880e00a7a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:afb81d8335862612fd1d39fe735adbfbde09dac02ab39a3df4f0555880e00a7a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:afb81d8335862612fd1d39fe735adbfbde09dac02ab39a3df4f0555880e00a7a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e7616ee082ea61fdcedf3aafcea4311b2165f59faa01396ebfdc4511864b8c64_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e7616ee082ea61fdcedf3aafcea4311b2165f59faa01396ebfdc4511864b8c64_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e7616ee082ea61fdcedf3aafcea4311b2165f59faa01396ebfdc4511864b8c64_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:fcc708dd43a866826d5412bdf03598b2e6f31f9a1f0383da49b50bc17acdfc39_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:fcc708dd43a866826d5412bdf03598b2e6f31f9a1f0383da49b50bc17acdfc39_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:fcc708dd43a866826d5412bdf03598b2e6f31f9a1f0383da49b50bc17acdfc39_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1242f96008650aae8f0a960c4df135c18a2cb484401760e3081ebdcab4d647e8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1242f96008650aae8f0a960c4df135c18a2cb484401760e3081ebdcab4d647e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1242f96008650aae8f0a960c4df135c18a2cb484401760e3081ebdcab4d647e8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a6ee2974f74155ba8d7cfc35e86ba000fac6e2b16ac78be948eec5cc6d158e42_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a6ee2974f74155ba8d7cfc35e86ba000fac6e2b16ac78be948eec5cc6d158e42_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a6ee2974f74155ba8d7cfc35e86ba000fac6e2b16ac78be948eec5cc6d158e42_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ad28464ad33eb8562a9d0f74a6cc8dd7f5dcbf14ea8b2482844e7b52d667ac0c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ad28464ad33eb8562a9d0f74a6cc8dd7f5dcbf14ea8b2482844e7b52d667ac0c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ad28464ad33eb8562a9d0f74a6cc8dd7f5dcbf14ea8b2482844e7b52d667ac0c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1c6a2c6f39f68b1b2058af69774f172126ef03a2d3a227638fae34bde292d26_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1c6a2c6f39f68b1b2058af69774f172126ef03a2d3a227638fae34bde292d26_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1c6a2c6f39f68b1b2058af69774f172126ef03a2d3a227638fae34bde292d26_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:246ffa594eaaf9fa405a5fda1efe61643b4d625cc92ba1af43d141239d4d9869_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:246ffa594eaaf9fa405a5fda1efe61643b4d625cc92ba1af43d141239d4d9869_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:246ffa594eaaf9fa405a5fda1efe61643b4d625cc92ba1af43d141239d4d9869_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3be13d02cf771de4f2446006c61eebbb78c4e0b5b13bafe3b98672a1e9f411c6_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3be13d02cf771de4f2446006c61eebbb78c4e0b5b13bafe3b98672a1e9f411c6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3be13d02cf771de4f2446006c61eebbb78c4e0b5b13bafe3b98672a1e9f411c6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ae5c975aabf7aeb4d816d0d25d085c4fac9caac06643979d567a6b5479f19b74_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ae5c975aabf7aeb4d816d0d25d085c4fac9caac06643979d567a6b5479f19b74_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ae5c975aabf7aeb4d816d0d25d085c4fac9caac06643979d567a6b5479f19b74_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc3d8ae29563d2a75111ca95ee53976e82719410fab823c6bee75265fe40a443_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc3d8ae29563d2a75111ca95ee53976e82719410fab823c6bee75265fe40a443_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc3d8ae29563d2a75111ca95ee53976e82719410fab823c6bee75265fe40a443_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:20472cb7f183c9e5c172873644d040b675394984f3486cbe6f9322ffcafb1e67_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:20472cb7f183c9e5c172873644d040b675394984f3486cbe6f9322ffcafb1e67_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:20472cb7f183c9e5c172873644d040b675394984f3486cbe6f9322ffcafb1e67_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49f19563438e21a4ec3536f21f264e6f932c7f1933312511a28e210330598616_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49f19563438e21a4ec3536f21f264e6f932c7f1933312511a28e210330598616_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49f19563438e21a4ec3536f21f264e6f932c7f1933312511a28e210330598616_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd16c7190ca3c2a1c2a813d648747a3e5cf5c224fb5a09cd59f2b96ed1ac9627_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd16c7190ca3c2a1c2a813d648747a3e5cf5c224fb5a09cd59f2b96ed1ac9627_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd16c7190ca3c2a1c2a813d648747a3e5cf5c224fb5a09cd59f2b96ed1ac9627_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d86ef4b34d8381394c24d6ddcb97718904a87bd3945f7ba5a05fd300285e3db1_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d86ef4b34d8381394c24d6ddcb97718904a87bd3945f7ba5a05fd300285e3db1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d86ef4b34d8381394c24d6ddcb97718904a87bd3945f7ba5a05fd300285e3db1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5829d8858e4497965e6c0acf788712593a5925f05c6c5f21c2195c87b1229d69_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5829d8858e4497965e6c0acf788712593a5925f05c6c5f21c2195c87b1229d69_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5829d8858e4497965e6c0acf788712593a5925f05c6c5f21c2195c87b1229d69_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:720fb9282c8bdcc8fd4cc226595df5bd3e0c4fb6cc67e761e397547174b50573_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:720fb9282c8bdcc8fd4cc226595df5bd3e0c4fb6cc67e761e397547174b50573_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:720fb9282c8bdcc8fd4cc226595df5bd3e0c4fb6cc67e761e397547174b50573_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4b95c22811fd3d1ed6d4c93255cf09f19f534afdaac17cc5aaca9819f6d345c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4b95c22811fd3d1ed6d4c93255cf09f19f534afdaac17cc5aaca9819f6d345c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4b95c22811fd3d1ed6d4c93255cf09f19f534afdaac17cc5aaca9819f6d345c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fa56dafcfd0faf2d2bbcb77b01c8d05cbc850b3005be3cc5ea66857c0db39ad8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fa56dafcfd0faf2d2bbcb77b01c8d05cbc850b3005be3cc5ea66857c0db39ad8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fa56dafcfd0faf2d2bbcb77b01c8d05cbc850b3005be3cc5ea66857c0db39ad8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b366649caf8e09b8e08f3ea71ebc308d278dab46d00fccbe8efeddd803c1a378_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b366649caf8e09b8e08f3ea71ebc308d278dab46d00fccbe8efeddd803c1a378_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b366649caf8e09b8e08f3ea71ebc308d278dab46d00fccbe8efeddd803c1a378_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b63dbe7c554b5cb010c8d6d20d97c7e5cc017d999d3cca2e4278a86425974597_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b63dbe7c554b5cb010c8d6d20d97c7e5cc017d999d3cca2e4278a86425974597_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b63dbe7c554b5cb010c8d6d20d97c7e5cc017d999d3cca2e4278a86425974597_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e9e77779a047efecf1a40b42356e1b6df74ff38c59e94de7a5fc0a334b7782cd_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e9e77779a047efecf1a40b42356e1b6df74ff38c59e94de7a5fc0a334b7782cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e9e77779a047efecf1a40b42356e1b6df74ff38c59e94de7a5fc0a334b7782cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f52535b5ef24b9569dd9d4bb62b32d5883358daa29136bc57dccb7ef8ccdbd58_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f52535b5ef24b9569dd9d4bb62b32d5883358daa29136bc57dccb7ef8ccdbd58_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f52535b5ef24b9569dd9d4bb62b32d5883358daa29136bc57dccb7ef8ccdbd58_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6592838f76a778b2db12d549325fc84347b1223127f81aa68b0bebfa8d9c5da7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6592838f76a778b2db12d549325fc84347b1223127f81aa68b0bebfa8d9c5da7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6592838f76a778b2db12d549325fc84347b1223127f81aa68b0bebfa8d9c5da7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ae67461608362f444de1a502402d265cb16bea32de465f7763db17549e0d6b76_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ae67461608362f444de1a502402d265cb16bea32de465f7763db17549e0d6b76_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ae67461608362f444de1a502402d265cb16bea32de465f7763db17549e0d6b76_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cc9ff80e87b9542b9935bdfebb0d3d08bf0d81f39b05e8ecbfcf891ddff6a3b0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cc9ff80e87b9542b9935bdfebb0d3d08bf0d81f39b05e8ecbfcf891ddff6a3b0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cc9ff80e87b9542b9935bdfebb0d3d08bf0d81f39b05e8ecbfcf891ddff6a3b0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d9d08c192dd49c751124eed9c4318a48e4491d47029e76b2303a102ee5b5ae64_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d9d08c192dd49c751124eed9c4318a48e4491d47029e76b2303a102ee5b5ae64_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d9d08c192dd49c751124eed9c4318a48e4491d47029e76b2303a102ee5b5ae64_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45f044666deee28ab310e36a4e3e6a42bad0e566aef8548ecfbb0aa6e9a5749c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45f044666deee28ab310e36a4e3e6a42bad0e566aef8548ecfbb0aa6e9a5749c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45f044666deee28ab310e36a4e3e6a42bad0e566aef8548ecfbb0aa6e9a5749c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a28bbc9061bf91e18e3f9eda88361c4bcc6c7ba69368fc54a5a8a47a585b7a56_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a28bbc9061bf91e18e3f9eda88361c4bcc6c7ba69368fc54a5a8a47a585b7a56_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a28bbc9061bf91e18e3f9eda88361c4bcc6c7ba69368fc54a5a8a47a585b7a56_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e9e2dea2f848efaff509ab046e6315bd2a54e0ad28a378247d6a5da7f6b024b1_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e9e2dea2f848efaff509ab046e6315bd2a54e0ad28a378247d6a5da7f6b024b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e9e2dea2f848efaff509ab046e6315bd2a54e0ad28a378247d6a5da7f6b024b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ffd7e3577beca9b0eb6459832d14bdb287e03cf9358044ab31a15dde14a97876_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ffd7e3577beca9b0eb6459832d14bdb287e03cf9358044ab31a15dde14a97876_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ffd7e3577beca9b0eb6459832d14bdb287e03cf9358044ab31a15dde14a97876_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:11b52485a9a7364117f6dfdb3671263df620f130eb3316dae82ac7b24f54358c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:11b52485a9a7364117f6dfdb3671263df620f130eb3316dae82ac7b24f54358c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:11b52485a9a7364117f6dfdb3671263df620f130eb3316dae82ac7b24f54358c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2dc4cb45ceaa798ea290f1e5a91e1d39bd173418c0a2ce61e82a018e21763c34_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2dc4cb45ceaa798ea290f1e5a91e1d39bd173418c0a2ce61e82a018e21763c34_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2dc4cb45ceaa798ea290f1e5a91e1d39bd173418c0a2ce61e82a018e21763c34_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:df9156d636ae848341033b76979cff4be05d6327b1766ea9e3858696db07f360_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:df9156d636ae848341033b76979cff4be05d6327b1766ea9e3858696db07f360_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:df9156d636ae848341033b76979cff4be05d6327b1766ea9e3858696db07f360_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efae3976f96ecf4ae9891fa96fd7a5186b8f1a6f159d2795b69287c0bba5646d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efae3976f96ecf4ae9891fa96fd7a5186b8f1a6f159d2795b69287c0bba5646d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efae3976f96ecf4ae9891fa96fd7a5186b8f1a6f159d2795b69287c0bba5646d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1db0d950cd22e8d5537443f0aa4da13d256aee84eeadf8668877e4c46b26b857_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1db0d950cd22e8d5537443f0aa4da13d256aee84eeadf8668877e4c46b26b857_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1db0d950cd22e8d5537443f0aa4da13d256aee84eeadf8668877e4c46b26b857_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5168b417cf23e9a90ceeb9b42c15c5579a203de69294f63f392251bec41f3dd7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5168b417cf23e9a90ceeb9b42c15c5579a203de69294f63f392251bec41f3dd7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5168b417cf23e9a90ceeb9b42c15c5579a203de69294f63f392251bec41f3dd7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5dafdaac967437c2786abcc1ef2a9134d3ef8f5b09c35bec0c03dd923845a563_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5dafdaac967437c2786abcc1ef2a9134d3ef8f5b09c35bec0c03dd923845a563_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5dafdaac967437c2786abcc1ef2a9134d3ef8f5b09c35bec0c03dd923845a563_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7aab18766d252b2ce4e1bdd1984d2749349c9c8a5d7401496c1afc2537b93845_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7aab18766d252b2ce4e1bdd1984d2749349c9c8a5d7401496c1afc2537b93845_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7aab18766d252b2ce4e1bdd1984d2749349c9c8a5d7401496c1afc2537b93845_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:50e0b6420306d5577aa700b236e888359c1a6691f146e3f151232bd9dd8f2e40_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:50e0b6420306d5577aa700b236e888359c1a6691f146e3f151232bd9dd8f2e40_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:50e0b6420306d5577aa700b236e888359c1a6691f146e3f151232bd9dd8f2e40_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5924c066d6e7bdca746bc004b1be4bb526247c53efcf35ffe7a625737ccd3ac7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5924c066d6e7bdca746bc004b1be4bb526247c53efcf35ffe7a625737ccd3ac7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5924c066d6e7bdca746bc004b1be4bb526247c53efcf35ffe7a625737ccd3ac7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0527b03a5198eaf6ce67fd18442c5f415242a55d65b3f42b1e24e5aebfd0afa8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0527b03a5198eaf6ce67fd18442c5f415242a55d65b3f42b1e24e5aebfd0afa8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0527b03a5198eaf6ce67fd18442c5f415242a55d65b3f42b1e24e5aebfd0afa8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fdf9ff6efcb679e7847ed149611e77f3b1a4f73b26b8fd71d19a5f2aab9e62be_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fdf9ff6efcb679e7847ed149611e77f3b1a4f73b26b8fd71d19a5f2aab9e62be_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fdf9ff6efcb679e7847ed149611e77f3b1a4f73b26b8fd71d19a5f2aab9e62be_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5f5a93d31b8fa2dcdd661ecf43d1219b5eb438eeb7fe03a92bcb65d3308e7f97_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5f5a93d31b8fa2dcdd661ecf43d1219b5eb438eeb7fe03a92bcb65d3308e7f97_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5f5a93d31b8fa2dcdd661ecf43d1219b5eb438eeb7fe03a92bcb65d3308e7f97_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f10c81f3f1f512b260c7c945a6d2de815389e037b2d87bb9eb73421d880fe022_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f10c81f3f1f512b260c7c945a6d2de815389e037b2d87bb9eb73421d880fe022_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f10c81f3f1f512b260c7c945a6d2de815389e037b2d87bb9eb73421d880fe022_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:60a6de8a0e5cd7c919437777fa60d87c7fae724b1bd4230c5b20f56abac4c316_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:60a6de8a0e5cd7c919437777fa60d87c7fae724b1bd4230c5b20f56abac4c316_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:60a6de8a0e5cd7c919437777fa60d87c7fae724b1bd4230c5b20f56abac4c316_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e66183afa9829d8e87264a16f575715216691c5c4f2fb40d43cdb6f4e4baec2a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e66183afa9829d8e87264a16f575715216691c5c4f2fb40d43cdb6f4e4baec2a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e66183afa9829d8e87264a16f575715216691c5c4f2fb40d43cdb6f4e4baec2a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33577c769b6f04a47fa7e7cf78edc7518988cb7f8f08746047a48a66d0200efa_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33577c769b6f04a47fa7e7cf78edc7518988cb7f8f08746047a48a66d0200efa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33577c769b6f04a47fa7e7cf78edc7518988cb7f8f08746047a48a66d0200efa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:57206ebfcd347eb86e18c850b5bc945bff7c7425843be6295445e6ff4f709895_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:57206ebfcd347eb86e18c850b5bc945bff7c7425843be6295445e6ff4f709895_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:57206ebfcd347eb86e18c850b5bc945bff7c7425843be6295445e6ff4f709895_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c22b3d7de15ef6233d227b5e6ee6711f362221070ca94c622e89c6b199423d9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c22b3d7de15ef6233d227b5e6ee6711f362221070ca94c622e89c6b199423d9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c22b3d7de15ef6233d227b5e6ee6711f362221070ca94c622e89c6b199423d9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:76edddf9bac3b0e2e2f86f9ab86da123311a9574208e5bc5e9bb467c701126d8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:76edddf9bac3b0e2e2f86f9ab86da123311a9574208e5bc5e9bb467c701126d8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:76edddf9bac3b0e2e2f86f9ab86da123311a9574208e5bc5e9bb467c701126d8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2e661120d7d9fe6f262f999cf4f025bed52d3a0db9bb81312ec6b84725a5ec58_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2e661120d7d9fe6f262f999cf4f025bed52d3a0db9bb81312ec6b84725a5ec58_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2e661120d7d9fe6f262f999cf4f025bed52d3a0db9bb81312ec6b84725a5ec58_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:75d8a44c027c85172f6680acf278d7da380e89c539b1cdc52cc8f5abc9cf7998_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:75d8a44c027c85172f6680acf278d7da380e89c539b1cdc52cc8f5abc9cf7998_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:75d8a44c027c85172f6680acf278d7da380e89c539b1cdc52cc8f5abc9cf7998_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:80093e4720bdd00f8f3305951965dc834d4c8b4a34cba4c2ded49f8c75046921_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:80093e4720bdd00f8f3305951965dc834d4c8b4a34cba4c2ded49f8c75046921_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:80093e4720bdd00f8f3305951965dc834d4c8b4a34cba4c2ded49f8c75046921_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c3c58822892765ffd9a6e04c3d64f5a61329788558b69253d12ced6c93152bd5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c3c58822892765ffd9a6e04c3d64f5a61329788558b69253d12ced6c93152bd5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c3c58822892765ffd9a6e04c3d64f5a61329788558b69253d12ced6c93152bd5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:843964fbdb83fd37107b98b3b40137f9cba3f258c901dffa778fb86fa85e7619_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:843964fbdb83fd37107b98b3b40137f9cba3f258c901dffa778fb86fa85e7619_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:843964fbdb83fd37107b98b3b40137f9cba3f258c901dffa778fb86fa85e7619_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9ad14180f452257905033bfa6e1b6058e295894d784dff7dfbe4dd6246ce9913_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9ad14180f452257905033bfa6e1b6058e295894d784dff7dfbe4dd6246ce9913_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9ad14180f452257905033bfa6e1b6058e295894d784dff7dfbe4dd6246ce9913_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9d88b619a44bf423e7de44c260b22accc0d5a6ccb7f0ddcbaa73e3bedf9d1fd5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9d88b619a44bf423e7de44c260b22accc0d5a6ccb7f0ddcbaa73e3bedf9d1fd5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9d88b619a44bf423e7de44c260b22accc0d5a6ccb7f0ddcbaa73e3bedf9d1fd5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:feda43e7f108c44fb50640d33f997c984971abc4c84931012141e4a90ccd31b4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:feda43e7f108c44fb50640d33f997c984971abc4c84931012141e4a90ccd31b4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:feda43e7f108c44fb50640d33f997c984971abc4c84931012141e4a90ccd31b4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:1626cbe1838253cee6cc96d66a69a57079f5d1da82cb29c31cea4be24d5c0008_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:1626cbe1838253cee6cc96d66a69a57079f5d1da82cb29c31cea4be24d5c0008_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:1626cbe1838253cee6cc96d66a69a57079f5d1da82cb29c31cea4be24d5c0008_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:82566bf0addcb82552b7c86a373ab60c7e018de25574223b13b893124e2d2345_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:82566bf0addcb82552b7c86a373ab60c7e018de25574223b13b893124e2d2345_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:82566bf0addcb82552b7c86a373ab60c7e018de25574223b13b893124e2d2345_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:91a0bff68195d26a2876d3c2212f2ed8ff4c9dc173d26d41b8fdfe54e56855b7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:91a0bff68195d26a2876d3c2212f2ed8ff4c9dc173d26d41b8fdfe54e56855b7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:91a0bff68195d26a2876d3c2212f2ed8ff4c9dc173d26d41b8fdfe54e56855b7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e1513f82e07c8250643d5eb290be7648fa574c717b341f78a091fa45929a4f7f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e1513f82e07c8250643d5eb290be7648fa574c717b341f78a091fa45929a4f7f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e1513f82e07c8250643d5eb290be7648fa574c717b341f78a091fa45929a4f7f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1fec64987e6a331ec3e6b35fe0d4627dad7495cb136955a93cc43a2177ff3d8b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1fec64987e6a331ec3e6b35fe0d4627dad7495cb136955a93cc43a2177ff3d8b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1fec64987e6a331ec3e6b35fe0d4627dad7495cb136955a93cc43a2177ff3d8b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5caf92f58a7e29d61f9589554032a9cabbc7042d304a3efa08be71f1667b679c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5caf92f58a7e29d61f9589554032a9cabbc7042d304a3efa08be71f1667b679c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5caf92f58a7e29d61f9589554032a9cabbc7042d304a3efa08be71f1667b679c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7618514219b7e3c73a5cb94a70d4c72bad8a0ef5c1ed04e446f4b902980476be_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7618514219b7e3c73a5cb94a70d4c72bad8a0ef5c1ed04e446f4b902980476be_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7618514219b7e3c73a5cb94a70d4c72bad8a0ef5c1ed04e446f4b902980476be_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c8fde3d196519ab52e1353787c00607ed5091ccfa02f44ff7b13dcdc0aa7fbbc_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c8fde3d196519ab52e1353787c00607ed5091ccfa02f44ff7b13dcdc0aa7fbbc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c8fde3d196519ab52e1353787c00607ed5091ccfa02f44ff7b13dcdc0aa7fbbc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:06994c07b5559c49e026c00866f3e59ff3f9c72fa2ab2ebce88ce4449c85e11e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:06994c07b5559c49e026c00866f3e59ff3f9c72fa2ab2ebce88ce4449c85e11e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:06994c07b5559c49e026c00866f3e59ff3f9c72fa2ab2ebce88ce4449c85e11e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4bf4c5bff23465f820a989ae460262b32b8f6e7319346e27e6caeedbeaf6b513_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4bf4c5bff23465f820a989ae460262b32b8f6e7319346e27e6caeedbeaf6b513_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4bf4c5bff23465f820a989ae460262b32b8f6e7319346e27e6caeedbeaf6b513_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c1f3602764cac1e0b4ece400cd60c6570be745f43cd93fe08aa14269396882a9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c1f3602764cac1e0b4ece400cd60c6570be745f43cd93fe08aa14269396882a9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c1f3602764cac1e0b4ece400cd60c6570be745f43cd93fe08aa14269396882a9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:cdfc297fa8544540438d58c20fa04a6cbb4e8517ca924249571230dd21bef0e4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:cdfc297fa8544540438d58c20fa04a6cbb4e8517ca924249571230dd21bef0e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:cdfc297fa8544540438d58c20fa04a6cbb4e8517ca924249571230dd21bef0e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:28035d760564c6ff3e5015dd7533d4e9abd13a3b7c7fe4eac76058e1ea308302_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:28035d760564c6ff3e5015dd7533d4e9abd13a3b7c7fe4eac76058e1ea308302_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:28035d760564c6ff3e5015dd7533d4e9abd13a3b7c7fe4eac76058e1ea308302_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dd4e4181b8206de23c511f8fbead31a16d435ec2a87c65e603c2442030e2769_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dd4e4181b8206de23c511f8fbead31a16d435ec2a87c65e603c2442030e2769_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dd4e4181b8206de23c511f8fbead31a16d435ec2a87c65e603c2442030e2769_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:838de9c4f8a2dc7bebbbfc6506f5d8c97c3f494d24b74bd39c54ac984709216e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:838de9c4f8a2dc7bebbbfc6506f5d8c97c3f494d24b74bd39c54ac984709216e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:838de9c4f8a2dc7bebbbfc6506f5d8c97c3f494d24b74bd39c54ac984709216e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a78f405913c47a1028ffedafcd37ba4ed46fe7e287348303b936e37c22263592_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a78f405913c47a1028ffedafcd37ba4ed46fe7e287348303b936e37c22263592_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a78f405913c47a1028ffedafcd37ba4ed46fe7e287348303b936e37c22263592_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9e32eb760bee63d505e38c3f1c55ee8582009d203bec819bfb0c60df165a223a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9e32eb760bee63d505e38c3f1c55ee8582009d203bec819bfb0c60df165a223a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9e32eb760bee63d505e38c3f1c55ee8582009d203bec819bfb0c60df165a223a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ceca17ccc882a5b2f88d786aeb239d730a3e79806bc27ce59a6baa7e748a9291_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ceca17ccc882a5b2f88d786aeb239d730a3e79806bc27ce59a6baa7e748a9291_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ceca17ccc882a5b2f88d786aeb239d730a3e79806bc27ce59a6baa7e748a9291_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:da029353d2c3c7fb8933631ffc1f00055561c80e0be172c880c30cef3a05b503_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:da029353d2c3c7fb8933631ffc1f00055561c80e0be172c880c30cef3a05b503_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:da029353d2c3c7fb8933631ffc1f00055561c80e0be172c880c30cef3a05b503_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:de9b81797e053d4b3de3ec956d43001ec8fa6574cd4ba91f0be97d1ca44e1d48_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:de9b81797e053d4b3de3ec956d43001ec8fa6574cd4ba91f0be97d1ca44e1d48_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:de9b81797e053d4b3de3ec956d43001ec8fa6574cd4ba91f0be97d1ca44e1d48_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:09243f0ffbed2369ae2f2b74fc0c318b563034fcb0b45540c77178b26c386ee8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:09243f0ffbed2369ae2f2b74fc0c318b563034fcb0b45540c77178b26c386ee8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:09243f0ffbed2369ae2f2b74fc0c318b563034fcb0b45540c77178b26c386ee8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4234a05b3f2f2292de0be004915f275debc0839975b82baf1a1025b2d6245d75_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4234a05b3f2f2292de0be004915f275debc0839975b82baf1a1025b2d6245d75_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4234a05b3f2f2292de0be004915f275debc0839975b82baf1a1025b2d6245d75_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:42b7617ecd40881944fc09da2598521bc0067e5aa21750c04abb317373faa9a0_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:42b7617ecd40881944fc09da2598521bc0067e5aa21750c04abb317373faa9a0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:42b7617ecd40881944fc09da2598521bc0067e5aa21750c04abb317373faa9a0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:508d26b09eab548f077af3a1f873a6c0abcf7a7162dbafe9f7a103fa65421cbf_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:508d26b09eab548f077af3a1f873a6c0abcf7a7162dbafe9f7a103fa65421cbf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:508d26b09eab548f077af3a1f873a6c0abcf7a7162dbafe9f7a103fa65421cbf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:036533b195e4d571910a8b1a65d08436471d17b149bee0aca589af70162c0572_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:036533b195e4d571910a8b1a65d08436471d17b149bee0aca589af70162c0572_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:036533b195e4d571910a8b1a65d08436471d17b149bee0aca589af70162c0572_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:64995ac557a739329f8a7701d6a8e55c398e955ca8d6ac2c261e3bb34b028f25_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:64995ac557a739329f8a7701d6a8e55c398e955ca8d6ac2c261e3bb34b028f25_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:64995ac557a739329f8a7701d6a8e55c398e955ca8d6ac2c261e3bb34b028f25_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a7e5916c6ae2d57f60df30888446b35f52fd3dfcb2dc934fd90e77561d8115aa_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a7e5916c6ae2d57f60df30888446b35f52fd3dfcb2dc934fd90e77561d8115aa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a7e5916c6ae2d57f60df30888446b35f52fd3dfcb2dc934fd90e77561d8115aa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cb495544e8892da58b7b59004e7be104c027d41537cfb7673587afb0c642ef4c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cb495544e8892da58b7b59004e7be104c027d41537cfb7673587afb0c642ef4c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cb495544e8892da58b7b59004e7be104c027d41537cfb7673587afb0c642ef4c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4f3977b99741fa8613db4fa0783a15dd3f28a528b317a149e45d965db81203e6_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4f3977b99741fa8613db4fa0783a15dd3f28a528b317a149e45d965db81203e6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4f3977b99741fa8613db4fa0783a15dd3f28a528b317a149e45d965db81203e6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:696327282661fc7a50198402bf5d069dad4851db774374932eea031948cac931_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:696327282661fc7a50198402bf5d069dad4851db774374932eea031948cac931_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:696327282661fc7a50198402bf5d069dad4851db774374932eea031948cac931_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6db08ed86a8d307f1d4d0fa61936605564898ec1673defb69378b02b5ad13163_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6db08ed86a8d307f1d4d0fa61936605564898ec1673defb69378b02b5ad13163_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6db08ed86a8d307f1d4d0fa61936605564898ec1673defb69378b02b5ad13163_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7c4e87022d0ca1ac2cbfb516f6b6af30e06637c27b89649de12dcc0a4b4692ad_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7c4e87022d0ca1ac2cbfb516f6b6af30e06637c27b89649de12dcc0a4b4692ad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7c4e87022d0ca1ac2cbfb516f6b6af30e06637c27b89649de12dcc0a4b4692ad_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0daf72bf67568485144a3573c4c4c1328690731005fca02d52e686dab1b3b453_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0daf72bf67568485144a3573c4c4c1328690731005fca02d52e686dab1b3b453_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0daf72bf67568485144a3573c4c4c1328690731005fca02d52e686dab1b3b453_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5f61d7acdac5280db40c1bb073cb342b3d28efb6799ffc304bc8a467a898e1a2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5f61d7acdac5280db40c1bb073cb342b3d28efb6799ffc304bc8a467a898e1a2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5f61d7acdac5280db40c1bb073cb342b3d28efb6799ffc304bc8a467a898e1a2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:69a937e9fdf2d964ae439fe595ddee207894f0b61fbee1d3ee40af3e247d7785_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:69a937e9fdf2d964ae439fe595ddee207894f0b61fbee1d3ee40af3e247d7785_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:69a937e9fdf2d964ae439fe595ddee207894f0b61fbee1d3ee40af3e247d7785_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cb2fa56170d6cd82cae20f4e78024802961626c9379e78d7a732ae48c30c0322_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cb2fa56170d6cd82cae20f4e78024802961626c9379e78d7a732ae48c30c0322_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cb2fa56170d6cd82cae20f4e78024802961626c9379e78d7a732ae48c30c0322_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:72340efdfb1b36e8b8bea1c9aeae6988723a37944c990170f6bd27388fb367c0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:72340efdfb1b36e8b8bea1c9aeae6988723a37944c990170f6bd27388fb367c0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:72340efdfb1b36e8b8bea1c9aeae6988723a37944c990170f6bd27388fb367c0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8dc6f184ec55ccdfcfbf0bdd70b9261d143c9cd9a661f9b046578a1ff4552397_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8dc6f184ec55ccdfcfbf0bdd70b9261d143c9cd9a661f9b046578a1ff4552397_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8dc6f184ec55ccdfcfbf0bdd70b9261d143c9cd9a661f9b046578a1ff4552397_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a40183aab5ca625d9e091b9a9bcfc36aebc8017160175b656fd09a5a3cc4aa8b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a40183aab5ca625d9e091b9a9bcfc36aebc8017160175b656fd09a5a3cc4aa8b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a40183aab5ca625d9e091b9a9bcfc36aebc8017160175b656fd09a5a3cc4aa8b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ac0d036010a92067d88961feb6f0062593102f43e806e5e96cd6d0ef515c1658_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ac0d036010a92067d88961feb6f0062593102f43e806e5e96cd6d0ef515c1658_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ac0d036010a92067d88961feb6f0062593102f43e806e5e96cd6d0ef515c1658_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:713dbec0d6ec8c243d5d9ebf75dfa4ec27d775d6277e5865e416d5474426feb1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:713dbec0d6ec8c243d5d9ebf75dfa4ec27d775d6277e5865e416d5474426feb1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:713dbec0d6ec8c243d5d9ebf75dfa4ec27d775d6277e5865e416d5474426feb1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:7f1537cd9f3583bcf49568750b03e8dbbd07b2160e79ef4ad938d413db1f7520_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:7f1537cd9f3583bcf49568750b03e8dbbd07b2160e79ef4ad938d413db1f7520_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:7f1537cd9f3583bcf49568750b03e8dbbd07b2160e79ef4ad938d413db1f7520_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9432caf90f640488fc1146e35c1b69662a83356acd2f9205fec7a1d8309ede4e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9432caf90f640488fc1146e35c1b69662a83356acd2f9205fec7a1d8309ede4e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9432caf90f640488fc1146e35c1b69662a83356acd2f9205fec7a1d8309ede4e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:eaa70a4d8eb71a063aed199ed6d38133314c1f40c111ce4da540e08baad872fb_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:eaa70a4d8eb71a063aed199ed6d38133314c1f40c111ce4da540e08baad872fb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:eaa70a4d8eb71a063aed199ed6d38133314c1f40c111ce4da540e08baad872fb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:713dbec0d6ec8c243d5d9ebf75dfa4ec27d775d6277e5865e416d5474426feb1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:713dbec0d6ec8c243d5d9ebf75dfa4ec27d775d6277e5865e416d5474426feb1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:713dbec0d6ec8c243d5d9ebf75dfa4ec27d775d6277e5865e416d5474426feb1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:7f1537cd9f3583bcf49568750b03e8dbbd07b2160e79ef4ad938d413db1f7520_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:7f1537cd9f3583bcf49568750b03e8dbbd07b2160e79ef4ad938d413db1f7520_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:7f1537cd9f3583bcf49568750b03e8dbbd07b2160e79ef4ad938d413db1f7520_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:083411a65cd587137da6dd7ea7d9238a5de95e75b111c9e790287c0276f5729c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:083411a65cd587137da6dd7ea7d9238a5de95e75b111c9e790287c0276f5729c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:083411a65cd587137da6dd7ea7d9238a5de95e75b111c9e790287c0276f5729c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e6c0081fff8400beba60b81ef5a93f6d4634244dd65ea0c1941f126ef3cd6644_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e6c0081fff8400beba60b81ef5a93f6d4634244dd65ea0c1941f126ef3cd6644_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e6c0081fff8400beba60b81ef5a93f6d4634244dd65ea0c1941f126ef3cd6644_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:71a014dbf5a40995ba2318bbb9507275d6248fee25d4e1b88aa1ebbc43c006f4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:71a014dbf5a40995ba2318bbb9507275d6248fee25d4e1b88aa1ebbc43c006f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:71a014dbf5a40995ba2318bbb9507275d6248fee25d4e1b88aa1ebbc43c006f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8e393a363017adf34d7fe6ead19c41f06050bda81fa8e001cfffc29a309a6b74_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8e393a363017adf34d7fe6ead19c41f06050bda81fa8e001cfffc29a309a6b74_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8e393a363017adf34d7fe6ead19c41f06050bda81fa8e001cfffc29a309a6b74_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9e9ea4ff3c64a23714ea66441bac673436534b81976db20563db2ba8a12ea17c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9e9ea4ff3c64a23714ea66441bac673436534b81976db20563db2ba8a12ea17c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9e9ea4ff3c64a23714ea66441bac673436534b81976db20563db2ba8a12ea17c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:afda2d89e926843cde66bead1ee04bae05a1e0afb6ba5b4840aa78730e1a7e0f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:afda2d89e926843cde66bead1ee04bae05a1e0afb6ba5b4840aa78730e1a7e0f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:afda2d89e926843cde66bead1ee04bae05a1e0afb6ba5b4840aa78730e1a7e0f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0e950fc99f5589bf28fc40da2ae4f5f93eb841f4139db97e7a66bfcb99884050_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0e950fc99f5589bf28fc40da2ae4f5f93eb841f4139db97e7a66bfcb99884050_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0e950fc99f5589bf28fc40da2ae4f5f93eb841f4139db97e7a66bfcb99884050_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2283e9f0b3af8838b7babcb8ed81047728341eb1c055199157ff2b830d2b116e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2283e9f0b3af8838b7babcb8ed81047728341eb1c055199157ff2b830d2b116e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2283e9f0b3af8838b7babcb8ed81047728341eb1c055199157ff2b830d2b116e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6e42a9b5125ee371a48c44c1ee2c1cac3c2571e7412d51f20847d74a029f3a65_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6e42a9b5125ee371a48c44c1ee2c1cac3c2571e7412d51f20847d74a029f3a65_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6e42a9b5125ee371a48c44c1ee2c1cac3c2571e7412d51f20847d74a029f3a65_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c11d37bfe1acc080a8e703df91bae99ed833802fb3797bf7cd6cfa4badf09e3a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c11d37bfe1acc080a8e703df91bae99ed833802fb3797bf7cd6cfa4badf09e3a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c11d37bfe1acc080a8e703df91bae99ed833802fb3797bf7cd6cfa4badf09e3a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-65637",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-12-04T19:00:54.313916+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:010910ac80c9f0261005e4eaa852ecf4a22bb0db955c19081d46d75bdfb52690_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5720491b0264b323bbd09720314ab7f01e837631315013143f98bbecee6497a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:865c579ffbf6269d8491ed0a60d56da08d680f41472934f1992ff106069d4682_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa4e09bf3ad57199932a0f121443f186eca03f5756e17e5c6e45b16df1a87511_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2aa26529942f335f9d1d0df93741b5d6e1bf94f482ecf6f5b91e1e95a0dd56cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ae981f6c6a8c72837f1ef74547907940631530e4b8db2f6d3a21304ba7b6f4a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9ed0e17e7e7033b02d6a87e83f575e1ae6c443b34dd5a4e6ebcd59ce6ed53a3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e3aef7c894d6619ee0182bd63399df170a1a68ea44424d38c52cefbd34c88aed_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:29d1a80ce50aa853d8a602aa15b80b6434ef16d8592fd0a412b3e1732efb427c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:41003110931d8804e7ed72d1147fa1af7caead5906364c65227b88fcf915c661_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b13e7a159fcf928f50c9b16b4934de2fc508ca5a6792cf9843dad6172a02351f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ba8ab4359097d016d16c1a9762154063e554a1d47760d17adcd7a1d6adeee2ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:227657eee17b72b9127c0ba7cb7796c3a88f08b86cff574bd7fcb00bae4c0c7b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6c874cddb9abe4acd3002dfb38f8ad482ba299024db587f35ceba3a0babb22a4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8d733af5216e107af13807b78958254ea6c21c81937d821ba7cb80247502e5b0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:afdfaf1f6d478b0bad3cca0dd85a8b2e4d08f3c6cda844293c4fff2883d44d1b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:22469a4605f978d2cab2e6e609a52d80b2ceb2816ea7030f6c207aafcce19784_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2a5740b6d1f026e69bdef3d18d97fea3704f580f299a0ea5246c7c6456acfb8d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:839b0acadc574e3767a57dd306fec69849aac00d8c9d05db37a21553c38a0cdb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edf601164209b43c08e1cc0f1a8957f015e724c23643c06bd280a3eed51395b6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:095ab09409ab30ce355f42e1ef98371e13bc332f0365220e18bbd96592b8cb34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1e19abd283d3c7f43f37ea6a617f2d292eb41519e5c988e912bc186253ee4ea1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ab92cc86cb324f036b785b5b65bfb272a7eb0be82421b34d47bb0fa778ec077b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb8c224fc4192e94a9d7936d6b3ac2f94b5887b6e67e74c6ca9a607c16ce82de_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b53f0d59d22cad1b29cd1455363e9b95aaec23330f5a709764505e78f464f81_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3351f3517c85285c83ff279daa6c60de1440b454f5db6b7ac3cefa3158d6037_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b4c94eab97489010063f86fdfd760944ecece20de991a50b888b215605fd235d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e66343418c4f082a915eb6c2c9922a92ab49a62c9f3895ced29af03e2583405f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1014bc1b6cc69c21e40a8af73a4660e78a0888edf3b20c7730f5210b9312b244_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6e667bc5bd9ae74020c140f7b3fc1b5d75c26428c02002f172641db3c7858b10_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8d4b35316b9d6ce915f9fddd0b8472ee227dc5dfec4acd1ccf0cc4189b413bed_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9192404559e79e1daa9a33bdc10301fd6315fb54a11875071fbfdd4e72749db8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3be656261ba123e12f4217cbe8ce75ada30edcf8b6183f27b86e71a2fbdc3823_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:9d79aed39f9315454153b47102247db0fc7ce21b042e2b39b8bf230d5a880552_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:dcbf1a9d6b05d7dd11529db822b38217174f653866e7a3eef462beaa92363faa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fac30473f878fc94f2a5d8302c8a54e80771bf974de598a6b8ddfbbd209163e2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d263fa00621b5233ada4af5d1f910edcc6ae11911ed0e64d347ef13e9fdc431_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:3915fb435364adff485a6113ce03171216cd806d939fbe2a9dde21f8ff507f96_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de106fab83118ae9f88a6d650772c770be2eb9a324e875b4705d005c113c03c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:dfbe99f5488ba10988922c28256f7c21fe05622e40eb332a9932aa2547c0308a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:922b31aea75e3d15e7c250cb193a034edc9b90c23f251895524740df240e8588_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9ec30d34824712dc4036a2a3782e028d4dff56512866b9b89a8a11d3ed32ac3d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b3df31c813226a62917decafb7d16d15f702d191bd1f3162ffdb064ff8b40851_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f9895e62aa0258e3a25e618ef22f73c5516583840954782381d87aa2460f490e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:11921eb8e50ff9230808952a03c48410c72aa1c4b3b364be85e2cc313494e992_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd0cb75942665b368b821ed47e9497c864cc20e479e19b853aa9f91e2a8dddd4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:da81b9e0cd2c901842ae4cca4ba57e21822ba5fcf1905464525180777bac3f12_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f10728036d476ce4a691ea48dd4ae90eac818db6555bb5766bd6385cf57213a4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:439b615b8635530ebfb55ff48de16c22945886334ad21c902297a3494b800761_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:771ea3e2a76bcf70b69f858d734a30fc92202abe787461fa94d1d4875aa594da_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9bb32a14c4c928ca2bc427198a391cbed6c019a07efe652afeef8df0d4c77a6d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9608b90684a48a64a973a1c7a66ad52937a9a02911d84d5c8d39f9090f0d331_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:12e6cda5bbbe6ad6fca6b1e4a071c73289f544ef9e8c8bbefa04a2560a8a1061_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3db2e9a0af4199d7881d53ac40abdb15fd198f4ed0d87e5bd01f58adb3359011_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77239fe51e141d70ce695764f072f5db3849b20304b8ad5c7a7a238381a5fb4b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bcf80a83b16f4fffd2554413029da74b45b20aae69f10bf6fc34b2b1b03ca0f3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0fae9e4bb94e9ca4465d843d6112d5a511f945c717d072fe9b5ec50126d78c0d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15e531eed38cf5aefb553c94d8ba61458c489e702ff193015457189f337ceacf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7623d4b6acace64aeb4b462df5690b5468c75a16b97eaf5c6250868ea2a5922f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7a5ce737a4d1399f3edce8468eaf8c92323910953b83171c5d84b4a03f07ec70_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a672f8de6d6a47c0eacac43e272debc7aae590468c27fc834ae87c407fd79622_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b821a86fe1f47065dce576cf417b48ec54404db6d32cb4200f1e5b6665b0643e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cb6a3767a64fc324d0ae7dcfc667b466c3ba56ed62f2d9f395e23bcc36fe2057_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:de60ef03a70714aa641f2b6903b6690b80dfaa08202e78def5303e8a4f2dfb7c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:39c541af8befd2f04186cede99b8d384961851bd82af5dfeccedab5609d8bd28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:dd54dcc212e4a8dd1f95491f1ffdf37a460b2b4afe6b239e97ed01bc10b5d7bb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1494de633441ea309e51c41359eeeb9a1b6d40057bf0977be4ced9d77f32e138_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:37d91b0db0bc2f47179c940f409812448d12413e82b89520fd527db005890478_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6f314e8108fb7f35c2627d2056027c45cd286025c8cc25df8d8f87311764fcde_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad573cf9be5ec11c6af02cd482da92ead849c79e8999a53aa78537937c118941_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:373d13b2cd0b561f6b3de3232e0196086febebe0f8ac2298e3d49e135d504ca2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ca8509dcd86ae6cd818a9b384f507660ad0979102da8982138bcbbfb1a67798a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:15effd39fe2eb000030d0a773189485b09463dcb271f9f9365c786d69797d45b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:532230fa98fbdb150cbec8c2f482a862764edabc991040796b43cb89c063eb6e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:3cd35b169c8d6b8c36721bee7d535d22e7227a499c10a26f8b75f20ece58c5a5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:87bf5231fa3e6a42aecc1d98434b97ea376e6131fcf991f0f70fe8f08c500642_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:c0687c055200b806e21dd54fc6ebe7677e07713b7e9d477da50608db698434c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:eb4676a798f88ddf196a122d158c194e2f9d3606e6df98e858116f40333a73c9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:49c9f70dad03c76ea5f24113f57d0dda9c76d6bd75a97ec0ffa8efca03416a62_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bdb2089dcbfbf7be129707a983d80a2ea2403de4599f542b203d6d70ced116c6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:cd4dd131fffcbc6cfad4b43bf90cd7f4ca746aa427444fb1b83b8e3ed5448155_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ceef814e858fbb3849600bb8ec9c7563f7febbccef153e6e1e0a6137cba2ed41_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:818b8aede1cea348fc822098e63c44283d07b8d759fff1a34fb95698d346e4cb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:95cfba9c1aa3f5738ea1a0986edf515c7929bcc2e26b743d175855bd5916c3f2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0c0d7063c6c1a93c0d999fbbb0318b391f245be4afb2961241d7a8fe96aee5c8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c7d3f63d85078049dd578be45be4922f0b5bc4523204f0f6e7a8454378a50ef2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:01bb1e8f7448fe9716da40d0fc0fa6721a6e83eb6abb5fb9db9c9ade90f7b544_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c327ee819b81ff73eb40c7987a925d5ec1a53d5f83c4f535648cfe3b12a543be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8fe832d24fff07cb9dd0593c6be189a15dd5b66c90b4f51db34803c3ced0833c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e6e04742834a28d3e5501d46d81ede1b928ffa2b03b4bb67d7c4f1b41b972a8c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3bd509e461902d5c78947d7154cf4e2c1d7d319c52e5ac20835b929ced2a00dc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:ebcb5d059b310f2e604ce2ac43ac67b05ccf65cd91090e9f73cb40295bbe281e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:40622ba6d02683af12f5ccf089b627edbb4008cdd00f5c12144154e096e9c70d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e057234533114382fdf0bebda2c7be084686656356ec2b37f72f4486a961a649_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:bc87ee80c823f65171b214d154ee7cfe68e7642be8de366ddc500d8035415110_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f491089c7250e2999c3c7e20bbf9b5ba6e3f7b9bb5df32ece39296dfd9cf8efb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:94a3b8cc025503e74f3db89759a448eb7848a97357b3d19fd003fe5e65971938_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9ed6257fec39b9a133af04b675017c2f904458c7297142060a125a56f1877b1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aa0a83aae6ac4308aba1ed14cd1d99fb2055fe959c7a0945360914ba0bfffd63_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bfad6440891e209e6c4961b0c6eefb7a0f974f036c3836ac4ea20dd8cd58cb36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:285c5886ee1c6fe18ada08eb6290e7a360413ec7eeb2ce6c1ca21137d2a6663b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4382802a03a6cdc97faaea32c46d0a50b18bf28078cf97ba016168cd93d56849_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:989960cff56e35b3561de569f034d4e8c41f34d8f056218394ae6574f03e02bf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff83cb311a9f86f7b3f68983afb345a185bd61696122694312d7fbefc8a26596_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0b103d98fa8ed7dbb657c265f8115fa94e877d1d9c3055e9fec074c736dbe327_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2493cc19ecf6de30980aa1343ae72f9f67abca9e60c45dd9701e3654a49a8751_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c4db3b7660983eed8e7f57eb865497c46b4dbc4e9ce434f5723ac7829b21983_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9d40f88df1153ad6b3b5a45977d2caf28df5ed82f68f5ac22c59b46062b58d21_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0e96cc33062132ab8dff569c666f27f630ccfa807be154e0a80cae84b3859f93_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ed6c35571e604c7ee46cabcc0e30c695e848e47f0a54c3f0241c70dd029c6be_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:89c8211969073b7b3c444d30bdc61fc7b1c4ac2a4dd96a435a52bede721f231a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb20d335d43287ff1ab9aa31ea093dd09ead747828bd710c3349f73790e53c9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:05a9d8c8e182cd9faf243d412f84af1ba32d44f058e8a9f1a155fcb09e01a63f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5437871fd3b1632e81b4219221af0ea6be48c7478e19d62e582c92b54e4ae888_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9481f2896105bb5bdffe5d4ff13475b95a4cc8ef4854f49856280bc1637cf00b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:fe0b2b9dd0b60358f120b5c02922a240c53cea9789bf04bc1f4ac5f39d932c00_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:067ece3e5c97432a368e09212d7fcdb8a17bec2044fef91090226cbe365a4288_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1587e95f63f0e27d30aafe3ec1d6d41c261610a4bc3b128e07a0667164a7800a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:28ae7f1bbce60dcf527f7a1cb61839db6afa536940b83c2ca0469b83deef4f74_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:85c775d01713b954249aabd6a79481f2750c58da15002f84aeb8f7162118ee3a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:10724a8b5a562eb870b3ea1b5dc59aad18fd48be8642f1b297fdd9f119c98d07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a8ed4d31886431f6652d7a818081f6461c9f4cf708232e1b6cdb2828c22e741f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c53efc8acf0a12d9219121fd50b057b3011b9d6c96e5764ab378c731025c3a53_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce8b787fd1eabd6d8cfbaba3d5c5a0ee0757833dd06142fbf9185c38d1edaab4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4878c17bfda3e85a73f33484180829821bca67ce081f854aefa41d61be6f54df_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:add936fde99c163e6686ce1247591a6ca1f8e09436d1e27834d473bf91d2e56f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:da1884d5fb9ebe6edf95716c6da33eef31c9843b85994858b61306721d5b5290_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:fe1f911ae1697287eaea64f6fc9c500ac0cc53df06093501d22d64f18f1f1b2b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4b0a2c88479de32cbe8c5de93713208a373689fde9698fbce7d4374895ec651f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4fcebea397006c02df68eaa8b8739d2f8192136cf5ed1a736378fb5ed2cb3775_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:552f87d4680af353de9006b557a394366711e123172a3756e98bbb795bc7ad6d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:90d7c38edcb0b1026d5283ba8d8a9c13d5425d5969cbccce614ea52b66992fcd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5147243ad484accb1b55336b87b04d3f63133a1b3b3dd9d5608935ad6438f7f9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:73ec0c46b476af3264bec71c52aa78a4ac6810518b2c22104483cbe841e347a4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dd0a5949ffdd4d4ccf84d0c1425b37036431bf0280417c5d6f545628d6a00d78_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fccbe0a48bf84fd59ff4f235663d4929249a089514c51de14b25f18847cdcfca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0ed054a679598bf964ed72c27e6d8ccb8265093a4a332d6923422d4a5ddcc969_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:56e378d1bf6c43e123ecbf51b6b867c3051bca71f8ac89eeef8c3f376b29f633_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:be8fa3d3cfb67728e88a022bf2e8ea9350d51bf155450b9dff32b435a8d1e281_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e5436643edb952464f47908d1c0148f11e9d8b3b8b99fffe3e7b7e216deeb895_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4306330db69aca7845aaacfc5fb39af2ac17e07bd2dd5483fbe036ee6f7f238b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9398b56ab57291d9eab36aa313816dc218f68b3a3a26a3e912f63f573f32926d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e0d527b7110a4bcf2b2cc8e62b935fbbb1639b41b77e2fbc8ad4fe184e6c2d98_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e6e3e21f5a68eca36ffcfbf99038a86450f10ba84378240e36a9f10b5c7bffe9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4ce7127580f01b6097604b1b326dcc52e2e68058b9006ee898d4be14bbc37f72_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:69f97ad2e19756c43b53f7400ec2d476d8caab5157eb28049ede1c54b01a1718_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a215d1bf03fb40c02c8d9074c42efcc9eb702035acc3f5461a3f468997da8906_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb281558c21b0e23228d44339846cf3d7cebe6e650b88b186efe97571eb35ffb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:02f31b5d9de8b1838feea23946f68e184ff9ce95456e2d74081f07bc882fe265_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3ea80a1b91fc2c0e2872eb2220f85e51faa4b29fbbf751124f83760bb3626767_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc515c05851455d8df0f0251148a805cbfcabe4f00a2635f29b1231939ba6169_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd0455ce3af2cb1a403c63ac1aa876b82d935c5ff8bdcb6f4bcebb7379c04b09_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1a67ddefb8561363e2fb6e506d1a30052c2d3c84fdbb594c08a4e4d7f5e74ffc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2428e42bdaaa413aa85e5b66b66808ed6cd0fe8bb9fb76441b656163fb6aef74_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:93669d510b0978df8a57054a582097f71cc7066cb3ec2d66991ea0b8e4d17b73_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:de0543519d0d54727aff176674588dcada0f23b9a0e925b0a904fa226d9d933a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0d353084cc260ac76ca151bb3b8156e5b1e032914553fd9e5d85d2b6236137b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:483455d5413908b9251831d30d3bc25442d92174eee7871a4e0fec785f20e605_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:764c3f1175438ab900e029dc67ffcd961aa85fc9910b1f0e0914716c0d1dd7d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e8745b24d7b33cf5fbe9f722d27ae349dbc930acbc73acbe6192477e27be9c31_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:38bebdd2f59cd999d199685bac744dcfe223a159269ff6f3e09e0f584f549725_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:be6b2ae6eae51154e71ca84672e6cd40adcd90a1063727f37f99f5292e328fc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd553e30c06bdae21ae5d78cebd046bb0f4ae9643f24aff4ec6bb58eb3594c62_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f8b0488f3fe75162d899d44e04f4b4e366455ea306cd30764b1166e5fd9a89a9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:348024eeef735146e6fab4d5562af6f0679fae3d1fbcdb88785dfb8b2bd533a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8fd1a25bbeeef53c51952e0ff63b550499b47919cdd3d2118b37d4c03c160fe4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:95c81b9f4314033e0db920d26fd458553f1d32de2e94f7ec6280a97bf87b970d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8e9e5e32aa3087a012704889962634f7a2042b9974942e853141109c7ea8a40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:187b1f722e44a85e4a7718eba2ca356798e3be1b78395e5fdd46b0d058355597_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d1001760a74be86840ecce7d6b27e65b76720439b2569159a618160c5aaf64b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a9e5b6aad1534b9f06a37f5474be0ac0f451d2d9d51b512c3e765d088034c1b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d6122db412dbf199fd162754cdf43df75458fd822cac01d9468d00f9f8acbe64_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3b2ff50a1b015a092e5f4402f809bd8cc71da99ab75d651fc38f225e599ef169_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5dcede759394470d027cddd4fd1ebca11d68e7c9372d7a3e5d55f7a7681d4648_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9999ea5cba568fa4e2993156bf5a4ec96049a3239f0e7418d9ce325fd6cea339_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9f2f9f64b9c37fed403d6b770bb23f759a95871074672dc511ba283edcc8869f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2abfe8527033209ff785955eebc78a31ca1665beacede590850b3f22386f1efb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4fe05714d56f61e87cb17ebbe4f49a9ada8a46201cd91eaeba62db4f224bf6ae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a6d4a858ecc45140b936c1830f9a2ebab7e5c8340250ea3dcb2dfc4c4215837c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e1acd45f77d5f58a4f0ec08fdbb4fd32f4f2343e925ebfabe2e3bc5a73e613cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0c387a75dcbacfb07a97684b7a012d4e14cae0474dde8fe5afa828b4e145b54c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7c54e10d6611bcb68abf51a5b79fa7717673e913a1c39ad7c47ccee2be788824_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:df14296c35b85d1753a60930b86d99ffdbae42557879c9d047da71328c11649e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:eae55c01a4335958e6797739480e099a738e7afbe5f3192053e2895b5f3c368c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:676fadb59d495a758bf5d574d9a57a860356d060090a09c32ad4707af39dbc6d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7638ea64455e8a26a875db703f7e61b95f6910ecfa8172977f0a99e0ee85cd2d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a7d4acb4c1ba1fc4e163291f6f95990c2fb2493b48b9bf4a3eaede056e0224f6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:efda819eaecd912506db1c4c311ac444a4767f9d5be47910598dea2335281559_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b1dcb61cbc569a5593f993c98c967299867aa5c2d661cc0afd30ab586af11460_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c2bee1ac77e47a8dcf25759621cf06ea10b0fad1703621a13d1c2afbfb057a25_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cc8e572511a3d9983a15ae61baed5935f4d0b275aad9b38c9b510c48ef64e80c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f8d2de3b8ac558a7c0239904a487b55839bcf25210234a173ae4243f2c5fa910_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:05dcbad3dc80450b2d6f501ed43cc01c0c7a6c9fb16a46dbc1963257f9f055d9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:12c499de90e073bf571f990a23289da67bb290336674155b72370b26703eb140_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32fbea963882d5f53d303ac03accae21b046780c83dc731d6bb6dac0247702d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99c7b7ee1a89cd78afb206c1baff8adc5acb0bd884e57cb2129ed361e28a3b3d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4c254a2ec17b2b686b452164220171aadde65d0709ae4975c44cfd14bfb19175_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5b32c810e354bd77f602c0a7210bea9d104ddb5caad5cbc5220b5dc38882d9b7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:650e1233b428da23a578e7d0a0e2a801c5b45b5250d1ec569db6f72baaeb862d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e245f385dd09d0f2751f22bafef52476022671151f19821b9f0a271c829117d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:14b496d8af8ec2e7ca87629e8aef842aae182d9ec291b6e8373fe788f2da6629_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:33ab0999998bd7585c1dd5e4ef29d3dd17329c04b933f4a8aa3eb0e45c7d41ab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4922ff9faeeb349a852b064774a4fc4f0f9ce675ce7ad8ea3460d71ef31ecaa8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ecbb51b1104dc034b20aff20eb64f290236dbe607ab88595e14a4578e651a369_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:59ae1c7da66a76cdf39aff972ee4c21fac52c7d2ffd3b6f468d27e538469d4cd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:73e75de1e43c3d1ac1f998437ec36412226460ee78456f67f2cf64cb03296ff8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:882145f4222ddccb6cd6857977ff32ca9d0bf15d8e0664a87e5bc120c5245aac_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bcc4d1f7728d8e9e17e22751e3858dee5d0b0b7841c27612489899bf0fad5678_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:089e264c27dbf0a9cf5549ec79a3b506744088a31399bfeecde3db5f9b8a4b8b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3dfb58bc1a4560614dd78c7a27062889bb12f452efadf93ba75ca286df7b2c07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7075939e96be91c69faf0528ec0781e94e97ba80e2297f13afc01e41b204b077_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:994abccb614b1af98e8f95bc849c54d2c81f8c3714a10b7d134b1e4cf617e20c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0a9247ca6b0b6e26f65ece8d20944bbece3ec974b3687a8e5761d932248577b6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5d55e3bbd3185fbfcb0a9d61bceadcd29cc8662d78d5b0f1666d47d47f7de726_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6d593c6a064dc2a8e0c5f95134286aa7e74ae0c731cae652210e34573bf7600f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c4d9c20147b113583d530015e2b54b0b00416fb81d5d4770c50fd5cff335d346_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5b5195909dc8af2c57ea159e06381f8821b4443d772a7770e3c3333476101514_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:762a4ad76749af173bec191df0e6a1ec34972c0ebcb2693cf77177f0d5d73b9e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8147ba68f9b663675fe9f47683123a3016716ef57d6db08da03b9736d8d4a77d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c2c053dfd09a7eb997a26b6ae24c37bee54f165f27980368a6635d11acc1908_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:091590258fb774f85566a2927f46f29d73d499cdcf31e9642baa07577f3a7268_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cfdb95647a0ebd3e658736c03c99506c1d30d59842bc5c34e4014cab5a8637ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d6754a6cec1740eeae77bddcc2ceee636093a45e103830989648c82f8ae2beb4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:efafea3c4f8c39b34253ac5e149bcbaf1ead37504ef921e1f8a8eca34ee57aff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0652a3c38f356f67403795053b94ed25c9afce4681c6a667a9f8a4398fc2c90e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:76d0b1679f5011f6621cb62ce56e183e426f513d6f6b643c258649c3f1855edf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:87c24a1be0336008c3a332dd89a2628979791baaead41fe098aa7186f66d32ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a1d11a18d39ac896e86d9f90dc692d09660303d89809de42c1fcf2b6bc653627_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7119cec8ee2ff6535a3a918b0e5b649e7e2e0b5959ced67a7c92eac1ec5df4a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9ece535834ded773d679fe84bea163e3966207e872951e0fcd9584d751f081b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c705d33bf190679c6912010197460fde75f07404d1f20e27d1fecc25a7ef73dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ce61ed9fe9749d0e361c43d7095e2f48a4883213be864d00b986c5e8e8c85045_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2647259bc942fbdba06825ac9c39a20ae9002cba5f91803e0ac07fa667fc8152_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:38b5b50adf382c114ad353c25177df324dd0c2429ff7d7c47333b1e48fd149f1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9ef2e09985c9e70071836df61aa5056d7849342d1e591041106134c997ae8120_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:cdc8a30f6eb45d295a29afe26dc6fa952304490dcafd41e2f3d113557f5c7061_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:77485bec5ae6c204a95ad307ee212611efe7102419a4b8b2170345c2129566da_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8cdf5aafdbeadbd64b4af55cb431b1e3900fafc32226e8ec2fe4b8fb3cad2159_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e1d3b9df127e66a181ded3634fec2d5d0cf522a7c690eb3a3e837c07f001d590_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f7e5827513e801dd4f0776cd43216992265c2d5328e10511c0c35fff50d9d4d7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:12d479f76a485b9bb10e103761b14de977a5f4bb5be30bd1e5e7661a2efa798a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ad07eded8361ee16f92aa1fe3913eb6a47ad11871574a95fa6209bf2d76ff3e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:555dc9c019cb56c85f324c15d56a3933920190bbfd2f605897b7c4ccae7e7667_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b10e5023f52db1f56af89fca242b92279a681fb1b5d5d3db46d9e38ca9efa729_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6513e69f9b17c6cc2e2ba95af0b264fe1dde110f148704308f4b60d2ea7ef231_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:86e64684776ae3aae20ca417a175651709cb33b1bc5ec0fb13dd42689df53311_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a102a9f30ce55ce359df7ce9ebad995b94200a4bea31c2165eccd45b85c62f52_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bd0eadc5ccb1c1c61bdc44756c47fd851bc3bccc19780755617a4d6e5c09b9f2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:00b7c985115df727784ef9623422fd054dc94ad0165091607a3fdd9998c10a56_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:322423d85e6f0c49af2a133d0ce3b2dd8dff6f590364b49eb7305cc90c95ea9f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6519a4b407c5ba8c0217e1ee71a9bf3cd57f3b5f3ca2b106a1272569dc4901b0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb9c6a99b8ede0463cf4e658da1fbbecbdfcdba532d6a9f0f55ae24ba3e547eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4c37f659efaa1d9aecc62b378257a4a47c2af8aaac996817e11c827bb32fd4d2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4c7b5854b0eed9015e784561f99823eb4cc8afabcd524acb37acede8259831d8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a25d236bdcc64d2b699b1122299ab1816e3c6fae3397fd020644f2be70358d48_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d2b19510bdc7fd0168c610511905f88c492d8e08f45f4ecfc643133360e6caa6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:65755d3e3aa9a5549b8bf3ee7032b96982a933c2bf8260c62d5791d724275e07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ad94c387912fd6e893fca762d36a0ce1ed6b2f1357c97a098d59ef8dfd365b13_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6bb812ba76f7f27ad7c705c80819476c23b3a2aa3a6c741f696b3fb436d8382_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ea5a80665eee75a7c907997c073a3c343605dbaeedbff337ba9fa7c2664588e2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:132271287af9ef8b8aab7278ec8dd01832160ebb62c6dfe71cbf1551b0664720_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:632b2e2895576e7374328d3bb8c0117d54fe021d94784207e421efdd1cb41816_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a511c3797055667736e34c058017863bc0949d7ebcb4fd2dd6efa99b3145a3ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ff789af3fe8b798d8268bba0b19c03ffeb7da2d67360ba8aeed92e4ba2077c2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:13f39b6c78737573e0ce5a6383bccd78b5ef35372bd7285a5f0a44ecb76e008c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:865e046146ceeb7ac69ae9a8cde1ef9c844335ebc7cf920714e542527e689aaa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8e65187e756979c6068647275f2ce180bd71d0df267815a08926a744703c7acb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c617cf740709f1940309546d083fba3b1a3a42101eb2d22e6546c865cfe489c2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:81afa9712018ea075a71f3d932b6b68b035fad9348dbf2d93ced07f649edcb02_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b4ff9216aa7223fb6212fcc9a1d365e018b216ec4b5001c5e1375be934b83c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:daf6813d00a0766e7d3b919c0faa456ff77983a82dc0b26d25f64f20cb19c5b1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e549728723ecd6d904cda50dd2baec61593f263f1194aefa3235e739e7f0953c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5419eccabecd71838e02ccdbcc2b7e78e045664f4a692053aeb256b7bcc15a68_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a24c0f597c066cf940199e4589f61eef854411fada5a30ddb0745fc287db9874_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ac44eee14fe0396928ae284a8dabfa0d41b83c5f13ad019b79e5f1a68ffccee9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f44085d75b50784ef31eafcb0b4bfce346d030b6d207eab57235b67bce505a83_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:05e427f253db38a3fdb3c7f5cf52e6153b8d5b8d12a64bec031243c2bd3dd69a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:be18bfe576801a003730162b87ea7d7c7426d9a6024c8b9613c7825d7a3723ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:93468474d06a90e4cb067ccd67aabfd71a86a7d31c1db6ade298cd503f9a35fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a74517ee0d1209fe83b5b285e6bd2e2fe3cada4b2369c4d15a0203a03c650cbb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:5571f5602275cd858a6dfeec918a34735c3b23e235aa49d759769f4c116aeb33_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a8588618e8d614432c463027a95a1b49c94c7194e106ea5cf28af380ecffc1a1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:0d786846068731f1327cad6dfb41d0152cd27e0163c87cf64d86733e2e27750b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38dd6545167601f9e1529df42f24ca5dbda82185ea2891935d79cf16a295eec1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:991456b67af70e5fb9a98e9a860bdbf2f129f9849478bcd5cb40e34517fbb508_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e215ec8636847d0047e6d3ce68730251e66505d60f879e5ad001b20e53447bbd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a74e63424d01bf257048d595cc48f96463cf86325a55be3d6779a7573b80a66_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:67dbebb4e04b267b71f6d48623d2612f2ea51a1e2d6d10ad9386336a47f9116b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7331b69094fc7339f56b91bd927471659948dc2925284010230c7b267bfdf6c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:ae57c471db430b9b1d4aa0955654477ff31186d5fb2a6f3c0c853955f0d67520_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:08462feb125bcc2cc00ff094dc26c1056f4b33c13fc0c0627157b18cdb51aa32_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7ae12cc1190258bd0f1d8935c59c630e5b2f897f0ac8197c35a1e9f4f7a6d5ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:bcf2a33b66c78e10b590c0e3cd12c3211a25752c0ba5f49392044452fdd368eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e4a43a00467e831089066f7a2ab6676a706534d719c7c4c8a9d334d6c7eb3fac_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:423f51705b3e137e01225c5472e8eda4ef184813e2b6f65bd612c35645ec21c9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:48b638cdcc77aecfc34f2c4c8c070547e693a0ee816f1a496844ac29acf010f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:aa8d31a01d859d89a799ad1f85b16398d4e76e439f3db698b53a45722c39b1a6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e7f50d5dc25307025cd774c85e6d065f66923befaefde13e061e8c05c422321e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:024f155c8913b8581dc6e4a73c226a150c2e54c1153455aadb5a359726c88cf4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e6729e8bc1d38abee66d5bcd20733b4145726fe1f88bff2952d084f12952ba5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c43d7c21b6dd2c7a28888b0258715f66c90deb69bfa2f0ef8ff8f80044e25586_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cd364dc68795dbde9261e983bd6ad898a4cf9bfdf2d8324f9cafac1e533adc75_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1e8d150ca04a70b2433f6dd14113d87cf855f2430084418e493fdc32ad475448_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b7e2d5ba595320012c4d9f0e0a9e5027fe54bea2f2a67a1234779c494ad96833_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ba89c6a5806928218f64f7ade4469091194e40bbf5f67e6d4fdf10f661bac5d1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:eb3dd6ec3c4e49459b5df412ffac0154ae6aa6f641747b2cb00e4e7136ef75a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:335e28474268dc9ed449d9d14b4ea0b551174415781c7b1e8f3354d5270794cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4e034f250a8d918ea2cbe80e067347cde4d288feb63bbadaf105e28e073a56f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:abbfa09157a881df0180aa769b851734c5f937347be2c85b64659ebdf680e53c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc53fe3ff96c86c4eacd2940cde8e184047704db9504bb2a12d3bbf185fedac5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:14ff9bad30b68fe03fdd72f655e5ec9243ae52a55b2a42a2d5670011ffbc8d97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce33de36f830d2287fa1edf2d45a842f8bd68effd1a8740c1ac33a9a659117d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:29c90e548b0a33cfceb5867ba26ebb05c189c2df0f88c78be956de730a3f2859_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d534dd6c5267826d54a48f11807c1c79c4a0cc2e3c271de3261aa9fa0696454e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:47800a725d4f4dcbfeb7c9fc7c8d785ffc3f6e2a182dbacaa7a36e8776d7d858_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:62c37d7f1833b6944a859b8b3320743b46084426eed9fcabaee6513e98d53c85_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:cb396ee355b2aad803d6fe9e79957b091e393f05de35e595555e3a39bc567ddd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f82bed29b3be43e5ab75c0ee38894b7cb5054f5f73ea4e1a1fb60f00fa37370d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:28ba3bcb89c3326467810be9dc59a978b090b7a53bcf8ca608657d573e56894b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:56125f569c99eb6bef7901a8bc88c60f92341ec4466c50fae58a996cf9b20975_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6b67f233fcf6dc45b908e032f9c1c118b2ed54e9e5afa26737bf0d8b6702f3e1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ba439555666cdc717511b9d280abda62ca4dda1c83c597ceb4708d7e9842c2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4613aaf0887bae2f93335827b3e57cada369b8eb3ba6352a493c6613ab09ef2e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4c0edfa5b977112d0ad8166ed0da4554f091818ba1a1b235a382a84711345588_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:a64416eeb17a4477cdec714433218677e797a0af64c322128cffb396c506b2e6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:aeb12e43a3e32f266acad3350fb70713f6b377854c7913931842ab9fa36322f7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03db18387a9ccad1deecaadba20e5a2c7a4d972b9fc2ab748ca79c96803c583a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1faa1d612f4c4a79765d4637758245dd50838e9428ef68fa7289e7cd799e5eff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6654a79204a27b67d72a177181959f6ef26373331b85a288f380554024fde838_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:a66ffeabb9761d4ef2a7c6211645f08f7d0cbd1fb103497dff173d9ada6d1d7f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6a59719b82960eed76dea8ed7fd0231bab18ea97e754c0a32d791b763555796f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7e8dd71ee92b5a9d442668959190290275821245938eac732626b3a1df359039_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:807f5c133cf808f5ec38fb50653db843e81322af200a20079edd22851c10b954_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ec36966f8e3ed89f785de7126ef4bcac743b10db6d20a90e29108fb0efd064ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:299df30c1ac347b825469f42c648c0cc71b4edcba54c6363a8e6b32323aff4b4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5b6125aae527a855572efbe741d222a5f222fe593e4e66d336c0047607759163_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:925d7c962a979745edce32fd795fad2ccc2b82695f6ae8fd806b48dcba96ffc9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ca5fd62aad08f7866c1e5ce493744252e9b3c546f102b7a2e67cb240196986d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:704f9ddc250e7a5d7e2dfc0ec5631c3da995906ea0bd65168cc4bdc0dd58d292_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7aebe63b8859b65c7821095b8949c641d872029d6a0e133ba719abbf765eae4c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8ec3a09e3a461bcba4991c5d52e007a42bec9c53daeaf80be483d6876b38c88_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:baf4277ff1bbc0f79ea2219ff105ffcbcdaaa63d994a04fa4a46c8ba9d172287_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42fdc5ed04c4407565de98045ac46a1e1f2671070ad7d87b1929a55fb63ac5fa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:80f2c4dbe7759329ed22058482f0dfd2f102edc1501be404e24ab5ae3f445669_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8523b054f4aaf548c9428b09b20f38f367cb41c95da907fb805eff2f1e0dc9df_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5326afcbf6cff060a1495c7c827893fb257425b799be9e754041a27d05bcdadb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c023c845401be6057b23b7c8719a11a4a6bb416a61bcdb40c4a180ee7410121c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fbb0d03aa31f9325c570982adebb323b234f93ee8e2e388ada78bc8d32c23f45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b6109ce5c0e902160deae3578d5c9018c2a2430ca6a1eafd574841934e039208_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ef7256ba10657180e2e884cfc4c3e78a70002466c9f6ea29f2dacd3b6da6547b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f04d3353da02d3dba1592280b0df71a2ed7296e7abc40c334e61989862d5006f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b43b90ef8ff9141b89a90518b7f14394b36f6f0d9367a771bda1cd5689b0c3cb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cf30e7f20e7975215919555bab9affc81bc6a1f5ad515aca90773c1fa73d31c8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e9d76d6ad249c82973143f7e4ab9f45198e66d343b807f70dd3cff08cd3f5a09_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:52573d890ad34de510a014bae5fb43b6f7101c2281404ed0171465e76434e2ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:713cd8e6783beb6b6844b6f6df3eaf25d746621611ef050d9350d55f53f4fb9b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:756b5f5423b675f17256cefb68e4e571878cb2a0bca61a8e8e1d5c7d1c05d480_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fc1f2838a83d79c96316809e9e09f1efd2b54015476e6d38df658ba15850747a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:114903a771d51ef46d9d8982a3cc044261fcbe7f7a3aeeee5cf6beb05b3353ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a90074526999823c6a5ad4a203b7fe719d91d940a7bf1f34edfda820d524628c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c01a584d4819b77b787780986863a5a8da93ceb7a400d17e2cd89f263f71431d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f5175803425f00b74f14f887d487014e4c664ff7c7c9a6f9033b3607d290ed32_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3dfaa1675d23d869c291619dea9bf800fa79e6a7944788b1e124ba47de34d48d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3e54af2baa76d239382944ed8cd7359721b4f658403426a5989fc5220645a7d0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:753472746ac51244d85102a4b5cba7c5d806c279c8ddae06399a4605ee9b39a8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e05bc99b0e6abefc8414fa995ecee48f6f290e91a8026ec38ef22e4da0a3bab9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:3964f685f0019f6cec500bb4f0c6c951eab80a5b79b36f594ca67bd611ddf4a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:39ab54f3aece62ca424dbc1f5f17d3551d3cea7ccc2d888b2882c5c8bb8dfb77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:464b70d7f61dfd2ee43d78120874a5cae78854dbf178605f7f27e1b5a70ae00b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:55c32f30da4e3bb866a34977a7a0f2e25fa04722ccfca814f67d642b6ff1a265_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:25b67042d92c88e226638ba125e045503d590a967bf3a6a3838dac4f94993bbf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c79f5f9c09620a38583a0b96c4b2bbab9e3ba7ac715fedd799f3c87f0366b4dc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:192da5da26816fe1d5e29fb1532acdce0b07ea6499246732d320e25e13b17e4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1b25170feae9b193088191b9e796e56b9427e79c43f368cd9729da75326ba1b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d594930ba6980988e4307f75d0d0482d036539d5d95c9681947d6cd16898052f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c4958648a0a74c57eb900d032b71b556ac9d245e3422c1dca83465d5e5c780b7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c7f611e57c09bb077131f6ede097d53b71ff9cabddcfa1842a079dbdf2235a6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:61ee27876cd0574370de2872e8c2b75107c073434fedbad8a2c4c8afa9dd8991_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8c9aff1ba3d568363d84e89344cb12947f630424cc9b951b562557095b79c634_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a5c33051d8bc2ddbce5aeb183b9fd6d315e86339996d96ade0bb487c648869f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c8d9d4a3d037962c57bb67241c7189922fdadb3cd05e67f0a39dd4bc2e7c6ce9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1e0184cb6687ac299f9fa3623231c1b59fdc25000d8b53bfd395c206aa4a352d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6d9ca8af8ebd38c77605675b6401a383657c2104136c48877bc5d03f26262c08_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:aa1610c46e7bf62273a2454732226ad09902fc55db826effc3941704248d3c8e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b13a5dec2b6b0eeeef0d050f5383d61edc7df45c7bd3489a3c0ca618f1810817_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:359fa7e9a451d7fc019ce7e41bd38c63fb5ed0f2a47950186f1009ca71e25ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ae5bccdecfec8cb231611608d730b03c5520a31f768f3b67a0f4fdbbc7187be7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:bc6ecc04168aed8854bb311d4c8ddde6a569febb302a23b85a77beaaf6e5a512_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e134c48dfe7650ac9961724c83d53ca8f8fc3497e7b34f137fb7377ffa85427e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0411e68a0734d583c7048689ed24c00be93a111b37d1b660c0fb2c4845978743_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:45bbc288c8b504ceecd76daaf2487bef81223f983de9dd6c79bd6d5ffd83f363_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6b64a6a152af67a439cba1a5fc36bc9fb4a794478d3278ef062d970e0a289523_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b726d005d73f6689ea12dfddc2219214601210b7d52ebb4b252dcc95f4dfb264_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1b3a9534d3801cb4b926344cb14620581dc867fead783bc198485515e581592a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:93ec828e9083c17c29decf19fb120fdc16d31b365bef8c3200bbbe42603155df_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:284e3431634a9fff3fe4ccdfb2cdb42a1fa7c65870f63231991cf93a7ee69917_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fdcbeaa54f5733386e54677e1216a0b388beab2b4b594ef6de20a29e2a66697c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7b9335abd4859e062d501545ef53de6038279798ec74676442c0f9d8664847f2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d48af089c42b495e67f286e8f47fd627bbbf8a7c7195b4b7f6b6f0fa4a3feb65_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3a6676f6c116c107939521a8fd439cd8c63bc7ee0e4598279b008a74665c7e52_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e80175dcc8657f2652b27ec47590ff40c14a8f22d919a5f6c1e279819f88ea24_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:06241fe673f87ff821c89e24c9e9446a1f6b4a24a385d4b30f6e9a27f46ed5e8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3c2f87341c2c31fd419a90fba360fb9bd91b2f6e30302c3f2ec92b12cd62b089_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:4809b322211ef80efd2313c20dc9fc7140abde0573d7c7a7979fa57da3287528_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:825c36072d88c4fc09a36aae94d6bc5650eff29d59d3229e9702a3d528903700_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:60183634c3642f0870b6f98003755ee8cbbb21bffcd22e24f80d28318e677637_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d049f56d7901b70eae24584eb1392cddb245ea63e4aebdd673fbc576f24777cd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8dc453552519fcac7ce6d1b4eb8182455896c500aae28e7357af6a6762cf3e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:fde8d01716a920c22ddd7d6338a1e81580052c4b680afa1358390c1ff5f59380_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:29acd3fe80a3ccbd5d74f41f935344b0815ef55c5f75766a9d0615ede2fa8f85_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4778ddfe16afca493b01e1d487a971812b418a29a192c7dc2b65ec9701e0c0b0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a41ce7bac57c92c4102259fb9133ff3edbd2c05f5525e47aa117bb9c595d0e00_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a6774c5717fee0abe48ee0d0f9fca3d80dc501c5f96adaba7d3c764496f254a2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2df63f6fed934375a5705f3ea2c8a976ab16601c131dced7275418fded991afd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4fe5549b6b1cad7edea418f6e61faa8caf468caaffa20d1d79beccc6e740f59a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:919128cc6362eaa94cd6c8c7b6c3362b0d119df6e26c9262aaadf2726541d8aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:df84f648bdc9ac2171ea25c690c123ca9345b090b0228f887db2cbaed3549246_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:291cce0965303e35e3cc0b6ee9bb281ebcbc36e75cc4220fa7c746d5339bf27d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6f646b653804c6d1a39f0edc4bdbe676ff45aeb8198efdf3797890e4b2b4bef3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b4eaa15aecb85edd4686d0e7a3af911f1b766c07f48733d18b8c8eee2679a3f3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d968dc49f267e0afcff906870f2fd6d528cdd540d58e9560e9145abf7672c417_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:937264510bb20f5ef3e076b4c823cdf7e6c09bc96dcf7cbd69766cdf306aca50_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1db80be2cdcb3f02b0d9767cbcbe763a6f726da41151c275653865e6a56aa2f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c94180e9ebb3a4e2a326c2510dec3b462cc03a9348e30816ea134419e4db7200_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e3d54370586c033ce86e930c1a8b84d8929bf628325a78032178c19e592e8580_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8acb1a1b52da3dff0cac1f60daedd4ddec00bd69a1c26491b676c042ce5e8221_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:952b598c48b3547079da6a3f3876f672d7edc859c2a7b337b8f6a41ffad7bd17_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a7534ab75aee64d4c7ab50877064c62cbc21447ae5c78f7de277f8b83c45bef4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fcbb0a00765ee93c1d12bea60288897f73697f13f687c18cc69d0d70cada5629_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:00b40097c6522cac107fe065186866a03155c1443f25e02ea360e7dd15eae8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:14167f6ad7a4a9ecdb19792cc75a72144fd4ba0a705967088bfd3127998d22d9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b26796189012b2083bd4042bf633c87775c1875e53722dfa2c3fb6842c73eb40_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c9250cdbb217c1d7c39dd4926667dddcf54e286cbcef80a8205c77503f0e3317_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:b3705338453f73aadea5d84044ec01dc4c0ebfc31749077a4fec22318906846c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c182d5138ebb9cf106873b4f951786b5ad4b6f77803289ba8c94fd78d39ff8cb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:8ac02315c6763a71b6bc427cb01acb3ec6e65ca4772188de864647f63c83f391_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:f3d86ea554aaf7d021585e38d72dc9edc8a3882c2a54eab3e5c4c097a3430b75_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:036faec3bc26e385dffd7677677d56a17b846eadd33762dd7263ee184a21f1ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:38454fc8a649506c1a6c0d141667ea1076c03550f6d4e06ec1f3ccb6154fabbf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b002337bbea961b20e5bed71d22d47149d0e979cc28ad8a1479041874c5ca79_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:08973c462b160f4d0906e46aca0ff1edd87db47847a1c612b015f460284d2fb4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4884742feb7b9b091ef06864a8edcd5c3ac45a0d53f571f4b7fe7248ca221fe9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:585f22000d02c1e94875f194e01c119c5ff58f0279822e1050334df1e80c0ed5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:592f662ff520e1ead327b97bab7b779cde84e5c5f6ac2bb846a3a962f6698eea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0dddd8795e421248fba7645611beb1bc8cde997d72553c0a8ca3b06d87f20e2a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:662d2c8b45d134f7cb402b88371862b093f56c74b6d890a87c60f61f0756c178_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:94c4be676de031fbe35d3aa3379ce2ded292f6b1980a5cd98bff543de6644ff2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a89fef039ec3a17f79365706a1605838b88011c3ec3c70add2ab0e02a5b7266_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:474a8b0e8e891a127d62afd66684fb7820e8ec30afcf6c02858f6c81b9c4a635_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:51ba4886a8eb2be2c540a8761126874e03209066c912eb315de0bc5659e2f9e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5b32029716269a04c5bd985385d3da93b8335564ef375382c21da41e04590e06_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b791448f1ace958d601b9b78b573282e01ac21d622609059709bed40e9a0a7cc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:106806474727790a173149953ab4f275ca399fe3e73ce22aa09c1f6aee557f0b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a7d17faf02b766ef4631f9a1d527f601558bd82c9da61bb26796c9c93fdfb15b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e6bd84eb7c59ec23360039f1c586f2d2516c12fa416156630611b62c5e8e4a4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e91319eca356fbb7609c464e0ea85c73c281c9090998364b8a49a3d115ebb6db_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1e74a43d33d39efa6b6e243a75dd79c505cfdcb3800600b6cdc6eb97de68edef_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5158590f0be62a6017192e0045ff68b971165a622c6279965245231babb25e78_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9024800585c0fd16b23603e91319109b55881d9f276c9b245905fe368b4e6b11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a2b40d7620c2d3b09dba2f673ec443e2e481da3d3e81a579cde2401228770626_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:37f2e34b2b9abf9678808cbf3487b76b8bc795f7b19a564962f61d8f7e32bc3d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4c015076e09420f82932e926b1503b042a077697e72a137d82f7cffcf92049da_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:697ee5f169a3edd04168f6061e278a3cf094463e842c7b275662feb4415c0b49_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e90bca284473c6b67af258d3c12f2ac59ca57609befc9baf5cba7df6694fa8fd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:32d920433f8ab57c952aa8296c2a1d8aaa2f251b89b0232975d412889608ffc3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:353f8d91d668176e3a52bd8615d3dbf86b3ac0c9af25574c01fddbd34f95531e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4163dea9e5cb5245f107d30983b5934d01dcd5c765dfaf59803cd2ee0f76c978_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:aa74eb0ed000a11065676f5a2b9fc7ae25677168003a86aa49a53a9586db55d4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:32573c2a0faa0ebab188a5656d3636ed06234864bb8c9f3262bd9182ea98453b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:51b1dd0d0a15f4a9377cd1c8694c9898aeb1848cb04c2a272fa4aa13c2c7ce27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:72f3fd8250ad2afc70e4d024d40e4c287a96e8f44c458caba27adc878d956353_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:73c4d1a1b9db3e369263e77728a92b89ea6e03d7b29c844ca83ea6f179df0140_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:01b523e331120e77123bacd824eeb3f9795d6c30f37e88c03879f756992a6b61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8aa7ed397945e7376a0fe4089bafd8688cc63377d78d994aeed012e903ebbe51_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:be676a549675f456829817f44f6d74dd3e6d62a08d7f795b8bfe455908c5c53a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ddca4e9ef84119651a3f5671bd06fc14c7c4e6c4d46f627ddfdbbb9a0ffd90b5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1b0f00fa42bbb2f0263606ca50a494ae17e7e92ee0bb36946162062d95af0ae0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:5349bb33bba193d5f86974633f8c0e5e4cac4510de260be6b291fda5879d9ee7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8573e694c74ed2b362127e9d0fa1e907fd4117d7a38dc42c6a336c098973ba4e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f0ef40d724dd7cb5d070a67e477031b35f6688b0c2f8e0b6cf41b4a89f3fc4ed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:36c3f0ddb54a93690f72bdf01669cfb492ccf4467e99f816c03bf8573d7f1c92_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:78749018731e612148771f882c5b197b3e3143c03c6c78dc1d0e7dee8e5b6d21_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ec109cbe33900fd9e12c200997d3ac5c42349670200c8d4c36bc23a7993faaf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:85100d7e3011d78903fa54d230b1dc9058e3a3d2c6c111cb4ca890ae56082602_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:16a268411728688bc85393a4d00dabca2b777be477af7c9b0f7e495ff6249ef2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:21c81cb85f36b66b22dc4840ceac8af18c9ef0dde8e9704a003af23eb5a9f458_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2ea3e45b84d940017db50ee4c9a5076469f8e1daf021540f8279e11ce30c5a95_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e39faf3ee84ba86a83c6db15e61c29503f68a5de28a634e3baa13a167b0cb8e8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0f8dd32c213a857235a521b9629f25220c69cafd7802a6ce75675d55b2bc013f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:3af844266499efa1baf91798f9a533c81841090d1cc3d6d8cc6317062408ec8c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:42fe4b2016e5835c66fab011229638f114bfdd8c9b6f5555bf6171d12720b596_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f6f7590a50c14b51ac0afff88849f723a2119033b83c166288eda80a3c88d409_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3d7c2334e1facb902eabcf08f90c6e532f86c6fea96f884a203850a79164aad7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5344f3b43de551cb718126ee8bfe5e333c23a5698bf1c54b939ceb8f875c6e29_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:555987d3c869da57d85714c31c9d3a1229182d9b0fe9c9337076e2d7ddf44f37_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6006485ec84536268eb4ca08a076eb70deb9082e2604f55fca792ea449c4fb8f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ad3544d26b02bef0c734fcee9530570f6a9b56d3051c8dbb4f35c8c4a3e987d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7443b837f9ff990acacebf55eee58c89724cc5401a7105f34d1cdd8eddef09e6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a8b8a1643a17ff350cd81dfbe01242ce65b9ddc346f82722be1f3f64c64c42aa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a98fff37c1956ace96235e801a6b7590d42b36a059a99804df250b5b4b3cb97c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:46f4c8e92e41653e490143bfd3f577f42f8de3e90f6857ab6d256e2c8d36f062_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:da7f5f63231d4ad7fa289dd2895b252ff269ac04b80183f2a5562ec4fb994d8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:089c05fc16a090019551b3656d71883ccdb653a61b9e3bc28312d938caeeb904_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:81b01e1c99a1aa8b4e712a537ed4067eff6df92871347f9994669948102cd959_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e207aa2a32db7e3360c353902da8b62cdc1a48f38fe6709a232f68ea88d7a0f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e7b30b5e1e6a538afb2a063faae1e56503e1ba07773ad385eba5b44a7a2a3a7c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4bfefefd88844a4e4e5585bf16f65a785618681729e5a732552ec192cd0f35b9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a31661ab2d431eba1a5b58ce1cac6abe58cded3bfd98417cac2b283d61129f38_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:bfa49db6924aa3595f81529734fbb4174a183ecb631aef838be2ea14b06dc81e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c08d6cf117ce355ac8aa2a5435c44e1557184c710f4dc0a09920e029020a9e82_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1a21f1ed4a39d0ab0e189d994eee028991eda265c252a2438f43cf796810292e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:70d29bbd0f4b1bef5442d45d31fbc9b85263e4baaa9221d64c66d78912d6eb39_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba9c14fb4fc1d1d00917e68b1013033ca3369f18a8e826793053c9f765ad71b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7499f0837e42743c846bf9ca2e69d025e8d3d1adf2bc87c03ac794cc1b34bc0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2cc2372482d9c4147be8335be1b49246a3012af55d763014a263afcde08141ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2ee93dabb1ec3bb71005065421285589e583a7a97e915e4090054dbe71f58fbb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a91a2deb377be99b985687145f7b4006cf039d54b6cd1b6c246bebcaba2d6977_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b4593284c3159a154f6689d5c25408bee333708d646d6ab409eb56f24cc51acf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ef7714fc29feccf311c89eab19947d1d7b1b89aae40544210254ef8405dead4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4ec00e54865aca45a05810dce0243d6bfc76358877e0e502c0f37e5a8c86f6f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:684888ee84bbc7e43c0030489a28ee775e4c61591533db7f5906c9302e9b4439_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f070afd309659f550fa4a9bb23a9b27f0663236c1a07a311031fed658eddcc62_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:35935c15319e961a98a88d389eadcc935ef0c2ba6a96e9015466ea7647667e84_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:630cd3d1da2526227c85f4955e73c8cb1eb2a7153905709e2fa1b58a40010c6c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:c1ae71a3cc786d6147f423c9bd6bf5e9260e4a91f3459b5885d4b5c73cdf7580_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:df759738bfda3726f291d2a5180cb6e5036b6ffaabee6d35ec68a72c7f31df9a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0bb8ff503c4c789ee1f0722f10a4e1f54e5dccb42a91d1bd67848bdf647e3dac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1c60387c714875a934e3535f514d2a291bdfc7105161425a7b19c622cc74c93f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2f0e73326c82a94e0fe1a30f332635d002c16846da293c863aa4a4f025aac518_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:73e12cc35bf4da315bdb930c1ff3eaf3cef19686401f19f6def7b7e84650134d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3345d7f7422891b7c1c0f756eb57bd359f4a38a0e4f44fe7decef78cd2a88dd5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:65f23f14404d7e4e63ed1385a89b90ed80fc65d6de3ef0b8d236c6870c4cb04e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:73b5824eb3608a29d30818793aa3e3d7546af456f03e959cb5f9bbb43816efec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:cbd9992a6f7d27c4a76573645d273f080c16b6979e5844f56f003bffebef2850_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4cf7038ca5985cca952130cc466f68d37de7c5ce193ac54eae48a46e50328606_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b9eb7624eb841fd2ca4e97d4847c21d0bf244faba44e4b7bd4a688efb1070f1a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bb73dedb0f37019de7a74b49992282501378323aa155233f0af554bcfd5569f9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d188db2d23166750840c8c2381a99f05f0f37d48b5008cd29ea9676489d81c7e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:74fbc83d5b9159c8cf70c1ec705807f744f0ce9ff6e1b6baf9216d0931011090_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8c2b4f8cc617d8054443032f104b1c292a9b1cb1acf23f72ac4306308b801a07_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c12655ba45dbda3294750b0afc1134b7ffefcc2b81ee94242055f3be0bc045d6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:cb411f9efb3e5b9c775b1a19fb0bfef7bb4cb3df7a149fa7752dbf32b1e3440f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:08b57a22f0a2e5be35297e43af7ffc6e00fb17ab94c953c32fc3722f04076bde_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:afb81d8335862612fd1d39fe735adbfbde09dac02ab39a3df4f0555880e00a7a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e7616ee082ea61fdcedf3aafcea4311b2165f59faa01396ebfdc4511864b8c64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:fcc708dd43a866826d5412bdf03598b2e6f31f9a1f0383da49b50bc17acdfc39_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1242f96008650aae8f0a960c4df135c18a2cb484401760e3081ebdcab4d647e8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a6ee2974f74155ba8d7cfc35e86ba000fac6e2b16ac78be948eec5cc6d158e42_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ad28464ad33eb8562a9d0f74a6cc8dd7f5dcbf14ea8b2482844e7b52d667ac0c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1c6a2c6f39f68b1b2058af69774f172126ef03a2d3a227638fae34bde292d26_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:246ffa594eaaf9fa405a5fda1efe61643b4d625cc92ba1af43d141239d4d9869_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3be13d02cf771de4f2446006c61eebbb78c4e0b5b13bafe3b98672a1e9f411c6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ae5c975aabf7aeb4d816d0d25d085c4fac9caac06643979d567a6b5479f19b74_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc3d8ae29563d2a75111ca95ee53976e82719410fab823c6bee75265fe40a443_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:20472cb7f183c9e5c172873644d040b675394984f3486cbe6f9322ffcafb1e67_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49f19563438e21a4ec3536f21f264e6f932c7f1933312511a28e210330598616_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd16c7190ca3c2a1c2a813d648747a3e5cf5c224fb5a09cd59f2b96ed1ac9627_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d86ef4b34d8381394c24d6ddcb97718904a87bd3945f7ba5a05fd300285e3db1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5829d8858e4497965e6c0acf788712593a5925f05c6c5f21c2195c87b1229d69_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:720fb9282c8bdcc8fd4cc226595df5bd3e0c4fb6cc67e761e397547174b50573_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4b95c22811fd3d1ed6d4c93255cf09f19f534afdaac17cc5aaca9819f6d345c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fa56dafcfd0faf2d2bbcb77b01c8d05cbc850b3005be3cc5ea66857c0db39ad8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b366649caf8e09b8e08f3ea71ebc308d278dab46d00fccbe8efeddd803c1a378_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b63dbe7c554b5cb010c8d6d20d97c7e5cc017d999d3cca2e4278a86425974597_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e9e77779a047efecf1a40b42356e1b6df74ff38c59e94de7a5fc0a334b7782cd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f52535b5ef24b9569dd9d4bb62b32d5883358daa29136bc57dccb7ef8ccdbd58_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6592838f76a778b2db12d549325fc84347b1223127f81aa68b0bebfa8d9c5da7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ae67461608362f444de1a502402d265cb16bea32de465f7763db17549e0d6b76_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cc9ff80e87b9542b9935bdfebb0d3d08bf0d81f39b05e8ecbfcf891ddff6a3b0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d9d08c192dd49c751124eed9c4318a48e4491d47029e76b2303a102ee5b5ae64_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45f044666deee28ab310e36a4e3e6a42bad0e566aef8548ecfbb0aa6e9a5749c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a28bbc9061bf91e18e3f9eda88361c4bcc6c7ba69368fc54a5a8a47a585b7a56_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e9e2dea2f848efaff509ab046e6315bd2a54e0ad28a378247d6a5da7f6b024b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ffd7e3577beca9b0eb6459832d14bdb287e03cf9358044ab31a15dde14a97876_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:11b52485a9a7364117f6dfdb3671263df620f130eb3316dae82ac7b24f54358c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2dc4cb45ceaa798ea290f1e5a91e1d39bd173418c0a2ce61e82a018e21763c34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:df9156d636ae848341033b76979cff4be05d6327b1766ea9e3858696db07f360_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efae3976f96ecf4ae9891fa96fd7a5186b8f1a6f159d2795b69287c0bba5646d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1db0d950cd22e8d5537443f0aa4da13d256aee84eeadf8668877e4c46b26b857_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5168b417cf23e9a90ceeb9b42c15c5579a203de69294f63f392251bec41f3dd7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5dafdaac967437c2786abcc1ef2a9134d3ef8f5b09c35bec0c03dd923845a563_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7aab18766d252b2ce4e1bdd1984d2749349c9c8a5d7401496c1afc2537b93845_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:50e0b6420306d5577aa700b236e888359c1a6691f146e3f151232bd9dd8f2e40_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5924c066d6e7bdca746bc004b1be4bb526247c53efcf35ffe7a625737ccd3ac7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0527b03a5198eaf6ce67fd18442c5f415242a55d65b3f42b1e24e5aebfd0afa8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fdf9ff6efcb679e7847ed149611e77f3b1a4f73b26b8fd71d19a5f2aab9e62be_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5f5a93d31b8fa2dcdd661ecf43d1219b5eb438eeb7fe03a92bcb65d3308e7f97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f10c81f3f1f512b260c7c945a6d2de815389e037b2d87bb9eb73421d880fe022_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:60a6de8a0e5cd7c919437777fa60d87c7fae724b1bd4230c5b20f56abac4c316_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e66183afa9829d8e87264a16f575715216691c5c4f2fb40d43cdb6f4e4baec2a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33577c769b6f04a47fa7e7cf78edc7518988cb7f8f08746047a48a66d0200efa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:57206ebfcd347eb86e18c850b5bc945bff7c7425843be6295445e6ff4f709895_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c22b3d7de15ef6233d227b5e6ee6711f362221070ca94c622e89c6b199423d9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:76edddf9bac3b0e2e2f86f9ab86da123311a9574208e5bc5e9bb467c701126d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2e661120d7d9fe6f262f999cf4f025bed52d3a0db9bb81312ec6b84725a5ec58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:75d8a44c027c85172f6680acf278d7da380e89c539b1cdc52cc8f5abc9cf7998_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:80093e4720bdd00f8f3305951965dc834d4c8b4a34cba4c2ded49f8c75046921_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c3c58822892765ffd9a6e04c3d64f5a61329788558b69253d12ced6c93152bd5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:843964fbdb83fd37107b98b3b40137f9cba3f258c901dffa778fb86fa85e7619_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9ad14180f452257905033bfa6e1b6058e295894d784dff7dfbe4dd6246ce9913_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9d88b619a44bf423e7de44c260b22accc0d5a6ccb7f0ddcbaa73e3bedf9d1fd5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:feda43e7f108c44fb50640d33f997c984971abc4c84931012141e4a90ccd31b4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:1626cbe1838253cee6cc96d66a69a57079f5d1da82cb29c31cea4be24d5c0008_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:82566bf0addcb82552b7c86a373ab60c7e018de25574223b13b893124e2d2345_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:91a0bff68195d26a2876d3c2212f2ed8ff4c9dc173d26d41b8fdfe54e56855b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e1513f82e07c8250643d5eb290be7648fa574c717b341f78a091fa45929a4f7f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1fec64987e6a331ec3e6b35fe0d4627dad7495cb136955a93cc43a2177ff3d8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5caf92f58a7e29d61f9589554032a9cabbc7042d304a3efa08be71f1667b679c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7618514219b7e3c73a5cb94a70d4c72bad8a0ef5c1ed04e446f4b902980476be_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c8fde3d196519ab52e1353787c00607ed5091ccfa02f44ff7b13dcdc0aa7fbbc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:06994c07b5559c49e026c00866f3e59ff3f9c72fa2ab2ebce88ce4449c85e11e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4bf4c5bff23465f820a989ae460262b32b8f6e7319346e27e6caeedbeaf6b513_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c1f3602764cac1e0b4ece400cd60c6570be745f43cd93fe08aa14269396882a9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:cdfc297fa8544540438d58c20fa04a6cbb4e8517ca924249571230dd21bef0e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:28035d760564c6ff3e5015dd7533d4e9abd13a3b7c7fe4eac76058e1ea308302_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dd4e4181b8206de23c511f8fbead31a16d435ec2a87c65e603c2442030e2769_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:838de9c4f8a2dc7bebbbfc6506f5d8c97c3f494d24b74bd39c54ac984709216e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a78f405913c47a1028ffedafcd37ba4ed46fe7e287348303b936e37c22263592_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9e32eb760bee63d505e38c3f1c55ee8582009d203bec819bfb0c60df165a223a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ceca17ccc882a5b2f88d786aeb239d730a3e79806bc27ce59a6baa7e748a9291_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:da029353d2c3c7fb8933631ffc1f00055561c80e0be172c880c30cef3a05b503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:de9b81797e053d4b3de3ec956d43001ec8fa6574cd4ba91f0be97d1ca44e1d48_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:09243f0ffbed2369ae2f2b74fc0c318b563034fcb0b45540c77178b26c386ee8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4234a05b3f2f2292de0be004915f275debc0839975b82baf1a1025b2d6245d75_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:42b7617ecd40881944fc09da2598521bc0067e5aa21750c04abb317373faa9a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:508d26b09eab548f077af3a1f873a6c0abcf7a7162dbafe9f7a103fa65421cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:036533b195e4d571910a8b1a65d08436471d17b149bee0aca589af70162c0572_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:64995ac557a739329f8a7701d6a8e55c398e955ca8d6ac2c261e3bb34b028f25_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a7e5916c6ae2d57f60df30888446b35f52fd3dfcb2dc934fd90e77561d8115aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cb495544e8892da58b7b59004e7be104c027d41537cfb7673587afb0c642ef4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4f3977b99741fa8613db4fa0783a15dd3f28a528b317a149e45d965db81203e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:696327282661fc7a50198402bf5d069dad4851db774374932eea031948cac931_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6db08ed86a8d307f1d4d0fa61936605564898ec1673defb69378b02b5ad13163_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7c4e87022d0ca1ac2cbfb516f6b6af30e06637c27b89649de12dcc0a4b4692ad_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0daf72bf67568485144a3573c4c4c1328690731005fca02d52e686dab1b3b453_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5f61d7acdac5280db40c1bb073cb342b3d28efb6799ffc304bc8a467a898e1a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:69a937e9fdf2d964ae439fe595ddee207894f0b61fbee1d3ee40af3e247d7785_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cb2fa56170d6cd82cae20f4e78024802961626c9379e78d7a732ae48c30c0322_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:72340efdfb1b36e8b8bea1c9aeae6988723a37944c990170f6bd27388fb367c0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8dc6f184ec55ccdfcfbf0bdd70b9261d143c9cd9a661f9b046578a1ff4552397_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a40183aab5ca625d9e091b9a9bcfc36aebc8017160175b656fd09a5a3cc4aa8b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ac0d036010a92067d88961feb6f0062593102f43e806e5e96cd6d0ef515c1658_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:713dbec0d6ec8c243d5d9ebf75dfa4ec27d775d6277e5865e416d5474426feb1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:7f1537cd9f3583bcf49568750b03e8dbbd07b2160e79ef4ad938d413db1f7520_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9432caf90f640488fc1146e35c1b69662a83356acd2f9205fec7a1d8309ede4e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:eaa70a4d8eb71a063aed199ed6d38133314c1f40c111ce4da540e08baad872fb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:713dbec0d6ec8c243d5d9ebf75dfa4ec27d775d6277e5865e416d5474426feb1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:7f1537cd9f3583bcf49568750b03e8dbbd07b2160e79ef4ad938d413db1f7520_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:083411a65cd587137da6dd7ea7d9238a5de95e75b111c9e790287c0276f5729c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e6c0081fff8400beba60b81ef5a93f6d4634244dd65ea0c1941f126ef3cd6644_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:71a014dbf5a40995ba2318bbb9507275d6248fee25d4e1b88aa1ebbc43c006f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8e393a363017adf34d7fe6ead19c41f06050bda81fa8e001cfffc29a309a6b74_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9e9ea4ff3c64a23714ea66441bac673436534b81976db20563db2ba8a12ea17c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:afda2d89e926843cde66bead1ee04bae05a1e0afb6ba5b4840aa78730e1a7e0f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0e950fc99f5589bf28fc40da2ae4f5f93eb841f4139db97e7a66bfcb99884050_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2283e9f0b3af8838b7babcb8ed81047728341eb1c055199157ff2b830d2b116e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6e42a9b5125ee371a48c44c1ee2c1cac3c2571e7412d51f20847d74a029f3a65_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c11d37bfe1acc080a8e703df91bae99ed833802fb3797bf7cd6cfa4badf09e3a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418900"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go\u2019s internal bufio.Scanner, the read operation fails with a \u201ctoken too long\u201d error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is categorized as Moderate because its impact is limited to the logging subsystem and requires a specific, non-default usage pattern to trigger\u2014namely, sending a single unbounded line exceeding 64KB through Entry.Writer(). Most Logrus deployments do not expose this interface directly to attacker-controlled input, which raises the attack complexity and reduces realistic exploitability. Additionally, the flaw does not affect confidentiality or integrity, nor does it allow code execution or privilege escalation. The failure results in a controlled degradation of availability (logging becoming non-functional), rather than a broader application outage or systemic compromise. These constrained conditions and limited real-world impact justify treating the issue as moderate rather than important.",
"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.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:bebee8721b49ed358562a846def72a6741416cc6a2bbab0688a9d56ad39a9314_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:c41ae72e49f2508a8d9fa99e94e0f2dd437274d0fc4741a56cf1556213783f4a_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:010910ac80c9f0261005e4eaa852ecf4a22bb0db955c19081d46d75bdfb52690_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5720491b0264b323bbd09720314ab7f01e837631315013143f98bbecee6497a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:865c579ffbf6269d8491ed0a60d56da08d680f41472934f1992ff106069d4682_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa4e09bf3ad57199932a0f121443f186eca03f5756e17e5c6e45b16df1a87511_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2aa26529942f335f9d1d0df93741b5d6e1bf94f482ecf6f5b91e1e95a0dd56cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ae981f6c6a8c72837f1ef74547907940631530e4b8db2f6d3a21304ba7b6f4a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9ed0e17e7e7033b02d6a87e83f575e1ae6c443b34dd5a4e6ebcd59ce6ed53a3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e3aef7c894d6619ee0182bd63399df170a1a68ea44424d38c52cefbd34c88aed_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:29d1a80ce50aa853d8a602aa15b80b6434ef16d8592fd0a412b3e1732efb427c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:41003110931d8804e7ed72d1147fa1af7caead5906364c65227b88fcf915c661_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b13e7a159fcf928f50c9b16b4934de2fc508ca5a6792cf9843dad6172a02351f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ba8ab4359097d016d16c1a9762154063e554a1d47760d17adcd7a1d6adeee2ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:227657eee17b72b9127c0ba7cb7796c3a88f08b86cff574bd7fcb00bae4c0c7b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6c874cddb9abe4acd3002dfb38f8ad482ba299024db587f35ceba3a0babb22a4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8d733af5216e107af13807b78958254ea6c21c81937d821ba7cb80247502e5b0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:afdfaf1f6d478b0bad3cca0dd85a8b2e4d08f3c6cda844293c4fff2883d44d1b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:22469a4605f978d2cab2e6e609a52d80b2ceb2816ea7030f6c207aafcce19784_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2a5740b6d1f026e69bdef3d18d97fea3704f580f299a0ea5246c7c6456acfb8d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:839b0acadc574e3767a57dd306fec69849aac00d8c9d05db37a21553c38a0cdb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edf601164209b43c08e1cc0f1a8957f015e724c23643c06bd280a3eed51395b6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:095ab09409ab30ce355f42e1ef98371e13bc332f0365220e18bbd96592b8cb34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1e19abd283d3c7f43f37ea6a617f2d292eb41519e5c988e912bc186253ee4ea1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ab92cc86cb324f036b785b5b65bfb272a7eb0be82421b34d47bb0fa778ec077b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb8c224fc4192e94a9d7936d6b3ac2f94b5887b6e67e74c6ca9a607c16ce82de_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b53f0d59d22cad1b29cd1455363e9b95aaec23330f5a709764505e78f464f81_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3351f3517c85285c83ff279daa6c60de1440b454f5db6b7ac3cefa3158d6037_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b4c94eab97489010063f86fdfd760944ecece20de991a50b888b215605fd235d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e66343418c4f082a915eb6c2c9922a92ab49a62c9f3895ced29af03e2583405f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1014bc1b6cc69c21e40a8af73a4660e78a0888edf3b20c7730f5210b9312b244_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6e667bc5bd9ae74020c140f7b3fc1b5d75c26428c02002f172641db3c7858b10_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8d4b35316b9d6ce915f9fddd0b8472ee227dc5dfec4acd1ccf0cc4189b413bed_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9192404559e79e1daa9a33bdc10301fd6315fb54a11875071fbfdd4e72749db8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3be656261ba123e12f4217cbe8ce75ada30edcf8b6183f27b86e71a2fbdc3823_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:9d79aed39f9315454153b47102247db0fc7ce21b042e2b39b8bf230d5a880552_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:dcbf1a9d6b05d7dd11529db822b38217174f653866e7a3eef462beaa92363faa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fac30473f878fc94f2a5d8302c8a54e80771bf974de598a6b8ddfbbd209163e2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d263fa00621b5233ada4af5d1f910edcc6ae11911ed0e64d347ef13e9fdc431_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:3915fb435364adff485a6113ce03171216cd806d939fbe2a9dde21f8ff507f96_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de106fab83118ae9f88a6d650772c770be2eb9a324e875b4705d005c113c03c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:dfbe99f5488ba10988922c28256f7c21fe05622e40eb332a9932aa2547c0308a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:922b31aea75e3d15e7c250cb193a034edc9b90c23f251895524740df240e8588_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9ec30d34824712dc4036a2a3782e028d4dff56512866b9b89a8a11d3ed32ac3d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b3df31c813226a62917decafb7d16d15f702d191bd1f3162ffdb064ff8b40851_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f9895e62aa0258e3a25e618ef22f73c5516583840954782381d87aa2460f490e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:11921eb8e50ff9230808952a03c48410c72aa1c4b3b364be85e2cc313494e992_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd0cb75942665b368b821ed47e9497c864cc20e479e19b853aa9f91e2a8dddd4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:da81b9e0cd2c901842ae4cca4ba57e21822ba5fcf1905464525180777bac3f12_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f10728036d476ce4a691ea48dd4ae90eac818db6555bb5766bd6385cf57213a4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:439b615b8635530ebfb55ff48de16c22945886334ad21c902297a3494b800761_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:771ea3e2a76bcf70b69f858d734a30fc92202abe787461fa94d1d4875aa594da_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9bb32a14c4c928ca2bc427198a391cbed6c019a07efe652afeef8df0d4c77a6d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9608b90684a48a64a973a1c7a66ad52937a9a02911d84d5c8d39f9090f0d331_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:12e6cda5bbbe6ad6fca6b1e4a071c73289f544ef9e8c8bbefa04a2560a8a1061_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3db2e9a0af4199d7881d53ac40abdb15fd198f4ed0d87e5bd01f58adb3359011_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77239fe51e141d70ce695764f072f5db3849b20304b8ad5c7a7a238381a5fb4b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bcf80a83b16f4fffd2554413029da74b45b20aae69f10bf6fc34b2b1b03ca0f3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0fae9e4bb94e9ca4465d843d6112d5a511f945c717d072fe9b5ec50126d78c0d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15e531eed38cf5aefb553c94d8ba61458c489e702ff193015457189f337ceacf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7623d4b6acace64aeb4b462df5690b5468c75a16b97eaf5c6250868ea2a5922f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7a5ce737a4d1399f3edce8468eaf8c92323910953b83171c5d84b4a03f07ec70_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a672f8de6d6a47c0eacac43e272debc7aae590468c27fc834ae87c407fd79622_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b821a86fe1f47065dce576cf417b48ec54404db6d32cb4200f1e5b6665b0643e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cb6a3767a64fc324d0ae7dcfc667b466c3ba56ed62f2d9f395e23bcc36fe2057_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:de60ef03a70714aa641f2b6903b6690b80dfaa08202e78def5303e8a4f2dfb7c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:39c541af8befd2f04186cede99b8d384961851bd82af5dfeccedab5609d8bd28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:dd54dcc212e4a8dd1f95491f1ffdf37a460b2b4afe6b239e97ed01bc10b5d7bb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1494de633441ea309e51c41359eeeb9a1b6d40057bf0977be4ced9d77f32e138_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:37d91b0db0bc2f47179c940f409812448d12413e82b89520fd527db005890478_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6f314e8108fb7f35c2627d2056027c45cd286025c8cc25df8d8f87311764fcde_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad573cf9be5ec11c6af02cd482da92ead849c79e8999a53aa78537937c118941_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:373d13b2cd0b561f6b3de3232e0196086febebe0f8ac2298e3d49e135d504ca2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ca8509dcd86ae6cd818a9b384f507660ad0979102da8982138bcbbfb1a67798a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:15effd39fe2eb000030d0a773189485b09463dcb271f9f9365c786d69797d45b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:532230fa98fbdb150cbec8c2f482a862764edabc991040796b43cb89c063eb6e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:3cd35b169c8d6b8c36721bee7d535d22e7227a499c10a26f8b75f20ece58c5a5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:87bf5231fa3e6a42aecc1d98434b97ea376e6131fcf991f0f70fe8f08c500642_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:c0687c055200b806e21dd54fc6ebe7677e07713b7e9d477da50608db698434c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:eb4676a798f88ddf196a122d158c194e2f9d3606e6df98e858116f40333a73c9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:49c9f70dad03c76ea5f24113f57d0dda9c76d6bd75a97ec0ffa8efca03416a62_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bdb2089dcbfbf7be129707a983d80a2ea2403de4599f542b203d6d70ced116c6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:cd4dd131fffcbc6cfad4b43bf90cd7f4ca746aa427444fb1b83b8e3ed5448155_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ceef814e858fbb3849600bb8ec9c7563f7febbccef153e6e1e0a6137cba2ed41_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:818b8aede1cea348fc822098e63c44283d07b8d759fff1a34fb95698d346e4cb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:95cfba9c1aa3f5738ea1a0986edf515c7929bcc2e26b743d175855bd5916c3f2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0c0d7063c6c1a93c0d999fbbb0318b391f245be4afb2961241d7a8fe96aee5c8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c7d3f63d85078049dd578be45be4922f0b5bc4523204f0f6e7a8454378a50ef2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:01bb1e8f7448fe9716da40d0fc0fa6721a6e83eb6abb5fb9db9c9ade90f7b544_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c327ee819b81ff73eb40c7987a925d5ec1a53d5f83c4f535648cfe3b12a543be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8fe832d24fff07cb9dd0593c6be189a15dd5b66c90b4f51db34803c3ced0833c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e6e04742834a28d3e5501d46d81ede1b928ffa2b03b4bb67d7c4f1b41b972a8c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3bd509e461902d5c78947d7154cf4e2c1d7d319c52e5ac20835b929ced2a00dc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:ebcb5d059b310f2e604ce2ac43ac67b05ccf65cd91090e9f73cb40295bbe281e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:40622ba6d02683af12f5ccf089b627edbb4008cdd00f5c12144154e096e9c70d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e057234533114382fdf0bebda2c7be084686656356ec2b37f72f4486a961a649_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:bc87ee80c823f65171b214d154ee7cfe68e7642be8de366ddc500d8035415110_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f491089c7250e2999c3c7e20bbf9b5ba6e3f7b9bb5df32ece39296dfd9cf8efb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:94a3b8cc025503e74f3db89759a448eb7848a97357b3d19fd003fe5e65971938_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9ed6257fec39b9a133af04b675017c2f904458c7297142060a125a56f1877b1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aa0a83aae6ac4308aba1ed14cd1d99fb2055fe959c7a0945360914ba0bfffd63_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bfad6440891e209e6c4961b0c6eefb7a0f974f036c3836ac4ea20dd8cd58cb36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:285c5886ee1c6fe18ada08eb6290e7a360413ec7eeb2ce6c1ca21137d2a6663b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4382802a03a6cdc97faaea32c46d0a50b18bf28078cf97ba016168cd93d56849_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:989960cff56e35b3561de569f034d4e8c41f34d8f056218394ae6574f03e02bf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff83cb311a9f86f7b3f68983afb345a185bd61696122694312d7fbefc8a26596_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0b103d98fa8ed7dbb657c265f8115fa94e877d1d9c3055e9fec074c736dbe327_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2493cc19ecf6de30980aa1343ae72f9f67abca9e60c45dd9701e3654a49a8751_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c4db3b7660983eed8e7f57eb865497c46b4dbc4e9ce434f5723ac7829b21983_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9d40f88df1153ad6b3b5a45977d2caf28df5ed82f68f5ac22c59b46062b58d21_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0e96cc33062132ab8dff569c666f27f630ccfa807be154e0a80cae84b3859f93_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ed6c35571e604c7ee46cabcc0e30c695e848e47f0a54c3f0241c70dd029c6be_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:89c8211969073b7b3c444d30bdc61fc7b1c4ac2a4dd96a435a52bede721f231a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb20d335d43287ff1ab9aa31ea093dd09ead747828bd710c3349f73790e53c9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:05a9d8c8e182cd9faf243d412f84af1ba32d44f058e8a9f1a155fcb09e01a63f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5437871fd3b1632e81b4219221af0ea6be48c7478e19d62e582c92b54e4ae888_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9481f2896105bb5bdffe5d4ff13475b95a4cc8ef4854f49856280bc1637cf00b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:fe0b2b9dd0b60358f120b5c02922a240c53cea9789bf04bc1f4ac5f39d932c00_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:067ece3e5c97432a368e09212d7fcdb8a17bec2044fef91090226cbe365a4288_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1587e95f63f0e27d30aafe3ec1d6d41c261610a4bc3b128e07a0667164a7800a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:28ae7f1bbce60dcf527f7a1cb61839db6afa536940b83c2ca0469b83deef4f74_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:85c775d01713b954249aabd6a79481f2750c58da15002f84aeb8f7162118ee3a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:10724a8b5a562eb870b3ea1b5dc59aad18fd48be8642f1b297fdd9f119c98d07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a8ed4d31886431f6652d7a818081f6461c9f4cf708232e1b6cdb2828c22e741f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c53efc8acf0a12d9219121fd50b057b3011b9d6c96e5764ab378c731025c3a53_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce8b787fd1eabd6d8cfbaba3d5c5a0ee0757833dd06142fbf9185c38d1edaab4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4878c17bfda3e85a73f33484180829821bca67ce081f854aefa41d61be6f54df_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:add936fde99c163e6686ce1247591a6ca1f8e09436d1e27834d473bf91d2e56f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:da1884d5fb9ebe6edf95716c6da33eef31c9843b85994858b61306721d5b5290_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:fe1f911ae1697287eaea64f6fc9c500ac0cc53df06093501d22d64f18f1f1b2b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4b0a2c88479de32cbe8c5de93713208a373689fde9698fbce7d4374895ec651f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4fcebea397006c02df68eaa8b8739d2f8192136cf5ed1a736378fb5ed2cb3775_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:552f87d4680af353de9006b557a394366711e123172a3756e98bbb795bc7ad6d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:90d7c38edcb0b1026d5283ba8d8a9c13d5425d5969cbccce614ea52b66992fcd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5147243ad484accb1b55336b87b04d3f63133a1b3b3dd9d5608935ad6438f7f9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:73ec0c46b476af3264bec71c52aa78a4ac6810518b2c22104483cbe841e347a4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dd0a5949ffdd4d4ccf84d0c1425b37036431bf0280417c5d6f545628d6a00d78_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fccbe0a48bf84fd59ff4f235663d4929249a089514c51de14b25f18847cdcfca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0ed054a679598bf964ed72c27e6d8ccb8265093a4a332d6923422d4a5ddcc969_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:56e378d1bf6c43e123ecbf51b6b867c3051bca71f8ac89eeef8c3f376b29f633_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:be8fa3d3cfb67728e88a022bf2e8ea9350d51bf155450b9dff32b435a8d1e281_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e5436643edb952464f47908d1c0148f11e9d8b3b8b99fffe3e7b7e216deeb895_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4306330db69aca7845aaacfc5fb39af2ac17e07bd2dd5483fbe036ee6f7f238b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9398b56ab57291d9eab36aa313816dc218f68b3a3a26a3e912f63f573f32926d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e0d527b7110a4bcf2b2cc8e62b935fbbb1639b41b77e2fbc8ad4fe184e6c2d98_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e6e3e21f5a68eca36ffcfbf99038a86450f10ba84378240e36a9f10b5c7bffe9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4ce7127580f01b6097604b1b326dcc52e2e68058b9006ee898d4be14bbc37f72_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:69f97ad2e19756c43b53f7400ec2d476d8caab5157eb28049ede1c54b01a1718_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a215d1bf03fb40c02c8d9074c42efcc9eb702035acc3f5461a3f468997da8906_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb281558c21b0e23228d44339846cf3d7cebe6e650b88b186efe97571eb35ffb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:02f31b5d9de8b1838feea23946f68e184ff9ce95456e2d74081f07bc882fe265_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3ea80a1b91fc2c0e2872eb2220f85e51faa4b29fbbf751124f83760bb3626767_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc515c05851455d8df0f0251148a805cbfcabe4f00a2635f29b1231939ba6169_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd0455ce3af2cb1a403c63ac1aa876b82d935c5ff8bdcb6f4bcebb7379c04b09_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1a67ddefb8561363e2fb6e506d1a30052c2d3c84fdbb594c08a4e4d7f5e74ffc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2428e42bdaaa413aa85e5b66b66808ed6cd0fe8bb9fb76441b656163fb6aef74_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:93669d510b0978df8a57054a582097f71cc7066cb3ec2d66991ea0b8e4d17b73_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:de0543519d0d54727aff176674588dcada0f23b9a0e925b0a904fa226d9d933a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0d353084cc260ac76ca151bb3b8156e5b1e032914553fd9e5d85d2b6236137b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:483455d5413908b9251831d30d3bc25442d92174eee7871a4e0fec785f20e605_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:764c3f1175438ab900e029dc67ffcd961aa85fc9910b1f0e0914716c0d1dd7d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e8745b24d7b33cf5fbe9f722d27ae349dbc930acbc73acbe6192477e27be9c31_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:38bebdd2f59cd999d199685bac744dcfe223a159269ff6f3e09e0f584f549725_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:be6b2ae6eae51154e71ca84672e6cd40adcd90a1063727f37f99f5292e328fc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd553e30c06bdae21ae5d78cebd046bb0f4ae9643f24aff4ec6bb58eb3594c62_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f8b0488f3fe75162d899d44e04f4b4e366455ea306cd30764b1166e5fd9a89a9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:348024eeef735146e6fab4d5562af6f0679fae3d1fbcdb88785dfb8b2bd533a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8fd1a25bbeeef53c51952e0ff63b550499b47919cdd3d2118b37d4c03c160fe4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:95c81b9f4314033e0db920d26fd458553f1d32de2e94f7ec6280a97bf87b970d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8e9e5e32aa3087a012704889962634f7a2042b9974942e853141109c7ea8a40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:187b1f722e44a85e4a7718eba2ca356798e3be1b78395e5fdd46b0d058355597_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d1001760a74be86840ecce7d6b27e65b76720439b2569159a618160c5aaf64b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a9e5b6aad1534b9f06a37f5474be0ac0f451d2d9d51b512c3e765d088034c1b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d6122db412dbf199fd162754cdf43df75458fd822cac01d9468d00f9f8acbe64_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3b2ff50a1b015a092e5f4402f809bd8cc71da99ab75d651fc38f225e599ef169_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5dcede759394470d027cddd4fd1ebca11d68e7c9372d7a3e5d55f7a7681d4648_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9999ea5cba568fa4e2993156bf5a4ec96049a3239f0e7418d9ce325fd6cea339_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9f2f9f64b9c37fed403d6b770bb23f759a95871074672dc511ba283edcc8869f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2abfe8527033209ff785955eebc78a31ca1665beacede590850b3f22386f1efb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4fe05714d56f61e87cb17ebbe4f49a9ada8a46201cd91eaeba62db4f224bf6ae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a6d4a858ecc45140b936c1830f9a2ebab7e5c8340250ea3dcb2dfc4c4215837c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e1acd45f77d5f58a4f0ec08fdbb4fd32f4f2343e925ebfabe2e3bc5a73e613cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0c387a75dcbacfb07a97684b7a012d4e14cae0474dde8fe5afa828b4e145b54c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7c54e10d6611bcb68abf51a5b79fa7717673e913a1c39ad7c47ccee2be788824_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:df14296c35b85d1753a60930b86d99ffdbae42557879c9d047da71328c11649e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:eae55c01a4335958e6797739480e099a738e7afbe5f3192053e2895b5f3c368c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:676fadb59d495a758bf5d574d9a57a860356d060090a09c32ad4707af39dbc6d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7638ea64455e8a26a875db703f7e61b95f6910ecfa8172977f0a99e0ee85cd2d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a7d4acb4c1ba1fc4e163291f6f95990c2fb2493b48b9bf4a3eaede056e0224f6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:efda819eaecd912506db1c4c311ac444a4767f9d5be47910598dea2335281559_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b1dcb61cbc569a5593f993c98c967299867aa5c2d661cc0afd30ab586af11460_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c2bee1ac77e47a8dcf25759621cf06ea10b0fad1703621a13d1c2afbfb057a25_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cc8e572511a3d9983a15ae61baed5935f4d0b275aad9b38c9b510c48ef64e80c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f8d2de3b8ac558a7c0239904a487b55839bcf25210234a173ae4243f2c5fa910_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:05dcbad3dc80450b2d6f501ed43cc01c0c7a6c9fb16a46dbc1963257f9f055d9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:12c499de90e073bf571f990a23289da67bb290336674155b72370b26703eb140_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32fbea963882d5f53d303ac03accae21b046780c83dc731d6bb6dac0247702d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99c7b7ee1a89cd78afb206c1baff8adc5acb0bd884e57cb2129ed361e28a3b3d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4c254a2ec17b2b686b452164220171aadde65d0709ae4975c44cfd14bfb19175_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5b32c810e354bd77f602c0a7210bea9d104ddb5caad5cbc5220b5dc38882d9b7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:650e1233b428da23a578e7d0a0e2a801c5b45b5250d1ec569db6f72baaeb862d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e245f385dd09d0f2751f22bafef52476022671151f19821b9f0a271c829117d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:14b496d8af8ec2e7ca87629e8aef842aae182d9ec291b6e8373fe788f2da6629_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:33ab0999998bd7585c1dd5e4ef29d3dd17329c04b933f4a8aa3eb0e45c7d41ab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4922ff9faeeb349a852b064774a4fc4f0f9ce675ce7ad8ea3460d71ef31ecaa8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ecbb51b1104dc034b20aff20eb64f290236dbe607ab88595e14a4578e651a369_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:59ae1c7da66a76cdf39aff972ee4c21fac52c7d2ffd3b6f468d27e538469d4cd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:73e75de1e43c3d1ac1f998437ec36412226460ee78456f67f2cf64cb03296ff8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:882145f4222ddccb6cd6857977ff32ca9d0bf15d8e0664a87e5bc120c5245aac_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bcc4d1f7728d8e9e17e22751e3858dee5d0b0b7841c27612489899bf0fad5678_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:089e264c27dbf0a9cf5549ec79a3b506744088a31399bfeecde3db5f9b8a4b8b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3dfb58bc1a4560614dd78c7a27062889bb12f452efadf93ba75ca286df7b2c07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7075939e96be91c69faf0528ec0781e94e97ba80e2297f13afc01e41b204b077_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:994abccb614b1af98e8f95bc849c54d2c81f8c3714a10b7d134b1e4cf617e20c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0a9247ca6b0b6e26f65ece8d20944bbece3ec974b3687a8e5761d932248577b6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5d55e3bbd3185fbfcb0a9d61bceadcd29cc8662d78d5b0f1666d47d47f7de726_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6d593c6a064dc2a8e0c5f95134286aa7e74ae0c731cae652210e34573bf7600f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c4d9c20147b113583d530015e2b54b0b00416fb81d5d4770c50fd5cff335d346_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5b5195909dc8af2c57ea159e06381f8821b4443d772a7770e3c3333476101514_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:762a4ad76749af173bec191df0e6a1ec34972c0ebcb2693cf77177f0d5d73b9e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8147ba68f9b663675fe9f47683123a3016716ef57d6db08da03b9736d8d4a77d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c2c053dfd09a7eb997a26b6ae24c37bee54f165f27980368a6635d11acc1908_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:091590258fb774f85566a2927f46f29d73d499cdcf31e9642baa07577f3a7268_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cfdb95647a0ebd3e658736c03c99506c1d30d59842bc5c34e4014cab5a8637ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d6754a6cec1740eeae77bddcc2ceee636093a45e103830989648c82f8ae2beb4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:efafea3c4f8c39b34253ac5e149bcbaf1ead37504ef921e1f8a8eca34ee57aff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0652a3c38f356f67403795053b94ed25c9afce4681c6a667a9f8a4398fc2c90e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:76d0b1679f5011f6621cb62ce56e183e426f513d6f6b643c258649c3f1855edf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:87c24a1be0336008c3a332dd89a2628979791baaead41fe098aa7186f66d32ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a1d11a18d39ac896e86d9f90dc692d09660303d89809de42c1fcf2b6bc653627_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7119cec8ee2ff6535a3a918b0e5b649e7e2e0b5959ced67a7c92eac1ec5df4a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9ece535834ded773d679fe84bea163e3966207e872951e0fcd9584d751f081b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c705d33bf190679c6912010197460fde75f07404d1f20e27d1fecc25a7ef73dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ce61ed9fe9749d0e361c43d7095e2f48a4883213be864d00b986c5e8e8c85045_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2647259bc942fbdba06825ac9c39a20ae9002cba5f91803e0ac07fa667fc8152_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:38b5b50adf382c114ad353c25177df324dd0c2429ff7d7c47333b1e48fd149f1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9ef2e09985c9e70071836df61aa5056d7849342d1e591041106134c997ae8120_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:cdc8a30f6eb45d295a29afe26dc6fa952304490dcafd41e2f3d113557f5c7061_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:77485bec5ae6c204a95ad307ee212611efe7102419a4b8b2170345c2129566da_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8cdf5aafdbeadbd64b4af55cb431b1e3900fafc32226e8ec2fe4b8fb3cad2159_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e1d3b9df127e66a181ded3634fec2d5d0cf522a7c690eb3a3e837c07f001d590_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f7e5827513e801dd4f0776cd43216992265c2d5328e10511c0c35fff50d9d4d7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:12d479f76a485b9bb10e103761b14de977a5f4bb5be30bd1e5e7661a2efa798a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ad07eded8361ee16f92aa1fe3913eb6a47ad11871574a95fa6209bf2d76ff3e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:555dc9c019cb56c85f324c15d56a3933920190bbfd2f605897b7c4ccae7e7667_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b10e5023f52db1f56af89fca242b92279a681fb1b5d5d3db46d9e38ca9efa729_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6513e69f9b17c6cc2e2ba95af0b264fe1dde110f148704308f4b60d2ea7ef231_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:86e64684776ae3aae20ca417a175651709cb33b1bc5ec0fb13dd42689df53311_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a102a9f30ce55ce359df7ce9ebad995b94200a4bea31c2165eccd45b85c62f52_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bd0eadc5ccb1c1c61bdc44756c47fd851bc3bccc19780755617a4d6e5c09b9f2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:00b7c985115df727784ef9623422fd054dc94ad0165091607a3fdd9998c10a56_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:322423d85e6f0c49af2a133d0ce3b2dd8dff6f590364b49eb7305cc90c95ea9f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6519a4b407c5ba8c0217e1ee71a9bf3cd57f3b5f3ca2b106a1272569dc4901b0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb9c6a99b8ede0463cf4e658da1fbbecbdfcdba532d6a9f0f55ae24ba3e547eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4c37f659efaa1d9aecc62b378257a4a47c2af8aaac996817e11c827bb32fd4d2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4c7b5854b0eed9015e784561f99823eb4cc8afabcd524acb37acede8259831d8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a25d236bdcc64d2b699b1122299ab1816e3c6fae3397fd020644f2be70358d48_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d2b19510bdc7fd0168c610511905f88c492d8e08f45f4ecfc643133360e6caa6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:65755d3e3aa9a5549b8bf3ee7032b96982a933c2bf8260c62d5791d724275e07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ad94c387912fd6e893fca762d36a0ce1ed6b2f1357c97a098d59ef8dfd365b13_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6bb812ba76f7f27ad7c705c80819476c23b3a2aa3a6c741f696b3fb436d8382_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ea5a80665eee75a7c907997c073a3c343605dbaeedbff337ba9fa7c2664588e2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:132271287af9ef8b8aab7278ec8dd01832160ebb62c6dfe71cbf1551b0664720_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:632b2e2895576e7374328d3bb8c0117d54fe021d94784207e421efdd1cb41816_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a511c3797055667736e34c058017863bc0949d7ebcb4fd2dd6efa99b3145a3ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ff789af3fe8b798d8268bba0b19c03ffeb7da2d67360ba8aeed92e4ba2077c2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:13f39b6c78737573e0ce5a6383bccd78b5ef35372bd7285a5f0a44ecb76e008c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:865e046146ceeb7ac69ae9a8cde1ef9c844335ebc7cf920714e542527e689aaa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8e65187e756979c6068647275f2ce180bd71d0df267815a08926a744703c7acb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c617cf740709f1940309546d083fba3b1a3a42101eb2d22e6546c865cfe489c2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:81afa9712018ea075a71f3d932b6b68b035fad9348dbf2d93ced07f649edcb02_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b4ff9216aa7223fb6212fcc9a1d365e018b216ec4b5001c5e1375be934b83c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:daf6813d00a0766e7d3b919c0faa456ff77983a82dc0b26d25f64f20cb19c5b1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e549728723ecd6d904cda50dd2baec61593f263f1194aefa3235e739e7f0953c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5419eccabecd71838e02ccdbcc2b7e78e045664f4a692053aeb256b7bcc15a68_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a24c0f597c066cf940199e4589f61eef854411fada5a30ddb0745fc287db9874_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ac44eee14fe0396928ae284a8dabfa0d41b83c5f13ad019b79e5f1a68ffccee9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f44085d75b50784ef31eafcb0b4bfce346d030b6d207eab57235b67bce505a83_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:05e427f253db38a3fdb3c7f5cf52e6153b8d5b8d12a64bec031243c2bd3dd69a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:be18bfe576801a003730162b87ea7d7c7426d9a6024c8b9613c7825d7a3723ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:93468474d06a90e4cb067ccd67aabfd71a86a7d31c1db6ade298cd503f9a35fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a74517ee0d1209fe83b5b285e6bd2e2fe3cada4b2369c4d15a0203a03c650cbb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:5571f5602275cd858a6dfeec918a34735c3b23e235aa49d759769f4c116aeb33_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a8588618e8d614432c463027a95a1b49c94c7194e106ea5cf28af380ecffc1a1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:0d786846068731f1327cad6dfb41d0152cd27e0163c87cf64d86733e2e27750b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38dd6545167601f9e1529df42f24ca5dbda82185ea2891935d79cf16a295eec1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:991456b67af70e5fb9a98e9a860bdbf2f129f9849478bcd5cb40e34517fbb508_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e215ec8636847d0047e6d3ce68730251e66505d60f879e5ad001b20e53447bbd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a74e63424d01bf257048d595cc48f96463cf86325a55be3d6779a7573b80a66_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:67dbebb4e04b267b71f6d48623d2612f2ea51a1e2d6d10ad9386336a47f9116b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7331b69094fc7339f56b91bd927471659948dc2925284010230c7b267bfdf6c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:ae57c471db430b9b1d4aa0955654477ff31186d5fb2a6f3c0c853955f0d67520_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:08462feb125bcc2cc00ff094dc26c1056f4b33c13fc0c0627157b18cdb51aa32_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7ae12cc1190258bd0f1d8935c59c630e5b2f897f0ac8197c35a1e9f4f7a6d5ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:bcf2a33b66c78e10b590c0e3cd12c3211a25752c0ba5f49392044452fdd368eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e4a43a00467e831089066f7a2ab6676a706534d719c7c4c8a9d334d6c7eb3fac_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:423f51705b3e137e01225c5472e8eda4ef184813e2b6f65bd612c35645ec21c9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:48b638cdcc77aecfc34f2c4c8c070547e693a0ee816f1a496844ac29acf010f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:aa8d31a01d859d89a799ad1f85b16398d4e76e439f3db698b53a45722c39b1a6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e7f50d5dc25307025cd774c85e6d065f66923befaefde13e061e8c05c422321e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:024f155c8913b8581dc6e4a73c226a150c2e54c1153455aadb5a359726c88cf4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e6729e8bc1d38abee66d5bcd20733b4145726fe1f88bff2952d084f12952ba5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c43d7c21b6dd2c7a28888b0258715f66c90deb69bfa2f0ef8ff8f80044e25586_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cd364dc68795dbde9261e983bd6ad898a4cf9bfdf2d8324f9cafac1e533adc75_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1e8d150ca04a70b2433f6dd14113d87cf855f2430084418e493fdc32ad475448_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b7e2d5ba595320012c4d9f0e0a9e5027fe54bea2f2a67a1234779c494ad96833_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ba89c6a5806928218f64f7ade4469091194e40bbf5f67e6d4fdf10f661bac5d1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:eb3dd6ec3c4e49459b5df412ffac0154ae6aa6f641747b2cb00e4e7136ef75a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:335e28474268dc9ed449d9d14b4ea0b551174415781c7b1e8f3354d5270794cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4e034f250a8d918ea2cbe80e067347cde4d288feb63bbadaf105e28e073a56f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:abbfa09157a881df0180aa769b851734c5f937347be2c85b64659ebdf680e53c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc53fe3ff96c86c4eacd2940cde8e184047704db9504bb2a12d3bbf185fedac5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:14ff9bad30b68fe03fdd72f655e5ec9243ae52a55b2a42a2d5670011ffbc8d97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce33de36f830d2287fa1edf2d45a842f8bd68effd1a8740c1ac33a9a659117d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:29c90e548b0a33cfceb5867ba26ebb05c189c2df0f88c78be956de730a3f2859_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d534dd6c5267826d54a48f11807c1c79c4a0cc2e3c271de3261aa9fa0696454e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:47800a725d4f4dcbfeb7c9fc7c8d785ffc3f6e2a182dbacaa7a36e8776d7d858_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:62c37d7f1833b6944a859b8b3320743b46084426eed9fcabaee6513e98d53c85_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:cb396ee355b2aad803d6fe9e79957b091e393f05de35e595555e3a39bc567ddd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f82bed29b3be43e5ab75c0ee38894b7cb5054f5f73ea4e1a1fb60f00fa37370d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:28ba3bcb89c3326467810be9dc59a978b090b7a53bcf8ca608657d573e56894b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:56125f569c99eb6bef7901a8bc88c60f92341ec4466c50fae58a996cf9b20975_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6b67f233fcf6dc45b908e032f9c1c118b2ed54e9e5afa26737bf0d8b6702f3e1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ba439555666cdc717511b9d280abda62ca4dda1c83c597ceb4708d7e9842c2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4613aaf0887bae2f93335827b3e57cada369b8eb3ba6352a493c6613ab09ef2e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4c0edfa5b977112d0ad8166ed0da4554f091818ba1a1b235a382a84711345588_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:a64416eeb17a4477cdec714433218677e797a0af64c322128cffb396c506b2e6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:aeb12e43a3e32f266acad3350fb70713f6b377854c7913931842ab9fa36322f7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03db18387a9ccad1deecaadba20e5a2c7a4d972b9fc2ab748ca79c96803c583a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1faa1d612f4c4a79765d4637758245dd50838e9428ef68fa7289e7cd799e5eff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6654a79204a27b67d72a177181959f6ef26373331b85a288f380554024fde838_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:a66ffeabb9761d4ef2a7c6211645f08f7d0cbd1fb103497dff173d9ada6d1d7f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6a59719b82960eed76dea8ed7fd0231bab18ea97e754c0a32d791b763555796f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7e8dd71ee92b5a9d442668959190290275821245938eac732626b3a1df359039_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:807f5c133cf808f5ec38fb50653db843e81322af200a20079edd22851c10b954_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ec36966f8e3ed89f785de7126ef4bcac743b10db6d20a90e29108fb0efd064ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:299df30c1ac347b825469f42c648c0cc71b4edcba54c6363a8e6b32323aff4b4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5b6125aae527a855572efbe741d222a5f222fe593e4e66d336c0047607759163_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:925d7c962a979745edce32fd795fad2ccc2b82695f6ae8fd806b48dcba96ffc9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ca5fd62aad08f7866c1e5ce493744252e9b3c546f102b7a2e67cb240196986d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:704f9ddc250e7a5d7e2dfc0ec5631c3da995906ea0bd65168cc4bdc0dd58d292_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7aebe63b8859b65c7821095b8949c641d872029d6a0e133ba719abbf765eae4c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8ec3a09e3a461bcba4991c5d52e007a42bec9c53daeaf80be483d6876b38c88_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:baf4277ff1bbc0f79ea2219ff105ffcbcdaaa63d994a04fa4a46c8ba9d172287_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42fdc5ed04c4407565de98045ac46a1e1f2671070ad7d87b1929a55fb63ac5fa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:80f2c4dbe7759329ed22058482f0dfd2f102edc1501be404e24ab5ae3f445669_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8523b054f4aaf548c9428b09b20f38f367cb41c95da907fb805eff2f1e0dc9df_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5326afcbf6cff060a1495c7c827893fb257425b799be9e754041a27d05bcdadb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c023c845401be6057b23b7c8719a11a4a6bb416a61bcdb40c4a180ee7410121c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fbb0d03aa31f9325c570982adebb323b234f93ee8e2e388ada78bc8d32c23f45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b6109ce5c0e902160deae3578d5c9018c2a2430ca6a1eafd574841934e039208_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ef7256ba10657180e2e884cfc4c3e78a70002466c9f6ea29f2dacd3b6da6547b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f04d3353da02d3dba1592280b0df71a2ed7296e7abc40c334e61989862d5006f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b43b90ef8ff9141b89a90518b7f14394b36f6f0d9367a771bda1cd5689b0c3cb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cf30e7f20e7975215919555bab9affc81bc6a1f5ad515aca90773c1fa73d31c8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e9d76d6ad249c82973143f7e4ab9f45198e66d343b807f70dd3cff08cd3f5a09_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:52573d890ad34de510a014bae5fb43b6f7101c2281404ed0171465e76434e2ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:713cd8e6783beb6b6844b6f6df3eaf25d746621611ef050d9350d55f53f4fb9b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:756b5f5423b675f17256cefb68e4e571878cb2a0bca61a8e8e1d5c7d1c05d480_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fc1f2838a83d79c96316809e9e09f1efd2b54015476e6d38df658ba15850747a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:114903a771d51ef46d9d8982a3cc044261fcbe7f7a3aeeee5cf6beb05b3353ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a90074526999823c6a5ad4a203b7fe719d91d940a7bf1f34edfda820d524628c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c01a584d4819b77b787780986863a5a8da93ceb7a400d17e2cd89f263f71431d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f5175803425f00b74f14f887d487014e4c664ff7c7c9a6f9033b3607d290ed32_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3dfaa1675d23d869c291619dea9bf800fa79e6a7944788b1e124ba47de34d48d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3e54af2baa76d239382944ed8cd7359721b4f658403426a5989fc5220645a7d0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:753472746ac51244d85102a4b5cba7c5d806c279c8ddae06399a4605ee9b39a8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e05bc99b0e6abefc8414fa995ecee48f6f290e91a8026ec38ef22e4da0a3bab9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:3964f685f0019f6cec500bb4f0c6c951eab80a5b79b36f594ca67bd611ddf4a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:39ab54f3aece62ca424dbc1f5f17d3551d3cea7ccc2d888b2882c5c8bb8dfb77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:464b70d7f61dfd2ee43d78120874a5cae78854dbf178605f7f27e1b5a70ae00b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:55c32f30da4e3bb866a34977a7a0f2e25fa04722ccfca814f67d642b6ff1a265_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:25b67042d92c88e226638ba125e045503d590a967bf3a6a3838dac4f94993bbf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c79f5f9c09620a38583a0b96c4b2bbab9e3ba7ac715fedd799f3c87f0366b4dc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:192da5da26816fe1d5e29fb1532acdce0b07ea6499246732d320e25e13b17e4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1b25170feae9b193088191b9e796e56b9427e79c43f368cd9729da75326ba1b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d594930ba6980988e4307f75d0d0482d036539d5d95c9681947d6cd16898052f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c4958648a0a74c57eb900d032b71b556ac9d245e3422c1dca83465d5e5c780b7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c7f611e57c09bb077131f6ede097d53b71ff9cabddcfa1842a079dbdf2235a6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:61ee27876cd0574370de2872e8c2b75107c073434fedbad8a2c4c8afa9dd8991_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8c9aff1ba3d568363d84e89344cb12947f630424cc9b951b562557095b79c634_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a5c33051d8bc2ddbce5aeb183b9fd6d315e86339996d96ade0bb487c648869f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c8d9d4a3d037962c57bb67241c7189922fdadb3cd05e67f0a39dd4bc2e7c6ce9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1e0184cb6687ac299f9fa3623231c1b59fdc25000d8b53bfd395c206aa4a352d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6d9ca8af8ebd38c77605675b6401a383657c2104136c48877bc5d03f26262c08_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:aa1610c46e7bf62273a2454732226ad09902fc55db826effc3941704248d3c8e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b13a5dec2b6b0eeeef0d050f5383d61edc7df45c7bd3489a3c0ca618f1810817_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:359fa7e9a451d7fc019ce7e41bd38c63fb5ed0f2a47950186f1009ca71e25ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ae5bccdecfec8cb231611608d730b03c5520a31f768f3b67a0f4fdbbc7187be7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:bc6ecc04168aed8854bb311d4c8ddde6a569febb302a23b85a77beaaf6e5a512_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e134c48dfe7650ac9961724c83d53ca8f8fc3497e7b34f137fb7377ffa85427e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0411e68a0734d583c7048689ed24c00be93a111b37d1b660c0fb2c4845978743_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:45bbc288c8b504ceecd76daaf2487bef81223f983de9dd6c79bd6d5ffd83f363_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6b64a6a152af67a439cba1a5fc36bc9fb4a794478d3278ef062d970e0a289523_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b726d005d73f6689ea12dfddc2219214601210b7d52ebb4b252dcc95f4dfb264_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1b3a9534d3801cb4b926344cb14620581dc867fead783bc198485515e581592a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:93ec828e9083c17c29decf19fb120fdc16d31b365bef8c3200bbbe42603155df_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:284e3431634a9fff3fe4ccdfb2cdb42a1fa7c65870f63231991cf93a7ee69917_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fdcbeaa54f5733386e54677e1216a0b388beab2b4b594ef6de20a29e2a66697c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7b9335abd4859e062d501545ef53de6038279798ec74676442c0f9d8664847f2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d48af089c42b495e67f286e8f47fd627bbbf8a7c7195b4b7f6b6f0fa4a3feb65_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3a6676f6c116c107939521a8fd439cd8c63bc7ee0e4598279b008a74665c7e52_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e80175dcc8657f2652b27ec47590ff40c14a8f22d919a5f6c1e279819f88ea24_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:06241fe673f87ff821c89e24c9e9446a1f6b4a24a385d4b30f6e9a27f46ed5e8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3c2f87341c2c31fd419a90fba360fb9bd91b2f6e30302c3f2ec92b12cd62b089_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:4809b322211ef80efd2313c20dc9fc7140abde0573d7c7a7979fa57da3287528_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:825c36072d88c4fc09a36aae94d6bc5650eff29d59d3229e9702a3d528903700_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:60183634c3642f0870b6f98003755ee8cbbb21bffcd22e24f80d28318e677637_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d049f56d7901b70eae24584eb1392cddb245ea63e4aebdd673fbc576f24777cd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8dc453552519fcac7ce6d1b4eb8182455896c500aae28e7357af6a6762cf3e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:fde8d01716a920c22ddd7d6338a1e81580052c4b680afa1358390c1ff5f59380_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:29acd3fe80a3ccbd5d74f41f935344b0815ef55c5f75766a9d0615ede2fa8f85_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4778ddfe16afca493b01e1d487a971812b418a29a192c7dc2b65ec9701e0c0b0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a41ce7bac57c92c4102259fb9133ff3edbd2c05f5525e47aa117bb9c595d0e00_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a6774c5717fee0abe48ee0d0f9fca3d80dc501c5f96adaba7d3c764496f254a2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2df63f6fed934375a5705f3ea2c8a976ab16601c131dced7275418fded991afd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4fe5549b6b1cad7edea418f6e61faa8caf468caaffa20d1d79beccc6e740f59a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:919128cc6362eaa94cd6c8c7b6c3362b0d119df6e26c9262aaadf2726541d8aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:df84f648bdc9ac2171ea25c690c123ca9345b090b0228f887db2cbaed3549246_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:291cce0965303e35e3cc0b6ee9bb281ebcbc36e75cc4220fa7c746d5339bf27d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6f646b653804c6d1a39f0edc4bdbe676ff45aeb8198efdf3797890e4b2b4bef3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b4eaa15aecb85edd4686d0e7a3af911f1b766c07f48733d18b8c8eee2679a3f3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d968dc49f267e0afcff906870f2fd6d528cdd540d58e9560e9145abf7672c417_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:937264510bb20f5ef3e076b4c823cdf7e6c09bc96dcf7cbd69766cdf306aca50_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1db80be2cdcb3f02b0d9767cbcbe763a6f726da41151c275653865e6a56aa2f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c94180e9ebb3a4e2a326c2510dec3b462cc03a9348e30816ea134419e4db7200_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e3d54370586c033ce86e930c1a8b84d8929bf628325a78032178c19e592e8580_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8acb1a1b52da3dff0cac1f60daedd4ddec00bd69a1c26491b676c042ce5e8221_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:952b598c48b3547079da6a3f3876f672d7edc859c2a7b337b8f6a41ffad7bd17_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a7534ab75aee64d4c7ab50877064c62cbc21447ae5c78f7de277f8b83c45bef4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fcbb0a00765ee93c1d12bea60288897f73697f13f687c18cc69d0d70cada5629_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:00b40097c6522cac107fe065186866a03155c1443f25e02ea360e7dd15eae8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:14167f6ad7a4a9ecdb19792cc75a72144fd4ba0a705967088bfd3127998d22d9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b26796189012b2083bd4042bf633c87775c1875e53722dfa2c3fb6842c73eb40_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c9250cdbb217c1d7c39dd4926667dddcf54e286cbcef80a8205c77503f0e3317_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:b3705338453f73aadea5d84044ec01dc4c0ebfc31749077a4fec22318906846c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c182d5138ebb9cf106873b4f951786b5ad4b6f77803289ba8c94fd78d39ff8cb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:8ac02315c6763a71b6bc427cb01acb3ec6e65ca4772188de864647f63c83f391_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:f3d86ea554aaf7d021585e38d72dc9edc8a3882c2a54eab3e5c4c097a3430b75_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:036faec3bc26e385dffd7677677d56a17b846eadd33762dd7263ee184a21f1ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:38454fc8a649506c1a6c0d141667ea1076c03550f6d4e06ec1f3ccb6154fabbf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b002337bbea961b20e5bed71d22d47149d0e979cc28ad8a1479041874c5ca79_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:08973c462b160f4d0906e46aca0ff1edd87db47847a1c612b015f460284d2fb4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4884742feb7b9b091ef06864a8edcd5c3ac45a0d53f571f4b7fe7248ca221fe9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:585f22000d02c1e94875f194e01c119c5ff58f0279822e1050334df1e80c0ed5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:592f662ff520e1ead327b97bab7b779cde84e5c5f6ac2bb846a3a962f6698eea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0dddd8795e421248fba7645611beb1bc8cde997d72553c0a8ca3b06d87f20e2a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:662d2c8b45d134f7cb402b88371862b093f56c74b6d890a87c60f61f0756c178_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:94c4be676de031fbe35d3aa3379ce2ded292f6b1980a5cd98bff543de6644ff2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a89fef039ec3a17f79365706a1605838b88011c3ec3c70add2ab0e02a5b7266_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:474a8b0e8e891a127d62afd66684fb7820e8ec30afcf6c02858f6c81b9c4a635_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:51ba4886a8eb2be2c540a8761126874e03209066c912eb315de0bc5659e2f9e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5b32029716269a04c5bd985385d3da93b8335564ef375382c21da41e04590e06_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b791448f1ace958d601b9b78b573282e01ac21d622609059709bed40e9a0a7cc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:106806474727790a173149953ab4f275ca399fe3e73ce22aa09c1f6aee557f0b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a7d17faf02b766ef4631f9a1d527f601558bd82c9da61bb26796c9c93fdfb15b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e6bd84eb7c59ec23360039f1c586f2d2516c12fa416156630611b62c5e8e4a4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e91319eca356fbb7609c464e0ea85c73c281c9090998364b8a49a3d115ebb6db_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1e74a43d33d39efa6b6e243a75dd79c505cfdcb3800600b6cdc6eb97de68edef_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5158590f0be62a6017192e0045ff68b971165a622c6279965245231babb25e78_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9024800585c0fd16b23603e91319109b55881d9f276c9b245905fe368b4e6b11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a2b40d7620c2d3b09dba2f673ec443e2e481da3d3e81a579cde2401228770626_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:37f2e34b2b9abf9678808cbf3487b76b8bc795f7b19a564962f61d8f7e32bc3d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4c015076e09420f82932e926b1503b042a077697e72a137d82f7cffcf92049da_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:697ee5f169a3edd04168f6061e278a3cf094463e842c7b275662feb4415c0b49_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e90bca284473c6b67af258d3c12f2ac59ca57609befc9baf5cba7df6694fa8fd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:32d920433f8ab57c952aa8296c2a1d8aaa2f251b89b0232975d412889608ffc3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:353f8d91d668176e3a52bd8615d3dbf86b3ac0c9af25574c01fddbd34f95531e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4163dea9e5cb5245f107d30983b5934d01dcd5c765dfaf59803cd2ee0f76c978_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:aa74eb0ed000a11065676f5a2b9fc7ae25677168003a86aa49a53a9586db55d4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:32573c2a0faa0ebab188a5656d3636ed06234864bb8c9f3262bd9182ea98453b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:51b1dd0d0a15f4a9377cd1c8694c9898aeb1848cb04c2a272fa4aa13c2c7ce27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:72f3fd8250ad2afc70e4d024d40e4c287a96e8f44c458caba27adc878d956353_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:73c4d1a1b9db3e369263e77728a92b89ea6e03d7b29c844ca83ea6f179df0140_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:01b523e331120e77123bacd824eeb3f9795d6c30f37e88c03879f756992a6b61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8aa7ed397945e7376a0fe4089bafd8688cc63377d78d994aeed012e903ebbe51_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:be676a549675f456829817f44f6d74dd3e6d62a08d7f795b8bfe455908c5c53a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ddca4e9ef84119651a3f5671bd06fc14c7c4e6c4d46f627ddfdbbb9a0ffd90b5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1b0f00fa42bbb2f0263606ca50a494ae17e7e92ee0bb36946162062d95af0ae0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:5349bb33bba193d5f86974633f8c0e5e4cac4510de260be6b291fda5879d9ee7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8573e694c74ed2b362127e9d0fa1e907fd4117d7a38dc42c6a336c098973ba4e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f0ef40d724dd7cb5d070a67e477031b35f6688b0c2f8e0b6cf41b4a89f3fc4ed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:36c3f0ddb54a93690f72bdf01669cfb492ccf4467e99f816c03bf8573d7f1c92_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:78749018731e612148771f882c5b197b3e3143c03c6c78dc1d0e7dee8e5b6d21_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ec109cbe33900fd9e12c200997d3ac5c42349670200c8d4c36bc23a7993faaf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:85100d7e3011d78903fa54d230b1dc9058e3a3d2c6c111cb4ca890ae56082602_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:16a268411728688bc85393a4d00dabca2b777be477af7c9b0f7e495ff6249ef2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:21c81cb85f36b66b22dc4840ceac8af18c9ef0dde8e9704a003af23eb5a9f458_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2ea3e45b84d940017db50ee4c9a5076469f8e1daf021540f8279e11ce30c5a95_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e39faf3ee84ba86a83c6db15e61c29503f68a5de28a634e3baa13a167b0cb8e8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0f8dd32c213a857235a521b9629f25220c69cafd7802a6ce75675d55b2bc013f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:3af844266499efa1baf91798f9a533c81841090d1cc3d6d8cc6317062408ec8c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:42fe4b2016e5835c66fab011229638f114bfdd8c9b6f5555bf6171d12720b596_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f6f7590a50c14b51ac0afff88849f723a2119033b83c166288eda80a3c88d409_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3d7c2334e1facb902eabcf08f90c6e532f86c6fea96f884a203850a79164aad7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5344f3b43de551cb718126ee8bfe5e333c23a5698bf1c54b939ceb8f875c6e29_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:555987d3c869da57d85714c31c9d3a1229182d9b0fe9c9337076e2d7ddf44f37_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6006485ec84536268eb4ca08a076eb70deb9082e2604f55fca792ea449c4fb8f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ad3544d26b02bef0c734fcee9530570f6a9b56d3051c8dbb4f35c8c4a3e987d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7443b837f9ff990acacebf55eee58c89724cc5401a7105f34d1cdd8eddef09e6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a8b8a1643a17ff350cd81dfbe01242ce65b9ddc346f82722be1f3f64c64c42aa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a98fff37c1956ace96235e801a6b7590d42b36a059a99804df250b5b4b3cb97c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:46f4c8e92e41653e490143bfd3f577f42f8de3e90f6857ab6d256e2c8d36f062_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:da7f5f63231d4ad7fa289dd2895b252ff269ac04b80183f2a5562ec4fb994d8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:089c05fc16a090019551b3656d71883ccdb653a61b9e3bc28312d938caeeb904_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:81b01e1c99a1aa8b4e712a537ed4067eff6df92871347f9994669948102cd959_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e207aa2a32db7e3360c353902da8b62cdc1a48f38fe6709a232f68ea88d7a0f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e7b30b5e1e6a538afb2a063faae1e56503e1ba07773ad385eba5b44a7a2a3a7c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4bfefefd88844a4e4e5585bf16f65a785618681729e5a732552ec192cd0f35b9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a31661ab2d431eba1a5b58ce1cac6abe58cded3bfd98417cac2b283d61129f38_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:bfa49db6924aa3595f81529734fbb4174a183ecb631aef838be2ea14b06dc81e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c08d6cf117ce355ac8aa2a5435c44e1557184c710f4dc0a09920e029020a9e82_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1a21f1ed4a39d0ab0e189d994eee028991eda265c252a2438f43cf796810292e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:70d29bbd0f4b1bef5442d45d31fbc9b85263e4baaa9221d64c66d78912d6eb39_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba9c14fb4fc1d1d00917e68b1013033ca3369f18a8e826793053c9f765ad71b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7499f0837e42743c846bf9ca2e69d025e8d3d1adf2bc87c03ac794cc1b34bc0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2cc2372482d9c4147be8335be1b49246a3012af55d763014a263afcde08141ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2ee93dabb1ec3bb71005065421285589e583a7a97e915e4090054dbe71f58fbb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a91a2deb377be99b985687145f7b4006cf039d54b6cd1b6c246bebcaba2d6977_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b4593284c3159a154f6689d5c25408bee333708d646d6ab409eb56f24cc51acf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ef7714fc29feccf311c89eab19947d1d7b1b89aae40544210254ef8405dead4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4ec00e54865aca45a05810dce0243d6bfc76358877e0e502c0f37e5a8c86f6f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:684888ee84bbc7e43c0030489a28ee775e4c61591533db7f5906c9302e9b4439_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f070afd309659f550fa4a9bb23a9b27f0663236c1a07a311031fed658eddcc62_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:35935c15319e961a98a88d389eadcc935ef0c2ba6a96e9015466ea7647667e84_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:630cd3d1da2526227c85f4955e73c8cb1eb2a7153905709e2fa1b58a40010c6c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:c1ae71a3cc786d6147f423c9bd6bf5e9260e4a91f3459b5885d4b5c73cdf7580_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:df759738bfda3726f291d2a5180cb6e5036b6ffaabee6d35ec68a72c7f31df9a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0bb8ff503c4c789ee1f0722f10a4e1f54e5dccb42a91d1bd67848bdf647e3dac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1c60387c714875a934e3535f514d2a291bdfc7105161425a7b19c622cc74c93f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2f0e73326c82a94e0fe1a30f332635d002c16846da293c863aa4a4f025aac518_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:73e12cc35bf4da315bdb930c1ff3eaf3cef19686401f19f6def7b7e84650134d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3345d7f7422891b7c1c0f756eb57bd359f4a38a0e4f44fe7decef78cd2a88dd5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:65f23f14404d7e4e63ed1385a89b90ed80fc65d6de3ef0b8d236c6870c4cb04e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:73b5824eb3608a29d30818793aa3e3d7546af456f03e959cb5f9bbb43816efec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:cbd9992a6f7d27c4a76573645d273f080c16b6979e5844f56f003bffebef2850_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4cf7038ca5985cca952130cc466f68d37de7c5ce193ac54eae48a46e50328606_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b9eb7624eb841fd2ca4e97d4847c21d0bf244faba44e4b7bd4a688efb1070f1a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bb73dedb0f37019de7a74b49992282501378323aa155233f0af554bcfd5569f9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d188db2d23166750840c8c2381a99f05f0f37d48b5008cd29ea9676489d81c7e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:74fbc83d5b9159c8cf70c1ec705807f744f0ce9ff6e1b6baf9216d0931011090_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8c2b4f8cc617d8054443032f104b1c292a9b1cb1acf23f72ac4306308b801a07_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c12655ba45dbda3294750b0afc1134b7ffefcc2b81ee94242055f3be0bc045d6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:cb411f9efb3e5b9c775b1a19fb0bfef7bb4cb3df7a149fa7752dbf32b1e3440f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:08b57a22f0a2e5be35297e43af7ffc6e00fb17ab94c953c32fc3722f04076bde_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:afb81d8335862612fd1d39fe735adbfbde09dac02ab39a3df4f0555880e00a7a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e7616ee082ea61fdcedf3aafcea4311b2165f59faa01396ebfdc4511864b8c64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:fcc708dd43a866826d5412bdf03598b2e6f31f9a1f0383da49b50bc17acdfc39_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1242f96008650aae8f0a960c4df135c18a2cb484401760e3081ebdcab4d647e8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a6ee2974f74155ba8d7cfc35e86ba000fac6e2b16ac78be948eec5cc6d158e42_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ad28464ad33eb8562a9d0f74a6cc8dd7f5dcbf14ea8b2482844e7b52d667ac0c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1c6a2c6f39f68b1b2058af69774f172126ef03a2d3a227638fae34bde292d26_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:246ffa594eaaf9fa405a5fda1efe61643b4d625cc92ba1af43d141239d4d9869_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3be13d02cf771de4f2446006c61eebbb78c4e0b5b13bafe3b98672a1e9f411c6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ae5c975aabf7aeb4d816d0d25d085c4fac9caac06643979d567a6b5479f19b74_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc3d8ae29563d2a75111ca95ee53976e82719410fab823c6bee75265fe40a443_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:20472cb7f183c9e5c172873644d040b675394984f3486cbe6f9322ffcafb1e67_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49f19563438e21a4ec3536f21f264e6f932c7f1933312511a28e210330598616_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd16c7190ca3c2a1c2a813d648747a3e5cf5c224fb5a09cd59f2b96ed1ac9627_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d86ef4b34d8381394c24d6ddcb97718904a87bd3945f7ba5a05fd300285e3db1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5829d8858e4497965e6c0acf788712593a5925f05c6c5f21c2195c87b1229d69_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:720fb9282c8bdcc8fd4cc226595df5bd3e0c4fb6cc67e761e397547174b50573_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4b95c22811fd3d1ed6d4c93255cf09f19f534afdaac17cc5aaca9819f6d345c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fa56dafcfd0faf2d2bbcb77b01c8d05cbc850b3005be3cc5ea66857c0db39ad8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b366649caf8e09b8e08f3ea71ebc308d278dab46d00fccbe8efeddd803c1a378_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b63dbe7c554b5cb010c8d6d20d97c7e5cc017d999d3cca2e4278a86425974597_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e9e77779a047efecf1a40b42356e1b6df74ff38c59e94de7a5fc0a334b7782cd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f52535b5ef24b9569dd9d4bb62b32d5883358daa29136bc57dccb7ef8ccdbd58_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6592838f76a778b2db12d549325fc84347b1223127f81aa68b0bebfa8d9c5da7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ae67461608362f444de1a502402d265cb16bea32de465f7763db17549e0d6b76_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cc9ff80e87b9542b9935bdfebb0d3d08bf0d81f39b05e8ecbfcf891ddff6a3b0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d9d08c192dd49c751124eed9c4318a48e4491d47029e76b2303a102ee5b5ae64_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45f044666deee28ab310e36a4e3e6a42bad0e566aef8548ecfbb0aa6e9a5749c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a28bbc9061bf91e18e3f9eda88361c4bcc6c7ba69368fc54a5a8a47a585b7a56_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e9e2dea2f848efaff509ab046e6315bd2a54e0ad28a378247d6a5da7f6b024b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ffd7e3577beca9b0eb6459832d14bdb287e03cf9358044ab31a15dde14a97876_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:11b52485a9a7364117f6dfdb3671263df620f130eb3316dae82ac7b24f54358c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2dc4cb45ceaa798ea290f1e5a91e1d39bd173418c0a2ce61e82a018e21763c34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:df9156d636ae848341033b76979cff4be05d6327b1766ea9e3858696db07f360_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efae3976f96ecf4ae9891fa96fd7a5186b8f1a6f159d2795b69287c0bba5646d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1db0d950cd22e8d5537443f0aa4da13d256aee84eeadf8668877e4c46b26b857_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5168b417cf23e9a90ceeb9b42c15c5579a203de69294f63f392251bec41f3dd7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5dafdaac967437c2786abcc1ef2a9134d3ef8f5b09c35bec0c03dd923845a563_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7aab18766d252b2ce4e1bdd1984d2749349c9c8a5d7401496c1afc2537b93845_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:50e0b6420306d5577aa700b236e888359c1a6691f146e3f151232bd9dd8f2e40_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5924c066d6e7bdca746bc004b1be4bb526247c53efcf35ffe7a625737ccd3ac7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0527b03a5198eaf6ce67fd18442c5f415242a55d65b3f42b1e24e5aebfd0afa8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fdf9ff6efcb679e7847ed149611e77f3b1a4f73b26b8fd71d19a5f2aab9e62be_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5f5a93d31b8fa2dcdd661ecf43d1219b5eb438eeb7fe03a92bcb65d3308e7f97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f10c81f3f1f512b260c7c945a6d2de815389e037b2d87bb9eb73421d880fe022_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:60a6de8a0e5cd7c919437777fa60d87c7fae724b1bd4230c5b20f56abac4c316_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e66183afa9829d8e87264a16f575715216691c5c4f2fb40d43cdb6f4e4baec2a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33577c769b6f04a47fa7e7cf78edc7518988cb7f8f08746047a48a66d0200efa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:57206ebfcd347eb86e18c850b5bc945bff7c7425843be6295445e6ff4f709895_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c22b3d7de15ef6233d227b5e6ee6711f362221070ca94c622e89c6b199423d9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:76edddf9bac3b0e2e2f86f9ab86da123311a9574208e5bc5e9bb467c701126d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2e661120d7d9fe6f262f999cf4f025bed52d3a0db9bb81312ec6b84725a5ec58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:75d8a44c027c85172f6680acf278d7da380e89c539b1cdc52cc8f5abc9cf7998_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:80093e4720bdd00f8f3305951965dc834d4c8b4a34cba4c2ded49f8c75046921_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c3c58822892765ffd9a6e04c3d64f5a61329788558b69253d12ced6c93152bd5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:843964fbdb83fd37107b98b3b40137f9cba3f258c901dffa778fb86fa85e7619_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9ad14180f452257905033bfa6e1b6058e295894d784dff7dfbe4dd6246ce9913_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9d88b619a44bf423e7de44c260b22accc0d5a6ccb7f0ddcbaa73e3bedf9d1fd5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:feda43e7f108c44fb50640d33f997c984971abc4c84931012141e4a90ccd31b4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:1626cbe1838253cee6cc96d66a69a57079f5d1da82cb29c31cea4be24d5c0008_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:82566bf0addcb82552b7c86a373ab60c7e018de25574223b13b893124e2d2345_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:91a0bff68195d26a2876d3c2212f2ed8ff4c9dc173d26d41b8fdfe54e56855b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e1513f82e07c8250643d5eb290be7648fa574c717b341f78a091fa45929a4f7f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1fec64987e6a331ec3e6b35fe0d4627dad7495cb136955a93cc43a2177ff3d8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5caf92f58a7e29d61f9589554032a9cabbc7042d304a3efa08be71f1667b679c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7618514219b7e3c73a5cb94a70d4c72bad8a0ef5c1ed04e446f4b902980476be_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c8fde3d196519ab52e1353787c00607ed5091ccfa02f44ff7b13dcdc0aa7fbbc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:06994c07b5559c49e026c00866f3e59ff3f9c72fa2ab2ebce88ce4449c85e11e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4bf4c5bff23465f820a989ae460262b32b8f6e7319346e27e6caeedbeaf6b513_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c1f3602764cac1e0b4ece400cd60c6570be745f43cd93fe08aa14269396882a9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:cdfc297fa8544540438d58c20fa04a6cbb4e8517ca924249571230dd21bef0e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:28035d760564c6ff3e5015dd7533d4e9abd13a3b7c7fe4eac76058e1ea308302_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dd4e4181b8206de23c511f8fbead31a16d435ec2a87c65e603c2442030e2769_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:838de9c4f8a2dc7bebbbfc6506f5d8c97c3f494d24b74bd39c54ac984709216e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a78f405913c47a1028ffedafcd37ba4ed46fe7e287348303b936e37c22263592_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9e32eb760bee63d505e38c3f1c55ee8582009d203bec819bfb0c60df165a223a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ceca17ccc882a5b2f88d786aeb239d730a3e79806bc27ce59a6baa7e748a9291_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:da029353d2c3c7fb8933631ffc1f00055561c80e0be172c880c30cef3a05b503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:de9b81797e053d4b3de3ec956d43001ec8fa6574cd4ba91f0be97d1ca44e1d48_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:09243f0ffbed2369ae2f2b74fc0c318b563034fcb0b45540c77178b26c386ee8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4234a05b3f2f2292de0be004915f275debc0839975b82baf1a1025b2d6245d75_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:42b7617ecd40881944fc09da2598521bc0067e5aa21750c04abb317373faa9a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:508d26b09eab548f077af3a1f873a6c0abcf7a7162dbafe9f7a103fa65421cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:036533b195e4d571910a8b1a65d08436471d17b149bee0aca589af70162c0572_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:64995ac557a739329f8a7701d6a8e55c398e955ca8d6ac2c261e3bb34b028f25_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a7e5916c6ae2d57f60df30888446b35f52fd3dfcb2dc934fd90e77561d8115aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cb495544e8892da58b7b59004e7be104c027d41537cfb7673587afb0c642ef4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4f3977b99741fa8613db4fa0783a15dd3f28a528b317a149e45d965db81203e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:696327282661fc7a50198402bf5d069dad4851db774374932eea031948cac931_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6db08ed86a8d307f1d4d0fa61936605564898ec1673defb69378b02b5ad13163_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7c4e87022d0ca1ac2cbfb516f6b6af30e06637c27b89649de12dcc0a4b4692ad_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0daf72bf67568485144a3573c4c4c1328690731005fca02d52e686dab1b3b453_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5f61d7acdac5280db40c1bb073cb342b3d28efb6799ffc304bc8a467a898e1a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:69a937e9fdf2d964ae439fe595ddee207894f0b61fbee1d3ee40af3e247d7785_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cb2fa56170d6cd82cae20f4e78024802961626c9379e78d7a732ae48c30c0322_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:72340efdfb1b36e8b8bea1c9aeae6988723a37944c990170f6bd27388fb367c0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8dc6f184ec55ccdfcfbf0bdd70b9261d143c9cd9a661f9b046578a1ff4552397_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a40183aab5ca625d9e091b9a9bcfc36aebc8017160175b656fd09a5a3cc4aa8b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ac0d036010a92067d88961feb6f0062593102f43e806e5e96cd6d0ef515c1658_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:713dbec0d6ec8c243d5d9ebf75dfa4ec27d775d6277e5865e416d5474426feb1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:7f1537cd9f3583bcf49568750b03e8dbbd07b2160e79ef4ad938d413db1f7520_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9432caf90f640488fc1146e35c1b69662a83356acd2f9205fec7a1d8309ede4e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:eaa70a4d8eb71a063aed199ed6d38133314c1f40c111ce4da540e08baad872fb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:713dbec0d6ec8c243d5d9ebf75dfa4ec27d775d6277e5865e416d5474426feb1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:7f1537cd9f3583bcf49568750b03e8dbbd07b2160e79ef4ad938d413db1f7520_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:083411a65cd587137da6dd7ea7d9238a5de95e75b111c9e790287c0276f5729c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e6c0081fff8400beba60b81ef5a93f6d4634244dd65ea0c1941f126ef3cd6644_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:71a014dbf5a40995ba2318bbb9507275d6248fee25d4e1b88aa1ebbc43c006f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8e393a363017adf34d7fe6ead19c41f06050bda81fa8e001cfffc29a309a6b74_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9e9ea4ff3c64a23714ea66441bac673436534b81976db20563db2ba8a12ea17c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:afda2d89e926843cde66bead1ee04bae05a1e0afb6ba5b4840aa78730e1a7e0f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0e950fc99f5589bf28fc40da2ae4f5f93eb841f4139db97e7a66bfcb99884050_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2283e9f0b3af8838b7babcb8ed81047728341eb1c055199157ff2b830d2b116e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6e42a9b5125ee371a48c44c1ee2c1cac3c2571e7412d51f20847d74a029f3a65_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c11d37bfe1acc080a8e703df91bae99ed833802fb3797bf7cd6cfa4badf09e3a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "RHBZ#2418900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc",
"url": "https://github.com/mjuanxd/logrus-dos-poc"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md",
"url": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/issues/1370",
"url": "https://github.com/sirupsen/logrus/issues/1370"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/pull/1376",
"url": "https://github.com/sirupsen/logrus/pull/1376"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391",
"url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391"
}
],
"release_date": "2025-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-15T15:33:44+00:00",
"details": "For OpenShift Container Platform 4.16 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.16/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:283a4968c61885c67fd17ea4d6920b665c98d53fa85fc897e067d3c4c131da3b\n\n (For s390x architecture)\n The image digest is sha256:5db06d746a26930aa3a8ec756f77cfcf76bcfb838327a5c71d3a0e6d920b85c6\n\n (For ppc64le architecture)\n The image digest is sha256:444378df90349f12c84ec1447dfb2afa40fd28e6596d8d9ab9a37b9013fc6a62\n\n (For aarch64 architecture)\n The image digest is sha256:c837b6a0325105e8f1487cdebf12d1b41eaa609a88f37baf986f5361ba66b08b\n\nAll OpenShift Container Platform 4.16 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.16/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:bebee8721b49ed358562a846def72a6741416cc6a2bbab0688a9d56ad39a9314_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:c41ae72e49f2508a8d9fa99e94e0f2dd437274d0fc4741a56cf1556213783f4a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0327"
},
{
"category": "workaround",
"details": "Mitigation is either unavailable or does not meet Red Hat Product Security standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:010910ac80c9f0261005e4eaa852ecf4a22bb0db955c19081d46d75bdfb52690_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5720491b0264b323bbd09720314ab7f01e837631315013143f98bbecee6497a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:865c579ffbf6269d8491ed0a60d56da08d680f41472934f1992ff106069d4682_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa4e09bf3ad57199932a0f121443f186eca03f5756e17e5c6e45b16df1a87511_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2aa26529942f335f9d1d0df93741b5d6e1bf94f482ecf6f5b91e1e95a0dd56cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ae981f6c6a8c72837f1ef74547907940631530e4b8db2f6d3a21304ba7b6f4a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9ed0e17e7e7033b02d6a87e83f575e1ae6c443b34dd5a4e6ebcd59ce6ed53a3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e3aef7c894d6619ee0182bd63399df170a1a68ea44424d38c52cefbd34c88aed_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:29d1a80ce50aa853d8a602aa15b80b6434ef16d8592fd0a412b3e1732efb427c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:41003110931d8804e7ed72d1147fa1af7caead5906364c65227b88fcf915c661_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b13e7a159fcf928f50c9b16b4934de2fc508ca5a6792cf9843dad6172a02351f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ba8ab4359097d016d16c1a9762154063e554a1d47760d17adcd7a1d6adeee2ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:227657eee17b72b9127c0ba7cb7796c3a88f08b86cff574bd7fcb00bae4c0c7b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6c874cddb9abe4acd3002dfb38f8ad482ba299024db587f35ceba3a0babb22a4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8d733af5216e107af13807b78958254ea6c21c81937d821ba7cb80247502e5b0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:afdfaf1f6d478b0bad3cca0dd85a8b2e4d08f3c6cda844293c4fff2883d44d1b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:22469a4605f978d2cab2e6e609a52d80b2ceb2816ea7030f6c207aafcce19784_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2a5740b6d1f026e69bdef3d18d97fea3704f580f299a0ea5246c7c6456acfb8d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:839b0acadc574e3767a57dd306fec69849aac00d8c9d05db37a21553c38a0cdb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edf601164209b43c08e1cc0f1a8957f015e724c23643c06bd280a3eed51395b6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:095ab09409ab30ce355f42e1ef98371e13bc332f0365220e18bbd96592b8cb34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1e19abd283d3c7f43f37ea6a617f2d292eb41519e5c988e912bc186253ee4ea1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ab92cc86cb324f036b785b5b65bfb272a7eb0be82421b34d47bb0fa778ec077b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb8c224fc4192e94a9d7936d6b3ac2f94b5887b6e67e74c6ca9a607c16ce82de_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b53f0d59d22cad1b29cd1455363e9b95aaec23330f5a709764505e78f464f81_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3351f3517c85285c83ff279daa6c60de1440b454f5db6b7ac3cefa3158d6037_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b4c94eab97489010063f86fdfd760944ecece20de991a50b888b215605fd235d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e66343418c4f082a915eb6c2c9922a92ab49a62c9f3895ced29af03e2583405f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1014bc1b6cc69c21e40a8af73a4660e78a0888edf3b20c7730f5210b9312b244_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6e667bc5bd9ae74020c140f7b3fc1b5d75c26428c02002f172641db3c7858b10_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8d4b35316b9d6ce915f9fddd0b8472ee227dc5dfec4acd1ccf0cc4189b413bed_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9192404559e79e1daa9a33bdc10301fd6315fb54a11875071fbfdd4e72749db8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3be656261ba123e12f4217cbe8ce75ada30edcf8b6183f27b86e71a2fbdc3823_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:9d79aed39f9315454153b47102247db0fc7ce21b042e2b39b8bf230d5a880552_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:dcbf1a9d6b05d7dd11529db822b38217174f653866e7a3eef462beaa92363faa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fac30473f878fc94f2a5d8302c8a54e80771bf974de598a6b8ddfbbd209163e2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d263fa00621b5233ada4af5d1f910edcc6ae11911ed0e64d347ef13e9fdc431_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:3915fb435364adff485a6113ce03171216cd806d939fbe2a9dde21f8ff507f96_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de106fab83118ae9f88a6d650772c770be2eb9a324e875b4705d005c113c03c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:dfbe99f5488ba10988922c28256f7c21fe05622e40eb332a9932aa2547c0308a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:922b31aea75e3d15e7c250cb193a034edc9b90c23f251895524740df240e8588_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9ec30d34824712dc4036a2a3782e028d4dff56512866b9b89a8a11d3ed32ac3d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b3df31c813226a62917decafb7d16d15f702d191bd1f3162ffdb064ff8b40851_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f9895e62aa0258e3a25e618ef22f73c5516583840954782381d87aa2460f490e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:11921eb8e50ff9230808952a03c48410c72aa1c4b3b364be85e2cc313494e992_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd0cb75942665b368b821ed47e9497c864cc20e479e19b853aa9f91e2a8dddd4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:da81b9e0cd2c901842ae4cca4ba57e21822ba5fcf1905464525180777bac3f12_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f10728036d476ce4a691ea48dd4ae90eac818db6555bb5766bd6385cf57213a4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:439b615b8635530ebfb55ff48de16c22945886334ad21c902297a3494b800761_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:771ea3e2a76bcf70b69f858d734a30fc92202abe787461fa94d1d4875aa594da_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9bb32a14c4c928ca2bc427198a391cbed6c019a07efe652afeef8df0d4c77a6d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9608b90684a48a64a973a1c7a66ad52937a9a02911d84d5c8d39f9090f0d331_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:12e6cda5bbbe6ad6fca6b1e4a071c73289f544ef9e8c8bbefa04a2560a8a1061_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3db2e9a0af4199d7881d53ac40abdb15fd198f4ed0d87e5bd01f58adb3359011_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77239fe51e141d70ce695764f072f5db3849b20304b8ad5c7a7a238381a5fb4b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bcf80a83b16f4fffd2554413029da74b45b20aae69f10bf6fc34b2b1b03ca0f3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0fae9e4bb94e9ca4465d843d6112d5a511f945c717d072fe9b5ec50126d78c0d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15e531eed38cf5aefb553c94d8ba61458c489e702ff193015457189f337ceacf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7623d4b6acace64aeb4b462df5690b5468c75a16b97eaf5c6250868ea2a5922f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7a5ce737a4d1399f3edce8468eaf8c92323910953b83171c5d84b4a03f07ec70_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a672f8de6d6a47c0eacac43e272debc7aae590468c27fc834ae87c407fd79622_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b821a86fe1f47065dce576cf417b48ec54404db6d32cb4200f1e5b6665b0643e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cb6a3767a64fc324d0ae7dcfc667b466c3ba56ed62f2d9f395e23bcc36fe2057_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:de60ef03a70714aa641f2b6903b6690b80dfaa08202e78def5303e8a4f2dfb7c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:39c541af8befd2f04186cede99b8d384961851bd82af5dfeccedab5609d8bd28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:dd54dcc212e4a8dd1f95491f1ffdf37a460b2b4afe6b239e97ed01bc10b5d7bb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1494de633441ea309e51c41359eeeb9a1b6d40057bf0977be4ced9d77f32e138_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:37d91b0db0bc2f47179c940f409812448d12413e82b89520fd527db005890478_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6f314e8108fb7f35c2627d2056027c45cd286025c8cc25df8d8f87311764fcde_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad573cf9be5ec11c6af02cd482da92ead849c79e8999a53aa78537937c118941_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:373d13b2cd0b561f6b3de3232e0196086febebe0f8ac2298e3d49e135d504ca2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ca8509dcd86ae6cd818a9b384f507660ad0979102da8982138bcbbfb1a67798a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:15effd39fe2eb000030d0a773189485b09463dcb271f9f9365c786d69797d45b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:532230fa98fbdb150cbec8c2f482a862764edabc991040796b43cb89c063eb6e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:3cd35b169c8d6b8c36721bee7d535d22e7227a499c10a26f8b75f20ece58c5a5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:87bf5231fa3e6a42aecc1d98434b97ea376e6131fcf991f0f70fe8f08c500642_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:c0687c055200b806e21dd54fc6ebe7677e07713b7e9d477da50608db698434c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:eb4676a798f88ddf196a122d158c194e2f9d3606e6df98e858116f40333a73c9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:49c9f70dad03c76ea5f24113f57d0dda9c76d6bd75a97ec0ffa8efca03416a62_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bdb2089dcbfbf7be129707a983d80a2ea2403de4599f542b203d6d70ced116c6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:cd4dd131fffcbc6cfad4b43bf90cd7f4ca746aa427444fb1b83b8e3ed5448155_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ceef814e858fbb3849600bb8ec9c7563f7febbccef153e6e1e0a6137cba2ed41_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:818b8aede1cea348fc822098e63c44283d07b8d759fff1a34fb95698d346e4cb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:95cfba9c1aa3f5738ea1a0986edf515c7929bcc2e26b743d175855bd5916c3f2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0c0d7063c6c1a93c0d999fbbb0318b391f245be4afb2961241d7a8fe96aee5c8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c7d3f63d85078049dd578be45be4922f0b5bc4523204f0f6e7a8454378a50ef2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:01bb1e8f7448fe9716da40d0fc0fa6721a6e83eb6abb5fb9db9c9ade90f7b544_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c327ee819b81ff73eb40c7987a925d5ec1a53d5f83c4f535648cfe3b12a543be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8fe832d24fff07cb9dd0593c6be189a15dd5b66c90b4f51db34803c3ced0833c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e6e04742834a28d3e5501d46d81ede1b928ffa2b03b4bb67d7c4f1b41b972a8c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3bd509e461902d5c78947d7154cf4e2c1d7d319c52e5ac20835b929ced2a00dc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:ebcb5d059b310f2e604ce2ac43ac67b05ccf65cd91090e9f73cb40295bbe281e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:40622ba6d02683af12f5ccf089b627edbb4008cdd00f5c12144154e096e9c70d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e057234533114382fdf0bebda2c7be084686656356ec2b37f72f4486a961a649_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:bc87ee80c823f65171b214d154ee7cfe68e7642be8de366ddc500d8035415110_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f491089c7250e2999c3c7e20bbf9b5ba6e3f7b9bb5df32ece39296dfd9cf8efb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:94a3b8cc025503e74f3db89759a448eb7848a97357b3d19fd003fe5e65971938_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9ed6257fec39b9a133af04b675017c2f904458c7297142060a125a56f1877b1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aa0a83aae6ac4308aba1ed14cd1d99fb2055fe959c7a0945360914ba0bfffd63_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bfad6440891e209e6c4961b0c6eefb7a0f974f036c3836ac4ea20dd8cd58cb36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:285c5886ee1c6fe18ada08eb6290e7a360413ec7eeb2ce6c1ca21137d2a6663b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4382802a03a6cdc97faaea32c46d0a50b18bf28078cf97ba016168cd93d56849_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:989960cff56e35b3561de569f034d4e8c41f34d8f056218394ae6574f03e02bf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff83cb311a9f86f7b3f68983afb345a185bd61696122694312d7fbefc8a26596_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0b103d98fa8ed7dbb657c265f8115fa94e877d1d9c3055e9fec074c736dbe327_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2493cc19ecf6de30980aa1343ae72f9f67abca9e60c45dd9701e3654a49a8751_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c4db3b7660983eed8e7f57eb865497c46b4dbc4e9ce434f5723ac7829b21983_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9d40f88df1153ad6b3b5a45977d2caf28df5ed82f68f5ac22c59b46062b58d21_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0e96cc33062132ab8dff569c666f27f630ccfa807be154e0a80cae84b3859f93_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ed6c35571e604c7ee46cabcc0e30c695e848e47f0a54c3f0241c70dd029c6be_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:89c8211969073b7b3c444d30bdc61fc7b1c4ac2a4dd96a435a52bede721f231a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb20d335d43287ff1ab9aa31ea093dd09ead747828bd710c3349f73790e53c9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:05a9d8c8e182cd9faf243d412f84af1ba32d44f058e8a9f1a155fcb09e01a63f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5437871fd3b1632e81b4219221af0ea6be48c7478e19d62e582c92b54e4ae888_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9481f2896105bb5bdffe5d4ff13475b95a4cc8ef4854f49856280bc1637cf00b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:fe0b2b9dd0b60358f120b5c02922a240c53cea9789bf04bc1f4ac5f39d932c00_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:067ece3e5c97432a368e09212d7fcdb8a17bec2044fef91090226cbe365a4288_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1587e95f63f0e27d30aafe3ec1d6d41c261610a4bc3b128e07a0667164a7800a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:28ae7f1bbce60dcf527f7a1cb61839db6afa536940b83c2ca0469b83deef4f74_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:85c775d01713b954249aabd6a79481f2750c58da15002f84aeb8f7162118ee3a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:10724a8b5a562eb870b3ea1b5dc59aad18fd48be8642f1b297fdd9f119c98d07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a8ed4d31886431f6652d7a818081f6461c9f4cf708232e1b6cdb2828c22e741f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c53efc8acf0a12d9219121fd50b057b3011b9d6c96e5764ab378c731025c3a53_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce8b787fd1eabd6d8cfbaba3d5c5a0ee0757833dd06142fbf9185c38d1edaab4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4878c17bfda3e85a73f33484180829821bca67ce081f854aefa41d61be6f54df_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:add936fde99c163e6686ce1247591a6ca1f8e09436d1e27834d473bf91d2e56f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:da1884d5fb9ebe6edf95716c6da33eef31c9843b85994858b61306721d5b5290_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:fe1f911ae1697287eaea64f6fc9c500ac0cc53df06093501d22d64f18f1f1b2b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4b0a2c88479de32cbe8c5de93713208a373689fde9698fbce7d4374895ec651f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4fcebea397006c02df68eaa8b8739d2f8192136cf5ed1a736378fb5ed2cb3775_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:552f87d4680af353de9006b557a394366711e123172a3756e98bbb795bc7ad6d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:90d7c38edcb0b1026d5283ba8d8a9c13d5425d5969cbccce614ea52b66992fcd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5147243ad484accb1b55336b87b04d3f63133a1b3b3dd9d5608935ad6438f7f9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:73ec0c46b476af3264bec71c52aa78a4ac6810518b2c22104483cbe841e347a4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dd0a5949ffdd4d4ccf84d0c1425b37036431bf0280417c5d6f545628d6a00d78_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fccbe0a48bf84fd59ff4f235663d4929249a089514c51de14b25f18847cdcfca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0ed054a679598bf964ed72c27e6d8ccb8265093a4a332d6923422d4a5ddcc969_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:56e378d1bf6c43e123ecbf51b6b867c3051bca71f8ac89eeef8c3f376b29f633_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:be8fa3d3cfb67728e88a022bf2e8ea9350d51bf155450b9dff32b435a8d1e281_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e5436643edb952464f47908d1c0148f11e9d8b3b8b99fffe3e7b7e216deeb895_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4306330db69aca7845aaacfc5fb39af2ac17e07bd2dd5483fbe036ee6f7f238b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9398b56ab57291d9eab36aa313816dc218f68b3a3a26a3e912f63f573f32926d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e0d527b7110a4bcf2b2cc8e62b935fbbb1639b41b77e2fbc8ad4fe184e6c2d98_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e6e3e21f5a68eca36ffcfbf99038a86450f10ba84378240e36a9f10b5c7bffe9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4ce7127580f01b6097604b1b326dcc52e2e68058b9006ee898d4be14bbc37f72_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:69f97ad2e19756c43b53f7400ec2d476d8caab5157eb28049ede1c54b01a1718_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a215d1bf03fb40c02c8d9074c42efcc9eb702035acc3f5461a3f468997da8906_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb281558c21b0e23228d44339846cf3d7cebe6e650b88b186efe97571eb35ffb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:02f31b5d9de8b1838feea23946f68e184ff9ce95456e2d74081f07bc882fe265_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3ea80a1b91fc2c0e2872eb2220f85e51faa4b29fbbf751124f83760bb3626767_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc515c05851455d8df0f0251148a805cbfcabe4f00a2635f29b1231939ba6169_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd0455ce3af2cb1a403c63ac1aa876b82d935c5ff8bdcb6f4bcebb7379c04b09_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1a67ddefb8561363e2fb6e506d1a30052c2d3c84fdbb594c08a4e4d7f5e74ffc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2428e42bdaaa413aa85e5b66b66808ed6cd0fe8bb9fb76441b656163fb6aef74_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:93669d510b0978df8a57054a582097f71cc7066cb3ec2d66991ea0b8e4d17b73_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:de0543519d0d54727aff176674588dcada0f23b9a0e925b0a904fa226d9d933a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0d353084cc260ac76ca151bb3b8156e5b1e032914553fd9e5d85d2b6236137b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:483455d5413908b9251831d30d3bc25442d92174eee7871a4e0fec785f20e605_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:764c3f1175438ab900e029dc67ffcd961aa85fc9910b1f0e0914716c0d1dd7d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e8745b24d7b33cf5fbe9f722d27ae349dbc930acbc73acbe6192477e27be9c31_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:38bebdd2f59cd999d199685bac744dcfe223a159269ff6f3e09e0f584f549725_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:be6b2ae6eae51154e71ca84672e6cd40adcd90a1063727f37f99f5292e328fc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd553e30c06bdae21ae5d78cebd046bb0f4ae9643f24aff4ec6bb58eb3594c62_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f8b0488f3fe75162d899d44e04f4b4e366455ea306cd30764b1166e5fd9a89a9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:348024eeef735146e6fab4d5562af6f0679fae3d1fbcdb88785dfb8b2bd533a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8fd1a25bbeeef53c51952e0ff63b550499b47919cdd3d2118b37d4c03c160fe4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:95c81b9f4314033e0db920d26fd458553f1d32de2e94f7ec6280a97bf87b970d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8e9e5e32aa3087a012704889962634f7a2042b9974942e853141109c7ea8a40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:187b1f722e44a85e4a7718eba2ca356798e3be1b78395e5fdd46b0d058355597_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d1001760a74be86840ecce7d6b27e65b76720439b2569159a618160c5aaf64b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a9e5b6aad1534b9f06a37f5474be0ac0f451d2d9d51b512c3e765d088034c1b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d6122db412dbf199fd162754cdf43df75458fd822cac01d9468d00f9f8acbe64_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3b2ff50a1b015a092e5f4402f809bd8cc71da99ab75d651fc38f225e599ef169_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5dcede759394470d027cddd4fd1ebca11d68e7c9372d7a3e5d55f7a7681d4648_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9999ea5cba568fa4e2993156bf5a4ec96049a3239f0e7418d9ce325fd6cea339_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9f2f9f64b9c37fed403d6b770bb23f759a95871074672dc511ba283edcc8869f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2abfe8527033209ff785955eebc78a31ca1665beacede590850b3f22386f1efb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4fe05714d56f61e87cb17ebbe4f49a9ada8a46201cd91eaeba62db4f224bf6ae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a6d4a858ecc45140b936c1830f9a2ebab7e5c8340250ea3dcb2dfc4c4215837c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e1acd45f77d5f58a4f0ec08fdbb4fd32f4f2343e925ebfabe2e3bc5a73e613cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0c387a75dcbacfb07a97684b7a012d4e14cae0474dde8fe5afa828b4e145b54c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7c54e10d6611bcb68abf51a5b79fa7717673e913a1c39ad7c47ccee2be788824_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:df14296c35b85d1753a60930b86d99ffdbae42557879c9d047da71328c11649e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:eae55c01a4335958e6797739480e099a738e7afbe5f3192053e2895b5f3c368c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:676fadb59d495a758bf5d574d9a57a860356d060090a09c32ad4707af39dbc6d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7638ea64455e8a26a875db703f7e61b95f6910ecfa8172977f0a99e0ee85cd2d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a7d4acb4c1ba1fc4e163291f6f95990c2fb2493b48b9bf4a3eaede056e0224f6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:efda819eaecd912506db1c4c311ac444a4767f9d5be47910598dea2335281559_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b1dcb61cbc569a5593f993c98c967299867aa5c2d661cc0afd30ab586af11460_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c2bee1ac77e47a8dcf25759621cf06ea10b0fad1703621a13d1c2afbfb057a25_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cc8e572511a3d9983a15ae61baed5935f4d0b275aad9b38c9b510c48ef64e80c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f8d2de3b8ac558a7c0239904a487b55839bcf25210234a173ae4243f2c5fa910_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:05dcbad3dc80450b2d6f501ed43cc01c0c7a6c9fb16a46dbc1963257f9f055d9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:12c499de90e073bf571f990a23289da67bb290336674155b72370b26703eb140_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32fbea963882d5f53d303ac03accae21b046780c83dc731d6bb6dac0247702d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99c7b7ee1a89cd78afb206c1baff8adc5acb0bd884e57cb2129ed361e28a3b3d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4c254a2ec17b2b686b452164220171aadde65d0709ae4975c44cfd14bfb19175_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5b32c810e354bd77f602c0a7210bea9d104ddb5caad5cbc5220b5dc38882d9b7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:650e1233b428da23a578e7d0a0e2a801c5b45b5250d1ec569db6f72baaeb862d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e245f385dd09d0f2751f22bafef52476022671151f19821b9f0a271c829117d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:14b496d8af8ec2e7ca87629e8aef842aae182d9ec291b6e8373fe788f2da6629_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:33ab0999998bd7585c1dd5e4ef29d3dd17329c04b933f4a8aa3eb0e45c7d41ab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4922ff9faeeb349a852b064774a4fc4f0f9ce675ce7ad8ea3460d71ef31ecaa8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ecbb51b1104dc034b20aff20eb64f290236dbe607ab88595e14a4578e651a369_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:59ae1c7da66a76cdf39aff972ee4c21fac52c7d2ffd3b6f468d27e538469d4cd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:73e75de1e43c3d1ac1f998437ec36412226460ee78456f67f2cf64cb03296ff8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:882145f4222ddccb6cd6857977ff32ca9d0bf15d8e0664a87e5bc120c5245aac_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bcc4d1f7728d8e9e17e22751e3858dee5d0b0b7841c27612489899bf0fad5678_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:089e264c27dbf0a9cf5549ec79a3b506744088a31399bfeecde3db5f9b8a4b8b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3dfb58bc1a4560614dd78c7a27062889bb12f452efadf93ba75ca286df7b2c07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7075939e96be91c69faf0528ec0781e94e97ba80e2297f13afc01e41b204b077_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:994abccb614b1af98e8f95bc849c54d2c81f8c3714a10b7d134b1e4cf617e20c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0a9247ca6b0b6e26f65ece8d20944bbece3ec974b3687a8e5761d932248577b6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5d55e3bbd3185fbfcb0a9d61bceadcd29cc8662d78d5b0f1666d47d47f7de726_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6d593c6a064dc2a8e0c5f95134286aa7e74ae0c731cae652210e34573bf7600f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c4d9c20147b113583d530015e2b54b0b00416fb81d5d4770c50fd5cff335d346_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5b5195909dc8af2c57ea159e06381f8821b4443d772a7770e3c3333476101514_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:762a4ad76749af173bec191df0e6a1ec34972c0ebcb2693cf77177f0d5d73b9e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8147ba68f9b663675fe9f47683123a3016716ef57d6db08da03b9736d8d4a77d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c2c053dfd09a7eb997a26b6ae24c37bee54f165f27980368a6635d11acc1908_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:091590258fb774f85566a2927f46f29d73d499cdcf31e9642baa07577f3a7268_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cfdb95647a0ebd3e658736c03c99506c1d30d59842bc5c34e4014cab5a8637ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d6754a6cec1740eeae77bddcc2ceee636093a45e103830989648c82f8ae2beb4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:efafea3c4f8c39b34253ac5e149bcbaf1ead37504ef921e1f8a8eca34ee57aff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0652a3c38f356f67403795053b94ed25c9afce4681c6a667a9f8a4398fc2c90e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:76d0b1679f5011f6621cb62ce56e183e426f513d6f6b643c258649c3f1855edf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:87c24a1be0336008c3a332dd89a2628979791baaead41fe098aa7186f66d32ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a1d11a18d39ac896e86d9f90dc692d09660303d89809de42c1fcf2b6bc653627_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7119cec8ee2ff6535a3a918b0e5b649e7e2e0b5959ced67a7c92eac1ec5df4a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9ece535834ded773d679fe84bea163e3966207e872951e0fcd9584d751f081b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c705d33bf190679c6912010197460fde75f07404d1f20e27d1fecc25a7ef73dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ce61ed9fe9749d0e361c43d7095e2f48a4883213be864d00b986c5e8e8c85045_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2647259bc942fbdba06825ac9c39a20ae9002cba5f91803e0ac07fa667fc8152_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:38b5b50adf382c114ad353c25177df324dd0c2429ff7d7c47333b1e48fd149f1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9ef2e09985c9e70071836df61aa5056d7849342d1e591041106134c997ae8120_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:cdc8a30f6eb45d295a29afe26dc6fa952304490dcafd41e2f3d113557f5c7061_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:77485bec5ae6c204a95ad307ee212611efe7102419a4b8b2170345c2129566da_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8cdf5aafdbeadbd64b4af55cb431b1e3900fafc32226e8ec2fe4b8fb3cad2159_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e1d3b9df127e66a181ded3634fec2d5d0cf522a7c690eb3a3e837c07f001d590_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f7e5827513e801dd4f0776cd43216992265c2d5328e10511c0c35fff50d9d4d7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:12d479f76a485b9bb10e103761b14de977a5f4bb5be30bd1e5e7661a2efa798a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ad07eded8361ee16f92aa1fe3913eb6a47ad11871574a95fa6209bf2d76ff3e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:555dc9c019cb56c85f324c15d56a3933920190bbfd2f605897b7c4ccae7e7667_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b10e5023f52db1f56af89fca242b92279a681fb1b5d5d3db46d9e38ca9efa729_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6513e69f9b17c6cc2e2ba95af0b264fe1dde110f148704308f4b60d2ea7ef231_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:86e64684776ae3aae20ca417a175651709cb33b1bc5ec0fb13dd42689df53311_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a102a9f30ce55ce359df7ce9ebad995b94200a4bea31c2165eccd45b85c62f52_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bd0eadc5ccb1c1c61bdc44756c47fd851bc3bccc19780755617a4d6e5c09b9f2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:00b7c985115df727784ef9623422fd054dc94ad0165091607a3fdd9998c10a56_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:322423d85e6f0c49af2a133d0ce3b2dd8dff6f590364b49eb7305cc90c95ea9f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6519a4b407c5ba8c0217e1ee71a9bf3cd57f3b5f3ca2b106a1272569dc4901b0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb9c6a99b8ede0463cf4e658da1fbbecbdfcdba532d6a9f0f55ae24ba3e547eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4c37f659efaa1d9aecc62b378257a4a47c2af8aaac996817e11c827bb32fd4d2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4c7b5854b0eed9015e784561f99823eb4cc8afabcd524acb37acede8259831d8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a25d236bdcc64d2b699b1122299ab1816e3c6fae3397fd020644f2be70358d48_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d2b19510bdc7fd0168c610511905f88c492d8e08f45f4ecfc643133360e6caa6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:65755d3e3aa9a5549b8bf3ee7032b96982a933c2bf8260c62d5791d724275e07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ad94c387912fd6e893fca762d36a0ce1ed6b2f1357c97a098d59ef8dfd365b13_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6bb812ba76f7f27ad7c705c80819476c23b3a2aa3a6c741f696b3fb436d8382_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ea5a80665eee75a7c907997c073a3c343605dbaeedbff337ba9fa7c2664588e2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:132271287af9ef8b8aab7278ec8dd01832160ebb62c6dfe71cbf1551b0664720_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:632b2e2895576e7374328d3bb8c0117d54fe021d94784207e421efdd1cb41816_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a511c3797055667736e34c058017863bc0949d7ebcb4fd2dd6efa99b3145a3ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ff789af3fe8b798d8268bba0b19c03ffeb7da2d67360ba8aeed92e4ba2077c2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:13f39b6c78737573e0ce5a6383bccd78b5ef35372bd7285a5f0a44ecb76e008c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:865e046146ceeb7ac69ae9a8cde1ef9c844335ebc7cf920714e542527e689aaa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8e65187e756979c6068647275f2ce180bd71d0df267815a08926a744703c7acb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c617cf740709f1940309546d083fba3b1a3a42101eb2d22e6546c865cfe489c2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:81afa9712018ea075a71f3d932b6b68b035fad9348dbf2d93ced07f649edcb02_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b4ff9216aa7223fb6212fcc9a1d365e018b216ec4b5001c5e1375be934b83c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:daf6813d00a0766e7d3b919c0faa456ff77983a82dc0b26d25f64f20cb19c5b1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e549728723ecd6d904cda50dd2baec61593f263f1194aefa3235e739e7f0953c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5419eccabecd71838e02ccdbcc2b7e78e045664f4a692053aeb256b7bcc15a68_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a24c0f597c066cf940199e4589f61eef854411fada5a30ddb0745fc287db9874_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ac44eee14fe0396928ae284a8dabfa0d41b83c5f13ad019b79e5f1a68ffccee9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f44085d75b50784ef31eafcb0b4bfce346d030b6d207eab57235b67bce505a83_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:05e427f253db38a3fdb3c7f5cf52e6153b8d5b8d12a64bec031243c2bd3dd69a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:be18bfe576801a003730162b87ea7d7c7426d9a6024c8b9613c7825d7a3723ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:93468474d06a90e4cb067ccd67aabfd71a86a7d31c1db6ade298cd503f9a35fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a74517ee0d1209fe83b5b285e6bd2e2fe3cada4b2369c4d15a0203a03c650cbb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:5571f5602275cd858a6dfeec918a34735c3b23e235aa49d759769f4c116aeb33_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a8588618e8d614432c463027a95a1b49c94c7194e106ea5cf28af380ecffc1a1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:0d786846068731f1327cad6dfb41d0152cd27e0163c87cf64d86733e2e27750b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38dd6545167601f9e1529df42f24ca5dbda82185ea2891935d79cf16a295eec1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:991456b67af70e5fb9a98e9a860bdbf2f129f9849478bcd5cb40e34517fbb508_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e215ec8636847d0047e6d3ce68730251e66505d60f879e5ad001b20e53447bbd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a74e63424d01bf257048d595cc48f96463cf86325a55be3d6779a7573b80a66_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:67dbebb4e04b267b71f6d48623d2612f2ea51a1e2d6d10ad9386336a47f9116b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7331b69094fc7339f56b91bd927471659948dc2925284010230c7b267bfdf6c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:ae57c471db430b9b1d4aa0955654477ff31186d5fb2a6f3c0c853955f0d67520_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:08462feb125bcc2cc00ff094dc26c1056f4b33c13fc0c0627157b18cdb51aa32_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7ae12cc1190258bd0f1d8935c59c630e5b2f897f0ac8197c35a1e9f4f7a6d5ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:bcf2a33b66c78e10b590c0e3cd12c3211a25752c0ba5f49392044452fdd368eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e4a43a00467e831089066f7a2ab6676a706534d719c7c4c8a9d334d6c7eb3fac_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:423f51705b3e137e01225c5472e8eda4ef184813e2b6f65bd612c35645ec21c9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:48b638cdcc77aecfc34f2c4c8c070547e693a0ee816f1a496844ac29acf010f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:aa8d31a01d859d89a799ad1f85b16398d4e76e439f3db698b53a45722c39b1a6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e7f50d5dc25307025cd774c85e6d065f66923befaefde13e061e8c05c422321e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:024f155c8913b8581dc6e4a73c226a150c2e54c1153455aadb5a359726c88cf4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e6729e8bc1d38abee66d5bcd20733b4145726fe1f88bff2952d084f12952ba5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c43d7c21b6dd2c7a28888b0258715f66c90deb69bfa2f0ef8ff8f80044e25586_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cd364dc68795dbde9261e983bd6ad898a4cf9bfdf2d8324f9cafac1e533adc75_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1e8d150ca04a70b2433f6dd14113d87cf855f2430084418e493fdc32ad475448_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b7e2d5ba595320012c4d9f0e0a9e5027fe54bea2f2a67a1234779c494ad96833_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ba89c6a5806928218f64f7ade4469091194e40bbf5f67e6d4fdf10f661bac5d1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:eb3dd6ec3c4e49459b5df412ffac0154ae6aa6f641747b2cb00e4e7136ef75a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:335e28474268dc9ed449d9d14b4ea0b551174415781c7b1e8f3354d5270794cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4e034f250a8d918ea2cbe80e067347cde4d288feb63bbadaf105e28e073a56f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:abbfa09157a881df0180aa769b851734c5f937347be2c85b64659ebdf680e53c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc53fe3ff96c86c4eacd2940cde8e184047704db9504bb2a12d3bbf185fedac5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:14ff9bad30b68fe03fdd72f655e5ec9243ae52a55b2a42a2d5670011ffbc8d97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce33de36f830d2287fa1edf2d45a842f8bd68effd1a8740c1ac33a9a659117d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:29c90e548b0a33cfceb5867ba26ebb05c189c2df0f88c78be956de730a3f2859_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d534dd6c5267826d54a48f11807c1c79c4a0cc2e3c271de3261aa9fa0696454e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:47800a725d4f4dcbfeb7c9fc7c8d785ffc3f6e2a182dbacaa7a36e8776d7d858_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:62c37d7f1833b6944a859b8b3320743b46084426eed9fcabaee6513e98d53c85_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:cb396ee355b2aad803d6fe9e79957b091e393f05de35e595555e3a39bc567ddd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f82bed29b3be43e5ab75c0ee38894b7cb5054f5f73ea4e1a1fb60f00fa37370d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:28ba3bcb89c3326467810be9dc59a978b090b7a53bcf8ca608657d573e56894b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:56125f569c99eb6bef7901a8bc88c60f92341ec4466c50fae58a996cf9b20975_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6b67f233fcf6dc45b908e032f9c1c118b2ed54e9e5afa26737bf0d8b6702f3e1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ba439555666cdc717511b9d280abda62ca4dda1c83c597ceb4708d7e9842c2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4613aaf0887bae2f93335827b3e57cada369b8eb3ba6352a493c6613ab09ef2e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4c0edfa5b977112d0ad8166ed0da4554f091818ba1a1b235a382a84711345588_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:a64416eeb17a4477cdec714433218677e797a0af64c322128cffb396c506b2e6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:aeb12e43a3e32f266acad3350fb70713f6b377854c7913931842ab9fa36322f7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03db18387a9ccad1deecaadba20e5a2c7a4d972b9fc2ab748ca79c96803c583a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1faa1d612f4c4a79765d4637758245dd50838e9428ef68fa7289e7cd799e5eff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6654a79204a27b67d72a177181959f6ef26373331b85a288f380554024fde838_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:a66ffeabb9761d4ef2a7c6211645f08f7d0cbd1fb103497dff173d9ada6d1d7f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6a59719b82960eed76dea8ed7fd0231bab18ea97e754c0a32d791b763555796f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7e8dd71ee92b5a9d442668959190290275821245938eac732626b3a1df359039_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:807f5c133cf808f5ec38fb50653db843e81322af200a20079edd22851c10b954_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ec36966f8e3ed89f785de7126ef4bcac743b10db6d20a90e29108fb0efd064ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:299df30c1ac347b825469f42c648c0cc71b4edcba54c6363a8e6b32323aff4b4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5b6125aae527a855572efbe741d222a5f222fe593e4e66d336c0047607759163_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:925d7c962a979745edce32fd795fad2ccc2b82695f6ae8fd806b48dcba96ffc9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ca5fd62aad08f7866c1e5ce493744252e9b3c546f102b7a2e67cb240196986d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:704f9ddc250e7a5d7e2dfc0ec5631c3da995906ea0bd65168cc4bdc0dd58d292_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7aebe63b8859b65c7821095b8949c641d872029d6a0e133ba719abbf765eae4c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8ec3a09e3a461bcba4991c5d52e007a42bec9c53daeaf80be483d6876b38c88_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:baf4277ff1bbc0f79ea2219ff105ffcbcdaaa63d994a04fa4a46c8ba9d172287_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42fdc5ed04c4407565de98045ac46a1e1f2671070ad7d87b1929a55fb63ac5fa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:80f2c4dbe7759329ed22058482f0dfd2f102edc1501be404e24ab5ae3f445669_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8523b054f4aaf548c9428b09b20f38f367cb41c95da907fb805eff2f1e0dc9df_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5326afcbf6cff060a1495c7c827893fb257425b799be9e754041a27d05bcdadb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c023c845401be6057b23b7c8719a11a4a6bb416a61bcdb40c4a180ee7410121c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fbb0d03aa31f9325c570982adebb323b234f93ee8e2e388ada78bc8d32c23f45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b6109ce5c0e902160deae3578d5c9018c2a2430ca6a1eafd574841934e039208_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ef7256ba10657180e2e884cfc4c3e78a70002466c9f6ea29f2dacd3b6da6547b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f04d3353da02d3dba1592280b0df71a2ed7296e7abc40c334e61989862d5006f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b43b90ef8ff9141b89a90518b7f14394b36f6f0d9367a771bda1cd5689b0c3cb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cf30e7f20e7975215919555bab9affc81bc6a1f5ad515aca90773c1fa73d31c8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e9d76d6ad249c82973143f7e4ab9f45198e66d343b807f70dd3cff08cd3f5a09_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:52573d890ad34de510a014bae5fb43b6f7101c2281404ed0171465e76434e2ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:713cd8e6783beb6b6844b6f6df3eaf25d746621611ef050d9350d55f53f4fb9b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:756b5f5423b675f17256cefb68e4e571878cb2a0bca61a8e8e1d5c7d1c05d480_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fc1f2838a83d79c96316809e9e09f1efd2b54015476e6d38df658ba15850747a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:114903a771d51ef46d9d8982a3cc044261fcbe7f7a3aeeee5cf6beb05b3353ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a90074526999823c6a5ad4a203b7fe719d91d940a7bf1f34edfda820d524628c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c01a584d4819b77b787780986863a5a8da93ceb7a400d17e2cd89f263f71431d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f5175803425f00b74f14f887d487014e4c664ff7c7c9a6f9033b3607d290ed32_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3dfaa1675d23d869c291619dea9bf800fa79e6a7944788b1e124ba47de34d48d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3e54af2baa76d239382944ed8cd7359721b4f658403426a5989fc5220645a7d0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:753472746ac51244d85102a4b5cba7c5d806c279c8ddae06399a4605ee9b39a8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e05bc99b0e6abefc8414fa995ecee48f6f290e91a8026ec38ef22e4da0a3bab9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:3964f685f0019f6cec500bb4f0c6c951eab80a5b79b36f594ca67bd611ddf4a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:39ab54f3aece62ca424dbc1f5f17d3551d3cea7ccc2d888b2882c5c8bb8dfb77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:464b70d7f61dfd2ee43d78120874a5cae78854dbf178605f7f27e1b5a70ae00b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:55c32f30da4e3bb866a34977a7a0f2e25fa04722ccfca814f67d642b6ff1a265_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:25b67042d92c88e226638ba125e045503d590a967bf3a6a3838dac4f94993bbf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c79f5f9c09620a38583a0b96c4b2bbab9e3ba7ac715fedd799f3c87f0366b4dc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:192da5da26816fe1d5e29fb1532acdce0b07ea6499246732d320e25e13b17e4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1b25170feae9b193088191b9e796e56b9427e79c43f368cd9729da75326ba1b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d594930ba6980988e4307f75d0d0482d036539d5d95c9681947d6cd16898052f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c4958648a0a74c57eb900d032b71b556ac9d245e3422c1dca83465d5e5c780b7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c7f611e57c09bb077131f6ede097d53b71ff9cabddcfa1842a079dbdf2235a6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:bebee8721b49ed358562a846def72a6741416cc6a2bbab0688a9d56ad39a9314_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:c41ae72e49f2508a8d9fa99e94e0f2dd437274d0fc4741a56cf1556213783f4a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:61ee27876cd0574370de2872e8c2b75107c073434fedbad8a2c4c8afa9dd8991_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8c9aff1ba3d568363d84e89344cb12947f630424cc9b951b562557095b79c634_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a5c33051d8bc2ddbce5aeb183b9fd6d315e86339996d96ade0bb487c648869f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c8d9d4a3d037962c57bb67241c7189922fdadb3cd05e67f0a39dd4bc2e7c6ce9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1e0184cb6687ac299f9fa3623231c1b59fdc25000d8b53bfd395c206aa4a352d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6d9ca8af8ebd38c77605675b6401a383657c2104136c48877bc5d03f26262c08_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:aa1610c46e7bf62273a2454732226ad09902fc55db826effc3941704248d3c8e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b13a5dec2b6b0eeeef0d050f5383d61edc7df45c7bd3489a3c0ca618f1810817_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:359fa7e9a451d7fc019ce7e41bd38c63fb5ed0f2a47950186f1009ca71e25ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ae5bccdecfec8cb231611608d730b03c5520a31f768f3b67a0f4fdbbc7187be7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:bc6ecc04168aed8854bb311d4c8ddde6a569febb302a23b85a77beaaf6e5a512_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e134c48dfe7650ac9961724c83d53ca8f8fc3497e7b34f137fb7377ffa85427e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0411e68a0734d583c7048689ed24c00be93a111b37d1b660c0fb2c4845978743_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:45bbc288c8b504ceecd76daaf2487bef81223f983de9dd6c79bd6d5ffd83f363_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6b64a6a152af67a439cba1a5fc36bc9fb4a794478d3278ef062d970e0a289523_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b726d005d73f6689ea12dfddc2219214601210b7d52ebb4b252dcc95f4dfb264_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1b3a9534d3801cb4b926344cb14620581dc867fead783bc198485515e581592a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:93ec828e9083c17c29decf19fb120fdc16d31b365bef8c3200bbbe42603155df_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:284e3431634a9fff3fe4ccdfb2cdb42a1fa7c65870f63231991cf93a7ee69917_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fdcbeaa54f5733386e54677e1216a0b388beab2b4b594ef6de20a29e2a66697c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7b9335abd4859e062d501545ef53de6038279798ec74676442c0f9d8664847f2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d48af089c42b495e67f286e8f47fd627bbbf8a7c7195b4b7f6b6f0fa4a3feb65_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3a6676f6c116c107939521a8fd439cd8c63bc7ee0e4598279b008a74665c7e52_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e80175dcc8657f2652b27ec47590ff40c14a8f22d919a5f6c1e279819f88ea24_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:06241fe673f87ff821c89e24c9e9446a1f6b4a24a385d4b30f6e9a27f46ed5e8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3c2f87341c2c31fd419a90fba360fb9bd91b2f6e30302c3f2ec92b12cd62b089_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:4809b322211ef80efd2313c20dc9fc7140abde0573d7c7a7979fa57da3287528_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:825c36072d88c4fc09a36aae94d6bc5650eff29d59d3229e9702a3d528903700_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:60183634c3642f0870b6f98003755ee8cbbb21bffcd22e24f80d28318e677637_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d049f56d7901b70eae24584eb1392cddb245ea63e4aebdd673fbc576f24777cd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8dc453552519fcac7ce6d1b4eb8182455896c500aae28e7357af6a6762cf3e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:fde8d01716a920c22ddd7d6338a1e81580052c4b680afa1358390c1ff5f59380_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:29acd3fe80a3ccbd5d74f41f935344b0815ef55c5f75766a9d0615ede2fa8f85_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4778ddfe16afca493b01e1d487a971812b418a29a192c7dc2b65ec9701e0c0b0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a41ce7bac57c92c4102259fb9133ff3edbd2c05f5525e47aa117bb9c595d0e00_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a6774c5717fee0abe48ee0d0f9fca3d80dc501c5f96adaba7d3c764496f254a2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2df63f6fed934375a5705f3ea2c8a976ab16601c131dced7275418fded991afd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4fe5549b6b1cad7edea418f6e61faa8caf468caaffa20d1d79beccc6e740f59a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:919128cc6362eaa94cd6c8c7b6c3362b0d119df6e26c9262aaadf2726541d8aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:df84f648bdc9ac2171ea25c690c123ca9345b090b0228f887db2cbaed3549246_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:291cce0965303e35e3cc0b6ee9bb281ebcbc36e75cc4220fa7c746d5339bf27d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6f646b653804c6d1a39f0edc4bdbe676ff45aeb8198efdf3797890e4b2b4bef3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b4eaa15aecb85edd4686d0e7a3af911f1b766c07f48733d18b8c8eee2679a3f3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d968dc49f267e0afcff906870f2fd6d528cdd540d58e9560e9145abf7672c417_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:937264510bb20f5ef3e076b4c823cdf7e6c09bc96dcf7cbd69766cdf306aca50_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1db80be2cdcb3f02b0d9767cbcbe763a6f726da41151c275653865e6a56aa2f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c94180e9ebb3a4e2a326c2510dec3b462cc03a9348e30816ea134419e4db7200_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e3d54370586c033ce86e930c1a8b84d8929bf628325a78032178c19e592e8580_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8acb1a1b52da3dff0cac1f60daedd4ddec00bd69a1c26491b676c042ce5e8221_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:952b598c48b3547079da6a3f3876f672d7edc859c2a7b337b8f6a41ffad7bd17_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a7534ab75aee64d4c7ab50877064c62cbc21447ae5c78f7de277f8b83c45bef4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fcbb0a00765ee93c1d12bea60288897f73697f13f687c18cc69d0d70cada5629_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:00b40097c6522cac107fe065186866a03155c1443f25e02ea360e7dd15eae8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:14167f6ad7a4a9ecdb19792cc75a72144fd4ba0a705967088bfd3127998d22d9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b26796189012b2083bd4042bf633c87775c1875e53722dfa2c3fb6842c73eb40_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c9250cdbb217c1d7c39dd4926667dddcf54e286cbcef80a8205c77503f0e3317_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:b3705338453f73aadea5d84044ec01dc4c0ebfc31749077a4fec22318906846c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c182d5138ebb9cf106873b4f951786b5ad4b6f77803289ba8c94fd78d39ff8cb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:8ac02315c6763a71b6bc427cb01acb3ec6e65ca4772188de864647f63c83f391_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:f3d86ea554aaf7d021585e38d72dc9edc8a3882c2a54eab3e5c4c097a3430b75_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:036faec3bc26e385dffd7677677d56a17b846eadd33762dd7263ee184a21f1ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:38454fc8a649506c1a6c0d141667ea1076c03550f6d4e06ec1f3ccb6154fabbf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b002337bbea961b20e5bed71d22d47149d0e979cc28ad8a1479041874c5ca79_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:08973c462b160f4d0906e46aca0ff1edd87db47847a1c612b015f460284d2fb4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4884742feb7b9b091ef06864a8edcd5c3ac45a0d53f571f4b7fe7248ca221fe9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:585f22000d02c1e94875f194e01c119c5ff58f0279822e1050334df1e80c0ed5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:592f662ff520e1ead327b97bab7b779cde84e5c5f6ac2bb846a3a962f6698eea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0dddd8795e421248fba7645611beb1bc8cde997d72553c0a8ca3b06d87f20e2a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:662d2c8b45d134f7cb402b88371862b093f56c74b6d890a87c60f61f0756c178_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:94c4be676de031fbe35d3aa3379ce2ded292f6b1980a5cd98bff543de6644ff2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a89fef039ec3a17f79365706a1605838b88011c3ec3c70add2ab0e02a5b7266_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:474a8b0e8e891a127d62afd66684fb7820e8ec30afcf6c02858f6c81b9c4a635_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:51ba4886a8eb2be2c540a8761126874e03209066c912eb315de0bc5659e2f9e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5b32029716269a04c5bd985385d3da93b8335564ef375382c21da41e04590e06_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b791448f1ace958d601b9b78b573282e01ac21d622609059709bed40e9a0a7cc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:106806474727790a173149953ab4f275ca399fe3e73ce22aa09c1f6aee557f0b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a7d17faf02b766ef4631f9a1d527f601558bd82c9da61bb26796c9c93fdfb15b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e6bd84eb7c59ec23360039f1c586f2d2516c12fa416156630611b62c5e8e4a4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e91319eca356fbb7609c464e0ea85c73c281c9090998364b8a49a3d115ebb6db_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1e74a43d33d39efa6b6e243a75dd79c505cfdcb3800600b6cdc6eb97de68edef_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5158590f0be62a6017192e0045ff68b971165a622c6279965245231babb25e78_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9024800585c0fd16b23603e91319109b55881d9f276c9b245905fe368b4e6b11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a2b40d7620c2d3b09dba2f673ec443e2e481da3d3e81a579cde2401228770626_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:37f2e34b2b9abf9678808cbf3487b76b8bc795f7b19a564962f61d8f7e32bc3d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4c015076e09420f82932e926b1503b042a077697e72a137d82f7cffcf92049da_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:697ee5f169a3edd04168f6061e278a3cf094463e842c7b275662feb4415c0b49_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e90bca284473c6b67af258d3c12f2ac59ca57609befc9baf5cba7df6694fa8fd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:32d920433f8ab57c952aa8296c2a1d8aaa2f251b89b0232975d412889608ffc3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:353f8d91d668176e3a52bd8615d3dbf86b3ac0c9af25574c01fddbd34f95531e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4163dea9e5cb5245f107d30983b5934d01dcd5c765dfaf59803cd2ee0f76c978_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:aa74eb0ed000a11065676f5a2b9fc7ae25677168003a86aa49a53a9586db55d4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:32573c2a0faa0ebab188a5656d3636ed06234864bb8c9f3262bd9182ea98453b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:51b1dd0d0a15f4a9377cd1c8694c9898aeb1848cb04c2a272fa4aa13c2c7ce27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:72f3fd8250ad2afc70e4d024d40e4c287a96e8f44c458caba27adc878d956353_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:73c4d1a1b9db3e369263e77728a92b89ea6e03d7b29c844ca83ea6f179df0140_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:01b523e331120e77123bacd824eeb3f9795d6c30f37e88c03879f756992a6b61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8aa7ed397945e7376a0fe4089bafd8688cc63377d78d994aeed012e903ebbe51_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:be676a549675f456829817f44f6d74dd3e6d62a08d7f795b8bfe455908c5c53a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ddca4e9ef84119651a3f5671bd06fc14c7c4e6c4d46f627ddfdbbb9a0ffd90b5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1b0f00fa42bbb2f0263606ca50a494ae17e7e92ee0bb36946162062d95af0ae0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:5349bb33bba193d5f86974633f8c0e5e4cac4510de260be6b291fda5879d9ee7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8573e694c74ed2b362127e9d0fa1e907fd4117d7a38dc42c6a336c098973ba4e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f0ef40d724dd7cb5d070a67e477031b35f6688b0c2f8e0b6cf41b4a89f3fc4ed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:36c3f0ddb54a93690f72bdf01669cfb492ccf4467e99f816c03bf8573d7f1c92_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:78749018731e612148771f882c5b197b3e3143c03c6c78dc1d0e7dee8e5b6d21_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ec109cbe33900fd9e12c200997d3ac5c42349670200c8d4c36bc23a7993faaf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:85100d7e3011d78903fa54d230b1dc9058e3a3d2c6c111cb4ca890ae56082602_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:16a268411728688bc85393a4d00dabca2b777be477af7c9b0f7e495ff6249ef2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:21c81cb85f36b66b22dc4840ceac8af18c9ef0dde8e9704a003af23eb5a9f458_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2ea3e45b84d940017db50ee4c9a5076469f8e1daf021540f8279e11ce30c5a95_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e39faf3ee84ba86a83c6db15e61c29503f68a5de28a634e3baa13a167b0cb8e8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0f8dd32c213a857235a521b9629f25220c69cafd7802a6ce75675d55b2bc013f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:3af844266499efa1baf91798f9a533c81841090d1cc3d6d8cc6317062408ec8c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:42fe4b2016e5835c66fab011229638f114bfdd8c9b6f5555bf6171d12720b596_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f6f7590a50c14b51ac0afff88849f723a2119033b83c166288eda80a3c88d409_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3d7c2334e1facb902eabcf08f90c6e532f86c6fea96f884a203850a79164aad7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5344f3b43de551cb718126ee8bfe5e333c23a5698bf1c54b939ceb8f875c6e29_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:555987d3c869da57d85714c31c9d3a1229182d9b0fe9c9337076e2d7ddf44f37_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6006485ec84536268eb4ca08a076eb70deb9082e2604f55fca792ea449c4fb8f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ad3544d26b02bef0c734fcee9530570f6a9b56d3051c8dbb4f35c8c4a3e987d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7443b837f9ff990acacebf55eee58c89724cc5401a7105f34d1cdd8eddef09e6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a8b8a1643a17ff350cd81dfbe01242ce65b9ddc346f82722be1f3f64c64c42aa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a98fff37c1956ace96235e801a6b7590d42b36a059a99804df250b5b4b3cb97c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:46f4c8e92e41653e490143bfd3f577f42f8de3e90f6857ab6d256e2c8d36f062_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:da7f5f63231d4ad7fa289dd2895b252ff269ac04b80183f2a5562ec4fb994d8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:089c05fc16a090019551b3656d71883ccdb653a61b9e3bc28312d938caeeb904_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:81b01e1c99a1aa8b4e712a537ed4067eff6df92871347f9994669948102cd959_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e207aa2a32db7e3360c353902da8b62cdc1a48f38fe6709a232f68ea88d7a0f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e7b30b5e1e6a538afb2a063faae1e56503e1ba07773ad385eba5b44a7a2a3a7c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4bfefefd88844a4e4e5585bf16f65a785618681729e5a732552ec192cd0f35b9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a31661ab2d431eba1a5b58ce1cac6abe58cded3bfd98417cac2b283d61129f38_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:bfa49db6924aa3595f81529734fbb4174a183ecb631aef838be2ea14b06dc81e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c08d6cf117ce355ac8aa2a5435c44e1557184c710f4dc0a09920e029020a9e82_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1a21f1ed4a39d0ab0e189d994eee028991eda265c252a2438f43cf796810292e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:70d29bbd0f4b1bef5442d45d31fbc9b85263e4baaa9221d64c66d78912d6eb39_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba9c14fb4fc1d1d00917e68b1013033ca3369f18a8e826793053c9f765ad71b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7499f0837e42743c846bf9ca2e69d025e8d3d1adf2bc87c03ac794cc1b34bc0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2cc2372482d9c4147be8335be1b49246a3012af55d763014a263afcde08141ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2ee93dabb1ec3bb71005065421285589e583a7a97e915e4090054dbe71f58fbb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a91a2deb377be99b985687145f7b4006cf039d54b6cd1b6c246bebcaba2d6977_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b4593284c3159a154f6689d5c25408bee333708d646d6ab409eb56f24cc51acf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ef7714fc29feccf311c89eab19947d1d7b1b89aae40544210254ef8405dead4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4ec00e54865aca45a05810dce0243d6bfc76358877e0e502c0f37e5a8c86f6f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:684888ee84bbc7e43c0030489a28ee775e4c61591533db7f5906c9302e9b4439_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f070afd309659f550fa4a9bb23a9b27f0663236c1a07a311031fed658eddcc62_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:35935c15319e961a98a88d389eadcc935ef0c2ba6a96e9015466ea7647667e84_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:630cd3d1da2526227c85f4955e73c8cb1eb2a7153905709e2fa1b58a40010c6c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:c1ae71a3cc786d6147f423c9bd6bf5e9260e4a91f3459b5885d4b5c73cdf7580_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:df759738bfda3726f291d2a5180cb6e5036b6ffaabee6d35ec68a72c7f31df9a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0bb8ff503c4c789ee1f0722f10a4e1f54e5dccb42a91d1bd67848bdf647e3dac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1c60387c714875a934e3535f514d2a291bdfc7105161425a7b19c622cc74c93f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2f0e73326c82a94e0fe1a30f332635d002c16846da293c863aa4a4f025aac518_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:73e12cc35bf4da315bdb930c1ff3eaf3cef19686401f19f6def7b7e84650134d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3345d7f7422891b7c1c0f756eb57bd359f4a38a0e4f44fe7decef78cd2a88dd5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:65f23f14404d7e4e63ed1385a89b90ed80fc65d6de3ef0b8d236c6870c4cb04e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:73b5824eb3608a29d30818793aa3e3d7546af456f03e959cb5f9bbb43816efec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:cbd9992a6f7d27c4a76573645d273f080c16b6979e5844f56f003bffebef2850_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4cf7038ca5985cca952130cc466f68d37de7c5ce193ac54eae48a46e50328606_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b9eb7624eb841fd2ca4e97d4847c21d0bf244faba44e4b7bd4a688efb1070f1a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bb73dedb0f37019de7a74b49992282501378323aa155233f0af554bcfd5569f9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d188db2d23166750840c8c2381a99f05f0f37d48b5008cd29ea9676489d81c7e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:74fbc83d5b9159c8cf70c1ec705807f744f0ce9ff6e1b6baf9216d0931011090_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8c2b4f8cc617d8054443032f104b1c292a9b1cb1acf23f72ac4306308b801a07_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c12655ba45dbda3294750b0afc1134b7ffefcc2b81ee94242055f3be0bc045d6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:cb411f9efb3e5b9c775b1a19fb0bfef7bb4cb3df7a149fa7752dbf32b1e3440f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:08b57a22f0a2e5be35297e43af7ffc6e00fb17ab94c953c32fc3722f04076bde_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:afb81d8335862612fd1d39fe735adbfbde09dac02ab39a3df4f0555880e00a7a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e7616ee082ea61fdcedf3aafcea4311b2165f59faa01396ebfdc4511864b8c64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:fcc708dd43a866826d5412bdf03598b2e6f31f9a1f0383da49b50bc17acdfc39_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1242f96008650aae8f0a960c4df135c18a2cb484401760e3081ebdcab4d647e8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a6ee2974f74155ba8d7cfc35e86ba000fac6e2b16ac78be948eec5cc6d158e42_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ad28464ad33eb8562a9d0f74a6cc8dd7f5dcbf14ea8b2482844e7b52d667ac0c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1c6a2c6f39f68b1b2058af69774f172126ef03a2d3a227638fae34bde292d26_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:246ffa594eaaf9fa405a5fda1efe61643b4d625cc92ba1af43d141239d4d9869_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3be13d02cf771de4f2446006c61eebbb78c4e0b5b13bafe3b98672a1e9f411c6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ae5c975aabf7aeb4d816d0d25d085c4fac9caac06643979d567a6b5479f19b74_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc3d8ae29563d2a75111ca95ee53976e82719410fab823c6bee75265fe40a443_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:20472cb7f183c9e5c172873644d040b675394984f3486cbe6f9322ffcafb1e67_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49f19563438e21a4ec3536f21f264e6f932c7f1933312511a28e210330598616_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd16c7190ca3c2a1c2a813d648747a3e5cf5c224fb5a09cd59f2b96ed1ac9627_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d86ef4b34d8381394c24d6ddcb97718904a87bd3945f7ba5a05fd300285e3db1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5829d8858e4497965e6c0acf788712593a5925f05c6c5f21c2195c87b1229d69_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:720fb9282c8bdcc8fd4cc226595df5bd3e0c4fb6cc67e761e397547174b50573_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4b95c22811fd3d1ed6d4c93255cf09f19f534afdaac17cc5aaca9819f6d345c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fa56dafcfd0faf2d2bbcb77b01c8d05cbc850b3005be3cc5ea66857c0db39ad8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b366649caf8e09b8e08f3ea71ebc308d278dab46d00fccbe8efeddd803c1a378_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b63dbe7c554b5cb010c8d6d20d97c7e5cc017d999d3cca2e4278a86425974597_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e9e77779a047efecf1a40b42356e1b6df74ff38c59e94de7a5fc0a334b7782cd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f52535b5ef24b9569dd9d4bb62b32d5883358daa29136bc57dccb7ef8ccdbd58_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6592838f76a778b2db12d549325fc84347b1223127f81aa68b0bebfa8d9c5da7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ae67461608362f444de1a502402d265cb16bea32de465f7763db17549e0d6b76_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cc9ff80e87b9542b9935bdfebb0d3d08bf0d81f39b05e8ecbfcf891ddff6a3b0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d9d08c192dd49c751124eed9c4318a48e4491d47029e76b2303a102ee5b5ae64_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45f044666deee28ab310e36a4e3e6a42bad0e566aef8548ecfbb0aa6e9a5749c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a28bbc9061bf91e18e3f9eda88361c4bcc6c7ba69368fc54a5a8a47a585b7a56_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e9e2dea2f848efaff509ab046e6315bd2a54e0ad28a378247d6a5da7f6b024b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ffd7e3577beca9b0eb6459832d14bdb287e03cf9358044ab31a15dde14a97876_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:11b52485a9a7364117f6dfdb3671263df620f130eb3316dae82ac7b24f54358c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2dc4cb45ceaa798ea290f1e5a91e1d39bd173418c0a2ce61e82a018e21763c34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:df9156d636ae848341033b76979cff4be05d6327b1766ea9e3858696db07f360_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efae3976f96ecf4ae9891fa96fd7a5186b8f1a6f159d2795b69287c0bba5646d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1db0d950cd22e8d5537443f0aa4da13d256aee84eeadf8668877e4c46b26b857_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5168b417cf23e9a90ceeb9b42c15c5579a203de69294f63f392251bec41f3dd7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5dafdaac967437c2786abcc1ef2a9134d3ef8f5b09c35bec0c03dd923845a563_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7aab18766d252b2ce4e1bdd1984d2749349c9c8a5d7401496c1afc2537b93845_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:50e0b6420306d5577aa700b236e888359c1a6691f146e3f151232bd9dd8f2e40_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5924c066d6e7bdca746bc004b1be4bb526247c53efcf35ffe7a625737ccd3ac7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0527b03a5198eaf6ce67fd18442c5f415242a55d65b3f42b1e24e5aebfd0afa8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fdf9ff6efcb679e7847ed149611e77f3b1a4f73b26b8fd71d19a5f2aab9e62be_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5f5a93d31b8fa2dcdd661ecf43d1219b5eb438eeb7fe03a92bcb65d3308e7f97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f10c81f3f1f512b260c7c945a6d2de815389e037b2d87bb9eb73421d880fe022_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:60a6de8a0e5cd7c919437777fa60d87c7fae724b1bd4230c5b20f56abac4c316_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e66183afa9829d8e87264a16f575715216691c5c4f2fb40d43cdb6f4e4baec2a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33577c769b6f04a47fa7e7cf78edc7518988cb7f8f08746047a48a66d0200efa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:57206ebfcd347eb86e18c850b5bc945bff7c7425843be6295445e6ff4f709895_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c22b3d7de15ef6233d227b5e6ee6711f362221070ca94c622e89c6b199423d9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:76edddf9bac3b0e2e2f86f9ab86da123311a9574208e5bc5e9bb467c701126d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2e661120d7d9fe6f262f999cf4f025bed52d3a0db9bb81312ec6b84725a5ec58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:75d8a44c027c85172f6680acf278d7da380e89c539b1cdc52cc8f5abc9cf7998_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:80093e4720bdd00f8f3305951965dc834d4c8b4a34cba4c2ded49f8c75046921_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c3c58822892765ffd9a6e04c3d64f5a61329788558b69253d12ced6c93152bd5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:843964fbdb83fd37107b98b3b40137f9cba3f258c901dffa778fb86fa85e7619_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9ad14180f452257905033bfa6e1b6058e295894d784dff7dfbe4dd6246ce9913_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9d88b619a44bf423e7de44c260b22accc0d5a6ccb7f0ddcbaa73e3bedf9d1fd5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:feda43e7f108c44fb50640d33f997c984971abc4c84931012141e4a90ccd31b4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:1626cbe1838253cee6cc96d66a69a57079f5d1da82cb29c31cea4be24d5c0008_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:82566bf0addcb82552b7c86a373ab60c7e018de25574223b13b893124e2d2345_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:91a0bff68195d26a2876d3c2212f2ed8ff4c9dc173d26d41b8fdfe54e56855b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e1513f82e07c8250643d5eb290be7648fa574c717b341f78a091fa45929a4f7f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1fec64987e6a331ec3e6b35fe0d4627dad7495cb136955a93cc43a2177ff3d8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5caf92f58a7e29d61f9589554032a9cabbc7042d304a3efa08be71f1667b679c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7618514219b7e3c73a5cb94a70d4c72bad8a0ef5c1ed04e446f4b902980476be_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c8fde3d196519ab52e1353787c00607ed5091ccfa02f44ff7b13dcdc0aa7fbbc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:06994c07b5559c49e026c00866f3e59ff3f9c72fa2ab2ebce88ce4449c85e11e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4bf4c5bff23465f820a989ae460262b32b8f6e7319346e27e6caeedbeaf6b513_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c1f3602764cac1e0b4ece400cd60c6570be745f43cd93fe08aa14269396882a9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:cdfc297fa8544540438d58c20fa04a6cbb4e8517ca924249571230dd21bef0e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:28035d760564c6ff3e5015dd7533d4e9abd13a3b7c7fe4eac76058e1ea308302_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dd4e4181b8206de23c511f8fbead31a16d435ec2a87c65e603c2442030e2769_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:838de9c4f8a2dc7bebbbfc6506f5d8c97c3f494d24b74bd39c54ac984709216e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a78f405913c47a1028ffedafcd37ba4ed46fe7e287348303b936e37c22263592_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9e32eb760bee63d505e38c3f1c55ee8582009d203bec819bfb0c60df165a223a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ceca17ccc882a5b2f88d786aeb239d730a3e79806bc27ce59a6baa7e748a9291_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:da029353d2c3c7fb8933631ffc1f00055561c80e0be172c880c30cef3a05b503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:de9b81797e053d4b3de3ec956d43001ec8fa6574cd4ba91f0be97d1ca44e1d48_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:09243f0ffbed2369ae2f2b74fc0c318b563034fcb0b45540c77178b26c386ee8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4234a05b3f2f2292de0be004915f275debc0839975b82baf1a1025b2d6245d75_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:42b7617ecd40881944fc09da2598521bc0067e5aa21750c04abb317373faa9a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:508d26b09eab548f077af3a1f873a6c0abcf7a7162dbafe9f7a103fa65421cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:036533b195e4d571910a8b1a65d08436471d17b149bee0aca589af70162c0572_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:64995ac557a739329f8a7701d6a8e55c398e955ca8d6ac2c261e3bb34b028f25_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a7e5916c6ae2d57f60df30888446b35f52fd3dfcb2dc934fd90e77561d8115aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cb495544e8892da58b7b59004e7be104c027d41537cfb7673587afb0c642ef4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4f3977b99741fa8613db4fa0783a15dd3f28a528b317a149e45d965db81203e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:696327282661fc7a50198402bf5d069dad4851db774374932eea031948cac931_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6db08ed86a8d307f1d4d0fa61936605564898ec1673defb69378b02b5ad13163_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7c4e87022d0ca1ac2cbfb516f6b6af30e06637c27b89649de12dcc0a4b4692ad_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0daf72bf67568485144a3573c4c4c1328690731005fca02d52e686dab1b3b453_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5f61d7acdac5280db40c1bb073cb342b3d28efb6799ffc304bc8a467a898e1a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:69a937e9fdf2d964ae439fe595ddee207894f0b61fbee1d3ee40af3e247d7785_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cb2fa56170d6cd82cae20f4e78024802961626c9379e78d7a732ae48c30c0322_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:72340efdfb1b36e8b8bea1c9aeae6988723a37944c990170f6bd27388fb367c0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8dc6f184ec55ccdfcfbf0bdd70b9261d143c9cd9a661f9b046578a1ff4552397_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a40183aab5ca625d9e091b9a9bcfc36aebc8017160175b656fd09a5a3cc4aa8b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ac0d036010a92067d88961feb6f0062593102f43e806e5e96cd6d0ef515c1658_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:713dbec0d6ec8c243d5d9ebf75dfa4ec27d775d6277e5865e416d5474426feb1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:7f1537cd9f3583bcf49568750b03e8dbbd07b2160e79ef4ad938d413db1f7520_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9432caf90f640488fc1146e35c1b69662a83356acd2f9205fec7a1d8309ede4e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:eaa70a4d8eb71a063aed199ed6d38133314c1f40c111ce4da540e08baad872fb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:713dbec0d6ec8c243d5d9ebf75dfa4ec27d775d6277e5865e416d5474426feb1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:7f1537cd9f3583bcf49568750b03e8dbbd07b2160e79ef4ad938d413db1f7520_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:083411a65cd587137da6dd7ea7d9238a5de95e75b111c9e790287c0276f5729c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e6c0081fff8400beba60b81ef5a93f6d4634244dd65ea0c1941f126ef3cd6644_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:71a014dbf5a40995ba2318bbb9507275d6248fee25d4e1b88aa1ebbc43c006f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8e393a363017adf34d7fe6ead19c41f06050bda81fa8e001cfffc29a309a6b74_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9e9ea4ff3c64a23714ea66441bac673436534b81976db20563db2ba8a12ea17c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:afda2d89e926843cde66bead1ee04bae05a1e0afb6ba5b4840aa78730e1a7e0f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0e950fc99f5589bf28fc40da2ae4f5f93eb841f4139db97e7a66bfcb99884050_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2283e9f0b3af8838b7babcb8ed81047728341eb1c055199157ff2b830d2b116e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6e42a9b5125ee371a48c44c1ee2c1cac3c2571e7412d51f20847d74a029f3a65_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c11d37bfe1acc080a8e703df91bae99ed833802fb3797bf7cd6cfa4badf09e3a_arm64"
]
}
],
"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.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:010910ac80c9f0261005e4eaa852ecf4a22bb0db955c19081d46d75bdfb52690_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5720491b0264b323bbd09720314ab7f01e837631315013143f98bbecee6497a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:865c579ffbf6269d8491ed0a60d56da08d680f41472934f1992ff106069d4682_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fa4e09bf3ad57199932a0f121443f186eca03f5756e17e5c6e45b16df1a87511_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2aa26529942f335f9d1d0df93741b5d6e1bf94f482ecf6f5b91e1e95a0dd56cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ae981f6c6a8c72837f1ef74547907940631530e4b8db2f6d3a21304ba7b6f4a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c9ed0e17e7e7033b02d6a87e83f575e1ae6c443b34dd5a4e6ebcd59ce6ed53a3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e3aef7c894d6619ee0182bd63399df170a1a68ea44424d38c52cefbd34c88aed_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:29d1a80ce50aa853d8a602aa15b80b6434ef16d8592fd0a412b3e1732efb427c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:41003110931d8804e7ed72d1147fa1af7caead5906364c65227b88fcf915c661_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b13e7a159fcf928f50c9b16b4934de2fc508ca5a6792cf9843dad6172a02351f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ba8ab4359097d016d16c1a9762154063e554a1d47760d17adcd7a1d6adeee2ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:227657eee17b72b9127c0ba7cb7796c3a88f08b86cff574bd7fcb00bae4c0c7b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6c874cddb9abe4acd3002dfb38f8ad482ba299024db587f35ceba3a0babb22a4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8d733af5216e107af13807b78958254ea6c21c81937d821ba7cb80247502e5b0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:afdfaf1f6d478b0bad3cca0dd85a8b2e4d08f3c6cda844293c4fff2883d44d1b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:22469a4605f978d2cab2e6e609a52d80b2ceb2816ea7030f6c207aafcce19784_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2a5740b6d1f026e69bdef3d18d97fea3704f580f299a0ea5246c7c6456acfb8d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:839b0acadc574e3767a57dd306fec69849aac00d8c9d05db37a21553c38a0cdb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:edf601164209b43c08e1cc0f1a8957f015e724c23643c06bd280a3eed51395b6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:095ab09409ab30ce355f42e1ef98371e13bc332f0365220e18bbd96592b8cb34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1e19abd283d3c7f43f37ea6a617f2d292eb41519e5c988e912bc186253ee4ea1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ab92cc86cb324f036b785b5b65bfb272a7eb0be82421b34d47bb0fa778ec077b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:eb8c224fc4192e94a9d7936d6b3ac2f94b5887b6e67e74c6ca9a607c16ce82de_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5b53f0d59d22cad1b29cd1455363e9b95aaec23330f5a709764505e78f464f81_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3351f3517c85285c83ff279daa6c60de1440b454f5db6b7ac3cefa3158d6037_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b4c94eab97489010063f86fdfd760944ecece20de991a50b888b215605fd235d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e66343418c4f082a915eb6c2c9922a92ab49a62c9f3895ced29af03e2583405f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1014bc1b6cc69c21e40a8af73a4660e78a0888edf3b20c7730f5210b9312b244_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6e667bc5bd9ae74020c140f7b3fc1b5d75c26428c02002f172641db3c7858b10_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:8d4b35316b9d6ce915f9fddd0b8472ee227dc5dfec4acd1ccf0cc4189b413bed_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9192404559e79e1daa9a33bdc10301fd6315fb54a11875071fbfdd4e72749db8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3be656261ba123e12f4217cbe8ce75ada30edcf8b6183f27b86e71a2fbdc3823_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:9d79aed39f9315454153b47102247db0fc7ce21b042e2b39b8bf230d5a880552_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:dcbf1a9d6b05d7dd11529db822b38217174f653866e7a3eef462beaa92363faa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fac30473f878fc94f2a5d8302c8a54e80771bf974de598a6b8ddfbbd209163e2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2d263fa00621b5233ada4af5d1f910edcc6ae11911ed0e64d347ef13e9fdc431_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:3915fb435364adff485a6113ce03171216cd806d939fbe2a9dde21f8ff507f96_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de106fab83118ae9f88a6d650772c770be2eb9a324e875b4705d005c113c03c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:dfbe99f5488ba10988922c28256f7c21fe05622e40eb332a9932aa2547c0308a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:922b31aea75e3d15e7c250cb193a034edc9b90c23f251895524740df240e8588_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9ec30d34824712dc4036a2a3782e028d4dff56512866b9b89a8a11d3ed32ac3d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b3df31c813226a62917decafb7d16d15f702d191bd1f3162ffdb064ff8b40851_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f9895e62aa0258e3a25e618ef22f73c5516583840954782381d87aa2460f490e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:11921eb8e50ff9230808952a03c48410c72aa1c4b3b364be85e2cc313494e992_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bd0cb75942665b368b821ed47e9497c864cc20e479e19b853aa9f91e2a8dddd4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:da81b9e0cd2c901842ae4cca4ba57e21822ba5fcf1905464525180777bac3f12_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f10728036d476ce4a691ea48dd4ae90eac818db6555bb5766bd6385cf57213a4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:439b615b8635530ebfb55ff48de16c22945886334ad21c902297a3494b800761_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:771ea3e2a76bcf70b69f858d734a30fc92202abe787461fa94d1d4875aa594da_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9bb32a14c4c928ca2bc427198a391cbed6c019a07efe652afeef8df0d4c77a6d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9608b90684a48a64a973a1c7a66ad52937a9a02911d84d5c8d39f9090f0d331_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:12e6cda5bbbe6ad6fca6b1e4a071c73289f544ef9e8c8bbefa04a2560a8a1061_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:3db2e9a0af4199d7881d53ac40abdb15fd198f4ed0d87e5bd01f58adb3359011_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77239fe51e141d70ce695764f072f5db3849b20304b8ad5c7a7a238381a5fb4b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bcf80a83b16f4fffd2554413029da74b45b20aae69f10bf6fc34b2b1b03ca0f3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0fae9e4bb94e9ca4465d843d6112d5a511f945c717d072fe9b5ec50126d78c0d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:15e531eed38cf5aefb553c94d8ba61458c489e702ff193015457189f337ceacf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7623d4b6acace64aeb4b462df5690b5468c75a16b97eaf5c6250868ea2a5922f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7a5ce737a4d1399f3edce8468eaf8c92323910953b83171c5d84b4a03f07ec70_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a672f8de6d6a47c0eacac43e272debc7aae590468c27fc834ae87c407fd79622_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:b821a86fe1f47065dce576cf417b48ec54404db6d32cb4200f1e5b6665b0643e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cb6a3767a64fc324d0ae7dcfc667b466c3ba56ed62f2d9f395e23bcc36fe2057_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:de60ef03a70714aa641f2b6903b6690b80dfaa08202e78def5303e8a4f2dfb7c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:39c541af8befd2f04186cede99b8d384961851bd82af5dfeccedab5609d8bd28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:dd54dcc212e4a8dd1f95491f1ffdf37a460b2b4afe6b239e97ed01bc10b5d7bb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:1494de633441ea309e51c41359eeeb9a1b6d40057bf0977be4ced9d77f32e138_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:37d91b0db0bc2f47179c940f409812448d12413e82b89520fd527db005890478_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6f314e8108fb7f35c2627d2056027c45cd286025c8cc25df8d8f87311764fcde_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad573cf9be5ec11c6af02cd482da92ead849c79e8999a53aa78537937c118941_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:373d13b2cd0b561f6b3de3232e0196086febebe0f8ac2298e3d49e135d504ca2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ca8509dcd86ae6cd818a9b384f507660ad0979102da8982138bcbbfb1a67798a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:15effd39fe2eb000030d0a773189485b09463dcb271f9f9365c786d69797d45b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:532230fa98fbdb150cbec8c2f482a862764edabc991040796b43cb89c063eb6e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:3cd35b169c8d6b8c36721bee7d535d22e7227a499c10a26f8b75f20ece58c5a5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:87bf5231fa3e6a42aecc1d98434b97ea376e6131fcf991f0f70fe8f08c500642_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:c0687c055200b806e21dd54fc6ebe7677e07713b7e9d477da50608db698434c3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:eb4676a798f88ddf196a122d158c194e2f9d3606e6df98e858116f40333a73c9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:49c9f70dad03c76ea5f24113f57d0dda9c76d6bd75a97ec0ffa8efca03416a62_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bdb2089dcbfbf7be129707a983d80a2ea2403de4599f542b203d6d70ced116c6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:cd4dd131fffcbc6cfad4b43bf90cd7f4ca746aa427444fb1b83b8e3ed5448155_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:ceef814e858fbb3849600bb8ec9c7563f7febbccef153e6e1e0a6137cba2ed41_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:818b8aede1cea348fc822098e63c44283d07b8d759fff1a34fb95698d346e4cb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:95cfba9c1aa3f5738ea1a0986edf515c7929bcc2e26b743d175855bd5916c3f2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:0c0d7063c6c1a93c0d999fbbb0318b391f245be4afb2961241d7a8fe96aee5c8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c7d3f63d85078049dd578be45be4922f0b5bc4523204f0f6e7a8454378a50ef2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:01bb1e8f7448fe9716da40d0fc0fa6721a6e83eb6abb5fb9db9c9ade90f7b544_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:c327ee819b81ff73eb40c7987a925d5ec1a53d5f83c4f535648cfe3b12a543be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8fe832d24fff07cb9dd0593c6be189a15dd5b66c90b4f51db34803c3ced0833c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e6e04742834a28d3e5501d46d81ede1b928ffa2b03b4bb67d7c4f1b41b972a8c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:3bd509e461902d5c78947d7154cf4e2c1d7d319c52e5ac20835b929ced2a00dc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:ebcb5d059b310f2e604ce2ac43ac67b05ccf65cd91090e9f73cb40295bbe281e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:40622ba6d02683af12f5ccf089b627edbb4008cdd00f5c12144154e096e9c70d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e057234533114382fdf0bebda2c7be084686656356ec2b37f72f4486a961a649_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:bc87ee80c823f65171b214d154ee7cfe68e7642be8de366ddc500d8035415110_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f491089c7250e2999c3c7e20bbf9b5ba6e3f7b9bb5df32ece39296dfd9cf8efb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:94a3b8cc025503e74f3db89759a448eb7848a97357b3d19fd003fe5e65971938_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9ed6257fec39b9a133af04b675017c2f904458c7297142060a125a56f1877b1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aa0a83aae6ac4308aba1ed14cd1d99fb2055fe959c7a0945360914ba0bfffd63_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bfad6440891e209e6c4961b0c6eefb7a0f974f036c3836ac4ea20dd8cd58cb36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:285c5886ee1c6fe18ada08eb6290e7a360413ec7eeb2ce6c1ca21137d2a6663b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4382802a03a6cdc97faaea32c46d0a50b18bf28078cf97ba016168cd93d56849_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:989960cff56e35b3561de569f034d4e8c41f34d8f056218394ae6574f03e02bf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff83cb311a9f86f7b3f68983afb345a185bd61696122694312d7fbefc8a26596_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:0b103d98fa8ed7dbb657c265f8115fa94e877d1d9c3055e9fec074c736dbe327_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2493cc19ecf6de30980aa1343ae72f9f67abca9e60c45dd9701e3654a49a8751_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c4db3b7660983eed8e7f57eb865497c46b4dbc4e9ce434f5723ac7829b21983_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9d40f88df1153ad6b3b5a45977d2caf28df5ed82f68f5ac22c59b46062b58d21_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0e96cc33062132ab8dff569c666f27f630ccfa807be154e0a80cae84b3859f93_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1ed6c35571e604c7ee46cabcc0e30c695e848e47f0a54c3f0241c70dd029c6be_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:89c8211969073b7b3c444d30bdc61fc7b1c4ac2a4dd96a435a52bede721f231a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:eb20d335d43287ff1ab9aa31ea093dd09ead747828bd710c3349f73790e53c9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:05a9d8c8e182cd9faf243d412f84af1ba32d44f058e8a9f1a155fcb09e01a63f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:5437871fd3b1632e81b4219221af0ea6be48c7478e19d62e582c92b54e4ae888_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9481f2896105bb5bdffe5d4ff13475b95a4cc8ef4854f49856280bc1637cf00b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:fe0b2b9dd0b60358f120b5c02922a240c53cea9789bf04bc1f4ac5f39d932c00_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:067ece3e5c97432a368e09212d7fcdb8a17bec2044fef91090226cbe365a4288_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1587e95f63f0e27d30aafe3ec1d6d41c261610a4bc3b128e07a0667164a7800a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:28ae7f1bbce60dcf527f7a1cb61839db6afa536940b83c2ca0469b83deef4f74_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:85c775d01713b954249aabd6a79481f2750c58da15002f84aeb8f7162118ee3a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:10724a8b5a562eb870b3ea1b5dc59aad18fd48be8642f1b297fdd9f119c98d07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a8ed4d31886431f6652d7a818081f6461c9f4cf708232e1b6cdb2828c22e741f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c53efc8acf0a12d9219121fd50b057b3011b9d6c96e5764ab378c731025c3a53_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce8b787fd1eabd6d8cfbaba3d5c5a0ee0757833dd06142fbf9185c38d1edaab4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:4878c17bfda3e85a73f33484180829821bca67ce081f854aefa41d61be6f54df_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:add936fde99c163e6686ce1247591a6ca1f8e09436d1e27834d473bf91d2e56f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:da1884d5fb9ebe6edf95716c6da33eef31c9843b85994858b61306721d5b5290_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:fe1f911ae1697287eaea64f6fc9c500ac0cc53df06093501d22d64f18f1f1b2b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4b0a2c88479de32cbe8c5de93713208a373689fde9698fbce7d4374895ec651f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4fcebea397006c02df68eaa8b8739d2f8192136cf5ed1a736378fb5ed2cb3775_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:552f87d4680af353de9006b557a394366711e123172a3756e98bbb795bc7ad6d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:90d7c38edcb0b1026d5283ba8d8a9c13d5425d5969cbccce614ea52b66992fcd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5147243ad484accb1b55336b87b04d3f63133a1b3b3dd9d5608935ad6438f7f9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:73ec0c46b476af3264bec71c52aa78a4ac6810518b2c22104483cbe841e347a4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:dd0a5949ffdd4d4ccf84d0c1425b37036431bf0280417c5d6f545628d6a00d78_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fccbe0a48bf84fd59ff4f235663d4929249a089514c51de14b25f18847cdcfca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0ed054a679598bf964ed72c27e6d8ccb8265093a4a332d6923422d4a5ddcc969_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:56e378d1bf6c43e123ecbf51b6b867c3051bca71f8ac89eeef8c3f376b29f633_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:be8fa3d3cfb67728e88a022bf2e8ea9350d51bf155450b9dff32b435a8d1e281_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e5436643edb952464f47908d1c0148f11e9d8b3b8b99fffe3e7b7e216deeb895_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4306330db69aca7845aaacfc5fb39af2ac17e07bd2dd5483fbe036ee6f7f238b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9398b56ab57291d9eab36aa313816dc218f68b3a3a26a3e912f63f573f32926d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e0d527b7110a4bcf2b2cc8e62b935fbbb1639b41b77e2fbc8ad4fe184e6c2d98_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e6e3e21f5a68eca36ffcfbf99038a86450f10ba84378240e36a9f10b5c7bffe9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4ce7127580f01b6097604b1b326dcc52e2e68058b9006ee898d4be14bbc37f72_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:69f97ad2e19756c43b53f7400ec2d476d8caab5157eb28049ede1c54b01a1718_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a215d1bf03fb40c02c8d9074c42efcc9eb702035acc3f5461a3f468997da8906_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:eb281558c21b0e23228d44339846cf3d7cebe6e650b88b186efe97571eb35ffb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:02f31b5d9de8b1838feea23946f68e184ff9ce95456e2d74081f07bc882fe265_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3ea80a1b91fc2c0e2872eb2220f85e51faa4b29fbbf751124f83760bb3626767_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc515c05851455d8df0f0251148a805cbfcabe4f00a2635f29b1231939ba6169_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd0455ce3af2cb1a403c63ac1aa876b82d935c5ff8bdcb6f4bcebb7379c04b09_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1a67ddefb8561363e2fb6e506d1a30052c2d3c84fdbb594c08a4e4d7f5e74ffc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2428e42bdaaa413aa85e5b66b66808ed6cd0fe8bb9fb76441b656163fb6aef74_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:93669d510b0978df8a57054a582097f71cc7066cb3ec2d66991ea0b8e4d17b73_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:de0543519d0d54727aff176674588dcada0f23b9a0e925b0a904fa226d9d933a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:0d353084cc260ac76ca151bb3b8156e5b1e032914553fd9e5d85d2b6236137b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:483455d5413908b9251831d30d3bc25442d92174eee7871a4e0fec785f20e605_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:764c3f1175438ab900e029dc67ffcd961aa85fc9910b1f0e0914716c0d1dd7d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e8745b24d7b33cf5fbe9f722d27ae349dbc930acbc73acbe6192477e27be9c31_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:38bebdd2f59cd999d199685bac744dcfe223a159269ff6f3e09e0f584f549725_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:be6b2ae6eae51154e71ca84672e6cd40adcd90a1063727f37f99f5292e328fc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd553e30c06bdae21ae5d78cebd046bb0f4ae9643f24aff4ec6bb58eb3594c62_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f8b0488f3fe75162d899d44e04f4b4e366455ea306cd30764b1166e5fd9a89a9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:348024eeef735146e6fab4d5562af6f0679fae3d1fbcdb88785dfb8b2bd533a0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8fd1a25bbeeef53c51952e0ff63b550499b47919cdd3d2118b37d4c03c160fe4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:95c81b9f4314033e0db920d26fd458553f1d32de2e94f7ec6280a97bf87b970d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a8e9e5e32aa3087a012704889962634f7a2042b9974942e853141109c7ea8a40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:187b1f722e44a85e4a7718eba2ca356798e3be1b78395e5fdd46b0d058355597_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d1001760a74be86840ecce7d6b27e65b76720439b2569159a618160c5aaf64b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a9e5b6aad1534b9f06a37f5474be0ac0f451d2d9d51b512c3e765d088034c1b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d6122db412dbf199fd162754cdf43df75458fd822cac01d9468d00f9f8acbe64_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3b2ff50a1b015a092e5f4402f809bd8cc71da99ab75d651fc38f225e599ef169_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5dcede759394470d027cddd4fd1ebca11d68e7c9372d7a3e5d55f7a7681d4648_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9999ea5cba568fa4e2993156bf5a4ec96049a3239f0e7418d9ce325fd6cea339_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9f2f9f64b9c37fed403d6b770bb23f759a95871074672dc511ba283edcc8869f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2abfe8527033209ff785955eebc78a31ca1665beacede590850b3f22386f1efb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4fe05714d56f61e87cb17ebbe4f49a9ada8a46201cd91eaeba62db4f224bf6ae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a6d4a858ecc45140b936c1830f9a2ebab7e5c8340250ea3dcb2dfc4c4215837c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e1acd45f77d5f58a4f0ec08fdbb4fd32f4f2343e925ebfabe2e3bc5a73e613cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0c387a75dcbacfb07a97684b7a012d4e14cae0474dde8fe5afa828b4e145b54c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7c54e10d6611bcb68abf51a5b79fa7717673e913a1c39ad7c47ccee2be788824_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:df14296c35b85d1753a60930b86d99ffdbae42557879c9d047da71328c11649e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:eae55c01a4335958e6797739480e099a738e7afbe5f3192053e2895b5f3c368c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:676fadb59d495a758bf5d574d9a57a860356d060090a09c32ad4707af39dbc6d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7638ea64455e8a26a875db703f7e61b95f6910ecfa8172977f0a99e0ee85cd2d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a7d4acb4c1ba1fc4e163291f6f95990c2fb2493b48b9bf4a3eaede056e0224f6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:efda819eaecd912506db1c4c311ac444a4767f9d5be47910598dea2335281559_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b1dcb61cbc569a5593f993c98c967299867aa5c2d661cc0afd30ab586af11460_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c2bee1ac77e47a8dcf25759621cf06ea10b0fad1703621a13d1c2afbfb057a25_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cc8e572511a3d9983a15ae61baed5935f4d0b275aad9b38c9b510c48ef64e80c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f8d2de3b8ac558a7c0239904a487b55839bcf25210234a173ae4243f2c5fa910_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:05dcbad3dc80450b2d6f501ed43cc01c0c7a6c9fb16a46dbc1963257f9f055d9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:12c499de90e073bf571f990a23289da67bb290336674155b72370b26703eb140_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:32fbea963882d5f53d303ac03accae21b046780c83dc731d6bb6dac0247702d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99c7b7ee1a89cd78afb206c1baff8adc5acb0bd884e57cb2129ed361e28a3b3d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4c254a2ec17b2b686b452164220171aadde65d0709ae4975c44cfd14bfb19175_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5b32c810e354bd77f602c0a7210bea9d104ddb5caad5cbc5220b5dc38882d9b7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:650e1233b428da23a578e7d0a0e2a801c5b45b5250d1ec569db6f72baaeb862d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e245f385dd09d0f2751f22bafef52476022671151f19821b9f0a271c829117d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:14b496d8af8ec2e7ca87629e8aef842aae182d9ec291b6e8373fe788f2da6629_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:33ab0999998bd7585c1dd5e4ef29d3dd17329c04b933f4a8aa3eb0e45c7d41ab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4922ff9faeeb349a852b064774a4fc4f0f9ce675ce7ad8ea3460d71ef31ecaa8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ecbb51b1104dc034b20aff20eb64f290236dbe607ab88595e14a4578e651a369_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:59ae1c7da66a76cdf39aff972ee4c21fac52c7d2ffd3b6f468d27e538469d4cd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:73e75de1e43c3d1ac1f998437ec36412226460ee78456f67f2cf64cb03296ff8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:882145f4222ddccb6cd6857977ff32ca9d0bf15d8e0664a87e5bc120c5245aac_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bcc4d1f7728d8e9e17e22751e3858dee5d0b0b7841c27612489899bf0fad5678_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:089e264c27dbf0a9cf5549ec79a3b506744088a31399bfeecde3db5f9b8a4b8b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:3dfb58bc1a4560614dd78c7a27062889bb12f452efadf93ba75ca286df7b2c07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7075939e96be91c69faf0528ec0781e94e97ba80e2297f13afc01e41b204b077_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:994abccb614b1af98e8f95bc849c54d2c81f8c3714a10b7d134b1e4cf617e20c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0a9247ca6b0b6e26f65ece8d20944bbece3ec974b3687a8e5761d932248577b6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5d55e3bbd3185fbfcb0a9d61bceadcd29cc8662d78d5b0f1666d47d47f7de726_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6d593c6a064dc2a8e0c5f95134286aa7e74ae0c731cae652210e34573bf7600f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c4d9c20147b113583d530015e2b54b0b00416fb81d5d4770c50fd5cff335d346_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5b5195909dc8af2c57ea159e06381f8821b4443d772a7770e3c3333476101514_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:762a4ad76749af173bec191df0e6a1ec34972c0ebcb2693cf77177f0d5d73b9e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8147ba68f9b663675fe9f47683123a3016716ef57d6db08da03b9736d8d4a77d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9c2c053dfd09a7eb997a26b6ae24c37bee54f165f27980368a6635d11acc1908_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:091590258fb774f85566a2927f46f29d73d499cdcf31e9642baa07577f3a7268_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:cfdb95647a0ebd3e658736c03c99506c1d30d59842bc5c34e4014cab5a8637ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d6754a6cec1740eeae77bddcc2ceee636093a45e103830989648c82f8ae2beb4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:efafea3c4f8c39b34253ac5e149bcbaf1ead37504ef921e1f8a8eca34ee57aff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0652a3c38f356f67403795053b94ed25c9afce4681c6a667a9f8a4398fc2c90e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:76d0b1679f5011f6621cb62ce56e183e426f513d6f6b643c258649c3f1855edf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:87c24a1be0336008c3a332dd89a2628979791baaead41fe098aa7186f66d32ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:a1d11a18d39ac896e86d9f90dc692d09660303d89809de42c1fcf2b6bc653627_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:7119cec8ee2ff6535a3a918b0e5b649e7e2e0b5959ced67a7c92eac1ec5df4a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9ece535834ded773d679fe84bea163e3966207e872951e0fcd9584d751f081b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c705d33bf190679c6912010197460fde75f07404d1f20e27d1fecc25a7ef73dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ce61ed9fe9749d0e361c43d7095e2f48a4883213be864d00b986c5e8e8c85045_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2647259bc942fbdba06825ac9c39a20ae9002cba5f91803e0ac07fa667fc8152_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:38b5b50adf382c114ad353c25177df324dd0c2429ff7d7c47333b1e48fd149f1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9ef2e09985c9e70071836df61aa5056d7849342d1e591041106134c997ae8120_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:cdc8a30f6eb45d295a29afe26dc6fa952304490dcafd41e2f3d113557f5c7061_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:77485bec5ae6c204a95ad307ee212611efe7102419a4b8b2170345c2129566da_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8cdf5aafdbeadbd64b4af55cb431b1e3900fafc32226e8ec2fe4b8fb3cad2159_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e1d3b9df127e66a181ded3634fec2d5d0cf522a7c690eb3a3e837c07f001d590_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f7e5827513e801dd4f0776cd43216992265c2d5328e10511c0c35fff50d9d4d7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:12d479f76a485b9bb10e103761b14de977a5f4bb5be30bd1e5e7661a2efa798a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2ad07eded8361ee16f92aa1fe3913eb6a47ad11871574a95fa6209bf2d76ff3e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:555dc9c019cb56c85f324c15d56a3933920190bbfd2f605897b7c4ccae7e7667_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b10e5023f52db1f56af89fca242b92279a681fb1b5d5d3db46d9e38ca9efa729_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:6513e69f9b17c6cc2e2ba95af0b264fe1dde110f148704308f4b60d2ea7ef231_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:86e64684776ae3aae20ca417a175651709cb33b1bc5ec0fb13dd42689df53311_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a102a9f30ce55ce359df7ce9ebad995b94200a4bea31c2165eccd45b85c62f52_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bd0eadc5ccb1c1c61bdc44756c47fd851bc3bccc19780755617a4d6e5c09b9f2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:00b7c985115df727784ef9623422fd054dc94ad0165091607a3fdd9998c10a56_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:322423d85e6f0c49af2a133d0ce3b2dd8dff6f590364b49eb7305cc90c95ea9f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6519a4b407c5ba8c0217e1ee71a9bf3cd57f3b5f3ca2b106a1272569dc4901b0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:cb9c6a99b8ede0463cf4e658da1fbbecbdfcdba532d6a9f0f55ae24ba3e547eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4c37f659efaa1d9aecc62b378257a4a47c2af8aaac996817e11c827bb32fd4d2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4c7b5854b0eed9015e784561f99823eb4cc8afabcd524acb37acede8259831d8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a25d236bdcc64d2b699b1122299ab1816e3c6fae3397fd020644f2be70358d48_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d2b19510bdc7fd0168c610511905f88c492d8e08f45f4ecfc643133360e6caa6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:65755d3e3aa9a5549b8bf3ee7032b96982a933c2bf8260c62d5791d724275e07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ad94c387912fd6e893fca762d36a0ce1ed6b2f1357c97a098d59ef8dfd365b13_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b6bb812ba76f7f27ad7c705c80819476c23b3a2aa3a6c741f696b3fb436d8382_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ea5a80665eee75a7c907997c073a3c343605dbaeedbff337ba9fa7c2664588e2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:132271287af9ef8b8aab7278ec8dd01832160ebb62c6dfe71cbf1551b0664720_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:632b2e2895576e7374328d3bb8c0117d54fe021d94784207e421efdd1cb41816_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a511c3797055667736e34c058017863bc0949d7ebcb4fd2dd6efa99b3145a3ca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ff789af3fe8b798d8268bba0b19c03ffeb7da2d67360ba8aeed92e4ba2077c2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:13f39b6c78737573e0ce5a6383bccd78b5ef35372bd7285a5f0a44ecb76e008c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:865e046146ceeb7ac69ae9a8cde1ef9c844335ebc7cf920714e542527e689aaa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8e65187e756979c6068647275f2ce180bd71d0df267815a08926a744703c7acb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c617cf740709f1940309546d083fba3b1a3a42101eb2d22e6546c865cfe489c2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:81afa9712018ea075a71f3d932b6b68b035fad9348dbf2d93ced07f649edcb02_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b4ff9216aa7223fb6212fcc9a1d365e018b216ec4b5001c5e1375be934b83c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:daf6813d00a0766e7d3b919c0faa456ff77983a82dc0b26d25f64f20cb19c5b1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e549728723ecd6d904cda50dd2baec61593f263f1194aefa3235e739e7f0953c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5419eccabecd71838e02ccdbcc2b7e78e045664f4a692053aeb256b7bcc15a68_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a24c0f597c066cf940199e4589f61eef854411fada5a30ddb0745fc287db9874_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ac44eee14fe0396928ae284a8dabfa0d41b83c5f13ad019b79e5f1a68ffccee9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f44085d75b50784ef31eafcb0b4bfce346d030b6d207eab57235b67bce505a83_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:05e427f253db38a3fdb3c7f5cf52e6153b8d5b8d12a64bec031243c2bd3dd69a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:be18bfe576801a003730162b87ea7d7c7426d9a6024c8b9613c7825d7a3723ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:93468474d06a90e4cb067ccd67aabfd71a86a7d31c1db6ade298cd503f9a35fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a74517ee0d1209fe83b5b285e6bd2e2fe3cada4b2369c4d15a0203a03c650cbb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:5571f5602275cd858a6dfeec918a34735c3b23e235aa49d759769f4c116aeb33_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a8588618e8d614432c463027a95a1b49c94c7194e106ea5cf28af380ecffc1a1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:0d786846068731f1327cad6dfb41d0152cd27e0163c87cf64d86733e2e27750b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38dd6545167601f9e1529df42f24ca5dbda82185ea2891935d79cf16a295eec1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:991456b67af70e5fb9a98e9a860bdbf2f129f9849478bcd5cb40e34517fbb508_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e215ec8636847d0047e6d3ce68730251e66505d60f879e5ad001b20e53447bbd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a74e63424d01bf257048d595cc48f96463cf86325a55be3d6779a7573b80a66_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:67dbebb4e04b267b71f6d48623d2612f2ea51a1e2d6d10ad9386336a47f9116b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7331b69094fc7339f56b91bd927471659948dc2925284010230c7b267bfdf6c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:ae57c471db430b9b1d4aa0955654477ff31186d5fb2a6f3c0c853955f0d67520_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:08462feb125bcc2cc00ff094dc26c1056f4b33c13fc0c0627157b18cdb51aa32_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:7ae12cc1190258bd0f1d8935c59c630e5b2f897f0ac8197c35a1e9f4f7a6d5ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:bcf2a33b66c78e10b590c0e3cd12c3211a25752c0ba5f49392044452fdd368eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e4a43a00467e831089066f7a2ab6676a706534d719c7c4c8a9d334d6c7eb3fac_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:423f51705b3e137e01225c5472e8eda4ef184813e2b6f65bd612c35645ec21c9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:48b638cdcc77aecfc34f2c4c8c070547e693a0ee816f1a496844ac29acf010f9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:aa8d31a01d859d89a799ad1f85b16398d4e76e439f3db698b53a45722c39b1a6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e7f50d5dc25307025cd774c85e6d065f66923befaefde13e061e8c05c422321e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:024f155c8913b8581dc6e4a73c226a150c2e54c1153455aadb5a359726c88cf4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e6729e8bc1d38abee66d5bcd20733b4145726fe1f88bff2952d084f12952ba5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c43d7c21b6dd2c7a28888b0258715f66c90deb69bfa2f0ef8ff8f80044e25586_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cd364dc68795dbde9261e983bd6ad898a4cf9bfdf2d8324f9cafac1e533adc75_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1e8d150ca04a70b2433f6dd14113d87cf855f2430084418e493fdc32ad475448_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b7e2d5ba595320012c4d9f0e0a9e5027fe54bea2f2a67a1234779c494ad96833_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ba89c6a5806928218f64f7ade4469091194e40bbf5f67e6d4fdf10f661bac5d1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:eb3dd6ec3c4e49459b5df412ffac0154ae6aa6f641747b2cb00e4e7136ef75a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:335e28474268dc9ed449d9d14b4ea0b551174415781c7b1e8f3354d5270794cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4e034f250a8d918ea2cbe80e067347cde4d288feb63bbadaf105e28e073a56f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:abbfa09157a881df0180aa769b851734c5f937347be2c85b64659ebdf680e53c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc53fe3ff96c86c4eacd2940cde8e184047704db9504bb2a12d3bbf185fedac5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:14ff9bad30b68fe03fdd72f655e5ec9243ae52a55b2a42a2d5670011ffbc8d97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1ce33de36f830d2287fa1edf2d45a842f8bd68effd1a8740c1ac33a9a659117d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:29c90e548b0a33cfceb5867ba26ebb05c189c2df0f88c78be956de730a3f2859_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d534dd6c5267826d54a48f11807c1c79c4a0cc2e3c271de3261aa9fa0696454e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:47800a725d4f4dcbfeb7c9fc7c8d785ffc3f6e2a182dbacaa7a36e8776d7d858_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:62c37d7f1833b6944a859b8b3320743b46084426eed9fcabaee6513e98d53c85_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:cb396ee355b2aad803d6fe9e79957b091e393f05de35e595555e3a39bc567ddd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f82bed29b3be43e5ab75c0ee38894b7cb5054f5f73ea4e1a1fb60f00fa37370d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:28ba3bcb89c3326467810be9dc59a978b090b7a53bcf8ca608657d573e56894b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:56125f569c99eb6bef7901a8bc88c60f92341ec4466c50fae58a996cf9b20975_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6b67f233fcf6dc45b908e032f9c1c118b2ed54e9e5afa26737bf0d8b6702f3e1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a3ba439555666cdc717511b9d280abda62ca4dda1c83c597ceb4708d7e9842c2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4613aaf0887bae2f93335827b3e57cada369b8eb3ba6352a493c6613ab09ef2e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4c0edfa5b977112d0ad8166ed0da4554f091818ba1a1b235a382a84711345588_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:a64416eeb17a4477cdec714433218677e797a0af64c322128cffb396c506b2e6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:aeb12e43a3e32f266acad3350fb70713f6b377854c7913931842ab9fa36322f7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03db18387a9ccad1deecaadba20e5a2c7a4d972b9fc2ab748ca79c96803c583a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1faa1d612f4c4a79765d4637758245dd50838e9428ef68fa7289e7cd799e5eff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6654a79204a27b67d72a177181959f6ef26373331b85a288f380554024fde838_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:a66ffeabb9761d4ef2a7c6211645f08f7d0cbd1fb103497dff173d9ada6d1d7f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6a59719b82960eed76dea8ed7fd0231bab18ea97e754c0a32d791b763555796f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7e8dd71ee92b5a9d442668959190290275821245938eac732626b3a1df359039_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:807f5c133cf808f5ec38fb50653db843e81322af200a20079edd22851c10b954_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ec36966f8e3ed89f785de7126ef4bcac743b10db6d20a90e29108fb0efd064ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:299df30c1ac347b825469f42c648c0cc71b4edcba54c6363a8e6b32323aff4b4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5b6125aae527a855572efbe741d222a5f222fe593e4e66d336c0047607759163_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:925d7c962a979745edce32fd795fad2ccc2b82695f6ae8fd806b48dcba96ffc9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ca5fd62aad08f7866c1e5ce493744252e9b3c546f102b7a2e67cb240196986d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:704f9ddc250e7a5d7e2dfc0ec5631c3da995906ea0bd65168cc4bdc0dd58d292_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7aebe63b8859b65c7821095b8949c641d872029d6a0e133ba719abbf765eae4c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8ec3a09e3a461bcba4991c5d52e007a42bec9c53daeaf80be483d6876b38c88_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:baf4277ff1bbc0f79ea2219ff105ffcbcdaaa63d994a04fa4a46c8ba9d172287_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:42fdc5ed04c4407565de98045ac46a1e1f2671070ad7d87b1929a55fb63ac5fa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:80f2c4dbe7759329ed22058482f0dfd2f102edc1501be404e24ab5ae3f445669_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8523b054f4aaf548c9428b09b20f38f367cb41c95da907fb805eff2f1e0dc9df_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5326afcbf6cff060a1495c7c827893fb257425b799be9e754041a27d05bcdadb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c023c845401be6057b23b7c8719a11a4a6bb416a61bcdb40c4a180ee7410121c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fbb0d03aa31f9325c570982adebb323b234f93ee8e2e388ada78bc8d32c23f45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b6109ce5c0e902160deae3578d5c9018c2a2430ca6a1eafd574841934e039208_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:ef7256ba10657180e2e884cfc4c3e78a70002466c9f6ea29f2dacd3b6da6547b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f04d3353da02d3dba1592280b0df71a2ed7296e7abc40c334e61989862d5006f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b43b90ef8ff9141b89a90518b7f14394b36f6f0d9367a771bda1cd5689b0c3cb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cf30e7f20e7975215919555bab9affc81bc6a1f5ad515aca90773c1fa73d31c8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e9d76d6ad249c82973143f7e4ab9f45198e66d343b807f70dd3cff08cd3f5a09_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:52573d890ad34de510a014bae5fb43b6f7101c2281404ed0171465e76434e2ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:713cd8e6783beb6b6844b6f6df3eaf25d746621611ef050d9350d55f53f4fb9b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:756b5f5423b675f17256cefb68e4e571878cb2a0bca61a8e8e1d5c7d1c05d480_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fc1f2838a83d79c96316809e9e09f1efd2b54015476e6d38df658ba15850747a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:114903a771d51ef46d9d8982a3cc044261fcbe7f7a3aeeee5cf6beb05b3353ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a90074526999823c6a5ad4a203b7fe719d91d940a7bf1f34edfda820d524628c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c01a584d4819b77b787780986863a5a8da93ceb7a400d17e2cd89f263f71431d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f5175803425f00b74f14f887d487014e4c664ff7c7c9a6f9033b3607d290ed32_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3dfaa1675d23d869c291619dea9bf800fa79e6a7944788b1e124ba47de34d48d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3e54af2baa76d239382944ed8cd7359721b4f658403426a5989fc5220645a7d0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:753472746ac51244d85102a4b5cba7c5d806c279c8ddae06399a4605ee9b39a8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e05bc99b0e6abefc8414fa995ecee48f6f290e91a8026ec38ef22e4da0a3bab9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:3964f685f0019f6cec500bb4f0c6c951eab80a5b79b36f594ca67bd611ddf4a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:39ab54f3aece62ca424dbc1f5f17d3551d3cea7ccc2d888b2882c5c8bb8dfb77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:464b70d7f61dfd2ee43d78120874a5cae78854dbf178605f7f27e1b5a70ae00b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:55c32f30da4e3bb866a34977a7a0f2e25fa04722ccfca814f67d642b6ff1a265_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:25b67042d92c88e226638ba125e045503d590a967bf3a6a3838dac4f94993bbf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c79f5f9c09620a38583a0b96c4b2bbab9e3ba7ac715fedd799f3c87f0366b4dc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:192da5da26816fe1d5e29fb1532acdce0b07ea6499246732d320e25e13b17e4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1b25170feae9b193088191b9e796e56b9427e79c43f368cd9729da75326ba1b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d594930ba6980988e4307f75d0d0482d036539d5d95c9681947d6cd16898052f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c4958648a0a74c57eb900d032b71b556ac9d245e3422c1dca83465d5e5c780b7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c7f611e57c09bb077131f6ede097d53b71ff9cabddcfa1842a079dbdf2235a6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:bebee8721b49ed358562a846def72a6741416cc6a2bbab0688a9d56ad39a9314_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:c41ae72e49f2508a8d9fa99e94e0f2dd437274d0fc4741a56cf1556213783f4a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:61ee27876cd0574370de2872e8c2b75107c073434fedbad8a2c4c8afa9dd8991_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8c9aff1ba3d568363d84e89344cb12947f630424cc9b951b562557095b79c634_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a5c33051d8bc2ddbce5aeb183b9fd6d315e86339996d96ade0bb487c648869f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c8d9d4a3d037962c57bb67241c7189922fdadb3cd05e67f0a39dd4bc2e7c6ce9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1e0184cb6687ac299f9fa3623231c1b59fdc25000d8b53bfd395c206aa4a352d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6d9ca8af8ebd38c77605675b6401a383657c2104136c48877bc5d03f26262c08_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:aa1610c46e7bf62273a2454732226ad09902fc55db826effc3941704248d3c8e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b13a5dec2b6b0eeeef0d050f5383d61edc7df45c7bd3489a3c0ca618f1810817_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:359fa7e9a451d7fc019ce7e41bd38c63fb5ed0f2a47950186f1009ca71e25ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ae5bccdecfec8cb231611608d730b03c5520a31f768f3b67a0f4fdbbc7187be7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:bc6ecc04168aed8854bb311d4c8ddde6a569febb302a23b85a77beaaf6e5a512_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e134c48dfe7650ac9961724c83d53ca8f8fc3497e7b34f137fb7377ffa85427e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0411e68a0734d583c7048689ed24c00be93a111b37d1b660c0fb2c4845978743_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:45bbc288c8b504ceecd76daaf2487bef81223f983de9dd6c79bd6d5ffd83f363_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6b64a6a152af67a439cba1a5fc36bc9fb4a794478d3278ef062d970e0a289523_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b726d005d73f6689ea12dfddc2219214601210b7d52ebb4b252dcc95f4dfb264_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1b3a9534d3801cb4b926344cb14620581dc867fead783bc198485515e581592a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:93ec828e9083c17c29decf19fb120fdc16d31b365bef8c3200bbbe42603155df_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:284e3431634a9fff3fe4ccdfb2cdb42a1fa7c65870f63231991cf93a7ee69917_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fdcbeaa54f5733386e54677e1216a0b388beab2b4b594ef6de20a29e2a66697c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7b9335abd4859e062d501545ef53de6038279798ec74676442c0f9d8664847f2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d48af089c42b495e67f286e8f47fd627bbbf8a7c7195b4b7f6b6f0fa4a3feb65_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3a6676f6c116c107939521a8fd439cd8c63bc7ee0e4598279b008a74665c7e52_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e80175dcc8657f2652b27ec47590ff40c14a8f22d919a5f6c1e279819f88ea24_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:06241fe673f87ff821c89e24c9e9446a1f6b4a24a385d4b30f6e9a27f46ed5e8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3c2f87341c2c31fd419a90fba360fb9bd91b2f6e30302c3f2ec92b12cd62b089_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:4809b322211ef80efd2313c20dc9fc7140abde0573d7c7a7979fa57da3287528_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:825c36072d88c4fc09a36aae94d6bc5650eff29d59d3229e9702a3d528903700_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:60183634c3642f0870b6f98003755ee8cbbb21bffcd22e24f80d28318e677637_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d049f56d7901b70eae24584eb1392cddb245ea63e4aebdd673fbc576f24777cd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d8dc453552519fcac7ce6d1b4eb8182455896c500aae28e7357af6a6762cf3e4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:fde8d01716a920c22ddd7d6338a1e81580052c4b680afa1358390c1ff5f59380_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:29acd3fe80a3ccbd5d74f41f935344b0815ef55c5f75766a9d0615ede2fa8f85_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4778ddfe16afca493b01e1d487a971812b418a29a192c7dc2b65ec9701e0c0b0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a41ce7bac57c92c4102259fb9133ff3edbd2c05f5525e47aa117bb9c595d0e00_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a6774c5717fee0abe48ee0d0f9fca3d80dc501c5f96adaba7d3c764496f254a2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2df63f6fed934375a5705f3ea2c8a976ab16601c131dced7275418fded991afd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4fe5549b6b1cad7edea418f6e61faa8caf468caaffa20d1d79beccc6e740f59a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:919128cc6362eaa94cd6c8c7b6c3362b0d119df6e26c9262aaadf2726541d8aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:df84f648bdc9ac2171ea25c690c123ca9345b090b0228f887db2cbaed3549246_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:291cce0965303e35e3cc0b6ee9bb281ebcbc36e75cc4220fa7c746d5339bf27d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6f646b653804c6d1a39f0edc4bdbe676ff45aeb8198efdf3797890e4b2b4bef3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b4eaa15aecb85edd4686d0e7a3af911f1b766c07f48733d18b8c8eee2679a3f3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d968dc49f267e0afcff906870f2fd6d528cdd540d58e9560e9145abf7672c417_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:937264510bb20f5ef3e076b4c823cdf7e6c09bc96dcf7cbd69766cdf306aca50_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1db80be2cdcb3f02b0d9767cbcbe763a6f726da41151c275653865e6a56aa2f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c94180e9ebb3a4e2a326c2510dec3b462cc03a9348e30816ea134419e4db7200_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e3d54370586c033ce86e930c1a8b84d8929bf628325a78032178c19e592e8580_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8acb1a1b52da3dff0cac1f60daedd4ddec00bd69a1c26491b676c042ce5e8221_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:952b598c48b3547079da6a3f3876f672d7edc859c2a7b337b8f6a41ffad7bd17_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a7534ab75aee64d4c7ab50877064c62cbc21447ae5c78f7de277f8b83c45bef4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fcbb0a00765ee93c1d12bea60288897f73697f13f687c18cc69d0d70cada5629_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:00b40097c6522cac107fe065186866a03155c1443f25e02ea360e7dd15eae8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:14167f6ad7a4a9ecdb19792cc75a72144fd4ba0a705967088bfd3127998d22d9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b26796189012b2083bd4042bf633c87775c1875e53722dfa2c3fb6842c73eb40_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:c9250cdbb217c1d7c39dd4926667dddcf54e286cbcef80a8205c77503f0e3317_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:b3705338453f73aadea5d84044ec01dc4c0ebfc31749077a4fec22318906846c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c182d5138ebb9cf106873b4f951786b5ad4b6f77803289ba8c94fd78d39ff8cb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:8ac02315c6763a71b6bc427cb01acb3ec6e65ca4772188de864647f63c83f391_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:f3d86ea554aaf7d021585e38d72dc9edc8a3882c2a54eab3e5c4c097a3430b75_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:036faec3bc26e385dffd7677677d56a17b846eadd33762dd7263ee184a21f1ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:38454fc8a649506c1a6c0d141667ea1076c03550f6d4e06ec1f3ccb6154fabbf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7b002337bbea961b20e5bed71d22d47149d0e979cc28ad8a1479041874c5ca79_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:08973c462b160f4d0906e46aca0ff1edd87db47847a1c612b015f460284d2fb4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4884742feb7b9b091ef06864a8edcd5c3ac45a0d53f571f4b7fe7248ca221fe9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:585f22000d02c1e94875f194e01c119c5ff58f0279822e1050334df1e80c0ed5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:592f662ff520e1ead327b97bab7b779cde84e5c5f6ac2bb846a3a962f6698eea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0dddd8795e421248fba7645611beb1bc8cde997d72553c0a8ca3b06d87f20e2a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:662d2c8b45d134f7cb402b88371862b093f56c74b6d890a87c60f61f0756c178_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:94c4be676de031fbe35d3aa3379ce2ded292f6b1980a5cd98bff543de6644ff2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a89fef039ec3a17f79365706a1605838b88011c3ec3c70add2ab0e02a5b7266_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:474a8b0e8e891a127d62afd66684fb7820e8ec30afcf6c02858f6c81b9c4a635_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:51ba4886a8eb2be2c540a8761126874e03209066c912eb315de0bc5659e2f9e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5b32029716269a04c5bd985385d3da93b8335564ef375382c21da41e04590e06_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b791448f1ace958d601b9b78b573282e01ac21d622609059709bed40e9a0a7cc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:106806474727790a173149953ab4f275ca399fe3e73ce22aa09c1f6aee557f0b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a7d17faf02b766ef4631f9a1d527f601558bd82c9da61bb26796c9c93fdfb15b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e6bd84eb7c59ec23360039f1c586f2d2516c12fa416156630611b62c5e8e4a4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e91319eca356fbb7609c464e0ea85c73c281c9090998364b8a49a3d115ebb6db_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1e74a43d33d39efa6b6e243a75dd79c505cfdcb3800600b6cdc6eb97de68edef_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5158590f0be62a6017192e0045ff68b971165a622c6279965245231babb25e78_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9024800585c0fd16b23603e91319109b55881d9f276c9b245905fe368b4e6b11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a2b40d7620c2d3b09dba2f673ec443e2e481da3d3e81a579cde2401228770626_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:37f2e34b2b9abf9678808cbf3487b76b8bc795f7b19a564962f61d8f7e32bc3d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4c015076e09420f82932e926b1503b042a077697e72a137d82f7cffcf92049da_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:697ee5f169a3edd04168f6061e278a3cf094463e842c7b275662feb4415c0b49_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e90bca284473c6b67af258d3c12f2ac59ca57609befc9baf5cba7df6694fa8fd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:32d920433f8ab57c952aa8296c2a1d8aaa2f251b89b0232975d412889608ffc3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:353f8d91d668176e3a52bd8615d3dbf86b3ac0c9af25574c01fddbd34f95531e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4163dea9e5cb5245f107d30983b5934d01dcd5c765dfaf59803cd2ee0f76c978_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:aa74eb0ed000a11065676f5a2b9fc7ae25677168003a86aa49a53a9586db55d4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:32573c2a0faa0ebab188a5656d3636ed06234864bb8c9f3262bd9182ea98453b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:51b1dd0d0a15f4a9377cd1c8694c9898aeb1848cb04c2a272fa4aa13c2c7ce27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:72f3fd8250ad2afc70e4d024d40e4c287a96e8f44c458caba27adc878d956353_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:73c4d1a1b9db3e369263e77728a92b89ea6e03d7b29c844ca83ea6f179df0140_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:01b523e331120e77123bacd824eeb3f9795d6c30f37e88c03879f756992a6b61_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8aa7ed397945e7376a0fe4089bafd8688cc63377d78d994aeed012e903ebbe51_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:be676a549675f456829817f44f6d74dd3e6d62a08d7f795b8bfe455908c5c53a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ddca4e9ef84119651a3f5671bd06fc14c7c4e6c4d46f627ddfdbbb9a0ffd90b5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1b0f00fa42bbb2f0263606ca50a494ae17e7e92ee0bb36946162062d95af0ae0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:5349bb33bba193d5f86974633f8c0e5e4cac4510de260be6b291fda5879d9ee7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8573e694c74ed2b362127e9d0fa1e907fd4117d7a38dc42c6a336c098973ba4e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f0ef40d724dd7cb5d070a67e477031b35f6688b0c2f8e0b6cf41b4a89f3fc4ed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:36c3f0ddb54a93690f72bdf01669cfb492ccf4467e99f816c03bf8573d7f1c92_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:78749018731e612148771f882c5b197b3e3143c03c6c78dc1d0e7dee8e5b6d21_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ec109cbe33900fd9e12c200997d3ac5c42349670200c8d4c36bc23a7993faaf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:85100d7e3011d78903fa54d230b1dc9058e3a3d2c6c111cb4ca890ae56082602_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:16a268411728688bc85393a4d00dabca2b777be477af7c9b0f7e495ff6249ef2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:21c81cb85f36b66b22dc4840ceac8af18c9ef0dde8e9704a003af23eb5a9f458_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2ea3e45b84d940017db50ee4c9a5076469f8e1daf021540f8279e11ce30c5a95_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e39faf3ee84ba86a83c6db15e61c29503f68a5de28a634e3baa13a167b0cb8e8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0f8dd32c213a857235a521b9629f25220c69cafd7802a6ce75675d55b2bc013f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:3af844266499efa1baf91798f9a533c81841090d1cc3d6d8cc6317062408ec8c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:42fe4b2016e5835c66fab011229638f114bfdd8c9b6f5555bf6171d12720b596_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f6f7590a50c14b51ac0afff88849f723a2119033b83c166288eda80a3c88d409_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3d7c2334e1facb902eabcf08f90c6e532f86c6fea96f884a203850a79164aad7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5344f3b43de551cb718126ee8bfe5e333c23a5698bf1c54b939ceb8f875c6e29_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:555987d3c869da57d85714c31c9d3a1229182d9b0fe9c9337076e2d7ddf44f37_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:6006485ec84536268eb4ca08a076eb70deb9082e2604f55fca792ea449c4fb8f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6ad3544d26b02bef0c734fcee9530570f6a9b56d3051c8dbb4f35c8c4a3e987d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7443b837f9ff990acacebf55eee58c89724cc5401a7105f34d1cdd8eddef09e6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a8b8a1643a17ff350cd81dfbe01242ce65b9ddc346f82722be1f3f64c64c42aa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a98fff37c1956ace96235e801a6b7590d42b36a059a99804df250b5b4b3cb97c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:46f4c8e92e41653e490143bfd3f577f42f8de3e90f6857ab6d256e2c8d36f062_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:da7f5f63231d4ad7fa289dd2895b252ff269ac04b80183f2a5562ec4fb994d8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:089c05fc16a090019551b3656d71883ccdb653a61b9e3bc28312d938caeeb904_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:81b01e1c99a1aa8b4e712a537ed4067eff6df92871347f9994669948102cd959_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e207aa2a32db7e3360c353902da8b62cdc1a48f38fe6709a232f68ea88d7a0f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e7b30b5e1e6a538afb2a063faae1e56503e1ba07773ad385eba5b44a7a2a3a7c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4bfefefd88844a4e4e5585bf16f65a785618681729e5a732552ec192cd0f35b9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a31661ab2d431eba1a5b58ce1cac6abe58cded3bfd98417cac2b283d61129f38_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:bfa49db6924aa3595f81529734fbb4174a183ecb631aef838be2ea14b06dc81e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c08d6cf117ce355ac8aa2a5435c44e1557184c710f4dc0a09920e029020a9e82_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1a21f1ed4a39d0ab0e189d994eee028991eda265c252a2438f43cf796810292e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:70d29bbd0f4b1bef5442d45d31fbc9b85263e4baaa9221d64c66d78912d6eb39_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ba9c14fb4fc1d1d00917e68b1013033ca3369f18a8e826793053c9f765ad71b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f7499f0837e42743c846bf9ca2e69d025e8d3d1adf2bc87c03ac794cc1b34bc0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2cc2372482d9c4147be8335be1b49246a3012af55d763014a263afcde08141ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2ee93dabb1ec3bb71005065421285589e583a7a97e915e4090054dbe71f58fbb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a91a2deb377be99b985687145f7b4006cf039d54b6cd1b6c246bebcaba2d6977_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b4593284c3159a154f6689d5c25408bee333708d646d6ab409eb56f24cc51acf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ef7714fc29feccf311c89eab19947d1d7b1b89aae40544210254ef8405dead4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4ec00e54865aca45a05810dce0243d6bfc76358877e0e502c0f37e5a8c86f6f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:684888ee84bbc7e43c0030489a28ee775e4c61591533db7f5906c9302e9b4439_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f070afd309659f550fa4a9bb23a9b27f0663236c1a07a311031fed658eddcc62_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:35935c15319e961a98a88d389eadcc935ef0c2ba6a96e9015466ea7647667e84_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:630cd3d1da2526227c85f4955e73c8cb1eb2a7153905709e2fa1b58a40010c6c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:c1ae71a3cc786d6147f423c9bd6bf5e9260e4a91f3459b5885d4b5c73cdf7580_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:df759738bfda3726f291d2a5180cb6e5036b6ffaabee6d35ec68a72c7f31df9a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0bb8ff503c4c789ee1f0722f10a4e1f54e5dccb42a91d1bd67848bdf647e3dac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1c60387c714875a934e3535f514d2a291bdfc7105161425a7b19c622cc74c93f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2f0e73326c82a94e0fe1a30f332635d002c16846da293c863aa4a4f025aac518_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:73e12cc35bf4da315bdb930c1ff3eaf3cef19686401f19f6def7b7e84650134d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3345d7f7422891b7c1c0f756eb57bd359f4a38a0e4f44fe7decef78cd2a88dd5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:65f23f14404d7e4e63ed1385a89b90ed80fc65d6de3ef0b8d236c6870c4cb04e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:73b5824eb3608a29d30818793aa3e3d7546af456f03e959cb5f9bbb43816efec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:cbd9992a6f7d27c4a76573645d273f080c16b6979e5844f56f003bffebef2850_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4cf7038ca5985cca952130cc466f68d37de7c5ce193ac54eae48a46e50328606_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b9eb7624eb841fd2ca4e97d4847c21d0bf244faba44e4b7bd4a688efb1070f1a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:bb73dedb0f37019de7a74b49992282501378323aa155233f0af554bcfd5569f9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d188db2d23166750840c8c2381a99f05f0f37d48b5008cd29ea9676489d81c7e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:74fbc83d5b9159c8cf70c1ec705807f744f0ce9ff6e1b6baf9216d0931011090_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8c2b4f8cc617d8054443032f104b1c292a9b1cb1acf23f72ac4306308b801a07_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c12655ba45dbda3294750b0afc1134b7ffefcc2b81ee94242055f3be0bc045d6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:cb411f9efb3e5b9c775b1a19fb0bfef7bb4cb3df7a149fa7752dbf32b1e3440f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:08b57a22f0a2e5be35297e43af7ffc6e00fb17ab94c953c32fc3722f04076bde_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:afb81d8335862612fd1d39fe735adbfbde09dac02ab39a3df4f0555880e00a7a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e7616ee082ea61fdcedf3aafcea4311b2165f59faa01396ebfdc4511864b8c64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:fcc708dd43a866826d5412bdf03598b2e6f31f9a1f0383da49b50bc17acdfc39_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1242f96008650aae8f0a960c4df135c18a2cb484401760e3081ebdcab4d647e8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a6ee2974f74155ba8d7cfc35e86ba000fac6e2b16ac78be948eec5cc6d158e42_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ad28464ad33eb8562a9d0f74a6cc8dd7f5dcbf14ea8b2482844e7b52d667ac0c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1c6a2c6f39f68b1b2058af69774f172126ef03a2d3a227638fae34bde292d26_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:246ffa594eaaf9fa405a5fda1efe61643b4d625cc92ba1af43d141239d4d9869_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3be13d02cf771de4f2446006c61eebbb78c4e0b5b13bafe3b98672a1e9f411c6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ae5c975aabf7aeb4d816d0d25d085c4fac9caac06643979d567a6b5479f19b74_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:dc3d8ae29563d2a75111ca95ee53976e82719410fab823c6bee75265fe40a443_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:20472cb7f183c9e5c172873644d040b675394984f3486cbe6f9322ffcafb1e67_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:49f19563438e21a4ec3536f21f264e6f932c7f1933312511a28e210330598616_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bd16c7190ca3c2a1c2a813d648747a3e5cf5c224fb5a09cd59f2b96ed1ac9627_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d86ef4b34d8381394c24d6ddcb97718904a87bd3945f7ba5a05fd300285e3db1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5829d8858e4497965e6c0acf788712593a5925f05c6c5f21c2195c87b1229d69_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:720fb9282c8bdcc8fd4cc226595df5bd3e0c4fb6cc67e761e397547174b50573_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4b95c22811fd3d1ed6d4c93255cf09f19f534afdaac17cc5aaca9819f6d345c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fa56dafcfd0faf2d2bbcb77b01c8d05cbc850b3005be3cc5ea66857c0db39ad8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b366649caf8e09b8e08f3ea71ebc308d278dab46d00fccbe8efeddd803c1a378_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b63dbe7c554b5cb010c8d6d20d97c7e5cc017d999d3cca2e4278a86425974597_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e9e77779a047efecf1a40b42356e1b6df74ff38c59e94de7a5fc0a334b7782cd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f52535b5ef24b9569dd9d4bb62b32d5883358daa29136bc57dccb7ef8ccdbd58_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6592838f76a778b2db12d549325fc84347b1223127f81aa68b0bebfa8d9c5da7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ae67461608362f444de1a502402d265cb16bea32de465f7763db17549e0d6b76_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cc9ff80e87b9542b9935bdfebb0d3d08bf0d81f39b05e8ecbfcf891ddff6a3b0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d9d08c192dd49c751124eed9c4318a48e4491d47029e76b2303a102ee5b5ae64_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45f044666deee28ab310e36a4e3e6a42bad0e566aef8548ecfbb0aa6e9a5749c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a28bbc9061bf91e18e3f9eda88361c4bcc6c7ba69368fc54a5a8a47a585b7a56_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e9e2dea2f848efaff509ab046e6315bd2a54e0ad28a378247d6a5da7f6b024b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ffd7e3577beca9b0eb6459832d14bdb287e03cf9358044ab31a15dde14a97876_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:11b52485a9a7364117f6dfdb3671263df620f130eb3316dae82ac7b24f54358c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2dc4cb45ceaa798ea290f1e5a91e1d39bd173418c0a2ce61e82a018e21763c34_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:df9156d636ae848341033b76979cff4be05d6327b1766ea9e3858696db07f360_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:efae3976f96ecf4ae9891fa96fd7a5186b8f1a6f159d2795b69287c0bba5646d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1db0d950cd22e8d5537443f0aa4da13d256aee84eeadf8668877e4c46b26b857_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5168b417cf23e9a90ceeb9b42c15c5579a203de69294f63f392251bec41f3dd7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5dafdaac967437c2786abcc1ef2a9134d3ef8f5b09c35bec0c03dd923845a563_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7aab18766d252b2ce4e1bdd1984d2749349c9c8a5d7401496c1afc2537b93845_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:50e0b6420306d5577aa700b236e888359c1a6691f146e3f151232bd9dd8f2e40_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:5924c066d6e7bdca746bc004b1be4bb526247c53efcf35ffe7a625737ccd3ac7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0527b03a5198eaf6ce67fd18442c5f415242a55d65b3f42b1e24e5aebfd0afa8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fdf9ff6efcb679e7847ed149611e77f3b1a4f73b26b8fd71d19a5f2aab9e62be_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5f5a93d31b8fa2dcdd661ecf43d1219b5eb438eeb7fe03a92bcb65d3308e7f97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:f10c81f3f1f512b260c7c945a6d2de815389e037b2d87bb9eb73421d880fe022_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:60a6de8a0e5cd7c919437777fa60d87c7fae724b1bd4230c5b20f56abac4c316_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e66183afa9829d8e87264a16f575715216691c5c4f2fb40d43cdb6f4e4baec2a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33577c769b6f04a47fa7e7cf78edc7518988cb7f8f08746047a48a66d0200efa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:57206ebfcd347eb86e18c850b5bc945bff7c7425843be6295445e6ff4f709895_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c22b3d7de15ef6233d227b5e6ee6711f362221070ca94c622e89c6b199423d9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:76edddf9bac3b0e2e2f86f9ab86da123311a9574208e5bc5e9bb467c701126d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2e661120d7d9fe6f262f999cf4f025bed52d3a0db9bb81312ec6b84725a5ec58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:75d8a44c027c85172f6680acf278d7da380e89c539b1cdc52cc8f5abc9cf7998_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:80093e4720bdd00f8f3305951965dc834d4c8b4a34cba4c2ded49f8c75046921_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c3c58822892765ffd9a6e04c3d64f5a61329788558b69253d12ced6c93152bd5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:843964fbdb83fd37107b98b3b40137f9cba3f258c901dffa778fb86fa85e7619_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9ad14180f452257905033bfa6e1b6058e295894d784dff7dfbe4dd6246ce9913_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9d88b619a44bf423e7de44c260b22accc0d5a6ccb7f0ddcbaa73e3bedf9d1fd5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:feda43e7f108c44fb50640d33f997c984971abc4c84931012141e4a90ccd31b4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:1626cbe1838253cee6cc96d66a69a57079f5d1da82cb29c31cea4be24d5c0008_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:82566bf0addcb82552b7c86a373ab60c7e018de25574223b13b893124e2d2345_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:91a0bff68195d26a2876d3c2212f2ed8ff4c9dc173d26d41b8fdfe54e56855b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e1513f82e07c8250643d5eb290be7648fa574c717b341f78a091fa45929a4f7f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1fec64987e6a331ec3e6b35fe0d4627dad7495cb136955a93cc43a2177ff3d8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5caf92f58a7e29d61f9589554032a9cabbc7042d304a3efa08be71f1667b679c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7618514219b7e3c73a5cb94a70d4c72bad8a0ef5c1ed04e446f4b902980476be_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:c8fde3d196519ab52e1353787c00607ed5091ccfa02f44ff7b13dcdc0aa7fbbc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:06994c07b5559c49e026c00866f3e59ff3f9c72fa2ab2ebce88ce4449c85e11e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4bf4c5bff23465f820a989ae460262b32b8f6e7319346e27e6caeedbeaf6b513_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c1f3602764cac1e0b4ece400cd60c6570be745f43cd93fe08aa14269396882a9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:cdfc297fa8544540438d58c20fa04a6cbb4e8517ca924249571230dd21bef0e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:28035d760564c6ff3e5015dd7533d4e9abd13a3b7c7fe4eac76058e1ea308302_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dd4e4181b8206de23c511f8fbead31a16d435ec2a87c65e603c2442030e2769_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:838de9c4f8a2dc7bebbbfc6506f5d8c97c3f494d24b74bd39c54ac984709216e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a78f405913c47a1028ffedafcd37ba4ed46fe7e287348303b936e37c22263592_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:9e32eb760bee63d505e38c3f1c55ee8582009d203bec819bfb0c60df165a223a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:ceca17ccc882a5b2f88d786aeb239d730a3e79806bc27ce59a6baa7e748a9291_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:da029353d2c3c7fb8933631ffc1f00055561c80e0be172c880c30cef3a05b503_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:de9b81797e053d4b3de3ec956d43001ec8fa6574cd4ba91f0be97d1ca44e1d48_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:09243f0ffbed2369ae2f2b74fc0c318b563034fcb0b45540c77178b26c386ee8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4234a05b3f2f2292de0be004915f275debc0839975b82baf1a1025b2d6245d75_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:42b7617ecd40881944fc09da2598521bc0067e5aa21750c04abb317373faa9a0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:508d26b09eab548f077af3a1f873a6c0abcf7a7162dbafe9f7a103fa65421cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:036533b195e4d571910a8b1a65d08436471d17b149bee0aca589af70162c0572_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:64995ac557a739329f8a7701d6a8e55c398e955ca8d6ac2c261e3bb34b028f25_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a7e5916c6ae2d57f60df30888446b35f52fd3dfcb2dc934fd90e77561d8115aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cb495544e8892da58b7b59004e7be104c027d41537cfb7673587afb0c642ef4c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4f3977b99741fa8613db4fa0783a15dd3f28a528b317a149e45d965db81203e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:696327282661fc7a50198402bf5d069dad4851db774374932eea031948cac931_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6db08ed86a8d307f1d4d0fa61936605564898ec1673defb69378b02b5ad13163_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7c4e87022d0ca1ac2cbfb516f6b6af30e06637c27b89649de12dcc0a4b4692ad_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0daf72bf67568485144a3573c4c4c1328690731005fca02d52e686dab1b3b453_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5f61d7acdac5280db40c1bb073cb342b3d28efb6799ffc304bc8a467a898e1a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:69a937e9fdf2d964ae439fe595ddee207894f0b61fbee1d3ee40af3e247d7785_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cb2fa56170d6cd82cae20f4e78024802961626c9379e78d7a732ae48c30c0322_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:72340efdfb1b36e8b8bea1c9aeae6988723a37944c990170f6bd27388fb367c0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8dc6f184ec55ccdfcfbf0bdd70b9261d143c9cd9a661f9b046578a1ff4552397_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a40183aab5ca625d9e091b9a9bcfc36aebc8017160175b656fd09a5a3cc4aa8b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ac0d036010a92067d88961feb6f0062593102f43e806e5e96cd6d0ef515c1658_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:713dbec0d6ec8c243d5d9ebf75dfa4ec27d775d6277e5865e416d5474426feb1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:7f1537cd9f3583bcf49568750b03e8dbbd07b2160e79ef4ad938d413db1f7520_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9432caf90f640488fc1146e35c1b69662a83356acd2f9205fec7a1d8309ede4e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:eaa70a4d8eb71a063aed199ed6d38133314c1f40c111ce4da540e08baad872fb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:713dbec0d6ec8c243d5d9ebf75dfa4ec27d775d6277e5865e416d5474426feb1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:7f1537cd9f3583bcf49568750b03e8dbbd07b2160e79ef4ad938d413db1f7520_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:083411a65cd587137da6dd7ea7d9238a5de95e75b111c9e790287c0276f5729c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:e6c0081fff8400beba60b81ef5a93f6d4634244dd65ea0c1941f126ef3cd6644_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:71a014dbf5a40995ba2318bbb9507275d6248fee25d4e1b88aa1ebbc43c006f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8e393a363017adf34d7fe6ead19c41f06050bda81fa8e001cfffc29a309a6b74_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9e9ea4ff3c64a23714ea66441bac673436534b81976db20563db2ba8a12ea17c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:afda2d89e926843cde66bead1ee04bae05a1e0afb6ba5b4840aa78730e1a7e0f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0e950fc99f5589bf28fc40da2ae4f5f93eb841f4139db97e7a66bfcb99884050_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:2283e9f0b3af8838b7babcb8ed81047728341eb1c055199157ff2b830d2b116e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6e42a9b5125ee371a48c44c1ee2c1cac3c2571e7412d51f20847d74a029f3a65_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c11d37bfe1acc080a8e703df91bae99ed833802fb3797bf7cd6cfa4badf09e3a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload"
}
]
}
RHSA-2026:1555
Vulnerability from csaf_redhat - Published: 2026-02-04 04:50 - Updated: 2026-02-04 07:51Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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.13 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 Moderate. 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.13. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2026:1547\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/\n\nSecurity Fix(es):\n\n* github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload (CVE-2025-65637)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\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.",
"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:1555",
"url": "https://access.redhat.com/errata/RHSA-2026:1555"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65637",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"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_1555.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.20.13 bug fix and security update",
"tracking": {
"current_release_date": "2026-02-04T07:51:07+00:00",
"generator": {
"date": "2026-02-04T07:51:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2026:1555",
"initial_release_date": "2026-02-04T04:50:43+00:00",
"revision_history": [
{
"date": "2026-02-04T04:50:43+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-04T04:51:28+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-04T07:51:07+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:8afb65ff69549ce53ccd246738b22de5456c9ee8285b8c4262a7223fb0cfe680_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8afb65ff69549ce53ccd246738b22de5456c9ee8285b8c4262a7223fb0cfe680_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8afb65ff69549ce53ccd246738b22de5456c9ee8285b8c4262a7223fb0cfe680_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-ui-rhel9@sha256%3A8afb65ff69549ce53ccd246738b22de5456c9ee8285b8c4262a7223fb0cfe680?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551776"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:17f07b83efcce71dac75342f924c4924607a407d0292270d3657226d08903c18_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:17f07b83efcce71dac75342f924c4924607a407d0292270d3657226d08903c18_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:17f07b83efcce71dac75342f924c4924607a407d0292270d3657226d08903c18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A17f07b83efcce71dac75342f924c4924607a407d0292270d3657226d08903c18?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1abb4ee4f0b01be12c8f2e2ebf2da83445718f746b06fe4c83ff72bffff6013b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1abb4ee4f0b01be12c8f2e2ebf2da83445718f746b06fe4c83ff72bffff6013b_amd64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1abb4ee4f0b01be12c8f2e2ebf2da83445718f746b06fe4c83ff72bffff6013b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3A1abb4ee4f0b01be12c8f2e2ebf2da83445718f746b06fe4c83ff72bffff6013b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2c3763694df607d52853624e7af4fc2565f785875d8d816c8ae5be881ece74f9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2c3763694df607d52853624e7af4fc2565f785875d8d816c8ae5be881ece74f9_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2c3763694df607d52853624e7af4fc2565f785875d8d816c8ae5be881ece74f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A2c3763694df607d52853624e7af4fc2565f785875d8d816c8ae5be881ece74f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:1a7a0a431f63f3ba45bebdac1c5e40714be95ebfa8582a07c8b8d224e979ee80_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:1a7a0a431f63f3ba45bebdac1c5e40714be95ebfa8582a07c8b8d224e979ee80_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:1a7a0a431f63f3ba45bebdac1c5e40714be95ebfa8582a07c8b8d224e979ee80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A1a7a0a431f63f3ba45bebdac1c5e40714be95ebfa8582a07c8b8d224e979ee80?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:144cdd65d0aa3ae7dffc6a696d4bfff73f23020a1cb21aee96924e0756945c41_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:144cdd65d0aa3ae7dffc6a696d4bfff73f23020a1cb21aee96924e0756945c41_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:144cdd65d0aa3ae7dffc6a696d4bfff73f23020a1cb21aee96924e0756945c41_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A144cdd65d0aa3ae7dffc6a696d4bfff73f23020a1cb21aee96924e0756945c41?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b70fd26cc850327877a36a84968630b6cd3cd04e1c542ea4f2e6beba00ef54ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b70fd26cc850327877a36a84968630b6cd3cd04e1c542ea4f2e6beba00ef54ac_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b70fd26cc850327877a36a84968630b6cd3cd04e1c542ea4f2e6beba00ef54ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Ab70fd26cc850327877a36a84968630b6cd3cd04e1c542ea4f2e6beba00ef54ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551504"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:78153819f6b7d7a31cae10aa0fab99ee7b64f33518ff06d937b1acf9cf7cac01_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:78153819f6b7d7a31cae10aa0fab99ee7b64f33518ff06d937b1acf9cf7cac01_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:78153819f6b7d7a31cae10aa0fab99ee7b64f33518ff06d937b1acf9cf7cac01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A78153819f6b7d7a31cae10aa0fab99ee7b64f33518ff06d937b1acf9cf7cac01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:08de867062cd36fdbdced721a950eca386875d9d130e191ea6c1e1c9d2ed9bcd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:08de867062cd36fdbdced721a950eca386875d9d130e191ea6c1e1c9d2ed9bcd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:08de867062cd36fdbdced721a950eca386875d9d130e191ea6c1e1c9d2ed9bcd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A08de867062cd36fdbdced721a950eca386875d9d130e191ea6c1e1c9d2ed9bcd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:91a4af7ed8a198010662ce1b7031e9cb3f961610f41ed7b3a291aa95cb606cb4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:91a4af7ed8a198010662ce1b7031e9cb3f961610f41ed7b3a291aa95cb606cb4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:91a4af7ed8a198010662ce1b7031e9cb3f961610f41ed7b3a291aa95cb606cb4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A91a4af7ed8a198010662ce1b7031e9cb3f961610f41ed7b3a291aa95cb606cb4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:57dc4c72ebe307adbd7363b09f497b7d8881550ed1f16e7dc4e0713a460ed931_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:57dc4c72ebe307adbd7363b09f497b7d8881550ed1f16e7dc4e0713a460ed931_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:57dc4c72ebe307adbd7363b09f497b7d8881550ed1f16e7dc4e0713a460ed931_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A57dc4c72ebe307adbd7363b09f497b7d8881550ed1f16e7dc4e0713a460ed931?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552134"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6ee70c7ab77b9221a79bdf9e39169a3050f7643cbd34f6a2c97017ccd6780d3f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6ee70c7ab77b9221a79bdf9e39169a3050f7643cbd34f6a2c97017ccd6780d3f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6ee70c7ab77b9221a79bdf9e39169a3050f7643cbd34f6a2c97017ccd6780d3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A6ee70c7ab77b9221a79bdf9e39169a3050f7643cbd34f6a2c97017ccd6780d3f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6af3126c4c6b7b98b44c1b117493c52bae6bb50c6bf822debd79bc7abf6cb5d1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6af3126c4c6b7b98b44c1b117493c52bae6bb50c6bf822debd79bc7abf6cb5d1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6af3126c4c6b7b98b44c1b117493c52bae6bb50c6bf822debd79bc7abf6cb5d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A6af3126c4c6b7b98b44c1b117493c52bae6bb50c6bf822debd79bc7abf6cb5d1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4e542df1ba72940206a0bc8232071c387ee9202ea55988550f48860414f90065_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4e542df1ba72940206a0bc8232071c387ee9202ea55988550f48860414f90065_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4e542df1ba72940206a0bc8232071c387ee9202ea55988550f48860414f90065_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A4e542df1ba72940206a0bc8232071c387ee9202ea55988550f48860414f90065?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e72d8bc13ec989c79bda2ba4b1ffc85af436bcb93868980e3fc51c72ee4a0c04_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e72d8bc13ec989c79bda2ba4b1ffc85af436bcb93868980e3fc51c72ee4a0c04_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e72d8bc13ec989c79bda2ba4b1ffc85af436bcb93868980e3fc51c72ee4a0c04_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Ae72d8bc13ec989c79bda2ba4b1ffc85af436bcb93868980e3fc51c72ee4a0c04?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e76c2265052876c7e99cfbef42daffaa1e175dee826eb3f2c42fd8c0ff3e30bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e76c2265052876c7e99cfbef42daffaa1e175dee826eb3f2c42fd8c0ff3e30bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e76c2265052876c7e99cfbef42daffaa1e175dee826eb3f2c42fd8c0ff3e30bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Ae76c2265052876c7e99cfbef42daffaa1e175dee826eb3f2c42fd8c0ff3e30bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:52d55886f6f8df86d2517772e3f8a93199fa87524a089b795acea78a87bcdf04_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:52d55886f6f8df86d2517772e3f8a93199fa87524a089b795acea78a87bcdf04_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:52d55886f6f8df86d2517772e3f8a93199fa87524a089b795acea78a87bcdf04_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A52d55886f6f8df86d2517772e3f8a93199fa87524a089b795acea78a87bcdf04?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0e56240076665623262eaab6ee06af30f3379d82f1199af689a1d15ae1952792_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0e56240076665623262eaab6ee06af30f3379d82f1199af689a1d15ae1952792_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0e56240076665623262eaab6ee06af30f3379d82f1199af689a1d15ae1952792_amd64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A0e56240076665623262eaab6ee06af30f3379d82f1199af689a1d15ae1952792?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c9f0041b0290be2d1e0f96f6727c3a70071105d6a83890e0a5503e9f77da8529_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c9f0041b0290be2d1e0f96f6727c3a70071105d6a83890e0a5503e9f77da8529_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c9f0041b0290be2d1e0f96f6727c3a70071105d6a83890e0a5503e9f77da8529_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Ac9f0041b0290be2d1e0f96f6727c3a70071105d6a83890e0a5503e9f77da8529?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d3ec4c34047d08e6330cde9d1e39fd3184c7d4dd77be57aa10bee4f1197d251e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d3ec4c34047d08e6330cde9d1e39fd3184c7d4dd77be57aa10bee4f1197d251e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d3ec4c34047d08e6330cde9d1e39fd3184c7d4dd77be57aa10bee4f1197d251e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Ad3ec4c34047d08e6330cde9d1e39fd3184c7d4dd77be57aa10bee4f1197d251e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e220d8494a6444b8eeb1a202c48e42c4c0e42298d4e3d0e2be1a997df4a298ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e220d8494a6444b8eeb1a202c48e42c4c0e42298d4e3d0e2be1a997df4a298ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e220d8494a6444b8eeb1a202c48e42c4c0e42298d4e3d0e2be1a997df4a298ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3Ae220d8494a6444b8eeb1a202c48e42c4c0e42298d4e3d0e2be1a997df4a298ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551498"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:841e4ccba4f224a821130fe0dc888a3c0b70e2043c5f87e5ce1802d3a9dc1d5f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:841e4ccba4f224a821130fe0dc888a3c0b70e2043c5f87e5ce1802d3a9dc1d5f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:841e4ccba4f224a821130fe0dc888a3c0b70e2043c5f87e5ce1802d3a9dc1d5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A841e4ccba4f224a821130fe0dc888a3c0b70e2043c5f87e5ce1802d3a9dc1d5f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9f6b103d3b8c08a0d54f36b7a2f43d40c261000a91dcb083d92611718068c596_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9f6b103d3b8c08a0d54f36b7a2f43d40c261000a91dcb083d92611718068c596_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9f6b103d3b8c08a0d54f36b7a2f43d40c261000a91dcb083d92611718068c596_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3A9f6b103d3b8c08a0d54f36b7a2f43d40c261000a91dcb083d92611718068c596?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:434935cabaccf82bf07df8f556ccca3331f393892c1d7dbc30ef60eaa2a5ace4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:434935cabaccf82bf07df8f556ccca3331f393892c1d7dbc30ef60eaa2a5ace4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:434935cabaccf82bf07df8f556ccca3331f393892c1d7dbc30ef60eaa2a5ace4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshot-metadata-rhel9@sha256%3A434935cabaccf82bf07df8f556ccca3331f393892c1d7dbc30ef60eaa2a5ace4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594083"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17e5a2e5de57f823ae658fbc52ba0eca08339c8668acd1de3cd55e796bb4d835_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17e5a2e5de57f823ae658fbc52ba0eca08339c8668acd1de3cd55e796bb4d835_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17e5a2e5de57f823ae658fbc52ba0eca08339c8668acd1de3cd55e796bb4d835_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A17e5a2e5de57f823ae658fbc52ba0eca08339c8668acd1de3cd55e796bb4d835?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9627b270509deac23cdadc314c0582686ca8dee3ccfed1f66f2482b2d91014e7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9627b270509deac23cdadc314c0582686ca8dee3ccfed1f66f2482b2d91014e7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9627b270509deac23cdadc314c0582686ca8dee3ccfed1f66f2482b2d91014e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A9627b270509deac23cdadc314c0582686ca8dee3ccfed1f66f2482b2d91014e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6d0c9c01b73387df3e64e4154cb0f0c0381489315004079048688373d114d584_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6d0c9c01b73387df3e64e4154cb0f0c0381489315004079048688373d114d584_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6d0c9c01b73387df3e64e4154cb0f0c0381489315004079048688373d114d584_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A6d0c9c01b73387df3e64e4154cb0f0c0381489315004079048688373d114d584?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b48f1122a811c9fac2ba94b8d5e6e12eb71eeb7da19a788cc5705b79b9371f7f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b48f1122a811c9fac2ba94b8d5e6e12eb71eeb7da19a788cc5705b79b9371f7f_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b48f1122a811c9fac2ba94b8d5e6e12eb71eeb7da19a788cc5705b79b9371f7f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Ab48f1122a811c9fac2ba94b8d5e6e12eb71eeb7da19a788cc5705b79b9371f7f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769645073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7a25fe6da003108eb41e42391d803725408b111043b00af7f304a466557d5945_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7a25fe6da003108eb41e42391d803725408b111043b00af7f304a466557d5945_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7a25fe6da003108eb41e42391d803725408b111043b00af7f304a466557d5945_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A7a25fe6da003108eb41e42391d803725408b111043b00af7f304a466557d5945?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:af76096d455c2787c46e447e55991ee28fbfc6e0641b161dea00a1fec0fc1e2d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:af76096d455c2787c46e447e55991ee28fbfc6e0641b161dea00a1fec0fc1e2d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:af76096d455c2787c46e447e55991ee28fbfc6e0641b161dea00a1fec0fc1e2d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Aaf76096d455c2787c46e447e55991ee28fbfc6e0641b161dea00a1fec0fc1e2d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:858452e8b1ef53d3807245cd3be61d41f8520119c2964a580ad7fa888c98111c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:858452e8b1ef53d3807245cd3be61d41f8520119c2964a580ad7fa888c98111c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:858452e8b1ef53d3807245cd3be61d41f8520119c2964a580ad7fa888c98111c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A858452e8b1ef53d3807245cd3be61d41f8520119c2964a580ad7fa888c98111c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:306d868afbaf1e8850decbfcfa2492431353cc24c5f6c7c7639b913169749549_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:306d868afbaf1e8850decbfcfa2492431353cc24c5f6c7c7639b913169749549_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:306d868afbaf1e8850decbfcfa2492431353cc24c5f6c7c7639b913169749549_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A306d868afbaf1e8850decbfcfa2492431353cc24c5f6c7c7639b913169749549?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:014fb0e9b2c973e70cdc8b23b989a92e6a153f421845f7cdfa31bf5702a34f57_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:014fb0e9b2c973e70cdc8b23b989a92e6a153f421845f7cdfa31bf5702a34f57_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:014fb0e9b2c973e70cdc8b23b989a92e6a153f421845f7cdfa31bf5702a34f57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A014fb0e9b2c973e70cdc8b23b989a92e6a153f421845f7cdfa31bf5702a34f57?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfc5aff2b327d04a9f8c1fd344faa5e874c4f881970df1194795b08da0691e00_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfc5aff2b327d04a9f8c1fd344faa5e874c4f881970df1194795b08da0691e00_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfc5aff2b327d04a9f8c1fd344faa5e874c4f881970df1194795b08da0691e00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Acfc5aff2b327d04a9f8c1fd344faa5e874c4f881970df1194795b08da0691e00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:35a08ae5f0cf1d0d85aa703f71987685aee24a36d7c7f12b4ab04172e242e57f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:35a08ae5f0cf1d0d85aa703f71987685aee24a36d7c7f12b4ab04172e242e57f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:35a08ae5f0cf1d0d85aa703f71987685aee24a36d7c7f12b4ab04172e242e57f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A35a08ae5f0cf1d0d85aa703f71987685aee24a36d7c7f12b4ab04172e242e57f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557811"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ab7814cd8c6eb5e61316913ca7b652547f93ffdc9ca52f6187bbab7b0e3a39cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ab7814cd8c6eb5e61316913ca7b652547f93ffdc9ca52f6187bbab7b0e3a39cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ab7814cd8c6eb5e61316913ca7b652547f93ffdc9ca52f6187bbab7b0e3a39cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3Aab7814cd8c6eb5e61316913ca7b652547f93ffdc9ca52f6187bbab7b0e3a39cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3155352319810228de3427b70754fd56e479e3fef5c7635b58c2d92c7ac2f6da_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3155352319810228de3427b70754fd56e479e3fef5c7635b58c2d92c7ac2f6da_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3155352319810228de3427b70754fd56e479e3fef5c7635b58c2d92c7ac2f6da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A3155352319810228de3427b70754fd56e479e3fef5c7635b58c2d92c7ac2f6da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:caba671e8e6c1c51aac89b3661fb2faffc022b6f2961fe2c6845818dd68dfa75_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:caba671e8e6c1c51aac89b3661fb2faffc022b6f2961fe2c6845818dd68dfa75_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:caba671e8e6c1c51aac89b3661fb2faffc022b6f2961fe2c6845818dd68dfa75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3Acaba671e8e6c1c51aac89b3661fb2faffc022b6f2961fe2c6845818dd68dfa75?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c2bc0cd876628b9b6ba9dca400412e4ed9838e2a09e285a9ea41994ccc4c4f70_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c2bc0cd876628b9b6ba9dca400412e4ed9838e2a09e285a9ea41994ccc4c4f70_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c2bc0cd876628b9b6ba9dca400412e4ed9838e2a09e285a9ea41994ccc4c4f70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3Ac2bc0cd876628b9b6ba9dca400412e4ed9838e2a09e285a9ea41994ccc4c4f70?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:004da77e4656e592087b666d1bfcb7d1f33d91f95ba1d188460c914a634277cc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:004da77e4656e592087b666d1bfcb7d1f33d91f95ba1d188460c914a634277cc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:004da77e4656e592087b666d1bfcb7d1f33d91f95ba1d188460c914a634277cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A004da77e4656e592087b666d1bfcb7d1f33d91f95ba1d188460c914a634277cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6fa6e5b1fabb9b7165ee4928637b9b28c5966d7f192d4866c7453c2149ef1376_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6fa6e5b1fabb9b7165ee4928637b9b28c5966d7f192d4866c7453c2149ef1376_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6fa6e5b1fabb9b7165ee4928637b9b28c5966d7f192d4866c7453c2149ef1376_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A6fa6e5b1fabb9b7165ee4928637b9b28c5966d7f192d4866c7453c2149ef1376?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554043"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:424e959b991d2742f547a958a0c126c01ae5b626c40bee72fb9e1ace7453eafb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:424e959b991d2742f547a958a0c126c01ae5b626c40bee72fb9e1ace7453eafb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:424e959b991d2742f547a958a0c126c01ae5b626c40bee72fb9e1ace7453eafb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A424e959b991d2742f547a958a0c126c01ae5b626c40bee72fb9e1ace7453eafb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fcd085d70f120b2ba694f47e1e0fbe4fb1e76fb280f818dd9878353ec9fff179_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fcd085d70f120b2ba694f47e1e0fbe4fb1e76fb280f818dd9878353ec9fff179_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fcd085d70f120b2ba694f47e1e0fbe4fb1e76fb280f818dd9878353ec9fff179_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Afcd085d70f120b2ba694f47e1e0fbe4fb1e76fb280f818dd9878353ec9fff179?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d6de88895183d6da3c701fdb98a986b7007c4af1523dc5ccaeda08c62b253a5b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d6de88895183d6da3c701fdb98a986b7007c4af1523dc5ccaeda08c62b253a5b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d6de88895183d6da3c701fdb98a986b7007c4af1523dc5ccaeda08c62b253a5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3Ad6de88895183d6da3c701fdb98a986b7007c4af1523dc5ccaeda08c62b253a5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c60260eeabfad38cf84772faf2df38f616de94dc92b911b3665701d628d35207_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c60260eeabfad38cf84772faf2df38f616de94dc92b911b3665701d628d35207_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c60260eeabfad38cf84772faf2df38f616de94dc92b911b3665701d628d35207_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Ac60260eeabfad38cf84772faf2df38f616de94dc92b911b3665701d628d35207?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552013"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8a6dc95ca7387725c66f7068b1d7886ba0e4f050021dc8cb4f836a964a2d5377_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8a6dc95ca7387725c66f7068b1d7886ba0e4f050021dc8cb4f836a964a2d5377_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8a6dc95ca7387725c66f7068b1d7886ba0e4f050021dc8cb4f836a964a2d5377_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A8a6dc95ca7387725c66f7068b1d7886ba0e4f050021dc8cb4f836a964a2d5377?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552624"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a7393d43750db330eb9b9437e38a5886f5616edc7fa18fd0051c6d391657cb88_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a7393d43750db330eb9b9437e38a5886f5616edc7fa18fd0051c6d391657cb88_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a7393d43750db330eb9b9437e38a5886f5616edc7fa18fd0051c6d391657cb88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Aa7393d43750db330eb9b9437e38a5886f5616edc7fa18fd0051c6d391657cb88?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b3d01257d281ba7ab01b1b621fce3a5b2e38587ccb0f1619844e8b7c9255b17d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b3d01257d281ba7ab01b1b621fce3a5b2e38587ccb0f1619844e8b7c9255b17d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b3d01257d281ba7ab01b1b621fce3a5b2e38587ccb0f1619844e8b7c9255b17d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3Ab3d01257d281ba7ab01b1b621fce3a5b2e38587ccb0f1619844e8b7c9255b17d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555134"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:85575f936c61819f977ae8a7877b0d562e3e7727243c2be63f8c7cce2198a400_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:85575f936c61819f977ae8a7877b0d562e3e7727243c2be63f8c7cce2198a400_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:85575f936c61819f977ae8a7877b0d562e3e7727243c2be63f8c7cce2198a400_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A85575f936c61819f977ae8a7877b0d562e3e7727243c2be63f8c7cce2198a400?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84c9ecf14cb657fa9fed55663acac95ca4c6098756c6a5215906b7a57553f5da_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84c9ecf14cb657fa9fed55663acac95ca4c6098756c6a5215906b7a57553f5da_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84c9ecf14cb657fa9fed55663acac95ca4c6098756c6a5215906b7a57553f5da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A84c9ecf14cb657fa9fed55663acac95ca4c6098756c6a5215906b7a57553f5da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c4e3b0ed2f8855b5be0e0ef59243db95aaf171d1c01c481bfcaff5fdde4a2049_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c4e3b0ed2f8855b5be0e0ef59243db95aaf171d1c01c481bfcaff5fdde4a2049_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c4e3b0ed2f8855b5be0e0ef59243db95aaf171d1c01c481bfcaff5fdde4a2049_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Ac4e3b0ed2f8855b5be0e0ef59243db95aaf171d1c01c481bfcaff5fdde4a2049?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:80819f88795a16b1df3cea66b7fe57d68b504b08fcbaaf245716f3caed588e82_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:80819f88795a16b1df3cea66b7fe57d68b504b08fcbaaf245716f3caed588e82_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:80819f88795a16b1df3cea66b7fe57d68b504b08fcbaaf245716f3caed588e82_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A80819f88795a16b1df3cea66b7fe57d68b504b08fcbaaf245716f3caed588e82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a3213c95d8328657024e0c0c2773fce3c19f77c54eb98a7ed574cb9155a522a4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a3213c95d8328657024e0c0c2773fce3c19f77c54eb98a7ed574cb9155a522a4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a3213c95d8328657024e0c0c2773fce3c19f77c54eb98a7ed574cb9155a522a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Aa3213c95d8328657024e0c0c2773fce3c19f77c54eb98a7ed574cb9155a522a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6aa1c866c07bfa077c801cd13bf551e51efd817c7dc362d0093d2ce2850bb410_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6aa1c866c07bfa077c801cd13bf551e51efd817c7dc362d0093d2ce2850bb410_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6aa1c866c07bfa077c801cd13bf551e51efd817c7dc362d0093d2ce2850bb410_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A6aa1c866c07bfa077c801cd13bf551e51efd817c7dc362d0093d2ce2850bb410?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cebef3eef0bae4a86f3e2e70ce351335e004bb8c1c1942d58c3b6680b60d5c73_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cebef3eef0bae4a86f3e2e70ce351335e004bb8c1c1942d58c3b6680b60d5c73_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cebef3eef0bae4a86f3e2e70ce351335e004bb8c1c1942d58c3b6680b60d5c73_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Acebef3eef0bae4a86f3e2e70ce351335e004bb8c1c1942d58c3b6680b60d5c73?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:8f714fb9046c1842f044c5c074486baf5ce3ea05db479b5624702cd5f2f45a99_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:8f714fb9046c1842f044c5c074486baf5ce3ea05db479b5624702cd5f2f45a99_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:8f714fb9046c1842f044c5c074486baf5ce3ea05db479b5624702cd5f2f45a99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A8f714fb9046c1842f044c5c074486baf5ce3ea05db479b5624702cd5f2f45a99?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5a572634df8230dd93301903941697e91471808bc77370c4dc7e69a602a95416_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5a572634df8230dd93301903941697e91471808bc77370c4dc7e69a602a95416_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5a572634df8230dd93301903941697e91471808bc77370c4dc7e69a602a95416_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A5a572634df8230dd93301903941697e91471808bc77370c4dc7e69a602a95416?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d78aa8f9edc8edd2a4b0b42e10ed2158575c3bb4d9a355aa3fc3f2e17428dee6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d78aa8f9edc8edd2a4b0b42e10ed2158575c3bb4d9a355aa3fc3f2e17428dee6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d78aa8f9edc8edd2a4b0b42e10ed2158575c3bb4d9a355aa3fc3f2e17428dee6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Ad78aa8f9edc8edd2a4b0b42e10ed2158575c3bb4d9a355aa3fc3f2e17428dee6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:89dd57ce21c549ec2260cb5ac317482d7523789cce340ce16be13c4a9fa41a16_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:89dd57ce21c549ec2260cb5ac317482d7523789cce340ce16be13c4a9fa41a16_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:89dd57ce21c549ec2260cb5ac317482d7523789cce340ce16be13c4a9fa41a16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A89dd57ce21c549ec2260cb5ac317482d7523789cce340ce16be13c4a9fa41a16?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ce88606fe6952d3e5b348d93cb149e5cd27ff88e9321529150ff0630e8696956_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ce88606fe6952d3e5b348d93cb149e5cd27ff88e9321529150ff0630e8696956_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ce88606fe6952d3e5b348d93cb149e5cd27ff88e9321529150ff0630e8696956_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Ace88606fe6952d3e5b348d93cb149e5cd27ff88e9321529150ff0630e8696956?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c21aaddd88fb33a5b4ddc628477d32303c3f705ac42f6a28a6d98eb07b1f36ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c21aaddd88fb33a5b4ddc628477d32303c3f705ac42f6a28a6d98eb07b1f36ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c21aaddd88fb33a5b4ddc628477d32303c3f705ac42f6a28a6d98eb07b1f36ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3Ac21aaddd88fb33a5b4ddc628477d32303c3f705ac42f6a28a6d98eb07b1f36ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769596908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d3fdd1634932630ee24ccd435e0eb2ae9b4175042660d00142e9f7ae6fa6971d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d3fdd1634932630ee24ccd435e0eb2ae9b4175042660d00142e9f7ae6fa6971d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d3fdd1634932630ee24ccd435e0eb2ae9b4175042660d00142e9f7ae6fa6971d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Ad3fdd1634932630ee24ccd435e0eb2ae9b4175042660d00142e9f7ae6fa6971d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d8f094d132383ebc020175165a02946a0c6f49c93a8a3afe52db12a0ff2239a3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d8f094d132383ebc020175165a02946a0c6f49c93a8a3afe52db12a0ff2239a3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d8f094d132383ebc020175165a02946a0c6f49c93a8a3afe52db12a0ff2239a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ad8f094d132383ebc020175165a02946a0c6f49c93a8a3afe52db12a0ff2239a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:50b8a61152b15f267b9eacf0a69231966ad997e5a7638b7e90b0c421bdfebf32_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:50b8a61152b15f267b9eacf0a69231966ad997e5a7638b7e90b0c421bdfebf32_amd64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:50b8a61152b15f267b9eacf0a69231966ad997e5a7638b7e90b0c421bdfebf32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3A50b8a61152b15f267b9eacf0a69231966ad997e5a7638b7e90b0c421bdfebf32?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0cac2b419d305f2d48903376077fd074248d11475a59031a47a5c57fc1a0ddfb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0cac2b419d305f2d48903376077fd074248d11475a59031a47a5c57fc1a0ddfb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0cac2b419d305f2d48903376077fd074248d11475a59031a47a5c57fc1a0ddfb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A0cac2b419d305f2d48903376077fd074248d11475a59031a47a5c57fc1a0ddfb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:05a6dfb4a6d5eca5b30e24e5aff0311a4dba3dfa2555a9fe7e666aea716d5f80_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:05a6dfb4a6d5eca5b30e24e5aff0311a4dba3dfa2555a9fe7e666aea716d5f80_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:05a6dfb4a6d5eca5b30e24e5aff0311a4dba3dfa2555a9fe7e666aea716d5f80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A05a6dfb4a6d5eca5b30e24e5aff0311a4dba3dfa2555a9fe7e666aea716d5f80?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2b7674d4d94d806afa2827d1a715bb74273027a2f7d9bbf3f1529668fa322b9e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2b7674d4d94d806afa2827d1a715bb74273027a2f7d9bbf3f1529668fa322b9e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2b7674d4d94d806afa2827d1a715bb74273027a2f7d9bbf3f1529668fa322b9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A2b7674d4d94d806afa2827d1a715bb74273027a2f7d9bbf3f1529668fa322b9e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769621201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7c8880ecf30fa54a789f5c518e30b69e263961d9d0d3845e8b02ac1c36b7e905_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7c8880ecf30fa54a789f5c518e30b69e263961d9d0d3845e8b02ac1c36b7e905_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7c8880ecf30fa54a789f5c518e30b69e263961d9d0d3845e8b02ac1c36b7e905_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A7c8880ecf30fa54a789f5c518e30b69e263961d9d0d3845e8b02ac1c36b7e905?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81278605bd05dcf248b60fd1968afbbfd8c3479cf8bf463b7d27ed65b1d2b6c8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81278605bd05dcf248b60fd1968afbbfd8c3479cf8bf463b7d27ed65b1d2b6c8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81278605bd05dcf248b60fd1968afbbfd8c3479cf8bf463b7d27ed65b1d2b6c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A81278605bd05dcf248b60fd1968afbbfd8c3479cf8bf463b7d27ed65b1d2b6c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557678"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ff03d03b34cc9468ecc8229b68a2088406a7ca7e996a092a32a3b824542a4369_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ff03d03b34cc9468ecc8229b68a2088406a7ca7e996a092a32a3b824542a4369_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ff03d03b34cc9468ecc8229b68a2088406a7ca7e996a092a32a3b824542a4369_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Aff03d03b34cc9468ecc8229b68a2088406a7ca7e996a092a32a3b824542a4369?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:84f8358b1a20a6ac0ac59c49c09eeb60ec7f5889874155b07a76aa40509a90d0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:84f8358b1a20a6ac0ac59c49c09eeb60ec7f5889874155b07a76aa40509a90d0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:84f8358b1a20a6ac0ac59c49c09eeb60ec7f5889874155b07a76aa40509a90d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A84f8358b1a20a6ac0ac59c49c09eeb60ec7f5889874155b07a76aa40509a90d0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557986"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ba297510327fa361830b08cecf0b761860f9a474caf2d5a60feacbb9d5130197_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ba297510327fa361830b08cecf0b761860f9a474caf2d5a60feacbb9d5130197_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ba297510327fa361830b08cecf0b761860f9a474caf2d5a60feacbb9d5130197_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Aba297510327fa361830b08cecf0b761860f9a474caf2d5a60feacbb9d5130197?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557449"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:85ed4d0aaa7e5f0a71a8d740813fd32a611077dde5dee6454e9b837fd1977d0d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:85ed4d0aaa7e5f0a71a8d740813fd32a611077dde5dee6454e9b837fd1977d0d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:85ed4d0aaa7e5f0a71a8d740813fd32a611077dde5dee6454e9b837fd1977d0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A85ed4d0aaa7e5f0a71a8d740813fd32a611077dde5dee6454e9b837fd1977d0d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e3e89a53da1b6e30a762dace6ee60e8b5f3824b5569745055edcd8fdb2252548_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e3e89a53da1b6e30a762dace6ee60e8b5f3824b5569745055edcd8fdb2252548_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e3e89a53da1b6e30a762dace6ee60e8b5f3824b5569745055edcd8fdb2252548_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3Ae3e89a53da1b6e30a762dace6ee60e8b5f3824b5569745055edcd8fdb2252548?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7c2677105560f8d4311c7df77717bce40980903c64cd6ad80994645ba111ae92_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7c2677105560f8d4311c7df77717bce40980903c64cd6ad80994645ba111ae92_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7c2677105560f8d4311c7df77717bce40980903c64cd6ad80994645ba111ae92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A7c2677105560f8d4311c7df77717bce40980903c64cd6ad80994645ba111ae92?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:62cd9fb8415f6db5c964214ec73ca4f33c12e4dfefd22a086a3880c82fc329d1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:62cd9fb8415f6db5c964214ec73ca4f33c12e4dfefd22a086a3880c82fc329d1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:62cd9fb8415f6db5c964214ec73ca4f33c12e4dfefd22a086a3880c82fc329d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A62cd9fb8415f6db5c964214ec73ca4f33c12e4dfefd22a086a3880c82fc329d1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79c5713b4926750620c01e2449581c1ee308dcb484bef264beb7a4e83d29de25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79c5713b4926750620c01e2449581c1ee308dcb484bef264beb7a4e83d29de25_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79c5713b4926750620c01e2449581c1ee308dcb484bef264beb7a4e83d29de25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A79c5713b4926750620c01e2449581c1ee308dcb484bef264beb7a4e83d29de25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c6863ff8ce9cea709fcb4a05477c6d99d03c6405b19f15281cc170dc182cdb60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c6863ff8ce9cea709fcb4a05477c6d99d03c6405b19f15281cc170dc182cdb60_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c6863ff8ce9cea709fcb4a05477c6d99d03c6405b19f15281cc170dc182cdb60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3Ac6863ff8ce9cea709fcb4a05477c6d99d03c6405b19f15281cc170dc182cdb60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551806"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:503ce2b566a5a36deb0e9404c4b7a5eacda690e4b6ebbc1843ef05025d4ee99f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:503ce2b566a5a36deb0e9404c4b7a5eacda690e4b6ebbc1843ef05025d4ee99f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:503ce2b566a5a36deb0e9404c4b7a5eacda690e4b6ebbc1843ef05025d4ee99f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A503ce2b566a5a36deb0e9404c4b7a5eacda690e4b6ebbc1843ef05025d4ee99f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:991428fda812738e4aad624ca0a8d3e66aa89b9bc7ddfdf5523cc812c6bc74e7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:991428fda812738e4aad624ca0a8d3e66aa89b9bc7ddfdf5523cc812c6bc74e7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:991428fda812738e4aad624ca0a8d3e66aa89b9bc7ddfdf5523cc812c6bc74e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3A991428fda812738e4aad624ca0a8d3e66aa89b9bc7ddfdf5523cc812c6bc74e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551751"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:541ff5d1a05bd2f66eef0e50febf5c2acfd78a8430aab446f5964dac400dc1bc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:541ff5d1a05bd2f66eef0e50febf5c2acfd78a8430aab446f5964dac400dc1bc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:541ff5d1a05bd2f66eef0e50febf5c2acfd78a8430aab446f5964dac400dc1bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A541ff5d1a05bd2f66eef0e50febf5c2acfd78a8430aab446f5964dac400dc1bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551983"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b1a19c45a7778f6e9f00c5ac3fb8d4dc905bcbd22a7c187389839216da329c24_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b1a19c45a7778f6e9f00c5ac3fb8d4dc905bcbd22a7c187389839216da329c24_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b1a19c45a7778f6e9f00c5ac3fb8d4dc905bcbd22a7c187389839216da329c24_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Ab1a19c45a7778f6e9f00c5ac3fb8d4dc905bcbd22a7c187389839216da329c24?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:c2750e23e9bc18fb64b1e8df0d894c0553832dcc43a5b469403dd65c156ee5fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:c2750e23e9bc18fb64b1e8df0d894c0553832dcc43a5b469403dd65c156ee5fd_amd64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:c2750e23e9bc18fb64b1e8df0d894c0553832dcc43a5b469403dd65c156ee5fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3Ac2750e23e9bc18fb64b1e8df0d894c0553832dcc43a5b469403dd65c156ee5fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:46a73d09e70f3db1adb9c554466078bb2460371967d7bb99aefdbac454c30be2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:46a73d09e70f3db1adb9c554466078bb2460371967d7bb99aefdbac454c30be2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:46a73d09e70f3db1adb9c554466078bb2460371967d7bb99aefdbac454c30be2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3A46a73d09e70f3db1adb9c554466078bb2460371967d7bb99aefdbac454c30be2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d073d210b9d46cf343977d402b91046e021533b73df78706fd0b4565f1bb4738_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d073d210b9d46cf343977d402b91046e021533b73df78706fd0b4565f1bb4738_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d073d210b9d46cf343977d402b91046e021533b73df78706fd0b4565f1bb4738_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Ad073d210b9d46cf343977d402b91046e021533b73df78706fd0b4565f1bb4738?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:209f7fa1c2d11b79137aeeb1124d6bba014b76163d04ef8b46fd3662cd85720d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:209f7fa1c2d11b79137aeeb1124d6bba014b76163d04ef8b46fd3662cd85720d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:209f7fa1c2d11b79137aeeb1124d6bba014b76163d04ef8b46fd3662cd85720d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A209f7fa1c2d11b79137aeeb1124d6bba014b76163d04ef8b46fd3662cd85720d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769561414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:baab6fe7dc2bc03d5e420982f7a853d1042acf651911d3bd4357149573e28dc2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:baab6fe7dc2bc03d5e420982f7a853d1042acf651911d3bd4357149573e28dc2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:baab6fe7dc2bc03d5e420982f7a853d1042acf651911d3bd4357149573e28dc2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Abaab6fe7dc2bc03d5e420982f7a853d1042acf651911d3bd4357149573e28dc2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:03f3f0aadfcb69fbdf6fcf0ad27c4e875bee00b47defe923a3a78d3b73736e08_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:03f3f0aadfcb69fbdf6fcf0ad27c4e875bee00b47defe923a3a78d3b73736e08_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:03f3f0aadfcb69fbdf6fcf0ad27c4e875bee00b47defe923a3a78d3b73736e08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A03f3f0aadfcb69fbdf6fcf0ad27c4e875bee00b47defe923a3a78d3b73736e08?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1ce1476120cac11c7330ea4e258f58a3418cccf99a7d0bd7305e9538d35afcc9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1ce1476120cac11c7330ea4e258f58a3418cccf99a7d0bd7305e9538d35afcc9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1ce1476120cac11c7330ea4e258f58a3418cccf99a7d0bd7305e9538d35afcc9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A1ce1476120cac11c7330ea4e258f58a3418cccf99a7d0bd7305e9538d35afcc9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f6e7e55ffd641b5635237b09a9284e5c23e8665eb459f85ae89fc7b03cea6857_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f6e7e55ffd641b5635237b09a9284e5c23e8665eb459f85ae89fc7b03cea6857_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f6e7e55ffd641b5635237b09a9284e5c23e8665eb459f85ae89fc7b03cea6857_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Af6e7e55ffd641b5635237b09a9284e5c23e8665eb459f85ae89fc7b03cea6857?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:466ea07382cc42de8b7739e3b26ed38726728282364ed081d8aca15d3c356454_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:466ea07382cc42de8b7739e3b26ed38726728282364ed081d8aca15d3c356454_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:466ea07382cc42de8b7739e3b26ed38726728282364ed081d8aca15d3c356454_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A466ea07382cc42de8b7739e3b26ed38726728282364ed081d8aca15d3c356454?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:57571785a5f93dc4b3d074fba324572eb1eab48605022e4758964b3a68977d02_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:57571785a5f93dc4b3d074fba324572eb1eab48605022e4758964b3a68977d02_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:57571785a5f93dc4b3d074fba324572eb1eab48605022e4758964b3a68977d02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A57571785a5f93dc4b3d074fba324572eb1eab48605022e4758964b3a68977d02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:41a610a8e81ecc25d039b60fc8852c7015de4a8835c578819c4c75452b21a615_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:41a610a8e81ecc25d039b60fc8852c7015de4a8835c578819c4c75452b21a615_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:41a610a8e81ecc25d039b60fc8852c7015de4a8835c578819c4c75452b21a615_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A41a610a8e81ecc25d039b60fc8852c7015de4a8835c578819c4c75452b21a615?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553738"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5185d8aa7876edfe50ae5a3669017a4fab6785cc4e9293a1d4d5759479ad0d31_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5185d8aa7876edfe50ae5a3669017a4fab6785cc4e9293a1d4d5759479ad0d31_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5185d8aa7876edfe50ae5a3669017a4fab6785cc4e9293a1d4d5759479ad0d31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A5185d8aa7876edfe50ae5a3669017a4fab6785cc4e9293a1d4d5759479ad0d31?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:306bf3b8d4df1806db4b11ffc34935437d0bb9e927c21ff8782be59312ad8d62_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:306bf3b8d4df1806db4b11ffc34935437d0bb9e927c21ff8782be59312ad8d62_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:306bf3b8d4df1806db4b11ffc34935437d0bb9e927c21ff8782be59312ad8d62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A306bf3b8d4df1806db4b11ffc34935437d0bb9e927c21ff8782be59312ad8d62?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0fe0281debd5831646616ec860cd6ae513e673d846710700d98e2b26cf481d8d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0fe0281debd5831646616ec860cd6ae513e673d846710700d98e2b26cf481d8d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0fe0281debd5831646616ec860cd6ae513e673d846710700d98e2b26cf481d8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A0fe0281debd5831646616ec860cd6ae513e673d846710700d98e2b26cf481d8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:69ff3641058136961d1f36feaf6bf3daa9b42edffa89369405b8cc8f99644766_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:69ff3641058136961d1f36feaf6bf3daa9b42edffa89369405b8cc8f99644766_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:69ff3641058136961d1f36feaf6bf3daa9b42edffa89369405b8cc8f99644766_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A69ff3641058136961d1f36feaf6bf3daa9b42edffa89369405b8cc8f99644766?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557134"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:337f411c10760ec60afcb593facaefc9d470f99424f6dc03d68bdd4a92cd08a9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:337f411c10760ec60afcb593facaefc9d470f99424f6dc03d68bdd4a92cd08a9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:337f411c10760ec60afcb593facaefc9d470f99424f6dc03d68bdd4a92cd08a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A337f411c10760ec60afcb593facaefc9d470f99424f6dc03d68bdd4a92cd08a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552546"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8f3cb49a35782388214b24deb440fa6a66a416d665bd0b17a91b60eeaa8aeb52_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8f3cb49a35782388214b24deb440fa6a66a416d665bd0b17a91b60eeaa8aeb52_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8f3cb49a35782388214b24deb440fa6a66a416d665bd0b17a91b60eeaa8aeb52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A8f3cb49a35782388214b24deb440fa6a66a416d665bd0b17a91b60eeaa8aeb52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:93df53e41b59d5be5041925ff0f049acd614b22f5f4ef59715f647781f5921ea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:93df53e41b59d5be5041925ff0f049acd614b22f5f4ef59715f647781f5921ea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:93df53e41b59d5be5041925ff0f049acd614b22f5f4ef59715f647781f5921ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A93df53e41b59d5be5041925ff0f049acd614b22f5f4ef59715f647781f5921ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:279f6708501389a928cdfac3f1cc16ac4ef08d23aff7a44b33acebca5590a2c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:279f6708501389a928cdfac3f1cc16ac4ef08d23aff7a44b33acebca5590a2c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:279f6708501389a928cdfac3f1cc16ac4ef08d23aff7a44b33acebca5590a2c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A279f6708501389a928cdfac3f1cc16ac4ef08d23aff7a44b33acebca5590a2c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:19acd5c0d5ca558d869ea8ba516cf0270713840788ec624cb212582200c2b017_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:19acd5c0d5ca558d869ea8ba516cf0270713840788ec624cb212582200c2b017_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:19acd5c0d5ca558d869ea8ba516cf0270713840788ec624cb212582200c2b017_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A19acd5c0d5ca558d869ea8ba516cf0270713840788ec624cb212582200c2b017?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4267c1de960dd4448e693ae07e081f12732330e47547c3833f579a3b26dcf8dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4267c1de960dd4448e693ae07e081f12732330e47547c3833f579a3b26dcf8dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4267c1de960dd4448e693ae07e081f12732330e47547c3833f579a3b26dcf8dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A4267c1de960dd4448e693ae07e081f12732330e47547c3833f579a3b26dcf8dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557210"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0013300769f9b464446a8933a444bb6815856b53d999d012ff8fccc3458d20f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0013300769f9b464446a8933a444bb6815856b53d999d012ff8fccc3458d20f4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0013300769f9b464446a8933a444bb6815856b53d999d012ff8fccc3458d20f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A0013300769f9b464446a8933a444bb6815856b53d999d012ff8fccc3458d20f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7a8cb75cf04719b8034be238eb51db106aba9c5b2c078cec7edfe1b43433c92b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7a8cb75cf04719b8034be238eb51db106aba9c5b2c078cec7edfe1b43433c92b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7a8cb75cf04719b8034be238eb51db106aba9c5b2c078cec7edfe1b43433c92b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A7a8cb75cf04719b8034be238eb51db106aba9c5b2c078cec7edfe1b43433c92b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c457f196aa76f0e0cbde2f179253a535f452127abbfa6c1187c20f6b173063c6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c457f196aa76f0e0cbde2f179253a535f452127abbfa6c1187c20f6b173063c6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c457f196aa76f0e0cbde2f179253a535f452127abbfa6c1187c20f6b173063c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Ac457f196aa76f0e0cbde2f179253a535f452127abbfa6c1187c20f6b173063c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e6543675b0322e849dfb6e33d85b92fdf4c07f970c983649261209dbce3243cb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e6543675b0322e849dfb6e33d85b92fdf4c07f970c983649261209dbce3243cb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e6543675b0322e849dfb6e33d85b92fdf4c07f970c983649261209dbce3243cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ae6543675b0322e849dfb6e33d85b92fdf4c07f970c983649261209dbce3243cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4a9161e6e5e019e2fb48e0b7bfbbc936c5d715310b65831db2abf5aa08eba682_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4a9161e6e5e019e2fb48e0b7bfbbc936c5d715310b65831db2abf5aa08eba682_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4a9161e6e5e019e2fb48e0b7bfbbc936c5d715310b65831db2abf5aa08eba682_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A4a9161e6e5e019e2fb48e0b7bfbbc936c5d715310b65831db2abf5aa08eba682?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8990098e62b7a4b79771e1bfbf231f4bd73ce00bf318660fc8bfe9cb3bf0c276_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8990098e62b7a4b79771e1bfbf231f4bd73ce00bf318660fc8bfe9cb3bf0c276_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8990098e62b7a4b79771e1bfbf231f4bd73ce00bf318660fc8bfe9cb3bf0c276_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A8990098e62b7a4b79771e1bfbf231f4bd73ce00bf318660fc8bfe9cb3bf0c276?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c451d768e9662be5e076732b76cc94a60d1cead0bf264be39d164cd31d6c78b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c451d768e9662be5e076732b76cc94a60d1cead0bf264be39d164cd31d6c78b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c451d768e9662be5e076732b76cc94a60d1cead0bf264be39d164cd31d6c78b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Ac451d768e9662be5e076732b76cc94a60d1cead0bf264be39d164cd31d6c78b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2f6f628908eabf6b9689671bc67c4075075f3971fe7807b984a98f04d0b40528_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2f6f628908eabf6b9689671bc67c4075075f3971fe7807b984a98f04d0b40528_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2f6f628908eabf6b9689671bc67c4075075f3971fe7807b984a98f04d0b40528_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A2f6f628908eabf6b9689671bc67c4075075f3971fe7807b984a98f04d0b40528?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:086622e4762a3d15f110efc8704ab2eff8a3c5a9762bc63c6d2c55957e4dcef6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:086622e4762a3d15f110efc8704ab2eff8a3c5a9762bc63c6d2c55957e4dcef6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:086622e4762a3d15f110efc8704ab2eff8a3c5a9762bc63c6d2c55957e4dcef6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A086622e4762a3d15f110efc8704ab2eff8a3c5a9762bc63c6d2c55957e4dcef6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594184"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0524367b1677eeff9eb5aa9bec611b667b13bf1091fc384c046a7a7fee6d184c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0524367b1677eeff9eb5aa9bec611b667b13bf1091fc384c046a7a7fee6d184c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0524367b1677eeff9eb5aa9bec611b667b13bf1091fc384c046a7a7fee6d184c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A0524367b1677eeff9eb5aa9bec611b667b13bf1091fc384c046a7a7fee6d184c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551997"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1240337300cc8a365ee63d531b7202f5548b3b4b2cf48c3d1156c89149eaa1a7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1240337300cc8a365ee63d531b7202f5548b3b4b2cf48c3d1156c89149eaa1a7_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1240337300cc8a365ee63d531b7202f5548b3b4b2cf48c3d1156c89149eaa1a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A1240337300cc8a365ee63d531b7202f5548b3b4b2cf48c3d1156c89149eaa1a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557482"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:967a66d83bec7280aaded94ae4bfb8cb8f35bf8c9cc51ccd820280bf66396335_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:967a66d83bec7280aaded94ae4bfb8cb8f35bf8c9cc51ccd820280bf66396335_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:967a66d83bec7280aaded94ae4bfb8cb8f35bf8c9cc51ccd820280bf66396335_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A967a66d83bec7280aaded94ae4bfb8cb8f35bf8c9cc51ccd820280bf66396335?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f057d7a735d84639759146ac021176c5eb3cfc907043921763208a8dcaf446a1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f057d7a735d84639759146ac021176c5eb3cfc907043921763208a8dcaf446a1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f057d7a735d84639759146ac021176c5eb3cfc907043921763208a8dcaf446a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Af057d7a735d84639759146ac021176c5eb3cfc907043921763208a8dcaf446a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f02be1c05fcad9c35be29331ddf8176dca450c74992258ad060447937a0cb85_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f02be1c05fcad9c35be29331ddf8176dca450c74992258ad060447937a0cb85_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f02be1c05fcad9c35be29331ddf8176dca450c74992258ad060447937a0cb85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A0f02be1c05fcad9c35be29331ddf8176dca450c74992258ad060447937a0cb85?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5829c744ebff1ef85a579e74da61d0ebd765d3d9315ff263804b8a78eb0f1d25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5829c744ebff1ef85a579e74da61d0ebd765d3d9315ff263804b8a78eb0f1d25_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5829c744ebff1ef85a579e74da61d0ebd765d3d9315ff263804b8a78eb0f1d25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A5829c744ebff1ef85a579e74da61d0ebd765d3d9315ff263804b8a78eb0f1d25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:25ce294049d772467415fc43ebd64c23521b7754323e6e65e1f75993e82b4173_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:25ce294049d772467415fc43ebd64c23521b7754323e6e65e1f75993e82b4173_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:25ce294049d772467415fc43ebd64c23521b7754323e6e65e1f75993e82b4173_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A25ce294049d772467415fc43ebd64c23521b7754323e6e65e1f75993e82b4173?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557079"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1cba2314e3276572ca1f179bc0b27a5f496865f7762f641a4bc87c4a4597018b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1cba2314e3276572ca1f179bc0b27a5f496865f7762f641a4bc87c4a4597018b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1cba2314e3276572ca1f179bc0b27a5f496865f7762f641a4bc87c4a4597018b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A1cba2314e3276572ca1f179bc0b27a5f496865f7762f641a4bc87c4a4597018b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:19c77e70b5d022b86780b5e371bcf5db838e71fe9ee0bfaa09dfe37863941802_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:19c77e70b5d022b86780b5e371bcf5db838e71fe9ee0bfaa09dfe37863941802_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:19c77e70b5d022b86780b5e371bcf5db838e71fe9ee0bfaa09dfe37863941802_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A19c77e70b5d022b86780b5e371bcf5db838e71fe9ee0bfaa09dfe37863941802?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553355"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:8d8098fae6cd6aad5c5fe24ab89972cd467eca4d3bd437231653fd6d44f2a1a4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:8d8098fae6cd6aad5c5fe24ab89972cd467eca4d3bd437231653fd6d44f2a1a4_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:8d8098fae6cd6aad5c5fe24ab89972cd467eca4d3bd437231653fd6d44f2a1a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A8d8098fae6cd6aad5c5fe24ab89972cd467eca4d3bd437231653fd6d44f2a1a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:21a2eaf787a3f5252eea1ffc5a3a7604c295f24e2382a5d07b51d83c20ae848b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:21a2eaf787a3f5252eea1ffc5a3a7604c295f24e2382a5d07b51d83c20ae848b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:21a2eaf787a3f5252eea1ffc5a3a7604c295f24e2382a5d07b51d83c20ae848b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A21a2eaf787a3f5252eea1ffc5a3a7604c295f24e2382a5d07b51d83c20ae848b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9e569e126c62443c2ddceacd0631fbede8d0f0ede506b6f331757612ab1aa0a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9e569e126c62443c2ddceacd0631fbede8d0f0ede506b6f331757612ab1aa0a2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9e569e126c62443c2ddceacd0631fbede8d0f0ede506b6f331757612ab1aa0a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A9e569e126c62443c2ddceacd0631fbede8d0f0ede506b6f331757612ab1aa0a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:794930ea999e98a496d3e6ee72d55d5868b7dd363dfc40d36a63f6477a4b7b25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:794930ea999e98a496d3e6ee72d55d5868b7dd363dfc40d36a63f6477a4b7b25_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:794930ea999e98a496d3e6ee72d55d5868b7dd363dfc40d36a63f6477a4b7b25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A794930ea999e98a496d3e6ee72d55d5868b7dd363dfc40d36a63f6477a4b7b25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769641721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3c5ca2522d648aeb8f5e0f222b1ca1b20226d253e3fde241d6e0d7f8eea9d620_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3c5ca2522d648aeb8f5e0f222b1ca1b20226d253e3fde241d6e0d7f8eea9d620_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3c5ca2522d648aeb8f5e0f222b1ca1b20226d253e3fde241d6e0d7f8eea9d620_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A3c5ca2522d648aeb8f5e0f222b1ca1b20226d253e3fde241d6e0d7f8eea9d620?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e9283354b667510707f4077aa2281697cd685af27bb9d0c8452e855416dd6a90_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e9283354b667510707f4077aa2281697cd685af27bb9d0c8452e855416dd6a90_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e9283354b667510707f4077aa2281697cd685af27bb9d0c8452e855416dd6a90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3Ae9283354b667510707f4077aa2281697cd685af27bb9d0c8452e855416dd6a90?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d9d092381c9c6147336ffc67410ef3301aa27a7b531f9c73207e969dc672778a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d9d092381c9c6147336ffc67410ef3301aa27a7b531f9c73207e969dc672778a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d9d092381c9c6147336ffc67410ef3301aa27a7b531f9c73207e969dc672778a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Ad9d092381c9c6147336ffc67410ef3301aa27a7b531f9c73207e969dc672778a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c23c54e0cf91cd5119e27c826c135a1132be039ff31d832bb9fa338eb79890ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c23c54e0cf91cd5119e27c826c135a1132be039ff31d832bb9fa338eb79890ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c23c54e0cf91cd5119e27c826c135a1132be039ff31d832bb9fa338eb79890ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Ac23c54e0cf91cd5119e27c826c135a1132be039ff31d832bb9fa338eb79890ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:993c2eb4cef7f124d8e22cae61be1c0ce03bb76b353d8851ac7808aae520d6b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:993c2eb4cef7f124d8e22cae61be1c0ce03bb76b353d8851ac7808aae520d6b0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:993c2eb4cef7f124d8e22cae61be1c0ce03bb76b353d8851ac7808aae520d6b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A993c2eb4cef7f124d8e22cae61be1c0ce03bb76b353d8851ac7808aae520d6b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554256"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ba845ee84f5bc0ef42dcc0a56aebf1e173e5750c8d764a3992f08608abb508fb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ba845ee84f5bc0ef42dcc0a56aebf1e173e5750c8d764a3992f08608abb508fb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ba845ee84f5bc0ef42dcc0a56aebf1e173e5750c8d764a3992f08608abb508fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3Aba845ee84f5bc0ef42dcc0a56aebf1e173e5750c8d764a3992f08608abb508fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:adb7d78d0e9afbe4232a33292c71b599170dca628a792752ca27633e9ffe2dce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:adb7d78d0e9afbe4232a33292c71b599170dca628a792752ca27633e9ffe2dce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:adb7d78d0e9afbe4232a33292c71b599170dca628a792752ca27633e9ffe2dce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3Aadb7d78d0e9afbe4232a33292c71b599170dca628a792752ca27633e9ffe2dce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4feaef745ba05381dd55f6b004ad7846cbaeae52e9e6f83966de35d17ed67c01_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4feaef745ba05381dd55f6b004ad7846cbaeae52e9e6f83966de35d17ed67c01_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4feaef745ba05381dd55f6b004ad7846cbaeae52e9e6f83966de35d17ed67c01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A4feaef745ba05381dd55f6b004ad7846cbaeae52e9e6f83966de35d17ed67c01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:48bd4b74a549ca3a4d4ae5a1f4cfa08e6dd4102cbd97ef6346c77728b4ce328b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:48bd4b74a549ca3a4d4ae5a1f4cfa08e6dd4102cbd97ef6346c77728b4ce328b_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:48bd4b74a549ca3a4d4ae5a1f4cfa08e6dd4102cbd97ef6346c77728b4ce328b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A48bd4b74a549ca3a4d4ae5a1f4cfa08e6dd4102cbd97ef6346c77728b4ce328b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d2f1b6de152d08fca7441115271cc24d7459f353a19d6e9eee30be1543d67f65_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d2f1b6de152d08fca7441115271cc24d7459f353a19d6e9eee30be1543d67f65_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d2f1b6de152d08fca7441115271cc24d7459f353a19d6e9eee30be1543d67f65_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3Ad2f1b6de152d08fca7441115271cc24d7459f353a19d6e9eee30be1543d67f65?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0e4b0594518fdd5709254907dffffb951e2a0138b3f3bfeb4ecf72acf2e04ac7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0e4b0594518fdd5709254907dffffb951e2a0138b3f3bfeb4ecf72acf2e04ac7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0e4b0594518fdd5709254907dffffb951e2a0138b3f3bfeb4ecf72acf2e04ac7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A0e4b0594518fdd5709254907dffffb951e2a0138b3f3bfeb4ecf72acf2e04ac7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769561617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c2b4fd69934ef331d645ca0fec99348e515af55635e194355676e4e70b7b47b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c2b4fd69934ef331d645ca0fec99348e515af55635e194355676e4e70b7b47b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c2b4fd69934ef331d645ca0fec99348e515af55635e194355676e4e70b7b47b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A6c2b4fd69934ef331d645ca0fec99348e515af55635e194355676e4e70b7b47b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769561708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ca67d3368d0b54c2683af5c16a4860ea79b5229c964eb28dd259caea13ee1614_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ca67d3368d0b54c2683af5c16a4860ea79b5229c964eb28dd259caea13ee1614_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ca67d3368d0b54c2683af5c16a4860ea79b5229c964eb28dd259caea13ee1614_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Aca67d3368d0b54c2683af5c16a4860ea79b5229c964eb28dd259caea13ee1614?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557381"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dd1664c91a67864febf7ed63e60568b6ae4e78924d5c5c1c0f77ab63fdc8edf3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dd1664c91a67864febf7ed63e60568b6ae4e78924d5c5c1c0f77ab63fdc8edf3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dd1664c91a67864febf7ed63e60568b6ae4e78924d5c5c1c0f77ab63fdc8edf3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Add1664c91a67864febf7ed63e60568b6ae4e78924d5c5c1c0f77ab63fdc8edf3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:59f8c093a5efbb133b57a46b9d60f10221fb609da35ed4a023b2fc25f7d97f82_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:59f8c093a5efbb133b57a46b9d60f10221fb609da35ed4a023b2fc25f7d97f82_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:59f8c093a5efbb133b57a46b9d60f10221fb609da35ed4a023b2fc25f7d97f82_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A59f8c093a5efbb133b57a46b9d60f10221fb609da35ed4a023b2fc25f7d97f82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b5d60c432d9a470fdcf0e33d785c858954e470eae3cf572f07db962f2f4229d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b5d60c432d9a470fdcf0e33d785c858954e470eae3cf572f07db962f2f4229d8_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b5d60c432d9a470fdcf0e33d785c858954e470eae3cf572f07db962f2f4229d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Ab5d60c432d9a470fdcf0e33d785c858954e470eae3cf572f07db962f2f4229d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554466"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:66f717142d8bdb3d4f8e28c4da949b1c0a5f829b98407f624620e38816647dac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:66f717142d8bdb3d4f8e28c4da949b1c0a5f829b98407f624620e38816647dac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:66f717142d8bdb3d4f8e28c4da949b1c0a5f829b98407f624620e38816647dac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A66f717142d8bdb3d4f8e28c4da949b1c0a5f829b98407f624620e38816647dac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7013c94588ec133231e0e1e1aecdcaf295127456867a24ac12838fb8a66fa437_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7013c94588ec133231e0e1e1aecdcaf295127456867a24ac12838fb8a66fa437_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7013c94588ec133231e0e1e1aecdcaf295127456867a24ac12838fb8a66fa437_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A7013c94588ec133231e0e1e1aecdcaf295127456867a24ac12838fb8a66fa437?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:55001f621b2abfccb683991fe63bb3ec7c5b3eee59ddacfe984141592326cf14_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:55001f621b2abfccb683991fe63bb3ec7c5b3eee59ddacfe984141592326cf14_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:55001f621b2abfccb683991fe63bb3ec7c5b3eee59ddacfe984141592326cf14_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3A55001f621b2abfccb683991fe63bb3ec7c5b3eee59ddacfe984141592326cf14?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551652"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:45dadc298dc315a62d35b54c781380105ed9527daa9e1dccc82da98cfbdd1194_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:45dadc298dc315a62d35b54c781380105ed9527daa9e1dccc82da98cfbdd1194_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:45dadc298dc315a62d35b54c781380105ed9527daa9e1dccc82da98cfbdd1194_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3A45dadc298dc315a62d35b54c781380105ed9527daa9e1dccc82da98cfbdd1194?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a7827d9ae3e7b6c2fbc93fd1656adc6d3d682e9d5d94e044b511e8068da752c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a7827d9ae3e7b6c2fbc93fd1656adc6d3d682e9d5d94e044b511e8068da752c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a7827d9ae3e7b6c2fbc93fd1656adc6d3d682e9d5d94e044b511e8068da752c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Aa7827d9ae3e7b6c2fbc93fd1656adc6d3d682e9d5d94e044b511e8068da752c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552206"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f7189f2851a40ecb99976ea56d4144bd99c9ee30a16ee5c221288361c233d6f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f7189f2851a40ecb99976ea56d4144bd99c9ee30a16ee5c221288361c233d6f6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f7189f2851a40ecb99976ea56d4144bd99c9ee30a16ee5c221288361c233d6f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Af7189f2851a40ecb99976ea56d4144bd99c9ee30a16ee5c221288361c233d6f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:277c064ae6c38b7848cec5029e84bb6ef0d1dcb3845496a360ff77bf35ded198_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:277c064ae6c38b7848cec5029e84bb6ef0d1dcb3845496a360ff77bf35ded198_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:277c064ae6c38b7848cec5029e84bb6ef0d1dcb3845496a360ff77bf35ded198_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A277c064ae6c38b7848cec5029e84bb6ef0d1dcb3845496a360ff77bf35ded198?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:28b149a2782c09f71f10d40940262facd959b9c448e97acabd818e7c4cc61de0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:28b149a2782c09f71f10d40940262facd959b9c448e97acabd818e7c4cc61de0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:28b149a2782c09f71f10d40940262facd959b9c448e97acabd818e7c4cc61de0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A28b149a2782c09f71f10d40940262facd959b9c448e97acabd818e7c4cc61de0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769572233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9fd64d50965e50463ba8690fd89ba3cd994de5a6314d381e2353eec14659f9be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9fd64d50965e50463ba8690fd89ba3cd994de5a6314d381e2353eec14659f9be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9fd64d50965e50463ba8690fd89ba3cd994de5a6314d381e2353eec14659f9be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A9fd64d50965e50463ba8690fd89ba3cd994de5a6314d381e2353eec14659f9be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555021"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9ae50c3b716ec171ece2f431a3066219d91f8077eec9b8254be2f48aa896e973_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9ae50c3b716ec171ece2f431a3066219d91f8077eec9b8254be2f48aa896e973_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9ae50c3b716ec171ece2f431a3066219d91f8077eec9b8254be2f48aa896e973_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A9ae50c3b716ec171ece2f431a3066219d91f8077eec9b8254be2f48aa896e973?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e16173cbd3e37bbc86bf12b837f116505b7f8a3c242936bdf89c944ef0bbe4a7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e16173cbd3e37bbc86bf12b837f116505b7f8a3c242936bdf89c944ef0bbe4a7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e16173cbd3e37bbc86bf12b837f116505b7f8a3c242936bdf89c944ef0bbe4a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ae16173cbd3e37bbc86bf12b837f116505b7f8a3c242936bdf89c944ef0bbe4a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1f471af0848924dae4fd068fd4ae35b6a1bc66e7f27669008c4cc324add27a31_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1f471af0848924dae4fd068fd4ae35b6a1bc66e7f27669008c4cc324add27a31_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1f471af0848924dae4fd068fd4ae35b6a1bc66e7f27669008c4cc324add27a31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A1f471af0848924dae4fd068fd4ae35b6a1bc66e7f27669008c4cc324add27a31?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:bdd5128e3df30bffb835fef43d6b2641b288f4c8b88a905345e148100c4cbab0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:bdd5128e3df30bffb835fef43d6b2641b288f4c8b88a905345e148100c4cbab0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:bdd5128e3df30bffb835fef43d6b2641b288f4c8b88a905345e148100c4cbab0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Abdd5128e3df30bffb835fef43d6b2641b288f4c8b88a905345e148100c4cbab0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:90579db2a96ca59220a0b6b2880c0d0630aa273ea83059ab65bfa9fbf418d180_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:90579db2a96ca59220a0b6b2880c0d0630aa273ea83059ab65bfa9fbf418d180_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:90579db2a96ca59220a0b6b2880c0d0630aa273ea83059ab65bfa9fbf418d180_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A90579db2a96ca59220a0b6b2880c0d0630aa273ea83059ab65bfa9fbf418d180?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0a40e83f2640eeef5def25cc6bd409090c6560b054db320009ebda53d0c9a438_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0a40e83f2640eeef5def25cc6bd409090c6560b054db320009ebda53d0c9a438_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0a40e83f2640eeef5def25cc6bd409090c6560b054db320009ebda53d0c9a438_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A0a40e83f2640eeef5def25cc6bd409090c6560b054db320009ebda53d0c9a438?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769621085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:295931a1a57b0a350c8f4ab96d3e43537bf230346c4d9b84552b10fae7e4c72f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:295931a1a57b0a350c8f4ab96d3e43537bf230346c4d9b84552b10fae7e4c72f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:295931a1a57b0a350c8f4ab96d3e43537bf230346c4d9b84552b10fae7e4c72f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel9@sha256%3A295931a1a57b0a350c8f4ab96d3e43537bf230346c4d9b84552b10fae7e4c72f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5047d58c27dc18598d251788b0b88438bdfb075f6dd6616be2d9e9c5641d31b3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5047d58c27dc18598d251788b0b88438bdfb075f6dd6616be2d9e9c5641d31b3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5047d58c27dc18598d251788b0b88438bdfb075f6dd6616be2d9e9c5641d31b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel9@sha256%3A5047d58c27dc18598d251788b0b88438bdfb075f6dd6616be2d9e9c5641d31b3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551527"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50b1171774647c5c7682e9c4ccf0150bfcd24e938ac07e898dd1a09a0fdd3a34_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50b1171774647c5c7682e9c4ccf0150bfcd24e938ac07e898dd1a09a0fdd3a34_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50b1171774647c5c7682e9c4ccf0150bfcd24e938ac07e898dd1a09a0fdd3a34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A50b1171774647c5c7682e9c4ccf0150bfcd24e938ac07e898dd1a09a0fdd3a34?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c81f2951b13277c565bdc2198fd36a858643f4ee2f3f2434b037390d91d214ed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c81f2951b13277c565bdc2198fd36a858643f4ee2f3f2434b037390d91d214ed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c81f2951b13277c565bdc2198fd36a858643f4ee2f3f2434b037390d91d214ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3Ac81f2951b13277c565bdc2198fd36a858643f4ee2f3f2434b037390d91d214ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553693"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:dd21c8fedf7b6fb2acf730e1e6b1313cf30c9a7fb423b69e2784b03036de39c8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:dd21c8fedf7b6fb2acf730e1e6b1313cf30c9a7fb423b69e2784b03036de39c8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:dd21c8fedf7b6fb2acf730e1e6b1313cf30c9a7fb423b69e2784b03036de39c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Add21c8fedf7b6fb2acf730e1e6b1313cf30c9a7fb423b69e2784b03036de39c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e47097b9c24a5841e5925cdcb5fd495aeafc0d7b6322a9802c34ed4a8e721f94_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e47097b9c24a5841e5925cdcb5fd495aeafc0d7b6322a9802c34ed4a8e721f94_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e47097b9c24a5841e5925cdcb5fd495aeafc0d7b6322a9802c34ed4a8e721f94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Ae47097b9c24a5841e5925cdcb5fd495aeafc0d7b6322a9802c34ed4a8e721f94?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d28a7226a9aae22da651ca1d867530ace92c8ca05e75d46e69e902ff132bb96d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d28a7226a9aae22da651ca1d867530ace92c8ca05e75d46e69e902ff132bb96d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d28a7226a9aae22da651ca1d867530ace92c8ca05e75d46e69e902ff132bb96d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Ad28a7226a9aae22da651ca1d867530ace92c8ca05e75d46e69e902ff132bb96d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:475ad8f6bd57de2a9b411e396d1c4cb688ef9374ff93c3c6b2e1f03383b09b92_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:475ad8f6bd57de2a9b411e396d1c4cb688ef9374ff93c3c6b2e1f03383b09b92_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:475ad8f6bd57de2a9b411e396d1c4cb688ef9374ff93c3c6b2e1f03383b09b92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A475ad8f6bd57de2a9b411e396d1c4cb688ef9374ff93c3c6b2e1f03383b09b92?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769641738"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5d38ea28d35d99f8691d72bfa98c0b4ec03484e63dc29791c5921367e0409168_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5d38ea28d35d99f8691d72bfa98c0b4ec03484e63dc29791c5921367e0409168_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5d38ea28d35d99f8691d72bfa98c0b4ec03484e63dc29791c5921367e0409168_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A5d38ea28d35d99f8691d72bfa98c0b4ec03484e63dc29791c5921367e0409168?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e385eabd862be9e677b6299b2591a690e23a6bfe28f74fb7a38ab4e2b69b1114_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e385eabd862be9e677b6299b2591a690e23a6bfe28f74fb7a38ab4e2b69b1114_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e385eabd862be9e677b6299b2591a690e23a6bfe28f74fb7a38ab4e2b69b1114_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ae385eabd862be9e677b6299b2591a690e23a6bfe28f74fb7a38ab4e2b69b1114?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8a978eda0f3b80d04a8798468a121186da7bd491d124db13997cdde918ab25c0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8a978eda0f3b80d04a8798468a121186da7bd491d124db13997cdde918ab25c0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8a978eda0f3b80d04a8798468a121186da7bd491d124db13997cdde918ab25c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A8a978eda0f3b80d04a8798468a121186da7bd491d124db13997cdde918ab25c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552427"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8d53e4cfe826484c020d947f0a68dd01fb99f7f8cd4c7caf4fec22cc49cf5149_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8d53e4cfe826484c020d947f0a68dd01fb99f7f8cd4c7caf4fec22cc49cf5149_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8d53e4cfe826484c020d947f0a68dd01fb99f7f8cd4c7caf4fec22cc49cf5149_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A8d53e4cfe826484c020d947f0a68dd01fb99f7f8cd4c7caf4fec22cc49cf5149?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:84562224214ac9f7c78de1395e0aecceaa0831d39d4cddff749ac512f57d6090_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:84562224214ac9f7c78de1395e0aecceaa0831d39d4cddff749ac512f57d6090_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:84562224214ac9f7c78de1395e0aecceaa0831d39d4cddff749ac512f57d6090_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A84562224214ac9f7c78de1395e0aecceaa0831d39d4cddff749ac512f57d6090?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558588"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:349191b92ccc90cfc329baeb8f383b6fdeee76a39ca018322cf9f458509734cb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:349191b92ccc90cfc329baeb8f383b6fdeee76a39ca018322cf9f458509734cb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:349191b92ccc90cfc329baeb8f383b6fdeee76a39ca018322cf9f458509734cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A349191b92ccc90cfc329baeb8f383b6fdeee76a39ca018322cf9f458509734cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554476"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:618f3dc4302534afaedb3302bf8526623d00316cb711f79eb6b6b5c94b797961_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:618f3dc4302534afaedb3302bf8526623d00316cb711f79eb6b6b5c94b797961_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:618f3dc4302534afaedb3302bf8526623d00316cb711f79eb6b6b5c94b797961_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A618f3dc4302534afaedb3302bf8526623d00316cb711f79eb6b6b5c94b797961?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551482"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:063f2d991a3c681e1445a00e7e440d35e1c6dbb4d014cffa17fb1e740b659d8a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:063f2d991a3c681e1445a00e7e440d35e1c6dbb4d014cffa17fb1e740b659d8a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:063f2d991a3c681e1445a00e7e440d35e1c6dbb4d014cffa17fb1e740b659d8a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A063f2d991a3c681e1445a00e7e440d35e1c6dbb4d014cffa17fb1e740b659d8a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8f10002f26e316ff696bb23cc734ea7ac4981ddd2bb1aa3a42bbe75ab4450a43_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8f10002f26e316ff696bb23cc734ea7ac4981ddd2bb1aa3a42bbe75ab4450a43_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8f10002f26e316ff696bb23cc734ea7ac4981ddd2bb1aa3a42bbe75ab4450a43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3A8f10002f26e316ff696bb23cc734ea7ac4981ddd2bb1aa3a42bbe75ab4450a43?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552782"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:e9ddc4154c7b4eb1d6e3524e23a3472e6e2daeb3276d5e3bd20151c78624ae4c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:e9ddc4154c7b4eb1d6e3524e23a3472e6e2daeb3276d5e3bd20151c78624ae4c_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:e9ddc4154c7b4eb1d6e3524e23a3472e6e2daeb3276d5e3bd20151c78624ae4c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Ae9ddc4154c7b4eb1d6e3524e23a3472e6e2daeb3276d5e3bd20151c78624ae4c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557947"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6d84b5c4e89d3e9920d29dbb4e6220d7711ee8e35b6f712afb48d9d237331322_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6d84b5c4e89d3e9920d29dbb4e6220d7711ee8e35b6f712afb48d9d237331322_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6d84b5c4e89d3e9920d29dbb4e6220d7711ee8e35b6f712afb48d9d237331322_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A6d84b5c4e89d3e9920d29dbb4e6220d7711ee8e35b6f712afb48d9d237331322?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bdabe1e4a7a3de3b919856dbc7f01846c8cfc52669223fb733509c1eda54c643_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bdabe1e4a7a3de3b919856dbc7f01846c8cfc52669223fb733509c1eda54c643_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bdabe1e4a7a3de3b919856dbc7f01846c8cfc52669223fb733509c1eda54c643_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Abdabe1e4a7a3de3b919856dbc7f01846c8cfc52669223fb733509c1eda54c643?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:03bda40acdebf88e2e44fb1954ccf72a92f26b8a9d16d2111645af6bc02fa470_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:03bda40acdebf88e2e44fb1954ccf72a92f26b8a9d16d2111645af6bc02fa470_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:03bda40acdebf88e2e44fb1954ccf72a92f26b8a9d16d2111645af6bc02fa470_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A03bda40acdebf88e2e44fb1954ccf72a92f26b8a9d16d2111645af6bc02fa470?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:03bda40acdebf88e2e44fb1954ccf72a92f26b8a9d16d2111645af6bc02fa470_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:03bda40acdebf88e2e44fb1954ccf72a92f26b8a9d16d2111645af6bc02fa470_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:03bda40acdebf88e2e44fb1954ccf72a92f26b8a9d16d2111645af6bc02fa470_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9@sha256%3A03bda40acdebf88e2e44fb1954ccf72a92f26b8a9d16d2111645af6bc02fa470?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:79269b666ffe59cce6d420c1150a9b66a0f68ad96d16570a8aa6e4c8149a027c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:79269b666ffe59cce6d420c1150a9b66a0f68ad96d16570a8aa6e4c8149a027c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:79269b666ffe59cce6d420c1150a9b66a0f68ad96d16570a8aa6e4c8149a027c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A79269b666ffe59cce6d420c1150a9b66a0f68ad96d16570a8aa6e4c8149a027c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:79269b666ffe59cce6d420c1150a9b66a0f68ad96d16570a8aa6e4c8149a027c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:79269b666ffe59cce6d420c1150a9b66a0f68ad96d16570a8aa6e4c8149a027c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:79269b666ffe59cce6d420c1150a9b66a0f68ad96d16570a8aa6e4c8149a027c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9-operator@sha256%3A79269b666ffe59cce6d420c1150a9b66a0f68ad96d16570a8aa6e4c8149a027c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:30f159704cd2c3b760b1f434c653b6cce2abb6827266b0e55a18ac1ad1cc8503_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:30f159704cd2c3b760b1f434c653b6cce2abb6827266b0e55a18ac1ad1cc8503_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:30f159704cd2c3b760b1f434c653b6cce2abb6827266b0e55a18ac1ad1cc8503_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A30f159704cd2c3b760b1f434c653b6cce2abb6827266b0e55a18ac1ad1cc8503?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551689"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:10254773ab9ac268527827346d6144fd3eca751e9d793b26bf1947627e5db535_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:10254773ab9ac268527827346d6144fd3eca751e9d793b26bf1947627e5db535_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:10254773ab9ac268527827346d6144fd3eca751e9d793b26bf1947627e5db535_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A10254773ab9ac268527827346d6144fd3eca751e9d793b26bf1947627e5db535?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc87935eb676a73b877cca295ccae2502645c3183a416363c9dcf9be6cf2c08f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc87935eb676a73b877cca295ccae2502645c3183a416363c9dcf9be6cf2c08f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc87935eb676a73b877cca295ccae2502645c3183a416363c9dcf9be6cf2c08f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Afc87935eb676a73b877cca295ccae2502645c3183a416363c9dcf9be6cf2c08f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7462205e2740d04938158e9635c2b453d177aa199edb4af2bfb17cb5dddaa372_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7462205e2740d04938158e9635c2b453d177aa199edb4af2bfb17cb5dddaa372_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7462205e2740d04938158e9635c2b453d177aa199edb4af2bfb17cb5dddaa372_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A7462205e2740d04938158e9635c2b453d177aa199edb4af2bfb17cb5dddaa372?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a3254c2e012ef3b198817d3e50cf7f4d8c8a155295ceb19fa508b1a0b1284439_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a3254c2e012ef3b198817d3e50cf7f4d8c8a155295ceb19fa508b1a0b1284439_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a3254c2e012ef3b198817d3e50cf7f4d8c8a155295ceb19fa508b1a0b1284439_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Aa3254c2e012ef3b198817d3e50cf7f4d8c8a155295ceb19fa508b1a0b1284439?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f542f44a792bf794e7c1331f896822948af4426ea975b5d4c8f8add3ae6654b4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f542f44a792bf794e7c1331f896822948af4426ea975b5d4c8f8add3ae6654b4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f542f44a792bf794e7c1331f896822948af4426ea975b5d4c8f8add3ae6654b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Af542f44a792bf794e7c1331f896822948af4426ea975b5d4c8f8add3ae6654b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555856"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3710119778043d36dfe67efc6e511d25a930ad1e1f9a1a60d93b01c55bfa7ecb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3710119778043d36dfe67efc6e511d25a930ad1e1f9a1a60d93b01c55bfa7ecb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3710119778043d36dfe67efc6e511d25a930ad1e1f9a1a60d93b01c55bfa7ecb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A3710119778043d36dfe67efc6e511d25a930ad1e1f9a1a60d93b01c55bfa7ecb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f561adb6654c93bae119952f85b54a340b9b77861029202f28280f5e28e42b1d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f561adb6654c93bae119952f85b54a340b9b77861029202f28280f5e28e42b1d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f561adb6654c93bae119952f85b54a340b9b77861029202f28280f5e28e42b1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Af561adb6654c93bae119952f85b54a340b9b77861029202f28280f5e28e42b1d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d92beccfc6f35c71571f8f67c903cd19355e2ed5827afd9fdd2fe1c2c6c2768d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d92beccfc6f35c71571f8f67c903cd19355e2ed5827afd9fdd2fe1c2c6c2768d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d92beccfc6f35c71571f8f67c903cd19355e2ed5827afd9fdd2fe1c2c6c2768d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Ad92beccfc6f35c71571f8f67c903cd19355e2ed5827afd9fdd2fe1c2c6c2768d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:25018f9fb4cb3e5dea84909f850938a92a750ec133198ea1d56b84bb08ed503d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:25018f9fb4cb3e5dea84909f850938a92a750ec133198ea1d56b84bb08ed503d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:25018f9fb4cb3e5dea84909f850938a92a750ec133198ea1d56b84bb08ed503d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel9@sha256%3A25018f9fb4cb3e5dea84909f850938a92a750ec133198ea1d56b84bb08ed503d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:36a9810af63f6da1f68789e2adc0e682667314039a5f88e656441fd2d9454bc1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:36a9810af63f6da1f68789e2adc0e682667314039a5f88e656441fd2d9454bc1_amd64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:36a9810af63f6da1f68789e2adc0e682667314039a5f88e656441fd2d9454bc1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volume-data-source-validator-rhel9@sha256%3A36a9810af63f6da1f68789e2adc0e682667314039a5f88e656441fd2d9454bc1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551515"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:16fefae8ac8a639074d8aa68b9d24cdf65aab8d26a1b3dd9f17aee29862352fb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:16fefae8ac8a639074d8aa68b9d24cdf65aab8d26a1b3dd9f17aee29862352fb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:16fefae8ac8a639074d8aa68b9d24cdf65aab8d26a1b3dd9f17aee29862352fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel9@sha256%3A16fefae8ac8a639074d8aa68b9d24cdf65aab8d26a1b3dd9f17aee29862352fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551741"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3bbee0403b76850553cf45821287e26a5b219186d7d6be98ca0e03bc547d37d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3bbee0403b76850553cf45821287e26a5b219186d7d6be98ca0e03bc547d37d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3bbee0403b76850553cf45821287e26a5b219186d7d6be98ca0e03bc547d37d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Ab3bbee0403b76850553cf45821287e26a5b219186d7d6be98ca0e03bc547d37d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:2d73587e9da1e256a13e8193b182c216f6f1370133dd937b0d0c8de493e93ac7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:2d73587e9da1e256a13e8193b182c216f6f1370133dd937b0d0c8de493e93ac7_arm64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:2d73587e9da1e256a13e8193b182c216f6f1370133dd937b0d0c8de493e93ac7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3A2d73587e9da1e256a13e8193b182c216f6f1370133dd937b0d0c8de493e93ac7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:eddad81b997c59b35964a584c610f336ecbeb4ea791809400aa3274bf8a4ded4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:eddad81b997c59b35964a584c610f336ecbeb4ea791809400aa3274bf8a4ded4_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:eddad81b997c59b35964a584c610f336ecbeb4ea791809400aa3274bf8a4ded4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Aeddad81b997c59b35964a584c610f336ecbeb4ea791809400aa3274bf8a4ded4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f13658a83be5794e3d5af470952703c26fc9878851dd2e5c4d5a81ef4ad993d3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f13658a83be5794e3d5af470952703c26fc9878851dd2e5c4d5a81ef4ad993d3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f13658a83be5794e3d5af470952703c26fc9878851dd2e5c4d5a81ef4ad993d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3Af13658a83be5794e3d5af470952703c26fc9878851dd2e5c4d5a81ef4ad993d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d0a736096147a7145ddbf8d3cd9ba0ff828996dd8cf7c0294be2f609e08ef507_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d0a736096147a7145ddbf8d3cd9ba0ff828996dd8cf7c0294be2f609e08ef507_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d0a736096147a7145ddbf8d3cd9ba0ff828996dd8cf7c0294be2f609e08ef507_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3Ad0a736096147a7145ddbf8d3cd9ba0ff828996dd8cf7c0294be2f609e08ef507?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f98e38faf54ab90dbc4cfc6b6b8f4d2ec95a29e628c7e0821d66ff9f4431707f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f98e38faf54ab90dbc4cfc6b6b8f4d2ec95a29e628c7e0821d66ff9f4431707f_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f98e38faf54ab90dbc4cfc6b6b8f4d2ec95a29e628c7e0821d66ff9f4431707f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Af98e38faf54ab90dbc4cfc6b6b8f4d2ec95a29e628c7e0821d66ff9f4431707f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551504"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e086e7450e02a650226412a2eeaa6a7c13d96fd965e4d01955787bc100d1e839_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e086e7450e02a650226412a2eeaa6a7c13d96fd965e4d01955787bc100d1e839_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e086e7450e02a650226412a2eeaa6a7c13d96fd965e4d01955787bc100d1e839_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3Ae086e7450e02a650226412a2eeaa6a7c13d96fd965e4d01955787bc100d1e839?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:21e13a0af2d7141d08d15bc8d4f745c184400410812231978ed16e89cae5f798_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:21e13a0af2d7141d08d15bc8d4f745c184400410812231978ed16e89cae5f798_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:21e13a0af2d7141d08d15bc8d4f745c184400410812231978ed16e89cae5f798_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A21e13a0af2d7141d08d15bc8d4f745c184400410812231978ed16e89cae5f798?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a17ed73c65e2a19af47a566e16e30f4b34ce27c523ed8e49c861f9942037fb2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a17ed73c65e2a19af47a566e16e30f4b34ce27c523ed8e49c861f9942037fb2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a17ed73c65e2a19af47a566e16e30f4b34ce27c523ed8e49c861f9942037fb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A7a17ed73c65e2a19af47a566e16e30f4b34ce27c523ed8e49c861f9942037fb2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7ab4a10610539a094207b3a29ea9d9edfeb64f15c4405f7f81d003dfe5ded1eb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7ab4a10610539a094207b3a29ea9d9edfeb64f15c4405f7f81d003dfe5ded1eb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7ab4a10610539a094207b3a29ea9d9edfeb64f15c4405f7f81d003dfe5ded1eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A7ab4a10610539a094207b3a29ea9d9edfeb64f15c4405f7f81d003dfe5ded1eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552134"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9ca912b49a1ffb310b5d1fc574ba68ff1e13f7cfe14ae70398166e186244382_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9ca912b49a1ffb310b5d1fc574ba68ff1e13f7cfe14ae70398166e186244382_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9ca912b49a1ffb310b5d1fc574ba68ff1e13f7cfe14ae70398166e186244382_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Ac9ca912b49a1ffb310b5d1fc574ba68ff1e13f7cfe14ae70398166e186244382?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f324c0ce13e548a907488f7b1c4352cbef82c345bba759195c2443fdd67196f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f324c0ce13e548a907488f7b1c4352cbef82c345bba759195c2443fdd67196f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f324c0ce13e548a907488f7b1c4352cbef82c345bba759195c2443fdd67196f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A9f324c0ce13e548a907488f7b1c4352cbef82c345bba759195c2443fdd67196f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:507b08439cddacab09f1ed7e9270878ab3a7035d0b7b6d183b803a5dfeb54da5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:507b08439cddacab09f1ed7e9270878ab3a7035d0b7b6d183b803a5dfeb54da5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:507b08439cddacab09f1ed7e9270878ab3a7035d0b7b6d183b803a5dfeb54da5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A507b08439cddacab09f1ed7e9270878ab3a7035d0b7b6d183b803a5dfeb54da5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1692a9e4b91c575c63777d43a856108cf36a71b3cd095f34f382de1193fef44c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1692a9e4b91c575c63777d43a856108cf36a71b3cd095f34f382de1193fef44c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1692a9e4b91c575c63777d43a856108cf36a71b3cd095f34f382de1193fef44c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A1692a9e4b91c575c63777d43a856108cf36a71b3cd095f34f382de1193fef44c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:241baf358c84e892dfcaca6fbb47cbf9924edc1b1f6560bb06a7a2861aa91b6e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:241baf358c84e892dfcaca6fbb47cbf9924edc1b1f6560bb06a7a2861aa91b6e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:241baf358c84e892dfcaca6fbb47cbf9924edc1b1f6560bb06a7a2861aa91b6e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A241baf358c84e892dfcaca6fbb47cbf9924edc1b1f6560bb06a7a2861aa91b6e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6100a67cd2df93a3a97ad7fb7b4fe3ee631f37e7d529e13b091596761f63ad21_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6100a67cd2df93a3a97ad7fb7b4fe3ee631f37e7d529e13b091596761f63ad21_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6100a67cd2df93a3a97ad7fb7b4fe3ee631f37e7d529e13b091596761f63ad21_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A6100a67cd2df93a3a97ad7fb7b4fe3ee631f37e7d529e13b091596761f63ad21?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8894a66ae6a706b9a80ac60058c5bda80aecd4c16c70cbda0c026ac7dfc6f15c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8894a66ae6a706b9a80ac60058c5bda80aecd4c16c70cbda0c026ac7dfc6f15c_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8894a66ae6a706b9a80ac60058c5bda80aecd4c16c70cbda0c026ac7dfc6f15c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A8894a66ae6a706b9a80ac60058c5bda80aecd4c16c70cbda0c026ac7dfc6f15c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:18cc0b5a0e2cd4221e25871a654f3105a84f9aceea5ad8eef78a22cc8e94ba71_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:18cc0b5a0e2cd4221e25871a654f3105a84f9aceea5ad8eef78a22cc8e94ba71_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:18cc0b5a0e2cd4221e25871a654f3105a84f9aceea5ad8eef78a22cc8e94ba71_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A18cc0b5a0e2cd4221e25871a654f3105a84f9aceea5ad8eef78a22cc8e94ba71?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bd721c031838ba3d30693c02e99c92a05907cf2fb478d201d90f5760a8eaf6cb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bd721c031838ba3d30693c02e99c92a05907cf2fb478d201d90f5760a8eaf6cb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bd721c031838ba3d30693c02e99c92a05907cf2fb478d201d90f5760a8eaf6cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Abd721c031838ba3d30693c02e99c92a05907cf2fb478d201d90f5760a8eaf6cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:04150f4cfb2c6bbfc1ce0e52187dfed680bd82e203d70e6738821fe494afcc4f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:04150f4cfb2c6bbfc1ce0e52187dfed680bd82e203d70e6738821fe494afcc4f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:04150f4cfb2c6bbfc1ce0e52187dfed680bd82e203d70e6738821fe494afcc4f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshot-metadata-rhel9@sha256%3A04150f4cfb2c6bbfc1ce0e52187dfed680bd82e203d70e6738821fe494afcc4f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594083"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8521c92b757c716bd328cbe087a6184ac5aceaa034157b4b83bc3a495ffef06b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8521c92b757c716bd328cbe087a6184ac5aceaa034157b4b83bc3a495ffef06b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8521c92b757c716bd328cbe087a6184ac5aceaa034157b4b83bc3a495ffef06b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A8521c92b757c716bd328cbe087a6184ac5aceaa034157b4b83bc3a495ffef06b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3123e79a8d9e9f3bb7df21ce62b01fd615e43c2ed5232349c9b649b21dba72c8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3123e79a8d9e9f3bb7df21ce62b01fd615e43c2ed5232349c9b649b21dba72c8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3123e79a8d9e9f3bb7df21ce62b01fd615e43c2ed5232349c9b649b21dba72c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A3123e79a8d9e9f3bb7df21ce62b01fd615e43c2ed5232349c9b649b21dba72c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:56998f9382c231419d403bec13b5732873bac4aae5011e7ba7ede9b7b1bb3eb0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:56998f9382c231419d403bec13b5732873bac4aae5011e7ba7ede9b7b1bb3eb0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:56998f9382c231419d403bec13b5732873bac4aae5011e7ba7ede9b7b1bb3eb0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A56998f9382c231419d403bec13b5732873bac4aae5011e7ba7ede9b7b1bb3eb0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ac75fdfadcd23462682349875730d1051c4ca8078b637f31f45107531bdda9aa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ac75fdfadcd23462682349875730d1051c4ca8078b637f31f45107531bdda9aa_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ac75fdfadcd23462682349875730d1051c4ca8078b637f31f45107531bdda9aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Aac75fdfadcd23462682349875730d1051c4ca8078b637f31f45107531bdda9aa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769645073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:990148d090f37fb59855b3a1bfe2790c458cbc55e5edfe9938f4adbfc37e6cba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:990148d090f37fb59855b3a1bfe2790c458cbc55e5edfe9938f4adbfc37e6cba_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:990148d090f37fb59855b3a1bfe2790c458cbc55e5edfe9938f4adbfc37e6cba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A990148d090f37fb59855b3a1bfe2790c458cbc55e5edfe9938f4adbfc37e6cba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:bdfb75c39725851e17362f1163214a0b47e8423f714fa6196bc096ec7bf66982_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:bdfb75c39725851e17362f1163214a0b47e8423f714fa6196bc096ec7bf66982_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:bdfb75c39725851e17362f1163214a0b47e8423f714fa6196bc096ec7bf66982_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Abdfb75c39725851e17362f1163214a0b47e8423f714fa6196bc096ec7bf66982?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92ff6eed51d41a1500684a33978108699932d3a22c40aebd24f6d826e25c379d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92ff6eed51d41a1500684a33978108699932d3a22c40aebd24f6d826e25c379d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92ff6eed51d41a1500684a33978108699932d3a22c40aebd24f6d826e25c379d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A92ff6eed51d41a1500684a33978108699932d3a22c40aebd24f6d826e25c379d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a6fd8de3f710242117eb4b2025710e73e791a740e7cc2e0338abdc250e31881c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a6fd8de3f710242117eb4b2025710e73e791a740e7cc2e0338abdc250e31881c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a6fd8de3f710242117eb4b2025710e73e791a740e7cc2e0338abdc250e31881c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Aa6fd8de3f710242117eb4b2025710e73e791a740e7cc2e0338abdc250e31881c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2f240934c0edc45416cd1ca384371fabe20445819d3beae93777bc8c6ae8ee41_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2f240934c0edc45416cd1ca384371fabe20445819d3beae93777bc8c6ae8ee41_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2f240934c0edc45416cd1ca384371fabe20445819d3beae93777bc8c6ae8ee41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A2f240934c0edc45416cd1ca384371fabe20445819d3beae93777bc8c6ae8ee41?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3d570cb29c2fb0250ce65a4c2f2835f4a0434f9ee7d8c6348226537b0775cd14_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3d570cb29c2fb0250ce65a4c2f2835f4a0434f9ee7d8c6348226537b0775cd14_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3d570cb29c2fb0250ce65a4c2f2835f4a0434f9ee7d8c6348226537b0775cd14_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A3d570cb29c2fb0250ce65a4c2f2835f4a0434f9ee7d8c6348226537b0775cd14?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6f708c0c27f07271f096659917d0b4f007eba72f87a20748e06fb7fb6d8efe65_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6f708c0c27f07271f096659917d0b4f007eba72f87a20748e06fb7fb6d8efe65_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6f708c0c27f07271f096659917d0b4f007eba72f87a20748e06fb7fb6d8efe65_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A6f708c0c27f07271f096659917d0b4f007eba72f87a20748e06fb7fb6d8efe65?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557811"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:98bb659e6f44dc88bf7064abaa7c5001ce123e6229917f6914d4acc24cac9528_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:98bb659e6f44dc88bf7064abaa7c5001ce123e6229917f6914d4acc24cac9528_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:98bb659e6f44dc88bf7064abaa7c5001ce123e6229917f6914d4acc24cac9528_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A98bb659e6f44dc88bf7064abaa7c5001ce123e6229917f6914d4acc24cac9528?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9fd11ac21328604d4af8dfd1be6238a054c6ecb1492ac5ea3a6bc1d9263791fc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9fd11ac21328604d4af8dfd1be6238a054c6ecb1492ac5ea3a6bc1d9263791fc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9fd11ac21328604d4af8dfd1be6238a054c6ecb1492ac5ea3a6bc1d9263791fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A9fd11ac21328604d4af8dfd1be6238a054c6ecb1492ac5ea3a6bc1d9263791fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e6fd7468866cc5db5455f0e58f62b582d279834d0df1b6aa361ce45f21f7f27a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e6fd7468866cc5db5455f0e58f62b582d279834d0df1b6aa361ce45f21f7f27a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e6fd7468866cc5db5455f0e58f62b582d279834d0df1b6aa361ce45f21f7f27a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3Ae6fd7468866cc5db5455f0e58f62b582d279834d0df1b6aa361ce45f21f7f27a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:60767723a82b97a362c590a10d854792279e89856c94c531715dbf89d8c692be_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:60767723a82b97a362c590a10d854792279e89856c94c531715dbf89d8c692be_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:60767723a82b97a362c590a10d854792279e89856c94c531715dbf89d8c692be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A60767723a82b97a362c590a10d854792279e89856c94c531715dbf89d8c692be?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9750b26460cefe4263391253489299daba7a83db0dfd818ee669beea5f934ac9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9750b26460cefe4263391253489299daba7a83db0dfd818ee669beea5f934ac9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9750b26460cefe4263391253489299daba7a83db0dfd818ee669beea5f934ac9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A9750b26460cefe4263391253489299daba7a83db0dfd818ee669beea5f934ac9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:469fde658cbc0a9c50091ba7e2e6fa38a1d5a4e23edfe8656c10939f6ae03a6e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:469fde658cbc0a9c50091ba7e2e6fa38a1d5a4e23edfe8656c10939f6ae03a6e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:469fde658cbc0a9c50091ba7e2e6fa38a1d5a4e23edfe8656c10939f6ae03a6e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A469fde658cbc0a9c50091ba7e2e6fa38a1d5a4e23edfe8656c10939f6ae03a6e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554043"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4221a086bcf07a07725b3a5ca9c93d556347e68b3df4b1e5e7f17555981f4c8e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4221a086bcf07a07725b3a5ca9c93d556347e68b3df4b1e5e7f17555981f4c8e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4221a086bcf07a07725b3a5ca9c93d556347e68b3df4b1e5e7f17555981f4c8e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A4221a086bcf07a07725b3a5ca9c93d556347e68b3df4b1e5e7f17555981f4c8e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9ac566b63bf5cdaae2c661b4a3e9849e8a4900e8cafd72f43c3073f6a275f19f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9ac566b63bf5cdaae2c661b4a3e9849e8a4900e8cafd72f43c3073f6a275f19f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9ac566b63bf5cdaae2c661b4a3e9849e8a4900e8cafd72f43c3073f6a275f19f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A9ac566b63bf5cdaae2c661b4a3e9849e8a4900e8cafd72f43c3073f6a275f19f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2144520315cc10e5e8abfcb02b57bcf4a63075c93025c3cd1ba8507cf882f939_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2144520315cc10e5e8abfcb02b57bcf4a63075c93025c3cd1ba8507cf882f939_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2144520315cc10e5e8abfcb02b57bcf4a63075c93025c3cd1ba8507cf882f939_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A2144520315cc10e5e8abfcb02b57bcf4a63075c93025c3cd1ba8507cf882f939?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ecb65362270b1c57d99c44f3a573c24d83bd724ac6ccdcdd30756db682946d4f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ecb65362270b1c57d99c44f3a573c24d83bd724ac6ccdcdd30756db682946d4f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ecb65362270b1c57d99c44f3a573c24d83bd724ac6ccdcdd30756db682946d4f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Aecb65362270b1c57d99c44f3a573c24d83bd724ac6ccdcdd30756db682946d4f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552013"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c48d523feed44a1b448d5e0c960a4db35f6a314ddd361ed879d2b3ce95ecefdf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c48d523feed44a1b448d5e0c960a4db35f6a314ddd361ed879d2b3ce95ecefdf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c48d523feed44a1b448d5e0c960a4db35f6a314ddd361ed879d2b3ce95ecefdf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Ac48d523feed44a1b448d5e0c960a4db35f6a314ddd361ed879d2b3ce95ecefdf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552624"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7a214aa53a727a95416d53774c9e8da7343e58e50101b9b4708ef7e10ede5ded_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7a214aa53a727a95416d53774c9e8da7343e58e50101b9b4708ef7e10ede5ded_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7a214aa53a727a95416d53774c9e8da7343e58e50101b9b4708ef7e10ede5ded_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A7a214aa53a727a95416d53774c9e8da7343e58e50101b9b4708ef7e10ede5ded?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2f616e711d46cbc351615dc4aeb5464db2fe97eda408e88b624643c896be1088_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2f616e711d46cbc351615dc4aeb5464db2fe97eda408e88b624643c896be1088_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2f616e711d46cbc351615dc4aeb5464db2fe97eda408e88b624643c896be1088_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A2f616e711d46cbc351615dc4aeb5464db2fe97eda408e88b624643c896be1088?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555134"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3f32bb224f7b495972b51612ad55711962896c75958c4b6bdafc645e37deab1b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3f32bb224f7b495972b51612ad55711962896c75958c4b6bdafc645e37deab1b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3f32bb224f7b495972b51612ad55711962896c75958c4b6bdafc645e37deab1b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A3f32bb224f7b495972b51612ad55711962896c75958c4b6bdafc645e37deab1b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5c6a6bd4727c5855e0783ea9a2838d9101c005d3042aae6848f619350045d8b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5c6a6bd4727c5855e0783ea9a2838d9101c005d3042aae6848f619350045d8b_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5c6a6bd4727c5855e0783ea9a2838d9101c005d3042aae6848f619350045d8b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Ac5c6a6bd4727c5855e0783ea9a2838d9101c005d3042aae6848f619350045d8b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9eaa1441bb782494caf180acf396e158c31109d0cbb902a030f524a174386bbd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9eaa1441bb782494caf180acf396e158c31109d0cbb902a030f524a174386bbd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9eaa1441bb782494caf180acf396e158c31109d0cbb902a030f524a174386bbd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A9eaa1441bb782494caf180acf396e158c31109d0cbb902a030f524a174386bbd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ae7eb413813e85bafb332b6e766a05c3e39ff19638e3e5483ae7d1f37d3e03f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ae7eb413813e85bafb332b6e766a05c3e39ff19638e3e5483ae7d1f37d3e03f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ae7eb413813e85bafb332b6e766a05c3e39ff19638e3e5483ae7d1f37d3e03f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Aae7eb413813e85bafb332b6e766a05c3e39ff19638e3e5483ae7d1f37d3e03f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6ff36824e2b6efac69c1a0aec88b1ced9eea56cae7b4b8b9bdda968bcceac85f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6ff36824e2b6efac69c1a0aec88b1ced9eea56cae7b4b8b9bdda968bcceac85f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6ff36824e2b6efac69c1a0aec88b1ced9eea56cae7b4b8b9bdda968bcceac85f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A6ff36824e2b6efac69c1a0aec88b1ced9eea56cae7b4b8b9bdda968bcceac85f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:7f1457cb092a268c026f74036e698bbe38384c5c9be28dda101c95828442de14_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:7f1457cb092a268c026f74036e698bbe38384c5c9be28dda101c95828442de14_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:7f1457cb092a268c026f74036e698bbe38384c5c9be28dda101c95828442de14_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A7f1457cb092a268c026f74036e698bbe38384c5c9be28dda101c95828442de14?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8e2b6df001bc7afdf1ccb8d7c79ea6cb18983d42d3ed5508f2d86c79aeea75ba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8e2b6df001bc7afdf1ccb8d7c79ea6cb18983d42d3ed5508f2d86c79aeea75ba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8e2b6df001bc7afdf1ccb8d7c79ea6cb18983d42d3ed5508f2d86c79aeea75ba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A8e2b6df001bc7afdf1ccb8d7c79ea6cb18983d42d3ed5508f2d86c79aeea75ba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7a928e4ef0d418eadae87fd9c5869078004c3759eca0c879f7158794f789849b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7a928e4ef0d418eadae87fd9c5869078004c3759eca0c879f7158794f789849b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7a928e4ef0d418eadae87fd9c5869078004c3759eca0c879f7158794f789849b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A7a928e4ef0d418eadae87fd9c5869078004c3759eca0c879f7158794f789849b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97210ddc8b97156d48b5cc9703109d969a62f43c9bddb2c35ad026f286b481a4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97210ddc8b97156d48b5cc9703109d969a62f43c9bddb2c35ad026f286b481a4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97210ddc8b97156d48b5cc9703109d969a62f43c9bddb2c35ad026f286b481a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A97210ddc8b97156d48b5cc9703109d969a62f43c9bddb2c35ad026f286b481a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f6cfd11ea5183d65d4e0504a691a56928c1fda65b9b3e8bf97769f95e4387bf9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f6cfd11ea5183d65d4e0504a691a56928c1fda65b9b3e8bf97769f95e4387bf9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f6cfd11ea5183d65d4e0504a691a56928c1fda65b9b3e8bf97769f95e4387bf9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Af6cfd11ea5183d65d4e0504a691a56928c1fda65b9b3e8bf97769f95e4387bf9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d97e33ebfd02df96d02feedfe6e130e71eb9cbcd8eb5d483e968db4adc1a92dc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d97e33ebfd02df96d02feedfe6e130e71eb9cbcd8eb5d483e968db4adc1a92dc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d97e33ebfd02df96d02feedfe6e130e71eb9cbcd8eb5d483e968db4adc1a92dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Ad97e33ebfd02df96d02feedfe6e130e71eb9cbcd8eb5d483e968db4adc1a92dc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:76b018bce59457fab7451d530b9c6363d7e49ba9001a68b6049c06827b394e07_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:76b018bce59457fab7451d530b9c6363d7e49ba9001a68b6049c06827b394e07_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:76b018bce59457fab7451d530b9c6363d7e49ba9001a68b6049c06827b394e07_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A76b018bce59457fab7451d530b9c6363d7e49ba9001a68b6049c06827b394e07?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a35bee0fe540bfb4063e5332e875d4a5695a403680ebb6c6d29b9544d4c0f83_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a35bee0fe540bfb4063e5332e875d4a5695a403680ebb6c6d29b9544d4c0f83_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a35bee0fe540bfb4063e5332e875d4a5695a403680ebb6c6d29b9544d4c0f83_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A3a35bee0fe540bfb4063e5332e875d4a5695a403680ebb6c6d29b9544d4c0f83?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769596908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a952029baa1d77ff38bd41f31458ad2ebee167850cdde8bfc2513589c3df2cc3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a952029baa1d77ff38bd41f31458ad2ebee167850cdde8bfc2513589c3df2cc3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a952029baa1d77ff38bd41f31458ad2ebee167850cdde8bfc2513589c3df2cc3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Aa952029baa1d77ff38bd41f31458ad2ebee167850cdde8bfc2513589c3df2cc3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:df160cb793c8691f9e627c5bedf753c1ae4b8c4868a3ba7147c0d22d4dac0992_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:df160cb793c8691f9e627c5bedf753c1ae4b8c4868a3ba7147c0d22d4dac0992_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:df160cb793c8691f9e627c5bedf753c1ae4b8c4868a3ba7147c0d22d4dac0992_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Adf160cb793c8691f9e627c5bedf753c1ae4b8c4868a3ba7147c0d22d4dac0992?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4ebf1fcd06d21b2b6dc3011f58d8e80a379940f50f4cdd7028942ba3ada5d8eb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4ebf1fcd06d21b2b6dc3011f58d8e80a379940f50f4cdd7028942ba3ada5d8eb_arm64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4ebf1fcd06d21b2b6dc3011f58d8e80a379940f50f4cdd7028942ba3ada5d8eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3A4ebf1fcd06d21b2b6dc3011f58d8e80a379940f50f4cdd7028942ba3ada5d8eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:044d2ba4c2e88b3250b61c9d8e007f7e25f13a70392bf1e87bfa8b1771325b9c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:044d2ba4c2e88b3250b61c9d8e007f7e25f13a70392bf1e87bfa8b1771325b9c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:044d2ba4c2e88b3250b61c9d8e007f7e25f13a70392bf1e87bfa8b1771325b9c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A044d2ba4c2e88b3250b61c9d8e007f7e25f13a70392bf1e87bfa8b1771325b9c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:49fe440fc90876f576831cfe4969a2c8644ae0668fc8b53238cce04cf264d012_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:49fe440fc90876f576831cfe4969a2c8644ae0668fc8b53238cce04cf264d012_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:49fe440fc90876f576831cfe4969a2c8644ae0668fc8b53238cce04cf264d012_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A49fe440fc90876f576831cfe4969a2c8644ae0668fc8b53238cce04cf264d012?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dee65b2f904ef032540387e899b6f71a3ec6e96f12a87085a1f7d7dabb56a4ac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dee65b2f904ef032540387e899b6f71a3ec6e96f12a87085a1f7d7dabb56a4ac_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dee65b2f904ef032540387e899b6f71a3ec6e96f12a87085a1f7d7dabb56a4ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Adee65b2f904ef032540387e899b6f71a3ec6e96f12a87085a1f7d7dabb56a4ac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769621201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a27b36cbcb25a247f73b8c81e17762fd56adb520fbfd639ac05664d48e705ee6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a27b36cbcb25a247f73b8c81e17762fd56adb520fbfd639ac05664d48e705ee6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a27b36cbcb25a247f73b8c81e17762fd56adb520fbfd639ac05664d48e705ee6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Aa27b36cbcb25a247f73b8c81e17762fd56adb520fbfd639ac05664d48e705ee6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a85942e02b0c4582a0f7f777df4547252297e1e17b224ffda634498603419acf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a85942e02b0c4582a0f7f777df4547252297e1e17b224ffda634498603419acf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a85942e02b0c4582a0f7f777df4547252297e1e17b224ffda634498603419acf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Aa85942e02b0c4582a0f7f777df4547252297e1e17b224ffda634498603419acf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557678"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6519e13a63e027f01f2b78d4c2280ca12d6b8d1a573d7073a1579b0158305717_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6519e13a63e027f01f2b78d4c2280ca12d6b8d1a573d7073a1579b0158305717_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6519e13a63e027f01f2b78d4c2280ca12d6b8d1a573d7073a1579b0158305717_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A6519e13a63e027f01f2b78d4c2280ca12d6b8d1a573d7073a1579b0158305717?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f77cad076f52197b4cd42642f97bc8d58b84692f327b640aa6edd64799015f98_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f77cad076f52197b4cd42642f97bc8d58b84692f327b640aa6edd64799015f98_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f77cad076f52197b4cd42642f97bc8d58b84692f327b640aa6edd64799015f98_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Af77cad076f52197b4cd42642f97bc8d58b84692f327b640aa6edd64799015f98?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557986"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4abfa9554b311aa9a5628a048bef3bff379dfb0416823371f45c1db64651dbfc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4abfa9554b311aa9a5628a048bef3bff379dfb0416823371f45c1db64651dbfc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4abfa9554b311aa9a5628a048bef3bff379dfb0416823371f45c1db64651dbfc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A4abfa9554b311aa9a5628a048bef3bff379dfb0416823371f45c1db64651dbfc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557449"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4c41cb5c37859d2a2bb96b82f464094fe53a8c34f36b9d5b531cdaa54953bc58_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4c41cb5c37859d2a2bb96b82f464094fe53a8c34f36b9d5b531cdaa54953bc58_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4c41cb5c37859d2a2bb96b82f464094fe53a8c34f36b9d5b531cdaa54953bc58_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A4c41cb5c37859d2a2bb96b82f464094fe53a8c34f36b9d5b531cdaa54953bc58?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:26abead2eed82f64757b4868f8011dae09ea5415c837f068e52f629c0d9282b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:26abead2eed82f64757b4868f8011dae09ea5415c837f068e52f629c0d9282b8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:26abead2eed82f64757b4868f8011dae09ea5415c837f068e52f629c0d9282b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3A26abead2eed82f64757b4868f8011dae09ea5415c837f068e52f629c0d9282b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:490e384fd5253d49968519c893128cbe16c1b3c2e422066de314de81d4d3c7fc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:490e384fd5253d49968519c893128cbe16c1b3c2e422066de314de81d4d3c7fc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:490e384fd5253d49968519c893128cbe16c1b3c2e422066de314de81d4d3c7fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A490e384fd5253d49968519c893128cbe16c1b3c2e422066de314de81d4d3c7fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ceb1beb2060ded10c43009b1f27f94f0b91feadd10542e1f4234c286d6ad653e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ceb1beb2060ded10c43009b1f27f94f0b91feadd10542e1f4234c286d6ad653e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ceb1beb2060ded10c43009b1f27f94f0b91feadd10542e1f4234c286d6ad653e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Aceb1beb2060ded10c43009b1f27f94f0b91feadd10542e1f4234c286d6ad653e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2bcaa82154d9f7da101886ef03f6943ce8711024cf66697d383c4241339944b7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2bcaa82154d9f7da101886ef03f6943ce8711024cf66697d383c4241339944b7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2bcaa82154d9f7da101886ef03f6943ce8711024cf66697d383c4241339944b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A2bcaa82154d9f7da101886ef03f6943ce8711024cf66697d383c4241339944b7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c245651a569bee62fbace5bb869e1578e08a9e32a02bf670be147e8c8fcec5d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c245651a569bee62fbace5bb869e1578e08a9e32a02bf670be147e8c8fcec5d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c245651a569bee62fbace5bb869e1578e08a9e32a02bf670be147e8c8fcec5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A8c245651a569bee62fbace5bb869e1578e08a9e32a02bf670be147e8c8fcec5d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551806"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4f713d16a4d4ac6bc1ad8bdeb2cd8608059da2dd53f2660c61e1ded2cce1be27_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4f713d16a4d4ac6bc1ad8bdeb2cd8608059da2dd53f2660c61e1ded2cce1be27_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4f713d16a4d4ac6bc1ad8bdeb2cd8608059da2dd53f2660c61e1ded2cce1be27_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A4f713d16a4d4ac6bc1ad8bdeb2cd8608059da2dd53f2660c61e1ded2cce1be27?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e02cdd4f9da2a82a6349dc76a217d2c59f8c9812e8638161b4fe2bc579fad630_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e02cdd4f9da2a82a6349dc76a217d2c59f8c9812e8638161b4fe2bc579fad630_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e02cdd4f9da2a82a6349dc76a217d2c59f8c9812e8638161b4fe2bc579fad630_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3Ae02cdd4f9da2a82a6349dc76a217d2c59f8c9812e8638161b4fe2bc579fad630?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551751"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d01f5f2fea0a69899bb9484a065ce8ca1849a771536023b50060e02475a21863_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d01f5f2fea0a69899bb9484a065ce8ca1849a771536023b50060e02475a21863_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d01f5f2fea0a69899bb9484a065ce8ca1849a771536023b50060e02475a21863_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3Ad01f5f2fea0a69899bb9484a065ce8ca1849a771536023b50060e02475a21863?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551983"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:8e2bb65716ce129fc5ff886fcb128712f1a94ef2536235a872dd15aa3ec34cb5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:8e2bb65716ce129fc5ff886fcb128712f1a94ef2536235a872dd15aa3ec34cb5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:8e2bb65716ce129fc5ff886fcb128712f1a94ef2536235a872dd15aa3ec34cb5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A8e2bb65716ce129fc5ff886fcb128712f1a94ef2536235a872dd15aa3ec34cb5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8749c55b78d5dbe3c5b7be910833bdf641e49b25dfdaf051a778c139a238ad1b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8749c55b78d5dbe3c5b7be910833bdf641e49b25dfdaf051a778c139a238ad1b_arm64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8749c55b78d5dbe3c5b7be910833bdf641e49b25dfdaf051a778c139a238ad1b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A8749c55b78d5dbe3c5b7be910833bdf641e49b25dfdaf051a778c139a238ad1b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3635d1cb9cc3c912adb80dc6e85a11e0bcd088b217872d7d60cb4d4bdb793993_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3635d1cb9cc3c912adb80dc6e85a11e0bcd088b217872d7d60cb4d4bdb793993_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3635d1cb9cc3c912adb80dc6e85a11e0bcd088b217872d7d60cb4d4bdb793993_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3A3635d1cb9cc3c912adb80dc6e85a11e0bcd088b217872d7d60cb4d4bdb793993?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d38418d75e2c1d547fad8aa49fbc13305ad515c834f982016ad6d95bf998a826_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d38418d75e2c1d547fad8aa49fbc13305ad515c834f982016ad6d95bf998a826_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d38418d75e2c1d547fad8aa49fbc13305ad515c834f982016ad6d95bf998a826_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Ad38418d75e2c1d547fad8aa49fbc13305ad515c834f982016ad6d95bf998a826?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7d3bc867e33ea766025ba1768a4d13b1fc933054c80f967889275d0c4c55fee6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7d3bc867e33ea766025ba1768a4d13b1fc933054c80f967889275d0c4c55fee6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7d3bc867e33ea766025ba1768a4d13b1fc933054c80f967889275d0c4c55fee6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A7d3bc867e33ea766025ba1768a4d13b1fc933054c80f967889275d0c4c55fee6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769561414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:45209e6983dc2dde439ca2ef1826f6f460f61bdf645b3f08fbe0333b9b41cfec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:45209e6983dc2dde439ca2ef1826f6f460f61bdf645b3f08fbe0333b9b41cfec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:45209e6983dc2dde439ca2ef1826f6f460f61bdf645b3f08fbe0333b9b41cfec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A45209e6983dc2dde439ca2ef1826f6f460f61bdf645b3f08fbe0333b9b41cfec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:70fcb2fe8494b67f0bd5f63271ada9192e71f3310d604d9f025230bf955ba060_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:70fcb2fe8494b67f0bd5f63271ada9192e71f3310d604d9f025230bf955ba060_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:70fcb2fe8494b67f0bd5f63271ada9192e71f3310d604d9f025230bf955ba060_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A70fcb2fe8494b67f0bd5f63271ada9192e71f3310d604d9f025230bf955ba060?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:55d5c3bb865473eea61e3e49d3c2bbf1e0f8d4595f08e4633f593ada47f83e37_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:55d5c3bb865473eea61e3e49d3c2bbf1e0f8d4595f08e4633f593ada47f83e37_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:55d5c3bb865473eea61e3e49d3c2bbf1e0f8d4595f08e4633f593ada47f83e37_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A55d5c3bb865473eea61e3e49d3c2bbf1e0f8d4595f08e4633f593ada47f83e37?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fb405d3d09b5a9c79993122f6689589ccfb2b26a85df1af1ce23ebb8c3d282e1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fb405d3d09b5a9c79993122f6689589ccfb2b26a85df1af1ce23ebb8c3d282e1_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fb405d3d09b5a9c79993122f6689589ccfb2b26a85df1af1ce23ebb8c3d282e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Afb405d3d09b5a9c79993122f6689589ccfb2b26a85df1af1ce23ebb8c3d282e1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9c9f8411cb23d7822bd4d718524d203b9d185a39b99562260d9766054e4a4e30_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9c9f8411cb23d7822bd4d718524d203b9d185a39b99562260d9766054e4a4e30_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9c9f8411cb23d7822bd4d718524d203b9d185a39b99562260d9766054e4a4e30_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A9c9f8411cb23d7822bd4d718524d203b9d185a39b99562260d9766054e4a4e30?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7a8be9cc035742dad0b236134071213e576af95eeb9f018566171e48a5f238c7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7a8be9cc035742dad0b236134071213e576af95eeb9f018566171e48a5f238c7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7a8be9cc035742dad0b236134071213e576af95eeb9f018566171e48a5f238c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A7a8be9cc035742dad0b236134071213e576af95eeb9f018566171e48a5f238c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:aeb16151a0463f66ea84334a8c6527f2f534fad1ed94c9b6c86bb2d289c9da06_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:aeb16151a0463f66ea84334a8c6527f2f534fad1ed94c9b6c86bb2d289c9da06_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:aeb16151a0463f66ea84334a8c6527f2f534fad1ed94c9b6c86bb2d289c9da06_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Aaeb16151a0463f66ea84334a8c6527f2f534fad1ed94c9b6c86bb2d289c9da06?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553738"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d39191eec6ecab0b4fedc88ec554a8d11035acbfb0e3b1510f30494a88c2fd8b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d39191eec6ecab0b4fedc88ec554a8d11035acbfb0e3b1510f30494a88c2fd8b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d39191eec6ecab0b4fedc88ec554a8d11035acbfb0e3b1510f30494a88c2fd8b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Ad39191eec6ecab0b4fedc88ec554a8d11035acbfb0e3b1510f30494a88c2fd8b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2906814348eeea244176e04b979fa9b72e5063c1603e26099a8bebe7d7f702c2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2906814348eeea244176e04b979fa9b72e5063c1603e26099a8bebe7d7f702c2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2906814348eeea244176e04b979fa9b72e5063c1603e26099a8bebe7d7f702c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A2906814348eeea244176e04b979fa9b72e5063c1603e26099a8bebe7d7f702c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a7c69e2d43d64c6016ba32b472d9234b211fe924471a29b004f1de0bd11555bd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a7c69e2d43d64c6016ba32b472d9234b211fe924471a29b004f1de0bd11555bd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a7c69e2d43d64c6016ba32b472d9234b211fe924471a29b004f1de0bd11555bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Aa7c69e2d43d64c6016ba32b472d9234b211fe924471a29b004f1de0bd11555bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b39be6b16de13be746830bd7f75dfd7cd71e7927775d2864a75c5c6c939d7445_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b39be6b16de13be746830bd7f75dfd7cd71e7927775d2864a75c5c6c939d7445_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b39be6b16de13be746830bd7f75dfd7cd71e7927775d2864a75c5c6c939d7445_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ab39be6b16de13be746830bd7f75dfd7cd71e7927775d2864a75c5c6c939d7445?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557134"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:434dc29eb1e82cae48423f1bd0ffd541800c8cfa222a5e6039e015efea74aa6c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:434dc29eb1e82cae48423f1bd0ffd541800c8cfa222a5e6039e015efea74aa6c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:434dc29eb1e82cae48423f1bd0ffd541800c8cfa222a5e6039e015efea74aa6c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A434dc29eb1e82cae48423f1bd0ffd541800c8cfa222a5e6039e015efea74aa6c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552546"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3b4cb8a81c6813924ab327f270ff6e0f45ec7588a728f184fdab345947c62327_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3b4cb8a81c6813924ab327f270ff6e0f45ec7588a728f184fdab345947c62327_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3b4cb8a81c6813924ab327f270ff6e0f45ec7588a728f184fdab345947c62327_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A3b4cb8a81c6813924ab327f270ff6e0f45ec7588a728f184fdab345947c62327?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fc402ff627e41b7b13e4719e9bf4c035bf38bb08adf648f58408ce5f4eb8274b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fc402ff627e41b7b13e4719e9bf4c035bf38bb08adf648f58408ce5f4eb8274b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fc402ff627e41b7b13e4719e9bf4c035bf38bb08adf648f58408ce5f4eb8274b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Afc402ff627e41b7b13e4719e9bf4c035bf38bb08adf648f58408ce5f4eb8274b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6c046faa794b74f56e0cba131bb4b0b202c175746b62f4c0880b2b6e8f16af40_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6c046faa794b74f56e0cba131bb4b0b202c175746b62f4c0880b2b6e8f16af40_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6c046faa794b74f56e0cba131bb4b0b202c175746b62f4c0880b2b6e8f16af40_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A6c046faa794b74f56e0cba131bb4b0b202c175746b62f4c0880b2b6e8f16af40?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7c7a75216d647f640e51b1341dda2bb4544a34729cbb35d460bbb132388f2ed2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7c7a75216d647f640e51b1341dda2bb4544a34729cbb35d460bbb132388f2ed2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7c7a75216d647f640e51b1341dda2bb4544a34729cbb35d460bbb132388f2ed2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A7c7a75216d647f640e51b1341dda2bb4544a34729cbb35d460bbb132388f2ed2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:75c064439757ead34e323f98daa9d24361145242b9bd33b9df485c521c806e20_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:75c064439757ead34e323f98daa9d24361145242b9bd33b9df485c521c806e20_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:75c064439757ead34e323f98daa9d24361145242b9bd33b9df485c521c806e20_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A75c064439757ead34e323f98daa9d24361145242b9bd33b9df485c521c806e20?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557210"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f6a955064e91ebb0e5bf90ba8a96fb602eb9d2445c179457caced6070c4bb46b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f6a955064e91ebb0e5bf90ba8a96fb602eb9d2445c179457caced6070c4bb46b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f6a955064e91ebb0e5bf90ba8a96fb602eb9d2445c179457caced6070c4bb46b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Af6a955064e91ebb0e5bf90ba8a96fb602eb9d2445c179457caced6070c4bb46b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3fb49d1af154eddf0c137eb7c2614bfd4493e7d04bde41dc5d58127a6212a8d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3fb49d1af154eddf0c137eb7c2614bfd4493e7d04bde41dc5d58127a6212a8d0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3fb49d1af154eddf0c137eb7c2614bfd4493e7d04bde41dc5d58127a6212a8d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A3fb49d1af154eddf0c137eb7c2614bfd4493e7d04bde41dc5d58127a6212a8d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a664bb7d44559866babb7db4c4d188729e10bcfa864b117f042642bd946dea44_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a664bb7d44559866babb7db4c4d188729e10bcfa864b117f042642bd946dea44_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a664bb7d44559866babb7db4c4d188729e10bcfa864b117f042642bd946dea44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Aa664bb7d44559866babb7db4c4d188729e10bcfa864b117f042642bd946dea44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0cbcff39a10a66a1c633282a8012ea117b29a7b0a8c57181172b0f5890f4ae9d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0cbcff39a10a66a1c633282a8012ea117b29a7b0a8c57181172b0f5890f4ae9d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0cbcff39a10a66a1c633282a8012ea117b29a7b0a8c57181172b0f5890f4ae9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A0cbcff39a10a66a1c633282a8012ea117b29a7b0a8c57181172b0f5890f4ae9d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:fc0a0fa79d1cef8909c0dd78203d6156da6f72b186f19353f722a5d80918081f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:fc0a0fa79d1cef8909c0dd78203d6156da6f72b186f19353f722a5d80918081f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:fc0a0fa79d1cef8909c0dd78203d6156da6f72b186f19353f722a5d80918081f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Afc0a0fa79d1cef8909c0dd78203d6156da6f72b186f19353f722a5d80918081f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f29d952d9725d04976958eaf851f455cd7c74fdb1de631e2a85087c5f1a69afd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f29d952d9725d04976958eaf851f455cd7c74fdb1de631e2a85087c5f1a69afd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f29d952d9725d04976958eaf851f455cd7c74fdb1de631e2a85087c5f1a69afd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Af29d952d9725d04976958eaf851f455cd7c74fdb1de631e2a85087c5f1a69afd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:30e7741e2019d252faa6d8ff6c7aa645b9f1ba83e46c8c3ea6d4b2c5d793c341_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:30e7741e2019d252faa6d8ff6c7aa645b9f1ba83e46c8c3ea6d4b2c5d793c341_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:30e7741e2019d252faa6d8ff6c7aa645b9f1ba83e46c8c3ea6d4b2c5d793c341_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A30e7741e2019d252faa6d8ff6c7aa645b9f1ba83e46c8c3ea6d4b2c5d793c341?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e78466981d3a21724cbd42f927192cf7d28596612eb131e1c8c07ac6d8b28d53_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e78466981d3a21724cbd42f927192cf7d28596612eb131e1c8c07ac6d8b28d53_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e78466981d3a21724cbd42f927192cf7d28596612eb131e1c8c07ac6d8b28d53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Ae78466981d3a21724cbd42f927192cf7d28596612eb131e1c8c07ac6d8b28d53?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:883e2bf18a70ec1b8d8cfc03ed83db723640847ee6fbd8017ded34535321ae1e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:883e2bf18a70ec1b8d8cfc03ed83db723640847ee6fbd8017ded34535321ae1e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:883e2bf18a70ec1b8d8cfc03ed83db723640847ee6fbd8017ded34535321ae1e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A883e2bf18a70ec1b8d8cfc03ed83db723640847ee6fbd8017ded34535321ae1e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594184"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4c1e147dba85a1cf259b27fa68057b625aee513b492dcc7a18a822db2d1c5e9a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4c1e147dba85a1cf259b27fa68057b625aee513b492dcc7a18a822db2d1c5e9a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4c1e147dba85a1cf259b27fa68057b625aee513b492dcc7a18a822db2d1c5e9a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A4c1e147dba85a1cf259b27fa68057b625aee513b492dcc7a18a822db2d1c5e9a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551997"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:166fc2ccce06855d581ea312ca0db1d3c2aea4932f1d38fe5b886a34a2195786_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:166fc2ccce06855d581ea312ca0db1d3c2aea4932f1d38fe5b886a34a2195786_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:166fc2ccce06855d581ea312ca0db1d3c2aea4932f1d38fe5b886a34a2195786_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A166fc2ccce06855d581ea312ca0db1d3c2aea4932f1d38fe5b886a34a2195786?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557482"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c004d2b3cbbbf51a79f7070bf3f81a1a455260a53bb974a929418f58b4515cd9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c004d2b3cbbbf51a79f7070bf3f81a1a455260a53bb974a929418f58b4515cd9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c004d2b3cbbbf51a79f7070bf3f81a1a455260a53bb974a929418f58b4515cd9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Ac004d2b3cbbbf51a79f7070bf3f81a1a455260a53bb974a929418f58b4515cd9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9c01d61df69e48611bc35bb1c190a01540ffc40cc6ac048b51446edb06429ff9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9c01d61df69e48611bc35bb1c190a01540ffc40cc6ac048b51446edb06429ff9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9c01d61df69e48611bc35bb1c190a01540ffc40cc6ac048b51446edb06429ff9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A9c01d61df69e48611bc35bb1c190a01540ffc40cc6ac048b51446edb06429ff9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f3cd7be8b53c206453f85f86466d1bf0b0e3fb79c6044ba1d08fa9e8dba5b2b5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f3cd7be8b53c206453f85f86466d1bf0b0e3fb79c6044ba1d08fa9e8dba5b2b5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f3cd7be8b53c206453f85f86466d1bf0b0e3fb79c6044ba1d08fa9e8dba5b2b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Af3cd7be8b53c206453f85f86466d1bf0b0e3fb79c6044ba1d08fa9e8dba5b2b5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6cdaeb27cbeaf5194becf186d2d3605870514999afd3f7653c8330b4c503de05_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6cdaeb27cbeaf5194becf186d2d3605870514999afd3f7653c8330b4c503de05_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6cdaeb27cbeaf5194becf186d2d3605870514999afd3f7653c8330b4c503de05_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A6cdaeb27cbeaf5194becf186d2d3605870514999afd3f7653c8330b4c503de05?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c0ca4f77880521628db1648ca59ba7fddf52295fa2f6f5503a1c99f9fcb7727e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c0ca4f77880521628db1648ca59ba7fddf52295fa2f6f5503a1c99f9fcb7727e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c0ca4f77880521628db1648ca59ba7fddf52295fa2f6f5503a1c99f9fcb7727e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Ac0ca4f77880521628db1648ca59ba7fddf52295fa2f6f5503a1c99f9fcb7727e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557079"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a62243c266f8abc9e2e11b85f1fba060380e5ba7da8c616c0caa623a065c1d21_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a62243c266f8abc9e2e11b85f1fba060380e5ba7da8c616c0caa623a065c1d21_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a62243c266f8abc9e2e11b85f1fba060380e5ba7da8c616c0caa623a065c1d21_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Aa62243c266f8abc9e2e11b85f1fba060380e5ba7da8c616c0caa623a065c1d21?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7b8ac5556b5f8b8abf0a68b6df4e9c2e5f8d1758879e1f6626b3a6810878fde7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7b8ac5556b5f8b8abf0a68b6df4e9c2e5f8d1758879e1f6626b3a6810878fde7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7b8ac5556b5f8b8abf0a68b6df4e9c2e5f8d1758879e1f6626b3a6810878fde7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A7b8ac5556b5f8b8abf0a68b6df4e9c2e5f8d1758879e1f6626b3a6810878fde7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553355"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:790655e6a633eca04b9a6413570c8d64142cafc2dda1d944705dbfd7bb16b646_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:790655e6a633eca04b9a6413570c8d64142cafc2dda1d944705dbfd7bb16b646_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:790655e6a633eca04b9a6413570c8d64142cafc2dda1d944705dbfd7bb16b646_arm64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A790655e6a633eca04b9a6413570c8d64142cafc2dda1d944705dbfd7bb16b646?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:415aec52607ec162aeec7704705ff2c762ab785ec0809282a85aa2a93faac0c0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:415aec52607ec162aeec7704705ff2c762ab785ec0809282a85aa2a93faac0c0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:415aec52607ec162aeec7704705ff2c762ab785ec0809282a85aa2a93faac0c0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A415aec52607ec162aeec7704705ff2c762ab785ec0809282a85aa2a93faac0c0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:20173180497ac88a173aa50ea8c27c8a97522f485409085b16f15dc6271e86c0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:20173180497ac88a173aa50ea8c27c8a97522f485409085b16f15dc6271e86c0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:20173180497ac88a173aa50ea8c27c8a97522f485409085b16f15dc6271e86c0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A20173180497ac88a173aa50ea8c27c8a97522f485409085b16f15dc6271e86c0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cf28affed9ddfd6e1de9095423227642fee8290f2129d58d0a1831e648bfed11_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cf28affed9ddfd6e1de9095423227642fee8290f2129d58d0a1831e648bfed11_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cf28affed9ddfd6e1de9095423227642fee8290f2129d58d0a1831e648bfed11_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Acf28affed9ddfd6e1de9095423227642fee8290f2129d58d0a1831e648bfed11?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769641721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f9e8b7e611d5cbd31a6a6592714059891d9e254021aefc813e07d404bb97e9b7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f9e8b7e611d5cbd31a6a6592714059891d9e254021aefc813e07d404bb97e9b7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f9e8b7e611d5cbd31a6a6592714059891d9e254021aefc813e07d404bb97e9b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Af9e8b7e611d5cbd31a6a6592714059891d9e254021aefc813e07d404bb97e9b7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af3d86b9cac49e309cf6e49c643c619ffc44ffce7bef107fe5b97e4fba355345_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af3d86b9cac49e309cf6e49c643c619ffc44ffce7bef107fe5b97e4fba355345_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af3d86b9cac49e309cf6e49c643c619ffc44ffce7bef107fe5b97e4fba355345_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3Aaf3d86b9cac49e309cf6e49c643c619ffc44ffce7bef107fe5b97e4fba355345?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1599a3d492150727787e7234c3bb8f921dc32f91109097fa945818f3308fec3e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1599a3d492150727787e7234c3bb8f921dc32f91109097fa945818f3308fec3e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1599a3d492150727787e7234c3bb8f921dc32f91109097fa945818f3308fec3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A1599a3d492150727787e7234c3bb8f921dc32f91109097fa945818f3308fec3e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:539f9121292414e1ac2f402242be52dbbb7cb4081d7bcd01f7bb22ca592824b4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:539f9121292414e1ac2f402242be52dbbb7cb4081d7bcd01f7bb22ca592824b4_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:539f9121292414e1ac2f402242be52dbbb7cb4081d7bcd01f7bb22ca592824b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A539f9121292414e1ac2f402242be52dbbb7cb4081d7bcd01f7bb22ca592824b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:39e7bcc1d96c891e247f91fcd5346fc1d5d884ad9fb51f83f0d289b2c0071106_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:39e7bcc1d96c891e247f91fcd5346fc1d5d884ad9fb51f83f0d289b2c0071106_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:39e7bcc1d96c891e247f91fcd5346fc1d5d884ad9fb51f83f0d289b2c0071106_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3A39e7bcc1d96c891e247f91fcd5346fc1d5d884ad9fb51f83f0d289b2c0071106?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:269c897aed959fd39c81d8c05d1e7afb6fb1293808adeb170cfc9fe00d920b62_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:269c897aed959fd39c81d8c05d1e7afb6fb1293808adeb170cfc9fe00d920b62_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:269c897aed959fd39c81d8c05d1e7afb6fb1293808adeb170cfc9fe00d920b62_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A269c897aed959fd39c81d8c05d1e7afb6fb1293808adeb170cfc9fe00d920b62?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769561617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:aa1726f093438b83954d881a0b3a4a38449b2c8aa1e0d950aa97a0fadba3bd34_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:aa1726f093438b83954d881a0b3a4a38449b2c8aa1e0d950aa97a0fadba3bd34_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:aa1726f093438b83954d881a0b3a4a38449b2c8aa1e0d950aa97a0fadba3bd34_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Aaa1726f093438b83954d881a0b3a4a38449b2c8aa1e0d950aa97a0fadba3bd34?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769561708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f1364e5b51e60696f6c1150bbfd494841f6cff918d706ac9fa29332e7bfcf9ac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f1364e5b51e60696f6c1150bbfd494841f6cff918d706ac9fa29332e7bfcf9ac_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f1364e5b51e60696f6c1150bbfd494841f6cff918d706ac9fa29332e7bfcf9ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Af1364e5b51e60696f6c1150bbfd494841f6cff918d706ac9fa29332e7bfcf9ac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557381"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a73d494518aba171f87a42f53cd9883da089e163bf4fd04b1848bbfe5cc91428_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a73d494518aba171f87a42f53cd9883da089e163bf4fd04b1848bbfe5cc91428_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a73d494518aba171f87a42f53cd9883da089e163bf4fd04b1848bbfe5cc91428_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Aa73d494518aba171f87a42f53cd9883da089e163bf4fd04b1848bbfe5cc91428?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9e16e9977b233d1c0c8fe2c1e7c7c24ef6eb564231a4c7cf6e66baaa1b94a77d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9e16e9977b233d1c0c8fe2c1e7c7c24ef6eb564231a4c7cf6e66baaa1b94a77d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9e16e9977b233d1c0c8fe2c1e7c7c24ef6eb564231a4c7cf6e66baaa1b94a77d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A9e16e9977b233d1c0c8fe2c1e7c7c24ef6eb564231a4c7cf6e66baaa1b94a77d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:387d46bc354a0abb6bc9499eb1ebac51e3e8af6d9e306c99c70954788966b677_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:387d46bc354a0abb6bc9499eb1ebac51e3e8af6d9e306c99c70954788966b677_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:387d46bc354a0abb6bc9499eb1ebac51e3e8af6d9e306c99c70954788966b677_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A387d46bc354a0abb6bc9499eb1ebac51e3e8af6d9e306c99c70954788966b677?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554466"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:63a9165bd53fc1d3f7b69ce01e40676d44067d03206f0a9d7467d92c397fda1c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:63a9165bd53fc1d3f7b69ce01e40676d44067d03206f0a9d7467d92c397fda1c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:63a9165bd53fc1d3f7b69ce01e40676d44067d03206f0a9d7467d92c397fda1c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A63a9165bd53fc1d3f7b69ce01e40676d44067d03206f0a9d7467d92c397fda1c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:83276b780bfa5a45dd56ea305e293fc7c1d121f4333bd5da7aad979265682092_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:83276b780bfa5a45dd56ea305e293fc7c1d121f4333bd5da7aad979265682092_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:83276b780bfa5a45dd56ea305e293fc7c1d121f4333bd5da7aad979265682092_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A83276b780bfa5a45dd56ea305e293fc7c1d121f4333bd5da7aad979265682092?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:88f2dc148118105a4a2658e0434d03eaf8a377667ac5c5e21569a63a2f8e7897_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:88f2dc148118105a4a2658e0434d03eaf8a377667ac5c5e21569a63a2f8e7897_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:88f2dc148118105a4a2658e0434d03eaf8a377667ac5c5e21569a63a2f8e7897_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3A88f2dc148118105a4a2658e0434d03eaf8a377667ac5c5e21569a63a2f8e7897?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551652"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecf4a471b03de5f1b75f8d567f7eccad4c0249b617b9a0aaee81086fc852986c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecf4a471b03de5f1b75f8d567f7eccad4c0249b617b9a0aaee81086fc852986c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecf4a471b03de5f1b75f8d567f7eccad4c0249b617b9a0aaee81086fc852986c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3Aecf4a471b03de5f1b75f8d567f7eccad4c0249b617b9a0aaee81086fc852986c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:126036dcf327ca47352608bc37f32d65f1a2f4d8a479c5c50041a5e26134cae4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:126036dcf327ca47352608bc37f32d65f1a2f4d8a479c5c50041a5e26134cae4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:126036dcf327ca47352608bc37f32d65f1a2f4d8a479c5c50041a5e26134cae4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A126036dcf327ca47352608bc37f32d65f1a2f4d8a479c5c50041a5e26134cae4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552206"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:71542058751d04ce5198d4392623d781714aae79c4542a51462c72c1543cb908_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:71542058751d04ce5198d4392623d781714aae79c4542a51462c72c1543cb908_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:71542058751d04ce5198d4392623d781714aae79c4542a51462c72c1543cb908_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A71542058751d04ce5198d4392623d781714aae79c4542a51462c72c1543cb908?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c2aaf3f737e3125395766df1975aba32a9b62598ba73b802f8f08e0e7a14b01a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c2aaf3f737e3125395766df1975aba32a9b62598ba73b802f8f08e0e7a14b01a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c2aaf3f737e3125395766df1975aba32a9b62598ba73b802f8f08e0e7a14b01a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Ac2aaf3f737e3125395766df1975aba32a9b62598ba73b802f8f08e0e7a14b01a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5c96a53e5e6ac4fad49afe562467b68727a21c42c9195599ee85999004829981_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5c96a53e5e6ac4fad49afe562467b68727a21c42c9195599ee85999004829981_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5c96a53e5e6ac4fad49afe562467b68727a21c42c9195599ee85999004829981_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A5c96a53e5e6ac4fad49afe562467b68727a21c42c9195599ee85999004829981?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769572233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c3a0accf17a0a3a49d142d2396edf7721791af2288454c18d8b56e9cdacb13b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c3a0accf17a0a3a49d142d2396edf7721791af2288454c18d8b56e9cdacb13b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c3a0accf17a0a3a49d142d2396edf7721791af2288454c18d8b56e9cdacb13b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A7c3a0accf17a0a3a49d142d2396edf7721791af2288454c18d8b56e9cdacb13b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555021"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bdbcfd7f7e751b36ea44aaba6ed099a94249ad35638785f50b8ad67288b523ee_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bdbcfd7f7e751b36ea44aaba6ed099a94249ad35638785f50b8ad67288b523ee_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bdbcfd7f7e751b36ea44aaba6ed099a94249ad35638785f50b8ad67288b523ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Abdbcfd7f7e751b36ea44aaba6ed099a94249ad35638785f50b8ad67288b523ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6d290267e5a74ff9a92c2d5d55279229c64a9d1ff7729ee123c131f6afcb21c2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6d290267e5a74ff9a92c2d5d55279229c64a9d1ff7729ee123c131f6afcb21c2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6d290267e5a74ff9a92c2d5d55279229c64a9d1ff7729ee123c131f6afcb21c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A6d290267e5a74ff9a92c2d5d55279229c64a9d1ff7729ee123c131f6afcb21c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93c7da140b4b80b6d14c901c67ae3868a5f6950ab6bd80511c895de264fef0de_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93c7da140b4b80b6d14c901c67ae3868a5f6950ab6bd80511c895de264fef0de_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93c7da140b4b80b6d14c901c67ae3868a5f6950ab6bd80511c895de264fef0de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A93c7da140b4b80b6d14c901c67ae3868a5f6950ab6bd80511c895de264fef0de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:25cd9e10486c115db82a7207a475fde9b07331fc51775d13a11ec9e567ae3c02_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:25cd9e10486c115db82a7207a475fde9b07331fc51775d13a11ec9e567ae3c02_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:25cd9e10486c115db82a7207a475fde9b07331fc51775d13a11ec9e567ae3c02_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A25cd9e10486c115db82a7207a475fde9b07331fc51775d13a11ec9e567ae3c02?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e78c2db614a4b1c39abef7977ca4021abe80f140e739e203881e5df1bf1d5f78_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e78c2db614a4b1c39abef7977ca4021abe80f140e739e203881e5df1bf1d5f78_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e78c2db614a4b1c39abef7977ca4021abe80f140e739e203881e5df1bf1d5f78_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Ae78c2db614a4b1c39abef7977ca4021abe80f140e739e203881e5df1bf1d5f78?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:07f2d88cd98d72b4f2fb06ad254d40a434d74220b1f3c54eb289687926433efa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:07f2d88cd98d72b4f2fb06ad254d40a434d74220b1f3c54eb289687926433efa_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:07f2d88cd98d72b4f2fb06ad254d40a434d74220b1f3c54eb289687926433efa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A07f2d88cd98d72b4f2fb06ad254d40a434d74220b1f3c54eb289687926433efa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769621085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2c069e68dd0f68bb08c9ce4f3df4111d2c5e3a5aa8cee4c54f905ac6e526ed6a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2c069e68dd0f68bb08c9ce4f3df4111d2c5e3a5aa8cee4c54f905ac6e526ed6a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2c069e68dd0f68bb08c9ce4f3df4111d2c5e3a5aa8cee4c54f905ac6e526ed6a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A2c069e68dd0f68bb08c9ce4f3df4111d2c5e3a5aa8cee4c54f905ac6e526ed6a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:13defbc3825543d262183826b9539e67ce6e7931fc17a85e6e293b6ec99c06b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:13defbc3825543d262183826b9539e67ce6e7931fc17a85e6e293b6ec99c06b8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:13defbc3825543d262183826b9539e67ce6e7931fc17a85e6e293b6ec99c06b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A13defbc3825543d262183826b9539e67ce6e7931fc17a85e6e293b6ec99c06b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553693"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:257e7e525cde8d509de6a99636626590340605588f370e104432b1b156fb5a5d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:257e7e525cde8d509de6a99636626590340605588f370e104432b1b156fb5a5d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:257e7e525cde8d509de6a99636626590340605588f370e104432b1b156fb5a5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A257e7e525cde8d509de6a99636626590340605588f370e104432b1b156fb5a5d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94fe63c2a996f01a5a7442567023256ca945d2414f440e9e7e8c4a1080c84839_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94fe63c2a996f01a5a7442567023256ca945d2414f440e9e7e8c4a1080c84839_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94fe63c2a996f01a5a7442567023256ca945d2414f440e9e7e8c4a1080c84839_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A94fe63c2a996f01a5a7442567023256ca945d2414f440e9e7e8c4a1080c84839?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ba9d35ef6b61a3ba76b9d7f13764f3d18c5779e18ba1580c788d7683f7b97fbf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ba9d35ef6b61a3ba76b9d7f13764f3d18c5779e18ba1580c788d7683f7b97fbf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ba9d35ef6b61a3ba76b9d7f13764f3d18c5779e18ba1580c788d7683f7b97fbf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Aba9d35ef6b61a3ba76b9d7f13764f3d18c5779e18ba1580c788d7683f7b97fbf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f781901fcd2101fb045ba1b2dd83fc55d70043fe0a526abcc0419b7d393d27b2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f781901fcd2101fb045ba1b2dd83fc55d70043fe0a526abcc0419b7d393d27b2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f781901fcd2101fb045ba1b2dd83fc55d70043fe0a526abcc0419b7d393d27b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Af781901fcd2101fb045ba1b2dd83fc55d70043fe0a526abcc0419b7d393d27b2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769641738"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef723fc9bd22c3c4fb9af942f7e8828148327a82f0da2c3631e95ac99f2300cf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef723fc9bd22c3c4fb9af942f7e8828148327a82f0da2c3631e95ac99f2300cf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef723fc9bd22c3c4fb9af942f7e8828148327a82f0da2c3631e95ac99f2300cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Aef723fc9bd22c3c4fb9af942f7e8828148327a82f0da2c3631e95ac99f2300cf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7774713a5ec68411c69860c433be076edcaae57d96f8231c07334b4ffe700f6a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7774713a5ec68411c69860c433be076edcaae57d96f8231c07334b4ffe700f6a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7774713a5ec68411c69860c433be076edcaae57d96f8231c07334b4ffe700f6a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A7774713a5ec68411c69860c433be076edcaae57d96f8231c07334b4ffe700f6a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7a259d83eaeb6a1ef8434cb0219d1ca810d3f324d8850f26c23f1262ceb9d1b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7a259d83eaeb6a1ef8434cb0219d1ca810d3f324d8850f26c23f1262ceb9d1b8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7a259d83eaeb6a1ef8434cb0219d1ca810d3f324d8850f26c23f1262ceb9d1b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A7a259d83eaeb6a1ef8434cb0219d1ca810d3f324d8850f26c23f1262ceb9d1b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552427"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a466f8d0c2e4df1dbc1493def9a0b36800896cbbbe33a005bf6995b61e2d25bc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a466f8d0c2e4df1dbc1493def9a0b36800896cbbbe33a005bf6995b61e2d25bc_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a466f8d0c2e4df1dbc1493def9a0b36800896cbbbe33a005bf6995b61e2d25bc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Aa466f8d0c2e4df1dbc1493def9a0b36800896cbbbe33a005bf6995b61e2d25bc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:15950d0ef5a3d97cf77b1e9cce96e0c02b1dcee7a6f3c0cc114881c833bd9eb7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:15950d0ef5a3d97cf77b1e9cce96e0c02b1dcee7a6f3c0cc114881c833bd9eb7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:15950d0ef5a3d97cf77b1e9cce96e0c02b1dcee7a6f3c0cc114881c833bd9eb7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A15950d0ef5a3d97cf77b1e9cce96e0c02b1dcee7a6f3c0cc114881c833bd9eb7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558588"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ba7c95a0a9217b4040e7854a67f6fbb05698f368b5855b0a277b55de08d29205_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ba7c95a0a9217b4040e7854a67f6fbb05698f368b5855b0a277b55de08d29205_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ba7c95a0a9217b4040e7854a67f6fbb05698f368b5855b0a277b55de08d29205_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Aba7c95a0a9217b4040e7854a67f6fbb05698f368b5855b0a277b55de08d29205?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557947"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:13a2e75c10030a28b3f9091dc8d1eb765f68f98e5cb28ef279351066a3cb9dd9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:13a2e75c10030a28b3f9091dc8d1eb765f68f98e5cb28ef279351066a3cb9dd9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:13a2e75c10030a28b3f9091dc8d1eb765f68f98e5cb28ef279351066a3cb9dd9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A13a2e75c10030a28b3f9091dc8d1eb765f68f98e5cb28ef279351066a3cb9dd9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:85c8925c21ea60e53731ccf1256dbf0e7c5e916e00d7229c2b776174cef64a60_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:85c8925c21ea60e53731ccf1256dbf0e7c5e916e00d7229c2b776174cef64a60_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:85c8925c21ea60e53731ccf1256dbf0e7c5e916e00d7229c2b776174cef64a60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A85c8925c21ea60e53731ccf1256dbf0e7c5e916e00d7229c2b776174cef64a60?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d4686afb2222a0c96dfdd5cf627190830f3ceefecdf31c342c1dc62f8e1c6284_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d4686afb2222a0c96dfdd5cf627190830f3ceefecdf31c342c1dc62f8e1c6284_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d4686afb2222a0c96dfdd5cf627190830f3ceefecdf31c342c1dc62f8e1c6284_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ad4686afb2222a0c96dfdd5cf627190830f3ceefecdf31c342c1dc62f8e1c6284?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:23d09601ab4dcc6f78845d22646cd7ff02b2b9dfb0576b407987cd62fa306a62_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:23d09601ab4dcc6f78845d22646cd7ff02b2b9dfb0576b407987cd62fa306a62_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:23d09601ab4dcc6f78845d22646cd7ff02b2b9dfb0576b407987cd62fa306a62_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A23d09601ab4dcc6f78845d22646cd7ff02b2b9dfb0576b407987cd62fa306a62?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:555114cc044a7d4e5ca3112d3f38d68521969908d74d6e5c4f2aea8e67c67532_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:555114cc044a7d4e5ca3112d3f38d68521969908d74d6e5c4f2aea8e67c67532_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:555114cc044a7d4e5ca3112d3f38d68521969908d74d6e5c4f2aea8e67c67532_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A555114cc044a7d4e5ca3112d3f38d68521969908d74d6e5c4f2aea8e67c67532?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ddc54e4c746513fc4fc31d580135e5cb7907c19871e5077f4cee006a91451331_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ddc54e4c746513fc4fc31d580135e5cb7907c19871e5077f4cee006a91451331_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ddc54e4c746513fc4fc31d580135e5cb7907c19871e5077f4cee006a91451331_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Addc54e4c746513fc4fc31d580135e5cb7907c19871e5077f4cee006a91451331?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555856"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:daadb41317c0a0e7d8d10ab17d938e446352d5956e30e3b1a6460395d72950a1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:daadb41317c0a0e7d8d10ab17d938e446352d5956e30e3b1a6460395d72950a1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:daadb41317c0a0e7d8d10ab17d938e446352d5956e30e3b1a6460395d72950a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Adaadb41317c0a0e7d8d10ab17d938e446352d5956e30e3b1a6460395d72950a1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fa07433ce55e5cf2bdc7b739a1be7571a2ac7dd66499326dab744c3de2cb3ade_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fa07433ce55e5cf2bdc7b739a1be7571a2ac7dd66499326dab744c3de2cb3ade_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fa07433ce55e5cf2bdc7b739a1be7571a2ac7dd66499326dab744c3de2cb3ade_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Afa07433ce55e5cf2bdc7b739a1be7571a2ac7dd66499326dab744c3de2cb3ade?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5d55967deb765a699e0604a26c5029e29654aeb432e9a0cddb3581baa36c7c37_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5d55967deb765a699e0604a26c5029e29654aeb432e9a0cddb3581baa36c7c37_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5d55967deb765a699e0604a26c5029e29654aeb432e9a0cddb3581baa36c7c37_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A5d55967deb765a699e0604a26c5029e29654aeb432e9a0cddb3581baa36c7c37?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:73d44a89d4952300ec8b3070447bde41bfcb112ed7fb26b2366ee01a20884df3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:73d44a89d4952300ec8b3070447bde41bfcb112ed7fb26b2366ee01a20884df3_arm64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:73d44a89d4952300ec8b3070447bde41bfcb112ed7fb26b2366ee01a20884df3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/volume-data-source-validator-rhel9@sha256%3A73d44a89d4952300ec8b3070447bde41bfcb112ed7fb26b2366ee01a20884df3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551515"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:eb222b4fd170b94c157f16d6a0f82396b717182f0ee467f15bf3dd622c6f042a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:eb222b4fd170b94c157f16d6a0f82396b717182f0ee467f15bf3dd622c6f042a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:eb222b4fd170b94c157f16d6a0f82396b717182f0ee467f15bf3dd622c6f042a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Aeb222b4fd170b94c157f16d6a0f82396b717182f0ee467f15bf3dd622c6f042a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:db7736e790073eb4deefb66133303fe82fb87ca84dd00ca529b1065d16919cf2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:db7736e790073eb4deefb66133303fe82fb87ca84dd00ca529b1065d16919cf2_s390x",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:db7736e790073eb4deefb66133303fe82fb87ca84dd00ca529b1065d16919cf2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3Adb7736e790073eb4deefb66133303fe82fb87ca84dd00ca529b1065d16919cf2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b5b9bec5a239b9cda31907f6434de28211464fafe56f90f591e2bd77048cbc78_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b5b9bec5a239b9cda31907f6434de28211464fafe56f90f591e2bd77048cbc78_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b5b9bec5a239b9cda31907f6434de28211464fafe56f90f591e2bd77048cbc78_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Ab5b9bec5a239b9cda31907f6434de28211464fafe56f90f591e2bd77048cbc78?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e58a67b7cfb82ceff58b1cf6de719c243212e142abf09c66e38fc8ffbae5c2bb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e58a67b7cfb82ceff58b1cf6de719c243212e142abf09c66e38fc8ffbae5c2bb_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e58a67b7cfb82ceff58b1cf6de719c243212e142abf09c66e38fc8ffbae5c2bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Ae58a67b7cfb82ceff58b1cf6de719c243212e142abf09c66e38fc8ffbae5c2bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551504"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b2a9c613818517804a209780ad180be00e403bbbb07f762019e619a2f3937581_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b2a9c613818517804a209780ad180be00e403bbbb07f762019e619a2f3937581_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b2a9c613818517804a209780ad180be00e403bbbb07f762019e619a2f3937581_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3Ab2a9c613818517804a209780ad180be00e403bbbb07f762019e619a2f3937581?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4667f25905e7acac890cc33d498a62967392347585a585196dad42d75c6168e8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4667f25905e7acac890cc33d498a62967392347585a585196dad42d75c6168e8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4667f25905e7acac890cc33d498a62967392347585a585196dad42d75c6168e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A4667f25905e7acac890cc33d498a62967392347585a585196dad42d75c6168e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:836664f6efa6a8ecb3c14657823fe9eff61bb10642069eb7c2fd0ec0c5a052c9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:836664f6efa6a8ecb3c14657823fe9eff61bb10642069eb7c2fd0ec0c5a052c9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:836664f6efa6a8ecb3c14657823fe9eff61bb10642069eb7c2fd0ec0c5a052c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A836664f6efa6a8ecb3c14657823fe9eff61bb10642069eb7c2fd0ec0c5a052c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:03f0b3ac6f51dd08d1d09ec038508be35695694c30d669032a4068e54ed94b72_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:03f0b3ac6f51dd08d1d09ec038508be35695694c30d669032a4068e54ed94b72_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:03f0b3ac6f51dd08d1d09ec038508be35695694c30d669032a4068e54ed94b72_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A03f0b3ac6f51dd08d1d09ec038508be35695694c30d669032a4068e54ed94b72?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552134"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a6b74b159d589a19cae4c8d056ced3f78f098b10252f71a39c74f61a7e596acd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a6b74b159d589a19cae4c8d056ced3f78f098b10252f71a39c74f61a7e596acd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a6b74b159d589a19cae4c8d056ced3f78f098b10252f71a39c74f61a7e596acd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Aa6b74b159d589a19cae4c8d056ced3f78f098b10252f71a39c74f61a7e596acd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f633aa2b6e650c49c0c849bd05055641af24f9dd80fb6cbe192e3dd73d165f3a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f633aa2b6e650c49c0c849bd05055641af24f9dd80fb6cbe192e3dd73d165f3a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f633aa2b6e650c49c0c849bd05055641af24f9dd80fb6cbe192e3dd73d165f3a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Af633aa2b6e650c49c0c849bd05055641af24f9dd80fb6cbe192e3dd73d165f3a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cbd010f5cc1a4e6973ff9d5e63fa7b885739bb942f6af01931e3b75ac6d6dd22_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cbd010f5cc1a4e6973ff9d5e63fa7b885739bb942f6af01931e3b75ac6d6dd22_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cbd010f5cc1a4e6973ff9d5e63fa7b885739bb942f6af01931e3b75ac6d6dd22_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Acbd010f5cc1a4e6973ff9d5e63fa7b885739bb942f6af01931e3b75ac6d6dd22?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:98a7945e56f17d3c3f02bb1bab620a9da02d6fa64c206c2ed0eb9280b43e1be8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:98a7945e56f17d3c3f02bb1bab620a9da02d6fa64c206c2ed0eb9280b43e1be8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:98a7945e56f17d3c3f02bb1bab620a9da02d6fa64c206c2ed0eb9280b43e1be8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A98a7945e56f17d3c3f02bb1bab620a9da02d6fa64c206c2ed0eb9280b43e1be8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:db40eb2c54071df768459d563b07edd0bafe9c7a4b4b7d91f20e49b285d1f816_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:db40eb2c54071df768459d563b07edd0bafe9c7a4b4b7d91f20e49b285d1f816_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:db40eb2c54071df768459d563b07edd0bafe9c7a4b4b7d91f20e49b285d1f816_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Adb40eb2c54071df768459d563b07edd0bafe9c7a4b4b7d91f20e49b285d1f816?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:60f6497d4a60a0fd2e31115acda74217718ba4aa9e4190b7f6f04445067f42ef_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:60f6497d4a60a0fd2e31115acda74217718ba4aa9e4190b7f6f04445067f42ef_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:60f6497d4a60a0fd2e31115acda74217718ba4aa9e4190b7f6f04445067f42ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A60f6497d4a60a0fd2e31115acda74217718ba4aa9e4190b7f6f04445067f42ef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0564fae5cef879411cbfca5ae759d8453fad1ef58304229a9c7e0c3a5c01ad3a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0564fae5cef879411cbfca5ae759d8453fad1ef58304229a9c7e0c3a5c01ad3a_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0564fae5cef879411cbfca5ae759d8453fad1ef58304229a9c7e0c3a5c01ad3a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A0564fae5cef879411cbfca5ae759d8453fad1ef58304229a9c7e0c3a5c01ad3a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:63677eb6635eeacdb61df7335f3921306f84575a01acdf5f7f85c0c039e9c55e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:63677eb6635eeacdb61df7335f3921306f84575a01acdf5f7f85c0c039e9c55e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:63677eb6635eeacdb61df7335f3921306f84575a01acdf5f7f85c0c039e9c55e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A63677eb6635eeacdb61df7335f3921306f84575a01acdf5f7f85c0c039e9c55e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fb90893001815582561ac8f89169cb591bea5a8d3178444a6c5bcee42f460902_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fb90893001815582561ac8f89169cb591bea5a8d3178444a6c5bcee42f460902_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fb90893001815582561ac8f89169cb591bea5a8d3178444a6c5bcee42f460902_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Afb90893001815582561ac8f89169cb591bea5a8d3178444a6c5bcee42f460902?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:d731c5b698de2c3acb9f6c2cef7348cfa152acd5b1bdb0a401474f933d26fda7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:d731c5b698de2c3acb9f6c2cef7348cfa152acd5b1bdb0a401474f933d26fda7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:d731c5b698de2c3acb9f6c2cef7348cfa152acd5b1bdb0a401474f933d26fda7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshot-metadata-rhel9@sha256%3Ad731c5b698de2c3acb9f6c2cef7348cfa152acd5b1bdb0a401474f933d26fda7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594083"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a06a8f6b36e0d3be5ed3cf5dd67566f77830b9d06033bb2974f2906f1a594b7a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a06a8f6b36e0d3be5ed3cf5dd67566f77830b9d06033bb2974f2906f1a594b7a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a06a8f6b36e0d3be5ed3cf5dd67566f77830b9d06033bb2974f2906f1a594b7a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Aa06a8f6b36e0d3be5ed3cf5dd67566f77830b9d06033bb2974f2906f1a594b7a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0c5732927f22de21b2aa535fddbfb0abfcb101c33c222fc13fbbb846f775c321_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0c5732927f22de21b2aa535fddbfb0abfcb101c33c222fc13fbbb846f775c321_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0c5732927f22de21b2aa535fddbfb0abfcb101c33c222fc13fbbb846f775c321_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A0c5732927f22de21b2aa535fddbfb0abfcb101c33c222fc13fbbb846f775c321?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:764d4c3452867b64338abedfbaf74ec0e0ea99ef72d7d0d9b66446d7c14e8516_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:764d4c3452867b64338abedfbaf74ec0e0ea99ef72d7d0d9b66446d7c14e8516_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:764d4c3452867b64338abedfbaf74ec0e0ea99ef72d7d0d9b66446d7c14e8516_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A764d4c3452867b64338abedfbaf74ec0e0ea99ef72d7d0d9b66446d7c14e8516?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:169335906e74324804766e4ae56da8a6d3c5611e40012122b5ad95edea908982_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:169335906e74324804766e4ae56da8a6d3c5611e40012122b5ad95edea908982_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:169335906e74324804766e4ae56da8a6d3c5611e40012122b5ad95edea908982_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A169335906e74324804766e4ae56da8a6d3c5611e40012122b5ad95edea908982?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769645073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d832e4ac3877823c3c74e1f6b9b507b3257e9908383d4c63255ff1dfd2c58f13_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d832e4ac3877823c3c74e1f6b9b507b3257e9908383d4c63255ff1dfd2c58f13_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d832e4ac3877823c3c74e1f6b9b507b3257e9908383d4c63255ff1dfd2c58f13_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3Ad832e4ac3877823c3c74e1f6b9b507b3257e9908383d4c63255ff1dfd2c58f13?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a83c731420e770628eb18f4aa45c54b5afa374c7a2eb3243472dd8cc4325da65_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a83c731420e770628eb18f4aa45c54b5afa374c7a2eb3243472dd8cc4325da65_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a83c731420e770628eb18f4aa45c54b5afa374c7a2eb3243472dd8cc4325da65_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Aa83c731420e770628eb18f4aa45c54b5afa374c7a2eb3243472dd8cc4325da65?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8733167fa23aa6db9b5ec3a0d85cf3d0536e339e0f39ccc794577c19a5119106_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8733167fa23aa6db9b5ec3a0d85cf3d0536e339e0f39ccc794577c19a5119106_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8733167fa23aa6db9b5ec3a0d85cf3d0536e339e0f39ccc794577c19a5119106_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A8733167fa23aa6db9b5ec3a0d85cf3d0536e339e0f39ccc794577c19a5119106?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b7ee767a6909994b14a284e8fe87e7a2fc62fb7226ba40595fa8440d6e475204_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b7ee767a6909994b14a284e8fe87e7a2fc62fb7226ba40595fa8440d6e475204_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b7ee767a6909994b14a284e8fe87e7a2fc62fb7226ba40595fa8440d6e475204_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Ab7ee767a6909994b14a284e8fe87e7a2fc62fb7226ba40595fa8440d6e475204?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6760cb05c2b827454f09e12874f2fbc8733c02060a8f5cccc53cf2bb7bb1a4b9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6760cb05c2b827454f09e12874f2fbc8733c02060a8f5cccc53cf2bb7bb1a4b9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6760cb05c2b827454f09e12874f2fbc8733c02060a8f5cccc53cf2bb7bb1a4b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A6760cb05c2b827454f09e12874f2fbc8733c02060a8f5cccc53cf2bb7bb1a4b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7ec84086841e4029fe6afea3bb8a8d5eacdbc2e40ae3105e28d5ce86b792efd0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7ec84086841e4029fe6afea3bb8a8d5eacdbc2e40ae3105e28d5ce86b792efd0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7ec84086841e4029fe6afea3bb8a8d5eacdbc2e40ae3105e28d5ce86b792efd0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A7ec84086841e4029fe6afea3bb8a8d5eacdbc2e40ae3105e28d5ce86b792efd0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d8b1f8bfb24a29178bc263d940b2ec41a8694a0cfa536f0864ba99046bdc9a59_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d8b1f8bfb24a29178bc263d940b2ec41a8694a0cfa536f0864ba99046bdc9a59_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d8b1f8bfb24a29178bc263d940b2ec41a8694a0cfa536f0864ba99046bdc9a59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Ad8b1f8bfb24a29178bc263d940b2ec41a8694a0cfa536f0864ba99046bdc9a59?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557811"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bf351c51fa129305dbfb5743c518374905b05ee7d6f64a46b0ba7894ac72613e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bf351c51fa129305dbfb5743c518374905b05ee7d6f64a46b0ba7894ac72613e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bf351c51fa129305dbfb5743c518374905b05ee7d6f64a46b0ba7894ac72613e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Abf351c51fa129305dbfb5743c518374905b05ee7d6f64a46b0ba7894ac72613e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a98e5f141a7a349f6b9db027b20cecd9a3bbc9e945f4e42ff4af9e634b3537bc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a98e5f141a7a349f6b9db027b20cecd9a3bbc9e945f4e42ff4af9e634b3537bc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a98e5f141a7a349f6b9db027b20cecd9a3bbc9e945f4e42ff4af9e634b3537bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Aa98e5f141a7a349f6b9db027b20cecd9a3bbc9e945f4e42ff4af9e634b3537bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554043"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:40937e7e7792d85e446c58c9828d6ccb678605c897e8bc39f851c24ab8caec6a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:40937e7e7792d85e446c58c9828d6ccb678605c897e8bc39f851c24ab8caec6a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:40937e7e7792d85e446c58c9828d6ccb678605c897e8bc39f851c24ab8caec6a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A40937e7e7792d85e446c58c9828d6ccb678605c897e8bc39f851c24ab8caec6a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9d8d13cc9c4fe358d5a289b3181e2f7a0276d0890b3610a5a832113e9a7bf031_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9d8d13cc9c4fe358d5a289b3181e2f7a0276d0890b3610a5a832113e9a7bf031_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9d8d13cc9c4fe358d5a289b3181e2f7a0276d0890b3610a5a832113e9a7bf031_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A9d8d13cc9c4fe358d5a289b3181e2f7a0276d0890b3610a5a832113e9a7bf031?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:36c3a50574f2c80d92be43450340e41e379cd100dc67fcf0e2dbaa034ba6529f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:36c3a50574f2c80d92be43450340e41e379cd100dc67fcf0e2dbaa034ba6529f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:36c3a50574f2c80d92be43450340e41e379cd100dc67fcf0e2dbaa034ba6529f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A36c3a50574f2c80d92be43450340e41e379cd100dc67fcf0e2dbaa034ba6529f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2ad74c22c84672609968acb6be78ef6c1c27b60f211fbfb23fd5b5c6d395b05_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2ad74c22c84672609968acb6be78ef6c1c27b60f211fbfb23fd5b5c6d395b05_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2ad74c22c84672609968acb6be78ef6c1c27b60f211fbfb23fd5b5c6d395b05_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Ad2ad74c22c84672609968acb6be78ef6c1c27b60f211fbfb23fd5b5c6d395b05?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552013"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:79473a979df621458a768549aee109ebc07f1a475c52183cb167e13858044c4f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:79473a979df621458a768549aee109ebc07f1a475c52183cb167e13858044c4f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:79473a979df621458a768549aee109ebc07f1a475c52183cb167e13858044c4f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A79473a979df621458a768549aee109ebc07f1a475c52183cb167e13858044c4f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552624"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9b1b189fc680548be9477c665cee60f0dc182e06a34595c81bdb86f797e489e0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9b1b189fc680548be9477c665cee60f0dc182e06a34595c81bdb86f797e489e0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9b1b189fc680548be9477c665cee60f0dc182e06a34595c81bdb86f797e489e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A9b1b189fc680548be9477c665cee60f0dc182e06a34595c81bdb86f797e489e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c3d94e33df927b9de5ed4b3a8775fc1dfc337b9656c30fe49e5707bbe9122fa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c3d94e33df927b9de5ed4b3a8775fc1dfc337b9656c30fe49e5707bbe9122fa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c3d94e33df927b9de5ed4b3a8775fc1dfc337b9656c30fe49e5707bbe9122fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A5c3d94e33df927b9de5ed4b3a8775fc1dfc337b9656c30fe49e5707bbe9122fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555134"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ef04eedeb5ca1db07318f0c80bad82e27594db3873a95f5767fa763ee8494e70_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ef04eedeb5ca1db07318f0c80bad82e27594db3873a95f5767fa763ee8494e70_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ef04eedeb5ca1db07318f0c80bad82e27594db3873a95f5767fa763ee8494e70_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Aef04eedeb5ca1db07318f0c80bad82e27594db3873a95f5767fa763ee8494e70?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:cacdf99b6637e90d3203401665039c081e0c54711243a21aa0ef4345a221f1e3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:cacdf99b6637e90d3203401665039c081e0c54711243a21aa0ef4345a221f1e3_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:cacdf99b6637e90d3203401665039c081e0c54711243a21aa0ef4345a221f1e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Acacdf99b6637e90d3203401665039c081e0c54711243a21aa0ef4345a221f1e3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:780b1dcdb13052360030f39f50dfe70618326c4fb6ddcdb0202026c7badb1427_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:780b1dcdb13052360030f39f50dfe70618326c4fb6ddcdb0202026c7badb1427_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:780b1dcdb13052360030f39f50dfe70618326c4fb6ddcdb0202026c7badb1427_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A780b1dcdb13052360030f39f50dfe70618326c4fb6ddcdb0202026c7badb1427?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:cf038a6a0e3b2c297d249accf719b9019438aed39e746e90c0aa6b5c0696035d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:cf038a6a0e3b2c297d249accf719b9019438aed39e746e90c0aa6b5c0696035d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:cf038a6a0e3b2c297d249accf719b9019438aed39e746e90c0aa6b5c0696035d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Acf038a6a0e3b2c297d249accf719b9019438aed39e746e90c0aa6b5c0696035d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:ab2f966bc1c8b74ee7b59abebffff9e9024c82dae708459a9e8c809e4595fc82_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:ab2f966bc1c8b74ee7b59abebffff9e9024c82dae708459a9e8c809e4595fc82_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:ab2f966bc1c8b74ee7b59abebffff9e9024c82dae708459a9e8c809e4595fc82_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Aab2f966bc1c8b74ee7b59abebffff9e9024c82dae708459a9e8c809e4595fc82?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:527c931a4c5f7ff8f13f9c69524837678ee65b5d8f3b7c512c84a8f90f0a2001_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:527c931a4c5f7ff8f13f9c69524837678ee65b5d8f3b7c512c84a8f90f0a2001_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:527c931a4c5f7ff8f13f9c69524837678ee65b5d8f3b7c512c84a8f90f0a2001_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A527c931a4c5f7ff8f13f9c69524837678ee65b5d8f3b7c512c84a8f90f0a2001?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:0aff600927a762bbe521b6446b609de0de9c5fe10d5cc04f83d9f7157815fc5d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:0aff600927a762bbe521b6446b609de0de9c5fe10d5cc04f83d9f7157815fc5d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:0aff600927a762bbe521b6446b609de0de9c5fe10d5cc04f83d9f7157815fc5d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A0aff600927a762bbe521b6446b609de0de9c5fe10d5cc04f83d9f7157815fc5d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6e415c46f81193c6478d4a6b85113d2aa54945ac242e68f094b032190d8c93b2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6e415c46f81193c6478d4a6b85113d2aa54945ac242e68f094b032190d8c93b2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6e415c46f81193c6478d4a6b85113d2aa54945ac242e68f094b032190d8c93b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A6e415c46f81193c6478d4a6b85113d2aa54945ac242e68f094b032190d8c93b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:31e57a5ae87d85cd2f7ccd78afcceefd0354312171b0e19409e0f17fdb922f8e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:31e57a5ae87d85cd2f7ccd78afcceefd0354312171b0e19409e0f17fdb922f8e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:31e57a5ae87d85cd2f7ccd78afcceefd0354312171b0e19409e0f17fdb922f8e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A31e57a5ae87d85cd2f7ccd78afcceefd0354312171b0e19409e0f17fdb922f8e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bd224a273b54f9f8ead326d2010020e690a19e18d3003b3f890b3b6668178e8f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bd224a273b54f9f8ead326d2010020e690a19e18d3003b3f890b3b6668178e8f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bd224a273b54f9f8ead326d2010020e690a19e18d3003b3f890b3b6668178e8f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Abd224a273b54f9f8ead326d2010020e690a19e18d3003b3f890b3b6668178e8f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:54f3f18c09cc510c30850c98533a9e8cfb88e45be30fc603abcc4c308529cc88_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:54f3f18c09cc510c30850c98533a9e8cfb88e45be30fc603abcc4c308529cc88_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:54f3f18c09cc510c30850c98533a9e8cfb88e45be30fc603abcc4c308529cc88_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A54f3f18c09cc510c30850c98533a9e8cfb88e45be30fc603abcc4c308529cc88?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:89f763f82bdc05d7c90bc1acb79a5db4256b5094eaf5f5dde824d0da6f20d7a9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:89f763f82bdc05d7c90bc1acb79a5db4256b5094eaf5f5dde824d0da6f20d7a9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:89f763f82bdc05d7c90bc1acb79a5db4256b5094eaf5f5dde824d0da6f20d7a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A89f763f82bdc05d7c90bc1acb79a5db4256b5094eaf5f5dde824d0da6f20d7a9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2c7e62f8f67717b38d2d678adf6e15b52e20b6c8d91222dc96d239252b576fec_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2c7e62f8f67717b38d2d678adf6e15b52e20b6c8d91222dc96d239252b576fec_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2c7e62f8f67717b38d2d678adf6e15b52e20b6c8d91222dc96d239252b576fec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A2c7e62f8f67717b38d2d678adf6e15b52e20b6c8d91222dc96d239252b576fec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769596908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d88a2fdb4b3d85ab096b21ca4e7577da533fe8e9ec37e16d1bb75b5bd022dec7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d88a2fdb4b3d85ab096b21ca4e7577da533fe8e9ec37e16d1bb75b5bd022dec7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d88a2fdb4b3d85ab096b21ca4e7577da533fe8e9ec37e16d1bb75b5bd022dec7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Ad88a2fdb4b3d85ab096b21ca4e7577da533fe8e9ec37e16d1bb75b5bd022dec7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1a52670da13d42a2c4351a39949e2569607161c709848f7e72179319ae8822d0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1a52670da13d42a2c4351a39949e2569607161c709848f7e72179319ae8822d0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1a52670da13d42a2c4351a39949e2569607161c709848f7e72179319ae8822d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A1a52670da13d42a2c4351a39949e2569607161c709848f7e72179319ae8822d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2bdf6c546709c7827c1a68f98aa9b01cca8a00b5af6640411db8aeccc006ed48_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2bdf6c546709c7827c1a68f98aa9b01cca8a00b5af6640411db8aeccc006ed48_s390x",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2bdf6c546709c7827c1a68f98aa9b01cca8a00b5af6640411db8aeccc006ed48_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3A2bdf6c546709c7827c1a68f98aa9b01cca8a00b5af6640411db8aeccc006ed48?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c7be1681cdeda56c9bc862b1f757f465d5cac94c8357c2d274a2418bc48291f1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c7be1681cdeda56c9bc862b1f757f465d5cac94c8357c2d274a2418bc48291f1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c7be1681cdeda56c9bc862b1f757f465d5cac94c8357c2d274a2418bc48291f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Ac7be1681cdeda56c9bc862b1f757f465d5cac94c8357c2d274a2418bc48291f1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0c42ad7f13cfbf8a4aad78299d709483343c1d79443ec18e7aa7f13dab756ee0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0c42ad7f13cfbf8a4aad78299d709483343c1d79443ec18e7aa7f13dab756ee0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0c42ad7f13cfbf8a4aad78299d709483343c1d79443ec18e7aa7f13dab756ee0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A0c42ad7f13cfbf8a4aad78299d709483343c1d79443ec18e7aa7f13dab756ee0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:19c0783b85abda8d0ba6cda4bd4adcb36095798d94e616c99f411338a9989059_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:19c0783b85abda8d0ba6cda4bd4adcb36095798d94e616c99f411338a9989059_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:19c0783b85abda8d0ba6cda4bd4adcb36095798d94e616c99f411338a9989059_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A19c0783b85abda8d0ba6cda4bd4adcb36095798d94e616c99f411338a9989059?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769621201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6f12925ce09cbe57e60ed8be87a97efc25587ad660f8c1567c43644049cb989a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6f12925ce09cbe57e60ed8be87a97efc25587ad660f8c1567c43644049cb989a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6f12925ce09cbe57e60ed8be87a97efc25587ad660f8c1567c43644049cb989a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A6f12925ce09cbe57e60ed8be87a97efc25587ad660f8c1567c43644049cb989a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcc317524de3d0331b0bde62c50d5c54e0e4c5127b31d1adf4627d3226c115aa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcc317524de3d0331b0bde62c50d5c54e0e4c5127b31d1adf4627d3226c115aa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcc317524de3d0331b0bde62c50d5c54e0e4c5127b31d1adf4627d3226c115aa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Adcc317524de3d0331b0bde62c50d5c54e0e4c5127b31d1adf4627d3226c115aa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557678"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc1ad2ef67397f8a96e29d1181983798bf12f234fc35ee5d738027825d2ee2e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc1ad2ef67397f8a96e29d1181983798bf12f234fc35ee5d738027825d2ee2e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc1ad2ef67397f8a96e29d1181983798bf12f234fc35ee5d738027825d2ee2e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A6cc1ad2ef67397f8a96e29d1181983798bf12f234fc35ee5d738027825d2ee2e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:34f0cde924117f6f678dbfbb96c7a87def4ead6cf74ae6aaedcb4dc5d90b5468_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:34f0cde924117f6f678dbfbb96c7a87def4ead6cf74ae6aaedcb4dc5d90b5468_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:34f0cde924117f6f678dbfbb96c7a87def4ead6cf74ae6aaedcb4dc5d90b5468_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A34f0cde924117f6f678dbfbb96c7a87def4ead6cf74ae6aaedcb4dc5d90b5468?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557986"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4c53393ecb68024ddd2e5f0d6461a48e1174ef5351ffd398cfa85a94df9b2acd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4c53393ecb68024ddd2e5f0d6461a48e1174ef5351ffd398cfa85a94df9b2acd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4c53393ecb68024ddd2e5f0d6461a48e1174ef5351ffd398cfa85a94df9b2acd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A4c53393ecb68024ddd2e5f0d6461a48e1174ef5351ffd398cfa85a94df9b2acd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557449"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e363d36a7b7e0fd73f45c40d3772507369cbd5f38a349c1ac7b471d8b82372a8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e363d36a7b7e0fd73f45c40d3772507369cbd5f38a349c1ac7b471d8b82372a8_s390x",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e363d36a7b7e0fd73f45c40d3772507369cbd5f38a349c1ac7b471d8b82372a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3Ae363d36a7b7e0fd73f45c40d3772507369cbd5f38a349c1ac7b471d8b82372a8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:4234d1f01b134bfe72fa62749941322c453d2197efa06dc2bd555f281cf6bd25_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:4234d1f01b134bfe72fa62749941322c453d2197efa06dc2bd555f281cf6bd25_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:4234d1f01b134bfe72fa62749941322c453d2197efa06dc2bd555f281cf6bd25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A4234d1f01b134bfe72fa62749941322c453d2197efa06dc2bd555f281cf6bd25?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:34d51d2b8e75e20db14180113f49eb0ed77a3a7b91f96e5b63ea66f0cdafdedd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:34d51d2b8e75e20db14180113f49eb0ed77a3a7b91f96e5b63ea66f0cdafdedd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:34d51d2b8e75e20db14180113f49eb0ed77a3a7b91f96e5b63ea66f0cdafdedd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A34d51d2b8e75e20db14180113f49eb0ed77a3a7b91f96e5b63ea66f0cdafdedd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769561414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7c849d93184ec87fe75fda9b235fce8420de88d73bc08fc4d28b1ba882698a52_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7c849d93184ec87fe75fda9b235fce8420de88d73bc08fc4d28b1ba882698a52_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7c849d93184ec87fe75fda9b235fce8420de88d73bc08fc4d28b1ba882698a52_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A7c849d93184ec87fe75fda9b235fce8420de88d73bc08fc4d28b1ba882698a52?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60a4564bc1b43d9f69a1dc763f8aaf1e72377939edbdb90bc4373668bddd71d9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60a4564bc1b43d9f69a1dc763f8aaf1e72377939edbdb90bc4373668bddd71d9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60a4564bc1b43d9f69a1dc763f8aaf1e72377939edbdb90bc4373668bddd71d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A60a4564bc1b43d9f69a1dc763f8aaf1e72377939edbdb90bc4373668bddd71d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b5bd33aaa51d8da1bf7879156bac953a8981e9f3db9685b651f3778fd23fb2fc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b5bd33aaa51d8da1bf7879156bac953a8981e9f3db9685b651f3778fd23fb2fc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b5bd33aaa51d8da1bf7879156bac953a8981e9f3db9685b651f3778fd23fb2fc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Ab5bd33aaa51d8da1bf7879156bac953a8981e9f3db9685b651f3778fd23fb2fc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7713b7e6b1d55055e9058899b252c3cef272b58d532471dce61abcfcb94ae6a1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7713b7e6b1d55055e9058899b252c3cef272b58d532471dce61abcfcb94ae6a1_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7713b7e6b1d55055e9058899b252c3cef272b58d532471dce61abcfcb94ae6a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A7713b7e6b1d55055e9058899b252c3cef272b58d532471dce61abcfcb94ae6a1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e143ccf05b7d4d9bd6d2d9c55a8e8e2c397a6a474067c632bcc25c822a01afa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e143ccf05b7d4d9bd6d2d9c55a8e8e2c397a6a474067c632bcc25c822a01afa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e143ccf05b7d4d9bd6d2d9c55a8e8e2c397a6a474067c632bcc25c822a01afa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A0e143ccf05b7d4d9bd6d2d9c55a8e8e2c397a6a474067c632bcc25c822a01afa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9e64d77f908794056343497dee8feb351a19af719a9c566c8c5d43f63ea8b1bc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9e64d77f908794056343497dee8feb351a19af719a9c566c8c5d43f63ea8b1bc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9e64d77f908794056343497dee8feb351a19af719a9c566c8c5d43f63ea8b1bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A9e64d77f908794056343497dee8feb351a19af719a9c566c8c5d43f63ea8b1bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8eba168fc4d1bb891ad57c34e982cf56434b25b0c91dabcefd1db368cd5d825e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8eba168fc4d1bb891ad57c34e982cf56434b25b0c91dabcefd1db368cd5d825e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8eba168fc4d1bb891ad57c34e982cf56434b25b0c91dabcefd1db368cd5d825e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A8eba168fc4d1bb891ad57c34e982cf56434b25b0c91dabcefd1db368cd5d825e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553738"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b42b9fa2a9646b187f2bd75828110e355dec81581e9194f83e7d3ded53c10945_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b42b9fa2a9646b187f2bd75828110e355dec81581e9194f83e7d3ded53c10945_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b42b9fa2a9646b187f2bd75828110e355dec81581e9194f83e7d3ded53c10945_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Ab42b9fa2a9646b187f2bd75828110e355dec81581e9194f83e7d3ded53c10945?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:026f660635b2cbd2bc63a8a84256d6922fff55a5333081709111889b6c0ba657_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:026f660635b2cbd2bc63a8a84256d6922fff55a5333081709111889b6c0ba657_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:026f660635b2cbd2bc63a8a84256d6922fff55a5333081709111889b6c0ba657_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A026f660635b2cbd2bc63a8a84256d6922fff55a5333081709111889b6c0ba657?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fe0e7d31b49934d0f9eb64e2c9bd2c8526ab3459e64c9c946e06dd7da7929051_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fe0e7d31b49934d0f9eb64e2c9bd2c8526ab3459e64c9c946e06dd7da7929051_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fe0e7d31b49934d0f9eb64e2c9bd2c8526ab3459e64c9c946e06dd7da7929051_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Afe0e7d31b49934d0f9eb64e2c9bd2c8526ab3459e64c9c946e06dd7da7929051?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6cd5ca919745afe1428955e23ff22b98a03f99ad88ccb4d8cb8c172b9bc48c4e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6cd5ca919745afe1428955e23ff22b98a03f99ad88ccb4d8cb8c172b9bc48c4e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6cd5ca919745afe1428955e23ff22b98a03f99ad88ccb4d8cb8c172b9bc48c4e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A6cd5ca919745afe1428955e23ff22b98a03f99ad88ccb4d8cb8c172b9bc48c4e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557134"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:24bbcb8228ed8713af724be3c2315267c850fafbf39e288b8f54a127098da3f2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:24bbcb8228ed8713af724be3c2315267c850fafbf39e288b8f54a127098da3f2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:24bbcb8228ed8713af724be3c2315267c850fafbf39e288b8f54a127098da3f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A24bbcb8228ed8713af724be3c2315267c850fafbf39e288b8f54a127098da3f2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552546"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3d24e6943c302fb78c8931563076dcc75cd3d0104581e2a2b44f5c315f6c1876_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3d24e6943c302fb78c8931563076dcc75cd3d0104581e2a2b44f5c315f6c1876_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3d24e6943c302fb78c8931563076dcc75cd3d0104581e2a2b44f5c315f6c1876_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A3d24e6943c302fb78c8931563076dcc75cd3d0104581e2a2b44f5c315f6c1876?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2a3e5034f99e8447a443e006d829422ccb25ce674d322cf4e29bf06d65dd8ce0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2a3e5034f99e8447a443e006d829422ccb25ce674d322cf4e29bf06d65dd8ce0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2a3e5034f99e8447a443e006d829422ccb25ce674d322cf4e29bf06d65dd8ce0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A2a3e5034f99e8447a443e006d829422ccb25ce674d322cf4e29bf06d65dd8ce0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9e83d3bca30f3956977360bb7dd9cc1a8a7f2eabadb39cfcea8b557d661bfc10_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9e83d3bca30f3956977360bb7dd9cc1a8a7f2eabadb39cfcea8b557d661bfc10_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9e83d3bca30f3956977360bb7dd9cc1a8a7f2eabadb39cfcea8b557d661bfc10_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A9e83d3bca30f3956977360bb7dd9cc1a8a7f2eabadb39cfcea8b557d661bfc10?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ab48498a6d8fd1cf12b7f8b464818e5be14433b20954daaba165212906f848a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ab48498a6d8fd1cf12b7f8b464818e5be14433b20954daaba165212906f848a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ab48498a6d8fd1cf12b7f8b464818e5be14433b20954daaba165212906f848a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A8ab48498a6d8fd1cf12b7f8b464818e5be14433b20954daaba165212906f848a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:420254f55ef9c5fde9001d2850cfd2555b066c3a5444bb4cb84e9784430e19bb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:420254f55ef9c5fde9001d2850cfd2555b066c3a5444bb4cb84e9784430e19bb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:420254f55ef9c5fde9001d2850cfd2555b066c3a5444bb4cb84e9784430e19bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A420254f55ef9c5fde9001d2850cfd2555b066c3a5444bb4cb84e9784430e19bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557210"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a6ffe4308a45c92eacd086788e37a923400cae5c652798d191e2cdff88bd58d5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a6ffe4308a45c92eacd086788e37a923400cae5c652798d191e2cdff88bd58d5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a6ffe4308a45c92eacd086788e37a923400cae5c652798d191e2cdff88bd58d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Aa6ffe4308a45c92eacd086788e37a923400cae5c652798d191e2cdff88bd58d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dc1731fa9b74b78461e448e77a2b3cd53e8fd0b5dbd71a02d45a396dce1ffcbc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dc1731fa9b74b78461e448e77a2b3cd53e8fd0b5dbd71a02d45a396dce1ffcbc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dc1731fa9b74b78461e448e77a2b3cd53e8fd0b5dbd71a02d45a396dce1ffcbc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Adc1731fa9b74b78461e448e77a2b3cd53e8fd0b5dbd71a02d45a396dce1ffcbc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:cf85ea7ac46c67c759baacf5f379abfede2d7feb143707535aec5af046028a2f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:cf85ea7ac46c67c759baacf5f379abfede2d7feb143707535aec5af046028a2f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:cf85ea7ac46c67c759baacf5f379abfede2d7feb143707535aec5af046028a2f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Acf85ea7ac46c67c759baacf5f379abfede2d7feb143707535aec5af046028a2f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1cfd8bccde5de1e3a58cad853124e1775ae3c6f1616d1b5da3766aee4beeaf96_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1cfd8bccde5de1e3a58cad853124e1775ae3c6f1616d1b5da3766aee4beeaf96_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1cfd8bccde5de1e3a58cad853124e1775ae3c6f1616d1b5da3766aee4beeaf96_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A1cfd8bccde5de1e3a58cad853124e1775ae3c6f1616d1b5da3766aee4beeaf96?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:cd83aa0cb7db694bb42222797fc6ae405bce01a42e9293389624eb1ce0fff757_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:cd83aa0cb7db694bb42222797fc6ae405bce01a42e9293389624eb1ce0fff757_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:cd83aa0cb7db694bb42222797fc6ae405bce01a42e9293389624eb1ce0fff757_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Acd83aa0cb7db694bb42222797fc6ae405bce01a42e9293389624eb1ce0fff757?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:565ce470ec8f3fa0311385ad3fd2f2d740d2bf2b71edad055bae19258e1c112e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:565ce470ec8f3fa0311385ad3fd2f2d740d2bf2b71edad055bae19258e1c112e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:565ce470ec8f3fa0311385ad3fd2f2d740d2bf2b71edad055bae19258e1c112e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A565ce470ec8f3fa0311385ad3fd2f2d740d2bf2b71edad055bae19258e1c112e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a0b2e00f2160897df5743e11eabee6bd773a1fdfc36f61cba9512fc332d0df0c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a0b2e00f2160897df5743e11eabee6bd773a1fdfc36f61cba9512fc332d0df0c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a0b2e00f2160897df5743e11eabee6bd773a1fdfc36f61cba9512fc332d0df0c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Aa0b2e00f2160897df5743e11eabee6bd773a1fdfc36f61cba9512fc332d0df0c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d6e2b9fda8e854de0d147864e1f56e17a97659dd24b25438a8579fd55c1087ad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d6e2b9fda8e854de0d147864e1f56e17a97659dd24b25438a8579fd55c1087ad_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d6e2b9fda8e854de0d147864e1f56e17a97659dd24b25438a8579fd55c1087ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Ad6e2b9fda8e854de0d147864e1f56e17a97659dd24b25438a8579fd55c1087ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:08cdf3e5578e90a7a8b1bf3a764ec8c6eedf107d38833f78e2d12997ef0c5173_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:08cdf3e5578e90a7a8b1bf3a764ec8c6eedf107d38833f78e2d12997ef0c5173_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:08cdf3e5578e90a7a8b1bf3a764ec8c6eedf107d38833f78e2d12997ef0c5173_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A08cdf3e5578e90a7a8b1bf3a764ec8c6eedf107d38833f78e2d12997ef0c5173?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594184"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a9802e85bcd5dfda8df6b0225ac4d075d994b780bc74ddf05e9296c361e2c978_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a9802e85bcd5dfda8df6b0225ac4d075d994b780bc74ddf05e9296c361e2c978_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a9802e85bcd5dfda8df6b0225ac4d075d994b780bc74ddf05e9296c361e2c978_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Aa9802e85bcd5dfda8df6b0225ac4d075d994b780bc74ddf05e9296c361e2c978?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551997"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f206fcffbd7d83b21d899d354272a62739a4394cf9e321519fad70104a043b66_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f206fcffbd7d83b21d899d354272a62739a4394cf9e321519fad70104a043b66_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f206fcffbd7d83b21d899d354272a62739a4394cf9e321519fad70104a043b66_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Af206fcffbd7d83b21d899d354272a62739a4394cf9e321519fad70104a043b66?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557482"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ac86d1ba5e66e1af0c954419b2dec6679fe3af6c461d425450f6721f88970dba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ac86d1ba5e66e1af0c954419b2dec6679fe3af6c461d425450f6721f88970dba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ac86d1ba5e66e1af0c954419b2dec6679fe3af6c461d425450f6721f88970dba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Aac86d1ba5e66e1af0c954419b2dec6679fe3af6c461d425450f6721f88970dba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d5e403c332e09a0adc28a7dc129c2709c0963296665c063be46007f999686799_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d5e403c332e09a0adc28a7dc129c2709c0963296665c063be46007f999686799_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d5e403c332e09a0adc28a7dc129c2709c0963296665c063be46007f999686799_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Ad5e403c332e09a0adc28a7dc129c2709c0963296665c063be46007f999686799?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f927d09425d22b39cfb65f45ba30d0dc21902fbc3dc39989071edd80f8790be3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f927d09425d22b39cfb65f45ba30d0dc21902fbc3dc39989071edd80f8790be3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f927d09425d22b39cfb65f45ba30d0dc21902fbc3dc39989071edd80f8790be3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Af927d09425d22b39cfb65f45ba30d0dc21902fbc3dc39989071edd80f8790be3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:97bf3147de08e34dbe0bcdadf404e0b7dc74604bb8c0eda34dc98759ff1e01bf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:97bf3147de08e34dbe0bcdadf404e0b7dc74604bb8c0eda34dc98759ff1e01bf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:97bf3147de08e34dbe0bcdadf404e0b7dc74604bb8c0eda34dc98759ff1e01bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A97bf3147de08e34dbe0bcdadf404e0b7dc74604bb8c0eda34dc98759ff1e01bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e149b17a5941acbba87c4ae92d1226f6de065f46564c0e0725382cd4c891a4e8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e149b17a5941acbba87c4ae92d1226f6de065f46564c0e0725382cd4c891a4e8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e149b17a5941acbba87c4ae92d1226f6de065f46564c0e0725382cd4c891a4e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Ae149b17a5941acbba87c4ae92d1226f6de065f46564c0e0725382cd4c891a4e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557079"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2fbb5be24d0fd128c267268ebb7f95861875ceb2d544a5f971f8764f5b15b363_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2fbb5be24d0fd128c267268ebb7f95861875ceb2d544a5f971f8764f5b15b363_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2fbb5be24d0fd128c267268ebb7f95861875ceb2d544a5f971f8764f5b15b363_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A2fbb5be24d0fd128c267268ebb7f95861875ceb2d544a5f971f8764f5b15b363?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:598f7749f81749f95fbb2adbb168a7206f38a0bbc54da498433570bfc9ce3b7c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:598f7749f81749f95fbb2adbb168a7206f38a0bbc54da498433570bfc9ce3b7c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:598f7749f81749f95fbb2adbb168a7206f38a0bbc54da498433570bfc9ce3b7c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A598f7749f81749f95fbb2adbb168a7206f38a0bbc54da498433570bfc9ce3b7c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553355"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:635018b45a33d7cbb15766995f7de66a2563fa3bc187733e0ebe93bc8e0f4f33_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:635018b45a33d7cbb15766995f7de66a2563fa3bc187733e0ebe93bc8e0f4f33_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:635018b45a33d7cbb15766995f7de66a2563fa3bc187733e0ebe93bc8e0f4f33_s390x",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A635018b45a33d7cbb15766995f7de66a2563fa3bc187733e0ebe93bc8e0f4f33?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b0d822a3d6404036345fbaeff26d4391f253c38a764292a5199f0fef1a00d0c5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b0d822a3d6404036345fbaeff26d4391f253c38a764292a5199f0fef1a00d0c5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b0d822a3d6404036345fbaeff26d4391f253c38a764292a5199f0fef1a00d0c5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3Ab0d822a3d6404036345fbaeff26d4391f253c38a764292a5199f0fef1a00d0c5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:2756bc5e7ca974f7496fb2ec79633a195bdc1183206117d86eab12ab8d803dcf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:2756bc5e7ca974f7496fb2ec79633a195bdc1183206117d86eab12ab8d803dcf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:2756bc5e7ca974f7496fb2ec79633a195bdc1183206117d86eab12ab8d803dcf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A2756bc5e7ca974f7496fb2ec79633a195bdc1183206117d86eab12ab8d803dcf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ec941663ab289c63cd2d9008ab5d5cd96e1cb498f1802e315890aa819fc01545_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ec941663ab289c63cd2d9008ab5d5cd96e1cb498f1802e315890aa819fc01545_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ec941663ab289c63cd2d9008ab5d5cd96e1cb498f1802e315890aa819fc01545_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Aec941663ab289c63cd2d9008ab5d5cd96e1cb498f1802e315890aa819fc01545?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a00191217337af5d56b634ce23dda29b32dfc4a5cc3449977676a571f82f4917_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a00191217337af5d56b634ce23dda29b32dfc4a5cc3449977676a571f82f4917_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a00191217337af5d56b634ce23dda29b32dfc4a5cc3449977676a571f82f4917_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Aa00191217337af5d56b634ce23dda29b32dfc4a5cc3449977676a571f82f4917?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554256"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63c12404b10c72d109b64e3fee14b50c792bc4372fca7f995f893698d1422eb0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63c12404b10c72d109b64e3fee14b50c792bc4372fca7f995f893698d1422eb0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63c12404b10c72d109b64e3fee14b50c792bc4372fca7f995f893698d1422eb0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3A63c12404b10c72d109b64e3fee14b50c792bc4372fca7f995f893698d1422eb0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:056d409c217270bef9affaed04103b862327264d0592b89037fae86c300eacfb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:056d409c217270bef9affaed04103b862327264d0592b89037fae86c300eacfb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:056d409c217270bef9affaed04103b862327264d0592b89037fae86c300eacfb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A056d409c217270bef9affaed04103b862327264d0592b89037fae86c300eacfb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9ccfb6e935cf43c782afddca5b98bbae4ded9b8de5f8170781392bec9805e7c9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9ccfb6e935cf43c782afddca5b98bbae4ded9b8de5f8170781392bec9805e7c9_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9ccfb6e935cf43c782afddca5b98bbae4ded9b8de5f8170781392bec9805e7c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A9ccfb6e935cf43c782afddca5b98bbae4ded9b8de5f8170781392bec9805e7c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:daee6e1c9a7df1bc286f4fcd4a79ceae3675625c62cda23f0e9dd3a2ac550920_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:daee6e1c9a7df1bc286f4fcd4a79ceae3675625c62cda23f0e9dd3a2ac550920_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:daee6e1c9a7df1bc286f4fcd4a79ceae3675625c62cda23f0e9dd3a2ac550920_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3Adaee6e1c9a7df1bc286f4fcd4a79ceae3675625c62cda23f0e9dd3a2ac550920?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a937d5eaedd2c44a199c9748987b1c47cd8eae70ba796d8fd1c91a0e3caceeed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a937d5eaedd2c44a199c9748987b1c47cd8eae70ba796d8fd1c91a0e3caceeed_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a937d5eaedd2c44a199c9748987b1c47cd8eae70ba796d8fd1c91a0e3caceeed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Aa937d5eaedd2c44a199c9748987b1c47cd8eae70ba796d8fd1c91a0e3caceeed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769561617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7333f456d3290ab934e1a487feaa13caacd601d3274aaf70556b81029c40ac6f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7333f456d3290ab934e1a487feaa13caacd601d3274aaf70556b81029c40ac6f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7333f456d3290ab934e1a487feaa13caacd601d3274aaf70556b81029c40ac6f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A7333f456d3290ab934e1a487feaa13caacd601d3274aaf70556b81029c40ac6f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769561708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ae12d5fe4aa7c0dfe9aaa65086df6ca6d4bbf16013b7fc9ac33c1762a073c339_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ae12d5fe4aa7c0dfe9aaa65086df6ca6d4bbf16013b7fc9ac33c1762a073c339_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ae12d5fe4aa7c0dfe9aaa65086df6ca6d4bbf16013b7fc9ac33c1762a073c339_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Aae12d5fe4aa7c0dfe9aaa65086df6ca6d4bbf16013b7fc9ac33c1762a073c339?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557381"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:820031d2274e963d6186657ea5da45f05a63f2739f585e5d9df3ee70df230cd2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:820031d2274e963d6186657ea5da45f05a63f2739f585e5d9df3ee70df230cd2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:820031d2274e963d6186657ea5da45f05a63f2739f585e5d9df3ee70df230cd2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A820031d2274e963d6186657ea5da45f05a63f2739f585e5d9df3ee70df230cd2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:801a5eddb28c105ae0ad18f9581f333fb5a909feb1beb624690f13ff6722532e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:801a5eddb28c105ae0ad18f9581f333fb5a909feb1beb624690f13ff6722532e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:801a5eddb28c105ae0ad18f9581f333fb5a909feb1beb624690f13ff6722532e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A801a5eddb28c105ae0ad18f9581f333fb5a909feb1beb624690f13ff6722532e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b515e9d3a20f024ae23bb509c7438c28d8aa80c97ace149df62d30dd2545d044_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b515e9d3a20f024ae23bb509c7438c28d8aa80c97ace149df62d30dd2545d044_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b515e9d3a20f024ae23bb509c7438c28d8aa80c97ace149df62d30dd2545d044_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Ab515e9d3a20f024ae23bb509c7438c28d8aa80c97ace149df62d30dd2545d044?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554466"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:100db581bf3e28a2f850aea3e035634cc7700c6a4089af500ff6d8a49dee3087_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:100db581bf3e28a2f850aea3e035634cc7700c6a4089af500ff6d8a49dee3087_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:100db581bf3e28a2f850aea3e035634cc7700c6a4089af500ff6d8a49dee3087_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A100db581bf3e28a2f850aea3e035634cc7700c6a4089af500ff6d8a49dee3087?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fd23790e6c991e2c2c36c855e82e0e100a240b2a70c1a64f4202ff74c2b366eb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fd23790e6c991e2c2c36c855e82e0e100a240b2a70c1a64f4202ff74c2b366eb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fd23790e6c991e2c2c36c855e82e0e100a240b2a70c1a64f4202ff74c2b366eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Afd23790e6c991e2c2c36c855e82e0e100a240b2a70c1a64f4202ff74c2b366eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1a2599afbcf032f1e1f331be6b8af48005a699c736d34ac2f40858146eb85880_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1a2599afbcf032f1e1f331be6b8af48005a699c736d34ac2f40858146eb85880_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1a2599afbcf032f1e1f331be6b8af48005a699c736d34ac2f40858146eb85880_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A1a2599afbcf032f1e1f331be6b8af48005a699c736d34ac2f40858146eb85880?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c9552fdad8063faf1609ce00c0d572062c4d3a3c31ec94deac6ce06260899df3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c9552fdad8063faf1609ce00c0d572062c4d3a3c31ec94deac6ce06260899df3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c9552fdad8063faf1609ce00c0d572062c4d3a3c31ec94deac6ce06260899df3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Ac9552fdad8063faf1609ce00c0d572062c4d3a3c31ec94deac6ce06260899df3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee863c5a7547761cc0a0e70475d7c56c86f8c0285f14f4d69a18316bec6285b2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee863c5a7547761cc0a0e70475d7c56c86f8c0285f14f4d69a18316bec6285b2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee863c5a7547761cc0a0e70475d7c56c86f8c0285f14f4d69a18316bec6285b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Aee863c5a7547761cc0a0e70475d7c56c86f8c0285f14f4d69a18316bec6285b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769572233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fc5f1aa5059f536db5a1411d5db6ba67ecc65ead3cb85012766b860fe3ee15b2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fc5f1aa5059f536db5a1411d5db6ba67ecc65ead3cb85012766b860fe3ee15b2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fc5f1aa5059f536db5a1411d5db6ba67ecc65ead3cb85012766b860fe3ee15b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Afc5f1aa5059f536db5a1411d5db6ba67ecc65ead3cb85012766b860fe3ee15b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555021"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d8a173f9d4a6b41c67fc3a05fca2ccf0ed45fe2836461fd2ceab0df25431ed84_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d8a173f9d4a6b41c67fc3a05fca2ccf0ed45fe2836461fd2ceab0df25431ed84_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d8a173f9d4a6b41c67fc3a05fca2ccf0ed45fe2836461fd2ceab0df25431ed84_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Ad8a173f9d4a6b41c67fc3a05fca2ccf0ed45fe2836461fd2ceab0df25431ed84?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:29386052230ee5edfead6e4c76e804811ca94493defc34423dab70ac487fe15a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:29386052230ee5edfead6e4c76e804811ca94493defc34423dab70ac487fe15a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:29386052230ee5edfead6e4c76e804811ca94493defc34423dab70ac487fe15a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A29386052230ee5edfead6e4c76e804811ca94493defc34423dab70ac487fe15a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b0af76d4d94bfcf737d9dbd926942786b81ade8dfd58a6018cb8255225341631_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b0af76d4d94bfcf737d9dbd926942786b81ade8dfd58a6018cb8255225341631_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b0af76d4d94bfcf737d9dbd926942786b81ade8dfd58a6018cb8255225341631_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3Ab0af76d4d94bfcf737d9dbd926942786b81ade8dfd58a6018cb8255225341631?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36a0c764328a4635073c93a10bf459f8f1adc34d3365575c99d8c6cc05b2525e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36a0c764328a4635073c93a10bf459f8f1adc34d3365575c99d8c6cc05b2525e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36a0c764328a4635073c93a10bf459f8f1adc34d3365575c99d8c6cc05b2525e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A36a0c764328a4635073c93a10bf459f8f1adc34d3365575c99d8c6cc05b2525e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a0669e0ca68db3bc0df0fe94d7b27f25ae270adf53ec35c563ea9c02bc266d71_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a0669e0ca68db3bc0df0fe94d7b27f25ae270adf53ec35c563ea9c02bc266d71_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a0669e0ca68db3bc0df0fe94d7b27f25ae270adf53ec35c563ea9c02bc266d71_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Aa0669e0ca68db3bc0df0fe94d7b27f25ae270adf53ec35c563ea9c02bc266d71?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2c523d8b08460b9b666a11ce2fee5a495af0c434f41755f38014549591372109_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2c523d8b08460b9b666a11ce2fee5a495af0c434f41755f38014549591372109_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2c523d8b08460b9b666a11ce2fee5a495af0c434f41755f38014549591372109_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A2c523d8b08460b9b666a11ce2fee5a495af0c434f41755f38014549591372109?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769621085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3d5fcff1ef9ef1f66e2f03099596827a0735dfa42ea3badced2bd1e425a3b574_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3d5fcff1ef9ef1f66e2f03099596827a0735dfa42ea3badced2bd1e425a3b574_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3d5fcff1ef9ef1f66e2f03099596827a0735dfa42ea3badced2bd1e425a3b574_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A3d5fcff1ef9ef1f66e2f03099596827a0735dfa42ea3badced2bd1e425a3b574?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6cc6a8f08adf95cb260f745377c4c27b1c22db1b5536ad1021a57996421bc32a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6cc6a8f08adf95cb260f745377c4c27b1c22db1b5536ad1021a57996421bc32a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6cc6a8f08adf95cb260f745377c4c27b1c22db1b5536ad1021a57996421bc32a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A6cc6a8f08adf95cb260f745377c4c27b1c22db1b5536ad1021a57996421bc32a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553693"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1bf1111966c24d99e0c383d0b5d44693b83d6cb038c5059974cb3894977c167e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1bf1111966c24d99e0c383d0b5d44693b83d6cb038c5059974cb3894977c167e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1bf1111966c24d99e0c383d0b5d44693b83d6cb038c5059974cb3894977c167e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A1bf1111966c24d99e0c383d0b5d44693b83d6cb038c5059974cb3894977c167e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4cc1e8227aa2724e710ec6017040f77af4abd33103676b7148f167f35799a3fa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4cc1e8227aa2724e710ec6017040f77af4abd33103676b7148f167f35799a3fa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4cc1e8227aa2724e710ec6017040f77af4abd33103676b7148f167f35799a3fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A4cc1e8227aa2724e710ec6017040f77af4abd33103676b7148f167f35799a3fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc115f9ee989cb65b9d9474804cc7b65c13114f1a470a63b2e3c07e18e0cd1f3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc115f9ee989cb65b9d9474804cc7b65c13114f1a470a63b2e3c07e18e0cd1f3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc115f9ee989cb65b9d9474804cc7b65c13114f1a470a63b2e3c07e18e0cd1f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Adc115f9ee989cb65b9d9474804cc7b65c13114f1a470a63b2e3c07e18e0cd1f3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7e9134e2396b0d88990abc98d99201405afaf925db7f433dff00806bb5a8431a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7e9134e2396b0d88990abc98d99201405afaf925db7f433dff00806bb5a8431a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7e9134e2396b0d88990abc98d99201405afaf925db7f433dff00806bb5a8431a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A7e9134e2396b0d88990abc98d99201405afaf925db7f433dff00806bb5a8431a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769641738"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0b1743aaa4684eaaef8a192e992e85c8e18e328a04c361ebdffadc179a503972_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0b1743aaa4684eaaef8a192e992e85c8e18e328a04c361ebdffadc179a503972_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0b1743aaa4684eaaef8a192e992e85c8e18e328a04c361ebdffadc179a503972_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A0b1743aaa4684eaaef8a192e992e85c8e18e328a04c361ebdffadc179a503972?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ce0d41651394fd31f531307187a878bd453658aa25853919ec9735c6da0ceab2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ce0d41651394fd31f531307187a878bd453658aa25853919ec9735c6da0ceab2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ce0d41651394fd31f531307187a878bd453658aa25853919ec9735c6da0ceab2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ace0d41651394fd31f531307187a878bd453658aa25853919ec9735c6da0ceab2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6fc4c386da9c6c741351a503c50d20c2613b12e572618f8d458401ce5a939979_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6fc4c386da9c6c741351a503c50d20c2613b12e572618f8d458401ce5a939979_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6fc4c386da9c6c741351a503c50d20c2613b12e572618f8d458401ce5a939979_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A6fc4c386da9c6c741351a503c50d20c2613b12e572618f8d458401ce5a939979?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552427"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:940e3bb77e78f016348adb18e6e1af0dbbbdee4cb990e33407738ef7dde6dd8d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:940e3bb77e78f016348adb18e6e1af0dbbbdee4cb990e33407738ef7dde6dd8d_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:940e3bb77e78f016348adb18e6e1af0dbbbdee4cb990e33407738ef7dde6dd8d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A940e3bb77e78f016348adb18e6e1af0dbbbdee4cb990e33407738ef7dde6dd8d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a6c12027d86df726cdafb27b1403b9b75cf80bd4338d49109cb31438a8e29c32_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a6c12027d86df726cdafb27b1403b9b75cf80bd4338d49109cb31438a8e29c32_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a6c12027d86df726cdafb27b1403b9b75cf80bd4338d49109cb31438a8e29c32_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Aa6c12027d86df726cdafb27b1403b9b75cf80bd4338d49109cb31438a8e29c32?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558588"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7fb9a55a41c8d85619133d6d1766e2f84ed841367c4454f820b2a85ed2a95cd1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7fb9a55a41c8d85619133d6d1766e2f84ed841367c4454f820b2a85ed2a95cd1_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7fb9a55a41c8d85619133d6d1766e2f84ed841367c4454f820b2a85ed2a95cd1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A7fb9a55a41c8d85619133d6d1766e2f84ed841367c4454f820b2a85ed2a95cd1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557947"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4dbb4525fed133a4adf3a805b704c1325138eefd5fbf11252255a6dc602a9092_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4dbb4525fed133a4adf3a805b704c1325138eefd5fbf11252255a6dc602a9092_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4dbb4525fed133a4adf3a805b704c1325138eefd5fbf11252255a6dc602a9092_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A4dbb4525fed133a4adf3a805b704c1325138eefd5fbf11252255a6dc602a9092?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6afbd187c26f0832ed7b2dd8ceb7baa4e812412f9edccd694a11d06cae186f80_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6afbd187c26f0832ed7b2dd8ceb7baa4e812412f9edccd694a11d06cae186f80_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6afbd187c26f0832ed7b2dd8ceb7baa4e812412f9edccd694a11d06cae186f80_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A6afbd187c26f0832ed7b2dd8ceb7baa4e812412f9edccd694a11d06cae186f80?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:82d3d30e08104549b682d5d18e2110dc811b51f913ebf9b63a9ec97a367d7533_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:82d3d30e08104549b682d5d18e2110dc811b51f913ebf9b63a9ec97a367d7533_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:82d3d30e08104549b682d5d18e2110dc811b51f913ebf9b63a9ec97a367d7533_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A82d3d30e08104549b682d5d18e2110dc811b51f913ebf9b63a9ec97a367d7533?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5f2fe7f22dc893ea7a64630adb62f9b5dc90ef50994cd085d83bd5b5e3de4656_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5f2fe7f22dc893ea7a64630adb62f9b5dc90ef50994cd085d83bd5b5e3de4656_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5f2fe7f22dc893ea7a64630adb62f9b5dc90ef50994cd085d83bd5b5e3de4656_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A5f2fe7f22dc893ea7a64630adb62f9b5dc90ef50994cd085d83bd5b5e3de4656?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b78a4420b6de8f189cdbdc208891c92fba17498a5777ed5d6d698ed912963ec0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b78a4420b6de8f189cdbdc208891c92fba17498a5777ed5d6d698ed912963ec0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b78a4420b6de8f189cdbdc208891c92fba17498a5777ed5d6d698ed912963ec0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Ab78a4420b6de8f189cdbdc208891c92fba17498a5777ed5d6d698ed912963ec0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:785960a23e612ced07da2a43f3c324e93b26902dd3cea8db493523e021fba289_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:785960a23e612ced07da2a43f3c324e93b26902dd3cea8db493523e021fba289_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:785960a23e612ced07da2a43f3c324e93b26902dd3cea8db493523e021fba289_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A785960a23e612ced07da2a43f3c324e93b26902dd3cea8db493523e021fba289?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555856"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7b9cdfffb383c8405b021c31b301c04d84878bfc5d71ed19f531e697dc4fa321_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7b9cdfffb383c8405b021c31b301c04d84878bfc5d71ed19f531e697dc4fa321_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7b9cdfffb383c8405b021c31b301c04d84878bfc5d71ed19f531e697dc4fa321_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A7b9cdfffb383c8405b021c31b301c04d84878bfc5d71ed19f531e697dc4fa321?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1ba743a0ba69aab41d42b39641bf49bbb830e675d864e2243cf7be67b612875e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1ba743a0ba69aab41d42b39641bf49bbb830e675d864e2243cf7be67b612875e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1ba743a0ba69aab41d42b39641bf49bbb830e675d864e2243cf7be67b612875e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A1ba743a0ba69aab41d42b39641bf49bbb830e675d864e2243cf7be67b612875e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:513a4310d431716b4bda079f6581b5b7862a936d323f14b3063e987ab0b8efca_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:513a4310d431716b4bda079f6581b5b7862a936d323f14b3063e987ab0b8efca_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:513a4310d431716b4bda079f6581b5b7862a936d323f14b3063e987ab0b8efca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A513a4310d431716b4bda079f6581b5b7862a936d323f14b3063e987ab0b8efca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e90a29bef1674e43ca9a21b7f0168531e4885addeb6dab959f63baa8a334c036_s390x",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e90a29bef1674e43ca9a21b7f0168531e4885addeb6dab959f63baa8a334c036_s390x",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e90a29bef1674e43ca9a21b7f0168531e4885addeb6dab959f63baa8a334c036_s390x",
"product_identification_helper": {
"purl": "pkg:oci/volume-data-source-validator-rhel9@sha256%3Ae90a29bef1674e43ca9a21b7f0168531e4885addeb6dab959f63baa8a334c036?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551515"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:12febdea8138dbaa9712772bc690dc8bf2654377b8b01b1b2279349d7917168c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:12febdea8138dbaa9712772bc690dc8bf2654377b8b01b1b2279349d7917168c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:12febdea8138dbaa9712772bc690dc8bf2654377b8b01b1b2279349d7917168c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A12febdea8138dbaa9712772bc690dc8bf2654377b8b01b1b2279349d7917168c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:90aaa5331cdfd93ca16aa1645a1dc69d0c6e07035b6828c37550fccfc324a11c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:90aaa5331cdfd93ca16aa1645a1dc69d0c6e07035b6828c37550fccfc324a11c_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:90aaa5331cdfd93ca16aa1645a1dc69d0c6e07035b6828c37550fccfc324a11c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3A90aaa5331cdfd93ca16aa1645a1dc69d0c6e07035b6828c37550fccfc324a11c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:503ad199fde1d37343108db03bfd711dd7f7d6ca2623016cafb85bd023b0b66e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:503ad199fde1d37343108db03bfd711dd7f7d6ca2623016cafb85bd023b0b66e_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:503ad199fde1d37343108db03bfd711dd7f7d6ca2623016cafb85bd023b0b66e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A503ad199fde1d37343108db03bfd711dd7f7d6ca2623016cafb85bd023b0b66e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c5e173d1bff544023c278c2f7df2d9909d437548aecaa4bdfa43fe4c32a53239_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c5e173d1bff544023c278c2f7df2d9909d437548aecaa4bdfa43fe4c32a53239_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c5e173d1bff544023c278c2f7df2d9909d437548aecaa4bdfa43fe4c32a53239_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Ac5e173d1bff544023c278c2f7df2d9909d437548aecaa4bdfa43fe4c32a53239?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551504"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c04b1086c22f16369ba8f9eb1ea52478b5612014a232ecde58cf52a5474b9b6a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c04b1086c22f16369ba8f9eb1ea52478b5612014a232ecde58cf52a5474b9b6a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c04b1086c22f16369ba8f9eb1ea52478b5612014a232ecde58cf52a5474b9b6a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3Ac04b1086c22f16369ba8f9eb1ea52478b5612014a232ecde58cf52a5474b9b6a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6a823a329f7d8f6fe36cf9cb03a53439afdcf539c128fc5472cc25b3068b1e8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6a823a329f7d8f6fe36cf9cb03a53439afdcf539c128fc5472cc25b3068b1e8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6a823a329f7d8f6fe36cf9cb03a53439afdcf539c128fc5472cc25b3068b1e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Ae6a823a329f7d8f6fe36cf9cb03a53439afdcf539c128fc5472cc25b3068b1e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5803e67eac04989058d49ebf99b0021c38cf8db0130ee6ab67ca1b93c84daa2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5803e67eac04989058d49ebf99b0021c38cf8db0130ee6ab67ca1b93c84daa2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5803e67eac04989058d49ebf99b0021c38cf8db0130ee6ab67ca1b93c84daa2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Ad5803e67eac04989058d49ebf99b0021c38cf8db0130ee6ab67ca1b93c84daa2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc709b77301dd73e072976b6b195c30715703a824209bbeff9b1e32b65293bb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc709b77301dd73e072976b6b195c30715703a824209bbeff9b1e32b65293bb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc709b77301dd73e072976b6b195c30715703a824209bbeff9b1e32b65293bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Aedc709b77301dd73e072976b6b195c30715703a824209bbeff9b1e32b65293bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552134"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5c3dd22869d88c0752c89502bbffd3cfdb8ebaac6318c689098d32a07f0f3d78_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5c3dd22869d88c0752c89502bbffd3cfdb8ebaac6318c689098d32a07f0f3d78_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5c3dd22869d88c0752c89502bbffd3cfdb8ebaac6318c689098d32a07f0f3d78_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A5c3dd22869d88c0752c89502bbffd3cfdb8ebaac6318c689098d32a07f0f3d78?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:02f8f1f0133372eaf972a9d53ddda269cf15961460fa3beb5357c34ad6cff6ba_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:02f8f1f0133372eaf972a9d53ddda269cf15961460fa3beb5357c34ad6cff6ba_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:02f8f1f0133372eaf972a9d53ddda269cf15961460fa3beb5357c34ad6cff6ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A02f8f1f0133372eaf972a9d53ddda269cf15961460fa3beb5357c34ad6cff6ba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e423953831cbb88db41e2e3039df2ef7ced0c68d4a14446a3547a9f3df7c7eda_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e423953831cbb88db41e2e3039df2ef7ced0c68d4a14446a3547a9f3df7c7eda_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e423953831cbb88db41e2e3039df2ef7ced0c68d4a14446a3547a9f3df7c7eda_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Ae423953831cbb88db41e2e3039df2ef7ced0c68d4a14446a3547a9f3df7c7eda?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2ec061dd160754c19dbb5748649b09ffb237deb0f9224671f48b11325c27004c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2ec061dd160754c19dbb5748649b09ffb237deb0f9224671f48b11325c27004c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2ec061dd160754c19dbb5748649b09ffb237deb0f9224671f48b11325c27004c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A2ec061dd160754c19dbb5748649b09ffb237deb0f9224671f48b11325c27004c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0fc0f2a12632f590a8443283eabbd697d35de326f8dd3bd5f033f5276313d03b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0fc0f2a12632f590a8443283eabbd697d35de326f8dd3bd5f033f5276313d03b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0fc0f2a12632f590a8443283eabbd697d35de326f8dd3bd5f033f5276313d03b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A0fc0f2a12632f590a8443283eabbd697d35de326f8dd3bd5f033f5276313d03b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4135f05a12b40cf6f38289774cd71b0833ec5bd225f07cd11e111982530a51e2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4135f05a12b40cf6f38289774cd71b0833ec5bd225f07cd11e111982530a51e2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4135f05a12b40cf6f38289774cd71b0833ec5bd225f07cd11e111982530a51e2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A4135f05a12b40cf6f38289774cd71b0833ec5bd225f07cd11e111982530a51e2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4256156569fb1cb0abcf3b738ba110e41934fddac5814e854deb887bf73507e5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4256156569fb1cb0abcf3b738ba110e41934fddac5814e854deb887bf73507e5_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4256156569fb1cb0abcf3b738ba110e41934fddac5814e854deb887bf73507e5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A4256156569fb1cb0abcf3b738ba110e41934fddac5814e854deb887bf73507e5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dda882294a5b4cd940ee913a892660f183ce58a68697c70acf4b808234f547cd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dda882294a5b4cd940ee913a892660f183ce58a68697c70acf4b808234f547cd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dda882294a5b4cd940ee913a892660f183ce58a68697c70acf4b808234f547cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Adda882294a5b4cd940ee913a892660f183ce58a68697c70acf4b808234f547cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84066ba0cd4ae5d77986f82c129aa12ef28deed67a278f163bd1d5e3a3212122_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84066ba0cd4ae5d77986f82c129aa12ef28deed67a278f163bd1d5e3a3212122_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84066ba0cd4ae5d77986f82c129aa12ef28deed67a278f163bd1d5e3a3212122_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A84066ba0cd4ae5d77986f82c129aa12ef28deed67a278f163bd1d5e3a3212122?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:197c62c7eb7d2e1ed0146bd8473a1dea783827d8e49231e1c87fa77d71f34ebd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:197c62c7eb7d2e1ed0146bd8473a1dea783827d8e49231e1c87fa77d71f34ebd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:197c62c7eb7d2e1ed0146bd8473a1dea783827d8e49231e1c87fa77d71f34ebd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3A197c62c7eb7d2e1ed0146bd8473a1dea783827d8e49231e1c87fa77d71f34ebd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551498"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:288e285618d538d02b1dfe1e83d98bfbe24b48ec0d351030d716772492a4e2d4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:288e285618d538d02b1dfe1e83d98bfbe24b48ec0d351030d716772492a4e2d4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:288e285618d538d02b1dfe1e83d98bfbe24b48ec0d351030d716772492a4e2d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A288e285618d538d02b1dfe1e83d98bfbe24b48ec0d351030d716772492a4e2d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0e558c44ddede89cbac4041ac3b8f5b661ad452d0ac8699905466cf7604b3f46_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0e558c44ddede89cbac4041ac3b8f5b661ad452d0ac8699905466cf7604b3f46_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0e558c44ddede89cbac4041ac3b8f5b661ad452d0ac8699905466cf7604b3f46_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3A0e558c44ddede89cbac4041ac3b8f5b661ad452d0ac8699905466cf7604b3f46?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:338e5300449eebe482dc73d3347c4168ae212d73aa1f431e2e038be4882cf0e3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:338e5300449eebe482dc73d3347c4168ae212d73aa1f431e2e038be4882cf0e3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:338e5300449eebe482dc73d3347c4168ae212d73aa1f431e2e038be4882cf0e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshot-metadata-rhel9@sha256%3A338e5300449eebe482dc73d3347c4168ae212d73aa1f431e2e038be4882cf0e3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594083"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:64f2a85e67614cc570c08a3ea9a480157e706346bb91d5532e2aef1b942e69a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:64f2a85e67614cc570c08a3ea9a480157e706346bb91d5532e2aef1b942e69a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:64f2a85e67614cc570c08a3ea9a480157e706346bb91d5532e2aef1b942e69a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A64f2a85e67614cc570c08a3ea9a480157e706346bb91d5532e2aef1b942e69a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a76dc073f31ad5afab971481f1b3fdfffa8968e0c9e7d915321b62c6eea98b0e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a76dc073f31ad5afab971481f1b3fdfffa8968e0c9e7d915321b62c6eea98b0e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a76dc073f31ad5afab971481f1b3fdfffa8968e0c9e7d915321b62c6eea98b0e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Aa76dc073f31ad5afab971481f1b3fdfffa8968e0c9e7d915321b62c6eea98b0e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:68e9a51ee7e263c65fb96c0baeab14f700f5aab0f657aa371dae797239d9eecf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:68e9a51ee7e263c65fb96c0baeab14f700f5aab0f657aa371dae797239d9eecf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:68e9a51ee7e263c65fb96c0baeab14f700f5aab0f657aa371dae797239d9eecf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A68e9a51ee7e263c65fb96c0baeab14f700f5aab0f657aa371dae797239d9eecf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6150532e9fc8c332a3ee0bc8099fe05f87df765c64aae658450555a550cb9fd6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6150532e9fc8c332a3ee0bc8099fe05f87df765c64aae658450555a550cb9fd6_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6150532e9fc8c332a3ee0bc8099fe05f87df765c64aae658450555a550cb9fd6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A6150532e9fc8c332a3ee0bc8099fe05f87df765c64aae658450555a550cb9fd6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769645073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:03a7220456e556f9a2e9804225ea3873dc26b198b5cf9790b4ae4d835f885243_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:03a7220456e556f9a2e9804225ea3873dc26b198b5cf9790b4ae4d835f885243_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:03a7220456e556f9a2e9804225ea3873dc26b198b5cf9790b4ae4d835f885243_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A03a7220456e556f9a2e9804225ea3873dc26b198b5cf9790b4ae4d835f885243?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b96b37df6f83ad640beb701ad76c57000a7717f0f64d9f49cb55cbfb514de5bf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b96b37df6f83ad640beb701ad76c57000a7717f0f64d9f49cb55cbfb514de5bf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b96b37df6f83ad640beb701ad76c57000a7717f0f64d9f49cb55cbfb514de5bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ab96b37df6f83ad640beb701ad76c57000a7717f0f64d9f49cb55cbfb514de5bf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91565925e7b0fcfac3e4c5763f388d5c1f47bb3782c451f2b0daedc5eb6e9bf9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91565925e7b0fcfac3e4c5763f388d5c1f47bb3782c451f2b0daedc5eb6e9bf9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91565925e7b0fcfac3e4c5763f388d5c1f47bb3782c451f2b0daedc5eb6e9bf9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A91565925e7b0fcfac3e4c5763f388d5c1f47bb3782c451f2b0daedc5eb6e9bf9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ef35ffe05113d8ce7f8b5dd8d4b2c170ecf43dcf2033019062ab4900b7548168_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ef35ffe05113d8ce7f8b5dd8d4b2c170ecf43dcf2033019062ab4900b7548168_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ef35ffe05113d8ce7f8b5dd8d4b2c170ecf43dcf2033019062ab4900b7548168_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Aef35ffe05113d8ce7f8b5dd8d4b2c170ecf43dcf2033019062ab4900b7548168?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:988d34a878297d97b11ebe91e9b1f1eff282afe819d841e196d88bdd402dd727_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:988d34a878297d97b11ebe91e9b1f1eff282afe819d841e196d88bdd402dd727_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:988d34a878297d97b11ebe91e9b1f1eff282afe819d841e196d88bdd402dd727_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A988d34a878297d97b11ebe91e9b1f1eff282afe819d841e196d88bdd402dd727?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce2d83e4636495b45fb94372caba146c1137405c51eea0043126567d078b14d0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce2d83e4636495b45fb94372caba146c1137405c51eea0043126567d078b14d0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce2d83e4636495b45fb94372caba146c1137405c51eea0043126567d078b14d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Ace2d83e4636495b45fb94372caba146c1137405c51eea0043126567d078b14d0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6a2876abc7132d4257c2a7354bbcc03dd72af090777671fda20d13f258647cf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6a2876abc7132d4257c2a7354bbcc03dd72af090777671fda20d13f258647cf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6a2876abc7132d4257c2a7354bbcc03dd72af090777671fda20d13f258647cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Ad6a2876abc7132d4257c2a7354bbcc03dd72af090777671fda20d13f258647cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557811"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:16674eb1e5c04eb58ace73dfb3ae7e94997508262d67f3016b1ecf859f69d8c9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:16674eb1e5c04eb58ace73dfb3ae7e94997508262d67f3016b1ecf859f69d8c9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:16674eb1e5c04eb58ace73dfb3ae7e94997508262d67f3016b1ecf859f69d8c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A16674eb1e5c04eb58ace73dfb3ae7e94997508262d67f3016b1ecf859f69d8c9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557502"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:87b883e5363a4abd46548d7f00203c170cd699db81b73404aaccb147534b412e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:87b883e5363a4abd46548d7f00203c170cd699db81b73404aaccb147534b412e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:87b883e5363a4abd46548d7f00203c170cd699db81b73404aaccb147534b412e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A87b883e5363a4abd46548d7f00203c170cd699db81b73404aaccb147534b412e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554043"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9e6fe7a71cb45d610c6d406604566924cd6ecc0c9db26d0b6432d902218e418f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9e6fe7a71cb45d610c6d406604566924cd6ecc0c9db26d0b6432d902218e418f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9e6fe7a71cb45d610c6d406604566924cd6ecc0c9db26d0b6432d902218e418f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A9e6fe7a71cb45d610c6d406604566924cd6ecc0c9db26d0b6432d902218e418f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0173658f171ac763b4df1e168c78ccc67875ccb0776148a286da48b78420fa4c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0173658f171ac763b4df1e168c78ccc67875ccb0776148a286da48b78420fa4c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0173658f171ac763b4df1e168c78ccc67875ccb0776148a286da48b78420fa4c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A0173658f171ac763b4df1e168c78ccc67875ccb0776148a286da48b78420fa4c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0cebc405f93ea01c16258268ca63d58ac018e5eea3fb708b98956e41479e81fc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0cebc405f93ea01c16258268ca63d58ac018e5eea3fb708b98956e41479e81fc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0cebc405f93ea01c16258268ca63d58ac018e5eea3fb708b98956e41479e81fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A0cebc405f93ea01c16258268ca63d58ac018e5eea3fb708b98956e41479e81fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0bd9fdf415b7440857d2d1397e4598804829661d496d11a9541b3e5655ea288d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0bd9fdf415b7440857d2d1397e4598804829661d496d11a9541b3e5655ea288d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0bd9fdf415b7440857d2d1397e4598804829661d496d11a9541b3e5655ea288d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A0bd9fdf415b7440857d2d1397e4598804829661d496d11a9541b3e5655ea288d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552013"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:bf31f180f5199f637c97f0b68affc64214c41cda6cab0c04a0b9abf8c4cc6dcc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:bf31f180f5199f637c97f0b68affc64214c41cda6cab0c04a0b9abf8c4cc6dcc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:bf31f180f5199f637c97f0b68affc64214c41cda6cab0c04a0b9abf8c4cc6dcc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Abf31f180f5199f637c97f0b68affc64214c41cda6cab0c04a0b9abf8c4cc6dcc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552624"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b48a5c2168d763aa573d8037c5cb5b89e0c093b8cd2583838ad1dd884ea096bc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b48a5c2168d763aa573d8037c5cb5b89e0c093b8cd2583838ad1dd884ea096bc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b48a5c2168d763aa573d8037c5cb5b89e0c093b8cd2583838ad1dd884ea096bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Ab48a5c2168d763aa573d8037c5cb5b89e0c093b8cd2583838ad1dd884ea096bc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:95513b15419da25a4b4b0f8bc86b3d5130ab86975117776c0cee09c73bf1f013_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:95513b15419da25a4b4b0f8bc86b3d5130ab86975117776c0cee09c73bf1f013_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:95513b15419da25a4b4b0f8bc86b3d5130ab86975117776c0cee09c73bf1f013_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A95513b15419da25a4b4b0f8bc86b3d5130ab86975117776c0cee09c73bf1f013?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555134"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:055acfce88b0f4f9bef1280ba185326dd787059194288ee4d837278bcda49df0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:055acfce88b0f4f9bef1280ba185326dd787059194288ee4d837278bcda49df0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:055acfce88b0f4f9bef1280ba185326dd787059194288ee4d837278bcda49df0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A055acfce88b0f4f9bef1280ba185326dd787059194288ee4d837278bcda49df0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4d9557543158f339032c9c37b771e0bdf7ee175ef4c95d1b9484efe0841a676a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4d9557543158f339032c9c37b771e0bdf7ee175ef4c95d1b9484efe0841a676a_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4d9557543158f339032c9c37b771e0bdf7ee175ef4c95d1b9484efe0841a676a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A4d9557543158f339032c9c37b771e0bdf7ee175ef4c95d1b9484efe0841a676a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ae30028793ddc1c34f1f24df6e9e9267df190f78e0c189f0373fff76988c15be_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ae30028793ddc1c34f1f24df6e9e9267df190f78e0c189f0373fff76988c15be_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ae30028793ddc1c34f1f24df6e9e9267df190f78e0c189f0373fff76988c15be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Aae30028793ddc1c34f1f24df6e9e9267df190f78e0c189f0373fff76988c15be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a07595162f4b57287549a5f03728049d0b81b4e2e9005204b1f925eab029113_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a07595162f4b57287549a5f03728049d0b81b4e2e9005204b1f925eab029113_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a07595162f4b57287549a5f03728049d0b81b4e2e9005204b1f925eab029113_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A4a07595162f4b57287549a5f03728049d0b81b4e2e9005204b1f925eab029113?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:26eebba070ef94557c3e3b47d61fa8f634ee59d04a30a0d9515d98a7d23aac42_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:26eebba070ef94557c3e3b47d61fa8f634ee59d04a30a0d9515d98a7d23aac42_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:26eebba070ef94557c3e3b47d61fa8f634ee59d04a30a0d9515d98a7d23aac42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A26eebba070ef94557c3e3b47d61fa8f634ee59d04a30a0d9515d98a7d23aac42?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cd3121521eb692fb3b9c4282d1b0d578b620facb1bb866bce21081705a56a73b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cd3121521eb692fb3b9c4282d1b0d578b620facb1bb866bce21081705a56a73b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cd3121521eb692fb3b9c4282d1b0d578b620facb1bb866bce21081705a56a73b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Acd3121521eb692fb3b9c4282d1b0d578b620facb1bb866bce21081705a56a73b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2df7d9b29fb84aa3607e7973875297dd474587e3e2083ef456f4f25db1baa03a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2df7d9b29fb84aa3607e7973875297dd474587e3e2083ef456f4f25db1baa03a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2df7d9b29fb84aa3607e7973875297dd474587e3e2083ef456f4f25db1baa03a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A2df7d9b29fb84aa3607e7973875297dd474587e3e2083ef456f4f25db1baa03a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e9528d9ae0875007e92c732b846ca07bbc88b38d2ae7880d2bc50b2f2286d097_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e9528d9ae0875007e92c732b846ca07bbc88b38d2ae7880d2bc50b2f2286d097_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e9528d9ae0875007e92c732b846ca07bbc88b38d2ae7880d2bc50b2f2286d097_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Ae9528d9ae0875007e92c732b846ca07bbc88b38d2ae7880d2bc50b2f2286d097?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2eb4e17061af22bdd0b86cb44a62f6707e0b1c6a6c123d6d8950c50978df87ec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2eb4e17061af22bdd0b86cb44a62f6707e0b1c6a6c123d6d8950c50978df87ec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2eb4e17061af22bdd0b86cb44a62f6707e0b1c6a6c123d6d8950c50978df87ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A2eb4e17061af22bdd0b86cb44a62f6707e0b1c6a6c123d6d8950c50978df87ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:95b0395f07b213e0dfd8a58c989429f4873dfea1cb88616a8b079b6de0cfbe49_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:95b0395f07b213e0dfd8a58c989429f4873dfea1cb88616a8b079b6de0cfbe49_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:95b0395f07b213e0dfd8a58c989429f4873dfea1cb88616a8b079b6de0cfbe49_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A95b0395f07b213e0dfd8a58c989429f4873dfea1cb88616a8b079b6de0cfbe49?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:25cf08bb0dcc57123b335ce4e8e6a5a8fbe2c5070afa3dfd70982c4da29246ae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:25cf08bb0dcc57123b335ce4e8e6a5a8fbe2c5070afa3dfd70982c4da29246ae_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:25cf08bb0dcc57123b335ce4e8e6a5a8fbe2c5070afa3dfd70982c4da29246ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A25cf08bb0dcc57123b335ce4e8e6a5a8fbe2c5070afa3dfd70982c4da29246ae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ee514f8d5e86c87b292c53fa8719a2464a6b2c26f73d32229b40afc72d02ce6d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ee514f8d5e86c87b292c53fa8719a2464a6b2c26f73d32229b40afc72d02ce6d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ee514f8d5e86c87b292c53fa8719a2464a6b2c26f73d32229b40afc72d02ce6d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Aee514f8d5e86c87b292c53fa8719a2464a6b2c26f73d32229b40afc72d02ce6d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:80d6502d656462d3b291c4a0ecbe5134db50b4505830ac7fbcb13269bde1877f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:80d6502d656462d3b291c4a0ecbe5134db50b4505830ac7fbcb13269bde1877f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:80d6502d656462d3b291c4a0ecbe5134db50b4505830ac7fbcb13269bde1877f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A80d6502d656462d3b291c4a0ecbe5134db50b4505830ac7fbcb13269bde1877f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769596908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c9e7981fc82a9bb003e101c86df6dabde785b092c48e54a35668d6f40ee57e6b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c9e7981fc82a9bb003e101c86df6dabde785b092c48e54a35668d6f40ee57e6b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c9e7981fc82a9bb003e101c86df6dabde785b092c48e54a35668d6f40ee57e6b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Ac9e7981fc82a9bb003e101c86df6dabde785b092c48e54a35668d6f40ee57e6b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b7d08fddd8c22ff87a3ccbe6df18910af6b8004be6e486a5fd50575b314b4b4b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b7d08fddd8c22ff87a3ccbe6df18910af6b8004be6e486a5fd50575b314b4b4b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b7d08fddd8c22ff87a3ccbe6df18910af6b8004be6e486a5fd50575b314b4b4b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ab7d08fddd8c22ff87a3ccbe6df18910af6b8004be6e486a5fd50575b314b4b4b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:9635e7dd67d484895f6d7ff34b4d67c9b25c0f0b8f045e5e414142bfad951c75_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:9635e7dd67d484895f6d7ff34b4d67c9b25c0f0b8f045e5e414142bfad951c75_ppc64le",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:9635e7dd67d484895f6d7ff34b4d67c9b25c0f0b8f045e5e414142bfad951c75_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3A9635e7dd67d484895f6d7ff34b4d67c9b25c0f0b8f045e5e414142bfad951c75?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:60a2d21886140262379ef8d2dd7824cad831571299108de9acc136b183069868_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:60a2d21886140262379ef8d2dd7824cad831571299108de9acc136b183069868_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:60a2d21886140262379ef8d2dd7824cad831571299108de9acc136b183069868_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A60a2d21886140262379ef8d2dd7824cad831571299108de9acc136b183069868?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d674cdddd4e5ef36112db5950f352e7436a6bfa38e4adf160d0c508383ce2a2f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d674cdddd4e5ef36112db5950f352e7436a6bfa38e4adf160d0c508383ce2a2f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d674cdddd4e5ef36112db5950f352e7436a6bfa38e4adf160d0c508383ce2a2f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Ad674cdddd4e5ef36112db5950f352e7436a6bfa38e4adf160d0c508383ce2a2f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f07ed2ee836cee03695bb8c3265cde3a3fe0c50dfe1d28a1a69c0e7a336d11c3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f07ed2ee836cee03695bb8c3265cde3a3fe0c50dfe1d28a1a69c0e7a336d11c3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f07ed2ee836cee03695bb8c3265cde3a3fe0c50dfe1d28a1a69c0e7a336d11c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Af07ed2ee836cee03695bb8c3265cde3a3fe0c50dfe1d28a1a69c0e7a336d11c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769621201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8e824da03dbbe619bf1af8633602b82312e50a5442e38f55c25d18a6726ad544_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8e824da03dbbe619bf1af8633602b82312e50a5442e38f55c25d18a6726ad544_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8e824da03dbbe619bf1af8633602b82312e50a5442e38f55c25d18a6726ad544_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A8e824da03dbbe619bf1af8633602b82312e50a5442e38f55c25d18a6726ad544?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c9442acb567c4486c23dceafcb289b058dd41559b2dbfdcada34e00171f8c34_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c9442acb567c4486c23dceafcb289b058dd41559b2dbfdcada34e00171f8c34_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c9442acb567c4486c23dceafcb289b058dd41559b2dbfdcada34e00171f8c34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A9c9442acb567c4486c23dceafcb289b058dd41559b2dbfdcada34e00171f8c34?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557678"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0cf4f4f84795355860b8e5d245fa7ac7ee64058c0faebb32a97ff078d03fcb75_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0cf4f4f84795355860b8e5d245fa7ac7ee64058c0faebb32a97ff078d03fcb75_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0cf4f4f84795355860b8e5d245fa7ac7ee64058c0faebb32a97ff078d03fcb75_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A0cf4f4f84795355860b8e5d245fa7ac7ee64058c0faebb32a97ff078d03fcb75?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:353937307e06093c281900ec2e4be8b4be35a023ad8c789c7c6876ee454e1086_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:353937307e06093c281900ec2e4be8b4be35a023ad8c789c7c6876ee454e1086_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:353937307e06093c281900ec2e4be8b4be35a023ad8c789c7c6876ee454e1086_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A353937307e06093c281900ec2e4be8b4be35a023ad8c789c7c6876ee454e1086?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557986"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9d7d0300c44336452e818b158d4b545f4957d6676fb26cc0561aa8a6df2dd1ed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9d7d0300c44336452e818b158d4b545f4957d6676fb26cc0561aa8a6df2dd1ed_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9d7d0300c44336452e818b158d4b545f4957d6676fb26cc0561aa8a6df2dd1ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A9d7d0300c44336452e818b158d4b545f4957d6676fb26cc0561aa8a6df2dd1ed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557449"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d63d620d571d7a0e3f01d9968e1dea36f1e7e74e21cd1f5b41acce63394b564b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d63d620d571d7a0e3f01d9968e1dea36f1e7e74e21cd1f5b41acce63394b564b_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d63d620d571d7a0e3f01d9968e1dea36f1e7e74e21cd1f5b41acce63394b564b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3Ad63d620d571d7a0e3f01d9968e1dea36f1e7e74e21cd1f5b41acce63394b564b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3d7ce814be11a477d874160f4639678ea67efda166a6c7b823d427c9a5c7d65f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3d7ce814be11a477d874160f4639678ea67efda166a6c7b823d427c9a5c7d65f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3d7ce814be11a477d874160f4639678ea67efda166a6c7b823d427c9a5c7d65f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A3d7ce814be11a477d874160f4639678ea67efda166a6c7b823d427c9a5c7d65f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d4d031141a3c2f801c415174fbfddcc67a46ec35ac7c9c523aaa7d8f347506b9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d4d031141a3c2f801c415174fbfddcc67a46ec35ac7c9c523aaa7d8f347506b9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d4d031141a3c2f801c415174fbfddcc67a46ec35ac7c9c523aaa7d8f347506b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Ad4d031141a3c2f801c415174fbfddcc67a46ec35ac7c9c523aaa7d8f347506b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769561414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d57b17bf9649c48b311afdda85cbef7fc2b98c516520149e983434f65dfc2adf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d57b17bf9649c48b311afdda85cbef7fc2b98c516520149e983434f65dfc2adf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d57b17bf9649c48b311afdda85cbef7fc2b98c516520149e983434f65dfc2adf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Ad57b17bf9649c48b311afdda85cbef7fc2b98c516520149e983434f65dfc2adf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e86f3aebb1242ed4919aa0a29ad7f5d0997dd71e9b3b3a22fea6d8644b1b781b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e86f3aebb1242ed4919aa0a29ad7f5d0997dd71e9b3b3a22fea6d8644b1b781b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e86f3aebb1242ed4919aa0a29ad7f5d0997dd71e9b3b3a22fea6d8644b1b781b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Ae86f3aebb1242ed4919aa0a29ad7f5d0997dd71e9b3b3a22fea6d8644b1b781b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:83651213552cab64204b752bfce2b41c86a0c75638f5075ccd6a220e4304790a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:83651213552cab64204b752bfce2b41c86a0c75638f5075ccd6a220e4304790a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:83651213552cab64204b752bfce2b41c86a0c75638f5075ccd6a220e4304790a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A83651213552cab64204b752bfce2b41c86a0c75638f5075ccd6a220e4304790a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7511ef60b4681123a489717088a95fe1fb4eb26b661356c30b5e9c2b1810042c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7511ef60b4681123a489717088a95fe1fb4eb26b661356c30b5e9c2b1810042c_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7511ef60b4681123a489717088a95fe1fb4eb26b661356c30b5e9c2b1810042c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A7511ef60b4681123a489717088a95fe1fb4eb26b661356c30b5e9c2b1810042c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:66ae0f7ace0efeeed67f0bde5d84d98cc56c71d8d3d1c25ee275c79774c7c5c0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:66ae0f7ace0efeeed67f0bde5d84d98cc56c71d8d3d1c25ee275c79774c7c5c0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:66ae0f7ace0efeeed67f0bde5d84d98cc56c71d8d3d1c25ee275c79774c7c5c0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A66ae0f7ace0efeeed67f0bde5d84d98cc56c71d8d3d1c25ee275c79774c7c5c0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c92dd530899ca879ef241c5902a3c417e5a926984e7bc9b77abfff08fdc4f712_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c92dd530899ca879ef241c5902a3c417e5a926984e7bc9b77abfff08fdc4f712_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c92dd530899ca879ef241c5902a3c417e5a926984e7bc9b77abfff08fdc4f712_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Ac92dd530899ca879ef241c5902a3c417e5a926984e7bc9b77abfff08fdc4f712?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:acc1718b0469e43d4775de31066cdbf6c641b6d198b3552e6c8ec9086d2419dc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:acc1718b0469e43d4775de31066cdbf6c641b6d198b3552e6c8ec9086d2419dc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:acc1718b0469e43d4775de31066cdbf6c641b6d198b3552e6c8ec9086d2419dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Aacc1718b0469e43d4775de31066cdbf6c641b6d198b3552e6c8ec9086d2419dc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553738"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:46e7754bf973f2f7e3d223ed812c5815d834d6f629fb72a68004f6db3bdde3f2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:46e7754bf973f2f7e3d223ed812c5815d834d6f629fb72a68004f6db3bdde3f2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:46e7754bf973f2f7e3d223ed812c5815d834d6f629fb72a68004f6db3bdde3f2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A46e7754bf973f2f7e3d223ed812c5815d834d6f629fb72a68004f6db3bdde3f2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:084f162331cf54ad2c855c0ef7fd2fe50d2b797e772a52e5cf23b67869251b71_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:084f162331cf54ad2c855c0ef7fd2fe50d2b797e772a52e5cf23b67869251b71_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:084f162331cf54ad2c855c0ef7fd2fe50d2b797e772a52e5cf23b67869251b71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A084f162331cf54ad2c855c0ef7fd2fe50d2b797e772a52e5cf23b67869251b71?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4b52594395f217128b30280b31785bc3292c15064aeb61aee506375ab41febe2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4b52594395f217128b30280b31785bc3292c15064aeb61aee506375ab41febe2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4b52594395f217128b30280b31785bc3292c15064aeb61aee506375ab41febe2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A4b52594395f217128b30280b31785bc3292c15064aeb61aee506375ab41febe2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c206351421bdbb3adf19723e75229eda7510d0ff959f1e5da2e4b20f1393dd80_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c206351421bdbb3adf19723e75229eda7510d0ff959f1e5da2e4b20f1393dd80_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c206351421bdbb3adf19723e75229eda7510d0ff959f1e5da2e4b20f1393dd80_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ac206351421bdbb3adf19723e75229eda7510d0ff959f1e5da2e4b20f1393dd80?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557134"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ab9bc91d83be5ce9811d251064fd87b01a191dffc64a95c7c6d30db34b0a084f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ab9bc91d83be5ce9811d251064fd87b01a191dffc64a95c7c6d30db34b0a084f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ab9bc91d83be5ce9811d251064fd87b01a191dffc64a95c7c6d30db34b0a084f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Aab9bc91d83be5ce9811d251064fd87b01a191dffc64a95c7c6d30db34b0a084f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552546"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f17c6b65320d04ac29fb6cb3d184b7a18d3d62ff9ed273d44c8badc50fb4f6e4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f17c6b65320d04ac29fb6cb3d184b7a18d3d62ff9ed273d44c8badc50fb4f6e4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f17c6b65320d04ac29fb6cb3d184b7a18d3d62ff9ed273d44c8badc50fb4f6e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Af17c6b65320d04ac29fb6cb3d184b7a18d3d62ff9ed273d44c8badc50fb4f6e4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5773df7ee781990b7c6c7917c72eb67e9463a61cd607f57113c0e4a8116c9a90_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5773df7ee781990b7c6c7917c72eb67e9463a61cd607f57113c0e4a8116c9a90_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5773df7ee781990b7c6c7917c72eb67e9463a61cd607f57113c0e4a8116c9a90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A5773df7ee781990b7c6c7917c72eb67e9463a61cd607f57113c0e4a8116c9a90?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dfba2d819fe6fc9a046f010beba7c0b7c68db2ff0ba6e605228a1b4998167801_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dfba2d819fe6fc9a046f010beba7c0b7c68db2ff0ba6e605228a1b4998167801_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dfba2d819fe6fc9a046f010beba7c0b7c68db2ff0ba6e605228a1b4998167801_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Adfba2d819fe6fc9a046f010beba7c0b7c68db2ff0ba6e605228a1b4998167801?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e1fe56546609aafa5ed783816b39ae183db16395b9fc17264fae468b1d177df5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e1fe56546609aafa5ed783816b39ae183db16395b9fc17264fae468b1d177df5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e1fe56546609aafa5ed783816b39ae183db16395b9fc17264fae468b1d177df5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Ae1fe56546609aafa5ed783816b39ae183db16395b9fc17264fae468b1d177df5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c2ad186b59d828f1e456d8bd89a5b71019cb4be6d132e81491de5d391b3207bb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c2ad186b59d828f1e456d8bd89a5b71019cb4be6d132e81491de5d391b3207bb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c2ad186b59d828f1e456d8bd89a5b71019cb4be6d132e81491de5d391b3207bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Ac2ad186b59d828f1e456d8bd89a5b71019cb4be6d132e81491de5d391b3207bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557210"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7bee7784d8828fc4a9df69eca9c1ef35e005581fd224216d5a89e680179ca991_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7bee7784d8828fc4a9df69eca9c1ef35e005581fd224216d5a89e680179ca991_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7bee7784d8828fc4a9df69eca9c1ef35e005581fd224216d5a89e680179ca991_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A7bee7784d8828fc4a9df69eca9c1ef35e005581fd224216d5a89e680179ca991?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a7ed545ff8c65e831a43781949f169e871014cdcb4ac48d3f399c40f5e2dfb7a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a7ed545ff8c65e831a43781949f169e871014cdcb4ac48d3f399c40f5e2dfb7a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a7ed545ff8c65e831a43781949f169e871014cdcb4ac48d3f399c40f5e2dfb7a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Aa7ed545ff8c65e831a43781949f169e871014cdcb4ac48d3f399c40f5e2dfb7a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:05add077328b1b59fc26b4502c1e70eba470ac7d4b28f6a93a183f9fb808824a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:05add077328b1b59fc26b4502c1e70eba470ac7d4b28f6a93a183f9fb808824a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:05add077328b1b59fc26b4502c1e70eba470ac7d4b28f6a93a183f9fb808824a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A05add077328b1b59fc26b4502c1e70eba470ac7d4b28f6a93a183f9fb808824a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a6b143fa9104106ff3a4dcdbb2fb168df5ea9cb89457bbd2a254a26e5cc026bb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a6b143fa9104106ff3a4dcdbb2fb168df5ea9cb89457bbd2a254a26e5cc026bb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a6b143fa9104106ff3a4dcdbb2fb168df5ea9cb89457bbd2a254a26e5cc026bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Aa6b143fa9104106ff3a4dcdbb2fb168df5ea9cb89457bbd2a254a26e5cc026bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:546da9afc24a942433d25b44b6595f5f465ce0c9d5d4c3c6234c1e137b772513_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:546da9afc24a942433d25b44b6595f5f465ce0c9d5d4c3c6234c1e137b772513_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:546da9afc24a942433d25b44b6595f5f465ce0c9d5d4c3c6234c1e137b772513_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A546da9afc24a942433d25b44b6595f5f465ce0c9d5d4c3c6234c1e137b772513?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:cb17aff3f0f9107e83886d2313fee6388c94018bbf714cf73cf3ec592ed15d92_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:cb17aff3f0f9107e83886d2313fee6388c94018bbf714cf73cf3ec592ed15d92_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:cb17aff3f0f9107e83886d2313fee6388c94018bbf714cf73cf3ec592ed15d92_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Acb17aff3f0f9107e83886d2313fee6388c94018bbf714cf73cf3ec592ed15d92?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6fb9bef3e9987126a8ec58cf782f4de382fcc72efaea3d6c48cf894a01062a5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6fb9bef3e9987126a8ec58cf782f4de382fcc72efaea3d6c48cf894a01062a5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6fb9bef3e9987126a8ec58cf782f4de382fcc72efaea3d6c48cf894a01062a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Aa6fb9bef3e9987126a8ec58cf782f4de382fcc72efaea3d6c48cf894a01062a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:51aeb0ce359177a91dcf7b450e90861e69918fb40bf50a0a4a1a0056b0837c5a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:51aeb0ce359177a91dcf7b450e90861e69918fb40bf50a0a4a1a0056b0837c5a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:51aeb0ce359177a91dcf7b450e90861e69918fb40bf50a0a4a1a0056b0837c5a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A51aeb0ce359177a91dcf7b450e90861e69918fb40bf50a0a4a1a0056b0837c5a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3fd208fd18398dc0929139e58088c5d991ab36072c1093bf9c2cd3285055bb04_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3fd208fd18398dc0929139e58088c5d991ab36072c1093bf9c2cd3285055bb04_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3fd208fd18398dc0929139e58088c5d991ab36072c1093bf9c2cd3285055bb04_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A3fd208fd18398dc0929139e58088c5d991ab36072c1093bf9c2cd3285055bb04?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594184"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f29e5091f08eddb0706008de190c7ffc5cdb5b85c1d97a10d1a991f16c85137_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f29e5091f08eddb0706008de190c7ffc5cdb5b85c1d97a10d1a991f16c85137_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f29e5091f08eddb0706008de190c7ffc5cdb5b85c1d97a10d1a991f16c85137_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A3f29e5091f08eddb0706008de190c7ffc5cdb5b85c1d97a10d1a991f16c85137?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551997"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f3dc2979f89092e6cee79190bf24ac9cdaf882ff2aa79991b118f97c8fd2c72d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f3dc2979f89092e6cee79190bf24ac9cdaf882ff2aa79991b118f97c8fd2c72d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f3dc2979f89092e6cee79190bf24ac9cdaf882ff2aa79991b118f97c8fd2c72d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Af3dc2979f89092e6cee79190bf24ac9cdaf882ff2aa79991b118f97c8fd2c72d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557482"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:543d69a1f0d04bde23f5d7349405363b780c5502236e5ed7309d5b5f815ec163_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:543d69a1f0d04bde23f5d7349405363b780c5502236e5ed7309d5b5f815ec163_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:543d69a1f0d04bde23f5d7349405363b780c5502236e5ed7309d5b5f815ec163_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A543d69a1f0d04bde23f5d7349405363b780c5502236e5ed7309d5b5f815ec163?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49ef6cde0a405838dd6159e3179ad5c0bec80b0ffc58ba0a3c7ebfcd02a3c704_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49ef6cde0a405838dd6159e3179ad5c0bec80b0ffc58ba0a3c7ebfcd02a3c704_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49ef6cde0a405838dd6159e3179ad5c0bec80b0ffc58ba0a3c7ebfcd02a3c704_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A49ef6cde0a405838dd6159e3179ad5c0bec80b0ffc58ba0a3c7ebfcd02a3c704?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:faf64ad7bce6306fa098c36202daef174f6c437d2b6a0978527b92dfec30d3d9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:faf64ad7bce6306fa098c36202daef174f6c437d2b6a0978527b92dfec30d3d9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:faf64ad7bce6306fa098c36202daef174f6c437d2b6a0978527b92dfec30d3d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Afaf64ad7bce6306fa098c36202daef174f6c437d2b6a0978527b92dfec30d3d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:212bd8b48d7bc3b291b4cc115578121338d58fce7ac9c3e67af19aa34cb1dd79_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:212bd8b48d7bc3b291b4cc115578121338d58fce7ac9c3e67af19aa34cb1dd79_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:212bd8b48d7bc3b291b4cc115578121338d58fce7ac9c3e67af19aa34cb1dd79_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A212bd8b48d7bc3b291b4cc115578121338d58fce7ac9c3e67af19aa34cb1dd79?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f1b67faaf3c4a76d80a1da88305355464056d570db8a67ff4bc149f10160ab68_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f1b67faaf3c4a76d80a1da88305355464056d570db8a67ff4bc149f10160ab68_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f1b67faaf3c4a76d80a1da88305355464056d570db8a67ff4bc149f10160ab68_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Af1b67faaf3c4a76d80a1da88305355464056d570db8a67ff4bc149f10160ab68?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557079"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:72cd405ad70e16a41e943c48ebf24a859c5488dc17264a0a112c1e4b99e57772_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:72cd405ad70e16a41e943c48ebf24a859c5488dc17264a0a112c1e4b99e57772_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:72cd405ad70e16a41e943c48ebf24a859c5488dc17264a0a112c1e4b99e57772_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A72cd405ad70e16a41e943c48ebf24a859c5488dc17264a0a112c1e4b99e57772?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:19d945c8b4361f412a5004d6d1c2028bc9b8436fe427edc269d23be5b4655ac2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:19d945c8b4361f412a5004d6d1c2028bc9b8436fe427edc269d23be5b4655ac2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:19d945c8b4361f412a5004d6d1c2028bc9b8436fe427edc269d23be5b4655ac2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A19d945c8b4361f412a5004d6d1c2028bc9b8436fe427edc269d23be5b4655ac2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553355"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:5d19950138f046a9e96ab23adcd456656591a6025542cbd15402dcf33725bdb5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:5d19950138f046a9e96ab23adcd456656591a6025542cbd15402dcf33725bdb5_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:5d19950138f046a9e96ab23adcd456656591a6025542cbd15402dcf33725bdb5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A5d19950138f046a9e96ab23adcd456656591a6025542cbd15402dcf33725bdb5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:bdb65f1e8184c8799cba2c821807b85266e2dde877e867253b991ab7d3634409_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:bdb65f1e8184c8799cba2c821807b85266e2dde877e867253b991ab7d3634409_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:bdb65f1e8184c8799cba2c821807b85266e2dde877e867253b991ab7d3634409_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3Abdb65f1e8184c8799cba2c821807b85266e2dde877e867253b991ab7d3634409?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dc8fb62e93553839a0395aa91027eb68c8b71f21e5b3d51fc99a58856768d5e9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dc8fb62e93553839a0395aa91027eb68c8b71f21e5b3d51fc99a58856768d5e9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dc8fb62e93553839a0395aa91027eb68c8b71f21e5b3d51fc99a58856768d5e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3Adc8fb62e93553839a0395aa91027eb68c8b71f21e5b3d51fc99a58856768d5e9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:95ae98647ccbefa15ef5571f85a360a4b7effa2fed2c065f55deba9bd3c62d54_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:95ae98647ccbefa15ef5571f85a360a4b7effa2fed2c065f55deba9bd3c62d54_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:95ae98647ccbefa15ef5571f85a360a4b7effa2fed2c065f55deba9bd3c62d54_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A95ae98647ccbefa15ef5571f85a360a4b7effa2fed2c065f55deba9bd3c62d54?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769641721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b5bf39f3566ad45871480b3fd6685784a221d81f2f4f9049f611f6d78d06d653_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b5bf39f3566ad45871480b3fd6685784a221d81f2f4f9049f611f6d78d06d653_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b5bf39f3566ad45871480b3fd6685784a221d81f2f4f9049f611f6d78d06d653_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Ab5bf39f3566ad45871480b3fd6685784a221d81f2f4f9049f611f6d78d06d653?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9f709f852192e46b7bec4a31ad98a989b65c023661134c56644fac89340d9632_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9f709f852192e46b7bec4a31ad98a989b65c023661134c56644fac89340d9632_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9f709f852192e46b7bec4a31ad98a989b65c023661134c56644fac89340d9632_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A9f709f852192e46b7bec4a31ad98a989b65c023661134c56644fac89340d9632?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554256"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:55b14d6d09df1e50a6572f21af1cd0599577281a1187fbee14f7226048f4886c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:55b14d6d09df1e50a6572f21af1cd0599577281a1187fbee14f7226048f4886c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:55b14d6d09df1e50a6572f21af1cd0599577281a1187fbee14f7226048f4886c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A55b14d6d09df1e50a6572f21af1cd0599577281a1187fbee14f7226048f4886c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ac9c8e3d06d1a1cf805c4bfdb83a880f2194139140f257f1855d254dadcc03b0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ac9c8e3d06d1a1cf805c4bfdb83a880f2194139140f257f1855d254dadcc03b0_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ac9c8e3d06d1a1cf805c4bfdb83a880f2194139140f257f1855d254dadcc03b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3Aac9c8e3d06d1a1cf805c4bfdb83a880f2194139140f257f1855d254dadcc03b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c65fff6955cbd6c79d01a7fc6955505382cf7a8f694baa75e64ae8b8d36f40e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c65fff6955cbd6c79d01a7fc6955505382cf7a8f694baa75e64ae8b8d36f40e_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c65fff6955cbd6c79d01a7fc6955505382cf7a8f694baa75e64ae8b8d36f40e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3A3c65fff6955cbd6c79d01a7fc6955505382cf7a8f694baa75e64ae8b8d36f40e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:402db1e826c53cc00d9379cd4af1a80bbd24c3352d35137a8f0585d016e1226a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:402db1e826c53cc00d9379cd4af1a80bbd24c3352d35137a8f0585d016e1226a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:402db1e826c53cc00d9379cd4af1a80bbd24c3352d35137a8f0585d016e1226a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A402db1e826c53cc00d9379cd4af1a80bbd24c3352d35137a8f0585d016e1226a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769561617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f10ca0c467f9d0eaaad7c2bf7d650067d6450bc3a5de0a0bb06ab4073c14fc73_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f10ca0c467f9d0eaaad7c2bf7d650067d6450bc3a5de0a0bb06ab4073c14fc73_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f10ca0c467f9d0eaaad7c2bf7d650067d6450bc3a5de0a0bb06ab4073c14fc73_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Af10ca0c467f9d0eaaad7c2bf7d650067d6450bc3a5de0a0bb06ab4073c14fc73?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769561708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ef4861f5d7482f39ea162a2446597f4ee77e3812620a3e23bf0227cfacf50129_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ef4861f5d7482f39ea162a2446597f4ee77e3812620a3e23bf0227cfacf50129_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ef4861f5d7482f39ea162a2446597f4ee77e3812620a3e23bf0227cfacf50129_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Aef4861f5d7482f39ea162a2446597f4ee77e3812620a3e23bf0227cfacf50129?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557381"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:131fe3f5fe0db2be50283fccbc8c4b6ae3c31303884052fa014a42426238dbb8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:131fe3f5fe0db2be50283fccbc8c4b6ae3c31303884052fa014a42426238dbb8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:131fe3f5fe0db2be50283fccbc8c4b6ae3c31303884052fa014a42426238dbb8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A131fe3f5fe0db2be50283fccbc8c4b6ae3c31303884052fa014a42426238dbb8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:212c91c64435061367f840165c2b5d359739520f1ded46dd75dc23264bb9361f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:212c91c64435061367f840165c2b5d359739520f1ded46dd75dc23264bb9361f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:212c91c64435061367f840165c2b5d359739520f1ded46dd75dc23264bb9361f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A212c91c64435061367f840165c2b5d359739520f1ded46dd75dc23264bb9361f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1d092cc28a2566b8f8a7f98f369f126bde88c790f7cfbd66c8e217f1ccbb8060_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1d092cc28a2566b8f8a7f98f369f126bde88c790f7cfbd66c8e217f1ccbb8060_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1d092cc28a2566b8f8a7f98f369f126bde88c790f7cfbd66c8e217f1ccbb8060_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A1d092cc28a2566b8f8a7f98f369f126bde88c790f7cfbd66c8e217f1ccbb8060?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554466"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2b7d88195212c91bdb415e7da523a825a09e3eea12e487c90df77a2a17869a1c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2b7d88195212c91bdb415e7da523a825a09e3eea12e487c90df77a2a17869a1c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2b7d88195212c91bdb415e7da523a825a09e3eea12e487c90df77a2a17869a1c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A2b7d88195212c91bdb415e7da523a825a09e3eea12e487c90df77a2a17869a1c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d02df177e39e67d81b260ff144b1a756eaad44345219e9f8f3e1e29a34cbf0a4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d02df177e39e67d81b260ff144b1a756eaad44345219e9f8f3e1e29a34cbf0a4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d02df177e39e67d81b260ff144b1a756eaad44345219e9f8f3e1e29a34cbf0a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Ad02df177e39e67d81b260ff144b1a756eaad44345219e9f8f3e1e29a34cbf0a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e093d90dcaa681142edd03757c2a22bdd6b488533f9fa13219dabfcbf2ee3d56_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e093d90dcaa681142edd03757c2a22bdd6b488533f9fa13219dabfcbf2ee3d56_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e093d90dcaa681142edd03757c2a22bdd6b488533f9fa13219dabfcbf2ee3d56_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Ae093d90dcaa681142edd03757c2a22bdd6b488533f9fa13219dabfcbf2ee3d56?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552206"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:fe5f11b0f2deb18f309e2b019499f51ddb200ddfa228cb1a047b24f66e1fd3ed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:fe5f11b0f2deb18f309e2b019499f51ddb200ddfa228cb1a047b24f66e1fd3ed_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:fe5f11b0f2deb18f309e2b019499f51ddb200ddfa228cb1a047b24f66e1fd3ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Afe5f11b0f2deb18f309e2b019499f51ddb200ddfa228cb1a047b24f66e1fd3ed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0f6d99c941504f393b6e4ac745b7fc25eea241e9e78dc179c42f7a3fa98f7767_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0f6d99c941504f393b6e4ac745b7fc25eea241e9e78dc179c42f7a3fa98f7767_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0f6d99c941504f393b6e4ac745b7fc25eea241e9e78dc179c42f7a3fa98f7767_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A0f6d99c941504f393b6e4ac745b7fc25eea241e9e78dc179c42f7a3fa98f7767?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e45973860421f3c82f96d29ed8bcfbead4c79c97aee42159b5363386084ab023_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e45973860421f3c82f96d29ed8bcfbead4c79c97aee42159b5363386084ab023_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e45973860421f3c82f96d29ed8bcfbead4c79c97aee42159b5363386084ab023_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Ae45973860421f3c82f96d29ed8bcfbead4c79c97aee42159b5363386084ab023?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769572233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:30d65e3245b83bb2e160d61c494cedb9e5c8c24a0838c84090178d788bc88828_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:30d65e3245b83bb2e160d61c494cedb9e5c8c24a0838c84090178d788bc88828_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:30d65e3245b83bb2e160d61c494cedb9e5c8c24a0838c84090178d788bc88828_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A30d65e3245b83bb2e160d61c494cedb9e5c8c24a0838c84090178d788bc88828?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555021"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b12134fb24f750d359c1f3c1366616b0d7d7b45f65b62e34e25c08b9b6dcd057_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b12134fb24f750d359c1f3c1366616b0d7d7b45f65b62e34e25c08b9b6dcd057_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b12134fb24f750d359c1f3c1366616b0d7d7b45f65b62e34e25c08b9b6dcd057_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Ab12134fb24f750d359c1f3c1366616b0d7d7b45f65b62e34e25c08b9b6dcd057?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:12325c8708786bb9449ef7c8b3499847df607b41b1f362cbae1d700157be5392_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:12325c8708786bb9449ef7c8b3499847df607b41b1f362cbae1d700157be5392_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:12325c8708786bb9449ef7c8b3499847df607b41b1f362cbae1d700157be5392_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A12325c8708786bb9449ef7c8b3499847df607b41b1f362cbae1d700157be5392?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ba811c0fd54c006359b2974b4aa21c5ac5b0467ac55216fe42666710884b9c80_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ba811c0fd54c006359b2974b4aa21c5ac5b0467ac55216fe42666710884b9c80_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ba811c0fd54c006359b2974b4aa21c5ac5b0467ac55216fe42666710884b9c80_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3Aba811c0fd54c006359b2974b4aa21c5ac5b0467ac55216fe42666710884b9c80?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b5bd988566863230adb58255e5fb417dd49c4af672904a6dd164f4a11cadd168_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b5bd988566863230adb58255e5fb417dd49c4af672904a6dd164f4a11cadd168_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b5bd988566863230adb58255e5fb417dd49c4af672904a6dd164f4a11cadd168_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Ab5bd988566863230adb58255e5fb417dd49c4af672904a6dd164f4a11cadd168?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e832f1cdb689716899272b0013dcd5aaa77bbd2fc659c9d3e91a3a75523ee535_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e832f1cdb689716899272b0013dcd5aaa77bbd2fc659c9d3e91a3a75523ee535_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e832f1cdb689716899272b0013dcd5aaa77bbd2fc659c9d3e91a3a75523ee535_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Ae832f1cdb689716899272b0013dcd5aaa77bbd2fc659c9d3e91a3a75523ee535?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:28b6871951b4312a663bf69ab3c984348d6a774a2b1fc839dd3fb35ae6837368_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:28b6871951b4312a663bf69ab3c984348d6a774a2b1fc839dd3fb35ae6837368_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:28b6871951b4312a663bf69ab3c984348d6a774a2b1fc839dd3fb35ae6837368_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A28b6871951b4312a663bf69ab3c984348d6a774a2b1fc839dd3fb35ae6837368?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769621085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:862b18b22a0a893ba7d0925e6e18042523b1252b13d1bb8950759a45e5afe0f9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:862b18b22a0a893ba7d0925e6e18042523b1252b13d1bb8950759a45e5afe0f9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:862b18b22a0a893ba7d0925e6e18042523b1252b13d1bb8950759a45e5afe0f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A862b18b22a0a893ba7d0925e6e18042523b1252b13d1bb8950759a45e5afe0f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:718bc4ed71f5b54165208c5f7453fa6686d64963948f63a3ecb4d9aeaa833b72_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:718bc4ed71f5b54165208c5f7453fa6686d64963948f63a3ecb4d9aeaa833b72_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:718bc4ed71f5b54165208c5f7453fa6686d64963948f63a3ecb4d9aeaa833b72_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A718bc4ed71f5b54165208c5f7453fa6686d64963948f63a3ecb4d9aeaa833b72?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769553693"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:54dc9c60fb0a206a6ea7705dc0ff3d518de9b897f1e33bb32a5c1579a4e40899_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:54dc9c60fb0a206a6ea7705dc0ff3d518de9b897f1e33bb32a5c1579a4e40899_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:54dc9c60fb0a206a6ea7705dc0ff3d518de9b897f1e33bb32a5c1579a4e40899_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A54dc9c60fb0a206a6ea7705dc0ff3d518de9b897f1e33bb32a5c1579a4e40899?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:74e8c4938140bceb1fc462e2c258808d8c1efce20fa8886ef4f3e57111424fdf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:74e8c4938140bceb1fc462e2c258808d8c1efce20fa8886ef4f3e57111424fdf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:74e8c4938140bceb1fc462e2c258808d8c1efce20fa8886ef4f3e57111424fdf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A74e8c4938140bceb1fc462e2c258808d8c1efce20fa8886ef4f3e57111424fdf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:67a0d7ba536723df4ad5a804891bc69b6c894d4f51770edb30a1d69c5de57228_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:67a0d7ba536723df4ad5a804891bc69b6c894d4f51770edb30a1d69c5de57228_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:67a0d7ba536723df4ad5a804891bc69b6c894d4f51770edb30a1d69c5de57228_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A67a0d7ba536723df4ad5a804891bc69b6c894d4f51770edb30a1d69c5de57228?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a25da8dae47de5a56fe9ce70f0a47898e54f1919b63b7f52dc0556c8c8385471_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a25da8dae47de5a56fe9ce70f0a47898e54f1919b63b7f52dc0556c8c8385471_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a25da8dae47de5a56fe9ce70f0a47898e54f1919b63b7f52dc0556c8c8385471_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Aa25da8dae47de5a56fe9ce70f0a47898e54f1919b63b7f52dc0556c8c8385471?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769641738"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:df10a5c9491ee928b418553afbf5fcc7ad9cea7a6ee5d946bab8c43e78d045ec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:df10a5c9491ee928b418553afbf5fcc7ad9cea7a6ee5d946bab8c43e78d045ec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:df10a5c9491ee928b418553afbf5fcc7ad9cea7a6ee5d946bab8c43e78d045ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Adf10a5c9491ee928b418553afbf5fcc7ad9cea7a6ee5d946bab8c43e78d045ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bb33d82357cd20a0ae33624d4d5caa24d46325a673fb66fa4a29b4967875a65c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bb33d82357cd20a0ae33624d4d5caa24d46325a673fb66fa4a29b4967875a65c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bb33d82357cd20a0ae33624d4d5caa24d46325a673fb66fa4a29b4967875a65c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Abb33d82357cd20a0ae33624d4d5caa24d46325a673fb66fa4a29b4967875a65c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4ee9a949933c250441496a64c5139834ac6599d166204b565630af6c381e18e9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4ee9a949933c250441496a64c5139834ac6599d166204b565630af6c381e18e9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4ee9a949933c250441496a64c5139834ac6599d166204b565630af6c381e18e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A4ee9a949933c250441496a64c5139834ac6599d166204b565630af6c381e18e9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552427"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ba4db060aa6dda3f3687537eeeed0af9cd57b632a24e4a23010b7ba385577271_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ba4db060aa6dda3f3687537eeeed0af9cd57b632a24e4a23010b7ba385577271_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ba4db060aa6dda3f3687537eeeed0af9cd57b632a24e4a23010b7ba385577271_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Aba4db060aa6dda3f3687537eeeed0af9cd57b632a24e4a23010b7ba385577271?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:45ca25deb8275f00f81de1e135b755676cd68f1b3ddea15756013ea2d3f125ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:45ca25deb8275f00f81de1e135b755676cd68f1b3ddea15756013ea2d3f125ff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:45ca25deb8275f00f81de1e135b755676cd68f1b3ddea15756013ea2d3f125ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A45ca25deb8275f00f81de1e135b755676cd68f1b3ddea15756013ea2d3f125ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558588"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f680b48a51e67b566589a0f95617f9415b14356f659b7e550ff886b7e09e5e3b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f680b48a51e67b566589a0f95617f9415b14356f659b7e550ff886b7e09e5e3b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f680b48a51e67b566589a0f95617f9415b14356f659b7e550ff886b7e09e5e3b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3Af680b48a51e67b566589a0f95617f9415b14356f659b7e550ff886b7e09e5e3b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769554476"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0367e8657c5484585f01b22aca10fe9148db24e44595dd5c76a4e48b90ffd31_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0367e8657c5484585f01b22aca10fe9148db24e44595dd5c76a4e48b90ffd31_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0367e8657c5484585f01b22aca10fe9148db24e44595dd5c76a4e48b90ffd31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3Ae0367e8657c5484585f01b22aca10fe9148db24e44595dd5c76a4e48b90ffd31?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551482"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:320c754185d72ffba64cb62342a9b79127711c70f3ed1ebf7c7196f1604b012e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:320c754185d72ffba64cb62342a9b79127711c70f3ed1ebf7c7196f1604b012e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:320c754185d72ffba64cb62342a9b79127711c70f3ed1ebf7c7196f1604b012e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A320c754185d72ffba64cb62342a9b79127711c70f3ed1ebf7c7196f1604b012e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:a90274c91d85fd2383d7786e51e8acd098a4cda27e43d8dda61e4e12d9a458d4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:a90274c91d85fd2383d7786e51e8acd098a4cda27e43d8dda61e4e12d9a458d4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:a90274c91d85fd2383d7786e51e8acd098a4cda27e43d8dda61e4e12d9a458d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3Aa90274c91d85fd2383d7786e51e8acd098a4cda27e43d8dda61e4e12d9a458d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552782"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ca133ecdd5880f72a188b87c6c541199ab1f67a6f71164faf27d31e063b358eb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ca133ecdd5880f72a188b87c6c541199ab1f67a6f71164faf27d31e063b358eb_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ca133ecdd5880f72a188b87c6c541199ab1f67a6f71164faf27d31e063b358eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Aca133ecdd5880f72a188b87c6c541199ab1f67a6f71164faf27d31e063b358eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769557947"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:566f3c6ec55bee0f3474c65b0d46bd67006ca3050a3f68295b56220e1fed5c33_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:566f3c6ec55bee0f3474c65b0d46bd67006ca3050a3f68295b56220e1fed5c33_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:566f3c6ec55bee0f3474c65b0d46bd67006ca3050a3f68295b56220e1fed5c33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A566f3c6ec55bee0f3474c65b0d46bd67006ca3050a3f68295b56220e1fed5c33?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0acd70a02d5b1ac31c4e9f57c3fe1347391b3404719654acffcbb1be9c6bc848_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0acd70a02d5b1ac31c4e9f57c3fe1347391b3404719654acffcbb1be9c6bc848_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0acd70a02d5b1ac31c4e9f57c3fe1347391b3404719654acffcbb1be9c6bc848_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A0acd70a02d5b1ac31c4e9f57c3fe1347391b3404719654acffcbb1be9c6bc848?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769594351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b3040c908c028506c2acfd9ea1b3e5e9d77a50db3c625905a43a2fa9aec02278_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b3040c908c028506c2acfd9ea1b3e5e9d77a50db3c625905a43a2fa9aec02278_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b3040c908c028506c2acfd9ea1b3e5e9d77a50db3c625905a43a2fa9aec02278_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ab3040c908c028506c2acfd9ea1b3e5e9d77a50db3c625905a43a2fa9aec02278?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769558494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c58932f7660b5899e4be1c146aedf325846ea508a327e44ed1d2b058685a880e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c58932f7660b5899e4be1c146aedf325846ea508a327e44ed1d2b058685a880e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c58932f7660b5899e4be1c146aedf325846ea508a327e44ed1d2b058685a880e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3Ac58932f7660b5899e4be1c146aedf325846ea508a327e44ed1d2b058685a880e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b4ba9117b966ae3d8bb73710413a12cb1c4105a0cb23ae532bcbe4297fd38361_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b4ba9117b966ae3d8bb73710413a12cb1c4105a0cb23ae532bcbe4297fd38361_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b4ba9117b966ae3d8bb73710413a12cb1c4105a0cb23ae532bcbe4297fd38361_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Ab4ba9117b966ae3d8bb73710413a12cb1c4105a0cb23ae532bcbe4297fd38361?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fe9148a4adedcb23d4efac3c0cd5aa47db5fa70feadb6e1f483ade363586d7c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fe9148a4adedcb23d4efac3c0cd5aa47db5fa70feadb6e1f483ade363586d7c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fe9148a4adedcb23d4efac3c0cd5aa47db5fa70feadb6e1f483ade363586d7c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A6fe9148a4adedcb23d4efac3c0cd5aa47db5fa70feadb6e1f483ade363586d7c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555856"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b70684d47f2c52953ed30e004a850f783883fe24ad6d868345e8a92cb6248714_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b70684d47f2c52953ed30e004a850f783883fe24ad6d868345e8a92cb6248714_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b70684d47f2c52953ed30e004a850f783883fe24ad6d868345e8a92cb6248714_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Ab70684d47f2c52953ed30e004a850f783883fe24ad6d868345e8a92cb6248714?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769552475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:063d1470a7e78e6f8b476f6d0f24e00c07b927e7770a57aa1ef0bd9431671f9f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:063d1470a7e78e6f8b476f6d0f24e00c07b927e7770a57aa1ef0bd9431671f9f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:063d1470a7e78e6f8b476f6d0f24e00c07b927e7770a57aa1ef0bd9431671f9f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A063d1470a7e78e6f8b476f6d0f24e00c07b927e7770a57aa1ef0bd9431671f9f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769556803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a4b8598a64c02ae4014f5edb6d83c04263554e5264706d9805abc1a845272eac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a4b8598a64c02ae4014f5edb6d83c04263554e5264706d9805abc1a845272eac_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a4b8598a64c02ae4014f5edb6d83c04263554e5264706d9805abc1a845272eac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Aa4b8598a64c02ae4014f5edb6d83c04263554e5264706d9805abc1a845272eac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769555252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:160929229a05bb01b601e93a4e1c3021ac5ec0e3d18396e1c1b660704bc66775_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:160929229a05bb01b601e93a4e1c3021ac5ec0e3d18396e1c1b660704bc66775_ppc64le",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:160929229a05bb01b601e93a4e1c3021ac5ec0e3d18396e1c1b660704bc66775_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/volume-data-source-validator-rhel9@sha256%3A160929229a05bb01b601e93a4e1c3021ac5ec0e3d18396e1c1b660704bc66775?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769551515"
}
}
}
],
"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:1abb4ee4f0b01be12c8f2e2ebf2da83445718f746b06fe4c83ff72bffff6013b_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:1abb4ee4f0b01be12c8f2e2ebf2da83445718f746b06fe4c83ff72bffff6013b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1abb4ee4f0b01be12c8f2e2ebf2da83445718f746b06fe4c83ff72bffff6013b_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:2d73587e9da1e256a13e8193b182c216f6f1370133dd937b0d0c8de493e93ac7_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:2d73587e9da1e256a13e8193b182c216f6f1370133dd937b0d0c8de493e93ac7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:2d73587e9da1e256a13e8193b182c216f6f1370133dd937b0d0c8de493e93ac7_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-karpenter-provider-aws-rhel9@sha256:90aaa5331cdfd93ca16aa1645a1dc69d0c6e07035b6828c37550fccfc324a11c_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:90aaa5331cdfd93ca16aa1645a1dc69d0c6e07035b6828c37550fccfc324a11c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:90aaa5331cdfd93ca16aa1645a1dc69d0c6e07035b6828c37550fccfc324a11c_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:db7736e790073eb4deefb66133303fe82fb87ca84dd00ca529b1065d16919cf2_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:db7736e790073eb4deefb66133303fe82fb87ca84dd00ca529b1065d16919cf2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:db7736e790073eb4deefb66133303fe82fb87ca84dd00ca529b1065d16919cf2_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:2c3763694df607d52853624e7af4fc2565f785875d8d816c8ae5be881ece74f9_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:2c3763694df607d52853624e7af4fc2565f785875d8d816c8ae5be881ece74f9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2c3763694df607d52853624e7af4fc2565f785875d8d816c8ae5be881ece74f9_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:503ad199fde1d37343108db03bfd711dd7f7d6ca2623016cafb85bd023b0b66e_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:503ad199fde1d37343108db03bfd711dd7f7d6ca2623016cafb85bd023b0b66e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:503ad199fde1d37343108db03bfd711dd7f7d6ca2623016cafb85bd023b0b66e_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-kms-encryption-provider-rhel9@sha256:b5b9bec5a239b9cda31907f6434de28211464fafe56f90f591e2bd77048cbc78_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:b5b9bec5a239b9cda31907f6434de28211464fafe56f90f591e2bd77048cbc78_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b5b9bec5a239b9cda31907f6434de28211464fafe56f90f591e2bd77048cbc78_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:eddad81b997c59b35964a584c610f336ecbeb4ea791809400aa3274bf8a4ded4_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:eddad81b997c59b35964a584c610f336ecbeb4ea791809400aa3274bf8a4ded4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:eddad81b997c59b35964a584c610f336ecbeb4ea791809400aa3274bf8a4ded4_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:b70fd26cc850327877a36a84968630b6cd3cd04e1c542ea4f2e6beba00ef54ac_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:b70fd26cc850327877a36a84968630b6cd3cd04e1c542ea4f2e6beba00ef54ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b70fd26cc850327877a36a84968630b6cd3cd04e1c542ea4f2e6beba00ef54ac_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-kms-encryption-provider-rhel9@sha256:c5e173d1bff544023c278c2f7df2d9909d437548aecaa4bdfa43fe4c32a53239_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:c5e173d1bff544023c278c2f7df2d9909d437548aecaa4bdfa43fe4c32a53239_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c5e173d1bff544023c278c2f7df2d9909d437548aecaa4bdfa43fe4c32a53239_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:e58a67b7cfb82ceff58b1cf6de719c243212e142abf09c66e38fc8ffbae5c2bb_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:e58a67b7cfb82ceff58b1cf6de719c243212e142abf09c66e38fc8ffbae5c2bb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e58a67b7cfb82ceff58b1cf6de719c243212e142abf09c66e38fc8ffbae5c2bb_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:f98e38faf54ab90dbc4cfc6b6b8f4d2ec95a29e628c7e0821d66ff9f4431707f_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:f98e38faf54ab90dbc4cfc6b6b8f4d2ec95a29e628c7e0821d66ff9f4431707f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f98e38faf54ab90dbc4cfc6b6b8f4d2ec95a29e628c7e0821d66ff9f4431707f_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:8749c55b78d5dbe3c5b7be910833bdf641e49b25dfdaf051a778c139a238ad1b_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:8749c55b78d5dbe3c5b7be910833bdf641e49b25dfdaf051a778c139a238ad1b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8749c55b78d5dbe3c5b7be910833bdf641e49b25dfdaf051a778c139a238ad1b_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:c2750e23e9bc18fb64b1e8df0d894c0553832dcc43a5b469403dd65c156ee5fd_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:c2750e23e9bc18fb64b1e8df0d894c0553832dcc43a5b469403dd65c156ee5fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:c2750e23e9bc18fb64b1e8df0d894c0553832dcc43a5b469403dd65c156ee5fd_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:d63d620d571d7a0e3f01d9968e1dea36f1e7e74e21cd1f5b41acce63394b564b_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:d63d620d571d7a0e3f01d9968e1dea36f1e7e74e21cd1f5b41acce63394b564b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d63d620d571d7a0e3f01d9968e1dea36f1e7e74e21cd1f5b41acce63394b564b_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-service-rhel9-operator@sha256:e363d36a7b7e0fd73f45c40d3772507369cbd5f38a349c1ac7b471d8b82372a8_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:e363d36a7b7e0fd73f45c40d3772507369cbd5f38a349c1ac7b471d8b82372a8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e363d36a7b7e0fd73f45c40d3772507369cbd5f38a349c1ac7b471d8b82372a8_s390x",
"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:7511ef60b4681123a489717088a95fe1fb4eb26b661356c30b5e9c2b1810042c_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:7511ef60b4681123a489717088a95fe1fb4eb26b661356c30b5e9c2b1810042c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7511ef60b4681123a489717088a95fe1fb4eb26b661356c30b5e9c2b1810042c_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:7713b7e6b1d55055e9058899b252c3cef272b58d532471dce61abcfcb94ae6a1_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:7713b7e6b1d55055e9058899b252c3cef272b58d532471dce61abcfcb94ae6a1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7713b7e6b1d55055e9058899b252c3cef272b58d532471dce61abcfcb94ae6a1_s390x",
"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:f6e7e55ffd641b5635237b09a9284e5c23e8665eb459f85ae89fc7b03cea6857_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:f6e7e55ffd641b5635237b09a9284e5c23e8665eb459f85ae89fc7b03cea6857_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f6e7e55ffd641b5635237b09a9284e5c23e8665eb459f85ae89fc7b03cea6857_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:fb405d3d09b5a9c79993122f6689589ccfb2b26a85df1af1ce23ebb8c3d282e1_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:fb405d3d09b5a9c79993122f6689589ccfb2b26a85df1af1ce23ebb8c3d282e1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fb405d3d09b5a9c79993122f6689589ccfb2b26a85df1af1ce23ebb8c3d282e1_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:0564fae5cef879411cbfca5ae759d8453fad1ef58304229a9c7e0c3a5c01ad3a_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:0564fae5cef879411cbfca5ae759d8453fad1ef58304229a9c7e0c3a5c01ad3a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0564fae5cef879411cbfca5ae759d8453fad1ef58304229a9c7e0c3a5c01ad3a_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:0e56240076665623262eaab6ee06af30f3379d82f1199af689a1d15ae1952792_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:0e56240076665623262eaab6ee06af30f3379d82f1199af689a1d15ae1952792_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0e56240076665623262eaab6ee06af30f3379d82f1199af689a1d15ae1952792_amd64",
"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:4256156569fb1cb0abcf3b738ba110e41934fddac5814e854deb887bf73507e5_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:4256156569fb1cb0abcf3b738ba110e41934fddac5814e854deb887bf73507e5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4256156569fb1cb0abcf3b738ba110e41934fddac5814e854deb887bf73507e5_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:8894a66ae6a706b9a80ac60058c5bda80aecd4c16c70cbda0c026ac7dfc6f15c_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:8894a66ae6a706b9a80ac60058c5bda80aecd4c16c70cbda0c026ac7dfc6f15c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8894a66ae6a706b9a80ac60058c5bda80aecd4c16c70cbda0c026ac7dfc6f15c_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:169335906e74324804766e4ae56da8a6d3c5611e40012122b5ad95edea908982_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:169335906e74324804766e4ae56da8a6d3c5611e40012122b5ad95edea908982_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:169335906e74324804766e4ae56da8a6d3c5611e40012122b5ad95edea908982_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:6150532e9fc8c332a3ee0bc8099fe05f87df765c64aae658450555a550cb9fd6_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:6150532e9fc8c332a3ee0bc8099fe05f87df765c64aae658450555a550cb9fd6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6150532e9fc8c332a3ee0bc8099fe05f87df765c64aae658450555a550cb9fd6_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:ac75fdfadcd23462682349875730d1051c4ca8078b637f31f45107531bdda9aa_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:ac75fdfadcd23462682349875730d1051c4ca8078b637f31f45107531bdda9aa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ac75fdfadcd23462682349875730d1051c4ca8078b637f31f45107531bdda9aa_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:b48f1122a811c9fac2ba94b8d5e6e12eb71eeb7da19a788cc5705b79b9371f7f_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:b48f1122a811c9fac2ba94b8d5e6e12eb71eeb7da19a788cc5705b79b9371f7f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b48f1122a811c9fac2ba94b8d5e6e12eb71eeb7da19a788cc5705b79b9371f7f_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:03a7220456e556f9a2e9804225ea3873dc26b198b5cf9790b4ae4d835f885243_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:03a7220456e556f9a2e9804225ea3873dc26b198b5cf9790b4ae4d835f885243_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:03a7220456e556f9a2e9804225ea3873dc26b198b5cf9790b4ae4d835f885243_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:7a25fe6da003108eb41e42391d803725408b111043b00af7f304a466557d5945_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:7a25fe6da003108eb41e42391d803725408b111043b00af7f304a466557d5945_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7a25fe6da003108eb41e42391d803725408b111043b00af7f304a466557d5945_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:990148d090f37fb59855b3a1bfe2790c458cbc55e5edfe9938f4adbfc37e6cba_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:990148d090f37fb59855b3a1bfe2790c458cbc55e5edfe9938f4adbfc37e6cba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:990148d090f37fb59855b3a1bfe2790c458cbc55e5edfe9938f4adbfc37e6cba_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:d832e4ac3877823c3c74e1f6b9b507b3257e9908383d4c63255ff1dfd2c58f13_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:d832e4ac3877823c3c74e1f6b9b507b3257e9908383d4c63255ff1dfd2c58f13_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d832e4ac3877823c3c74e1f6b9b507b3257e9908383d4c63255ff1dfd2c58f13_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:5d19950138f046a9e96ab23adcd456656591a6025542cbd15402dcf33725bdb5_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:5d19950138f046a9e96ab23adcd456656591a6025542cbd15402dcf33725bdb5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:5d19950138f046a9e96ab23adcd456656591a6025542cbd15402dcf33725bdb5_ppc64le",
"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:635018b45a33d7cbb15766995f7de66a2563fa3bc187733e0ebe93bc8e0f4f33_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:635018b45a33d7cbb15766995f7de66a2563fa3bc187733e0ebe93bc8e0f4f33_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:635018b45a33d7cbb15766995f7de66a2563fa3bc187733e0ebe93bc8e0f4f33_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:790655e6a633eca04b9a6413570c8d64142cafc2dda1d944705dbfd7bb16b646_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:790655e6a633eca04b9a6413570c8d64142cafc2dda1d944705dbfd7bb16b646_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:790655e6a633eca04b9a6413570c8d64142cafc2dda1d944705dbfd7bb16b646_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:8d8098fae6cd6aad5c5fe24ab89972cd467eca4d3bd437231653fd6d44f2a1a4_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:8d8098fae6cd6aad5c5fe24ab89972cd467eca4d3bd437231653fd6d44f2a1a4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:8d8098fae6cd6aad5c5fe24ab89972cd467eca4d3bd437231653fd6d44f2a1a4_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:48bd4b74a549ca3a4d4ae5a1f4cfa08e6dd4102cbd97ef6346c77728b4ce328b_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:48bd4b74a549ca3a4d4ae5a1f4cfa08e6dd4102cbd97ef6346c77728b4ce328b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:48bd4b74a549ca3a4d4ae5a1f4cfa08e6dd4102cbd97ef6346c77728b4ce328b_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:539f9121292414e1ac2f402242be52dbbb7cb4081d7bcd01f7bb22ca592824b4_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:539f9121292414e1ac2f402242be52dbbb7cb4081d7bcd01f7bb22ca592824b4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:539f9121292414e1ac2f402242be52dbbb7cb4081d7bcd01f7bb22ca592824b4_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:9ccfb6e935cf43c782afddca5b98bbae4ded9b8de5f8170781392bec9805e7c9_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:9ccfb6e935cf43c782afddca5b98bbae4ded9b8de5f8170781392bec9805e7c9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9ccfb6e935cf43c782afddca5b98bbae4ded9b8de5f8170781392bec9805e7c9_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:ac9c8e3d06d1a1cf805c4bfdb83a880f2194139140f257f1855d254dadcc03b0_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:ac9c8e3d06d1a1cf805c4bfdb83a880f2194139140f257f1855d254dadcc03b0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ac9c8e3d06d1a1cf805c4bfdb83a880f2194139140f257f1855d254dadcc03b0_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:39e7bcc1d96c891e247f91fcd5346fc1d5d884ad9fb51f83f0d289b2c0071106_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:39e7bcc1d96c891e247f91fcd5346fc1d5d884ad9fb51f83f0d289b2c0071106_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:39e7bcc1d96c891e247f91fcd5346fc1d5d884ad9fb51f83f0d289b2c0071106_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-extractor-rhel9@sha256:3c65fff6955cbd6c79d01a7fc6955505382cf7a8f694baa75e64ae8b8d36f40e_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:3c65fff6955cbd6c79d01a7fc6955505382cf7a8f694baa75e64ae8b8d36f40e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c65fff6955cbd6c79d01a7fc6955505382cf7a8f694baa75e64ae8b8d36f40e_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:d2f1b6de152d08fca7441115271cc24d7459f353a19d6e9eee30be1543d67f65_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:d2f1b6de152d08fca7441115271cc24d7459f353a19d6e9eee30be1543d67f65_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d2f1b6de152d08fca7441115271cc24d7459f353a19d6e9eee30be1543d67f65_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:daee6e1c9a7df1bc286f4fcd4a79ceae3675625c62cda23f0e9dd3a2ac550920_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:daee6e1c9a7df1bc286f4fcd4a79ceae3675625c62cda23f0e9dd3a2ac550920_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:daee6e1c9a7df1bc286f4fcd4a79ceae3675625c62cda23f0e9dd3a2ac550920_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:ae12d5fe4aa7c0dfe9aaa65086df6ca6d4bbf16013b7fc9ac33c1762a073c339_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:ae12d5fe4aa7c0dfe9aaa65086df6ca6d4bbf16013b7fc9ac33c1762a073c339_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ae12d5fe4aa7c0dfe9aaa65086df6ca6d4bbf16013b7fc9ac33c1762a073c339_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:ca67d3368d0b54c2683af5c16a4860ea79b5229c964eb28dd259caea13ee1614_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:ca67d3368d0b54c2683af5c16a4860ea79b5229c964eb28dd259caea13ee1614_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ca67d3368d0b54c2683af5c16a4860ea79b5229c964eb28dd259caea13ee1614_amd64",
"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:ef4861f5d7482f39ea162a2446597f4ee77e3812620a3e23bf0227cfacf50129_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:ef4861f5d7482f39ea162a2446597f4ee77e3812620a3e23bf0227cfacf50129_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ef4861f5d7482f39ea162a2446597f4ee77e3812620a3e23bf0227cfacf50129_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:f1364e5b51e60696f6c1150bbfd494841f6cff918d706ac9fa29332e7bfcf9ac_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:f1364e5b51e60696f6c1150bbfd494841f6cff918d706ac9fa29332e7bfcf9ac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f1364e5b51e60696f6c1150bbfd494841f6cff918d706ac9fa29332e7bfcf9ac_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:1d092cc28a2566b8f8a7f98f369f126bde88c790f7cfbd66c8e217f1ccbb8060_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:1d092cc28a2566b8f8a7f98f369f126bde88c790f7cfbd66c8e217f1ccbb8060_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1d092cc28a2566b8f8a7f98f369f126bde88c790f7cfbd66c8e217f1ccbb8060_ppc64le",
"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:387d46bc354a0abb6bc9499eb1ebac51e3e8af6d9e306c99c70954788966b677_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:387d46bc354a0abb6bc9499eb1ebac51e3e8af6d9e306c99c70954788966b677_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:387d46bc354a0abb6bc9499eb1ebac51e3e8af6d9e306c99c70954788966b677_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:b515e9d3a20f024ae23bb509c7438c28d8aa80c97ace149df62d30dd2545d044_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:b515e9d3a20f024ae23bb509c7438c28d8aa80c97ace149df62d30dd2545d044_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b515e9d3a20f024ae23bb509c7438c28d8aa80c97ace149df62d30dd2545d044_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:b5d60c432d9a470fdcf0e33d785c858954e470eae3cf572f07db962f2f4229d8_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:b5d60c432d9a470fdcf0e33d785c858954e470eae3cf572f07db962f2f4229d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b5d60c432d9a470fdcf0e33d785c858954e470eae3cf572f07db962f2f4229d8_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:07f2d88cd98d72b4f2fb06ad254d40a434d74220b1f3c54eb289687926433efa_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:07f2d88cd98d72b4f2fb06ad254d40a434d74220b1f3c54eb289687926433efa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:07f2d88cd98d72b4f2fb06ad254d40a434d74220b1f3c54eb289687926433efa_arm64",
"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:0a40e83f2640eeef5def25cc6bd409090c6560b054db320009ebda53d0c9a438_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:0a40e83f2640eeef5def25cc6bd409090c6560b054db320009ebda53d0c9a438_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0a40e83f2640eeef5def25cc6bd409090c6560b054db320009ebda53d0c9a438_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:28b6871951b4312a663bf69ab3c984348d6a774a2b1fc839dd3fb35ae6837368_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:28b6871951b4312a663bf69ab3c984348d6a774a2b1fc839dd3fb35ae6837368_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:28b6871951b4312a663bf69ab3c984348d6a774a2b1fc839dd3fb35ae6837368_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:2c523d8b08460b9b666a11ce2fee5a495af0c434f41755f38014549591372109_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:2c523d8b08460b9b666a11ce2fee5a495af0c434f41755f38014549591372109_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2c523d8b08460b9b666a11ce2fee5a495af0c434f41755f38014549591372109_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:4d9557543158f339032c9c37b771e0bdf7ee175ef4c95d1b9484efe0841a676a_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:4d9557543158f339032c9c37b771e0bdf7ee175ef4c95d1b9484efe0841a676a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4d9557543158f339032c9c37b771e0bdf7ee175ef4c95d1b9484efe0841a676a_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:84c9ecf14cb657fa9fed55663acac95ca4c6098756c6a5215906b7a57553f5da_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:84c9ecf14cb657fa9fed55663acac95ca4c6098756c6a5215906b7a57553f5da_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84c9ecf14cb657fa9fed55663acac95ca4c6098756c6a5215906b7a57553f5da_amd64",
"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:c5c6a6bd4727c5855e0783ea9a2838d9101c005d3042aae6848f619350045d8b_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:c5c6a6bd4727c5855e0783ea9a2838d9101c005d3042aae6848f619350045d8b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5c6a6bd4727c5855e0783ea9a2838d9101c005d3042aae6848f619350045d8b_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:cacdf99b6637e90d3203401665039c081e0c54711243a21aa0ef4345a221f1e3_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:cacdf99b6637e90d3203401665039c081e0c54711243a21aa0ef4345a221f1e3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:cacdf99b6637e90d3203401665039c081e0c54711243a21aa0ef4345a221f1e3_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:7fb9a55a41c8d85619133d6d1766e2f84ed841367c4454f820b2a85ed2a95cd1_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:7fb9a55a41c8d85619133d6d1766e2f84ed841367c4454f820b2a85ed2a95cd1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7fb9a55a41c8d85619133d6d1766e2f84ed841367c4454f820b2a85ed2a95cd1_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:ba7c95a0a9217b4040e7854a67f6fbb05698f368b5855b0a277b55de08d29205_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:ba7c95a0a9217b4040e7854a67f6fbb05698f368b5855b0a277b55de08d29205_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ba7c95a0a9217b4040e7854a67f6fbb05698f368b5855b0a277b55de08d29205_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:ca133ecdd5880f72a188b87c6c541199ab1f67a6f71164faf27d31e063b358eb_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:ca133ecdd5880f72a188b87c6c541199ab1f67a6f71164faf27d31e063b358eb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ca133ecdd5880f72a188b87c6c541199ab1f67a6f71164faf27d31e063b358eb_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:e9ddc4154c7b4eb1d6e3524e23a3472e6e2daeb3276d5e3bd20151c78624ae4c_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:e9ddc4154c7b4eb1d6e3524e23a3472e6e2daeb3276d5e3bd20151c78624ae4c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:e9ddc4154c7b4eb1d6e3524e23a3472e6e2daeb3276d5e3bd20151c78624ae4c_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:2bdf6c546709c7827c1a68f98aa9b01cca8a00b5af6640411db8aeccc006ed48_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:2bdf6c546709c7827c1a68f98aa9b01cca8a00b5af6640411db8aeccc006ed48_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2bdf6c546709c7827c1a68f98aa9b01cca8a00b5af6640411db8aeccc006ed48_s390x",
"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:4ebf1fcd06d21b2b6dc3011f58d8e80a379940f50f4cdd7028942ba3ada5d8eb_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:4ebf1fcd06d21b2b6dc3011f58d8e80a379940f50f4cdd7028942ba3ada5d8eb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4ebf1fcd06d21b2b6dc3011f58d8e80a379940f50f4cdd7028942ba3ada5d8eb_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:50b8a61152b15f267b9eacf0a69231966ad997e5a7638b7e90b0c421bdfebf32_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:50b8a61152b15f267b9eacf0a69231966ad997e5a7638b7e90b0c421bdfebf32_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:50b8a61152b15f267b9eacf0a69231966ad997e5a7638b7e90b0c421bdfebf32_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:9635e7dd67d484895f6d7ff34b4d67c9b25c0f0b8f045e5e414142bfad951c75_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:9635e7dd67d484895f6d7ff34b4d67c9b25c0f0b8f045e5e414142bfad951c75_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:9635e7dd67d484895f6d7ff34b4d67c9b25c0f0b8f045e5e414142bfad951c75_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:19c0783b85abda8d0ba6cda4bd4adcb36095798d94e616c99f411338a9989059_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:19c0783b85abda8d0ba6cda4bd4adcb36095798d94e616c99f411338a9989059_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:19c0783b85abda8d0ba6cda4bd4adcb36095798d94e616c99f411338a9989059_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:2b7674d4d94d806afa2827d1a715bb74273027a2f7d9bbf3f1529668fa322b9e_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:2b7674d4d94d806afa2827d1a715bb74273027a2f7d9bbf3f1529668fa322b9e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2b7674d4d94d806afa2827d1a715bb74273027a2f7d9bbf3f1529668fa322b9e_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:dee65b2f904ef032540387e899b6f71a3ec6e96f12a87085a1f7d7dabb56a4ac_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:dee65b2f904ef032540387e899b6f71a3ec6e96f12a87085a1f7d7dabb56a4ac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dee65b2f904ef032540387e899b6f71a3ec6e96f12a87085a1f7d7dabb56a4ac_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:f07ed2ee836cee03695bb8c3265cde3a3fe0c50dfe1d28a1a69c0e7a336d11c3_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:f07ed2ee836cee03695bb8c3265cde3a3fe0c50dfe1d28a1a69c0e7a336d11c3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f07ed2ee836cee03695bb8c3265cde3a3fe0c50dfe1d28a1a69c0e7a336d11c3_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:6f12925ce09cbe57e60ed8be87a97efc25587ad660f8c1567c43644049cb989a_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:6f12925ce09cbe57e60ed8be87a97efc25587ad660f8c1567c43644049cb989a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6f12925ce09cbe57e60ed8be87a97efc25587ad660f8c1567c43644049cb989a_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:7c8880ecf30fa54a789f5c518e30b69e263961d9d0d3845e8b02ac1c36b7e905_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:7c8880ecf30fa54a789f5c518e30b69e263961d9d0d3845e8b02ac1c36b7e905_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7c8880ecf30fa54a789f5c518e30b69e263961d9d0d3845e8b02ac1c36b7e905_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:8e824da03dbbe619bf1af8633602b82312e50a5442e38f55c25d18a6726ad544_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:8e824da03dbbe619bf1af8633602b82312e50a5442e38f55c25d18a6726ad544_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8e824da03dbbe619bf1af8633602b82312e50a5442e38f55c25d18a6726ad544_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:a27b36cbcb25a247f73b8c81e17762fd56adb520fbfd639ac05664d48e705ee6_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:a27b36cbcb25a247f73b8c81e17762fd56adb520fbfd639ac05664d48e705ee6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a27b36cbcb25a247f73b8c81e17762fd56adb520fbfd639ac05664d48e705ee6_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:81278605bd05dcf248b60fd1968afbbfd8c3479cf8bf463b7d27ed65b1d2b6c8_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:81278605bd05dcf248b60fd1968afbbfd8c3479cf8bf463b7d27ed65b1d2b6c8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81278605bd05dcf248b60fd1968afbbfd8c3479cf8bf463b7d27ed65b1d2b6c8_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:9c9442acb567c4486c23dceafcb289b058dd41559b2dbfdcada34e00171f8c34_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:9c9442acb567c4486c23dceafcb289b058dd41559b2dbfdcada34e00171f8c34_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c9442acb567c4486c23dceafcb289b058dd41559b2dbfdcada34e00171f8c34_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-node-agent-rhel9@sha256:a85942e02b0c4582a0f7f777df4547252297e1e17b224ffda634498603419acf_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:a85942e02b0c4582a0f7f777df4547252297e1e17b224ffda634498603419acf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a85942e02b0c4582a0f7f777df4547252297e1e17b224ffda634498603419acf_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:dcc317524de3d0331b0bde62c50d5c54e0e4c5127b31d1adf4627d3226c115aa_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:dcc317524de3d0331b0bde62c50d5c54e0e4c5127b31d1adf4627d3226c115aa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcc317524de3d0331b0bde62c50d5c54e0e4c5127b31d1adf4627d3226c115aa_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:0cf4f4f84795355860b8e5d245fa7ac7ee64058c0faebb32a97ff078d03fcb75_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:0cf4f4f84795355860b8e5d245fa7ac7ee64058c0faebb32a97ff078d03fcb75_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0cf4f4f84795355860b8e5d245fa7ac7ee64058c0faebb32a97ff078d03fcb75_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:6519e13a63e027f01f2b78d4c2280ca12d6b8d1a573d7073a1579b0158305717_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:6519e13a63e027f01f2b78d4c2280ca12d6b8d1a573d7073a1579b0158305717_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6519e13a63e027f01f2b78d4c2280ca12d6b8d1a573d7073a1579b0158305717_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:6cc1ad2ef67397f8a96e29d1181983798bf12f234fc35ee5d738027825d2ee2e_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:6cc1ad2ef67397f8a96e29d1181983798bf12f234fc35ee5d738027825d2ee2e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc1ad2ef67397f8a96e29d1181983798bf12f234fc35ee5d738027825d2ee2e_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:ff03d03b34cc9468ecc8229b68a2088406a7ca7e996a092a32a3b824542a4369_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:ff03d03b34cc9468ecc8229b68a2088406a7ca7e996a092a32a3b824542a4369_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ff03d03b34cc9468ecc8229b68a2088406a7ca7e996a092a32a3b824542a4369_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:8afb65ff69549ce53ccd246738b22de5456c9ee8285b8c4262a7223fb0cfe680_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:8afb65ff69549ce53ccd246738b22de5456c9ee8285b8c4262a7223fb0cfe680_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8afb65ff69549ce53ccd246738b22de5456c9ee8285b8c4262a7223fb0cfe680_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:34f0cde924117f6f678dbfbb96c7a87def4ead6cf74ae6aaedcb4dc5d90b5468_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:34f0cde924117f6f678dbfbb96c7a87def4ead6cf74ae6aaedcb4dc5d90b5468_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:34f0cde924117f6f678dbfbb96c7a87def4ead6cf74ae6aaedcb4dc5d90b5468_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:353937307e06093c281900ec2e4be8b4be35a023ad8c789c7c6876ee454e1086_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:353937307e06093c281900ec2e4be8b4be35a023ad8c789c7c6876ee454e1086_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:353937307e06093c281900ec2e4be8b4be35a023ad8c789c7c6876ee454e1086_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:84f8358b1a20a6ac0ac59c49c09eeb60ec7f5889874155b07a76aa40509a90d0_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:84f8358b1a20a6ac0ac59c49c09eeb60ec7f5889874155b07a76aa40509a90d0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:84f8358b1a20a6ac0ac59c49c09eeb60ec7f5889874155b07a76aa40509a90d0_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:f77cad076f52197b4cd42642f97bc8d58b84692f327b640aa6edd64799015f98_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:f77cad076f52197b4cd42642f97bc8d58b84692f327b640aa6edd64799015f98_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f77cad076f52197b4cd42642f97bc8d58b84692f327b640aa6edd64799015f98_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:4abfa9554b311aa9a5628a048bef3bff379dfb0416823371f45c1db64651dbfc_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:4abfa9554b311aa9a5628a048bef3bff379dfb0416823371f45c1db64651dbfc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4abfa9554b311aa9a5628a048bef3bff379dfb0416823371f45c1db64651dbfc_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:4c53393ecb68024ddd2e5f0d6461a48e1174ef5351ffd398cfa85a94df9b2acd_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:4c53393ecb68024ddd2e5f0d6461a48e1174ef5351ffd398cfa85a94df9b2acd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4c53393ecb68024ddd2e5f0d6461a48e1174ef5351ffd398cfa85a94df9b2acd_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:9d7d0300c44336452e818b158d4b545f4957d6676fb26cc0561aa8a6df2dd1ed_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:9d7d0300c44336452e818b158d4b545f4957d6676fb26cc0561aa8a6df2dd1ed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9d7d0300c44336452e818b158d4b545f4957d6676fb26cc0561aa8a6df2dd1ed_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-apiserver-network-proxy-rhel9@sha256:ba297510327fa361830b08cecf0b761860f9a474caf2d5a60feacbb9d5130197_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:ba297510327fa361830b08cecf0b761860f9a474caf2d5a60feacbb9d5130197_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ba297510327fa361830b08cecf0b761860f9a474caf2d5a60feacbb9d5130197_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:4c41cb5c37859d2a2bb96b82f464094fe53a8c34f36b9d5b531cdaa54953bc58_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:4c41cb5c37859d2a2bb96b82f464094fe53a8c34f36b9d5b531cdaa54953bc58_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4c41cb5c37859d2a2bb96b82f464094fe53a8c34f36b9d5b531cdaa54953bc58_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-cloud-controller-manager-rhel9@sha256:85ed4d0aaa7e5f0a71a8d740813fd32a611077dde5dee6454e9b837fd1977d0d_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:85ed4d0aaa7e5f0a71a8d740813fd32a611077dde5dee6454e9b837fd1977d0d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:85ed4d0aaa7e5f0a71a8d740813fd32a611077dde5dee6454e9b837fd1977d0d_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:26abead2eed82f64757b4868f8011dae09ea5415c837f068e52f629c0d9282b8_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:26abead2eed82f64757b4868f8011dae09ea5415c837f068e52f629c0d9282b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:26abead2eed82f64757b4868f8011dae09ea5415c837f068e52f629c0d9282b8_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:e3e89a53da1b6e30a762dace6ee60e8b5f3824b5569745055edcd8fdb2252548_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:e3e89a53da1b6e30a762dace6ee60e8b5f3824b5569745055edcd8fdb2252548_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e3e89a53da1b6e30a762dace6ee60e8b5f3824b5569745055edcd8fdb2252548_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-operator@sha256:62cd9fb8415f6db5c964214ec73ca4f33c12e4dfefd22a086a3880c82fc329d1_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:62cd9fb8415f6db5c964214ec73ca4f33c12e4dfefd22a086a3880c82fc329d1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:62cd9fb8415f6db5c964214ec73ca4f33c12e4dfefd22a086a3880c82fc329d1_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-operator@sha256:ceb1beb2060ded10c43009b1f27f94f0b91feadd10542e1f4234c286d6ad653e_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:ceb1beb2060ded10c43009b1f27f94f0b91feadd10542e1f4234c286d6ad653e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ceb1beb2060ded10c43009b1f27f94f0b91feadd10542e1f4234c286d6ad653e_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@sha256:490e384fd5253d49968519c893128cbe16c1b3c2e422066de314de81d4d3c7fc_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:490e384fd5253d49968519c893128cbe16c1b3c2e422066de314de81d4d3c7fc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:490e384fd5253d49968519c893128cbe16c1b3c2e422066de314de81d4d3c7fc_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@sha256:7c2677105560f8d4311c7df77717bce40980903c64cd6ad80994645ba111ae92_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:7c2677105560f8d4311c7df77717bce40980903c64cd6ad80994645ba111ae92_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7c2677105560f8d4311c7df77717bce40980903c64cd6ad80994645ba111ae92_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-pod-identity-webhook-rhel9@sha256:2bcaa82154d9f7da101886ef03f6943ce8711024cf66697d383c4241339944b7_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:2bcaa82154d9f7da101886ef03f6943ce8711024cf66697d383c4241339944b7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2bcaa82154d9f7da101886ef03f6943ce8711024cf66697d383c4241339944b7_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:79c5713b4926750620c01e2449581c1ee308dcb484bef264beb7a4e83d29de25_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:79c5713b4926750620c01e2449581c1ee308dcb484bef264beb7a4e83d29de25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79c5713b4926750620c01e2449581c1ee308dcb484bef264beb7a4e83d29de25_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:8c245651a569bee62fbace5bb869e1578e08a9e32a02bf670be147e8c8fcec5d_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:8c245651a569bee62fbace5bb869e1578e08a9e32a02bf670be147e8c8fcec5d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c245651a569bee62fbace5bb869e1578e08a9e32a02bf670be147e8c8fcec5d_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:c6863ff8ce9cea709fcb4a05477c6d99d03c6405b19f15281cc170dc182cdb60_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:c6863ff8ce9cea709fcb4a05477c6d99d03c6405b19f15281cc170dc182cdb60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c6863ff8ce9cea709fcb4a05477c6d99d03c6405b19f15281cc170dc182cdb60_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:4f713d16a4d4ac6bc1ad8bdeb2cd8608059da2dd53f2660c61e1ded2cce1be27_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:4f713d16a4d4ac6bc1ad8bdeb2cd8608059da2dd53f2660c61e1ded2cce1be27_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4f713d16a4d4ac6bc1ad8bdeb2cd8608059da2dd53f2660c61e1ded2cce1be27_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-node-manager-rhel9@sha256:503ce2b566a5a36deb0e9404c4b7a5eacda690e4b6ebbc1843ef05025d4ee99f_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:503ce2b566a5a36deb0e9404c4b7a5eacda690e4b6ebbc1843ef05025d4ee99f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:503ce2b566a5a36deb0e9404c4b7a5eacda690e4b6ebbc1843ef05025d4ee99f_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-cluster-api-controllers-rhel9@sha256:991428fda812738e4aad624ca0a8d3e66aa89b9bc7ddfdf5523cc812c6bc74e7_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:991428fda812738e4aad624ca0a8d3e66aa89b9bc7ddfdf5523cc812c6bc74e7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:991428fda812738e4aad624ca0a8d3e66aa89b9bc7ddfdf5523cc812c6bc74e7_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-cluster-api-controllers-rhel9@sha256:e02cdd4f9da2a82a6349dc76a217d2c59f8c9812e8638161b4fe2bc579fad630_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:e02cdd4f9da2a82a6349dc76a217d2c59f8c9812e8638161b4fe2bc579fad630_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e02cdd4f9da2a82a6349dc76a217d2c59f8c9812e8638161b4fe2bc579fad630_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:8e2bb65716ce129fc5ff886fcb128712f1a94ef2536235a872dd15aa3ec34cb5_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:8e2bb65716ce129fc5ff886fcb128712f1a94ef2536235a872dd15aa3ec34cb5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:8e2bb65716ce129fc5ff886fcb128712f1a94ef2536235a872dd15aa3ec34cb5_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:b1a19c45a7778f6e9f00c5ac3fb8d4dc905bcbd22a7c187389839216da329c24_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:b1a19c45a7778f6e9f00c5ac3fb8d4dc905bcbd22a7c187389839216da329c24_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b1a19c45a7778f6e9f00c5ac3fb8d4dc905bcbd22a7c187389839216da329c24_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:541ff5d1a05bd2f66eef0e50febf5c2acfd78a8430aab446f5964dac400dc1bc_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:541ff5d1a05bd2f66eef0e50febf5c2acfd78a8430aab446f5964dac400dc1bc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:541ff5d1a05bd2f66eef0e50febf5c2acfd78a8430aab446f5964dac400dc1bc_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:d01f5f2fea0a69899bb9484a065ce8ca1849a771536023b50060e02475a21863_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:d01f5f2fea0a69899bb9484a065ce8ca1849a771536023b50060e02475a21863_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d01f5f2fea0a69899bb9484a065ce8ca1849a771536023b50060e02475a21863_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:144cdd65d0aa3ae7dffc6a696d4bfff73f23020a1cb21aee96924e0756945c41_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:144cdd65d0aa3ae7dffc6a696d4bfff73f23020a1cb21aee96924e0756945c41_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:144cdd65d0aa3ae7dffc6a696d4bfff73f23020a1cb21aee96924e0756945c41_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-operator-rhel9@sha256:d0a736096147a7145ddbf8d3cd9ba0ff828996dd8cf7c0294be2f609e08ef507_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:d0a736096147a7145ddbf8d3cd9ba0ff828996dd8cf7c0294be2f609e08ef507_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d0a736096147a7145ddbf8d3cd9ba0ff828996dd8cf7c0294be2f609e08ef507_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:1a7a0a431f63f3ba45bebdac1c5e40714be95ebfa8582a07c8b8d224e979ee80_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:1a7a0a431f63f3ba45bebdac1c5e40714be95ebfa8582a07c8b8d224e979ee80_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:1a7a0a431f63f3ba45bebdac1c5e40714be95ebfa8582a07c8b8d224e979ee80_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:f13658a83be5794e3d5af470952703c26fc9878851dd2e5c4d5a81ef4ad993d3_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:f13658a83be5794e3d5af470952703c26fc9878851dd2e5c4d5a81ef4ad993d3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f13658a83be5794e3d5af470952703c26fc9878851dd2e5c4d5a81ef4ad993d3_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-workload-identity-webhook-rhel9@sha256:3635d1cb9cc3c912adb80dc6e85a11e0bcd088b217872d7d60cb4d4bdb793993_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:3635d1cb9cc3c912adb80dc6e85a11e0bcd088b217872d7d60cb4d4bdb793993_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3635d1cb9cc3c912adb80dc6e85a11e0bcd088b217872d7d60cb4d4bdb793993_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-workload-identity-webhook-rhel9@sha256:46a73d09e70f3db1adb9c554466078bb2460371967d7bb99aefdbac454c30be2_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:46a73d09e70f3db1adb9c554466078bb2460371967d7bb99aefdbac454c30be2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:46a73d09e70f3db1adb9c554466078bb2460371967d7bb99aefdbac454c30be2_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:3d7ce814be11a477d874160f4639678ea67efda166a6c7b823d427c9a5c7d65f_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:3d7ce814be11a477d874160f4639678ea67efda166a6c7b823d427c9a5c7d65f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3d7ce814be11a477d874160f4639678ea67efda166a6c7b823d427c9a5c7d65f_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:4234d1f01b134bfe72fa62749941322c453d2197efa06dc2bd555f281cf6bd25_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:4234d1f01b134bfe72fa62749941322c453d2197efa06dc2bd555f281cf6bd25_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:4234d1f01b134bfe72fa62749941322c453d2197efa06dc2bd555f281cf6bd25_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-cluster-api-controllers-rhel9@sha256:d073d210b9d46cf343977d402b91046e021533b73df78706fd0b4565f1bb4738_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:d073d210b9d46cf343977d402b91046e021533b73df78706fd0b4565f1bb4738_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d073d210b9d46cf343977d402b91046e021533b73df78706fd0b4565f1bb4738_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:d38418d75e2c1d547fad8aa49fbc13305ad515c834f982016ad6d95bf998a826_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:d38418d75e2c1d547fad8aa49fbc13305ad515c834f982016ad6d95bf998a826_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d38418d75e2c1d547fad8aa49fbc13305ad515c834f982016ad6d95bf998a826_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-installer-rhel9@sha256:209f7fa1c2d11b79137aeeb1124d6bba014b76163d04ef8b46fd3662cd85720d_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:209f7fa1c2d11b79137aeeb1124d6bba014b76163d04ef8b46fd3662cd85720d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:209f7fa1c2d11b79137aeeb1124d6bba014b76163d04ef8b46fd3662cd85720d_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:34d51d2b8e75e20db14180113f49eb0ed77a3a7b91f96e5b63ea66f0cdafdedd_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:34d51d2b8e75e20db14180113f49eb0ed77a3a7b91f96e5b63ea66f0cdafdedd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:34d51d2b8e75e20db14180113f49eb0ed77a3a7b91f96e5b63ea66f0cdafdedd_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:7d3bc867e33ea766025ba1768a4d13b1fc933054c80f967889275d0c4c55fee6_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:7d3bc867e33ea766025ba1768a4d13b1fc933054c80f967889275d0c4c55fee6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7d3bc867e33ea766025ba1768a4d13b1fc933054c80f967889275d0c4c55fee6_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-installer-rhel9@sha256:d4d031141a3c2f801c415174fbfddcc67a46ec35ac7c9c523aaa7d8f347506b9_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:d4d031141a3c2f801c415174fbfddcc67a46ec35ac7c9c523aaa7d8f347506b9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d4d031141a3c2f801c415174fbfddcc67a46ec35ac7c9c523aaa7d8f347506b9_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-machine-controllers-rhel9@sha256:78153819f6b7d7a31cae10aa0fab99ee7b64f33518ff06d937b1acf9cf7cac01_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:78153819f6b7d7a31cae10aa0fab99ee7b64f33518ff06d937b1acf9cf7cac01_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:78153819f6b7d7a31cae10aa0fab99ee7b64f33518ff06d937b1acf9cf7cac01_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:b2a9c613818517804a209780ad180be00e403bbbb07f762019e619a2f3937581_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:b2a9c613818517804a209780ad180be00e403bbbb07f762019e619a2f3937581_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b2a9c613818517804a209780ad180be00e403bbbb07f762019e619a2f3937581_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:c04b1086c22f16369ba8f9eb1ea52478b5612014a232ecde58cf52a5474b9b6a_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:c04b1086c22f16369ba8f9eb1ea52478b5612014a232ecde58cf52a5474b9b6a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c04b1086c22f16369ba8f9eb1ea52478b5612014a232ecde58cf52a5474b9b6a_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-machine-controllers-rhel9@sha256:e086e7450e02a650226412a2eeaa6a7c13d96fd965e4d01955787bc100d1e839_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:e086e7450e02a650226412a2eeaa6a7c13d96fd965e4d01955787bc100d1e839_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e086e7450e02a650226412a2eeaa6a7c13d96fd965e4d01955787bc100d1e839_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-rhel9-operator@sha256:45209e6983dc2dde439ca2ef1826f6f460f61bdf645b3f08fbe0333b9b41cfec_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:45209e6983dc2dde439ca2ef1826f6f460f61bdf645b3f08fbe0333b9b41cfec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:45209e6983dc2dde439ca2ef1826f6f460f61bdf645b3f08fbe0333b9b41cfec_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-rhel9-operator@sha256:7c849d93184ec87fe75fda9b235fce8420de88d73bc08fc4d28b1ba882698a52_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:7c849d93184ec87fe75fda9b235fce8420de88d73bc08fc4d28b1ba882698a52_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7c849d93184ec87fe75fda9b235fce8420de88d73bc08fc4d28b1ba882698a52_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:baab6fe7dc2bc03d5e420982f7a853d1042acf651911d3bd4357149573e28dc2_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:baab6fe7dc2bc03d5e420982f7a853d1042acf651911d3bd4357149573e28dc2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:baab6fe7dc2bc03d5e420982f7a853d1042acf651911d3bd4357149573e28dc2_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:d57b17bf9649c48b311afdda85cbef7fc2b98c516520149e983434f65dfc2adf_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:d57b17bf9649c48b311afdda85cbef7fc2b98c516520149e983434f65dfc2adf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d57b17bf9649c48b311afdda85cbef7fc2b98c516520149e983434f65dfc2adf_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-runtimecfg-rhel9@sha256:08de867062cd36fdbdced721a950eca386875d9d130e191ea6c1e1c9d2ed9bcd_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:08de867062cd36fdbdced721a950eca386875d9d130e191ea6c1e1c9d2ed9bcd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:08de867062cd36fdbdced721a950eca386875d9d130e191ea6c1e1c9d2ed9bcd_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:21e13a0af2d7141d08d15bc8d4f745c184400410812231978ed16e89cae5f798_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:21e13a0af2d7141d08d15bc8d4f745c184400410812231978ed16e89cae5f798_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:21e13a0af2d7141d08d15bc8d4f745c184400410812231978ed16e89cae5f798_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:4667f25905e7acac890cc33d498a62967392347585a585196dad42d75c6168e8_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:4667f25905e7acac890cc33d498a62967392347585a585196dad42d75c6168e8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4667f25905e7acac890cc33d498a62967392347585a585196dad42d75c6168e8_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:e6a823a329f7d8f6fe36cf9cb03a53439afdcf539c128fc5472cc25b3068b1e8_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:e6a823a329f7d8f6fe36cf9cb03a53439afdcf539c128fc5472cc25b3068b1e8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6a823a329f7d8f6fe36cf9cb03a53439afdcf539c128fc5472cc25b3068b1e8_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:03f3f0aadfcb69fbdf6fcf0ad27c4e875bee00b47defe923a3a78d3b73736e08_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:03f3f0aadfcb69fbdf6fcf0ad27c4e875bee00b47defe923a3a78d3b73736e08_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:03f3f0aadfcb69fbdf6fcf0ad27c4e875bee00b47defe923a3a78d3b73736e08_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:60a4564bc1b43d9f69a1dc763f8aaf1e72377939edbdb90bc4373668bddd71d9_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:60a4564bc1b43d9f69a1dc763f8aaf1e72377939edbdb90bc4373668bddd71d9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60a4564bc1b43d9f69a1dc763f8aaf1e72377939edbdb90bc4373668bddd71d9_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-artifacts-rhel9@sha256:70fcb2fe8494b67f0bd5f63271ada9192e71f3310d604d9f025230bf955ba060_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:70fcb2fe8494b67f0bd5f63271ada9192e71f3310d604d9f025230bf955ba060_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:70fcb2fe8494b67f0bd5f63271ada9192e71f3310d604d9f025230bf955ba060_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:e86f3aebb1242ed4919aa0a29ad7f5d0997dd71e9b3b3a22fea6d8644b1b781b_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:e86f3aebb1242ed4919aa0a29ad7f5d0997dd71e9b3b3a22fea6d8644b1b781b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e86f3aebb1242ed4919aa0a29ad7f5d0997dd71e9b3b3a22fea6d8644b1b781b_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:4a07595162f4b57287549a5f03728049d0b81b4e2e9005204b1f925eab029113_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:4a07595162f4b57287549a5f03728049d0b81b4e2e9005204b1f925eab029113_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a07595162f4b57287549a5f03728049d0b81b4e2e9005204b1f925eab029113_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:80819f88795a16b1df3cea66b7fe57d68b504b08fcbaaf245716f3caed588e82_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:80819f88795a16b1df3cea66b7fe57d68b504b08fcbaaf245716f3caed588e82_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:80819f88795a16b1df3cea66b7fe57d68b504b08fcbaaf245716f3caed588e82_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:ae7eb413813e85bafb332b6e766a05c3e39ff19638e3e5483ae7d1f37d3e03f8_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:ae7eb413813e85bafb332b6e766a05c3e39ff19638e3e5483ae7d1f37d3e03f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ae7eb413813e85bafb332b6e766a05c3e39ff19638e3e5483ae7d1f37d3e03f8_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-rhel9@sha256:cf038a6a0e3b2c297d249accf719b9019438aed39e746e90c0aa6b5c0696035d_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:cf038a6a0e3b2c297d249accf719b9019438aed39e746e90c0aa6b5c0696035d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:cf038a6a0e3b2c297d249accf719b9019438aed39e746e90c0aa6b5c0696035d_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:1ce1476120cac11c7330ea4e258f58a3418cccf99a7d0bd7305e9538d35afcc9_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:1ce1476120cac11c7330ea4e258f58a3418cccf99a7d0bd7305e9538d35afcc9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1ce1476120cac11c7330ea4e258f58a3418cccf99a7d0bd7305e9538d35afcc9_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:55d5c3bb865473eea61e3e49d3c2bbf1e0f8d4595f08e4633f593ada47f83e37_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:55d5c3bb865473eea61e3e49d3c2bbf1e0f8d4595f08e4633f593ada47f83e37_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:55d5c3bb865473eea61e3e49d3c2bbf1e0f8d4595f08e4633f593ada47f83e37_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:83651213552cab64204b752bfce2b41c86a0c75638f5075ccd6a220e4304790a_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:83651213552cab64204b752bfce2b41c86a0c75638f5075ccd6a220e4304790a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:83651213552cab64204b752bfce2b41c86a0c75638f5075ccd6a220e4304790a_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-cloud-credential-rhel9-operator@sha256:b5bd33aaa51d8da1bf7879156bac953a8981e9f3db9685b651f3778fd23fb2fc_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:b5bd33aaa51d8da1bf7879156bac953a8981e9f3db9685b651f3778fd23fb2fc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b5bd33aaa51d8da1bf7879156bac953a8981e9f3db9685b651f3778fd23fb2fc_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:0e143ccf05b7d4d9bd6d2d9c55a8e8e2c397a6a474067c632bcc25c822a01afa_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:0e143ccf05b7d4d9bd6d2d9c55a8e8e2c397a6a474067c632bcc25c822a01afa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e143ccf05b7d4d9bd6d2d9c55a8e8e2c397a6a474067c632bcc25c822a01afa_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:466ea07382cc42de8b7739e3b26ed38726728282364ed081d8aca15d3c356454_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:466ea07382cc42de8b7739e3b26ed38726728282364ed081d8aca15d3c356454_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:466ea07382cc42de8b7739e3b26ed38726728282364ed081d8aca15d3c356454_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:66ae0f7ace0efeeed67f0bde5d84d98cc56c71d8d3d1c25ee275c79774c7c5c0_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:66ae0f7ace0efeeed67f0bde5d84d98cc56c71d8d3d1c25ee275c79774c7c5c0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:66ae0f7ace0efeeed67f0bde5d84d98cc56c71d8d3d1c25ee275c79774c7c5c0_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:9c9f8411cb23d7822bd4d718524d203b9d185a39b99562260d9766054e4a4e30_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:9c9f8411cb23d7822bd4d718524d203b9d185a39b99562260d9766054e4a4e30_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9c9f8411cb23d7822bd4d718524d203b9d185a39b99562260d9766054e4a4e30_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:57571785a5f93dc4b3d074fba324572eb1eab48605022e4758964b3a68977d02_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:57571785a5f93dc4b3d074fba324572eb1eab48605022e4758964b3a68977d02_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:57571785a5f93dc4b3d074fba324572eb1eab48605022e4758964b3a68977d02_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:7a8be9cc035742dad0b236134071213e576af95eeb9f018566171e48a5f238c7_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:7a8be9cc035742dad0b236134071213e576af95eeb9f018566171e48a5f238c7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7a8be9cc035742dad0b236134071213e576af95eeb9f018566171e48a5f238c7_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:9e64d77f908794056343497dee8feb351a19af719a9c566c8c5d43f63ea8b1bc_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:9e64d77f908794056343497dee8feb351a19af719a9c566c8c5d43f63ea8b1bc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9e64d77f908794056343497dee8feb351a19af719a9c566c8c5d43f63ea8b1bc_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:c92dd530899ca879ef241c5902a3c417e5a926984e7bc9b77abfff08fdc4f712_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:c92dd530899ca879ef241c5902a3c417e5a926984e7bc9b77abfff08fdc4f712_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c92dd530899ca879ef241c5902a3c417e5a926984e7bc9b77abfff08fdc4f712_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:41a610a8e81ecc25d039b60fc8852c7015de4a8835c578819c4c75452b21a615_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:41a610a8e81ecc25d039b60fc8852c7015de4a8835c578819c4c75452b21a615_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:41a610a8e81ecc25d039b60fc8852c7015de4a8835c578819c4c75452b21a615_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:8eba168fc4d1bb891ad57c34e982cf56434b25b0c91dabcefd1db368cd5d825e_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:8eba168fc4d1bb891ad57c34e982cf56434b25b0c91dabcefd1db368cd5d825e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8eba168fc4d1bb891ad57c34e982cf56434b25b0c91dabcefd1db368cd5d825e_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:acc1718b0469e43d4775de31066cdbf6c641b6d198b3552e6c8ec9086d2419dc_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:acc1718b0469e43d4775de31066cdbf6c641b6d198b3552e6c8ec9086d2419dc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:acc1718b0469e43d4775de31066cdbf6c641b6d198b3552e6c8ec9086d2419dc_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:aeb16151a0463f66ea84334a8c6527f2f534fad1ed94c9b6c86bb2d289c9da06_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:aeb16151a0463f66ea84334a8c6527f2f534fad1ed94c9b6c86bb2d289c9da06_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:aeb16151a0463f66ea84334a8c6527f2f534fad1ed94c9b6c86bb2d289c9da06_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@sha256:12febdea8138dbaa9712772bc690dc8bf2654377b8b01b1b2279349d7917168c_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:12febdea8138dbaa9712772bc690dc8bf2654377b8b01b1b2279349d7917168c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:12febdea8138dbaa9712772bc690dc8bf2654377b8b01b1b2279349d7917168c_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:17f07b83efcce71dac75342f924c4924607a407d0292270d3657226d08903c18_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:17f07b83efcce71dac75342f924c4924607a407d0292270d3657226d08903c18_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:17f07b83efcce71dac75342f924c4924607a407d0292270d3657226d08903c18_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:b3bbee0403b76850553cf45821287e26a5b219186d7d6be98ca0e03bc547d37d_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:b3bbee0403b76850553cf45821287e26a5b219186d7d6be98ca0e03bc547d37d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3bbee0403b76850553cf45821287e26a5b219186d7d6be98ca0e03bc547d37d_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@sha256:eb222b4fd170b94c157f16d6a0f82396b717182f0ee467f15bf3dd622c6f042a_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:eb222b4fd170b94c157f16d6a0f82396b717182f0ee467f15bf3dd622c6f042a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:eb222b4fd170b94c157f16d6a0f82396b717182f0ee467f15bf3dd622c6f042a_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:46e7754bf973f2f7e3d223ed812c5815d834d6f629fb72a68004f6db3bdde3f2_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:46e7754bf973f2f7e3d223ed812c5815d834d6f629fb72a68004f6db3bdde3f2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:46e7754bf973f2f7e3d223ed812c5815d834d6f629fb72a68004f6db3bdde3f2_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:5185d8aa7876edfe50ae5a3669017a4fab6785cc4e9293a1d4d5759479ad0d31_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:5185d8aa7876edfe50ae5a3669017a4fab6785cc4e9293a1d4d5759479ad0d31_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5185d8aa7876edfe50ae5a3669017a4fab6785cc4e9293a1d4d5759479ad0d31_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:b42b9fa2a9646b187f2bd75828110e355dec81581e9194f83e7d3ded53c10945_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:b42b9fa2a9646b187f2bd75828110e355dec81581e9194f83e7d3ded53c10945_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b42b9fa2a9646b187f2bd75828110e355dec81581e9194f83e7d3ded53c10945_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:d39191eec6ecab0b4fedc88ec554a8d11035acbfb0e3b1510f30494a88c2fd8b_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:d39191eec6ecab0b4fedc88ec554a8d11035acbfb0e3b1510f30494a88c2fd8b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d39191eec6ecab0b4fedc88ec554a8d11035acbfb0e3b1510f30494a88c2fd8b_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:026f660635b2cbd2bc63a8a84256d6922fff55a5333081709111889b6c0ba657_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:026f660635b2cbd2bc63a8a84256d6922fff55a5333081709111889b6c0ba657_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:026f660635b2cbd2bc63a8a84256d6922fff55a5333081709111889b6c0ba657_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:084f162331cf54ad2c855c0ef7fd2fe50d2b797e772a52e5cf23b67869251b71_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:084f162331cf54ad2c855c0ef7fd2fe50d2b797e772a52e5cf23b67869251b71_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:084f162331cf54ad2c855c0ef7fd2fe50d2b797e772a52e5cf23b67869251b71_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:2906814348eeea244176e04b979fa9b72e5063c1603e26099a8bebe7d7f702c2_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:2906814348eeea244176e04b979fa9b72e5063c1603e26099a8bebe7d7f702c2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2906814348eeea244176e04b979fa9b72e5063c1603e26099a8bebe7d7f702c2_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:306bf3b8d4df1806db4b11ffc34935437d0bb9e927c21ff8782be59312ad8d62_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:306bf3b8d4df1806db4b11ffc34935437d0bb9e927c21ff8782be59312ad8d62_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:306bf3b8d4df1806db4b11ffc34935437d0bb9e927c21ff8782be59312ad8d62_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:0fe0281debd5831646616ec860cd6ae513e673d846710700d98e2b26cf481d8d_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:0fe0281debd5831646616ec860cd6ae513e673d846710700d98e2b26cf481d8d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0fe0281debd5831646616ec860cd6ae513e673d846710700d98e2b26cf481d8d_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:4b52594395f217128b30280b31785bc3292c15064aeb61aee506375ab41febe2_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:4b52594395f217128b30280b31785bc3292c15064aeb61aee506375ab41febe2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4b52594395f217128b30280b31785bc3292c15064aeb61aee506375ab41febe2_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:a7c69e2d43d64c6016ba32b472d9234b211fe924471a29b004f1de0bd11555bd_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:a7c69e2d43d64c6016ba32b472d9234b211fe924471a29b004f1de0bd11555bd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a7c69e2d43d64c6016ba32b472d9234b211fe924471a29b004f1de0bd11555bd_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:fe0e7d31b49934d0f9eb64e2c9bd2c8526ab3459e64c9c946e06dd7da7929051_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:fe0e7d31b49934d0f9eb64e2c9bd2c8526ab3459e64c9c946e06dd7da7929051_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fe0e7d31b49934d0f9eb64e2c9bd2c8526ab3459e64c9c946e06dd7da7929051_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:69ff3641058136961d1f36feaf6bf3daa9b42edffa89369405b8cc8f99644766_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:69ff3641058136961d1f36feaf6bf3daa9b42edffa89369405b8cc8f99644766_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:69ff3641058136961d1f36feaf6bf3daa9b42edffa89369405b8cc8f99644766_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-cloud-controller-manager-rhel9-operator@sha256:6cd5ca919745afe1428955e23ff22b98a03f99ad88ccb4d8cb8c172b9bc48c4e_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:6cd5ca919745afe1428955e23ff22b98a03f99ad88ccb4d8cb8c172b9bc48c4e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6cd5ca919745afe1428955e23ff22b98a03f99ad88ccb4d8cb8c172b9bc48c4e_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:b39be6b16de13be746830bd7f75dfd7cd71e7927775d2864a75c5c6c939d7445_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:b39be6b16de13be746830bd7f75dfd7cd71e7927775d2864a75c5c6c939d7445_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b39be6b16de13be746830bd7f75dfd7cd71e7927775d2864a75c5c6c939d7445_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:c206351421bdbb3adf19723e75229eda7510d0ff959f1e5da2e4b20f1393dd80_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:c206351421bdbb3adf19723e75229eda7510d0ff959f1e5da2e4b20f1393dd80_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c206351421bdbb3adf19723e75229eda7510d0ff959f1e5da2e4b20f1393dd80_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-api-rhel9@sha256:24bbcb8228ed8713af724be3c2315267c850fafbf39e288b8f54a127098da3f2_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:24bbcb8228ed8713af724be3c2315267c850fafbf39e288b8f54a127098da3f2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:24bbcb8228ed8713af724be3c2315267c850fafbf39e288b8f54a127098da3f2_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:337f411c10760ec60afcb593facaefc9d470f99424f6dc03d68bdd4a92cd08a9_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:337f411c10760ec60afcb593facaefc9d470f99424f6dc03d68bdd4a92cd08a9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:337f411c10760ec60afcb593facaefc9d470f99424f6dc03d68bdd4a92cd08a9_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:434dc29eb1e82cae48423f1bd0ffd541800c8cfa222a5e6039e015efea74aa6c_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:434dc29eb1e82cae48423f1bd0ffd541800c8cfa222a5e6039e015efea74aa6c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:434dc29eb1e82cae48423f1bd0ffd541800c8cfa222a5e6039e015efea74aa6c_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:ab9bc91d83be5ce9811d251064fd87b01a191dffc64a95c7c6d30db34b0a084f_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:ab9bc91d83be5ce9811d251064fd87b01a191dffc64a95c7c6d30db34b0a084f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ab9bc91d83be5ce9811d251064fd87b01a191dffc64a95c7c6d30db34b0a084f_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:3b4cb8a81c6813924ab327f270ff6e0f45ec7588a728f184fdab345947c62327_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:3b4cb8a81c6813924ab327f270ff6e0f45ec7588a728f184fdab345947c62327_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3b4cb8a81c6813924ab327f270ff6e0f45ec7588a728f184fdab345947c62327_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:3d24e6943c302fb78c8931563076dcc75cd3d0104581e2a2b44f5c315f6c1876_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:3d24e6943c302fb78c8931563076dcc75cd3d0104581e2a2b44f5c315f6c1876_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3d24e6943c302fb78c8931563076dcc75cd3d0104581e2a2b44f5c315f6c1876_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-rhel9-operator@sha256:8f3cb49a35782388214b24deb440fa6a66a416d665bd0b17a91b60eeaa8aeb52_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:8f3cb49a35782388214b24deb440fa6a66a416d665bd0b17a91b60eeaa8aeb52_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8f3cb49a35782388214b24deb440fa6a66a416d665bd0b17a91b60eeaa8aeb52_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:f17c6b65320d04ac29fb6cb3d184b7a18d3d62ff9ed273d44c8badc50fb4f6e4_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:f17c6b65320d04ac29fb6cb3d184b7a18d3d62ff9ed273d44c8badc50fb4f6e4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f17c6b65320d04ac29fb6cb3d184b7a18d3d62ff9ed273d44c8badc50fb4f6e4_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:2a3e5034f99e8447a443e006d829422ccb25ce674d322cf4e29bf06d65dd8ce0_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:2a3e5034f99e8447a443e006d829422ccb25ce674d322cf4e29bf06d65dd8ce0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2a3e5034f99e8447a443e006d829422ccb25ce674d322cf4e29bf06d65dd8ce0_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:5773df7ee781990b7c6c7917c72eb67e9463a61cd607f57113c0e4a8116c9a90_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:5773df7ee781990b7c6c7917c72eb67e9463a61cd607f57113c0e4a8116c9a90_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5773df7ee781990b7c6c7917c72eb67e9463a61cd607f57113c0e4a8116c9a90_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:93df53e41b59d5be5041925ff0f049acd614b22f5f4ef59715f647781f5921ea_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:93df53e41b59d5be5041925ff0f049acd614b22f5f4ef59715f647781f5921ea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:93df53e41b59d5be5041925ff0f049acd614b22f5f4ef59715f647781f5921ea_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:fc402ff627e41b7b13e4719e9bf4c035bf38bb08adf648f58408ce5f4eb8274b_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:fc402ff627e41b7b13e4719e9bf4c035bf38bb08adf648f58408ce5f4eb8274b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fc402ff627e41b7b13e4719e9bf4c035bf38bb08adf648f58408ce5f4eb8274b_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:279f6708501389a928cdfac3f1cc16ac4ef08d23aff7a44b33acebca5590a2c2_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:279f6708501389a928cdfac3f1cc16ac4ef08d23aff7a44b33acebca5590a2c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:279f6708501389a928cdfac3f1cc16ac4ef08d23aff7a44b33acebca5590a2c2_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:6c046faa794b74f56e0cba131bb4b0b202c175746b62f4c0880b2b6e8f16af40_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:6c046faa794b74f56e0cba131bb4b0b202c175746b62f4c0880b2b6e8f16af40_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6c046faa794b74f56e0cba131bb4b0b202c175746b62f4c0880b2b6e8f16af40_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:9e83d3bca30f3956977360bb7dd9cc1a8a7f2eabadb39cfcea8b557d661bfc10_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:9e83d3bca30f3956977360bb7dd9cc1a8a7f2eabadb39cfcea8b557d661bfc10_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9e83d3bca30f3956977360bb7dd9cc1a8a7f2eabadb39cfcea8b557d661bfc10_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:dfba2d819fe6fc9a046f010beba7c0b7c68db2ff0ba6e605228a1b4998167801_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:dfba2d819fe6fc9a046f010beba7c0b7c68db2ff0ba6e605228a1b4998167801_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dfba2d819fe6fc9a046f010beba7c0b7c68db2ff0ba6e605228a1b4998167801_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:19acd5c0d5ca558d869ea8ba516cf0270713840788ec624cb212582200c2b017_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:19acd5c0d5ca558d869ea8ba516cf0270713840788ec624cb212582200c2b017_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:19acd5c0d5ca558d869ea8ba516cf0270713840788ec624cb212582200c2b017_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:7c7a75216d647f640e51b1341dda2bb4544a34729cbb35d460bbb132388f2ed2_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:7c7a75216d647f640e51b1341dda2bb4544a34729cbb35d460bbb132388f2ed2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7c7a75216d647f640e51b1341dda2bb4544a34729cbb35d460bbb132388f2ed2_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-dns-rhel9-operator@sha256:8ab48498a6d8fd1cf12b7f8b464818e5be14433b20954daaba165212906f848a_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:8ab48498a6d8fd1cf12b7f8b464818e5be14433b20954daaba165212906f848a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ab48498a6d8fd1cf12b7f8b464818e5be14433b20954daaba165212906f848a_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:e1fe56546609aafa5ed783816b39ae183db16395b9fc17264fae468b1d177df5_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:e1fe56546609aafa5ed783816b39ae183db16395b9fc17264fae468b1d177df5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e1fe56546609aafa5ed783816b39ae183db16395b9fc17264fae468b1d177df5_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:7a17ed73c65e2a19af47a566e16e30f4b34ce27c523ed8e49c861f9942037fb2_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:7a17ed73c65e2a19af47a566e16e30f4b34ce27c523ed8e49c861f9942037fb2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a17ed73c65e2a19af47a566e16e30f4b34ce27c523ed8e49c861f9942037fb2_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:836664f6efa6a8ecb3c14657823fe9eff61bb10642069eb7c2fd0ec0c5a052c9_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:836664f6efa6a8ecb3c14657823fe9eff61bb10642069eb7c2fd0ec0c5a052c9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:836664f6efa6a8ecb3c14657823fe9eff61bb10642069eb7c2fd0ec0c5a052c9_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-etcd-rhel9-operator@sha256:91a4af7ed8a198010662ce1b7031e9cb3f961610f41ed7b3a291aa95cb606cb4_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:91a4af7ed8a198010662ce1b7031e9cb3f961610f41ed7b3a291aa95cb606cb4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:91a4af7ed8a198010662ce1b7031e9cb3f961610f41ed7b3a291aa95cb606cb4_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:d5803e67eac04989058d49ebf99b0021c38cf8db0130ee6ab67ca1b93c84daa2_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:d5803e67eac04989058d49ebf99b0021c38cf8db0130ee6ab67ca1b93c84daa2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5803e67eac04989058d49ebf99b0021c38cf8db0130ee6ab67ca1b93c84daa2_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-image-registry-rhel9-operator@sha256:420254f55ef9c5fde9001d2850cfd2555b066c3a5444bb4cb84e9784430e19bb_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:420254f55ef9c5fde9001d2850cfd2555b066c3a5444bb4cb84e9784430e19bb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:420254f55ef9c5fde9001d2850cfd2555b066c3a5444bb4cb84e9784430e19bb_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:4267c1de960dd4448e693ae07e081f12732330e47547c3833f579a3b26dcf8dc_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:4267c1de960dd4448e693ae07e081f12732330e47547c3833f579a3b26dcf8dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4267c1de960dd4448e693ae07e081f12732330e47547c3833f579a3b26dcf8dc_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:75c064439757ead34e323f98daa9d24361145242b9bd33b9df485c521c806e20_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:75c064439757ead34e323f98daa9d24361145242b9bd33b9df485c521c806e20_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:75c064439757ead34e323f98daa9d24361145242b9bd33b9df485c521c806e20_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:c2ad186b59d828f1e456d8bd89a5b71019cb4be6d132e81491de5d391b3207bb_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:c2ad186b59d828f1e456d8bd89a5b71019cb4be6d132e81491de5d391b3207bb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c2ad186b59d828f1e456d8bd89a5b71019cb4be6d132e81491de5d391b3207bb_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:0013300769f9b464446a8933a444bb6815856b53d999d012ff8fccc3458d20f4_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:0013300769f9b464446a8933a444bb6815856b53d999d012ff8fccc3458d20f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0013300769f9b464446a8933a444bb6815856b53d999d012ff8fccc3458d20f4_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:7bee7784d8828fc4a9df69eca9c1ef35e005581fd224216d5a89e680179ca991_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:7bee7784d8828fc4a9df69eca9c1ef35e005581fd224216d5a89e680179ca991_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7bee7784d8828fc4a9df69eca9c1ef35e005581fd224216d5a89e680179ca991_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:a6ffe4308a45c92eacd086788e37a923400cae5c652798d191e2cdff88bd58d5_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:a6ffe4308a45c92eacd086788e37a923400cae5c652798d191e2cdff88bd58d5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a6ffe4308a45c92eacd086788e37a923400cae5c652798d191e2cdff88bd58d5_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:f6a955064e91ebb0e5bf90ba8a96fb602eb9d2445c179457caced6070c4bb46b_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:f6a955064e91ebb0e5bf90ba8a96fb602eb9d2445c179457caced6070c4bb46b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f6a955064e91ebb0e5bf90ba8a96fb602eb9d2445c179457caced6070c4bb46b_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:3fb49d1af154eddf0c137eb7c2614bfd4493e7d04bde41dc5d58127a6212a8d0_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:3fb49d1af154eddf0c137eb7c2614bfd4493e7d04bde41dc5d58127a6212a8d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3fb49d1af154eddf0c137eb7c2614bfd4493e7d04bde41dc5d58127a6212a8d0_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:7a8cb75cf04719b8034be238eb51db106aba9c5b2c078cec7edfe1b43433c92b_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:7a8cb75cf04719b8034be238eb51db106aba9c5b2c078cec7edfe1b43433c92b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7a8cb75cf04719b8034be238eb51db106aba9c5b2c078cec7edfe1b43433c92b_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:a7ed545ff8c65e831a43781949f169e871014cdcb4ac48d3f399c40f5e2dfb7a_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:a7ed545ff8c65e831a43781949f169e871014cdcb4ac48d3f399c40f5e2dfb7a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a7ed545ff8c65e831a43781949f169e871014cdcb4ac48d3f399c40f5e2dfb7a_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-apiserver-rhel9-operator@sha256:dc1731fa9b74b78461e448e77a2b3cd53e8fd0b5dbd71a02d45a396dce1ffcbc_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:dc1731fa9b74b78461e448e77a2b3cd53e8fd0b5dbd71a02d45a396dce1ffcbc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dc1731fa9b74b78461e448e77a2b3cd53e8fd0b5dbd71a02d45a396dce1ffcbc_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:05add077328b1b59fc26b4502c1e70eba470ac7d4b28f6a93a183f9fb808824a_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:05add077328b1b59fc26b4502c1e70eba470ac7d4b28f6a93a183f9fb808824a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:05add077328b1b59fc26b4502c1e70eba470ac7d4b28f6a93a183f9fb808824a_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:a664bb7d44559866babb7db4c4d188729e10bcfa864b117f042642bd946dea44_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:a664bb7d44559866babb7db4c4d188729e10bcfa864b117f042642bd946dea44_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a664bb7d44559866babb7db4c4d188729e10bcfa864b117f042642bd946dea44_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:c457f196aa76f0e0cbde2f179253a535f452127abbfa6c1187c20f6b173063c6_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:c457f196aa76f0e0cbde2f179253a535f452127abbfa6c1187c20f6b173063c6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c457f196aa76f0e0cbde2f179253a535f452127abbfa6c1187c20f6b173063c6_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-cluster-api-rhel9-operator@sha256:cf85ea7ac46c67c759baacf5f379abfede2d7feb143707535aec5af046028a2f_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:cf85ea7ac46c67c759baacf5f379abfede2d7feb143707535aec5af046028a2f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:cf85ea7ac46c67c759baacf5f379abfede2d7feb143707535aec5af046028a2f_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:0cbcff39a10a66a1c633282a8012ea117b29a7b0a8c57181172b0f5890f4ae9d_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:0cbcff39a10a66a1c633282a8012ea117b29a7b0a8c57181172b0f5890f4ae9d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0cbcff39a10a66a1c633282a8012ea117b29a7b0a8c57181172b0f5890f4ae9d_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:1cfd8bccde5de1e3a58cad853124e1775ae3c6f1616d1b5da3766aee4beeaf96_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:1cfd8bccde5de1e3a58cad853124e1775ae3c6f1616d1b5da3766aee4beeaf96_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1cfd8bccde5de1e3a58cad853124e1775ae3c6f1616d1b5da3766aee4beeaf96_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:a6b143fa9104106ff3a4dcdbb2fb168df5ea9cb89457bbd2a254a26e5cc026bb_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:a6b143fa9104106ff3a4dcdbb2fb168df5ea9cb89457bbd2a254a26e5cc026bb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a6b143fa9104106ff3a4dcdbb2fb168df5ea9cb89457bbd2a254a26e5cc026bb_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:e6543675b0322e849dfb6e33d85b92fdf4c07f970c983649261209dbce3243cb_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:e6543675b0322e849dfb6e33d85b92fdf4c07f970c983649261209dbce3243cb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e6543675b0322e849dfb6e33d85b92fdf4c07f970c983649261209dbce3243cb_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:4a9161e6e5e019e2fb48e0b7bfbbc936c5d715310b65831db2abf5aa08eba682_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:4a9161e6e5e019e2fb48e0b7bfbbc936c5d715310b65831db2abf5aa08eba682_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4a9161e6e5e019e2fb48e0b7bfbbc936c5d715310b65831db2abf5aa08eba682_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:546da9afc24a942433d25b44b6595f5f465ce0c9d5d4c3c6234c1e137b772513_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:546da9afc24a942433d25b44b6595f5f465ce0c9d5d4c3c6234c1e137b772513_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:546da9afc24a942433d25b44b6595f5f465ce0c9d5d4c3c6234c1e137b772513_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:cd83aa0cb7db694bb42222797fc6ae405bce01a42e9293389624eb1ce0fff757_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:cd83aa0cb7db694bb42222797fc6ae405bce01a42e9293389624eb1ce0fff757_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:cd83aa0cb7db694bb42222797fc6ae405bce01a42e9293389624eb1ce0fff757_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-scheduler-rhel9-operator@sha256:fc0a0fa79d1cef8909c0dd78203d6156da6f72b186f19353f722a5d80918081f_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:fc0a0fa79d1cef8909c0dd78203d6156da6f72b186f19353f722a5d80918081f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:fc0a0fa79d1cef8909c0dd78203d6156da6f72b186f19353f722a5d80918081f_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-storage-version-migrator-rhel9-operator@sha256:565ce470ec8f3fa0311385ad3fd2f2d740d2bf2b71edad055bae19258e1c112e_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:565ce470ec8f3fa0311385ad3fd2f2d740d2bf2b71edad055bae19258e1c112e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:565ce470ec8f3fa0311385ad3fd2f2d740d2bf2b71edad055bae19258e1c112e_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:8990098e62b7a4b79771e1bfbf231f4bd73ce00bf318660fc8bfe9cb3bf0c276_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:8990098e62b7a4b79771e1bfbf231f4bd73ce00bf318660fc8bfe9cb3bf0c276_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8990098e62b7a4b79771e1bfbf231f4bd73ce00bf318660fc8bfe9cb3bf0c276_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:cb17aff3f0f9107e83886d2313fee6388c94018bbf714cf73cf3ec592ed15d92_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:cb17aff3f0f9107e83886d2313fee6388c94018bbf714cf73cf3ec592ed15d92_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:cb17aff3f0f9107e83886d2313fee6388c94018bbf714cf73cf3ec592ed15d92_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:f29d952d9725d04976958eaf851f455cd7c74fdb1de631e2a85087c5f1a69afd_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:f29d952d9725d04976958eaf851f455cd7c74fdb1de631e2a85087c5f1a69afd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f29d952d9725d04976958eaf851f455cd7c74fdb1de631e2a85087c5f1a69afd_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:30e7741e2019d252faa6d8ff6c7aa645b9f1ba83e46c8c3ea6d4b2c5d793c341_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:30e7741e2019d252faa6d8ff6c7aa645b9f1ba83e46c8c3ea6d4b2c5d793c341_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:30e7741e2019d252faa6d8ff6c7aa645b9f1ba83e46c8c3ea6d4b2c5d793c341_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:a0b2e00f2160897df5743e11eabee6bd773a1fdfc36f61cba9512fc332d0df0c_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:a0b2e00f2160897df5743e11eabee6bd773a1fdfc36f61cba9512fc332d0df0c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a0b2e00f2160897df5743e11eabee6bd773a1fdfc36f61cba9512fc332d0df0c_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:a6fb9bef3e9987126a8ec58cf782f4de382fcc72efaea3d6c48cf894a01062a5_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:a6fb9bef3e9987126a8ec58cf782f4de382fcc72efaea3d6c48cf894a01062a5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6fb9bef3e9987126a8ec58cf782f4de382fcc72efaea3d6c48cf894a01062a5_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:c451d768e9662be5e076732b76cc94a60d1cead0bf264be39d164cd31d6c78b8_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:c451d768e9662be5e076732b76cc94a60d1cead0bf264be39d164cd31d6c78b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c451d768e9662be5e076732b76cc94a60d1cead0bf264be39d164cd31d6c78b8_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:03f0b3ac6f51dd08d1d09ec038508be35695694c30d669032a4068e54ed94b72_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:03f0b3ac6f51dd08d1d09ec038508be35695694c30d669032a4068e54ed94b72_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:03f0b3ac6f51dd08d1d09ec038508be35695694c30d669032a4068e54ed94b72_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:57dc4c72ebe307adbd7363b09f497b7d8881550ed1f16e7dc4e0713a460ed931_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:57dc4c72ebe307adbd7363b09f497b7d8881550ed1f16e7dc4e0713a460ed931_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:57dc4c72ebe307adbd7363b09f497b7d8881550ed1f16e7dc4e0713a460ed931_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:7ab4a10610539a094207b3a29ea9d9edfeb64f15c4405f7f81d003dfe5ded1eb_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:7ab4a10610539a094207b3a29ea9d9edfeb64f15c4405f7f81d003dfe5ded1eb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7ab4a10610539a094207b3a29ea9d9edfeb64f15c4405f7f81d003dfe5ded1eb_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-monitoring-rhel9-operator@sha256:edc709b77301dd73e072976b6b195c30715703a824209bbeff9b1e32b65293bb_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:edc709b77301dd73e072976b6b195c30715703a824209bbeff9b1e32b65293bb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc709b77301dd73e072976b6b195c30715703a824209bbeff9b1e32b65293bb_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:5c3dd22869d88c0752c89502bbffd3cfdb8ebaac6318c689098d32a07f0f3d78_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:5c3dd22869d88c0752c89502bbffd3cfdb8ebaac6318c689098d32a07f0f3d78_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5c3dd22869d88c0752c89502bbffd3cfdb8ebaac6318c689098d32a07f0f3d78_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:6ee70c7ab77b9221a79bdf9e39169a3050f7643cbd34f6a2c97017ccd6780d3f_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:6ee70c7ab77b9221a79bdf9e39169a3050f7643cbd34f6a2c97017ccd6780d3f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6ee70c7ab77b9221a79bdf9e39169a3050f7643cbd34f6a2c97017ccd6780d3f_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:a6b74b159d589a19cae4c8d056ced3f78f098b10252f71a39c74f61a7e596acd_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:a6b74b159d589a19cae4c8d056ced3f78f098b10252f71a39c74f61a7e596acd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a6b74b159d589a19cae4c8d056ced3f78f098b10252f71a39c74f61a7e596acd_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:c9ca912b49a1ffb310b5d1fc574ba68ff1e13f7cfe14ae70398166e186244382_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:c9ca912b49a1ffb310b5d1fc574ba68ff1e13f7cfe14ae70398166e186244382_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9ca912b49a1ffb310b5d1fc574ba68ff1e13f7cfe14ae70398166e186244382_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:02f8f1f0133372eaf972a9d53ddda269cf15961460fa3beb5357c34ad6cff6ba_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:02f8f1f0133372eaf972a9d53ddda269cf15961460fa3beb5357c34ad6cff6ba_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:02f8f1f0133372eaf972a9d53ddda269cf15961460fa3beb5357c34ad6cff6ba_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-node-tuning-rhel9-operator@sha256:6af3126c4c6b7b98b44c1b117493c52bae6bb50c6bf822debd79bc7abf6cb5d1_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:6af3126c4c6b7b98b44c1b117493c52bae6bb50c6bf822debd79bc7abf6cb5d1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6af3126c4c6b7b98b44c1b117493c52bae6bb50c6bf822debd79bc7abf6cb5d1_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:9f324c0ce13e548a907488f7b1c4352cbef82c345bba759195c2443fdd67196f_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:9f324c0ce13e548a907488f7b1c4352cbef82c345bba759195c2443fdd67196f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f324c0ce13e548a907488f7b1c4352cbef82c345bba759195c2443fdd67196f_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:f633aa2b6e650c49c0c849bd05055641af24f9dd80fb6cbe192e3dd73d165f3a_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:f633aa2b6e650c49c0c849bd05055641af24f9dd80fb6cbe192e3dd73d165f3a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f633aa2b6e650c49c0c849bd05055641af24f9dd80fb6cbe192e3dd73d165f3a_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:2f6f628908eabf6b9689671bc67c4075075f3971fe7807b984a98f04d0b40528_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:2f6f628908eabf6b9689671bc67c4075075f3971fe7807b984a98f04d0b40528_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2f6f628908eabf6b9689671bc67c4075075f3971fe7807b984a98f04d0b40528_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:51aeb0ce359177a91dcf7b450e90861e69918fb40bf50a0a4a1a0056b0837c5a_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:51aeb0ce359177a91dcf7b450e90861e69918fb40bf50a0a4a1a0056b0837c5a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:51aeb0ce359177a91dcf7b450e90861e69918fb40bf50a0a4a1a0056b0837c5a_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:d6e2b9fda8e854de0d147864e1f56e17a97659dd24b25438a8579fd55c1087ad_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:d6e2b9fda8e854de0d147864e1f56e17a97659dd24b25438a8579fd55c1087ad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d6e2b9fda8e854de0d147864e1f56e17a97659dd24b25438a8579fd55c1087ad_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:e78466981d3a21724cbd42f927192cf7d28596612eb131e1c8c07ac6d8b28d53_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:e78466981d3a21724cbd42f927192cf7d28596612eb131e1c8c07ac6d8b28d53_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e78466981d3a21724cbd42f927192cf7d28596612eb131e1c8c07ac6d8b28d53_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:086622e4762a3d15f110efc8704ab2eff8a3c5a9762bc63c6d2c55957e4dcef6_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:086622e4762a3d15f110efc8704ab2eff8a3c5a9762bc63c6d2c55957e4dcef6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:086622e4762a3d15f110efc8704ab2eff8a3c5a9762bc63c6d2c55957e4dcef6_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:08cdf3e5578e90a7a8b1bf3a764ec8c6eedf107d38833f78e2d12997ef0c5173_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:08cdf3e5578e90a7a8b1bf3a764ec8c6eedf107d38833f78e2d12997ef0c5173_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:08cdf3e5578e90a7a8b1bf3a764ec8c6eedf107d38833f78e2d12997ef0c5173_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:3fd208fd18398dc0929139e58088c5d991ab36072c1093bf9c2cd3285055bb04_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:3fd208fd18398dc0929139e58088c5d991ab36072c1093bf9c2cd3285055bb04_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3fd208fd18398dc0929139e58088c5d991ab36072c1093bf9c2cd3285055bb04_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:883e2bf18a70ec1b8d8cfc03ed83db723640847ee6fbd8017ded34535321ae1e_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:883e2bf18a70ec1b8d8cfc03ed83db723640847ee6fbd8017ded34535321ae1e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:883e2bf18a70ec1b8d8cfc03ed83db723640847ee6fbd8017ded34535321ae1e_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:0524367b1677eeff9eb5aa9bec611b667b13bf1091fc384c046a7a7fee6d184c_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:0524367b1677eeff9eb5aa9bec611b667b13bf1091fc384c046a7a7fee6d184c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0524367b1677eeff9eb5aa9bec611b667b13bf1091fc384c046a7a7fee6d184c_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:3f29e5091f08eddb0706008de190c7ffc5cdb5b85c1d97a10d1a991f16c85137_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:3f29e5091f08eddb0706008de190c7ffc5cdb5b85c1d97a10d1a991f16c85137_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f29e5091f08eddb0706008de190c7ffc5cdb5b85c1d97a10d1a991f16c85137_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:4c1e147dba85a1cf259b27fa68057b625aee513b492dcc7a18a822db2d1c5e9a_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:4c1e147dba85a1cf259b27fa68057b625aee513b492dcc7a18a822db2d1c5e9a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4c1e147dba85a1cf259b27fa68057b625aee513b492dcc7a18a822db2d1c5e9a_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:a9802e85bcd5dfda8df6b0225ac4d075d994b780bc74ddf05e9296c361e2c978_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:a9802e85bcd5dfda8df6b0225ac4d075d994b780bc74ddf05e9296c361e2c978_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a9802e85bcd5dfda8df6b0225ac4d075d994b780bc74ddf05e9296c361e2c978_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:4e542df1ba72940206a0bc8232071c387ee9202ea55988550f48860414f90065_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:4e542df1ba72940206a0bc8232071c387ee9202ea55988550f48860414f90065_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4e542df1ba72940206a0bc8232071c387ee9202ea55988550f48860414f90065_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-policy-controller-rhel9@sha256:507b08439cddacab09f1ed7e9270878ab3a7035d0b7b6d183b803a5dfeb54da5_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:507b08439cddacab09f1ed7e9270878ab3a7035d0b7b6d183b803a5dfeb54da5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:507b08439cddacab09f1ed7e9270878ab3a7035d0b7b6d183b803a5dfeb54da5_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:cbd010f5cc1a4e6973ff9d5e63fa7b885739bb942f6af01931e3b75ac6d6dd22_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:cbd010f5cc1a4e6973ff9d5e63fa7b885739bb942f6af01931e3b75ac6d6dd22_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cbd010f5cc1a4e6973ff9d5e63fa7b885739bb942f6af01931e3b75ac6d6dd22_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:e423953831cbb88db41e2e3039df2ef7ced0c68d4a14446a3547a9f3df7c7eda_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:e423953831cbb88db41e2e3039df2ef7ced0c68d4a14446a3547a9f3df7c7eda_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e423953831cbb88db41e2e3039df2ef7ced0c68d4a14446a3547a9f3df7c7eda_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:543d69a1f0d04bde23f5d7349405363b780c5502236e5ed7309d5b5f815ec163_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:543d69a1f0d04bde23f5d7349405363b780c5502236e5ed7309d5b5f815ec163_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:543d69a1f0d04bde23f5d7349405363b780c5502236e5ed7309d5b5f815ec163_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:967a66d83bec7280aaded94ae4bfb8cb8f35bf8c9cc51ccd820280bf66396335_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:967a66d83bec7280aaded94ae4bfb8cb8f35bf8c9cc51ccd820280bf66396335_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:967a66d83bec7280aaded94ae4bfb8cb8f35bf8c9cc51ccd820280bf66396335_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:ac86d1ba5e66e1af0c954419b2dec6679fe3af6c461d425450f6721f88970dba_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:ac86d1ba5e66e1af0c954419b2dec6679fe3af6c461d425450f6721f88970dba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ac86d1ba5e66e1af0c954419b2dec6679fe3af6c461d425450f6721f88970dba_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:c004d2b3cbbbf51a79f7070bf3f81a1a455260a53bb974a929418f58b4515cd9_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:c004d2b3cbbbf51a79f7070bf3f81a1a455260a53bb974a929418f58b4515cd9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c004d2b3cbbbf51a79f7070bf3f81a1a455260a53bb974a929418f58b4515cd9_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:1692a9e4b91c575c63777d43a856108cf36a71b3cd095f34f382de1193fef44c_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:1692a9e4b91c575c63777d43a856108cf36a71b3cd095f34f382de1193fef44c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1692a9e4b91c575c63777d43a856108cf36a71b3cd095f34f382de1193fef44c_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:2ec061dd160754c19dbb5748649b09ffb237deb0f9224671f48b11325c27004c_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:2ec061dd160754c19dbb5748649b09ffb237deb0f9224671f48b11325c27004c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2ec061dd160754c19dbb5748649b09ffb237deb0f9224671f48b11325c27004c_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:98a7945e56f17d3c3f02bb1bab620a9da02d6fa64c206c2ed0eb9280b43e1be8_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:98a7945e56f17d3c3f02bb1bab620a9da02d6fa64c206c2ed0eb9280b43e1be8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:98a7945e56f17d3c3f02bb1bab620a9da02d6fa64c206c2ed0eb9280b43e1be8_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:e72d8bc13ec989c79bda2ba4b1ffc85af436bcb93868980e3fc51c72ee4a0c04_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:e72d8bc13ec989c79bda2ba4b1ffc85af436bcb93868980e3fc51c72ee4a0c04_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e72d8bc13ec989c79bda2ba4b1ffc85af436bcb93868980e3fc51c72ee4a0c04_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:49ef6cde0a405838dd6159e3179ad5c0bec80b0ffc58ba0a3c7ebfcd02a3c704_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:49ef6cde0a405838dd6159e3179ad5c0bec80b0ffc58ba0a3c7ebfcd02a3c704_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49ef6cde0a405838dd6159e3179ad5c0bec80b0ffc58ba0a3c7ebfcd02a3c704_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-update-keys-rhel9@sha256:9c01d61df69e48611bc35bb1c190a01540ffc40cc6ac048b51446edb06429ff9_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:9c01d61df69e48611bc35bb1c190a01540ffc40cc6ac048b51446edb06429ff9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9c01d61df69e48611bc35bb1c190a01540ffc40cc6ac048b51446edb06429ff9_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:d5e403c332e09a0adc28a7dc129c2709c0963296665c063be46007f999686799_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:d5e403c332e09a0adc28a7dc129c2709c0963296665c063be46007f999686799_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d5e403c332e09a0adc28a7dc129c2709c0963296665c063be46007f999686799_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:f057d7a735d84639759146ac021176c5eb3cfc907043921763208a8dcaf446a1_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:f057d7a735d84639759146ac021176c5eb3cfc907043921763208a8dcaf446a1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f057d7a735d84639759146ac021176c5eb3cfc907043921763208a8dcaf446a1_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:0fc0f2a12632f590a8443283eabbd697d35de326f8dd3bd5f033f5276313d03b_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:0fc0f2a12632f590a8443283eabbd697d35de326f8dd3bd5f033f5276313d03b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0fc0f2a12632f590a8443283eabbd697d35de326f8dd3bd5f033f5276313d03b_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:241baf358c84e892dfcaca6fbb47cbf9924edc1b1f6560bb06a7a2861aa91b6e_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:241baf358c84e892dfcaca6fbb47cbf9924edc1b1f6560bb06a7a2861aa91b6e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:241baf358c84e892dfcaca6fbb47cbf9924edc1b1f6560bb06a7a2861aa91b6e_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:db40eb2c54071df768459d563b07edd0bafe9c7a4b4b7d91f20e49b285d1f816_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:db40eb2c54071df768459d563b07edd0bafe9c7a4b4b7d91f20e49b285d1f816_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:db40eb2c54071df768459d563b07edd0bafe9c7a4b4b7d91f20e49b285d1f816_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:e76c2265052876c7e99cfbef42daffaa1e175dee826eb3f2c42fd8c0ff3e30bd_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:e76c2265052876c7e99cfbef42daffaa1e175dee826eb3f2c42fd8c0ff3e30bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e76c2265052876c7e99cfbef42daffaa1e175dee826eb3f2c42fd8c0ff3e30bd_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:4135f05a12b40cf6f38289774cd71b0833ec5bd225f07cd11e111982530a51e2_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:4135f05a12b40cf6f38289774cd71b0833ec5bd225f07cd11e111982530a51e2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4135f05a12b40cf6f38289774cd71b0833ec5bd225f07cd11e111982530a51e2_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:52d55886f6f8df86d2517772e3f8a93199fa87524a089b795acea78a87bcdf04_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:52d55886f6f8df86d2517772e3f8a93199fa87524a089b795acea78a87bcdf04_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:52d55886f6f8df86d2517772e3f8a93199fa87524a089b795acea78a87bcdf04_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:60f6497d4a60a0fd2e31115acda74217718ba4aa9e4190b7f6f04445067f42ef_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:60f6497d4a60a0fd2e31115acda74217718ba4aa9e4190b7f6f04445067f42ef_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:60f6497d4a60a0fd2e31115acda74217718ba4aa9e4190b7f6f04445067f42ef_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:6100a67cd2df93a3a97ad7fb7b4fe3ee631f37e7d529e13b091596761f63ad21_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:6100a67cd2df93a3a97ad7fb7b4fe3ee631f37e7d529e13b091596761f63ad21_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6100a67cd2df93a3a97ad7fb7b4fe3ee631f37e7d529e13b091596761f63ad21_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:527c931a4c5f7ff8f13f9c69524837678ee65b5d8f3b7c512c84a8f90f0a2001_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:527c931a4c5f7ff8f13f9c69524837678ee65b5d8f3b7c512c84a8f90f0a2001_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:527c931a4c5f7ff8f13f9c69524837678ee65b5d8f3b7c512c84a8f90f0a2001_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:6aa1c866c07bfa077c801cd13bf551e51efd817c7dc362d0093d2ce2850bb410_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:6aa1c866c07bfa077c801cd13bf551e51efd817c7dc362d0093d2ce2850bb410_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6aa1c866c07bfa077c801cd13bf551e51efd817c7dc362d0093d2ce2850bb410_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:7f1457cb092a268c026f74036e698bbe38384c5c9be28dda101c95828442de14_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:7f1457cb092a268c026f74036e698bbe38384c5c9be28dda101c95828442de14_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:7f1457cb092a268c026f74036e698bbe38384c5c9be28dda101c95828442de14_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:cd3121521eb692fb3b9c4282d1b0d578b620facb1bb866bce21081705a56a73b_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:cd3121521eb692fb3b9c4282d1b0d578b620facb1bb866bce21081705a56a73b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cd3121521eb692fb3b9c4282d1b0d578b620facb1bb866bce21081705a56a73b_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:26eebba070ef94557c3e3b47d61fa8f634ee59d04a30a0d9515d98a7d23aac42_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:26eebba070ef94557c3e3b47d61fa8f634ee59d04a30a0d9515d98a7d23aac42_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:26eebba070ef94557c3e3b47d61fa8f634ee59d04a30a0d9515d98a7d23aac42_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:6ff36824e2b6efac69c1a0aec88b1ced9eea56cae7b4b8b9bdda968bcceac85f_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:6ff36824e2b6efac69c1a0aec88b1ced9eea56cae7b4b8b9bdda968bcceac85f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6ff36824e2b6efac69c1a0aec88b1ced9eea56cae7b4b8b9bdda968bcceac85f_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@sha256:a3213c95d8328657024e0c0c2773fce3c19f77c54eb98a7ed574cb9155a522a4_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:a3213c95d8328657024e0c0c2773fce3c19f77c54eb98a7ed574cb9155a522a4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a3213c95d8328657024e0c0c2773fce3c19f77c54eb98a7ed574cb9155a522a4_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:ab2f966bc1c8b74ee7b59abebffff9e9024c82dae708459a9e8c809e4595fc82_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:ab2f966bc1c8b74ee7b59abebffff9e9024c82dae708459a9e8c809e4595fc82_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:ab2f966bc1c8b74ee7b59abebffff9e9024c82dae708459a9e8c809e4595fc82_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:0f02be1c05fcad9c35be29331ddf8176dca450c74992258ad060447937a0cb85_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:0f02be1c05fcad9c35be29331ddf8176dca450c74992258ad060447937a0cb85_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f02be1c05fcad9c35be29331ddf8176dca450c74992258ad060447937a0cb85_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-container-networking-plugins-rhel9@sha256:f3cd7be8b53c206453f85f86466d1bf0b0e3fb79c6044ba1d08fa9e8dba5b2b5_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:f3cd7be8b53c206453f85f86466d1bf0b0e3fb79c6044ba1d08fa9e8dba5b2b5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f3cd7be8b53c206453f85f86466d1bf0b0e3fb79c6044ba1d08fa9e8dba5b2b5_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:f927d09425d22b39cfb65f45ba30d0dc21902fbc3dc39989071edd80f8790be3_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:f927d09425d22b39cfb65f45ba30d0dc21902fbc3dc39989071edd80f8790be3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f927d09425d22b39cfb65f45ba30d0dc21902fbc3dc39989071edd80f8790be3_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:faf64ad7bce6306fa098c36202daef174f6c437d2b6a0978527b92dfec30d3d9_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:faf64ad7bce6306fa098c36202daef174f6c437d2b6a0978527b92dfec30d3d9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:faf64ad7bce6306fa098c36202daef174f6c437d2b6a0978527b92dfec30d3d9_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:18cc0b5a0e2cd4221e25871a654f3105a84f9aceea5ad8eef78a22cc8e94ba71_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:18cc0b5a0e2cd4221e25871a654f3105a84f9aceea5ad8eef78a22cc8e94ba71_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:18cc0b5a0e2cd4221e25871a654f3105a84f9aceea5ad8eef78a22cc8e94ba71_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-coredns-rhel9@sha256:63677eb6635eeacdb61df7335f3921306f84575a01acdf5f7f85c0c039e9c55e_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:63677eb6635eeacdb61df7335f3921306f84575a01acdf5f7f85c0c039e9c55e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:63677eb6635eeacdb61df7335f3921306f84575a01acdf5f7f85c0c039e9c55e_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:c9f0041b0290be2d1e0f96f6727c3a70071105d6a83890e0a5503e9f77da8529_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:c9f0041b0290be2d1e0f96f6727c3a70071105d6a83890e0a5503e9f77da8529_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c9f0041b0290be2d1e0f96f6727c3a70071105d6a83890e0a5503e9f77da8529_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:dda882294a5b4cd940ee913a892660f183ce58a68697c70acf4b808234f547cd_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:dda882294a5b4cd940ee913a892660f183ce58a68697c70acf4b808234f547cd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dda882294a5b4cd940ee913a892660f183ce58a68697c70acf4b808234f547cd_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-operator@sha256:288e285618d538d02b1dfe1e83d98bfbe24b48ec0d351030d716772492a4e2d4_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:288e285618d538d02b1dfe1e83d98bfbe24b48ec0d351030d716772492a4e2d4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:288e285618d538d02b1dfe1e83d98bfbe24b48ec0d351030d716772492a4e2d4_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-operator@sha256:841e4ccba4f224a821130fe0dc888a3c0b70e2043c5f87e5ce1802d3a9dc1d5f_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:841e4ccba4f224a821130fe0dc888a3c0b70e2043c5f87e5ce1802d3a9dc1d5f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:841e4ccba4f224a821130fe0dc888a3c0b70e2043c5f87e5ce1802d3a9dc1d5f_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@sha256:197c62c7eb7d2e1ed0146bd8473a1dea783827d8e49231e1c87fa77d71f34ebd_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:197c62c7eb7d2e1ed0146bd8473a1dea783827d8e49231e1c87fa77d71f34ebd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:197c62c7eb7d2e1ed0146bd8473a1dea783827d8e49231e1c87fa77d71f34ebd_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:e220d8494a6444b8eeb1a202c48e42c4c0e42298d4e3d0e2be1a997df4a298ad_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:e220d8494a6444b8eeb1a202c48e42c4c0e42298d4e3d0e2be1a997df4a298ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e220d8494a6444b8eeb1a202c48e42c4c0e42298d4e3d0e2be1a997df4a298ad_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:0e558c44ddede89cbac4041ac3b8f5b661ad452d0ac8699905466cf7604b3f46_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:0e558c44ddede89cbac4041ac3b8f5b661ad452d0ac8699905466cf7604b3f46_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0e558c44ddede89cbac4041ac3b8f5b661ad452d0ac8699905466cf7604b3f46_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:9f6b103d3b8c08a0d54f36b7a2f43d40c261000a91dcb083d92611718068c596_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:9f6b103d3b8c08a0d54f36b7a2f43d40c261000a91dcb083d92611718068c596_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9f6b103d3b8c08a0d54f36b7a2f43d40c261000a91dcb083d92611718068c596_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:84066ba0cd4ae5d77986f82c129aa12ef28deed67a278f163bd1d5e3a3212122_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:84066ba0cd4ae5d77986f82c129aa12ef28deed67a278f163bd1d5e3a3212122_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84066ba0cd4ae5d77986f82c129aa12ef28deed67a278f163bd1d5e3a3212122_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-attacher-rhel9@sha256:bd721c031838ba3d30693c02e99c92a05907cf2fb478d201d90f5760a8eaf6cb_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:bd721c031838ba3d30693c02e99c92a05907cf2fb478d201d90f5760a8eaf6cb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bd721c031838ba3d30693c02e99c92a05907cf2fb478d201d90f5760a8eaf6cb_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:d3ec4c34047d08e6330cde9d1e39fd3184c7d4dd77be57aa10bee4f1197d251e_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:d3ec4c34047d08e6330cde9d1e39fd3184c7d4dd77be57aa10bee4f1197d251e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d3ec4c34047d08e6330cde9d1e39fd3184c7d4dd77be57aa10bee4f1197d251e_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:fb90893001815582561ac8f89169cb591bea5a8d3178444a6c5bcee42f460902_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:fb90893001815582561ac8f89169cb591bea5a8d3178444a6c5bcee42f460902_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fb90893001815582561ac8f89169cb591bea5a8d3178444a6c5bcee42f460902_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:56998f9382c231419d403bec13b5732873bac4aae5011e7ba7ede9b7b1bb3eb0_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:56998f9382c231419d403bec13b5732873bac4aae5011e7ba7ede9b7b1bb3eb0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:56998f9382c231419d403bec13b5732873bac4aae5011e7ba7ede9b7b1bb3eb0_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:68e9a51ee7e263c65fb96c0baeab14f700f5aab0f657aa371dae797239d9eecf_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:68e9a51ee7e263c65fb96c0baeab14f700f5aab0f657aa371dae797239d9eecf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:68e9a51ee7e263c65fb96c0baeab14f700f5aab0f657aa371dae797239d9eecf_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:6d0c9c01b73387df3e64e4154cb0f0c0381489315004079048688373d114d584_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:6d0c9c01b73387df3e64e4154cb0f0c0381489315004079048688373d114d584_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6d0c9c01b73387df3e64e4154cb0f0c0381489315004079048688373d114d584_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-provisioner-rhel9@sha256:764d4c3452867b64338abedfbaf74ec0e0ea99ef72d7d0d9b66446d7c14e8516_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:764d4c3452867b64338abedfbaf74ec0e0ea99ef72d7d0d9b66446d7c14e8516_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:764d4c3452867b64338abedfbaf74ec0e0ea99ef72d7d0d9b66446d7c14e8516_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:212bd8b48d7bc3b291b4cc115578121338d58fce7ac9c3e67af19aa34cb1dd79_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:212bd8b48d7bc3b291b4cc115578121338d58fce7ac9c3e67af19aa34cb1dd79_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:212bd8b48d7bc3b291b4cc115578121338d58fce7ac9c3e67af19aa34cb1dd79_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-resizer-rhel9@sha256:5829c744ebff1ef85a579e74da61d0ebd765d3d9315ff263804b8a78eb0f1d25_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:5829c744ebff1ef85a579e74da61d0ebd765d3d9315ff263804b8a78eb0f1d25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5829c744ebff1ef85a579e74da61d0ebd765d3d9315ff263804b8a78eb0f1d25_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:6cdaeb27cbeaf5194becf186d2d3605870514999afd3f7653c8330b4c503de05_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:6cdaeb27cbeaf5194becf186d2d3605870514999afd3f7653c8330b4c503de05_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6cdaeb27cbeaf5194becf186d2d3605870514999afd3f7653c8330b4c503de05_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:97bf3147de08e34dbe0bcdadf404e0b7dc74604bb8c0eda34dc98759ff1e01bf_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:97bf3147de08e34dbe0bcdadf404e0b7dc74604bb8c0eda34dc98759ff1e01bf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:97bf3147de08e34dbe0bcdadf404e0b7dc74604bb8c0eda34dc98759ff1e01bf_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:04150f4cfb2c6bbfc1ce0e52187dfed680bd82e203d70e6738821fe494afcc4f_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:04150f4cfb2c6bbfc1ce0e52187dfed680bd82e203d70e6738821fe494afcc4f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:04150f4cfb2c6bbfc1ce0e52187dfed680bd82e203d70e6738821fe494afcc4f_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:338e5300449eebe482dc73d3347c4168ae212d73aa1f431e2e038be4882cf0e3_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:338e5300449eebe482dc73d3347c4168ae212d73aa1f431e2e038be4882cf0e3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:338e5300449eebe482dc73d3347c4168ae212d73aa1f431e2e038be4882cf0e3_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:434935cabaccf82bf07df8f556ccca3331f393892c1d7dbc30ef60eaa2a5ace4_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:434935cabaccf82bf07df8f556ccca3331f393892c1d7dbc30ef60eaa2a5ace4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:434935cabaccf82bf07df8f556ccca3331f393892c1d7dbc30ef60eaa2a5ace4_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:d731c5b698de2c3acb9f6c2cef7348cfa152acd5b1bdb0a401474f933d26fda7_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:d731c5b698de2c3acb9f6c2cef7348cfa152acd5b1bdb0a401474f933d26fda7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:d731c5b698de2c3acb9f6c2cef7348cfa152acd5b1bdb0a401474f933d26fda7_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:25ce294049d772467415fc43ebd64c23521b7754323e6e65e1f75993e82b4173_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:25ce294049d772467415fc43ebd64c23521b7754323e6e65e1f75993e82b4173_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:25ce294049d772467415fc43ebd64c23521b7754323e6e65e1f75993e82b4173_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:c0ca4f77880521628db1648ca59ba7fddf52295fa2f6f5503a1c99f9fcb7727e_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:c0ca4f77880521628db1648ca59ba7fddf52295fa2f6f5503a1c99f9fcb7727e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c0ca4f77880521628db1648ca59ba7fddf52295fa2f6f5503a1c99f9fcb7727e_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:e149b17a5941acbba87c4ae92d1226f6de065f46564c0e0725382cd4c891a4e8_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:e149b17a5941acbba87c4ae92d1226f6de065f46564c0e0725382cd4c891a4e8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e149b17a5941acbba87c4ae92d1226f6de065f46564c0e0725382cd4c891a4e8_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:f1b67faaf3c4a76d80a1da88305355464056d570db8a67ff4bc149f10160ab68_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:f1b67faaf3c4a76d80a1da88305355464056d570db8a67ff4bc149f10160ab68_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f1b67faaf3c4a76d80a1da88305355464056d570db8a67ff4bc149f10160ab68_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:17e5a2e5de57f823ae658fbc52ba0eca08339c8668acd1de3cd55e796bb4d835_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:17e5a2e5de57f823ae658fbc52ba0eca08339c8668acd1de3cd55e796bb4d835_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17e5a2e5de57f823ae658fbc52ba0eca08339c8668acd1de3cd55e796bb4d835_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:64f2a85e67614cc570c08a3ea9a480157e706346bb91d5532e2aef1b942e69a1_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:64f2a85e67614cc570c08a3ea9a480157e706346bb91d5532e2aef1b942e69a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:64f2a85e67614cc570c08a3ea9a480157e706346bb91d5532e2aef1b942e69a1_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:8521c92b757c716bd328cbe087a6184ac5aceaa034157b4b83bc3a495ffef06b_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:8521c92b757c716bd328cbe087a6184ac5aceaa034157b4b83bc3a495ffef06b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8521c92b757c716bd328cbe087a6184ac5aceaa034157b4b83bc3a495ffef06b_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-livenessprobe-rhel9@sha256:a06a8f6b36e0d3be5ed3cf5dd67566f77830b9d06033bb2974f2906f1a594b7a_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:a06a8f6b36e0d3be5ed3cf5dd67566f77830b9d06033bb2974f2906f1a594b7a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a06a8f6b36e0d3be5ed3cf5dd67566f77830b9d06033bb2974f2906f1a594b7a_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:0c5732927f22de21b2aa535fddbfb0abfcb101c33c222fc13fbbb846f775c321_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:0c5732927f22de21b2aa535fddbfb0abfcb101c33c222fc13fbbb846f775c321_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0c5732927f22de21b2aa535fddbfb0abfcb101c33c222fc13fbbb846f775c321_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:3123e79a8d9e9f3bb7df21ce62b01fd615e43c2ed5232349c9b649b21dba72c8_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:3123e79a8d9e9f3bb7df21ce62b01fd615e43c2ed5232349c9b649b21dba72c8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3123e79a8d9e9f3bb7df21ce62b01fd615e43c2ed5232349c9b649b21dba72c8_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:9627b270509deac23cdadc314c0582686ca8dee3ccfed1f66f2482b2d91014e7_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:9627b270509deac23cdadc314c0582686ca8dee3ccfed1f66f2482b2d91014e7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9627b270509deac23cdadc314c0582686ca8dee3ccfed1f66f2482b2d91014e7_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:a76dc073f31ad5afab971481f1b3fdfffa8968e0c9e7d915321b62c6eea98b0e_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:a76dc073f31ad5afab971481f1b3fdfffa8968e0c9e7d915321b62c6eea98b0e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a76dc073f31ad5afab971481f1b3fdfffa8968e0c9e7d915321b62c6eea98b0e_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:1cba2314e3276572ca1f179bc0b27a5f496865f7762f641a4bc87c4a4597018b_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:1cba2314e3276572ca1f179bc0b27a5f496865f7762f641a4bc87c4a4597018b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1cba2314e3276572ca1f179bc0b27a5f496865f7762f641a4bc87c4a4597018b_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:2fbb5be24d0fd128c267268ebb7f95861875ceb2d544a5f971f8764f5b15b363_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:2fbb5be24d0fd128c267268ebb7f95861875ceb2d544a5f971f8764f5b15b363_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2fbb5be24d0fd128c267268ebb7f95861875ceb2d544a5f971f8764f5b15b363_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-snapshot-controller-rhel9@sha256:72cd405ad70e16a41e943c48ebf24a859c5488dc17264a0a112c1e4b99e57772_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:72cd405ad70e16a41e943c48ebf24a859c5488dc17264a0a112c1e4b99e57772_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:72cd405ad70e16a41e943c48ebf24a859c5488dc17264a0a112c1e4b99e57772_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:a62243c266f8abc9e2e11b85f1fba060380e5ba7da8c616c0caa623a065c1d21_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:a62243c266f8abc9e2e11b85f1fba060380e5ba7da8c616c0caa623a065c1d21_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a62243c266f8abc9e2e11b85f1fba060380e5ba7da8c616c0caa623a065c1d21_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:0aff600927a762bbe521b6446b609de0de9c5fe10d5cc04f83d9f7157815fc5d_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:0aff600927a762bbe521b6446b609de0de9c5fe10d5cc04f83d9f7157815fc5d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:0aff600927a762bbe521b6446b609de0de9c5fe10d5cc04f83d9f7157815fc5d_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:2df7d9b29fb84aa3607e7973875297dd474587e3e2083ef456f4f25db1baa03a_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:2df7d9b29fb84aa3607e7973875297dd474587e3e2083ef456f4f25db1baa03a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2df7d9b29fb84aa3607e7973875297dd474587e3e2083ef456f4f25db1baa03a_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:8e2b6df001bc7afdf1ccb8d7c79ea6cb18983d42d3ed5508f2d86c79aeea75ba_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:8e2b6df001bc7afdf1ccb8d7c79ea6cb18983d42d3ed5508f2d86c79aeea75ba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8e2b6df001bc7afdf1ccb8d7c79ea6cb18983d42d3ed5508f2d86c79aeea75ba_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:cebef3eef0bae4a86f3e2e70ce351335e004bb8c1c1942d58c3b6680b60d5c73_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:cebef3eef0bae4a86f3e2e70ce351335e004bb8c1c1942d58c3b6680b60d5c73_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cebef3eef0bae4a86f3e2e70ce351335e004bb8c1c1942d58c3b6680b60d5c73_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:780b1dcdb13052360030f39f50dfe70618326c4fb6ddcdb0202026c7badb1427_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:780b1dcdb13052360030f39f50dfe70618326c4fb6ddcdb0202026c7badb1427_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:780b1dcdb13052360030f39f50dfe70618326c4fb6ddcdb0202026c7badb1427_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:9eaa1441bb782494caf180acf396e158c31109d0cbb902a030f524a174386bbd_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:9eaa1441bb782494caf180acf396e158c31109d0cbb902a030f524a174386bbd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9eaa1441bb782494caf180acf396e158c31109d0cbb902a030f524a174386bbd_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-builder-rhel9@sha256:ae30028793ddc1c34f1f24df6e9e9267df190f78e0c189f0373fff76988c15be_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:ae30028793ddc1c34f1f24df6e9e9267df190f78e0c189f0373fff76988c15be_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ae30028793ddc1c34f1f24df6e9e9267df190f78e0c189f0373fff76988c15be_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:c4e3b0ed2f8855b5be0e0ef59243db95aaf171d1c01c481bfcaff5fdde4a2049_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:c4e3b0ed2f8855b5be0e0ef59243db95aaf171d1c01c481bfcaff5fdde4a2049_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c4e3b0ed2f8855b5be0e0ef59243db95aaf171d1c01c481bfcaff5fdde4a2049_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:76b018bce59457fab7451d530b9c6363d7e49ba9001a68b6049c06827b394e07_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:76b018bce59457fab7451d530b9c6363d7e49ba9001a68b6049c06827b394e07_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:76b018bce59457fab7451d530b9c6363d7e49ba9001a68b6049c06827b394e07_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:89f763f82bdc05d7c90bc1acb79a5db4256b5094eaf5f5dde824d0da6f20d7a9_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:89f763f82bdc05d7c90bc1acb79a5db4256b5094eaf5f5dde824d0da6f20d7a9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:89f763f82bdc05d7c90bc1acb79a5db4256b5094eaf5f5dde824d0da6f20d7a9_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:ce88606fe6952d3e5b348d93cb149e5cd27ff88e9321529150ff0630e8696956_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:ce88606fe6952d3e5b348d93cb149e5cd27ff88e9321529150ff0630e8696956_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ce88606fe6952d3e5b348d93cb149e5cd27ff88e9321529150ff0630e8696956_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:ee514f8d5e86c87b292c53fa8719a2464a6b2c26f73d32229b40afc72d02ce6d_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:ee514f8d5e86c87b292c53fa8719a2464a6b2c26f73d32229b40afc72d02ce6d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ee514f8d5e86c87b292c53fa8719a2464a6b2c26f73d32229b40afc72d02ce6d_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:19c77e70b5d022b86780b5e371bcf5db838e71fe9ee0bfaa09dfe37863941802_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:19c77e70b5d022b86780b5e371bcf5db838e71fe9ee0bfaa09dfe37863941802_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:19c77e70b5d022b86780b5e371bcf5db838e71fe9ee0bfaa09dfe37863941802_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:19d945c8b4361f412a5004d6d1c2028bc9b8436fe427edc269d23be5b4655ac2_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:19d945c8b4361f412a5004d6d1c2028bc9b8436fe427edc269d23be5b4655ac2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:19d945c8b4361f412a5004d6d1c2028bc9b8436fe427edc269d23be5b4655ac2_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:598f7749f81749f95fbb2adbb168a7206f38a0bbc54da498433570bfc9ce3b7c_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:598f7749f81749f95fbb2adbb168a7206f38a0bbc54da498433570bfc9ce3b7c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:598f7749f81749f95fbb2adbb168a7206f38a0bbc54da498433570bfc9ce3b7c_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:7b8ac5556b5f8b8abf0a68b6df4e9c2e5f8d1758879e1f6626b3a6810878fde7_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:7b8ac5556b5f8b8abf0a68b6df4e9c2e5f8d1758879e1f6626b3a6810878fde7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7b8ac5556b5f8b8abf0a68b6df4e9c2e5f8d1758879e1f6626b3a6810878fde7_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:21a2eaf787a3f5252eea1ffc5a3a7604c295f24e2382a5d07b51d83c20ae848b_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:21a2eaf787a3f5252eea1ffc5a3a7604c295f24e2382a5d07b51d83c20ae848b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:21a2eaf787a3f5252eea1ffc5a3a7604c295f24e2382a5d07b51d83c20ae848b_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-cloud-controller-manager-rhel9@sha256:415aec52607ec162aeec7704705ff2c762ab785ec0809282a85aa2a93faac0c0_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:415aec52607ec162aeec7704705ff2c762ab785ec0809282a85aa2a93faac0c0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:415aec52607ec162aeec7704705ff2c762ab785ec0809282a85aa2a93faac0c0_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:bdb65f1e8184c8799cba2c821807b85266e2dde877e867253b991ab7d3634409_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:bdb65f1e8184c8799cba2c821807b85266e2dde877e867253b991ab7d3634409_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:bdb65f1e8184c8799cba2c821807b85266e2dde877e867253b991ab7d3634409_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:20173180497ac88a173aa50ea8c27c8a97522f485409085b16f15dc6271e86c0_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:20173180497ac88a173aa50ea8c27c8a97522f485409085b16f15dc6271e86c0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:20173180497ac88a173aa50ea8c27c8a97522f485409085b16f15dc6271e86c0_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:9e569e126c62443c2ddceacd0631fbede8d0f0ede506b6f331757612ab1aa0a2_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:9e569e126c62443c2ddceacd0631fbede8d0f0ede506b6f331757612ab1aa0a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9e569e126c62443c2ddceacd0631fbede8d0f0ede506b6f331757612ab1aa0a2_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:dc8fb62e93553839a0395aa91027eb68c8b71f21e5b3d51fc99a58856768d5e9_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:dc8fb62e93553839a0395aa91027eb68c8b71f21e5b3d51fc99a58856768d5e9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dc8fb62e93553839a0395aa91027eb68c8b71f21e5b3d51fc99a58856768d5e9_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:3c5ca2522d648aeb8f5e0f222b1ca1b20226d253e3fde241d6e0d7f8eea9d620_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:3c5ca2522d648aeb8f5e0f222b1ca1b20226d253e3fde241d6e0d7f8eea9d620_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3c5ca2522d648aeb8f5e0f222b1ca1b20226d253e3fde241d6e0d7f8eea9d620_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:b5bf39f3566ad45871480b3fd6685784a221d81f2f4f9049f611f6d78d06d653_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:b5bf39f3566ad45871480b3fd6685784a221d81f2f4f9049f611f6d78d06d653_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b5bf39f3566ad45871480b3fd6685784a221d81f2f4f9049f611f6d78d06d653_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:f9e8b7e611d5cbd31a6a6592714059891d9e254021aefc813e07d404bb97e9b7_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:f9e8b7e611d5cbd31a6a6592714059891d9e254021aefc813e07d404bb97e9b7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f9e8b7e611d5cbd31a6a6592714059891d9e254021aefc813e07d404bb97e9b7_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:794930ea999e98a496d3e6ee72d55d5868b7dd363dfc40d36a63f6477a4b7b25_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:794930ea999e98a496d3e6ee72d55d5868b7dd363dfc40d36a63f6477a4b7b25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:794930ea999e98a496d3e6ee72d55d5868b7dd363dfc40d36a63f6477a4b7b25_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:95ae98647ccbefa15ef5571f85a360a4b7effa2fed2c065f55deba9bd3c62d54_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:95ae98647ccbefa15ef5571f85a360a4b7effa2fed2c065f55deba9bd3c62d54_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:95ae98647ccbefa15ef5571f85a360a4b7effa2fed2c065f55deba9bd3c62d54_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-rhel9@sha256:cf28affed9ddfd6e1de9095423227642fee8290f2129d58d0a1831e648bfed11_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:cf28affed9ddfd6e1de9095423227642fee8290f2129d58d0a1831e648bfed11_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cf28affed9ddfd6e1de9095423227642fee8290f2129d58d0a1831e648bfed11_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-workload-identity-federation-webhook-rhel9@sha256:a83c731420e770628eb18f4aa45c54b5afa374c7a2eb3243472dd8cc4325da65_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:a83c731420e770628eb18f4aa45c54b5afa374c7a2eb3243472dd8cc4325da65_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a83c731420e770628eb18f4aa45c54b5afa374c7a2eb3243472dd8cc4325da65_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:af76096d455c2787c46e447e55991ee28fbfc6e0641b161dea00a1fec0fc1e2d_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:af76096d455c2787c46e447e55991ee28fbfc6e0641b161dea00a1fec0fc1e2d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:af76096d455c2787c46e447e55991ee28fbfc6e0641b161dea00a1fec0fc1e2d_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:b96b37df6f83ad640beb701ad76c57000a7717f0f64d9f49cb55cbfb514de5bf_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:b96b37df6f83ad640beb701ad76c57000a7717f0f64d9f49cb55cbfb514de5bf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b96b37df6f83ad640beb701ad76c57000a7717f0f64d9f49cb55cbfb514de5bf_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:bdfb75c39725851e17362f1163214a0b47e8423f714fa6196bc096ec7bf66982_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:bdfb75c39725851e17362f1163214a0b47e8423f714fa6196bc096ec7bf66982_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:bdfb75c39725851e17362f1163214a0b47e8423f714fa6196bc096ec7bf66982_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:6e415c46f81193c6478d4a6b85113d2aa54945ac242e68f094b032190d8c93b2_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:6e415c46f81193c6478d4a6b85113d2aa54945ac242e68f094b032190d8c93b2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6e415c46f81193c6478d4a6b85113d2aa54945ac242e68f094b032190d8c93b2_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:7a928e4ef0d418eadae87fd9c5869078004c3759eca0c879f7158794f789849b_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:7a928e4ef0d418eadae87fd9c5869078004c3759eca0c879f7158794f789849b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7a928e4ef0d418eadae87fd9c5869078004c3759eca0c879f7158794f789849b_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:8f714fb9046c1842f044c5c074486baf5ce3ea05db479b5624702cd5f2f45a99_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:8f714fb9046c1842f044c5c074486baf5ce3ea05db479b5624702cd5f2f45a99_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:8f714fb9046c1842f044c5c074486baf5ce3ea05db479b5624702cd5f2f45a99_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:e9528d9ae0875007e92c732b846ca07bbc88b38d2ae7880d2bc50b2f2286d097_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:e9528d9ae0875007e92c732b846ca07bbc88b38d2ae7880d2bc50b2f2286d097_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e9528d9ae0875007e92c732b846ca07bbc88b38d2ae7880d2bc50b2f2286d097_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:2eb4e17061af22bdd0b86cb44a62f6707e0b1c6a6c123d6d8950c50978df87ec_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:2eb4e17061af22bdd0b86cb44a62f6707e0b1c6a6c123d6d8950c50978df87ec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2eb4e17061af22bdd0b86cb44a62f6707e0b1c6a6c123d6d8950c50978df87ec_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:31e57a5ae87d85cd2f7ccd78afcceefd0354312171b0e19409e0f17fdb922f8e_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:31e57a5ae87d85cd2f7ccd78afcceefd0354312171b0e19409e0f17fdb922f8e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:31e57a5ae87d85cd2f7ccd78afcceefd0354312171b0e19409e0f17fdb922f8e_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:5a572634df8230dd93301903941697e91471808bc77370c4dc7e69a602a95416_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:5a572634df8230dd93301903941697e91471808bc77370c4dc7e69a602a95416_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5a572634df8230dd93301903941697e91471808bc77370c4dc7e69a602a95416_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:97210ddc8b97156d48b5cc9703109d969a62f43c9bddb2c35ad026f286b481a4_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:97210ddc8b97156d48b5cc9703109d969a62f43c9bddb2c35ad026f286b481a4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97210ddc8b97156d48b5cc9703109d969a62f43c9bddb2c35ad026f286b481a4_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:35a08ae5f0cf1d0d85aa703f71987685aee24a36d7c7f12b4ab04172e242e57f_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:35a08ae5f0cf1d0d85aa703f71987685aee24a36d7c7f12b4ab04172e242e57f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:35a08ae5f0cf1d0d85aa703f71987685aee24a36d7c7f12b4ab04172e242e57f_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-hypershift-rhel9@sha256:6f708c0c27f07271f096659917d0b4f007eba72f87a20748e06fb7fb6d8efe65_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:6f708c0c27f07271f096659917d0b4f007eba72f87a20748e06fb7fb6d8efe65_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6f708c0c27f07271f096659917d0b4f007eba72f87a20748e06fb7fb6d8efe65_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:d6a2876abc7132d4257c2a7354bbcc03dd72af090777671fda20d13f258647cf_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:d6a2876abc7132d4257c2a7354bbcc03dd72af090777671fda20d13f258647cf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6a2876abc7132d4257c2a7354bbcc03dd72af090777671fda20d13f258647cf_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:d8b1f8bfb24a29178bc263d940b2ec41a8694a0cfa536f0864ba99046bdc9a59_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:d8b1f8bfb24a29178bc263d940b2ec41a8694a0cfa536f0864ba99046bdc9a59_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d8b1f8bfb24a29178bc263d940b2ec41a8694a0cfa536f0864ba99046bdc9a59_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-cloud-controller-manager-rhel9@sha256:b0d822a3d6404036345fbaeff26d4391f253c38a764292a5199f0fef1a00d0c5_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:b0d822a3d6404036345fbaeff26d4391f253c38a764292a5199f0fef1a00d0c5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b0d822a3d6404036345fbaeff26d4391f253c38a764292a5199f0fef1a00d0c5_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-cloud-controller-manager-rhel9@sha256:e9283354b667510707f4077aa2281697cd685af27bb9d0c8452e855416dd6a90_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:e9283354b667510707f4077aa2281697cd685af27bb9d0c8452e855416dd6a90_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e9283354b667510707f4077aa2281697cd685af27bb9d0c8452e855416dd6a90_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:c23c54e0cf91cd5119e27c826c135a1132be039ff31d832bb9fa338eb79890ac_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:c23c54e0cf91cd5119e27c826c135a1132be039ff31d832bb9fa338eb79890ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c23c54e0cf91cd5119e27c826c135a1132be039ff31d832bb9fa338eb79890ac_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:ec941663ab289c63cd2d9008ab5d5cd96e1cb498f1802e315890aa819fc01545_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:ec941663ab289c63cd2d9008ab5d5cd96e1cb498f1802e315890aa819fc01545_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ec941663ab289c63cd2d9008ab5d5cd96e1cb498f1802e315890aa819fc01545_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:2756bc5e7ca974f7496fb2ec79633a195bdc1183206117d86eab12ab8d803dcf_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:2756bc5e7ca974f7496fb2ec79633a195bdc1183206117d86eab12ab8d803dcf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:2756bc5e7ca974f7496fb2ec79633a195bdc1183206117d86eab12ab8d803dcf_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:d9d092381c9c6147336ffc67410ef3301aa27a7b531f9c73207e969dc672778a_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:d9d092381c9c6147336ffc67410ef3301aa27a7b531f9c73207e969dc672778a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d9d092381c9c6147336ffc67410ef3301aa27a7b531f9c73207e969dc672778a_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:993c2eb4cef7f124d8e22cae61be1c0ce03bb76b353d8851ac7808aae520d6b0_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:993c2eb4cef7f124d8e22cae61be1c0ce03bb76b353d8851ac7808aae520d6b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:993c2eb4cef7f124d8e22cae61be1c0ce03bb76b353d8851ac7808aae520d6b0_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:9f709f852192e46b7bec4a31ad98a989b65c023661134c56644fac89340d9632_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:9f709f852192e46b7bec4a31ad98a989b65c023661134c56644fac89340d9632_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9f709f852192e46b7bec4a31ad98a989b65c023661134c56644fac89340d9632_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-cluster-api-controllers-rhel9@sha256:a00191217337af5d56b634ce23dda29b32dfc4a5cc3449977676a571f82f4917_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:a00191217337af5d56b634ce23dda29b32dfc4a5cc3449977676a571f82f4917_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a00191217337af5d56b634ce23dda29b32dfc4a5cc3449977676a571f82f4917_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:63c12404b10c72d109b64e3fee14b50c792bc4372fca7f995f893698d1422eb0_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:63c12404b10c72d109b64e3fee14b50c792bc4372fca7f995f893698d1422eb0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63c12404b10c72d109b64e3fee14b50c792bc4372fca7f995f893698d1422eb0_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:ba845ee84f5bc0ef42dcc0a56aebf1e173e5750c8d764a3992f08608abb508fb_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:ba845ee84f5bc0ef42dcc0a56aebf1e173e5750c8d764a3992f08608abb508fb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ba845ee84f5bc0ef42dcc0a56aebf1e173e5750c8d764a3992f08608abb508fb_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:adb7d78d0e9afbe4232a33292c71b599170dca628a792752ca27633e9ffe2dce_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:adb7d78d0e9afbe4232a33292c71b599170dca628a792752ca27633e9ffe2dce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:adb7d78d0e9afbe4232a33292c71b599170dca628a792752ca27633e9ffe2dce_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:af3d86b9cac49e309cf6e49c643c619ffc44ffce7bef107fe5b97e4fba355345_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:af3d86b9cac49e309cf6e49c643c619ffc44ffce7bef107fe5b97e4fba355345_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af3d86b9cac49e309cf6e49c643c619ffc44ffce7bef107fe5b97e4fba355345_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:056d409c217270bef9affaed04103b862327264d0592b89037fae86c300eacfb_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:056d409c217270bef9affaed04103b862327264d0592b89037fae86c300eacfb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:056d409c217270bef9affaed04103b862327264d0592b89037fae86c300eacfb_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:1599a3d492150727787e7234c3bb8f921dc32f91109097fa945818f3308fec3e_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:1599a3d492150727787e7234c3bb8f921dc32f91109097fa945818f3308fec3e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1599a3d492150727787e7234c3bb8f921dc32f91109097fa945818f3308fec3e_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:4feaef745ba05381dd55f6b004ad7846cbaeae52e9e6f83966de35d17ed67c01_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:4feaef745ba05381dd55f6b004ad7846cbaeae52e9e6f83966de35d17ed67c01_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4feaef745ba05381dd55f6b004ad7846cbaeae52e9e6f83966de35d17ed67c01_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:55b14d6d09df1e50a6572f21af1cd0599577281a1187fbee14f7226048f4886c_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:55b14d6d09df1e50a6572f21af1cd0599577281a1187fbee14f7226048f4886c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:55b14d6d09df1e50a6572f21af1cd0599577281a1187fbee14f7226048f4886c_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-artifacts-rhel9@sha256:6c2b4fd69934ef331d645ca0fec99348e515af55635e194355676e4e70b7b47b_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:6c2b4fd69934ef331d645ca0fec99348e515af55635e194355676e4e70b7b47b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c2b4fd69934ef331d645ca0fec99348e515af55635e194355676e4e70b7b47b_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:7333f456d3290ab934e1a487feaa13caacd601d3274aaf70556b81029c40ac6f_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:7333f456d3290ab934e1a487feaa13caacd601d3274aaf70556b81029c40ac6f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7333f456d3290ab934e1a487feaa13caacd601d3274aaf70556b81029c40ac6f_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:aa1726f093438b83954d881a0b3a4a38449b2c8aa1e0d950aa97a0fadba3bd34_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:aa1726f093438b83954d881a0b3a4a38449b2c8aa1e0d950aa97a0fadba3bd34_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:aa1726f093438b83954d881a0b3a4a38449b2c8aa1e0d950aa97a0fadba3bd34_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:f10ca0c467f9d0eaaad7c2bf7d650067d6450bc3a5de0a0bb06ab4073c14fc73_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:f10ca0c467f9d0eaaad7c2bf7d650067d6450bc3a5de0a0bb06ab4073c14fc73_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f10ca0c467f9d0eaaad7c2bf7d650067d6450bc3a5de0a0bb06ab4073c14fc73_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:0e4b0594518fdd5709254907dffffb951e2a0138b3f3bfeb4ecf72acf2e04ac7_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:0e4b0594518fdd5709254907dffffb951e2a0138b3f3bfeb4ecf72acf2e04ac7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0e4b0594518fdd5709254907dffffb951e2a0138b3f3bfeb4ecf72acf2e04ac7_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:269c897aed959fd39c81d8c05d1e7afb6fb1293808adeb170cfc9fe00d920b62_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:269c897aed959fd39c81d8c05d1e7afb6fb1293808adeb170cfc9fe00d920b62_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:269c897aed959fd39c81d8c05d1e7afb6fb1293808adeb170cfc9fe00d920b62_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-rhel9@sha256:402db1e826c53cc00d9379cd4af1a80bbd24c3352d35137a8f0585d016e1226a_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:402db1e826c53cc00d9379cd4af1a80bbd24c3352d35137a8f0585d016e1226a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:402db1e826c53cc00d9379cd4af1a80bbd24c3352d35137a8f0585d016e1226a_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:a937d5eaedd2c44a199c9748987b1c47cd8eae70ba796d8fd1c91a0e3caceeed_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:a937d5eaedd2c44a199c9748987b1c47cd8eae70ba796d8fd1c91a0e3caceeed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a937d5eaedd2c44a199c9748987b1c47cd8eae70ba796d8fd1c91a0e3caceeed_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-ironic-agent-rhel9@sha256:3155352319810228de3427b70754fd56e479e3fef5c7635b58c2d92c7ac2f6da_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:3155352319810228de3427b70754fd56e479e3fef5c7635b58c2d92c7ac2f6da_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3155352319810228de3427b70754fd56e479e3fef5c7635b58c2d92c7ac2f6da_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-agent-rhel9@sha256:9fd11ac21328604d4af8dfd1be6238a054c6ecb1492ac5ea3a6bc1d9263791fc_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:9fd11ac21328604d4af8dfd1be6238a054c6ecb1492ac5ea3a6bc1d9263791fc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9fd11ac21328604d4af8dfd1be6238a054c6ecb1492ac5ea3a6bc1d9263791fc_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-machine-os-downloader-rhel9@sha256:caba671e8e6c1c51aac89b3661fb2faffc022b6f2961fe2c6845818dd68dfa75_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:caba671e8e6c1c51aac89b3661fb2faffc022b6f2961fe2c6845818dd68dfa75_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:caba671e8e6c1c51aac89b3661fb2faffc022b6f2961fe2c6845818dd68dfa75_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:e6fd7468866cc5db5455f0e58f62b582d279834d0df1b6aa361ce45f21f7f27a_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:e6fd7468866cc5db5455f0e58f62b582d279834d0df1b6aa361ce45f21f7f27a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e6fd7468866cc5db5455f0e58f62b582d279834d0df1b6aa361ce45f21f7f27a_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:98bb659e6f44dc88bf7064abaa7c5001ce123e6229917f6914d4acc24cac9528_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:98bb659e6f44dc88bf7064abaa7c5001ce123e6229917f6914d4acc24cac9528_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:98bb659e6f44dc88bf7064abaa7c5001ce123e6229917f6914d4acc24cac9528_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:ab7814cd8c6eb5e61316913ca7b652547f93ffdc9ca52f6187bbab7b0e3a39cd_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:ab7814cd8c6eb5e61316913ca7b652547f93ffdc9ca52f6187bbab7b0e3a39cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ab7814cd8c6eb5e61316913ca7b652547f93ffdc9ca52f6187bbab7b0e3a39cd_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:60767723a82b97a362c590a10d854792279e89856c94c531715dbf89d8c692be_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:60767723a82b97a362c590a10d854792279e89856c94c531715dbf89d8c692be_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:60767723a82b97a362c590a10d854792279e89856c94c531715dbf89d8c692be_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-static-ip-manager-rhel9@sha256:c2bc0cd876628b9b6ba9dca400412e4ed9838e2a09e285a9ea41994ccc4c4f70_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:c2bc0cd876628b9b6ba9dca400412e4ed9838e2a09e285a9ea41994ccc4c4f70_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c2bc0cd876628b9b6ba9dca400412e4ed9838e2a09e285a9ea41994ccc4c4f70_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:95b0395f07b213e0dfd8a58c989429f4873dfea1cb88616a8b079b6de0cfbe49_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:95b0395f07b213e0dfd8a58c989429f4873dfea1cb88616a8b079b6de0cfbe49_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:95b0395f07b213e0dfd8a58c989429f4873dfea1cb88616a8b079b6de0cfbe49_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:bd224a273b54f9f8ead326d2010020e690a19e18d3003b3f890b3b6668178e8f_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:bd224a273b54f9f8ead326d2010020e690a19e18d3003b3f890b3b6668178e8f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bd224a273b54f9f8ead326d2010020e690a19e18d3003b3f890b3b6668178e8f_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-keepalived-ipfailover-rhel9@sha256:d78aa8f9edc8edd2a4b0b42e10ed2158575c3bb4d9a355aa3fc3f2e17428dee6_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:d78aa8f9edc8edd2a4b0b42e10ed2158575c3bb4d9a355aa3fc3f2e17428dee6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d78aa8f9edc8edd2a4b0b42e10ed2158575c3bb4d9a355aa3fc3f2e17428dee6_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:f6cfd11ea5183d65d4e0504a691a56928c1fda65b9b3e8bf97769f95e4387bf9_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:f6cfd11ea5183d65d4e0504a691a56928c1fda65b9b3e8bf97769f95e4387bf9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f6cfd11ea5183d65d4e0504a691a56928c1fda65b9b3e8bf97769f95e4387bf9_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:004da77e4656e592087b666d1bfcb7d1f33d91f95ba1d188460c914a634277cc_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:004da77e4656e592087b666d1bfcb7d1f33d91f95ba1d188460c914a634277cc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:004da77e4656e592087b666d1bfcb7d1f33d91f95ba1d188460c914a634277cc_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:16674eb1e5c04eb58ace73dfb3ae7e94997508262d67f3016b1ecf859f69d8c9_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:16674eb1e5c04eb58ace73dfb3ae7e94997508262d67f3016b1ecf859f69d8c9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:16674eb1e5c04eb58ace73dfb3ae7e94997508262d67f3016b1ecf859f69d8c9_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-proxy-rhel9@sha256:9750b26460cefe4263391253489299daba7a83db0dfd818ee669beea5f934ac9_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:9750b26460cefe4263391253489299daba7a83db0dfd818ee669beea5f934ac9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9750b26460cefe4263391253489299daba7a83db0dfd818ee669beea5f934ac9_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:bf351c51fa129305dbfb5743c518374905b05ee7d6f64a46b0ba7894ac72613e_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:bf351c51fa129305dbfb5743c518374905b05ee7d6f64a46b0ba7894ac72613e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bf351c51fa129305dbfb5743c518374905b05ee7d6f64a46b0ba7894ac72613e_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:469fde658cbc0a9c50091ba7e2e6fa38a1d5a4e23edfe8656c10939f6ae03a6e_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:469fde658cbc0a9c50091ba7e2e6fa38a1d5a4e23edfe8656c10939f6ae03a6e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:469fde658cbc0a9c50091ba7e2e6fa38a1d5a4e23edfe8656c10939f6ae03a6e_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-rbac-proxy-rhel9@sha256:6fa6e5b1fabb9b7165ee4928637b9b28c5966d7f192d4866c7453c2149ef1376_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:6fa6e5b1fabb9b7165ee4928637b9b28c5966d7f192d4866c7453c2149ef1376_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6fa6e5b1fabb9b7165ee4928637b9b28c5966d7f192d4866c7453c2149ef1376_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:87b883e5363a4abd46548d7f00203c170cd699db81b73404aaccb147534b412e_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:87b883e5363a4abd46548d7f00203c170cd699db81b73404aaccb147534b412e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:87b883e5363a4abd46548d7f00203c170cd699db81b73404aaccb147534b412e_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:a98e5f141a7a349f6b9db027b20cecd9a3bbc9e945f4e42ff4af9e634b3537bc_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:a98e5f141a7a349f6b9db027b20cecd9a3bbc9e945f4e42ff4af9e634b3537bc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a98e5f141a7a349f6b9db027b20cecd9a3bbc9e945f4e42ff4af9e634b3537bc_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:40937e7e7792d85e446c58c9828d6ccb678605c897e8bc39f851c24ab8caec6a_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:40937e7e7792d85e446c58c9828d6ccb678605c897e8bc39f851c24ab8caec6a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:40937e7e7792d85e446c58c9828d6ccb678605c897e8bc39f851c24ab8caec6a_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:4221a086bcf07a07725b3a5ca9c93d556347e68b3df4b1e5e7f17555981f4c8e_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:4221a086bcf07a07725b3a5ca9c93d556347e68b3df4b1e5e7f17555981f4c8e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4221a086bcf07a07725b3a5ca9c93d556347e68b3df4b1e5e7f17555981f4c8e_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:424e959b991d2742f547a958a0c126c01ae5b626c40bee72fb9e1ace7453eafb_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:424e959b991d2742f547a958a0c126c01ae5b626c40bee72fb9e1ace7453eafb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:424e959b991d2742f547a958a0c126c01ae5b626c40bee72fb9e1ace7453eafb_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:9e6fe7a71cb45d610c6d406604566924cd6ecc0c9db26d0b6432d902218e418f_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:9e6fe7a71cb45d610c6d406604566924cd6ecc0c9db26d0b6432d902218e418f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9e6fe7a71cb45d610c6d406604566924cd6ecc0c9db26d0b6432d902218e418f_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:131fe3f5fe0db2be50283fccbc8c4b6ae3c31303884052fa014a42426238dbb8_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:131fe3f5fe0db2be50283fccbc8c4b6ae3c31303884052fa014a42426238dbb8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:131fe3f5fe0db2be50283fccbc8c4b6ae3c31303884052fa014a42426238dbb8_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:820031d2274e963d6186657ea5da45f05a63f2739f585e5d9df3ee70df230cd2_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:820031d2274e963d6186657ea5da45f05a63f2739f585e5d9df3ee70df230cd2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:820031d2274e963d6186657ea5da45f05a63f2739f585e5d9df3ee70df230cd2_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-storage-version-migrator-rhel9@sha256:a73d494518aba171f87a42f53cd9883da089e163bf4fd04b1848bbfe5cc91428_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:a73d494518aba171f87a42f53cd9883da089e163bf4fd04b1848bbfe5cc91428_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a73d494518aba171f87a42f53cd9883da089e163bf4fd04b1848bbfe5cc91428_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:dd1664c91a67864febf7ed63e60568b6ae4e78924d5c5c1c0f77ab63fdc8edf3_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:dd1664c91a67864febf7ed63e60568b6ae4e78924d5c5c1c0f77ab63fdc8edf3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dd1664c91a67864febf7ed63e60568b6ae4e78924d5c5c1c0f77ab63fdc8edf3_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:212c91c64435061367f840165c2b5d359739520f1ded46dd75dc23264bb9361f_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:212c91c64435061367f840165c2b5d359739520f1ded46dd75dc23264bb9361f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:212c91c64435061367f840165c2b5d359739520f1ded46dd75dc23264bb9361f_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:59f8c093a5efbb133b57a46b9d60f10221fb609da35ed4a023b2fc25f7d97f82_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:59f8c093a5efbb133b57a46b9d60f10221fb609da35ed4a023b2fc25f7d97f82_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:59f8c093a5efbb133b57a46b9d60f10221fb609da35ed4a023b2fc25f7d97f82_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:801a5eddb28c105ae0ad18f9581f333fb5a909feb1beb624690f13ff6722532e_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:801a5eddb28c105ae0ad18f9581f333fb5a909feb1beb624690f13ff6722532e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:801a5eddb28c105ae0ad18f9581f333fb5a909feb1beb624690f13ff6722532e_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:9e16e9977b233d1c0c8fe2c1e7c7c24ef6eb564231a4c7cf6e66baaa1b94a77d_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:9e16e9977b233d1c0c8fe2c1e7c7c24ef6eb564231a4c7cf6e66baaa1b94a77d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9e16e9977b233d1c0c8fe2c1e7c7c24ef6eb564231a4c7cf6e66baaa1b94a77d_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:100db581bf3e28a2f850aea3e035634cc7700c6a4089af500ff6d8a49dee3087_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:100db581bf3e28a2f850aea3e035634cc7700c6a4089af500ff6d8a49dee3087_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:100db581bf3e28a2f850aea3e035634cc7700c6a4089af500ff6d8a49dee3087_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:2b7d88195212c91bdb415e7da523a825a09e3eea12e487c90df77a2a17869a1c_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:2b7d88195212c91bdb415e7da523a825a09e3eea12e487c90df77a2a17869a1c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2b7d88195212c91bdb415e7da523a825a09e3eea12e487c90df77a2a17869a1c_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:63a9165bd53fc1d3f7b69ce01e40676d44067d03206f0a9d7467d92c397fda1c_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:63a9165bd53fc1d3f7b69ce01e40676d44067d03206f0a9d7467d92c397fda1c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:63a9165bd53fc1d3f7b69ce01e40676d44067d03206f0a9d7467d92c397fda1c_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:66f717142d8bdb3d4f8e28c4da949b1c0a5f829b98407f624620e38816647dac_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:66f717142d8bdb3d4f8e28c4da949b1c0a5f829b98407f624620e38816647dac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:66f717142d8bdb3d4f8e28c4da949b1c0a5f829b98407f624620e38816647dac_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:55001f621b2abfccb683991fe63bb3ec7c5b3eee59ddacfe984141592326cf14_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:55001f621b2abfccb683991fe63bb3ec7c5b3eee59ddacfe984141592326cf14_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:55001f621b2abfccb683991fe63bb3ec7c5b3eee59ddacfe984141592326cf14_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:88f2dc148118105a4a2658e0434d03eaf8a377667ac5c5e21569a63a2f8e7897_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:88f2dc148118105a4a2658e0434d03eaf8a377667ac5c5e21569a63a2f8e7897_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:88f2dc148118105a4a2658e0434d03eaf8a377667ac5c5e21569a63a2f8e7897_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-azure-rhel9@sha256:45dadc298dc315a62d35b54c781380105ed9527daa9e1dccc82da98cfbdd1194_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:45dadc298dc315a62d35b54c781380105ed9527daa9e1dccc82da98cfbdd1194_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:45dadc298dc315a62d35b54c781380105ed9527daa9e1dccc82da98cfbdd1194_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:ecf4a471b03de5f1b75f8d567f7eccad4c0249b617b9a0aaee81086fc852986c_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:ecf4a471b03de5f1b75f8d567f7eccad4c0249b617b9a0aaee81086fc852986c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecf4a471b03de5f1b75f8d567f7eccad4c0249b617b9a0aaee81086fc852986c_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:126036dcf327ca47352608bc37f32d65f1a2f4d8a479c5c50041a5e26134cae4_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:126036dcf327ca47352608bc37f32d65f1a2f4d8a479c5c50041a5e26134cae4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:126036dcf327ca47352608bc37f32d65f1a2f4d8a479c5c50041a5e26134cae4_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:a7827d9ae3e7b6c2fbc93fd1656adc6d3d682e9d5d94e044b511e8068da752c9_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:a7827d9ae3e7b6c2fbc93fd1656adc6d3d682e9d5d94e044b511e8068da752c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a7827d9ae3e7b6c2fbc93fd1656adc6d3d682e9d5d94e044b511e8068da752c9_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-gcp-rhel9@sha256:e093d90dcaa681142edd03757c2a22bdd6b488533f9fa13219dabfcbf2ee3d56_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:e093d90dcaa681142edd03757c2a22bdd6b488533f9fa13219dabfcbf2ee3d56_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e093d90dcaa681142edd03757c2a22bdd6b488533f9fa13219dabfcbf2ee3d56_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-openstack-rhel9@sha256:1a2599afbcf032f1e1f331be6b8af48005a699c736d34ac2f40858146eb85880_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:1a2599afbcf032f1e1f331be6b8af48005a699c736d34ac2f40858146eb85880_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1a2599afbcf032f1e1f331be6b8af48005a699c736d34ac2f40858146eb85880_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:71542058751d04ce5198d4392623d781714aae79c4542a51462c72c1543cb908_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:71542058751d04ce5198d4392623d781714aae79c4542a51462c72c1543cb908_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:71542058751d04ce5198d4392623d781714aae79c4542a51462c72c1543cb908_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:f7189f2851a40ecb99976ea56d4144bd99c9ee30a16ee5c221288361c233d6f6_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:f7189f2851a40ecb99976ea56d4144bd99c9ee30a16ee5c221288361c233d6f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f7189f2851a40ecb99976ea56d4144bd99c9ee30a16ee5c221288361c233d6f6_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:fe5f11b0f2deb18f309e2b019499f51ddb200ddfa228cb1a047b24f66e1fd3ed_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:fe5f11b0f2deb18f309e2b019499f51ddb200ddfa228cb1a047b24f66e1fd3ed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:fe5f11b0f2deb18f309e2b019499f51ddb200ddfa228cb1a047b24f66e1fd3ed_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:7013c94588ec133231e0e1e1aecdcaf295127456867a24ac12838fb8a66fa437_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:7013c94588ec133231e0e1e1aecdcaf295127456867a24ac12838fb8a66fa437_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7013c94588ec133231e0e1e1aecdcaf295127456867a24ac12838fb8a66fa437_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:83276b780bfa5a45dd56ea305e293fc7c1d121f4333bd5da7aad979265682092_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:83276b780bfa5a45dd56ea305e293fc7c1d121f4333bd5da7aad979265682092_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:83276b780bfa5a45dd56ea305e293fc7c1d121f4333bd5da7aad979265682092_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:d02df177e39e67d81b260ff144b1a756eaad44345219e9f8f3e1e29a34cbf0a4_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:d02df177e39e67d81b260ff144b1a756eaad44345219e9f8f3e1e29a34cbf0a4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d02df177e39e67d81b260ff144b1a756eaad44345219e9f8f3e1e29a34cbf0a4_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:fd23790e6c991e2c2c36c855e82e0e100a240b2a70c1a64f4202ff74c2b366eb_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:fd23790e6c991e2c2c36c855e82e0e100a240b2a70c1a64f4202ff74c2b366eb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fd23790e6c991e2c2c36c855e82e0e100a240b2a70c1a64f4202ff74c2b366eb_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:0f6d99c941504f393b6e4ac745b7fc25eea241e9e78dc179c42f7a3fa98f7767_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:0f6d99c941504f393b6e4ac745b7fc25eea241e9e78dc179c42f7a3fa98f7767_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0f6d99c941504f393b6e4ac745b7fc25eea241e9e78dc179c42f7a3fa98f7767_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:277c064ae6c38b7848cec5029e84bb6ef0d1dcb3845496a360ff77bf35ded198_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:277c064ae6c38b7848cec5029e84bb6ef0d1dcb3845496a360ff77bf35ded198_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:277c064ae6c38b7848cec5029e84bb6ef0d1dcb3845496a360ff77bf35ded198_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:c2aaf3f737e3125395766df1975aba32a9b62598ba73b802f8f08e0e7a14b01a_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:c2aaf3f737e3125395766df1975aba32a9b62598ba73b802f8f08e0e7a14b01a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c2aaf3f737e3125395766df1975aba32a9b62598ba73b802f8f08e0e7a14b01a_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-config-rhel9-operator@sha256:c9552fdad8063faf1609ce00c0d572062c4d3a3c31ec94deac6ce06260899df3_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:c9552fdad8063faf1609ce00c0d572062c4d3a3c31ec94deac6ce06260899df3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c9552fdad8063faf1609ce00c0d572062c4d3a3c31ec94deac6ce06260899df3_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:28b149a2782c09f71f10d40940262facd959b9c448e97acabd818e7c4cc61de0_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:28b149a2782c09f71f10d40940262facd959b9c448e97acabd818e7c4cc61de0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:28b149a2782c09f71f10d40940262facd959b9c448e97acabd818e7c4cc61de0_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:5c96a53e5e6ac4fad49afe562467b68727a21c42c9195599ee85999004829981_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:5c96a53e5e6ac4fad49afe562467b68727a21c42c9195599ee85999004829981_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5c96a53e5e6ac4fad49afe562467b68727a21c42c9195599ee85999004829981_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:e45973860421f3c82f96d29ed8bcfbead4c79c97aee42159b5363386084ab023_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:e45973860421f3c82f96d29ed8bcfbead4c79c97aee42159b5363386084ab023_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e45973860421f3c82f96d29ed8bcfbead4c79c97aee42159b5363386084ab023_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:ee863c5a7547761cc0a0e70475d7c56c86f8c0285f14f4d69a18316bec6285b2_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:ee863c5a7547761cc0a0e70475d7c56c86f8c0285f14f4d69a18316bec6285b2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee863c5a7547761cc0a0e70475d7c56c86f8c0285f14f4d69a18316bec6285b2_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:0cebc405f93ea01c16258268ca63d58ac018e5eea3fb708b98956e41479e81fc_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:0cebc405f93ea01c16258268ca63d58ac018e5eea3fb708b98956e41479e81fc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0cebc405f93ea01c16258268ca63d58ac018e5eea3fb708b98956e41479e81fc_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:2144520315cc10e5e8abfcb02b57bcf4a63075c93025c3cd1ba8507cf882f939_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:2144520315cc10e5e8abfcb02b57bcf4a63075c93025c3cd1ba8507cf882f939_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2144520315cc10e5e8abfcb02b57bcf4a63075c93025c3cd1ba8507cf882f939_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:36c3a50574f2c80d92be43450340e41e379cd100dc67fcf0e2dbaa034ba6529f_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:36c3a50574f2c80d92be43450340e41e379cd100dc67fcf0e2dbaa034ba6529f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:36c3a50574f2c80d92be43450340e41e379cd100dc67fcf0e2dbaa034ba6529f_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:d6de88895183d6da3c701fdb98a986b7007c4af1523dc5ccaeda08c62b253a5b_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:d6de88895183d6da3c701fdb98a986b7007c4af1523dc5ccaeda08c62b253a5b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d6de88895183d6da3c701fdb98a986b7007c4af1523dc5ccaeda08c62b253a5b_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:30d65e3245b83bb2e160d61c494cedb9e5c8c24a0838c84090178d788bc88828_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:30d65e3245b83bb2e160d61c494cedb9e5c8c24a0838c84090178d788bc88828_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:30d65e3245b83bb2e160d61c494cedb9e5c8c24a0838c84090178d788bc88828_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:7c3a0accf17a0a3a49d142d2396edf7721791af2288454c18d8b56e9cdacb13b_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:7c3a0accf17a0a3a49d142d2396edf7721791af2288454c18d8b56e9cdacb13b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c3a0accf17a0a3a49d142d2396edf7721791af2288454c18d8b56e9cdacb13b_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:9fd64d50965e50463ba8690fd89ba3cd994de5a6314d381e2353eec14659f9be_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:9fd64d50965e50463ba8690fd89ba3cd994de5a6314d381e2353eec14659f9be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9fd64d50965e50463ba8690fd89ba3cd994de5a6314d381e2353eec14659f9be_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:fc5f1aa5059f536db5a1411d5db6ba67ecc65ead3cb85012766b860fe3ee15b2_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:fc5f1aa5059f536db5a1411d5db6ba67ecc65ead3cb85012766b860fe3ee15b2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fc5f1aa5059f536db5a1411d5db6ba67ecc65ead3cb85012766b860fe3ee15b2_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:79473a979df621458a768549aee109ebc07f1a475c52183cb167e13858044c4f_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:79473a979df621458a768549aee109ebc07f1a475c52183cb167e13858044c4f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:79473a979df621458a768549aee109ebc07f1a475c52183cb167e13858044c4f_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:8a6dc95ca7387725c66f7068b1d7886ba0e4f050021dc8cb4f836a964a2d5377_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:8a6dc95ca7387725c66f7068b1d7886ba0e4f050021dc8cb4f836a964a2d5377_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8a6dc95ca7387725c66f7068b1d7886ba0e4f050021dc8cb4f836a964a2d5377_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:bf31f180f5199f637c97f0b68affc64214c41cda6cab0c04a0b9abf8c4cc6dcc_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:bf31f180f5199f637c97f0b68affc64214c41cda6cab0c04a0b9abf8c4cc6dcc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:bf31f180f5199f637c97f0b68affc64214c41cda6cab0c04a0b9abf8c4cc6dcc_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-microshift-rhel9@sha256:c48d523feed44a1b448d5e0c960a4db35f6a314ddd361ed879d2b3ce95ecefdf_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:c48d523feed44a1b448d5e0c960a4db35f6a314ddd361ed879d2b3ce95ecefdf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c48d523feed44a1b448d5e0c960a4db35f6a314ddd361ed879d2b3ce95ecefdf_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:0bd9fdf415b7440857d2d1397e4598804829661d496d11a9541b3e5655ea288d_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:0bd9fdf415b7440857d2d1397e4598804829661d496d11a9541b3e5655ea288d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0bd9fdf415b7440857d2d1397e4598804829661d496d11a9541b3e5655ea288d_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:c60260eeabfad38cf84772faf2df38f616de94dc92b911b3665701d628d35207_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:c60260eeabfad38cf84772faf2df38f616de94dc92b911b3665701d628d35207_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c60260eeabfad38cf84772faf2df38f616de94dc92b911b3665701d628d35207_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:d2ad74c22c84672609968acb6be78ef6c1c27b60f211fbfb23fd5b5c6d395b05_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:d2ad74c22c84672609968acb6be78ef6c1c27b60f211fbfb23fd5b5c6d395b05_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2ad74c22c84672609968acb6be78ef6c1c27b60f211fbfb23fd5b5c6d395b05_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:ecb65362270b1c57d99c44f3a573c24d83bd724ac6ccdcdd30756db682946d4f_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:ecb65362270b1c57d99c44f3a573c24d83bd724ac6ccdcdd30756db682946d4f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ecb65362270b1c57d99c44f3a573c24d83bd724ac6ccdcdd30756db682946d4f_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:7a214aa53a727a95416d53774c9e8da7343e58e50101b9b4708ef7e10ede5ded_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:7a214aa53a727a95416d53774c9e8da7343e58e50101b9b4708ef7e10ede5ded_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7a214aa53a727a95416d53774c9e8da7343e58e50101b9b4708ef7e10ede5ded_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:9b1b189fc680548be9477c665cee60f0dc182e06a34595c81bdb86f797e489e0_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:9b1b189fc680548be9477c665cee60f0dc182e06a34595c81bdb86f797e489e0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9b1b189fc680548be9477c665cee60f0dc182e06a34595c81bdb86f797e489e0_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:a7393d43750db330eb9b9437e38a5886f5616edc7fa18fd0051c6d391657cb88_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:a7393d43750db330eb9b9437e38a5886f5616edc7fa18fd0051c6d391657cb88_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a7393d43750db330eb9b9437e38a5886f5616edc7fa18fd0051c6d391657cb88_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-networkpolicy-rhel9@sha256:b48a5c2168d763aa573d8037c5cb5b89e0c093b8cd2583838ad1dd884ea096bc_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:b48a5c2168d763aa573d8037c5cb5b89e0c093b8cd2583838ad1dd884ea096bc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b48a5c2168d763aa573d8037c5cb5b89e0c093b8cd2583838ad1dd884ea096bc_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:9ae50c3b716ec171ece2f431a3066219d91f8077eec9b8254be2f48aa896e973_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:9ae50c3b716ec171ece2f431a3066219d91f8077eec9b8254be2f48aa896e973_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9ae50c3b716ec171ece2f431a3066219d91f8077eec9b8254be2f48aa896e973_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:b12134fb24f750d359c1f3c1366616b0d7d7b45f65b62e34e25c08b9b6dcd057_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:b12134fb24f750d359c1f3c1366616b0d7d7b45f65b62e34e25c08b9b6dcd057_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b12134fb24f750d359c1f3c1366616b0d7d7b45f65b62e34e25c08b9b6dcd057_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:bdbcfd7f7e751b36ea44aaba6ed099a94249ad35638785f50b8ad67288b523ee_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:bdbcfd7f7e751b36ea44aaba6ed099a94249ad35638785f50b8ad67288b523ee_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bdbcfd7f7e751b36ea44aaba6ed099a94249ad35638785f50b8ad67288b523ee_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-route-override-cni-rhel9@sha256:d8a173f9d4a6b41c67fc3a05fca2ccf0ed45fe2836461fd2ceab0df25431ed84_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:d8a173f9d4a6b41c67fc3a05fca2ccf0ed45fe2836461fd2ceab0df25431ed84_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d8a173f9d4a6b41c67fc3a05fca2ccf0ed45fe2836461fd2ceab0df25431ed84_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:12325c8708786bb9449ef7c8b3499847df607b41b1f362cbae1d700157be5392_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:12325c8708786bb9449ef7c8b3499847df607b41b1f362cbae1d700157be5392_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:12325c8708786bb9449ef7c8b3499847df607b41b1f362cbae1d700157be5392_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-whereabouts-ipam-cni-rhel9@sha256:29386052230ee5edfead6e4c76e804811ca94493defc34423dab70ac487fe15a_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:29386052230ee5edfead6e4c76e804811ca94493defc34423dab70ac487fe15a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:29386052230ee5edfead6e4c76e804811ca94493defc34423dab70ac487fe15a_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:6d290267e5a74ff9a92c2d5d55279229c64a9d1ff7729ee123c131f6afcb21c2_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:6d290267e5a74ff9a92c2d5d55279229c64a9d1ff7729ee123c131f6afcb21c2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6d290267e5a74ff9a92c2d5d55279229c64a9d1ff7729ee123c131f6afcb21c2_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:e16173cbd3e37bbc86bf12b837f116505b7f8a3c242936bdf89c944ef0bbe4a7_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:e16173cbd3e37bbc86bf12b837f116505b7f8a3c242936bdf89c944ef0bbe4a7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e16173cbd3e37bbc86bf12b837f116505b7f8a3c242936bdf89c944ef0bbe4a7_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:1f471af0848924dae4fd068fd4ae35b6a1bc66e7f27669008c4cc324add27a31_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:1f471af0848924dae4fd068fd4ae35b6a1bc66e7f27669008c4cc324add27a31_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1f471af0848924dae4fd068fd4ae35b6a1bc66e7f27669008c4cc324add27a31_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:93c7da140b4b80b6d14c901c67ae3868a5f6950ab6bd80511c895de264fef0de_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:93c7da140b4b80b6d14c901c67ae3868a5f6950ab6bd80511c895de264fef0de_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93c7da140b4b80b6d14c901c67ae3868a5f6950ab6bd80511c895de264fef0de_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:b0af76d4d94bfcf737d9dbd926942786b81ade8dfd58a6018cb8255225341631_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:b0af76d4d94bfcf737d9dbd926942786b81ade8dfd58a6018cb8255225341631_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b0af76d4d94bfcf737d9dbd926942786b81ade8dfd58a6018cb8255225341631_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-must-gather-rhel9@sha256:ba811c0fd54c006359b2974b4aa21c5ac5b0467ac55216fe42666710884b9c80_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:ba811c0fd54c006359b2974b4aa21c5ac5b0467ac55216fe42666710884b9c80_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ba811c0fd54c006359b2974b4aa21c5ac5b0467ac55216fe42666710884b9c80_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:25cd9e10486c115db82a7207a475fde9b07331fc51775d13a11ec9e567ae3c02_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:25cd9e10486c115db82a7207a475fde9b07331fc51775d13a11ec9e567ae3c02_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:25cd9e10486c115db82a7207a475fde9b07331fc51775d13a11ec9e567ae3c02_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:36a0c764328a4635073c93a10bf459f8f1adc34d3365575c99d8c6cc05b2525e_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:36a0c764328a4635073c93a10bf459f8f1adc34d3365575c99d8c6cc05b2525e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36a0c764328a4635073c93a10bf459f8f1adc34d3365575c99d8c6cc05b2525e_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:b5bd988566863230adb58255e5fb417dd49c4af672904a6dd164f4a11cadd168_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:b5bd988566863230adb58255e5fb417dd49c4af672904a6dd164f4a11cadd168_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b5bd988566863230adb58255e5fb417dd49c4af672904a6dd164f4a11cadd168_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:bdd5128e3df30bffb835fef43d6b2641b288f4c8b88a905345e148100c4cbab0_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:bdd5128e3df30bffb835fef43d6b2641b288f4c8b88a905345e148100c4cbab0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:bdd5128e3df30bffb835fef43d6b2641b288f4c8b88a905345e148100c4cbab0_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:90579db2a96ca59220a0b6b2880c0d0630aa273ea83059ab65bfa9fbf418d180_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:90579db2a96ca59220a0b6b2880c0d0630aa273ea83059ab65bfa9fbf418d180_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:90579db2a96ca59220a0b6b2880c0d0630aa273ea83059ab65bfa9fbf418d180_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:a0669e0ca68db3bc0df0fe94d7b27f25ae270adf53ec35c563ea9c02bc266d71_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:a0669e0ca68db3bc0df0fe94d7b27f25ae270adf53ec35c563ea9c02bc266d71_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a0669e0ca68db3bc0df0fe94d7b27f25ae270adf53ec35c563ea9c02bc266d71_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:e78c2db614a4b1c39abef7977ca4021abe80f140e739e203881e5df1bf1d5f78_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:e78c2db614a4b1c39abef7977ca4021abe80f140e739e203881e5df1bf1d5f78_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e78c2db614a4b1c39abef7977ca4021abe80f140e739e203881e5df1bf1d5f78_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-metrics-daemon-rhel9@sha256:e832f1cdb689716899272b0013dcd5aaa77bbd2fc659c9d3e91a3a75523ee535_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:e832f1cdb689716899272b0013dcd5aaa77bbd2fc659c9d3e91a3a75523ee535_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e832f1cdb689716899272b0013dcd5aaa77bbd2fc659c9d3e91a3a75523ee535_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:2f616e711d46cbc351615dc4aeb5464db2fe97eda408e88b624643c896be1088_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:2f616e711d46cbc351615dc4aeb5464db2fe97eda408e88b624643c896be1088_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2f616e711d46cbc351615dc4aeb5464db2fe97eda408e88b624643c896be1088_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:5c3d94e33df927b9de5ed4b3a8775fc1dfc337b9656c30fe49e5707bbe9122fa_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:5c3d94e33df927b9de5ed4b3a8775fc1dfc337b9656c30fe49e5707bbe9122fa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c3d94e33df927b9de5ed4b3a8775fc1dfc337b9656c30fe49e5707bbe9122fa_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:95513b15419da25a4b4b0f8bc86b3d5130ab86975117776c0cee09c73bf1f013_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:95513b15419da25a4b4b0f8bc86b3d5130ab86975117776c0cee09c73bf1f013_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:95513b15419da25a4b4b0f8bc86b3d5130ab86975117776c0cee09c73bf1f013_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:b3d01257d281ba7ab01b1b621fce3a5b2e38587ccb0f1619844e8b7c9255b17d_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:b3d01257d281ba7ab01b1b621fce3a5b2e38587ccb0f1619844e8b7c9255b17d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b3d01257d281ba7ab01b1b621fce3a5b2e38587ccb0f1619844e8b7c9255b17d_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-cloud-controller-manager-rhel9@sha256:295931a1a57b0a350c8f4ab96d3e43537bf230346c4d9b84552b10fae7e4c72f_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:295931a1a57b0a350c8f4ab96d3e43537bf230346c4d9b84552b10fae7e4c72f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:295931a1a57b0a350c8f4ab96d3e43537bf230346c4d9b84552b10fae7e4c72f_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:5047d58c27dc18598d251788b0b88438bdfb075f6dd6616be2d9e9c5641d31b3_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:5047d58c27dc18598d251788b0b88438bdfb075f6dd6616be2d9e9c5641d31b3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5047d58c27dc18598d251788b0b88438bdfb075f6dd6616be2d9e9c5641d31b3_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:2c069e68dd0f68bb08c9ce4f3df4111d2c5e3a5aa8cee4c54f905ac6e526ed6a_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:2c069e68dd0f68bb08c9ce4f3df4111d2c5e3a5aa8cee4c54f905ac6e526ed6a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2c069e68dd0f68bb08c9ce4f3df4111d2c5e3a5aa8cee4c54f905ac6e526ed6a_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:3d5fcff1ef9ef1f66e2f03099596827a0735dfa42ea3badced2bd1e425a3b574_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:3d5fcff1ef9ef1f66e2f03099596827a0735dfa42ea3badced2bd1e425a3b574_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3d5fcff1ef9ef1f66e2f03099596827a0735dfa42ea3badced2bd1e425a3b574_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:50b1171774647c5c7682e9c4ccf0150bfcd24e938ac07e898dd1a09a0fdd3a34_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:50b1171774647c5c7682e9c4ccf0150bfcd24e938ac07e898dd1a09a0fdd3a34_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50b1171774647c5c7682e9c4ccf0150bfcd24e938ac07e898dd1a09a0fdd3a34_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:862b18b22a0a893ba7d0925e6e18042523b1252b13d1bb8950759a45e5afe0f9_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:862b18b22a0a893ba7d0925e6e18042523b1252b13d1bb8950759a45e5afe0f9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:862b18b22a0a893ba7d0925e6e18042523b1252b13d1bb8950759a45e5afe0f9_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:858452e8b1ef53d3807245cd3be61d41f8520119c2964a580ad7fa888c98111c_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:858452e8b1ef53d3807245cd3be61d41f8520119c2964a580ad7fa888c98111c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:858452e8b1ef53d3807245cd3be61d41f8520119c2964a580ad7fa888c98111c_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:8733167fa23aa6db9b5ec3a0d85cf3d0536e339e0f39ccc794577c19a5119106_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:8733167fa23aa6db9b5ec3a0d85cf3d0536e339e0f39ccc794577c19a5119106_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8733167fa23aa6db9b5ec3a0d85cf3d0536e339e0f39ccc794577c19a5119106_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-proxy-rhel9@sha256:91565925e7b0fcfac3e4c5763f388d5c1f47bb3782c451f2b0daedc5eb6e9bf9_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:91565925e7b0fcfac3e4c5763f388d5c1f47bb3782c451f2b0daedc5eb6e9bf9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91565925e7b0fcfac3e4c5763f388d5c1f47bb3782c451f2b0daedc5eb6e9bf9_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:92ff6eed51d41a1500684a33978108699932d3a22c40aebd24f6d826e25c379d_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:92ff6eed51d41a1500684a33978108699932d3a22c40aebd24f6d826e25c379d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92ff6eed51d41a1500684a33978108699932d3a22c40aebd24f6d826e25c379d_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:055acfce88b0f4f9bef1280ba185326dd787059194288ee4d837278bcda49df0_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:055acfce88b0f4f9bef1280ba185326dd787059194288ee4d837278bcda49df0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:055acfce88b0f4f9bef1280ba185326dd787059194288ee4d837278bcda49df0_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:3f32bb224f7b495972b51612ad55711962896c75958c4b6bdafc645e37deab1b_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:3f32bb224f7b495972b51612ad55711962896c75958c4b6bdafc645e37deab1b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3f32bb224f7b495972b51612ad55711962896c75958c4b6bdafc645e37deab1b_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:85575f936c61819f977ae8a7877b0d562e3e7727243c2be63f8c7cce2198a400_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:85575f936c61819f977ae8a7877b0d562e3e7727243c2be63f8c7cce2198a400_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:85575f936c61819f977ae8a7877b0d562e3e7727243c2be63f8c7cce2198a400_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-server-rhel9@sha256:ef04eedeb5ca1db07318f0c80bad82e27594db3873a95f5767fa763ee8494e70_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:ef04eedeb5ca1db07318f0c80bad82e27594db3873a95f5767fa763ee8494e70_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ef04eedeb5ca1db07318f0c80bad82e27594db3873a95f5767fa763ee8494e70_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:13defbc3825543d262183826b9539e67ce6e7931fc17a85e6e293b6ec99c06b8_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:13defbc3825543d262183826b9539e67ce6e7931fc17a85e6e293b6ec99c06b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:13defbc3825543d262183826b9539e67ce6e7931fc17a85e6e293b6ec99c06b8_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-catalogd-rhel9@sha256:6cc6a8f08adf95cb260f745377c4c27b1c22db1b5536ad1021a57996421bc32a_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:6cc6a8f08adf95cb260f745377c4c27b1c22db1b5536ad1021a57996421bc32a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6cc6a8f08adf95cb260f745377c4c27b1c22db1b5536ad1021a57996421bc32a_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:718bc4ed71f5b54165208c5f7453fa6686d64963948f63a3ecb4d9aeaa833b72_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:718bc4ed71f5b54165208c5f7453fa6686d64963948f63a3ecb4d9aeaa833b72_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:718bc4ed71f5b54165208c5f7453fa6686d64963948f63a3ecb4d9aeaa833b72_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:c81f2951b13277c565bdc2198fd36a858643f4ee2f3f2434b037390d91d214ed_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:c81f2951b13277c565bdc2198fd36a858643f4ee2f3f2434b037390d91d214ed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c81f2951b13277c565bdc2198fd36a858643f4ee2f3f2434b037390d91d214ed_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:1bf1111966c24d99e0c383d0b5d44693b83d6cb038c5059974cb3894977c167e_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:1bf1111966c24d99e0c383d0b5d44693b83d6cb038c5059974cb3894977c167e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1bf1111966c24d99e0c383d0b5d44693b83d6cb038c5059974cb3894977c167e_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:257e7e525cde8d509de6a99636626590340605588f370e104432b1b156fb5a5d_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:257e7e525cde8d509de6a99636626590340605588f370e104432b1b156fb5a5d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:257e7e525cde8d509de6a99636626590340605588f370e104432b1b156fb5a5d_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:54dc9c60fb0a206a6ea7705dc0ff3d518de9b897f1e33bb32a5c1579a4e40899_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:54dc9c60fb0a206a6ea7705dc0ff3d518de9b897f1e33bb32a5c1579a4e40899_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:54dc9c60fb0a206a6ea7705dc0ff3d518de9b897f1e33bb32a5c1579a4e40899_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-operator-controller-rhel9@sha256:dd21c8fedf7b6fb2acf730e1e6b1313cf30c9a7fb423b69e2784b03036de39c8_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:dd21c8fedf7b6fb2acf730e1e6b1313cf30c9a7fb423b69e2784b03036de39c8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:dd21c8fedf7b6fb2acf730e1e6b1313cf30c9a7fb423b69e2784b03036de39c8_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:4cc1e8227aa2724e710ec6017040f77af4abd33103676b7148f167f35799a3fa_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:4cc1e8227aa2724e710ec6017040f77af4abd33103676b7148f167f35799a3fa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4cc1e8227aa2724e710ec6017040f77af4abd33103676b7148f167f35799a3fa_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:74e8c4938140bceb1fc462e2c258808d8c1efce20fa8886ef4f3e57111424fdf_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:74e8c4938140bceb1fc462e2c258808d8c1efce20fa8886ef4f3e57111424fdf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:74e8c4938140bceb1fc462e2c258808d8c1efce20fa8886ef4f3e57111424fdf_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:94fe63c2a996f01a5a7442567023256ca945d2414f440e9e7e8c4a1080c84839_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:94fe63c2a996f01a5a7442567023256ca945d2414f440e9e7e8c4a1080c84839_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94fe63c2a996f01a5a7442567023256ca945d2414f440e9e7e8c4a1080c84839_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-apiserver-rhel9@sha256:e47097b9c24a5841e5925cdcb5fd495aeafc0d7b6322a9802c34ed4a8e721f94_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:e47097b9c24a5841e5925cdcb5fd495aeafc0d7b6322a9802c34ed4a8e721f94_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e47097b9c24a5841e5925cdcb5fd495aeafc0d7b6322a9802c34ed4a8e721f94_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-controller-manager-rhel9@sha256:67a0d7ba536723df4ad5a804891bc69b6c894d4f51770edb30a1d69c5de57228_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:67a0d7ba536723df4ad5a804891bc69b6c894d4f51770edb30a1d69c5de57228_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:67a0d7ba536723df4ad5a804891bc69b6c894d4f51770edb30a1d69c5de57228_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:ba9d35ef6b61a3ba76b9d7f13764f3d18c5779e18ba1580c788d7683f7b97fbf_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:ba9d35ef6b61a3ba76b9d7f13764f3d18c5779e18ba1580c788d7683f7b97fbf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ba9d35ef6b61a3ba76b9d7f13764f3d18c5779e18ba1580c788d7683f7b97fbf_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:d28a7226a9aae22da651ca1d867530ace92c8ca05e75d46e69e902ff132bb96d_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:d28a7226a9aae22da651ca1d867530ace92c8ca05e75d46e69e902ff132bb96d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d28a7226a9aae22da651ca1d867530ace92c8ca05e75d46e69e902ff132bb96d_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-controller-manager-rhel9@sha256:dc115f9ee989cb65b9d9474804cc7b65c13114f1a470a63b2e3c07e18e0cd1f3_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:dc115f9ee989cb65b9d9474804cc7b65c13114f1a470a63b2e3c07e18e0cd1f3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc115f9ee989cb65b9d9474804cc7b65c13114f1a470a63b2e3c07e18e0cd1f3_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:a952029baa1d77ff38bd41f31458ad2ebee167850cdde8bfc2513589c3df2cc3_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:a952029baa1d77ff38bd41f31458ad2ebee167850cdde8bfc2513589c3df2cc3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a952029baa1d77ff38bd41f31458ad2ebee167850cdde8bfc2513589c3df2cc3_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-state-metrics-rhel9@sha256:c9e7981fc82a9bb003e101c86df6dabde785b092c48e54a35668d6f40ee57e6b_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:c9e7981fc82a9bb003e101c86df6dabde785b092c48e54a35668d6f40ee57e6b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c9e7981fc82a9bb003e101c86df6dabde785b092c48e54a35668d6f40ee57e6b_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:d3fdd1634932630ee24ccd435e0eb2ae9b4175042660d00142e9f7ae6fa6971d_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:d3fdd1634932630ee24ccd435e0eb2ae9b4175042660d00142e9f7ae6fa6971d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d3fdd1634932630ee24ccd435e0eb2ae9b4175042660d00142e9f7ae6fa6971d_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:d88a2fdb4b3d85ab096b21ca4e7577da533fe8e9ec37e16d1bb75b5bd022dec7_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:d88a2fdb4b3d85ab096b21ca4e7577da533fe8e9ec37e16d1bb75b5bd022dec7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d88a2fdb4b3d85ab096b21ca4e7577da533fe8e9ec37e16d1bb75b5bd022dec7_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:0b1743aaa4684eaaef8a192e992e85c8e18e328a04c361ebdffadc179a503972_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:0b1743aaa4684eaaef8a192e992e85c8e18e328a04c361ebdffadc179a503972_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0b1743aaa4684eaaef8a192e992e85c8e18e328a04c361ebdffadc179a503972_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:5d38ea28d35d99f8691d72bfa98c0b4ec03484e63dc29791c5921367e0409168_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:5d38ea28d35d99f8691d72bfa98c0b4ec03484e63dc29791c5921367e0409168_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5d38ea28d35d99f8691d72bfa98c0b4ec03484e63dc29791c5921367e0409168_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-operator@sha256:df10a5c9491ee928b418553afbf5fcc7ad9cea7a6ee5d946bab8c43e78d045ec_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:df10a5c9491ee928b418553afbf5fcc7ad9cea7a6ee5d946bab8c43e78d045ec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:df10a5c9491ee928b418553afbf5fcc7ad9cea7a6ee5d946bab8c43e78d045ec_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:ef723fc9bd22c3c4fb9af942f7e8828148327a82f0da2c3631e95ac99f2300cf_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:ef723fc9bd22c3c4fb9af942f7e8828148327a82f0da2c3631e95ac99f2300cf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef723fc9bd22c3c4fb9af942f7e8828148327a82f0da2c3631e95ac99f2300cf_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:475ad8f6bd57de2a9b411e396d1c4cb688ef9374ff93c3c6b2e1f03383b09b92_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:475ad8f6bd57de2a9b411e396d1c4cb688ef9374ff93c3c6b2e1f03383b09b92_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:475ad8f6bd57de2a9b411e396d1c4cb688ef9374ff93c3c6b2e1f03383b09b92_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:7e9134e2396b0d88990abc98d99201405afaf925db7f433dff00806bb5a8431a_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:7e9134e2396b0d88990abc98d99201405afaf925db7f433dff00806bb5a8431a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7e9134e2396b0d88990abc98d99201405afaf925db7f433dff00806bb5a8431a_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:a25da8dae47de5a56fe9ce70f0a47898e54f1919b63b7f52dc0556c8c8385471_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:a25da8dae47de5a56fe9ce70f0a47898e54f1919b63b7f52dc0556c8c8385471_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a25da8dae47de5a56fe9ce70f0a47898e54f1919b63b7f52dc0556c8c8385471_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@sha256:f781901fcd2101fb045ba1b2dd83fc55d70043fe0a526abcc0419b7d393d27b2_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:f781901fcd2101fb045ba1b2dd83fc55d70043fe0a526abcc0419b7d393d27b2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f781901fcd2101fb045ba1b2dd83fc55d70043fe0a526abcc0419b7d393d27b2_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:7774713a5ec68411c69860c433be076edcaae57d96f8231c07334b4ffe700f6a_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:7774713a5ec68411c69860c433be076edcaae57d96f8231c07334b4ffe700f6a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7774713a5ec68411c69860c433be076edcaae57d96f8231c07334b4ffe700f6a_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:bb33d82357cd20a0ae33624d4d5caa24d46325a673fb66fa4a29b4967875a65c_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:bb33d82357cd20a0ae33624d4d5caa24d46325a673fb66fa4a29b4967875a65c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bb33d82357cd20a0ae33624d4d5caa24d46325a673fb66fa4a29b4967875a65c_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:ce0d41651394fd31f531307187a878bd453658aa25853919ec9735c6da0ceab2_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:ce0d41651394fd31f531307187a878bd453658aa25853919ec9735c6da0ceab2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ce0d41651394fd31f531307187a878bd453658aa25853919ec9735c6da0ceab2_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:e385eabd862be9e677b6299b2591a690e23a6bfe28f74fb7a38ab4e2b69b1114_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:e385eabd862be9e677b6299b2591a690e23a6bfe28f74fb7a38ab4e2b69b1114_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e385eabd862be9e677b6299b2591a690e23a6bfe28f74fb7a38ab4e2b69b1114_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:1a52670da13d42a2c4351a39949e2569607161c709848f7e72179319ae8822d0_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:1a52670da13d42a2c4351a39949e2569607161c709848f7e72179319ae8822d0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1a52670da13d42a2c4351a39949e2569607161c709848f7e72179319ae8822d0_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:b7d08fddd8c22ff87a3ccbe6df18910af6b8004be6e486a5fd50575b314b4b4b_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:b7d08fddd8c22ff87a3ccbe6df18910af6b8004be6e486a5fd50575b314b4b4b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b7d08fddd8c22ff87a3ccbe6df18910af6b8004be6e486a5fd50575b314b4b4b_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:d8f094d132383ebc020175165a02946a0c6f49c93a8a3afe52db12a0ff2239a3_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:d8f094d132383ebc020175165a02946a0c6f49c93a8a3afe52db12a0ff2239a3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d8f094d132383ebc020175165a02946a0c6f49c93a8a3afe52db12a0ff2239a3_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:df160cb793c8691f9e627c5bedf753c1ae4b8c4868a3ba7147c0d22d4dac0992_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:df160cb793c8691f9e627c5bedf753c1ae4b8c4868a3ba7147c0d22d4dac0992_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:df160cb793c8691f9e627c5bedf753c1ae4b8c4868a3ba7147c0d22d4dac0992_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:4ee9a949933c250441496a64c5139834ac6599d166204b565630af6c381e18e9_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:4ee9a949933c250441496a64c5139834ac6599d166204b565630af6c381e18e9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4ee9a949933c250441496a64c5139834ac6599d166204b565630af6c381e18e9_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:6fc4c386da9c6c741351a503c50d20c2613b12e572618f8d458401ce5a939979_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:6fc4c386da9c6c741351a503c50d20c2613b12e572618f8d458401ce5a939979_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6fc4c386da9c6c741351a503c50d20c2613b12e572618f8d458401ce5a939979_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:7a259d83eaeb6a1ef8434cb0219d1ca810d3f324d8850f26c23f1262ceb9d1b8_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:7a259d83eaeb6a1ef8434cb0219d1ca810d3f324d8850f26c23f1262ceb9d1b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7a259d83eaeb6a1ef8434cb0219d1ca810d3f324d8850f26c23f1262ceb9d1b8_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:8a978eda0f3b80d04a8798468a121186da7bd491d124db13997cdde918ab25c0_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:8a978eda0f3b80d04a8798468a121186da7bd491d124db13997cdde918ab25c0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8a978eda0f3b80d04a8798468a121186da7bd491d124db13997cdde918ab25c0_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:044d2ba4c2e88b3250b61c9d8e007f7e25f13a70392bf1e87bfa8b1771325b9c_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:044d2ba4c2e88b3250b61c9d8e007f7e25f13a70392bf1e87bfa8b1771325b9c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:044d2ba4c2e88b3250b61c9d8e007f7e25f13a70392bf1e87bfa8b1771325b9c_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:0cac2b419d305f2d48903376077fd074248d11475a59031a47a5c57fc1a0ddfb_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:0cac2b419d305f2d48903376077fd074248d11475a59031a47a5c57fc1a0ddfb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0cac2b419d305f2d48903376077fd074248d11475a59031a47a5c57fc1a0ddfb_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:60a2d21886140262379ef8d2dd7824cad831571299108de9acc136b183069868_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:60a2d21886140262379ef8d2dd7824cad831571299108de9acc136b183069868_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:60a2d21886140262379ef8d2dd7824cad831571299108de9acc136b183069868_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:c7be1681cdeda56c9bc862b1f757f465d5cac94c8357c2d274a2418bc48291f1_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:c7be1681cdeda56c9bc862b1f757f465d5cac94c8357c2d274a2418bc48291f1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c7be1681cdeda56c9bc862b1f757f465d5cac94c8357c2d274a2418bc48291f1_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:0173658f171ac763b4df1e168c78ccc67875ccb0776148a286da48b78420fa4c_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:0173658f171ac763b4df1e168c78ccc67875ccb0776148a286da48b78420fa4c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0173658f171ac763b4df1e168c78ccc67875ccb0776148a286da48b78420fa4c_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-marketplace-rhel9@sha256:9ac566b63bf5cdaae2c661b4a3e9849e8a4900e8cafd72f43c3073f6a275f19f_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:9ac566b63bf5cdaae2c661b4a3e9849e8a4900e8cafd72f43c3073f6a275f19f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9ac566b63bf5cdaae2c661b4a3e9849e8a4900e8cafd72f43c3073f6a275f19f_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:9d8d13cc9c4fe358d5a289b3181e2f7a0276d0890b3610a5a832113e9a7bf031_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:9d8d13cc9c4fe358d5a289b3181e2f7a0276d0890b3610a5a832113e9a7bf031_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9d8d13cc9c4fe358d5a289b3181e2f7a0276d0890b3610a5a832113e9a7bf031_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:fcd085d70f120b2ba694f47e1e0fbe4fb1e76fb280f818dd9878353ec9fff179_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:fcd085d70f120b2ba694f47e1e0fbe4fb1e76fb280f818dd9878353ec9fff179_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fcd085d70f120b2ba694f47e1e0fbe4fb1e76fb280f818dd9878353ec9fff179_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:05a6dfb4a6d5eca5b30e24e5aff0311a4dba3dfa2555a9fe7e666aea716d5f80_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:05a6dfb4a6d5eca5b30e24e5aff0311a4dba3dfa2555a9fe7e666aea716d5f80_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:05a6dfb4a6d5eca5b30e24e5aff0311a4dba3dfa2555a9fe7e666aea716d5f80_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:0c42ad7f13cfbf8a4aad78299d709483343c1d79443ec18e7aa7f13dab756ee0_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:0c42ad7f13cfbf8a4aad78299d709483343c1d79443ec18e7aa7f13dab756ee0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0c42ad7f13cfbf8a4aad78299d709483343c1d79443ec18e7aa7f13dab756ee0_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:49fe440fc90876f576831cfe4969a2c8644ae0668fc8b53238cce04cf264d012_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:49fe440fc90876f576831cfe4969a2c8644ae0668fc8b53238cce04cf264d012_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:49fe440fc90876f576831cfe4969a2c8644ae0668fc8b53238cce04cf264d012_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:d674cdddd4e5ef36112db5950f352e7436a6bfa38e4adf160d0c508383ce2a2f_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:d674cdddd4e5ef36112db5950f352e7436a6bfa38e4adf160d0c508383ce2a2f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d674cdddd4e5ef36112db5950f352e7436a6bfa38e4adf160d0c508383ce2a2f_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:82d3d30e08104549b682d5d18e2110dc811b51f913ebf9b63a9ec97a367d7533_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:82d3d30e08104549b682d5d18e2110dc811b51f913ebf9b63a9ec97a367d7533_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:82d3d30e08104549b682d5d18e2110dc811b51f913ebf9b63a9ec97a367d7533_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-microshift-rhel9@sha256:b3040c908c028506c2acfd9ea1b3e5e9d77a50db3c625905a43a2fa9aec02278_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:b3040c908c028506c2acfd9ea1b3e5e9d77a50db3c625905a43a2fa9aec02278_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b3040c908c028506c2acfd9ea1b3e5e9d77a50db3c625905a43a2fa9aec02278_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:d4686afb2222a0c96dfdd5cf627190830f3ceefecdf31c342c1dc62f8e1c6284_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:d4686afb2222a0c96dfdd5cf627190830f3ceefecdf31c342c1dc62f8e1c6284_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d4686afb2222a0c96dfdd5cf627190830f3ceefecdf31c342c1dc62f8e1c6284_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:fc87935eb676a73b877cca295ccae2502645c3183a416363c9dcf9be6cf2c08f_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:fc87935eb676a73b877cca295ccae2502645c3183a416363c9dcf9be6cf2c08f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc87935eb676a73b877cca295ccae2502645c3183a416363c9dcf9be6cf2c08f_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:15950d0ef5a3d97cf77b1e9cce96e0c02b1dcee7a6f3c0cc114881c833bd9eb7_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:15950d0ef5a3d97cf77b1e9cce96e0c02b1dcee7a6f3c0cc114881c833bd9eb7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:15950d0ef5a3d97cf77b1e9cce96e0c02b1dcee7a6f3c0cc114881c833bd9eb7_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:45ca25deb8275f00f81de1e135b755676cd68f1b3ddea15756013ea2d3f125ff_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:45ca25deb8275f00f81de1e135b755676cd68f1b3ddea15756013ea2d3f125ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:45ca25deb8275f00f81de1e135b755676cd68f1b3ddea15756013ea2d3f125ff_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:84562224214ac9f7c78de1395e0aecceaa0831d39d4cddff749ac512f57d6090_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:84562224214ac9f7c78de1395e0aecceaa0831d39d4cddff749ac512f57d6090_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:84562224214ac9f7c78de1395e0aecceaa0831d39d4cddff749ac512f57d6090_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:a6c12027d86df726cdafb27b1403b9b75cf80bd4338d49109cb31438a8e29c32_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:a6c12027d86df726cdafb27b1403b9b75cf80bd4338d49109cb31438a8e29c32_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a6c12027d86df726cdafb27b1403b9b75cf80bd4338d49109cb31438a8e29c32_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:25cf08bb0dcc57123b335ce4e8e6a5a8fbe2c5070afa3dfd70982c4da29246ae_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:25cf08bb0dcc57123b335ce4e8e6a5a8fbe2c5070afa3dfd70982c4da29246ae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:25cf08bb0dcc57123b335ce4e8e6a5a8fbe2c5070afa3dfd70982c4da29246ae_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:54f3f18c09cc510c30850c98533a9e8cfb88e45be30fc603abcc4c308529cc88_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:54f3f18c09cc510c30850c98533a9e8cfb88e45be30fc603abcc4c308529cc88_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:54f3f18c09cc510c30850c98533a9e8cfb88e45be30fc603abcc4c308529cc88_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:89dd57ce21c549ec2260cb5ac317482d7523789cce340ce16be13c4a9fa41a16_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:89dd57ce21c549ec2260cb5ac317482d7523789cce340ce16be13c4a9fa41a16_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:89dd57ce21c549ec2260cb5ac317482d7523789cce340ce16be13c4a9fa41a16_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:d97e33ebfd02df96d02feedfe6e130e71eb9cbcd8eb5d483e968db4adc1a92dc_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:d97e33ebfd02df96d02feedfe6e130e71eb9cbcd8eb5d483e968db4adc1a92dc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d97e33ebfd02df96d02feedfe6e130e71eb9cbcd8eb5d483e968db4adc1a92dc_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-powervs-block-csi-driver-rhel9-operator@sha256:618f3dc4302534afaedb3302bf8526623d00316cb711f79eb6b6b5c94b797961_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:618f3dc4302534afaedb3302bf8526623d00316cb711f79eb6b6b5c94b797961_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:618f3dc4302534afaedb3302bf8526623d00316cb711f79eb6b6b5c94b797961_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:e0367e8657c5484585f01b22aca10fe9148db24e44595dd5c76a4e48b90ffd31_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:e0367e8657c5484585f01b22aca10fe9148db24e44595dd5c76a4e48b90ffd31_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0367e8657c5484585f01b22aca10fe9148db24e44595dd5c76a4e48b90ffd31_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:349191b92ccc90cfc329baeb8f383b6fdeee76a39ca018322cf9f458509734cb_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:349191b92ccc90cfc329baeb8f383b6fdeee76a39ca018322cf9f458509734cb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:349191b92ccc90cfc329baeb8f383b6fdeee76a39ca018322cf9f458509734cb_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@sha256:f680b48a51e67b566589a0f95617f9415b14356f659b7e550ff886b7e09e5e3b_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:f680b48a51e67b566589a0f95617f9415b14356f659b7e550ff886b7e09e5e3b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f680b48a51e67b566589a0f95617f9415b14356f659b7e550ff886b7e09e5e3b_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-cloud-controller-manager-rhel9@sha256:063f2d991a3c681e1445a00e7e440d35e1c6dbb4d014cffa17fb1e740b659d8a_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:063f2d991a3c681e1445a00e7e440d35e1c6dbb4d014cffa17fb1e740b659d8a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:063f2d991a3c681e1445a00e7e440d35e1c6dbb4d014cffa17fb1e740b659d8a_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:320c754185d72ffba64cb62342a9b79127711c70f3ed1ebf7c7196f1604b012e_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:320c754185d72ffba64cb62342a9b79127711c70f3ed1ebf7c7196f1604b012e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:320c754185d72ffba64cb62342a9b79127711c70f3ed1ebf7c7196f1604b012e_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:8f10002f26e316ff696bb23cc734ea7ac4981ddd2bb1aa3a42bbe75ab4450a43_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:8f10002f26e316ff696bb23cc734ea7ac4981ddd2bb1aa3a42bbe75ab4450a43_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8f10002f26e316ff696bb23cc734ea7ac4981ddd2bb1aa3a42bbe75ab4450a43_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-machine-controllers-rhel9@sha256:a90274c91d85fd2383d7786e51e8acd098a4cda27e43d8dda61e4e12d9a458d4_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:a90274c91d85fd2383d7786e51e8acd098a4cda27e43d8dda61e4e12d9a458d4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:a90274c91d85fd2383d7786e51e8acd098a4cda27e43d8dda61e4e12d9a458d4_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:23d09601ab4dcc6f78845d22646cd7ff02b2b9dfb0576b407987cd62fa306a62_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:23d09601ab4dcc6f78845d22646cd7ff02b2b9dfb0576b407987cd62fa306a62_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:23d09601ab4dcc6f78845d22646cd7ff02b2b9dfb0576b407987cd62fa306a62_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:5f2fe7f22dc893ea7a64630adb62f9b5dc90ef50994cd085d83bd5b5e3de4656_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:5f2fe7f22dc893ea7a64630adb62f9b5dc90ef50994cd085d83bd5b5e3de4656_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5f2fe7f22dc893ea7a64630adb62f9b5dc90ef50994cd085d83bd5b5e3de4656_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-prom-label-proxy-rhel9@sha256:7462205e2740d04938158e9635c2b453d177aa199edb4af2bfb17cb5dddaa372_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:7462205e2740d04938158e9635c2b453d177aa199edb4af2bfb17cb5dddaa372_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7462205e2740d04938158e9635c2b453d177aa199edb4af2bfb17cb5dddaa372_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:c58932f7660b5899e4be1c146aedf325846ea508a327e44ed1d2b058685a880e_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:c58932f7660b5899e4be1c146aedf325846ea508a327e44ed1d2b058685a880e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c58932f7660b5899e4be1c146aedf325846ea508a327e44ed1d2b058685a880e_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:306d868afbaf1e8850decbfcfa2492431353cc24c5f6c7c7639b913169749549_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:306d868afbaf1e8850decbfcfa2492431353cc24c5f6c7c7639b913169749549_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:306d868afbaf1e8850decbfcfa2492431353cc24c5f6c7c7639b913169749549_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:a6fd8de3f710242117eb4b2025710e73e791a740e7cc2e0338abdc250e31881c_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:a6fd8de3f710242117eb4b2025710e73e791a740e7cc2e0338abdc250e31881c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a6fd8de3f710242117eb4b2025710e73e791a740e7cc2e0338abdc250e31881c_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-alertmanager-rhel9@sha256:b7ee767a6909994b14a284e8fe87e7a2fc62fb7226ba40595fa8440d6e475204_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:b7ee767a6909994b14a284e8fe87e7a2fc62fb7226ba40595fa8440d6e475204_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b7ee767a6909994b14a284e8fe87e7a2fc62fb7226ba40595fa8440d6e475204_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:ef35ffe05113d8ce7f8b5dd8d4b2c170ecf43dcf2033019062ab4900b7548168_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:ef35ffe05113d8ce7f8b5dd8d4b2c170ecf43dcf2033019062ab4900b7548168_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ef35ffe05113d8ce7f8b5dd8d4b2c170ecf43dcf2033019062ab4900b7548168_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-config-reloader-rhel9@sha256:555114cc044a7d4e5ca3112d3f38d68521969908d74d6e5c4f2aea8e67c67532_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:555114cc044a7d4e5ca3112d3f38d68521969908d74d6e5c4f2aea8e67c67532_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:555114cc044a7d4e5ca3112d3f38d68521969908d74d6e5c4f2aea8e67c67532_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:a3254c2e012ef3b198817d3e50cf7f4d8c8a155295ceb19fa508b1a0b1284439_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:a3254c2e012ef3b198817d3e50cf7f4d8c8a155295ceb19fa508b1a0b1284439_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a3254c2e012ef3b198817d3e50cf7f4d8c8a155295ceb19fa508b1a0b1284439_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:b4ba9117b966ae3d8bb73710413a12cb1c4105a0cb23ae532bcbe4297fd38361_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:b4ba9117b966ae3d8bb73710413a12cb1c4105a0cb23ae532bcbe4297fd38361_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b4ba9117b966ae3d8bb73710413a12cb1c4105a0cb23ae532bcbe4297fd38361_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-config-reloader-rhel9@sha256:b78a4420b6de8f189cdbdc208891c92fba17498a5777ed5d6d698ed912963ec0_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:b78a4420b6de8f189cdbdc208891c92fba17498a5777ed5d6d698ed912963ec0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b78a4420b6de8f189cdbdc208891c92fba17498a5777ed5d6d698ed912963ec0_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:014fb0e9b2c973e70cdc8b23b989a92e6a153f421845f7cdfa31bf5702a34f57_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:014fb0e9b2c973e70cdc8b23b989a92e6a153f421845f7cdfa31bf5702a34f57_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:014fb0e9b2c973e70cdc8b23b989a92e6a153f421845f7cdfa31bf5702a34f57_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:2f240934c0edc45416cd1ca384371fabe20445819d3beae93777bc8c6ae8ee41_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:2f240934c0edc45416cd1ca384371fabe20445819d3beae93777bc8c6ae8ee41_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2f240934c0edc45416cd1ca384371fabe20445819d3beae93777bc8c6ae8ee41_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:6760cb05c2b827454f09e12874f2fbc8733c02060a8f5cccc53cf2bb7bb1a4b9_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:6760cb05c2b827454f09e12874f2fbc8733c02060a8f5cccc53cf2bb7bb1a4b9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6760cb05c2b827454f09e12874f2fbc8733c02060a8f5cccc53cf2bb7bb1a4b9_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:988d34a878297d97b11ebe91e9b1f1eff282afe819d841e196d88bdd402dd727_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:988d34a878297d97b11ebe91e9b1f1eff282afe819d841e196d88bdd402dd727_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:988d34a878297d97b11ebe91e9b1f1eff282afe819d841e196d88bdd402dd727_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:3710119778043d36dfe67efc6e511d25a930ad1e1f9a1a60d93b01c55bfa7ecb_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:3710119778043d36dfe67efc6e511d25a930ad1e1f9a1a60d93b01c55bfa7ecb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3710119778043d36dfe67efc6e511d25a930ad1e1f9a1a60d93b01c55bfa7ecb_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-operator-admission-webhook-rhel9@sha256:7b9cdfffb383c8405b021c31b301c04d84878bfc5d71ed19f531e697dc4fa321_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:7b9cdfffb383c8405b021c31b301c04d84878bfc5d71ed19f531e697dc4fa321_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7b9cdfffb383c8405b021c31b301c04d84878bfc5d71ed19f531e697dc4fa321_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:b70684d47f2c52953ed30e004a850f783883fe24ad6d868345e8a92cb6248714_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:b70684d47f2c52953ed30e004a850f783883fe24ad6d868345e8a92cb6248714_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b70684d47f2c52953ed30e004a850f783883fe24ad6d868345e8a92cb6248714_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:daadb41317c0a0e7d8d10ab17d938e446352d5956e30e3b1a6460395d72950a1_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:daadb41317c0a0e7d8d10ab17d938e446352d5956e30e3b1a6460395d72950a1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:daadb41317c0a0e7d8d10ab17d938e446352d5956e30e3b1a6460395d72950a1_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:6fe9148a4adedcb23d4efac3c0cd5aa47db5fa70feadb6e1f483ade363586d7c_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:6fe9148a4adedcb23d4efac3c0cd5aa47db5fa70feadb6e1f483ade363586d7c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fe9148a4adedcb23d4efac3c0cd5aa47db5fa70feadb6e1f483ade363586d7c_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:785960a23e612ced07da2a43f3c324e93b26902dd3cea8db493523e021fba289_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:785960a23e612ced07da2a43f3c324e93b26902dd3cea8db493523e021fba289_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:785960a23e612ced07da2a43f3c324e93b26902dd3cea8db493523e021fba289_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:ddc54e4c746513fc4fc31d580135e5cb7907c19871e5077f4cee006a91451331_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:ddc54e4c746513fc4fc31d580135e5cb7907c19871e5077f4cee006a91451331_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ddc54e4c746513fc4fc31d580135e5cb7907c19871e5077f4cee006a91451331_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:f542f44a792bf794e7c1331f896822948af4426ea975b5d4c8f8add3ae6654b4_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:f542f44a792bf794e7c1331f896822948af4426ea975b5d4c8f8add3ae6654b4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f542f44a792bf794e7c1331f896822948af4426ea975b5d4c8f8add3ae6654b4_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:3d570cb29c2fb0250ce65a4c2f2835f4a0434f9ee7d8c6348226537b0775cd14_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:3d570cb29c2fb0250ce65a4c2f2835f4a0434f9ee7d8c6348226537b0775cd14_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3d570cb29c2fb0250ce65a4c2f2835f4a0434f9ee7d8c6348226537b0775cd14_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@sha256:7ec84086841e4029fe6afea3bb8a8d5eacdbc2e40ae3105e28d5ce86b792efd0_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:7ec84086841e4029fe6afea3bb8a8d5eacdbc2e40ae3105e28d5ce86b792efd0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7ec84086841e4029fe6afea3bb8a8d5eacdbc2e40ae3105e28d5ce86b792efd0_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:ce2d83e4636495b45fb94372caba146c1137405c51eea0043126567d078b14d0_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:ce2d83e4636495b45fb94372caba146c1137405c51eea0043126567d078b14d0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce2d83e4636495b45fb94372caba146c1137405c51eea0043126567d078b14d0_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:cfc5aff2b327d04a9f8c1fd344faa5e874c4f881970df1194795b08da0691e00_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:cfc5aff2b327d04a9f8c1fd344faa5e874c4f881970df1194795b08da0691e00_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfc5aff2b327d04a9f8c1fd344faa5e874c4f881970df1194795b08da0691e00_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-service-ca-rhel9-operator@sha256:13a2e75c10030a28b3f9091dc8d1eb765f68f98e5cb28ef279351066a3cb9dd9_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:13a2e75c10030a28b3f9091dc8d1eb765f68f98e5cb28ef279351066a3cb9dd9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:13a2e75c10030a28b3f9091dc8d1eb765f68f98e5cb28ef279351066a3cb9dd9_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:4dbb4525fed133a4adf3a805b704c1325138eefd5fbf11252255a6dc602a9092_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:4dbb4525fed133a4adf3a805b704c1325138eefd5fbf11252255a6dc602a9092_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4dbb4525fed133a4adf3a805b704c1325138eefd5fbf11252255a6dc602a9092_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:566f3c6ec55bee0f3474c65b0d46bd67006ca3050a3f68295b56220e1fed5c33_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:566f3c6ec55bee0f3474c65b0d46bd67006ca3050a3f68295b56220e1fed5c33_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:566f3c6ec55bee0f3474c65b0d46bd67006ca3050a3f68295b56220e1fed5c33_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:6d84b5c4e89d3e9920d29dbb4e6220d7711ee8e35b6f712afb48d9d237331322_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:6d84b5c4e89d3e9920d29dbb4e6220d7711ee8e35b6f712afb48d9d237331322_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6d84b5c4e89d3e9920d29dbb4e6220d7711ee8e35b6f712afb48d9d237331322_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:063d1470a7e78e6f8b476f6d0f24e00c07b927e7770a57aa1ef0bd9431671f9f_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:063d1470a7e78e6f8b476f6d0f24e00c07b927e7770a57aa1ef0bd9431671f9f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:063d1470a7e78e6f8b476f6d0f24e00c07b927e7770a57aa1ef0bd9431671f9f_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-telemeter-rhel9@sha256:1ba743a0ba69aab41d42b39641bf49bbb830e675d864e2243cf7be67b612875e_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:1ba743a0ba69aab41d42b39641bf49bbb830e675d864e2243cf7be67b612875e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1ba743a0ba69aab41d42b39641bf49bbb830e675d864e2243cf7be67b612875e_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:f561adb6654c93bae119952f85b54a340b9b77861029202f28280f5e28e42b1d_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:f561adb6654c93bae119952f85b54a340b9b77861029202f28280f5e28e42b1d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f561adb6654c93bae119952f85b54a340b9b77861029202f28280f5e28e42b1d_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:fa07433ce55e5cf2bdc7b739a1be7571a2ac7dd66499326dab744c3de2cb3ade_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:fa07433ce55e5cf2bdc7b739a1be7571a2ac7dd66499326dab744c3de2cb3ade_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fa07433ce55e5cf2bdc7b739a1be7571a2ac7dd66499326dab744c3de2cb3ade_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-tests-rhel9@sha256:2c7e62f8f67717b38d2d678adf6e15b52e20b6c8d91222dc96d239252b576fec_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:2c7e62f8f67717b38d2d678adf6e15b52e20b6c8d91222dc96d239252b576fec_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2c7e62f8f67717b38d2d678adf6e15b52e20b6c8d91222dc96d239252b576fec_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:3a35bee0fe540bfb4063e5332e875d4a5695a403680ebb6c6d29b9544d4c0f83_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:3a35bee0fe540bfb4063e5332e875d4a5695a403680ebb6c6d29b9544d4c0f83_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a35bee0fe540bfb4063e5332e875d4a5695a403680ebb6c6d29b9544d4c0f83_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-tests-rhel9@sha256:80d6502d656462d3b291c4a0ecbe5134db50b4505830ac7fbcb13269bde1877f_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:80d6502d656462d3b291c4a0ecbe5134db50b4505830ac7fbcb13269bde1877f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:80d6502d656462d3b291c4a0ecbe5134db50b4505830ac7fbcb13269bde1877f_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:c21aaddd88fb33a5b4ddc628477d32303c3f705ac42f6a28a6d98eb07b1f36ec_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:c21aaddd88fb33a5b4ddc628477d32303c3f705ac42f6a28a6d98eb07b1f36ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c21aaddd88fb33a5b4ddc628477d32303c3f705ac42f6a28a6d98eb07b1f36ec_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-thanos-rhel9@sha256:513a4310d431716b4bda079f6581b5b7862a936d323f14b3063e987ab0b8efca_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:513a4310d431716b4bda079f6581b5b7862a936d323f14b3063e987ab0b8efca_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:513a4310d431716b4bda079f6581b5b7862a936d323f14b3063e987ab0b8efca_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:5d55967deb765a699e0604a26c5029e29654aeb432e9a0cddb3581baa36c7c37_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:5d55967deb765a699e0604a26c5029e29654aeb432e9a0cddb3581baa36c7c37_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5d55967deb765a699e0604a26c5029e29654aeb432e9a0cddb3581baa36c7c37_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:a4b8598a64c02ae4014f5edb6d83c04263554e5264706d9805abc1a845272eac_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:a4b8598a64c02ae4014f5edb6d83c04263554e5264706d9805abc1a845272eac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a4b8598a64c02ae4014f5edb6d83c04263554e5264706d9805abc1a845272eac_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:d92beccfc6f35c71571f8f67c903cd19355e2ed5827afd9fdd2fe1c2c6c2768d_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:d92beccfc6f35c71571f8f67c903cd19355e2ed5827afd9fdd2fe1c2c6c2768d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d92beccfc6f35c71571f8f67c903cd19355e2ed5827afd9fdd2fe1c2c6c2768d_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:0acd70a02d5b1ac31c4e9f57c3fe1347391b3404719654acffcbb1be9c6bc848_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:0acd70a02d5b1ac31c4e9f57c3fe1347391b3404719654acffcbb1be9c6bc848_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0acd70a02d5b1ac31c4e9f57c3fe1347391b3404719654acffcbb1be9c6bc848_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-tools-rhel9@sha256:6afbd187c26f0832ed7b2dd8ceb7baa4e812412f9edccd694a11d06cae186f80_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:6afbd187c26f0832ed7b2dd8ceb7baa4e812412f9edccd694a11d06cae186f80_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6afbd187c26f0832ed7b2dd8ceb7baa4e812412f9edccd694a11d06cae186f80_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:85c8925c21ea60e53731ccf1256dbf0e7c5e916e00d7229c2b776174cef64a60_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:85c8925c21ea60e53731ccf1256dbf0e7c5e916e00d7229c2b776174cef64a60_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:85c8925c21ea60e53731ccf1256dbf0e7c5e916e00d7229c2b776174cef64a60_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:bdabe1e4a7a3de3b919856dbc7f01846c8cfc52669223fb733509c1eda54c643_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:bdabe1e4a7a3de3b919856dbc7f01846c8cfc52669223fb733509c1eda54c643_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bdabe1e4a7a3de3b919856dbc7f01846c8cfc52669223fb733509c1eda54c643_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-operator@sha256:79269b666ffe59cce6d420c1150a9b66a0f68ad96d16570a8aa6e4c8149a027c_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:79269b666ffe59cce6d420c1150a9b66a0f68ad96d16570a8aa6e4c8149a027c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:79269b666ffe59cce6d420c1150a9b66a0f68ad96d16570a8aa6e4c8149a027c_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:03bda40acdebf88e2e44fb1954ccf72a92f26b8a9d16d2111645af6bc02fa470_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:03bda40acdebf88e2e44fb1954ccf72a92f26b8a9d16d2111645af6bc02fa470_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:03bda40acdebf88e2e44fb1954ccf72a92f26b8a9d16d2111645af6bc02fa470_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:30f159704cd2c3b760b1f434c653b6cce2abb6827266b0e55a18ac1ad1cc8503_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:30f159704cd2c3b760b1f434c653b6cce2abb6827266b0e55a18ac1ad1cc8503_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:30f159704cd2c3b760b1f434c653b6cce2abb6827266b0e55a18ac1ad1cc8503_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:10254773ab9ac268527827346d6144fd3eca751e9d793b26bf1947627e5db535_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:10254773ab9ac268527827346d6144fd3eca751e9d793b26bf1947627e5db535_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:10254773ab9ac268527827346d6144fd3eca751e9d793b26bf1947627e5db535_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:79269b666ffe59cce6d420c1150a9b66a0f68ad96d16570a8aa6e4c8149a027c_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:79269b666ffe59cce6d420c1150a9b66a0f68ad96d16570a8aa6e4c8149a027c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:79269b666ffe59cce6d420c1150a9b66a0f68ad96d16570a8aa6e4c8149a027c_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:03bda40acdebf88e2e44fb1954ccf72a92f26b8a9d16d2111645af6bc02fa470_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:03bda40acdebf88e2e44fb1954ccf72a92f26b8a9d16d2111645af6bc02fa470_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:03bda40acdebf88e2e44fb1954ccf72a92f26b8a9d16d2111645af6bc02fa470_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:25018f9fb4cb3e5dea84909f850938a92a750ec133198ea1d56b84bb08ed503d_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:25018f9fb4cb3e5dea84909f850938a92a750ec133198ea1d56b84bb08ed503d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:25018f9fb4cb3e5dea84909f850938a92a750ec133198ea1d56b84bb08ed503d_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:16fefae8ac8a639074d8aa68b9d24cdf65aab8d26a1b3dd9f17aee29862352fb_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:16fefae8ac8a639074d8aa68b9d24cdf65aab8d26a1b3dd9f17aee29862352fb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:16fefae8ac8a639074d8aa68b9d24cdf65aab8d26a1b3dd9f17aee29862352fb_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:1240337300cc8a365ee63d531b7202f5548b3b4b2cf48c3d1156c89149eaa1a7_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:1240337300cc8a365ee63d531b7202f5548b3b4b2cf48c3d1156c89149eaa1a7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1240337300cc8a365ee63d531b7202f5548b3b4b2cf48c3d1156c89149eaa1a7_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:166fc2ccce06855d581ea312ca0db1d3c2aea4932f1d38fe5b886a34a2195786_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:166fc2ccce06855d581ea312ca0db1d3c2aea4932f1d38fe5b886a34a2195786_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:166fc2ccce06855d581ea312ca0db1d3c2aea4932f1d38fe5b886a34a2195786_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-operator@sha256:f206fcffbd7d83b21d899d354272a62739a4394cf9e321519fad70104a043b66_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:f206fcffbd7d83b21d899d354272a62739a4394cf9e321519fad70104a043b66_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f206fcffbd7d83b21d899d354272a62739a4394cf9e321519fad70104a043b66_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:f3dc2979f89092e6cee79190bf24ac9cdaf882ff2aa79991b118f97c8fd2c72d_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:f3dc2979f89092e6cee79190bf24ac9cdaf882ff2aa79991b118f97c8fd2c72d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f3dc2979f89092e6cee79190bf24ac9cdaf882ff2aa79991b118f97c8fd2c72d_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:8d53e4cfe826484c020d947f0a68dd01fb99f7f8cd4c7caf4fec22cc49cf5149_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:8d53e4cfe826484c020d947f0a68dd01fb99f7f8cd4c7caf4fec22cc49cf5149_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8d53e4cfe826484c020d947f0a68dd01fb99f7f8cd4c7caf4fec22cc49cf5149_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:940e3bb77e78f016348adb18e6e1af0dbbbdee4cb990e33407738ef7dde6dd8d_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:940e3bb77e78f016348adb18e6e1af0dbbbdee4cb990e33407738ef7dde6dd8d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:940e3bb77e78f016348adb18e6e1af0dbbbdee4cb990e33407738ef7dde6dd8d_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@sha256:a466f8d0c2e4df1dbc1493def9a0b36800896cbbbe33a005bf6995b61e2d25bc_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:a466f8d0c2e4df1dbc1493def9a0b36800896cbbbe33a005bf6995b61e2d25bc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a466f8d0c2e4df1dbc1493def9a0b36800896cbbbe33a005bf6995b61e2d25bc_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:ba4db060aa6dda3f3687537eeeed0af9cd57b632a24e4a23010b7ba385577271_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:ba4db060aa6dda3f3687537eeeed0af9cd57b632a24e4a23010b7ba385577271_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ba4db060aa6dda3f3687537eeeed0af9cd57b632a24e4a23010b7ba385577271_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:160929229a05bb01b601e93a4e1c3021ac5ec0e3d18396e1c1b660704bc66775_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:160929229a05bb01b601e93a4e1c3021ac5ec0e3d18396e1c1b660704bc66775_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:160929229a05bb01b601e93a4e1c3021ac5ec0e3d18396e1c1b660704bc66775_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:36a9810af63f6da1f68789e2adc0e682667314039a5f88e656441fd2d9454bc1_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:36a9810af63f6da1f68789e2adc0e682667314039a5f88e656441fd2d9454bc1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:36a9810af63f6da1f68789e2adc0e682667314039a5f88e656441fd2d9454bc1_amd64",
"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:73d44a89d4952300ec8b3070447bde41bfcb112ed7fb26b2366ee01a20884df3_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:73d44a89d4952300ec8b3070447bde41bfcb112ed7fb26b2366ee01a20884df3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:73d44a89d4952300ec8b3070447bde41bfcb112ed7fb26b2366ee01a20884df3_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:e90a29bef1674e43ca9a21b7f0168531e4885addeb6dab959f63baa8a334c036_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:e90a29bef1674e43ca9a21b7f0168531e4885addeb6dab959f63baa8a334c036_s390x"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e90a29bef1674e43ca9a21b7f0168531e4885addeb6dab959f63baa8a334c036_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-65637",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-12-04T19:00:54.313916+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:1abb4ee4f0b01be12c8f2e2ebf2da83445718f746b06fe4c83ff72bffff6013b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:2d73587e9da1e256a13e8193b182c216f6f1370133dd937b0d0c8de493e93ac7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:90aaa5331cdfd93ca16aa1645a1dc69d0c6e07035b6828c37550fccfc324a11c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:db7736e790073eb4deefb66133303fe82fb87ca84dd00ca529b1065d16919cf2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2c3763694df607d52853624e7af4fc2565f785875d8d816c8ae5be881ece74f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:503ad199fde1d37343108db03bfd711dd7f7d6ca2623016cafb85bd023b0b66e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b5b9bec5a239b9cda31907f6434de28211464fafe56f90f591e2bd77048cbc78_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:eddad81b997c59b35964a584c610f336ecbeb4ea791809400aa3274bf8a4ded4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b70fd26cc850327877a36a84968630b6cd3cd04e1c542ea4f2e6beba00ef54ac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c5e173d1bff544023c278c2f7df2d9909d437548aecaa4bdfa43fe4c32a53239_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e58a67b7cfb82ceff58b1cf6de719c243212e142abf09c66e38fc8ffbae5c2bb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f98e38faf54ab90dbc4cfc6b6b8f4d2ec95a29e628c7e0821d66ff9f4431707f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8749c55b78d5dbe3c5b7be910833bdf641e49b25dfdaf051a778c139a238ad1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:c2750e23e9bc18fb64b1e8df0d894c0553832dcc43a5b469403dd65c156ee5fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d63d620d571d7a0e3f01d9968e1dea36f1e7e74e21cd1f5b41acce63394b564b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e363d36a7b7e0fd73f45c40d3772507369cbd5f38a349c1ac7b471d8b82372a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7511ef60b4681123a489717088a95fe1fb4eb26b661356c30b5e9c2b1810042c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7713b7e6b1d55055e9058899b252c3cef272b58d532471dce61abcfcb94ae6a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f6e7e55ffd641b5635237b09a9284e5c23e8665eb459f85ae89fc7b03cea6857_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fb405d3d09b5a9c79993122f6689589ccfb2b26a85df1af1ce23ebb8c3d282e1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0564fae5cef879411cbfca5ae759d8453fad1ef58304229a9c7e0c3a5c01ad3a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0e56240076665623262eaab6ee06af30f3379d82f1199af689a1d15ae1952792_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4256156569fb1cb0abcf3b738ba110e41934fddac5814e854deb887bf73507e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8894a66ae6a706b9a80ac60058c5bda80aecd4c16c70cbda0c026ac7dfc6f15c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:169335906e74324804766e4ae56da8a6d3c5611e40012122b5ad95edea908982_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6150532e9fc8c332a3ee0bc8099fe05f87df765c64aae658450555a550cb9fd6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ac75fdfadcd23462682349875730d1051c4ca8078b637f31f45107531bdda9aa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b48f1122a811c9fac2ba94b8d5e6e12eb71eeb7da19a788cc5705b79b9371f7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:03a7220456e556f9a2e9804225ea3873dc26b198b5cf9790b4ae4d835f885243_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7a25fe6da003108eb41e42391d803725408b111043b00af7f304a466557d5945_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:990148d090f37fb59855b3a1bfe2790c458cbc55e5edfe9938f4adbfc37e6cba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d832e4ac3877823c3c74e1f6b9b507b3257e9908383d4c63255ff1dfd2c58f13_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:5d19950138f046a9e96ab23adcd456656591a6025542cbd15402dcf33725bdb5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:635018b45a33d7cbb15766995f7de66a2563fa3bc187733e0ebe93bc8e0f4f33_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:790655e6a633eca04b9a6413570c8d64142cafc2dda1d944705dbfd7bb16b646_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:8d8098fae6cd6aad5c5fe24ab89972cd467eca4d3bd437231653fd6d44f2a1a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:48bd4b74a549ca3a4d4ae5a1f4cfa08e6dd4102cbd97ef6346c77728b4ce328b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:539f9121292414e1ac2f402242be52dbbb7cb4081d7bcd01f7bb22ca592824b4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9ccfb6e935cf43c782afddca5b98bbae4ded9b8de5f8170781392bec9805e7c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ac9c8e3d06d1a1cf805c4bfdb83a880f2194139140f257f1855d254dadcc03b0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:39e7bcc1d96c891e247f91fcd5346fc1d5d884ad9fb51f83f0d289b2c0071106_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c65fff6955cbd6c79d01a7fc6955505382cf7a8f694baa75e64ae8b8d36f40e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d2f1b6de152d08fca7441115271cc24d7459f353a19d6e9eee30be1543d67f65_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:daee6e1c9a7df1bc286f4fcd4a79ceae3675625c62cda23f0e9dd3a2ac550920_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ae12d5fe4aa7c0dfe9aaa65086df6ca6d4bbf16013b7fc9ac33c1762a073c339_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ca67d3368d0b54c2683af5c16a4860ea79b5229c964eb28dd259caea13ee1614_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ef4861f5d7482f39ea162a2446597f4ee77e3812620a3e23bf0227cfacf50129_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f1364e5b51e60696f6c1150bbfd494841f6cff918d706ac9fa29332e7bfcf9ac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1d092cc28a2566b8f8a7f98f369f126bde88c790f7cfbd66c8e217f1ccbb8060_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:387d46bc354a0abb6bc9499eb1ebac51e3e8af6d9e306c99c70954788966b677_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b515e9d3a20f024ae23bb509c7438c28d8aa80c97ace149df62d30dd2545d044_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b5d60c432d9a470fdcf0e33d785c858954e470eae3cf572f07db962f2f4229d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:07f2d88cd98d72b4f2fb06ad254d40a434d74220b1f3c54eb289687926433efa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0a40e83f2640eeef5def25cc6bd409090c6560b054db320009ebda53d0c9a438_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:28b6871951b4312a663bf69ab3c984348d6a774a2b1fc839dd3fb35ae6837368_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2c523d8b08460b9b666a11ce2fee5a495af0c434f41755f38014549591372109_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4d9557543158f339032c9c37b771e0bdf7ee175ef4c95d1b9484efe0841a676a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84c9ecf14cb657fa9fed55663acac95ca4c6098756c6a5215906b7a57553f5da_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5c6a6bd4727c5855e0783ea9a2838d9101c005d3042aae6848f619350045d8b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:cacdf99b6637e90d3203401665039c081e0c54711243a21aa0ef4345a221f1e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7fb9a55a41c8d85619133d6d1766e2f84ed841367c4454f820b2a85ed2a95cd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ba7c95a0a9217b4040e7854a67f6fbb05698f368b5855b0a277b55de08d29205_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ca133ecdd5880f72a188b87c6c541199ab1f67a6f71164faf27d31e063b358eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:e9ddc4154c7b4eb1d6e3524e23a3472e6e2daeb3276d5e3bd20151c78624ae4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2bdf6c546709c7827c1a68f98aa9b01cca8a00b5af6640411db8aeccc006ed48_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4ebf1fcd06d21b2b6dc3011f58d8e80a379940f50f4cdd7028942ba3ada5d8eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:50b8a61152b15f267b9eacf0a69231966ad997e5a7638b7e90b0c421bdfebf32_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:9635e7dd67d484895f6d7ff34b4d67c9b25c0f0b8f045e5e414142bfad951c75_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:19c0783b85abda8d0ba6cda4bd4adcb36095798d94e616c99f411338a9989059_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2b7674d4d94d806afa2827d1a715bb74273027a2f7d9bbf3f1529668fa322b9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dee65b2f904ef032540387e899b6f71a3ec6e96f12a87085a1f7d7dabb56a4ac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f07ed2ee836cee03695bb8c3265cde3a3fe0c50dfe1d28a1a69c0e7a336d11c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6f12925ce09cbe57e60ed8be87a97efc25587ad660f8c1567c43644049cb989a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7c8880ecf30fa54a789f5c518e30b69e263961d9d0d3845e8b02ac1c36b7e905_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8e824da03dbbe619bf1af8633602b82312e50a5442e38f55c25d18a6726ad544_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a27b36cbcb25a247f73b8c81e17762fd56adb520fbfd639ac05664d48e705ee6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81278605bd05dcf248b60fd1968afbbfd8c3479cf8bf463b7d27ed65b1d2b6c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c9442acb567c4486c23dceafcb289b058dd41559b2dbfdcada34e00171f8c34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a85942e02b0c4582a0f7f777df4547252297e1e17b224ffda634498603419acf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcc317524de3d0331b0bde62c50d5c54e0e4c5127b31d1adf4627d3226c115aa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0cf4f4f84795355860b8e5d245fa7ac7ee64058c0faebb32a97ff078d03fcb75_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6519e13a63e027f01f2b78d4c2280ca12d6b8d1a573d7073a1579b0158305717_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc1ad2ef67397f8a96e29d1181983798bf12f234fc35ee5d738027825d2ee2e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ff03d03b34cc9468ecc8229b68a2088406a7ca7e996a092a32a3b824542a4369_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8afb65ff69549ce53ccd246738b22de5456c9ee8285b8c4262a7223fb0cfe680_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:34f0cde924117f6f678dbfbb96c7a87def4ead6cf74ae6aaedcb4dc5d90b5468_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:353937307e06093c281900ec2e4be8b4be35a023ad8c789c7c6876ee454e1086_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:84f8358b1a20a6ac0ac59c49c09eeb60ec7f5889874155b07a76aa40509a90d0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f77cad076f52197b4cd42642f97bc8d58b84692f327b640aa6edd64799015f98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4abfa9554b311aa9a5628a048bef3bff379dfb0416823371f45c1db64651dbfc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4c53393ecb68024ddd2e5f0d6461a48e1174ef5351ffd398cfa85a94df9b2acd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9d7d0300c44336452e818b158d4b545f4957d6676fb26cc0561aa8a6df2dd1ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ba297510327fa361830b08cecf0b761860f9a474caf2d5a60feacbb9d5130197_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4c41cb5c37859d2a2bb96b82f464094fe53a8c34f36b9d5b531cdaa54953bc58_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:85ed4d0aaa7e5f0a71a8d740813fd32a611077dde5dee6454e9b837fd1977d0d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:26abead2eed82f64757b4868f8011dae09ea5415c837f068e52f629c0d9282b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e3e89a53da1b6e30a762dace6ee60e8b5f3824b5569745055edcd8fdb2252548_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:62cd9fb8415f6db5c964214ec73ca4f33c12e4dfefd22a086a3880c82fc329d1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ceb1beb2060ded10c43009b1f27f94f0b91feadd10542e1f4234c286d6ad653e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:490e384fd5253d49968519c893128cbe16c1b3c2e422066de314de81d4d3c7fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7c2677105560f8d4311c7df77717bce40980903c64cd6ad80994645ba111ae92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2bcaa82154d9f7da101886ef03f6943ce8711024cf66697d383c4241339944b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79c5713b4926750620c01e2449581c1ee308dcb484bef264beb7a4e83d29de25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c245651a569bee62fbace5bb869e1578e08a9e32a02bf670be147e8c8fcec5d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c6863ff8ce9cea709fcb4a05477c6d99d03c6405b19f15281cc170dc182cdb60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4f713d16a4d4ac6bc1ad8bdeb2cd8608059da2dd53f2660c61e1ded2cce1be27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:503ce2b566a5a36deb0e9404c4b7a5eacda690e4b6ebbc1843ef05025d4ee99f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:991428fda812738e4aad624ca0a8d3e66aa89b9bc7ddfdf5523cc812c6bc74e7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e02cdd4f9da2a82a6349dc76a217d2c59f8c9812e8638161b4fe2bc579fad630_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:8e2bb65716ce129fc5ff886fcb128712f1a94ef2536235a872dd15aa3ec34cb5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b1a19c45a7778f6e9f00c5ac3fb8d4dc905bcbd22a7c187389839216da329c24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:541ff5d1a05bd2f66eef0e50febf5c2acfd78a8430aab446f5964dac400dc1bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d01f5f2fea0a69899bb9484a065ce8ca1849a771536023b50060e02475a21863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:144cdd65d0aa3ae7dffc6a696d4bfff73f23020a1cb21aee96924e0756945c41_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d0a736096147a7145ddbf8d3cd9ba0ff828996dd8cf7c0294be2f609e08ef507_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:1a7a0a431f63f3ba45bebdac1c5e40714be95ebfa8582a07c8b8d224e979ee80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f13658a83be5794e3d5af470952703c26fc9878851dd2e5c4d5a81ef4ad993d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3635d1cb9cc3c912adb80dc6e85a11e0bcd088b217872d7d60cb4d4bdb793993_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:46a73d09e70f3db1adb9c554466078bb2460371967d7bb99aefdbac454c30be2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3d7ce814be11a477d874160f4639678ea67efda166a6c7b823d427c9a5c7d65f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:4234d1f01b134bfe72fa62749941322c453d2197efa06dc2bd555f281cf6bd25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d073d210b9d46cf343977d402b91046e021533b73df78706fd0b4565f1bb4738_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d38418d75e2c1d547fad8aa49fbc13305ad515c834f982016ad6d95bf998a826_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:209f7fa1c2d11b79137aeeb1124d6bba014b76163d04ef8b46fd3662cd85720d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:34d51d2b8e75e20db14180113f49eb0ed77a3a7b91f96e5b63ea66f0cdafdedd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7d3bc867e33ea766025ba1768a4d13b1fc933054c80f967889275d0c4c55fee6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d4d031141a3c2f801c415174fbfddcc67a46ec35ac7c9c523aaa7d8f347506b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:78153819f6b7d7a31cae10aa0fab99ee7b64f33518ff06d937b1acf9cf7cac01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b2a9c613818517804a209780ad180be00e403bbbb07f762019e619a2f3937581_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c04b1086c22f16369ba8f9eb1ea52478b5612014a232ecde58cf52a5474b9b6a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e086e7450e02a650226412a2eeaa6a7c13d96fd965e4d01955787bc100d1e839_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:45209e6983dc2dde439ca2ef1826f6f460f61bdf645b3f08fbe0333b9b41cfec_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7c849d93184ec87fe75fda9b235fce8420de88d73bc08fc4d28b1ba882698a52_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:baab6fe7dc2bc03d5e420982f7a853d1042acf651911d3bd4357149573e28dc2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d57b17bf9649c48b311afdda85cbef7fc2b98c516520149e983434f65dfc2adf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:08de867062cd36fdbdced721a950eca386875d9d130e191ea6c1e1c9d2ed9bcd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:21e13a0af2d7141d08d15bc8d4f745c184400410812231978ed16e89cae5f798_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4667f25905e7acac890cc33d498a62967392347585a585196dad42d75c6168e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6a823a329f7d8f6fe36cf9cb03a53439afdcf539c128fc5472cc25b3068b1e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:03f3f0aadfcb69fbdf6fcf0ad27c4e875bee00b47defe923a3a78d3b73736e08_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60a4564bc1b43d9f69a1dc763f8aaf1e72377939edbdb90bc4373668bddd71d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:70fcb2fe8494b67f0bd5f63271ada9192e71f3310d604d9f025230bf955ba060_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e86f3aebb1242ed4919aa0a29ad7f5d0997dd71e9b3b3a22fea6d8644b1b781b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a07595162f4b57287549a5f03728049d0b81b4e2e9005204b1f925eab029113_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:80819f88795a16b1df3cea66b7fe57d68b504b08fcbaaf245716f3caed588e82_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ae7eb413813e85bafb332b6e766a05c3e39ff19638e3e5483ae7d1f37d3e03f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:cf038a6a0e3b2c297d249accf719b9019438aed39e746e90c0aa6b5c0696035d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1ce1476120cac11c7330ea4e258f58a3418cccf99a7d0bd7305e9538d35afcc9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:55d5c3bb865473eea61e3e49d3c2bbf1e0f8d4595f08e4633f593ada47f83e37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:83651213552cab64204b752bfce2b41c86a0c75638f5075ccd6a220e4304790a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b5bd33aaa51d8da1bf7879156bac953a8981e9f3db9685b651f3778fd23fb2fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e143ccf05b7d4d9bd6d2d9c55a8e8e2c397a6a474067c632bcc25c822a01afa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:466ea07382cc42de8b7739e3b26ed38726728282364ed081d8aca15d3c356454_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:66ae0f7ace0efeeed67f0bde5d84d98cc56c71d8d3d1c25ee275c79774c7c5c0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9c9f8411cb23d7822bd4d718524d203b9d185a39b99562260d9766054e4a4e30_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:57571785a5f93dc4b3d074fba324572eb1eab48605022e4758964b3a68977d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7a8be9cc035742dad0b236134071213e576af95eeb9f018566171e48a5f238c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9e64d77f908794056343497dee8feb351a19af719a9c566c8c5d43f63ea8b1bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c92dd530899ca879ef241c5902a3c417e5a926984e7bc9b77abfff08fdc4f712_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:41a610a8e81ecc25d039b60fc8852c7015de4a8835c578819c4c75452b21a615_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8eba168fc4d1bb891ad57c34e982cf56434b25b0c91dabcefd1db368cd5d825e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:acc1718b0469e43d4775de31066cdbf6c641b6d198b3552e6c8ec9086d2419dc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:aeb16151a0463f66ea84334a8c6527f2f534fad1ed94c9b6c86bb2d289c9da06_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:12febdea8138dbaa9712772bc690dc8bf2654377b8b01b1b2279349d7917168c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:17f07b83efcce71dac75342f924c4924607a407d0292270d3657226d08903c18_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3bbee0403b76850553cf45821287e26a5b219186d7d6be98ca0e03bc547d37d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:eb222b4fd170b94c157f16d6a0f82396b717182f0ee467f15bf3dd622c6f042a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:46e7754bf973f2f7e3d223ed812c5815d834d6f629fb72a68004f6db3bdde3f2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5185d8aa7876edfe50ae5a3669017a4fab6785cc4e9293a1d4d5759479ad0d31_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b42b9fa2a9646b187f2bd75828110e355dec81581e9194f83e7d3ded53c10945_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d39191eec6ecab0b4fedc88ec554a8d11035acbfb0e3b1510f30494a88c2fd8b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:026f660635b2cbd2bc63a8a84256d6922fff55a5333081709111889b6c0ba657_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:084f162331cf54ad2c855c0ef7fd2fe50d2b797e772a52e5cf23b67869251b71_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2906814348eeea244176e04b979fa9b72e5063c1603e26099a8bebe7d7f702c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:306bf3b8d4df1806db4b11ffc34935437d0bb9e927c21ff8782be59312ad8d62_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0fe0281debd5831646616ec860cd6ae513e673d846710700d98e2b26cf481d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4b52594395f217128b30280b31785bc3292c15064aeb61aee506375ab41febe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a7c69e2d43d64c6016ba32b472d9234b211fe924471a29b004f1de0bd11555bd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fe0e7d31b49934d0f9eb64e2c9bd2c8526ab3459e64c9c946e06dd7da7929051_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:69ff3641058136961d1f36feaf6bf3daa9b42edffa89369405b8cc8f99644766_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6cd5ca919745afe1428955e23ff22b98a03f99ad88ccb4d8cb8c172b9bc48c4e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b39be6b16de13be746830bd7f75dfd7cd71e7927775d2864a75c5c6c939d7445_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c206351421bdbb3adf19723e75229eda7510d0ff959f1e5da2e4b20f1393dd80_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:24bbcb8228ed8713af724be3c2315267c850fafbf39e288b8f54a127098da3f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:337f411c10760ec60afcb593facaefc9d470f99424f6dc03d68bdd4a92cd08a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:434dc29eb1e82cae48423f1bd0ffd541800c8cfa222a5e6039e015efea74aa6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ab9bc91d83be5ce9811d251064fd87b01a191dffc64a95c7c6d30db34b0a084f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3b4cb8a81c6813924ab327f270ff6e0f45ec7588a728f184fdab345947c62327_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3d24e6943c302fb78c8931563076dcc75cd3d0104581e2a2b44f5c315f6c1876_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8f3cb49a35782388214b24deb440fa6a66a416d665bd0b17a91b60eeaa8aeb52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f17c6b65320d04ac29fb6cb3d184b7a18d3d62ff9ed273d44c8badc50fb4f6e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2a3e5034f99e8447a443e006d829422ccb25ce674d322cf4e29bf06d65dd8ce0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5773df7ee781990b7c6c7917c72eb67e9463a61cd607f57113c0e4a8116c9a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:93df53e41b59d5be5041925ff0f049acd614b22f5f4ef59715f647781f5921ea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fc402ff627e41b7b13e4719e9bf4c035bf38bb08adf648f58408ce5f4eb8274b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:279f6708501389a928cdfac3f1cc16ac4ef08d23aff7a44b33acebca5590a2c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6c046faa794b74f56e0cba131bb4b0b202c175746b62f4c0880b2b6e8f16af40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9e83d3bca30f3956977360bb7dd9cc1a8a7f2eabadb39cfcea8b557d661bfc10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dfba2d819fe6fc9a046f010beba7c0b7c68db2ff0ba6e605228a1b4998167801_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:19acd5c0d5ca558d869ea8ba516cf0270713840788ec624cb212582200c2b017_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7c7a75216d647f640e51b1341dda2bb4544a34729cbb35d460bbb132388f2ed2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ab48498a6d8fd1cf12b7f8b464818e5be14433b20954daaba165212906f848a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e1fe56546609aafa5ed783816b39ae183db16395b9fc17264fae468b1d177df5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a17ed73c65e2a19af47a566e16e30f4b34ce27c523ed8e49c861f9942037fb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:836664f6efa6a8ecb3c14657823fe9eff61bb10642069eb7c2fd0ec0c5a052c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:91a4af7ed8a198010662ce1b7031e9cb3f961610f41ed7b3a291aa95cb606cb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5803e67eac04989058d49ebf99b0021c38cf8db0130ee6ab67ca1b93c84daa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:420254f55ef9c5fde9001d2850cfd2555b066c3a5444bb4cb84e9784430e19bb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4267c1de960dd4448e693ae07e081f12732330e47547c3833f579a3b26dcf8dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:75c064439757ead34e323f98daa9d24361145242b9bd33b9df485c521c806e20_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c2ad186b59d828f1e456d8bd89a5b71019cb4be6d132e81491de5d391b3207bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0013300769f9b464446a8933a444bb6815856b53d999d012ff8fccc3458d20f4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7bee7784d8828fc4a9df69eca9c1ef35e005581fd224216d5a89e680179ca991_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a6ffe4308a45c92eacd086788e37a923400cae5c652798d191e2cdff88bd58d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f6a955064e91ebb0e5bf90ba8a96fb602eb9d2445c179457caced6070c4bb46b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3fb49d1af154eddf0c137eb7c2614bfd4493e7d04bde41dc5d58127a6212a8d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7a8cb75cf04719b8034be238eb51db106aba9c5b2c078cec7edfe1b43433c92b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a7ed545ff8c65e831a43781949f169e871014cdcb4ac48d3f399c40f5e2dfb7a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dc1731fa9b74b78461e448e77a2b3cd53e8fd0b5dbd71a02d45a396dce1ffcbc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:05add077328b1b59fc26b4502c1e70eba470ac7d4b28f6a93a183f9fb808824a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a664bb7d44559866babb7db4c4d188729e10bcfa864b117f042642bd946dea44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c457f196aa76f0e0cbde2f179253a535f452127abbfa6c1187c20f6b173063c6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:cf85ea7ac46c67c759baacf5f379abfede2d7feb143707535aec5af046028a2f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0cbcff39a10a66a1c633282a8012ea117b29a7b0a8c57181172b0f5890f4ae9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1cfd8bccde5de1e3a58cad853124e1775ae3c6f1616d1b5da3766aee4beeaf96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a6b143fa9104106ff3a4dcdbb2fb168df5ea9cb89457bbd2a254a26e5cc026bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e6543675b0322e849dfb6e33d85b92fdf4c07f970c983649261209dbce3243cb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4a9161e6e5e019e2fb48e0b7bfbbc936c5d715310b65831db2abf5aa08eba682_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:546da9afc24a942433d25b44b6595f5f465ce0c9d5d4c3c6234c1e137b772513_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:cd83aa0cb7db694bb42222797fc6ae405bce01a42e9293389624eb1ce0fff757_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:fc0a0fa79d1cef8909c0dd78203d6156da6f72b186f19353f722a5d80918081f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:565ce470ec8f3fa0311385ad3fd2f2d740d2bf2b71edad055bae19258e1c112e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8990098e62b7a4b79771e1bfbf231f4bd73ce00bf318660fc8bfe9cb3bf0c276_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:cb17aff3f0f9107e83886d2313fee6388c94018bbf714cf73cf3ec592ed15d92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f29d952d9725d04976958eaf851f455cd7c74fdb1de631e2a85087c5f1a69afd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:30e7741e2019d252faa6d8ff6c7aa645b9f1ba83e46c8c3ea6d4b2c5d793c341_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a0b2e00f2160897df5743e11eabee6bd773a1fdfc36f61cba9512fc332d0df0c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6fb9bef3e9987126a8ec58cf782f4de382fcc72efaea3d6c48cf894a01062a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c451d768e9662be5e076732b76cc94a60d1cead0bf264be39d164cd31d6c78b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:03f0b3ac6f51dd08d1d09ec038508be35695694c30d669032a4068e54ed94b72_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:57dc4c72ebe307adbd7363b09f497b7d8881550ed1f16e7dc4e0713a460ed931_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7ab4a10610539a094207b3a29ea9d9edfeb64f15c4405f7f81d003dfe5ded1eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc709b77301dd73e072976b6b195c30715703a824209bbeff9b1e32b65293bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5c3dd22869d88c0752c89502bbffd3cfdb8ebaac6318c689098d32a07f0f3d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6ee70c7ab77b9221a79bdf9e39169a3050f7643cbd34f6a2c97017ccd6780d3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a6b74b159d589a19cae4c8d056ced3f78f098b10252f71a39c74f61a7e596acd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9ca912b49a1ffb310b5d1fc574ba68ff1e13f7cfe14ae70398166e186244382_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:02f8f1f0133372eaf972a9d53ddda269cf15961460fa3beb5357c34ad6cff6ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6af3126c4c6b7b98b44c1b117493c52bae6bb50c6bf822debd79bc7abf6cb5d1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f324c0ce13e548a907488f7b1c4352cbef82c345bba759195c2443fdd67196f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f633aa2b6e650c49c0c849bd05055641af24f9dd80fb6cbe192e3dd73d165f3a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2f6f628908eabf6b9689671bc67c4075075f3971fe7807b984a98f04d0b40528_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:51aeb0ce359177a91dcf7b450e90861e69918fb40bf50a0a4a1a0056b0837c5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d6e2b9fda8e854de0d147864e1f56e17a97659dd24b25438a8579fd55c1087ad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e78466981d3a21724cbd42f927192cf7d28596612eb131e1c8c07ac6d8b28d53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:086622e4762a3d15f110efc8704ab2eff8a3c5a9762bc63c6d2c55957e4dcef6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:08cdf3e5578e90a7a8b1bf3a764ec8c6eedf107d38833f78e2d12997ef0c5173_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3fd208fd18398dc0929139e58088c5d991ab36072c1093bf9c2cd3285055bb04_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:883e2bf18a70ec1b8d8cfc03ed83db723640847ee6fbd8017ded34535321ae1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0524367b1677eeff9eb5aa9bec611b667b13bf1091fc384c046a7a7fee6d184c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f29e5091f08eddb0706008de190c7ffc5cdb5b85c1d97a10d1a991f16c85137_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4c1e147dba85a1cf259b27fa68057b625aee513b492dcc7a18a822db2d1c5e9a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a9802e85bcd5dfda8df6b0225ac4d075d994b780bc74ddf05e9296c361e2c978_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4e542df1ba72940206a0bc8232071c387ee9202ea55988550f48860414f90065_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:507b08439cddacab09f1ed7e9270878ab3a7035d0b7b6d183b803a5dfeb54da5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cbd010f5cc1a4e6973ff9d5e63fa7b885739bb942f6af01931e3b75ac6d6dd22_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e423953831cbb88db41e2e3039df2ef7ced0c68d4a14446a3547a9f3df7c7eda_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:543d69a1f0d04bde23f5d7349405363b780c5502236e5ed7309d5b5f815ec163_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:967a66d83bec7280aaded94ae4bfb8cb8f35bf8c9cc51ccd820280bf66396335_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ac86d1ba5e66e1af0c954419b2dec6679fe3af6c461d425450f6721f88970dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c004d2b3cbbbf51a79f7070bf3f81a1a455260a53bb974a929418f58b4515cd9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1692a9e4b91c575c63777d43a856108cf36a71b3cd095f34f382de1193fef44c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2ec061dd160754c19dbb5748649b09ffb237deb0f9224671f48b11325c27004c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:98a7945e56f17d3c3f02bb1bab620a9da02d6fa64c206c2ed0eb9280b43e1be8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e72d8bc13ec989c79bda2ba4b1ffc85af436bcb93868980e3fc51c72ee4a0c04_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49ef6cde0a405838dd6159e3179ad5c0bec80b0ffc58ba0a3c7ebfcd02a3c704_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9c01d61df69e48611bc35bb1c190a01540ffc40cc6ac048b51446edb06429ff9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d5e403c332e09a0adc28a7dc129c2709c0963296665c063be46007f999686799_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f057d7a735d84639759146ac021176c5eb3cfc907043921763208a8dcaf446a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0fc0f2a12632f590a8443283eabbd697d35de326f8dd3bd5f033f5276313d03b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:241baf358c84e892dfcaca6fbb47cbf9924edc1b1f6560bb06a7a2861aa91b6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:db40eb2c54071df768459d563b07edd0bafe9c7a4b4b7d91f20e49b285d1f816_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e76c2265052876c7e99cfbef42daffaa1e175dee826eb3f2c42fd8c0ff3e30bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4135f05a12b40cf6f38289774cd71b0833ec5bd225f07cd11e111982530a51e2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:52d55886f6f8df86d2517772e3f8a93199fa87524a089b795acea78a87bcdf04_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:60f6497d4a60a0fd2e31115acda74217718ba4aa9e4190b7f6f04445067f42ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6100a67cd2df93a3a97ad7fb7b4fe3ee631f37e7d529e13b091596761f63ad21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:527c931a4c5f7ff8f13f9c69524837678ee65b5d8f3b7c512c84a8f90f0a2001_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6aa1c866c07bfa077c801cd13bf551e51efd817c7dc362d0093d2ce2850bb410_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:7f1457cb092a268c026f74036e698bbe38384c5c9be28dda101c95828442de14_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cd3121521eb692fb3b9c4282d1b0d578b620facb1bb866bce21081705a56a73b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:26eebba070ef94557c3e3b47d61fa8f634ee59d04a30a0d9515d98a7d23aac42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6ff36824e2b6efac69c1a0aec88b1ced9eea56cae7b4b8b9bdda968bcceac85f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a3213c95d8328657024e0c0c2773fce3c19f77c54eb98a7ed574cb9155a522a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ab2f966bc1c8b74ee7b59abebffff9e9024c82dae708459a9e8c809e4595fc82_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f02be1c05fcad9c35be29331ddf8176dca450c74992258ad060447937a0cb85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f3cd7be8b53c206453f85f86466d1bf0b0e3fb79c6044ba1d08fa9e8dba5b2b5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f927d09425d22b39cfb65f45ba30d0dc21902fbc3dc39989071edd80f8790be3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:faf64ad7bce6306fa098c36202daef174f6c437d2b6a0978527b92dfec30d3d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:18cc0b5a0e2cd4221e25871a654f3105a84f9aceea5ad8eef78a22cc8e94ba71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:63677eb6635eeacdb61df7335f3921306f84575a01acdf5f7f85c0c039e9c55e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c9f0041b0290be2d1e0f96f6727c3a70071105d6a83890e0a5503e9f77da8529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dda882294a5b4cd940ee913a892660f183ce58a68697c70acf4b808234f547cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:288e285618d538d02b1dfe1e83d98bfbe24b48ec0d351030d716772492a4e2d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:841e4ccba4f224a821130fe0dc888a3c0b70e2043c5f87e5ce1802d3a9dc1d5f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:197c62c7eb7d2e1ed0146bd8473a1dea783827d8e49231e1c87fa77d71f34ebd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e220d8494a6444b8eeb1a202c48e42c4c0e42298d4e3d0e2be1a997df4a298ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0e558c44ddede89cbac4041ac3b8f5b661ad452d0ac8699905466cf7604b3f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9f6b103d3b8c08a0d54f36b7a2f43d40c261000a91dcb083d92611718068c596_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84066ba0cd4ae5d77986f82c129aa12ef28deed67a278f163bd1d5e3a3212122_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bd721c031838ba3d30693c02e99c92a05907cf2fb478d201d90f5760a8eaf6cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d3ec4c34047d08e6330cde9d1e39fd3184c7d4dd77be57aa10bee4f1197d251e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fb90893001815582561ac8f89169cb591bea5a8d3178444a6c5bcee42f460902_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:56998f9382c231419d403bec13b5732873bac4aae5011e7ba7ede9b7b1bb3eb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:68e9a51ee7e263c65fb96c0baeab14f700f5aab0f657aa371dae797239d9eecf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6d0c9c01b73387df3e64e4154cb0f0c0381489315004079048688373d114d584_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:764d4c3452867b64338abedfbaf74ec0e0ea99ef72d7d0d9b66446d7c14e8516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:212bd8b48d7bc3b291b4cc115578121338d58fce7ac9c3e67af19aa34cb1dd79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5829c744ebff1ef85a579e74da61d0ebd765d3d9315ff263804b8a78eb0f1d25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6cdaeb27cbeaf5194becf186d2d3605870514999afd3f7653c8330b4c503de05_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:97bf3147de08e34dbe0bcdadf404e0b7dc74604bb8c0eda34dc98759ff1e01bf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:04150f4cfb2c6bbfc1ce0e52187dfed680bd82e203d70e6738821fe494afcc4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:338e5300449eebe482dc73d3347c4168ae212d73aa1f431e2e038be4882cf0e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:434935cabaccf82bf07df8f556ccca3331f393892c1d7dbc30ef60eaa2a5ace4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:d731c5b698de2c3acb9f6c2cef7348cfa152acd5b1bdb0a401474f933d26fda7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:25ce294049d772467415fc43ebd64c23521b7754323e6e65e1f75993e82b4173_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c0ca4f77880521628db1648ca59ba7fddf52295fa2f6f5503a1c99f9fcb7727e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e149b17a5941acbba87c4ae92d1226f6de065f46564c0e0725382cd4c891a4e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f1b67faaf3c4a76d80a1da88305355464056d570db8a67ff4bc149f10160ab68_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17e5a2e5de57f823ae658fbc52ba0eca08339c8668acd1de3cd55e796bb4d835_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:64f2a85e67614cc570c08a3ea9a480157e706346bb91d5532e2aef1b942e69a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8521c92b757c716bd328cbe087a6184ac5aceaa034157b4b83bc3a495ffef06b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a06a8f6b36e0d3be5ed3cf5dd67566f77830b9d06033bb2974f2906f1a594b7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0c5732927f22de21b2aa535fddbfb0abfcb101c33c222fc13fbbb846f775c321_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3123e79a8d9e9f3bb7df21ce62b01fd615e43c2ed5232349c9b649b21dba72c8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9627b270509deac23cdadc314c0582686ca8dee3ccfed1f66f2482b2d91014e7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a76dc073f31ad5afab971481f1b3fdfffa8968e0c9e7d915321b62c6eea98b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1cba2314e3276572ca1f179bc0b27a5f496865f7762f641a4bc87c4a4597018b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2fbb5be24d0fd128c267268ebb7f95861875ceb2d544a5f971f8764f5b15b363_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:72cd405ad70e16a41e943c48ebf24a859c5488dc17264a0a112c1e4b99e57772_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a62243c266f8abc9e2e11b85f1fba060380e5ba7da8c616c0caa623a065c1d21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:0aff600927a762bbe521b6446b609de0de9c5fe10d5cc04f83d9f7157815fc5d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2df7d9b29fb84aa3607e7973875297dd474587e3e2083ef456f4f25db1baa03a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8e2b6df001bc7afdf1ccb8d7c79ea6cb18983d42d3ed5508f2d86c79aeea75ba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cebef3eef0bae4a86f3e2e70ce351335e004bb8c1c1942d58c3b6680b60d5c73_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:780b1dcdb13052360030f39f50dfe70618326c4fb6ddcdb0202026c7badb1427_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9eaa1441bb782494caf180acf396e158c31109d0cbb902a030f524a174386bbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ae30028793ddc1c34f1f24df6e9e9267df190f78e0c189f0373fff76988c15be_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c4e3b0ed2f8855b5be0e0ef59243db95aaf171d1c01c481bfcaff5fdde4a2049_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:76b018bce59457fab7451d530b9c6363d7e49ba9001a68b6049c06827b394e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:89f763f82bdc05d7c90bc1acb79a5db4256b5094eaf5f5dde824d0da6f20d7a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ce88606fe6952d3e5b348d93cb149e5cd27ff88e9321529150ff0630e8696956_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ee514f8d5e86c87b292c53fa8719a2464a6b2c26f73d32229b40afc72d02ce6d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:19c77e70b5d022b86780b5e371bcf5db838e71fe9ee0bfaa09dfe37863941802_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:19d945c8b4361f412a5004d6d1c2028bc9b8436fe427edc269d23be5b4655ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:598f7749f81749f95fbb2adbb168a7206f38a0bbc54da498433570bfc9ce3b7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7b8ac5556b5f8b8abf0a68b6df4e9c2e5f8d1758879e1f6626b3a6810878fde7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:21a2eaf787a3f5252eea1ffc5a3a7604c295f24e2382a5d07b51d83c20ae848b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:415aec52607ec162aeec7704705ff2c762ab785ec0809282a85aa2a93faac0c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:bdb65f1e8184c8799cba2c821807b85266e2dde877e867253b991ab7d3634409_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:20173180497ac88a173aa50ea8c27c8a97522f485409085b16f15dc6271e86c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9e569e126c62443c2ddceacd0631fbede8d0f0ede506b6f331757612ab1aa0a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dc8fb62e93553839a0395aa91027eb68c8b71f21e5b3d51fc99a58856768d5e9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3c5ca2522d648aeb8f5e0f222b1ca1b20226d253e3fde241d6e0d7f8eea9d620_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b5bf39f3566ad45871480b3fd6685784a221d81f2f4f9049f611f6d78d06d653_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f9e8b7e611d5cbd31a6a6592714059891d9e254021aefc813e07d404bb97e9b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:794930ea999e98a496d3e6ee72d55d5868b7dd363dfc40d36a63f6477a4b7b25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:95ae98647ccbefa15ef5571f85a360a4b7effa2fed2c065f55deba9bd3c62d54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cf28affed9ddfd6e1de9095423227642fee8290f2129d58d0a1831e648bfed11_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a83c731420e770628eb18f4aa45c54b5afa374c7a2eb3243472dd8cc4325da65_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:af76096d455c2787c46e447e55991ee28fbfc6e0641b161dea00a1fec0fc1e2d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b96b37df6f83ad640beb701ad76c57000a7717f0f64d9f49cb55cbfb514de5bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:bdfb75c39725851e17362f1163214a0b47e8423f714fa6196bc096ec7bf66982_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6e415c46f81193c6478d4a6b85113d2aa54945ac242e68f094b032190d8c93b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7a928e4ef0d418eadae87fd9c5869078004c3759eca0c879f7158794f789849b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:8f714fb9046c1842f044c5c074486baf5ce3ea05db479b5624702cd5f2f45a99_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e9528d9ae0875007e92c732b846ca07bbc88b38d2ae7880d2bc50b2f2286d097_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2eb4e17061af22bdd0b86cb44a62f6707e0b1c6a6c123d6d8950c50978df87ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:31e57a5ae87d85cd2f7ccd78afcceefd0354312171b0e19409e0f17fdb922f8e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5a572634df8230dd93301903941697e91471808bc77370c4dc7e69a602a95416_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97210ddc8b97156d48b5cc9703109d969a62f43c9bddb2c35ad026f286b481a4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:35a08ae5f0cf1d0d85aa703f71987685aee24a36d7c7f12b4ab04172e242e57f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6f708c0c27f07271f096659917d0b4f007eba72f87a20748e06fb7fb6d8efe65_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6a2876abc7132d4257c2a7354bbcc03dd72af090777671fda20d13f258647cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d8b1f8bfb24a29178bc263d940b2ec41a8694a0cfa536f0864ba99046bdc9a59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b0d822a3d6404036345fbaeff26d4391f253c38a764292a5199f0fef1a00d0c5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e9283354b667510707f4077aa2281697cd685af27bb9d0c8452e855416dd6a90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c23c54e0cf91cd5119e27c826c135a1132be039ff31d832bb9fa338eb79890ac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ec941663ab289c63cd2d9008ab5d5cd96e1cb498f1802e315890aa819fc01545_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:2756bc5e7ca974f7496fb2ec79633a195bdc1183206117d86eab12ab8d803dcf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d9d092381c9c6147336ffc67410ef3301aa27a7b531f9c73207e969dc672778a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:993c2eb4cef7f124d8e22cae61be1c0ce03bb76b353d8851ac7808aae520d6b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9f709f852192e46b7bec4a31ad98a989b65c023661134c56644fac89340d9632_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a00191217337af5d56b634ce23dda29b32dfc4a5cc3449977676a571f82f4917_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63c12404b10c72d109b64e3fee14b50c792bc4372fca7f995f893698d1422eb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ba845ee84f5bc0ef42dcc0a56aebf1e173e5750c8d764a3992f08608abb508fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:adb7d78d0e9afbe4232a33292c71b599170dca628a792752ca27633e9ffe2dce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af3d86b9cac49e309cf6e49c643c619ffc44ffce7bef107fe5b97e4fba355345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:056d409c217270bef9affaed04103b862327264d0592b89037fae86c300eacfb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1599a3d492150727787e7234c3bb8f921dc32f91109097fa945818f3308fec3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4feaef745ba05381dd55f6b004ad7846cbaeae52e9e6f83966de35d17ed67c01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:55b14d6d09df1e50a6572f21af1cd0599577281a1187fbee14f7226048f4886c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c2b4fd69934ef331d645ca0fec99348e515af55635e194355676e4e70b7b47b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7333f456d3290ab934e1a487feaa13caacd601d3274aaf70556b81029c40ac6f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:aa1726f093438b83954d881a0b3a4a38449b2c8aa1e0d950aa97a0fadba3bd34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f10ca0c467f9d0eaaad7c2bf7d650067d6450bc3a5de0a0bb06ab4073c14fc73_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0e4b0594518fdd5709254907dffffb951e2a0138b3f3bfeb4ecf72acf2e04ac7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:269c897aed959fd39c81d8c05d1e7afb6fb1293808adeb170cfc9fe00d920b62_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:402db1e826c53cc00d9379cd4af1a80bbd24c3352d35137a8f0585d016e1226a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a937d5eaedd2c44a199c9748987b1c47cd8eae70ba796d8fd1c91a0e3caceeed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3155352319810228de3427b70754fd56e479e3fef5c7635b58c2d92c7ac2f6da_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9fd11ac21328604d4af8dfd1be6238a054c6ecb1492ac5ea3a6bc1d9263791fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:caba671e8e6c1c51aac89b3661fb2faffc022b6f2961fe2c6845818dd68dfa75_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e6fd7468866cc5db5455f0e58f62b582d279834d0df1b6aa361ce45f21f7f27a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:98bb659e6f44dc88bf7064abaa7c5001ce123e6229917f6914d4acc24cac9528_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ab7814cd8c6eb5e61316913ca7b652547f93ffdc9ca52f6187bbab7b0e3a39cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:60767723a82b97a362c590a10d854792279e89856c94c531715dbf89d8c692be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c2bc0cd876628b9b6ba9dca400412e4ed9838e2a09e285a9ea41994ccc4c4f70_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:95b0395f07b213e0dfd8a58c989429f4873dfea1cb88616a8b079b6de0cfbe49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bd224a273b54f9f8ead326d2010020e690a19e18d3003b3f890b3b6668178e8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d78aa8f9edc8edd2a4b0b42e10ed2158575c3bb4d9a355aa3fc3f2e17428dee6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f6cfd11ea5183d65d4e0504a691a56928c1fda65b9b3e8bf97769f95e4387bf9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:004da77e4656e592087b666d1bfcb7d1f33d91f95ba1d188460c914a634277cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:16674eb1e5c04eb58ace73dfb3ae7e94997508262d67f3016b1ecf859f69d8c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9750b26460cefe4263391253489299daba7a83db0dfd818ee669beea5f934ac9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bf351c51fa129305dbfb5743c518374905b05ee7d6f64a46b0ba7894ac72613e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:469fde658cbc0a9c50091ba7e2e6fa38a1d5a4e23edfe8656c10939f6ae03a6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6fa6e5b1fabb9b7165ee4928637b9b28c5966d7f192d4866c7453c2149ef1376_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:87b883e5363a4abd46548d7f00203c170cd699db81b73404aaccb147534b412e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a98e5f141a7a349f6b9db027b20cecd9a3bbc9e945f4e42ff4af9e634b3537bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:40937e7e7792d85e446c58c9828d6ccb678605c897e8bc39f851c24ab8caec6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4221a086bcf07a07725b3a5ca9c93d556347e68b3df4b1e5e7f17555981f4c8e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:424e959b991d2742f547a958a0c126c01ae5b626c40bee72fb9e1ace7453eafb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9e6fe7a71cb45d610c6d406604566924cd6ecc0c9db26d0b6432d902218e418f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:131fe3f5fe0db2be50283fccbc8c4b6ae3c31303884052fa014a42426238dbb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:820031d2274e963d6186657ea5da45f05a63f2739f585e5d9df3ee70df230cd2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a73d494518aba171f87a42f53cd9883da089e163bf4fd04b1848bbfe5cc91428_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dd1664c91a67864febf7ed63e60568b6ae4e78924d5c5c1c0f77ab63fdc8edf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:212c91c64435061367f840165c2b5d359739520f1ded46dd75dc23264bb9361f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:59f8c093a5efbb133b57a46b9d60f10221fb609da35ed4a023b2fc25f7d97f82_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:801a5eddb28c105ae0ad18f9581f333fb5a909feb1beb624690f13ff6722532e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9e16e9977b233d1c0c8fe2c1e7c7c24ef6eb564231a4c7cf6e66baaa1b94a77d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:100db581bf3e28a2f850aea3e035634cc7700c6a4089af500ff6d8a49dee3087_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2b7d88195212c91bdb415e7da523a825a09e3eea12e487c90df77a2a17869a1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:63a9165bd53fc1d3f7b69ce01e40676d44067d03206f0a9d7467d92c397fda1c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:66f717142d8bdb3d4f8e28c4da949b1c0a5f829b98407f624620e38816647dac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:55001f621b2abfccb683991fe63bb3ec7c5b3eee59ddacfe984141592326cf14_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:88f2dc148118105a4a2658e0434d03eaf8a377667ac5c5e21569a63a2f8e7897_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:45dadc298dc315a62d35b54c781380105ed9527daa9e1dccc82da98cfbdd1194_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecf4a471b03de5f1b75f8d567f7eccad4c0249b617b9a0aaee81086fc852986c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:126036dcf327ca47352608bc37f32d65f1a2f4d8a479c5c50041a5e26134cae4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a7827d9ae3e7b6c2fbc93fd1656adc6d3d682e9d5d94e044b511e8068da752c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e093d90dcaa681142edd03757c2a22bdd6b488533f9fa13219dabfcbf2ee3d56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1a2599afbcf032f1e1f331be6b8af48005a699c736d34ac2f40858146eb85880_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:71542058751d04ce5198d4392623d781714aae79c4542a51462c72c1543cb908_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f7189f2851a40ecb99976ea56d4144bd99c9ee30a16ee5c221288361c233d6f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:fe5f11b0f2deb18f309e2b019499f51ddb200ddfa228cb1a047b24f66e1fd3ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7013c94588ec133231e0e1e1aecdcaf295127456867a24ac12838fb8a66fa437_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:83276b780bfa5a45dd56ea305e293fc7c1d121f4333bd5da7aad979265682092_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d02df177e39e67d81b260ff144b1a756eaad44345219e9f8f3e1e29a34cbf0a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fd23790e6c991e2c2c36c855e82e0e100a240b2a70c1a64f4202ff74c2b366eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0f6d99c941504f393b6e4ac745b7fc25eea241e9e78dc179c42f7a3fa98f7767_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:277c064ae6c38b7848cec5029e84bb6ef0d1dcb3845496a360ff77bf35ded198_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c2aaf3f737e3125395766df1975aba32a9b62598ba73b802f8f08e0e7a14b01a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c9552fdad8063faf1609ce00c0d572062c4d3a3c31ec94deac6ce06260899df3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:28b149a2782c09f71f10d40940262facd959b9c448e97acabd818e7c4cc61de0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5c96a53e5e6ac4fad49afe562467b68727a21c42c9195599ee85999004829981_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e45973860421f3c82f96d29ed8bcfbead4c79c97aee42159b5363386084ab023_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee863c5a7547761cc0a0e70475d7c56c86f8c0285f14f4d69a18316bec6285b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0cebc405f93ea01c16258268ca63d58ac018e5eea3fb708b98956e41479e81fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2144520315cc10e5e8abfcb02b57bcf4a63075c93025c3cd1ba8507cf882f939_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:36c3a50574f2c80d92be43450340e41e379cd100dc67fcf0e2dbaa034ba6529f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d6de88895183d6da3c701fdb98a986b7007c4af1523dc5ccaeda08c62b253a5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:30d65e3245b83bb2e160d61c494cedb9e5c8c24a0838c84090178d788bc88828_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c3a0accf17a0a3a49d142d2396edf7721791af2288454c18d8b56e9cdacb13b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9fd64d50965e50463ba8690fd89ba3cd994de5a6314d381e2353eec14659f9be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fc5f1aa5059f536db5a1411d5db6ba67ecc65ead3cb85012766b860fe3ee15b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:79473a979df621458a768549aee109ebc07f1a475c52183cb167e13858044c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8a6dc95ca7387725c66f7068b1d7886ba0e4f050021dc8cb4f836a964a2d5377_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:bf31f180f5199f637c97f0b68affc64214c41cda6cab0c04a0b9abf8c4cc6dcc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c48d523feed44a1b448d5e0c960a4db35f6a314ddd361ed879d2b3ce95ecefdf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0bd9fdf415b7440857d2d1397e4598804829661d496d11a9541b3e5655ea288d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c60260eeabfad38cf84772faf2df38f616de94dc92b911b3665701d628d35207_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2ad74c22c84672609968acb6be78ef6c1c27b60f211fbfb23fd5b5c6d395b05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ecb65362270b1c57d99c44f3a573c24d83bd724ac6ccdcdd30756db682946d4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7a214aa53a727a95416d53774c9e8da7343e58e50101b9b4708ef7e10ede5ded_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9b1b189fc680548be9477c665cee60f0dc182e06a34595c81bdb86f797e489e0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a7393d43750db330eb9b9437e38a5886f5616edc7fa18fd0051c6d391657cb88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b48a5c2168d763aa573d8037c5cb5b89e0c093b8cd2583838ad1dd884ea096bc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9ae50c3b716ec171ece2f431a3066219d91f8077eec9b8254be2f48aa896e973_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b12134fb24f750d359c1f3c1366616b0d7d7b45f65b62e34e25c08b9b6dcd057_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bdbcfd7f7e751b36ea44aaba6ed099a94249ad35638785f50b8ad67288b523ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d8a173f9d4a6b41c67fc3a05fca2ccf0ed45fe2836461fd2ceab0df25431ed84_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:12325c8708786bb9449ef7c8b3499847df607b41b1f362cbae1d700157be5392_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:29386052230ee5edfead6e4c76e804811ca94493defc34423dab70ac487fe15a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6d290267e5a74ff9a92c2d5d55279229c64a9d1ff7729ee123c131f6afcb21c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e16173cbd3e37bbc86bf12b837f116505b7f8a3c242936bdf89c944ef0bbe4a7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1f471af0848924dae4fd068fd4ae35b6a1bc66e7f27669008c4cc324add27a31_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93c7da140b4b80b6d14c901c67ae3868a5f6950ab6bd80511c895de264fef0de_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b0af76d4d94bfcf737d9dbd926942786b81ade8dfd58a6018cb8255225341631_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ba811c0fd54c006359b2974b4aa21c5ac5b0467ac55216fe42666710884b9c80_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:25cd9e10486c115db82a7207a475fde9b07331fc51775d13a11ec9e567ae3c02_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36a0c764328a4635073c93a10bf459f8f1adc34d3365575c99d8c6cc05b2525e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b5bd988566863230adb58255e5fb417dd49c4af672904a6dd164f4a11cadd168_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:bdd5128e3df30bffb835fef43d6b2641b288f4c8b88a905345e148100c4cbab0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:90579db2a96ca59220a0b6b2880c0d0630aa273ea83059ab65bfa9fbf418d180_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a0669e0ca68db3bc0df0fe94d7b27f25ae270adf53ec35c563ea9c02bc266d71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e78c2db614a4b1c39abef7977ca4021abe80f140e739e203881e5df1bf1d5f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e832f1cdb689716899272b0013dcd5aaa77bbd2fc659c9d3e91a3a75523ee535_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2f616e711d46cbc351615dc4aeb5464db2fe97eda408e88b624643c896be1088_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c3d94e33df927b9de5ed4b3a8775fc1dfc337b9656c30fe49e5707bbe9122fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:95513b15419da25a4b4b0f8bc86b3d5130ab86975117776c0cee09c73bf1f013_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b3d01257d281ba7ab01b1b621fce3a5b2e38587ccb0f1619844e8b7c9255b17d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:295931a1a57b0a350c8f4ab96d3e43537bf230346c4d9b84552b10fae7e4c72f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5047d58c27dc18598d251788b0b88438bdfb075f6dd6616be2d9e9c5641d31b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2c069e68dd0f68bb08c9ce4f3df4111d2c5e3a5aa8cee4c54f905ac6e526ed6a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3d5fcff1ef9ef1f66e2f03099596827a0735dfa42ea3badced2bd1e425a3b574_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50b1171774647c5c7682e9c4ccf0150bfcd24e938ac07e898dd1a09a0fdd3a34_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:862b18b22a0a893ba7d0925e6e18042523b1252b13d1bb8950759a45e5afe0f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:858452e8b1ef53d3807245cd3be61d41f8520119c2964a580ad7fa888c98111c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8733167fa23aa6db9b5ec3a0d85cf3d0536e339e0f39ccc794577c19a5119106_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91565925e7b0fcfac3e4c5763f388d5c1f47bb3782c451f2b0daedc5eb6e9bf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92ff6eed51d41a1500684a33978108699932d3a22c40aebd24f6d826e25c379d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:055acfce88b0f4f9bef1280ba185326dd787059194288ee4d837278bcda49df0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3f32bb224f7b495972b51612ad55711962896c75958c4b6bdafc645e37deab1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:85575f936c61819f977ae8a7877b0d562e3e7727243c2be63f8c7cce2198a400_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ef04eedeb5ca1db07318f0c80bad82e27594db3873a95f5767fa763ee8494e70_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:13defbc3825543d262183826b9539e67ce6e7931fc17a85e6e293b6ec99c06b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6cc6a8f08adf95cb260f745377c4c27b1c22db1b5536ad1021a57996421bc32a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:718bc4ed71f5b54165208c5f7453fa6686d64963948f63a3ecb4d9aeaa833b72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c81f2951b13277c565bdc2198fd36a858643f4ee2f3f2434b037390d91d214ed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1bf1111966c24d99e0c383d0b5d44693b83d6cb038c5059974cb3894977c167e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:257e7e525cde8d509de6a99636626590340605588f370e104432b1b156fb5a5d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:54dc9c60fb0a206a6ea7705dc0ff3d518de9b897f1e33bb32a5c1579a4e40899_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:dd21c8fedf7b6fb2acf730e1e6b1313cf30c9a7fb423b69e2784b03036de39c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4cc1e8227aa2724e710ec6017040f77af4abd33103676b7148f167f35799a3fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:74e8c4938140bceb1fc462e2c258808d8c1efce20fa8886ef4f3e57111424fdf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94fe63c2a996f01a5a7442567023256ca945d2414f440e9e7e8c4a1080c84839_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e47097b9c24a5841e5925cdcb5fd495aeafc0d7b6322a9802c34ed4a8e721f94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:67a0d7ba536723df4ad5a804891bc69b6c894d4f51770edb30a1d69c5de57228_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ba9d35ef6b61a3ba76b9d7f13764f3d18c5779e18ba1580c788d7683f7b97fbf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d28a7226a9aae22da651ca1d867530ace92c8ca05e75d46e69e902ff132bb96d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc115f9ee989cb65b9d9474804cc7b65c13114f1a470a63b2e3c07e18e0cd1f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a952029baa1d77ff38bd41f31458ad2ebee167850cdde8bfc2513589c3df2cc3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c9e7981fc82a9bb003e101c86df6dabde785b092c48e54a35668d6f40ee57e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d3fdd1634932630ee24ccd435e0eb2ae9b4175042660d00142e9f7ae6fa6971d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d88a2fdb4b3d85ab096b21ca4e7577da533fe8e9ec37e16d1bb75b5bd022dec7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0b1743aaa4684eaaef8a192e992e85c8e18e328a04c361ebdffadc179a503972_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5d38ea28d35d99f8691d72bfa98c0b4ec03484e63dc29791c5921367e0409168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:df10a5c9491ee928b418553afbf5fcc7ad9cea7a6ee5d946bab8c43e78d045ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef723fc9bd22c3c4fb9af942f7e8828148327a82f0da2c3631e95ac99f2300cf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:475ad8f6bd57de2a9b411e396d1c4cb688ef9374ff93c3c6b2e1f03383b09b92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7e9134e2396b0d88990abc98d99201405afaf925db7f433dff00806bb5a8431a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a25da8dae47de5a56fe9ce70f0a47898e54f1919b63b7f52dc0556c8c8385471_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f781901fcd2101fb045ba1b2dd83fc55d70043fe0a526abcc0419b7d393d27b2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7774713a5ec68411c69860c433be076edcaae57d96f8231c07334b4ffe700f6a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bb33d82357cd20a0ae33624d4d5caa24d46325a673fb66fa4a29b4967875a65c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ce0d41651394fd31f531307187a878bd453658aa25853919ec9735c6da0ceab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e385eabd862be9e677b6299b2591a690e23a6bfe28f74fb7a38ab4e2b69b1114_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1a52670da13d42a2c4351a39949e2569607161c709848f7e72179319ae8822d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b7d08fddd8c22ff87a3ccbe6df18910af6b8004be6e486a5fd50575b314b4b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d8f094d132383ebc020175165a02946a0c6f49c93a8a3afe52db12a0ff2239a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:df160cb793c8691f9e627c5bedf753c1ae4b8c4868a3ba7147c0d22d4dac0992_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4ee9a949933c250441496a64c5139834ac6599d166204b565630af6c381e18e9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6fc4c386da9c6c741351a503c50d20c2613b12e572618f8d458401ce5a939979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7a259d83eaeb6a1ef8434cb0219d1ca810d3f324d8850f26c23f1262ceb9d1b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8a978eda0f3b80d04a8798468a121186da7bd491d124db13997cdde918ab25c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:044d2ba4c2e88b3250b61c9d8e007f7e25f13a70392bf1e87bfa8b1771325b9c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0cac2b419d305f2d48903376077fd074248d11475a59031a47a5c57fc1a0ddfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:60a2d21886140262379ef8d2dd7824cad831571299108de9acc136b183069868_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c7be1681cdeda56c9bc862b1f757f465d5cac94c8357c2d274a2418bc48291f1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0173658f171ac763b4df1e168c78ccc67875ccb0776148a286da48b78420fa4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9ac566b63bf5cdaae2c661b4a3e9849e8a4900e8cafd72f43c3073f6a275f19f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9d8d13cc9c4fe358d5a289b3181e2f7a0276d0890b3610a5a832113e9a7bf031_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fcd085d70f120b2ba694f47e1e0fbe4fb1e76fb280f818dd9878353ec9fff179_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:05a6dfb4a6d5eca5b30e24e5aff0311a4dba3dfa2555a9fe7e666aea716d5f80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0c42ad7f13cfbf8a4aad78299d709483343c1d79443ec18e7aa7f13dab756ee0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:49fe440fc90876f576831cfe4969a2c8644ae0668fc8b53238cce04cf264d012_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d674cdddd4e5ef36112db5950f352e7436a6bfa38e4adf160d0c508383ce2a2f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:82d3d30e08104549b682d5d18e2110dc811b51f913ebf9b63a9ec97a367d7533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b3040c908c028506c2acfd9ea1b3e5e9d77a50db3c625905a43a2fa9aec02278_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d4686afb2222a0c96dfdd5cf627190830f3ceefecdf31c342c1dc62f8e1c6284_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc87935eb676a73b877cca295ccae2502645c3183a416363c9dcf9be6cf2c08f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:15950d0ef5a3d97cf77b1e9cce96e0c02b1dcee7a6f3c0cc114881c833bd9eb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:45ca25deb8275f00f81de1e135b755676cd68f1b3ddea15756013ea2d3f125ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:84562224214ac9f7c78de1395e0aecceaa0831d39d4cddff749ac512f57d6090_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a6c12027d86df726cdafb27b1403b9b75cf80bd4338d49109cb31438a8e29c32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:25cf08bb0dcc57123b335ce4e8e6a5a8fbe2c5070afa3dfd70982c4da29246ae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:54f3f18c09cc510c30850c98533a9e8cfb88e45be30fc603abcc4c308529cc88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:89dd57ce21c549ec2260cb5ac317482d7523789cce340ce16be13c4a9fa41a16_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d97e33ebfd02df96d02feedfe6e130e71eb9cbcd8eb5d483e968db4adc1a92dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:618f3dc4302534afaedb3302bf8526623d00316cb711f79eb6b6b5c94b797961_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0367e8657c5484585f01b22aca10fe9148db24e44595dd5c76a4e48b90ffd31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:349191b92ccc90cfc329baeb8f383b6fdeee76a39ca018322cf9f458509734cb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f680b48a51e67b566589a0f95617f9415b14356f659b7e550ff886b7e09e5e3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:063f2d991a3c681e1445a00e7e440d35e1c6dbb4d014cffa17fb1e740b659d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:320c754185d72ffba64cb62342a9b79127711c70f3ed1ebf7c7196f1604b012e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8f10002f26e316ff696bb23cc734ea7ac4981ddd2bb1aa3a42bbe75ab4450a43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:a90274c91d85fd2383d7786e51e8acd098a4cda27e43d8dda61e4e12d9a458d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:23d09601ab4dcc6f78845d22646cd7ff02b2b9dfb0576b407987cd62fa306a62_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5f2fe7f22dc893ea7a64630adb62f9b5dc90ef50994cd085d83bd5b5e3de4656_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7462205e2740d04938158e9635c2b453d177aa199edb4af2bfb17cb5dddaa372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c58932f7660b5899e4be1c146aedf325846ea508a327e44ed1d2b058685a880e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:306d868afbaf1e8850decbfcfa2492431353cc24c5f6c7c7639b913169749549_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a6fd8de3f710242117eb4b2025710e73e791a740e7cc2e0338abdc250e31881c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b7ee767a6909994b14a284e8fe87e7a2fc62fb7226ba40595fa8440d6e475204_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ef35ffe05113d8ce7f8b5dd8d4b2c170ecf43dcf2033019062ab4900b7548168_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:555114cc044a7d4e5ca3112d3f38d68521969908d74d6e5c4f2aea8e67c67532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a3254c2e012ef3b198817d3e50cf7f4d8c8a155295ceb19fa508b1a0b1284439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b4ba9117b966ae3d8bb73710413a12cb1c4105a0cb23ae532bcbe4297fd38361_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b78a4420b6de8f189cdbdc208891c92fba17498a5777ed5d6d698ed912963ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:014fb0e9b2c973e70cdc8b23b989a92e6a153f421845f7cdfa31bf5702a34f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2f240934c0edc45416cd1ca384371fabe20445819d3beae93777bc8c6ae8ee41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6760cb05c2b827454f09e12874f2fbc8733c02060a8f5cccc53cf2bb7bb1a4b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:988d34a878297d97b11ebe91e9b1f1eff282afe819d841e196d88bdd402dd727_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3710119778043d36dfe67efc6e511d25a930ad1e1f9a1a60d93b01c55bfa7ecb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7b9cdfffb383c8405b021c31b301c04d84878bfc5d71ed19f531e697dc4fa321_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b70684d47f2c52953ed30e004a850f783883fe24ad6d868345e8a92cb6248714_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:daadb41317c0a0e7d8d10ab17d938e446352d5956e30e3b1a6460395d72950a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fe9148a4adedcb23d4efac3c0cd5aa47db5fa70feadb6e1f483ade363586d7c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:785960a23e612ced07da2a43f3c324e93b26902dd3cea8db493523e021fba289_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ddc54e4c746513fc4fc31d580135e5cb7907c19871e5077f4cee006a91451331_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f542f44a792bf794e7c1331f896822948af4426ea975b5d4c8f8add3ae6654b4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3d570cb29c2fb0250ce65a4c2f2835f4a0434f9ee7d8c6348226537b0775cd14_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7ec84086841e4029fe6afea3bb8a8d5eacdbc2e40ae3105e28d5ce86b792efd0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce2d83e4636495b45fb94372caba146c1137405c51eea0043126567d078b14d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfc5aff2b327d04a9f8c1fd344faa5e874c4f881970df1194795b08da0691e00_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:13a2e75c10030a28b3f9091dc8d1eb765f68f98e5cb28ef279351066a3cb9dd9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4dbb4525fed133a4adf3a805b704c1325138eefd5fbf11252255a6dc602a9092_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:566f3c6ec55bee0f3474c65b0d46bd67006ca3050a3f68295b56220e1fed5c33_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6d84b5c4e89d3e9920d29dbb4e6220d7711ee8e35b6f712afb48d9d237331322_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:063d1470a7e78e6f8b476f6d0f24e00c07b927e7770a57aa1ef0bd9431671f9f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1ba743a0ba69aab41d42b39641bf49bbb830e675d864e2243cf7be67b612875e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f561adb6654c93bae119952f85b54a340b9b77861029202f28280f5e28e42b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fa07433ce55e5cf2bdc7b739a1be7571a2ac7dd66499326dab744c3de2cb3ade_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2c7e62f8f67717b38d2d678adf6e15b52e20b6c8d91222dc96d239252b576fec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a35bee0fe540bfb4063e5332e875d4a5695a403680ebb6c6d29b9544d4c0f83_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:80d6502d656462d3b291c4a0ecbe5134db50b4505830ac7fbcb13269bde1877f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c21aaddd88fb33a5b4ddc628477d32303c3f705ac42f6a28a6d98eb07b1f36ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:513a4310d431716b4bda079f6581b5b7862a936d323f14b3063e987ab0b8efca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5d55967deb765a699e0604a26c5029e29654aeb432e9a0cddb3581baa36c7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a4b8598a64c02ae4014f5edb6d83c04263554e5264706d9805abc1a845272eac_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d92beccfc6f35c71571f8f67c903cd19355e2ed5827afd9fdd2fe1c2c6c2768d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0acd70a02d5b1ac31c4e9f57c3fe1347391b3404719654acffcbb1be9c6bc848_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6afbd187c26f0832ed7b2dd8ceb7baa4e812412f9edccd694a11d06cae186f80_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:85c8925c21ea60e53731ccf1256dbf0e7c5e916e00d7229c2b776174cef64a60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bdabe1e4a7a3de3b919856dbc7f01846c8cfc52669223fb733509c1eda54c643_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:79269b666ffe59cce6d420c1150a9b66a0f68ad96d16570a8aa6e4c8149a027c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:03bda40acdebf88e2e44fb1954ccf72a92f26b8a9d16d2111645af6bc02fa470_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:30f159704cd2c3b760b1f434c653b6cce2abb6827266b0e55a18ac1ad1cc8503_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:10254773ab9ac268527827346d6144fd3eca751e9d793b26bf1947627e5db535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:79269b666ffe59cce6d420c1150a9b66a0f68ad96d16570a8aa6e4c8149a027c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:03bda40acdebf88e2e44fb1954ccf72a92f26b8a9d16d2111645af6bc02fa470_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:25018f9fb4cb3e5dea84909f850938a92a750ec133198ea1d56b84bb08ed503d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:16fefae8ac8a639074d8aa68b9d24cdf65aab8d26a1b3dd9f17aee29862352fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8d53e4cfe826484c020d947f0a68dd01fb99f7f8cd4c7caf4fec22cc49cf5149_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:940e3bb77e78f016348adb18e6e1af0dbbbdee4cb990e33407738ef7dde6dd8d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a466f8d0c2e4df1dbc1493def9a0b36800896cbbbe33a005bf6995b61e2d25bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ba4db060aa6dda3f3687537eeeed0af9cd57b632a24e4a23010b7ba385577271_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:160929229a05bb01b601e93a4e1c3021ac5ec0e3d18396e1c1b660704bc66775_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:36a9810af63f6da1f68789e2adc0e682667314039a5f88e656441fd2d9454bc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:73d44a89d4952300ec8b3070447bde41bfcb112ed7fb26b2366ee01a20884df3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e90a29bef1674e43ca9a21b7f0168531e4885addeb6dab959f63baa8a334c036_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418900"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go\u2019s internal bufio.Scanner, the read operation fails with a \u201ctoken too long\u201d error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is categorized as Moderate because its impact is limited to the logging subsystem and requires a specific, non-default usage pattern to trigger\u2014namely, sending a single unbounded line exceeding 64KB through Entry.Writer(). Most Logrus deployments do not expose this interface directly to attacker-controlled input, which raises the attack complexity and reduces realistic exploitability. Additionally, the flaw does not affect confidentiality or integrity, nor does it allow code execution or privilege escalation. The failure results in a controlled degradation of availability (logging becoming non-functional), rather than a broader application outage or systemic compromise. These constrained conditions and limited real-world impact justify treating the issue as moderate rather than important.",
"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/ovirt-csi-driver-rhel9-operator@sha256:1240337300cc8a365ee63d531b7202f5548b3b4b2cf48c3d1156c89149eaa1a7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:166fc2ccce06855d581ea312ca0db1d3c2aea4932f1d38fe5b886a34a2195786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f206fcffbd7d83b21d899d354272a62739a4394cf9e321519fad70104a043b66_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f3dc2979f89092e6cee79190bf24ac9cdaf882ff2aa79991b118f97c8fd2c72d_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1abb4ee4f0b01be12c8f2e2ebf2da83445718f746b06fe4c83ff72bffff6013b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:2d73587e9da1e256a13e8193b182c216f6f1370133dd937b0d0c8de493e93ac7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:90aaa5331cdfd93ca16aa1645a1dc69d0c6e07035b6828c37550fccfc324a11c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:db7736e790073eb4deefb66133303fe82fb87ca84dd00ca529b1065d16919cf2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2c3763694df607d52853624e7af4fc2565f785875d8d816c8ae5be881ece74f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:503ad199fde1d37343108db03bfd711dd7f7d6ca2623016cafb85bd023b0b66e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b5b9bec5a239b9cda31907f6434de28211464fafe56f90f591e2bd77048cbc78_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:eddad81b997c59b35964a584c610f336ecbeb4ea791809400aa3274bf8a4ded4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b70fd26cc850327877a36a84968630b6cd3cd04e1c542ea4f2e6beba00ef54ac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c5e173d1bff544023c278c2f7df2d9909d437548aecaa4bdfa43fe4c32a53239_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e58a67b7cfb82ceff58b1cf6de719c243212e142abf09c66e38fc8ffbae5c2bb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f98e38faf54ab90dbc4cfc6b6b8f4d2ec95a29e628c7e0821d66ff9f4431707f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8749c55b78d5dbe3c5b7be910833bdf641e49b25dfdaf051a778c139a238ad1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:c2750e23e9bc18fb64b1e8df0d894c0553832dcc43a5b469403dd65c156ee5fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d63d620d571d7a0e3f01d9968e1dea36f1e7e74e21cd1f5b41acce63394b564b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e363d36a7b7e0fd73f45c40d3772507369cbd5f38a349c1ac7b471d8b82372a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7511ef60b4681123a489717088a95fe1fb4eb26b661356c30b5e9c2b1810042c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7713b7e6b1d55055e9058899b252c3cef272b58d532471dce61abcfcb94ae6a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f6e7e55ffd641b5635237b09a9284e5c23e8665eb459f85ae89fc7b03cea6857_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fb405d3d09b5a9c79993122f6689589ccfb2b26a85df1af1ce23ebb8c3d282e1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0564fae5cef879411cbfca5ae759d8453fad1ef58304229a9c7e0c3a5c01ad3a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0e56240076665623262eaab6ee06af30f3379d82f1199af689a1d15ae1952792_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4256156569fb1cb0abcf3b738ba110e41934fddac5814e854deb887bf73507e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8894a66ae6a706b9a80ac60058c5bda80aecd4c16c70cbda0c026ac7dfc6f15c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:169335906e74324804766e4ae56da8a6d3c5611e40012122b5ad95edea908982_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6150532e9fc8c332a3ee0bc8099fe05f87df765c64aae658450555a550cb9fd6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ac75fdfadcd23462682349875730d1051c4ca8078b637f31f45107531bdda9aa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b48f1122a811c9fac2ba94b8d5e6e12eb71eeb7da19a788cc5705b79b9371f7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:03a7220456e556f9a2e9804225ea3873dc26b198b5cf9790b4ae4d835f885243_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7a25fe6da003108eb41e42391d803725408b111043b00af7f304a466557d5945_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:990148d090f37fb59855b3a1bfe2790c458cbc55e5edfe9938f4adbfc37e6cba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d832e4ac3877823c3c74e1f6b9b507b3257e9908383d4c63255ff1dfd2c58f13_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:5d19950138f046a9e96ab23adcd456656591a6025542cbd15402dcf33725bdb5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:635018b45a33d7cbb15766995f7de66a2563fa3bc187733e0ebe93bc8e0f4f33_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:790655e6a633eca04b9a6413570c8d64142cafc2dda1d944705dbfd7bb16b646_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:8d8098fae6cd6aad5c5fe24ab89972cd467eca4d3bd437231653fd6d44f2a1a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:48bd4b74a549ca3a4d4ae5a1f4cfa08e6dd4102cbd97ef6346c77728b4ce328b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:539f9121292414e1ac2f402242be52dbbb7cb4081d7bcd01f7bb22ca592824b4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9ccfb6e935cf43c782afddca5b98bbae4ded9b8de5f8170781392bec9805e7c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ac9c8e3d06d1a1cf805c4bfdb83a880f2194139140f257f1855d254dadcc03b0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:39e7bcc1d96c891e247f91fcd5346fc1d5d884ad9fb51f83f0d289b2c0071106_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c65fff6955cbd6c79d01a7fc6955505382cf7a8f694baa75e64ae8b8d36f40e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d2f1b6de152d08fca7441115271cc24d7459f353a19d6e9eee30be1543d67f65_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:daee6e1c9a7df1bc286f4fcd4a79ceae3675625c62cda23f0e9dd3a2ac550920_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ae12d5fe4aa7c0dfe9aaa65086df6ca6d4bbf16013b7fc9ac33c1762a073c339_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ca67d3368d0b54c2683af5c16a4860ea79b5229c964eb28dd259caea13ee1614_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ef4861f5d7482f39ea162a2446597f4ee77e3812620a3e23bf0227cfacf50129_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f1364e5b51e60696f6c1150bbfd494841f6cff918d706ac9fa29332e7bfcf9ac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1d092cc28a2566b8f8a7f98f369f126bde88c790f7cfbd66c8e217f1ccbb8060_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:387d46bc354a0abb6bc9499eb1ebac51e3e8af6d9e306c99c70954788966b677_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b515e9d3a20f024ae23bb509c7438c28d8aa80c97ace149df62d30dd2545d044_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b5d60c432d9a470fdcf0e33d785c858954e470eae3cf572f07db962f2f4229d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:07f2d88cd98d72b4f2fb06ad254d40a434d74220b1f3c54eb289687926433efa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0a40e83f2640eeef5def25cc6bd409090c6560b054db320009ebda53d0c9a438_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:28b6871951b4312a663bf69ab3c984348d6a774a2b1fc839dd3fb35ae6837368_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2c523d8b08460b9b666a11ce2fee5a495af0c434f41755f38014549591372109_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4d9557543158f339032c9c37b771e0bdf7ee175ef4c95d1b9484efe0841a676a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84c9ecf14cb657fa9fed55663acac95ca4c6098756c6a5215906b7a57553f5da_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5c6a6bd4727c5855e0783ea9a2838d9101c005d3042aae6848f619350045d8b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:cacdf99b6637e90d3203401665039c081e0c54711243a21aa0ef4345a221f1e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7fb9a55a41c8d85619133d6d1766e2f84ed841367c4454f820b2a85ed2a95cd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ba7c95a0a9217b4040e7854a67f6fbb05698f368b5855b0a277b55de08d29205_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ca133ecdd5880f72a188b87c6c541199ab1f67a6f71164faf27d31e063b358eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:e9ddc4154c7b4eb1d6e3524e23a3472e6e2daeb3276d5e3bd20151c78624ae4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2bdf6c546709c7827c1a68f98aa9b01cca8a00b5af6640411db8aeccc006ed48_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4ebf1fcd06d21b2b6dc3011f58d8e80a379940f50f4cdd7028942ba3ada5d8eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:50b8a61152b15f267b9eacf0a69231966ad997e5a7638b7e90b0c421bdfebf32_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:9635e7dd67d484895f6d7ff34b4d67c9b25c0f0b8f045e5e414142bfad951c75_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:19c0783b85abda8d0ba6cda4bd4adcb36095798d94e616c99f411338a9989059_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2b7674d4d94d806afa2827d1a715bb74273027a2f7d9bbf3f1529668fa322b9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dee65b2f904ef032540387e899b6f71a3ec6e96f12a87085a1f7d7dabb56a4ac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f07ed2ee836cee03695bb8c3265cde3a3fe0c50dfe1d28a1a69c0e7a336d11c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6f12925ce09cbe57e60ed8be87a97efc25587ad660f8c1567c43644049cb989a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7c8880ecf30fa54a789f5c518e30b69e263961d9d0d3845e8b02ac1c36b7e905_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8e824da03dbbe619bf1af8633602b82312e50a5442e38f55c25d18a6726ad544_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a27b36cbcb25a247f73b8c81e17762fd56adb520fbfd639ac05664d48e705ee6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81278605bd05dcf248b60fd1968afbbfd8c3479cf8bf463b7d27ed65b1d2b6c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c9442acb567c4486c23dceafcb289b058dd41559b2dbfdcada34e00171f8c34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a85942e02b0c4582a0f7f777df4547252297e1e17b224ffda634498603419acf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcc317524de3d0331b0bde62c50d5c54e0e4c5127b31d1adf4627d3226c115aa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0cf4f4f84795355860b8e5d245fa7ac7ee64058c0faebb32a97ff078d03fcb75_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6519e13a63e027f01f2b78d4c2280ca12d6b8d1a573d7073a1579b0158305717_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc1ad2ef67397f8a96e29d1181983798bf12f234fc35ee5d738027825d2ee2e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ff03d03b34cc9468ecc8229b68a2088406a7ca7e996a092a32a3b824542a4369_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8afb65ff69549ce53ccd246738b22de5456c9ee8285b8c4262a7223fb0cfe680_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:34f0cde924117f6f678dbfbb96c7a87def4ead6cf74ae6aaedcb4dc5d90b5468_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:353937307e06093c281900ec2e4be8b4be35a023ad8c789c7c6876ee454e1086_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:84f8358b1a20a6ac0ac59c49c09eeb60ec7f5889874155b07a76aa40509a90d0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f77cad076f52197b4cd42642f97bc8d58b84692f327b640aa6edd64799015f98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4abfa9554b311aa9a5628a048bef3bff379dfb0416823371f45c1db64651dbfc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4c53393ecb68024ddd2e5f0d6461a48e1174ef5351ffd398cfa85a94df9b2acd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9d7d0300c44336452e818b158d4b545f4957d6676fb26cc0561aa8a6df2dd1ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ba297510327fa361830b08cecf0b761860f9a474caf2d5a60feacbb9d5130197_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4c41cb5c37859d2a2bb96b82f464094fe53a8c34f36b9d5b531cdaa54953bc58_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:85ed4d0aaa7e5f0a71a8d740813fd32a611077dde5dee6454e9b837fd1977d0d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:26abead2eed82f64757b4868f8011dae09ea5415c837f068e52f629c0d9282b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e3e89a53da1b6e30a762dace6ee60e8b5f3824b5569745055edcd8fdb2252548_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:62cd9fb8415f6db5c964214ec73ca4f33c12e4dfefd22a086a3880c82fc329d1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ceb1beb2060ded10c43009b1f27f94f0b91feadd10542e1f4234c286d6ad653e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:490e384fd5253d49968519c893128cbe16c1b3c2e422066de314de81d4d3c7fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7c2677105560f8d4311c7df77717bce40980903c64cd6ad80994645ba111ae92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2bcaa82154d9f7da101886ef03f6943ce8711024cf66697d383c4241339944b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79c5713b4926750620c01e2449581c1ee308dcb484bef264beb7a4e83d29de25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c245651a569bee62fbace5bb869e1578e08a9e32a02bf670be147e8c8fcec5d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c6863ff8ce9cea709fcb4a05477c6d99d03c6405b19f15281cc170dc182cdb60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4f713d16a4d4ac6bc1ad8bdeb2cd8608059da2dd53f2660c61e1ded2cce1be27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:503ce2b566a5a36deb0e9404c4b7a5eacda690e4b6ebbc1843ef05025d4ee99f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:991428fda812738e4aad624ca0a8d3e66aa89b9bc7ddfdf5523cc812c6bc74e7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e02cdd4f9da2a82a6349dc76a217d2c59f8c9812e8638161b4fe2bc579fad630_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:8e2bb65716ce129fc5ff886fcb128712f1a94ef2536235a872dd15aa3ec34cb5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b1a19c45a7778f6e9f00c5ac3fb8d4dc905bcbd22a7c187389839216da329c24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:541ff5d1a05bd2f66eef0e50febf5c2acfd78a8430aab446f5964dac400dc1bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d01f5f2fea0a69899bb9484a065ce8ca1849a771536023b50060e02475a21863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:144cdd65d0aa3ae7dffc6a696d4bfff73f23020a1cb21aee96924e0756945c41_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d0a736096147a7145ddbf8d3cd9ba0ff828996dd8cf7c0294be2f609e08ef507_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:1a7a0a431f63f3ba45bebdac1c5e40714be95ebfa8582a07c8b8d224e979ee80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f13658a83be5794e3d5af470952703c26fc9878851dd2e5c4d5a81ef4ad993d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3635d1cb9cc3c912adb80dc6e85a11e0bcd088b217872d7d60cb4d4bdb793993_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:46a73d09e70f3db1adb9c554466078bb2460371967d7bb99aefdbac454c30be2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3d7ce814be11a477d874160f4639678ea67efda166a6c7b823d427c9a5c7d65f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:4234d1f01b134bfe72fa62749941322c453d2197efa06dc2bd555f281cf6bd25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d073d210b9d46cf343977d402b91046e021533b73df78706fd0b4565f1bb4738_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d38418d75e2c1d547fad8aa49fbc13305ad515c834f982016ad6d95bf998a826_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:209f7fa1c2d11b79137aeeb1124d6bba014b76163d04ef8b46fd3662cd85720d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:34d51d2b8e75e20db14180113f49eb0ed77a3a7b91f96e5b63ea66f0cdafdedd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7d3bc867e33ea766025ba1768a4d13b1fc933054c80f967889275d0c4c55fee6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d4d031141a3c2f801c415174fbfddcc67a46ec35ac7c9c523aaa7d8f347506b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:78153819f6b7d7a31cae10aa0fab99ee7b64f33518ff06d937b1acf9cf7cac01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b2a9c613818517804a209780ad180be00e403bbbb07f762019e619a2f3937581_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c04b1086c22f16369ba8f9eb1ea52478b5612014a232ecde58cf52a5474b9b6a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e086e7450e02a650226412a2eeaa6a7c13d96fd965e4d01955787bc100d1e839_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:45209e6983dc2dde439ca2ef1826f6f460f61bdf645b3f08fbe0333b9b41cfec_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7c849d93184ec87fe75fda9b235fce8420de88d73bc08fc4d28b1ba882698a52_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:baab6fe7dc2bc03d5e420982f7a853d1042acf651911d3bd4357149573e28dc2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d57b17bf9649c48b311afdda85cbef7fc2b98c516520149e983434f65dfc2adf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:08de867062cd36fdbdced721a950eca386875d9d130e191ea6c1e1c9d2ed9bcd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:21e13a0af2d7141d08d15bc8d4f745c184400410812231978ed16e89cae5f798_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4667f25905e7acac890cc33d498a62967392347585a585196dad42d75c6168e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6a823a329f7d8f6fe36cf9cb03a53439afdcf539c128fc5472cc25b3068b1e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:03f3f0aadfcb69fbdf6fcf0ad27c4e875bee00b47defe923a3a78d3b73736e08_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60a4564bc1b43d9f69a1dc763f8aaf1e72377939edbdb90bc4373668bddd71d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:70fcb2fe8494b67f0bd5f63271ada9192e71f3310d604d9f025230bf955ba060_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e86f3aebb1242ed4919aa0a29ad7f5d0997dd71e9b3b3a22fea6d8644b1b781b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a07595162f4b57287549a5f03728049d0b81b4e2e9005204b1f925eab029113_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:80819f88795a16b1df3cea66b7fe57d68b504b08fcbaaf245716f3caed588e82_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ae7eb413813e85bafb332b6e766a05c3e39ff19638e3e5483ae7d1f37d3e03f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:cf038a6a0e3b2c297d249accf719b9019438aed39e746e90c0aa6b5c0696035d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1ce1476120cac11c7330ea4e258f58a3418cccf99a7d0bd7305e9538d35afcc9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:55d5c3bb865473eea61e3e49d3c2bbf1e0f8d4595f08e4633f593ada47f83e37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:83651213552cab64204b752bfce2b41c86a0c75638f5075ccd6a220e4304790a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b5bd33aaa51d8da1bf7879156bac953a8981e9f3db9685b651f3778fd23fb2fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e143ccf05b7d4d9bd6d2d9c55a8e8e2c397a6a474067c632bcc25c822a01afa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:466ea07382cc42de8b7739e3b26ed38726728282364ed081d8aca15d3c356454_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:66ae0f7ace0efeeed67f0bde5d84d98cc56c71d8d3d1c25ee275c79774c7c5c0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9c9f8411cb23d7822bd4d718524d203b9d185a39b99562260d9766054e4a4e30_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:57571785a5f93dc4b3d074fba324572eb1eab48605022e4758964b3a68977d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7a8be9cc035742dad0b236134071213e576af95eeb9f018566171e48a5f238c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9e64d77f908794056343497dee8feb351a19af719a9c566c8c5d43f63ea8b1bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c92dd530899ca879ef241c5902a3c417e5a926984e7bc9b77abfff08fdc4f712_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:41a610a8e81ecc25d039b60fc8852c7015de4a8835c578819c4c75452b21a615_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8eba168fc4d1bb891ad57c34e982cf56434b25b0c91dabcefd1db368cd5d825e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:acc1718b0469e43d4775de31066cdbf6c641b6d198b3552e6c8ec9086d2419dc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:aeb16151a0463f66ea84334a8c6527f2f534fad1ed94c9b6c86bb2d289c9da06_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:12febdea8138dbaa9712772bc690dc8bf2654377b8b01b1b2279349d7917168c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:17f07b83efcce71dac75342f924c4924607a407d0292270d3657226d08903c18_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3bbee0403b76850553cf45821287e26a5b219186d7d6be98ca0e03bc547d37d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:eb222b4fd170b94c157f16d6a0f82396b717182f0ee467f15bf3dd622c6f042a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:46e7754bf973f2f7e3d223ed812c5815d834d6f629fb72a68004f6db3bdde3f2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5185d8aa7876edfe50ae5a3669017a4fab6785cc4e9293a1d4d5759479ad0d31_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b42b9fa2a9646b187f2bd75828110e355dec81581e9194f83e7d3ded53c10945_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d39191eec6ecab0b4fedc88ec554a8d11035acbfb0e3b1510f30494a88c2fd8b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:026f660635b2cbd2bc63a8a84256d6922fff55a5333081709111889b6c0ba657_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:084f162331cf54ad2c855c0ef7fd2fe50d2b797e772a52e5cf23b67869251b71_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2906814348eeea244176e04b979fa9b72e5063c1603e26099a8bebe7d7f702c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:306bf3b8d4df1806db4b11ffc34935437d0bb9e927c21ff8782be59312ad8d62_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0fe0281debd5831646616ec860cd6ae513e673d846710700d98e2b26cf481d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4b52594395f217128b30280b31785bc3292c15064aeb61aee506375ab41febe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a7c69e2d43d64c6016ba32b472d9234b211fe924471a29b004f1de0bd11555bd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fe0e7d31b49934d0f9eb64e2c9bd2c8526ab3459e64c9c946e06dd7da7929051_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:69ff3641058136961d1f36feaf6bf3daa9b42edffa89369405b8cc8f99644766_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6cd5ca919745afe1428955e23ff22b98a03f99ad88ccb4d8cb8c172b9bc48c4e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b39be6b16de13be746830bd7f75dfd7cd71e7927775d2864a75c5c6c939d7445_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c206351421bdbb3adf19723e75229eda7510d0ff959f1e5da2e4b20f1393dd80_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:24bbcb8228ed8713af724be3c2315267c850fafbf39e288b8f54a127098da3f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:337f411c10760ec60afcb593facaefc9d470f99424f6dc03d68bdd4a92cd08a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:434dc29eb1e82cae48423f1bd0ffd541800c8cfa222a5e6039e015efea74aa6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ab9bc91d83be5ce9811d251064fd87b01a191dffc64a95c7c6d30db34b0a084f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3b4cb8a81c6813924ab327f270ff6e0f45ec7588a728f184fdab345947c62327_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3d24e6943c302fb78c8931563076dcc75cd3d0104581e2a2b44f5c315f6c1876_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8f3cb49a35782388214b24deb440fa6a66a416d665bd0b17a91b60eeaa8aeb52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f17c6b65320d04ac29fb6cb3d184b7a18d3d62ff9ed273d44c8badc50fb4f6e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2a3e5034f99e8447a443e006d829422ccb25ce674d322cf4e29bf06d65dd8ce0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5773df7ee781990b7c6c7917c72eb67e9463a61cd607f57113c0e4a8116c9a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:93df53e41b59d5be5041925ff0f049acd614b22f5f4ef59715f647781f5921ea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fc402ff627e41b7b13e4719e9bf4c035bf38bb08adf648f58408ce5f4eb8274b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:279f6708501389a928cdfac3f1cc16ac4ef08d23aff7a44b33acebca5590a2c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6c046faa794b74f56e0cba131bb4b0b202c175746b62f4c0880b2b6e8f16af40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9e83d3bca30f3956977360bb7dd9cc1a8a7f2eabadb39cfcea8b557d661bfc10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dfba2d819fe6fc9a046f010beba7c0b7c68db2ff0ba6e605228a1b4998167801_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:19acd5c0d5ca558d869ea8ba516cf0270713840788ec624cb212582200c2b017_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7c7a75216d647f640e51b1341dda2bb4544a34729cbb35d460bbb132388f2ed2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ab48498a6d8fd1cf12b7f8b464818e5be14433b20954daaba165212906f848a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e1fe56546609aafa5ed783816b39ae183db16395b9fc17264fae468b1d177df5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a17ed73c65e2a19af47a566e16e30f4b34ce27c523ed8e49c861f9942037fb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:836664f6efa6a8ecb3c14657823fe9eff61bb10642069eb7c2fd0ec0c5a052c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:91a4af7ed8a198010662ce1b7031e9cb3f961610f41ed7b3a291aa95cb606cb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5803e67eac04989058d49ebf99b0021c38cf8db0130ee6ab67ca1b93c84daa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:420254f55ef9c5fde9001d2850cfd2555b066c3a5444bb4cb84e9784430e19bb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4267c1de960dd4448e693ae07e081f12732330e47547c3833f579a3b26dcf8dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:75c064439757ead34e323f98daa9d24361145242b9bd33b9df485c521c806e20_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c2ad186b59d828f1e456d8bd89a5b71019cb4be6d132e81491de5d391b3207bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0013300769f9b464446a8933a444bb6815856b53d999d012ff8fccc3458d20f4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7bee7784d8828fc4a9df69eca9c1ef35e005581fd224216d5a89e680179ca991_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a6ffe4308a45c92eacd086788e37a923400cae5c652798d191e2cdff88bd58d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f6a955064e91ebb0e5bf90ba8a96fb602eb9d2445c179457caced6070c4bb46b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3fb49d1af154eddf0c137eb7c2614bfd4493e7d04bde41dc5d58127a6212a8d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7a8cb75cf04719b8034be238eb51db106aba9c5b2c078cec7edfe1b43433c92b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a7ed545ff8c65e831a43781949f169e871014cdcb4ac48d3f399c40f5e2dfb7a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dc1731fa9b74b78461e448e77a2b3cd53e8fd0b5dbd71a02d45a396dce1ffcbc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:05add077328b1b59fc26b4502c1e70eba470ac7d4b28f6a93a183f9fb808824a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a664bb7d44559866babb7db4c4d188729e10bcfa864b117f042642bd946dea44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c457f196aa76f0e0cbde2f179253a535f452127abbfa6c1187c20f6b173063c6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:cf85ea7ac46c67c759baacf5f379abfede2d7feb143707535aec5af046028a2f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0cbcff39a10a66a1c633282a8012ea117b29a7b0a8c57181172b0f5890f4ae9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1cfd8bccde5de1e3a58cad853124e1775ae3c6f1616d1b5da3766aee4beeaf96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a6b143fa9104106ff3a4dcdbb2fb168df5ea9cb89457bbd2a254a26e5cc026bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e6543675b0322e849dfb6e33d85b92fdf4c07f970c983649261209dbce3243cb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4a9161e6e5e019e2fb48e0b7bfbbc936c5d715310b65831db2abf5aa08eba682_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:546da9afc24a942433d25b44b6595f5f465ce0c9d5d4c3c6234c1e137b772513_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:cd83aa0cb7db694bb42222797fc6ae405bce01a42e9293389624eb1ce0fff757_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:fc0a0fa79d1cef8909c0dd78203d6156da6f72b186f19353f722a5d80918081f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:565ce470ec8f3fa0311385ad3fd2f2d740d2bf2b71edad055bae19258e1c112e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8990098e62b7a4b79771e1bfbf231f4bd73ce00bf318660fc8bfe9cb3bf0c276_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:cb17aff3f0f9107e83886d2313fee6388c94018bbf714cf73cf3ec592ed15d92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f29d952d9725d04976958eaf851f455cd7c74fdb1de631e2a85087c5f1a69afd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:30e7741e2019d252faa6d8ff6c7aa645b9f1ba83e46c8c3ea6d4b2c5d793c341_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a0b2e00f2160897df5743e11eabee6bd773a1fdfc36f61cba9512fc332d0df0c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6fb9bef3e9987126a8ec58cf782f4de382fcc72efaea3d6c48cf894a01062a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c451d768e9662be5e076732b76cc94a60d1cead0bf264be39d164cd31d6c78b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:03f0b3ac6f51dd08d1d09ec038508be35695694c30d669032a4068e54ed94b72_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:57dc4c72ebe307adbd7363b09f497b7d8881550ed1f16e7dc4e0713a460ed931_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7ab4a10610539a094207b3a29ea9d9edfeb64f15c4405f7f81d003dfe5ded1eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc709b77301dd73e072976b6b195c30715703a824209bbeff9b1e32b65293bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5c3dd22869d88c0752c89502bbffd3cfdb8ebaac6318c689098d32a07f0f3d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6ee70c7ab77b9221a79bdf9e39169a3050f7643cbd34f6a2c97017ccd6780d3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a6b74b159d589a19cae4c8d056ced3f78f098b10252f71a39c74f61a7e596acd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9ca912b49a1ffb310b5d1fc574ba68ff1e13f7cfe14ae70398166e186244382_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:02f8f1f0133372eaf972a9d53ddda269cf15961460fa3beb5357c34ad6cff6ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6af3126c4c6b7b98b44c1b117493c52bae6bb50c6bf822debd79bc7abf6cb5d1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f324c0ce13e548a907488f7b1c4352cbef82c345bba759195c2443fdd67196f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f633aa2b6e650c49c0c849bd05055641af24f9dd80fb6cbe192e3dd73d165f3a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2f6f628908eabf6b9689671bc67c4075075f3971fe7807b984a98f04d0b40528_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:51aeb0ce359177a91dcf7b450e90861e69918fb40bf50a0a4a1a0056b0837c5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d6e2b9fda8e854de0d147864e1f56e17a97659dd24b25438a8579fd55c1087ad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e78466981d3a21724cbd42f927192cf7d28596612eb131e1c8c07ac6d8b28d53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:086622e4762a3d15f110efc8704ab2eff8a3c5a9762bc63c6d2c55957e4dcef6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:08cdf3e5578e90a7a8b1bf3a764ec8c6eedf107d38833f78e2d12997ef0c5173_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3fd208fd18398dc0929139e58088c5d991ab36072c1093bf9c2cd3285055bb04_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:883e2bf18a70ec1b8d8cfc03ed83db723640847ee6fbd8017ded34535321ae1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0524367b1677eeff9eb5aa9bec611b667b13bf1091fc384c046a7a7fee6d184c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f29e5091f08eddb0706008de190c7ffc5cdb5b85c1d97a10d1a991f16c85137_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4c1e147dba85a1cf259b27fa68057b625aee513b492dcc7a18a822db2d1c5e9a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a9802e85bcd5dfda8df6b0225ac4d075d994b780bc74ddf05e9296c361e2c978_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4e542df1ba72940206a0bc8232071c387ee9202ea55988550f48860414f90065_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:507b08439cddacab09f1ed7e9270878ab3a7035d0b7b6d183b803a5dfeb54da5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cbd010f5cc1a4e6973ff9d5e63fa7b885739bb942f6af01931e3b75ac6d6dd22_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e423953831cbb88db41e2e3039df2ef7ced0c68d4a14446a3547a9f3df7c7eda_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:543d69a1f0d04bde23f5d7349405363b780c5502236e5ed7309d5b5f815ec163_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:967a66d83bec7280aaded94ae4bfb8cb8f35bf8c9cc51ccd820280bf66396335_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ac86d1ba5e66e1af0c954419b2dec6679fe3af6c461d425450f6721f88970dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c004d2b3cbbbf51a79f7070bf3f81a1a455260a53bb974a929418f58b4515cd9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1692a9e4b91c575c63777d43a856108cf36a71b3cd095f34f382de1193fef44c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2ec061dd160754c19dbb5748649b09ffb237deb0f9224671f48b11325c27004c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:98a7945e56f17d3c3f02bb1bab620a9da02d6fa64c206c2ed0eb9280b43e1be8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e72d8bc13ec989c79bda2ba4b1ffc85af436bcb93868980e3fc51c72ee4a0c04_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49ef6cde0a405838dd6159e3179ad5c0bec80b0ffc58ba0a3c7ebfcd02a3c704_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9c01d61df69e48611bc35bb1c190a01540ffc40cc6ac048b51446edb06429ff9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d5e403c332e09a0adc28a7dc129c2709c0963296665c063be46007f999686799_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f057d7a735d84639759146ac021176c5eb3cfc907043921763208a8dcaf446a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0fc0f2a12632f590a8443283eabbd697d35de326f8dd3bd5f033f5276313d03b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:241baf358c84e892dfcaca6fbb47cbf9924edc1b1f6560bb06a7a2861aa91b6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:db40eb2c54071df768459d563b07edd0bafe9c7a4b4b7d91f20e49b285d1f816_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e76c2265052876c7e99cfbef42daffaa1e175dee826eb3f2c42fd8c0ff3e30bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4135f05a12b40cf6f38289774cd71b0833ec5bd225f07cd11e111982530a51e2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:52d55886f6f8df86d2517772e3f8a93199fa87524a089b795acea78a87bcdf04_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:60f6497d4a60a0fd2e31115acda74217718ba4aa9e4190b7f6f04445067f42ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6100a67cd2df93a3a97ad7fb7b4fe3ee631f37e7d529e13b091596761f63ad21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:527c931a4c5f7ff8f13f9c69524837678ee65b5d8f3b7c512c84a8f90f0a2001_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6aa1c866c07bfa077c801cd13bf551e51efd817c7dc362d0093d2ce2850bb410_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:7f1457cb092a268c026f74036e698bbe38384c5c9be28dda101c95828442de14_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cd3121521eb692fb3b9c4282d1b0d578b620facb1bb866bce21081705a56a73b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:26eebba070ef94557c3e3b47d61fa8f634ee59d04a30a0d9515d98a7d23aac42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6ff36824e2b6efac69c1a0aec88b1ced9eea56cae7b4b8b9bdda968bcceac85f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a3213c95d8328657024e0c0c2773fce3c19f77c54eb98a7ed574cb9155a522a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ab2f966bc1c8b74ee7b59abebffff9e9024c82dae708459a9e8c809e4595fc82_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f02be1c05fcad9c35be29331ddf8176dca450c74992258ad060447937a0cb85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f3cd7be8b53c206453f85f86466d1bf0b0e3fb79c6044ba1d08fa9e8dba5b2b5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f927d09425d22b39cfb65f45ba30d0dc21902fbc3dc39989071edd80f8790be3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:faf64ad7bce6306fa098c36202daef174f6c437d2b6a0978527b92dfec30d3d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:18cc0b5a0e2cd4221e25871a654f3105a84f9aceea5ad8eef78a22cc8e94ba71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:63677eb6635eeacdb61df7335f3921306f84575a01acdf5f7f85c0c039e9c55e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c9f0041b0290be2d1e0f96f6727c3a70071105d6a83890e0a5503e9f77da8529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dda882294a5b4cd940ee913a892660f183ce58a68697c70acf4b808234f547cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:288e285618d538d02b1dfe1e83d98bfbe24b48ec0d351030d716772492a4e2d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:841e4ccba4f224a821130fe0dc888a3c0b70e2043c5f87e5ce1802d3a9dc1d5f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:197c62c7eb7d2e1ed0146bd8473a1dea783827d8e49231e1c87fa77d71f34ebd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e220d8494a6444b8eeb1a202c48e42c4c0e42298d4e3d0e2be1a997df4a298ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0e558c44ddede89cbac4041ac3b8f5b661ad452d0ac8699905466cf7604b3f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9f6b103d3b8c08a0d54f36b7a2f43d40c261000a91dcb083d92611718068c596_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84066ba0cd4ae5d77986f82c129aa12ef28deed67a278f163bd1d5e3a3212122_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bd721c031838ba3d30693c02e99c92a05907cf2fb478d201d90f5760a8eaf6cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d3ec4c34047d08e6330cde9d1e39fd3184c7d4dd77be57aa10bee4f1197d251e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fb90893001815582561ac8f89169cb591bea5a8d3178444a6c5bcee42f460902_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:56998f9382c231419d403bec13b5732873bac4aae5011e7ba7ede9b7b1bb3eb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:68e9a51ee7e263c65fb96c0baeab14f700f5aab0f657aa371dae797239d9eecf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6d0c9c01b73387df3e64e4154cb0f0c0381489315004079048688373d114d584_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:764d4c3452867b64338abedfbaf74ec0e0ea99ef72d7d0d9b66446d7c14e8516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:212bd8b48d7bc3b291b4cc115578121338d58fce7ac9c3e67af19aa34cb1dd79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5829c744ebff1ef85a579e74da61d0ebd765d3d9315ff263804b8a78eb0f1d25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6cdaeb27cbeaf5194becf186d2d3605870514999afd3f7653c8330b4c503de05_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:97bf3147de08e34dbe0bcdadf404e0b7dc74604bb8c0eda34dc98759ff1e01bf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:04150f4cfb2c6bbfc1ce0e52187dfed680bd82e203d70e6738821fe494afcc4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:338e5300449eebe482dc73d3347c4168ae212d73aa1f431e2e038be4882cf0e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:434935cabaccf82bf07df8f556ccca3331f393892c1d7dbc30ef60eaa2a5ace4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:d731c5b698de2c3acb9f6c2cef7348cfa152acd5b1bdb0a401474f933d26fda7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:25ce294049d772467415fc43ebd64c23521b7754323e6e65e1f75993e82b4173_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c0ca4f77880521628db1648ca59ba7fddf52295fa2f6f5503a1c99f9fcb7727e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e149b17a5941acbba87c4ae92d1226f6de065f46564c0e0725382cd4c891a4e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f1b67faaf3c4a76d80a1da88305355464056d570db8a67ff4bc149f10160ab68_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17e5a2e5de57f823ae658fbc52ba0eca08339c8668acd1de3cd55e796bb4d835_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:64f2a85e67614cc570c08a3ea9a480157e706346bb91d5532e2aef1b942e69a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8521c92b757c716bd328cbe087a6184ac5aceaa034157b4b83bc3a495ffef06b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a06a8f6b36e0d3be5ed3cf5dd67566f77830b9d06033bb2974f2906f1a594b7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0c5732927f22de21b2aa535fddbfb0abfcb101c33c222fc13fbbb846f775c321_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3123e79a8d9e9f3bb7df21ce62b01fd615e43c2ed5232349c9b649b21dba72c8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9627b270509deac23cdadc314c0582686ca8dee3ccfed1f66f2482b2d91014e7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a76dc073f31ad5afab971481f1b3fdfffa8968e0c9e7d915321b62c6eea98b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1cba2314e3276572ca1f179bc0b27a5f496865f7762f641a4bc87c4a4597018b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2fbb5be24d0fd128c267268ebb7f95861875ceb2d544a5f971f8764f5b15b363_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:72cd405ad70e16a41e943c48ebf24a859c5488dc17264a0a112c1e4b99e57772_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a62243c266f8abc9e2e11b85f1fba060380e5ba7da8c616c0caa623a065c1d21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:0aff600927a762bbe521b6446b609de0de9c5fe10d5cc04f83d9f7157815fc5d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2df7d9b29fb84aa3607e7973875297dd474587e3e2083ef456f4f25db1baa03a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8e2b6df001bc7afdf1ccb8d7c79ea6cb18983d42d3ed5508f2d86c79aeea75ba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cebef3eef0bae4a86f3e2e70ce351335e004bb8c1c1942d58c3b6680b60d5c73_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:780b1dcdb13052360030f39f50dfe70618326c4fb6ddcdb0202026c7badb1427_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9eaa1441bb782494caf180acf396e158c31109d0cbb902a030f524a174386bbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ae30028793ddc1c34f1f24df6e9e9267df190f78e0c189f0373fff76988c15be_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c4e3b0ed2f8855b5be0e0ef59243db95aaf171d1c01c481bfcaff5fdde4a2049_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:76b018bce59457fab7451d530b9c6363d7e49ba9001a68b6049c06827b394e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:89f763f82bdc05d7c90bc1acb79a5db4256b5094eaf5f5dde824d0da6f20d7a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ce88606fe6952d3e5b348d93cb149e5cd27ff88e9321529150ff0630e8696956_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ee514f8d5e86c87b292c53fa8719a2464a6b2c26f73d32229b40afc72d02ce6d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:19c77e70b5d022b86780b5e371bcf5db838e71fe9ee0bfaa09dfe37863941802_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:19d945c8b4361f412a5004d6d1c2028bc9b8436fe427edc269d23be5b4655ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:598f7749f81749f95fbb2adbb168a7206f38a0bbc54da498433570bfc9ce3b7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7b8ac5556b5f8b8abf0a68b6df4e9c2e5f8d1758879e1f6626b3a6810878fde7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:21a2eaf787a3f5252eea1ffc5a3a7604c295f24e2382a5d07b51d83c20ae848b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:415aec52607ec162aeec7704705ff2c762ab785ec0809282a85aa2a93faac0c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:bdb65f1e8184c8799cba2c821807b85266e2dde877e867253b991ab7d3634409_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:20173180497ac88a173aa50ea8c27c8a97522f485409085b16f15dc6271e86c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9e569e126c62443c2ddceacd0631fbede8d0f0ede506b6f331757612ab1aa0a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dc8fb62e93553839a0395aa91027eb68c8b71f21e5b3d51fc99a58856768d5e9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3c5ca2522d648aeb8f5e0f222b1ca1b20226d253e3fde241d6e0d7f8eea9d620_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b5bf39f3566ad45871480b3fd6685784a221d81f2f4f9049f611f6d78d06d653_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f9e8b7e611d5cbd31a6a6592714059891d9e254021aefc813e07d404bb97e9b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:794930ea999e98a496d3e6ee72d55d5868b7dd363dfc40d36a63f6477a4b7b25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:95ae98647ccbefa15ef5571f85a360a4b7effa2fed2c065f55deba9bd3c62d54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cf28affed9ddfd6e1de9095423227642fee8290f2129d58d0a1831e648bfed11_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a83c731420e770628eb18f4aa45c54b5afa374c7a2eb3243472dd8cc4325da65_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:af76096d455c2787c46e447e55991ee28fbfc6e0641b161dea00a1fec0fc1e2d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b96b37df6f83ad640beb701ad76c57000a7717f0f64d9f49cb55cbfb514de5bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:bdfb75c39725851e17362f1163214a0b47e8423f714fa6196bc096ec7bf66982_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6e415c46f81193c6478d4a6b85113d2aa54945ac242e68f094b032190d8c93b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7a928e4ef0d418eadae87fd9c5869078004c3759eca0c879f7158794f789849b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:8f714fb9046c1842f044c5c074486baf5ce3ea05db479b5624702cd5f2f45a99_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e9528d9ae0875007e92c732b846ca07bbc88b38d2ae7880d2bc50b2f2286d097_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2eb4e17061af22bdd0b86cb44a62f6707e0b1c6a6c123d6d8950c50978df87ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:31e57a5ae87d85cd2f7ccd78afcceefd0354312171b0e19409e0f17fdb922f8e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5a572634df8230dd93301903941697e91471808bc77370c4dc7e69a602a95416_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97210ddc8b97156d48b5cc9703109d969a62f43c9bddb2c35ad026f286b481a4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:35a08ae5f0cf1d0d85aa703f71987685aee24a36d7c7f12b4ab04172e242e57f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6f708c0c27f07271f096659917d0b4f007eba72f87a20748e06fb7fb6d8efe65_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6a2876abc7132d4257c2a7354bbcc03dd72af090777671fda20d13f258647cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d8b1f8bfb24a29178bc263d940b2ec41a8694a0cfa536f0864ba99046bdc9a59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b0d822a3d6404036345fbaeff26d4391f253c38a764292a5199f0fef1a00d0c5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e9283354b667510707f4077aa2281697cd685af27bb9d0c8452e855416dd6a90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c23c54e0cf91cd5119e27c826c135a1132be039ff31d832bb9fa338eb79890ac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ec941663ab289c63cd2d9008ab5d5cd96e1cb498f1802e315890aa819fc01545_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:2756bc5e7ca974f7496fb2ec79633a195bdc1183206117d86eab12ab8d803dcf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d9d092381c9c6147336ffc67410ef3301aa27a7b531f9c73207e969dc672778a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:993c2eb4cef7f124d8e22cae61be1c0ce03bb76b353d8851ac7808aae520d6b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9f709f852192e46b7bec4a31ad98a989b65c023661134c56644fac89340d9632_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a00191217337af5d56b634ce23dda29b32dfc4a5cc3449977676a571f82f4917_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63c12404b10c72d109b64e3fee14b50c792bc4372fca7f995f893698d1422eb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ba845ee84f5bc0ef42dcc0a56aebf1e173e5750c8d764a3992f08608abb508fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:adb7d78d0e9afbe4232a33292c71b599170dca628a792752ca27633e9ffe2dce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af3d86b9cac49e309cf6e49c643c619ffc44ffce7bef107fe5b97e4fba355345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:056d409c217270bef9affaed04103b862327264d0592b89037fae86c300eacfb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1599a3d492150727787e7234c3bb8f921dc32f91109097fa945818f3308fec3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4feaef745ba05381dd55f6b004ad7846cbaeae52e9e6f83966de35d17ed67c01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:55b14d6d09df1e50a6572f21af1cd0599577281a1187fbee14f7226048f4886c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c2b4fd69934ef331d645ca0fec99348e515af55635e194355676e4e70b7b47b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7333f456d3290ab934e1a487feaa13caacd601d3274aaf70556b81029c40ac6f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:aa1726f093438b83954d881a0b3a4a38449b2c8aa1e0d950aa97a0fadba3bd34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f10ca0c467f9d0eaaad7c2bf7d650067d6450bc3a5de0a0bb06ab4073c14fc73_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0e4b0594518fdd5709254907dffffb951e2a0138b3f3bfeb4ecf72acf2e04ac7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:269c897aed959fd39c81d8c05d1e7afb6fb1293808adeb170cfc9fe00d920b62_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:402db1e826c53cc00d9379cd4af1a80bbd24c3352d35137a8f0585d016e1226a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a937d5eaedd2c44a199c9748987b1c47cd8eae70ba796d8fd1c91a0e3caceeed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3155352319810228de3427b70754fd56e479e3fef5c7635b58c2d92c7ac2f6da_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9fd11ac21328604d4af8dfd1be6238a054c6ecb1492ac5ea3a6bc1d9263791fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:caba671e8e6c1c51aac89b3661fb2faffc022b6f2961fe2c6845818dd68dfa75_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e6fd7468866cc5db5455f0e58f62b582d279834d0df1b6aa361ce45f21f7f27a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:98bb659e6f44dc88bf7064abaa7c5001ce123e6229917f6914d4acc24cac9528_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ab7814cd8c6eb5e61316913ca7b652547f93ffdc9ca52f6187bbab7b0e3a39cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:60767723a82b97a362c590a10d854792279e89856c94c531715dbf89d8c692be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c2bc0cd876628b9b6ba9dca400412e4ed9838e2a09e285a9ea41994ccc4c4f70_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:95b0395f07b213e0dfd8a58c989429f4873dfea1cb88616a8b079b6de0cfbe49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bd224a273b54f9f8ead326d2010020e690a19e18d3003b3f890b3b6668178e8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d78aa8f9edc8edd2a4b0b42e10ed2158575c3bb4d9a355aa3fc3f2e17428dee6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f6cfd11ea5183d65d4e0504a691a56928c1fda65b9b3e8bf97769f95e4387bf9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:004da77e4656e592087b666d1bfcb7d1f33d91f95ba1d188460c914a634277cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:16674eb1e5c04eb58ace73dfb3ae7e94997508262d67f3016b1ecf859f69d8c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9750b26460cefe4263391253489299daba7a83db0dfd818ee669beea5f934ac9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bf351c51fa129305dbfb5743c518374905b05ee7d6f64a46b0ba7894ac72613e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:469fde658cbc0a9c50091ba7e2e6fa38a1d5a4e23edfe8656c10939f6ae03a6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6fa6e5b1fabb9b7165ee4928637b9b28c5966d7f192d4866c7453c2149ef1376_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:87b883e5363a4abd46548d7f00203c170cd699db81b73404aaccb147534b412e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a98e5f141a7a349f6b9db027b20cecd9a3bbc9e945f4e42ff4af9e634b3537bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:40937e7e7792d85e446c58c9828d6ccb678605c897e8bc39f851c24ab8caec6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4221a086bcf07a07725b3a5ca9c93d556347e68b3df4b1e5e7f17555981f4c8e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:424e959b991d2742f547a958a0c126c01ae5b626c40bee72fb9e1ace7453eafb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9e6fe7a71cb45d610c6d406604566924cd6ecc0c9db26d0b6432d902218e418f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:131fe3f5fe0db2be50283fccbc8c4b6ae3c31303884052fa014a42426238dbb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:820031d2274e963d6186657ea5da45f05a63f2739f585e5d9df3ee70df230cd2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a73d494518aba171f87a42f53cd9883da089e163bf4fd04b1848bbfe5cc91428_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dd1664c91a67864febf7ed63e60568b6ae4e78924d5c5c1c0f77ab63fdc8edf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:212c91c64435061367f840165c2b5d359739520f1ded46dd75dc23264bb9361f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:59f8c093a5efbb133b57a46b9d60f10221fb609da35ed4a023b2fc25f7d97f82_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:801a5eddb28c105ae0ad18f9581f333fb5a909feb1beb624690f13ff6722532e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9e16e9977b233d1c0c8fe2c1e7c7c24ef6eb564231a4c7cf6e66baaa1b94a77d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:100db581bf3e28a2f850aea3e035634cc7700c6a4089af500ff6d8a49dee3087_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2b7d88195212c91bdb415e7da523a825a09e3eea12e487c90df77a2a17869a1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:63a9165bd53fc1d3f7b69ce01e40676d44067d03206f0a9d7467d92c397fda1c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:66f717142d8bdb3d4f8e28c4da949b1c0a5f829b98407f624620e38816647dac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:55001f621b2abfccb683991fe63bb3ec7c5b3eee59ddacfe984141592326cf14_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:88f2dc148118105a4a2658e0434d03eaf8a377667ac5c5e21569a63a2f8e7897_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:45dadc298dc315a62d35b54c781380105ed9527daa9e1dccc82da98cfbdd1194_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecf4a471b03de5f1b75f8d567f7eccad4c0249b617b9a0aaee81086fc852986c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:126036dcf327ca47352608bc37f32d65f1a2f4d8a479c5c50041a5e26134cae4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a7827d9ae3e7b6c2fbc93fd1656adc6d3d682e9d5d94e044b511e8068da752c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e093d90dcaa681142edd03757c2a22bdd6b488533f9fa13219dabfcbf2ee3d56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1a2599afbcf032f1e1f331be6b8af48005a699c736d34ac2f40858146eb85880_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:71542058751d04ce5198d4392623d781714aae79c4542a51462c72c1543cb908_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f7189f2851a40ecb99976ea56d4144bd99c9ee30a16ee5c221288361c233d6f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:fe5f11b0f2deb18f309e2b019499f51ddb200ddfa228cb1a047b24f66e1fd3ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7013c94588ec133231e0e1e1aecdcaf295127456867a24ac12838fb8a66fa437_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:83276b780bfa5a45dd56ea305e293fc7c1d121f4333bd5da7aad979265682092_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d02df177e39e67d81b260ff144b1a756eaad44345219e9f8f3e1e29a34cbf0a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fd23790e6c991e2c2c36c855e82e0e100a240b2a70c1a64f4202ff74c2b366eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0f6d99c941504f393b6e4ac745b7fc25eea241e9e78dc179c42f7a3fa98f7767_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:277c064ae6c38b7848cec5029e84bb6ef0d1dcb3845496a360ff77bf35ded198_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c2aaf3f737e3125395766df1975aba32a9b62598ba73b802f8f08e0e7a14b01a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c9552fdad8063faf1609ce00c0d572062c4d3a3c31ec94deac6ce06260899df3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:28b149a2782c09f71f10d40940262facd959b9c448e97acabd818e7c4cc61de0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5c96a53e5e6ac4fad49afe562467b68727a21c42c9195599ee85999004829981_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e45973860421f3c82f96d29ed8bcfbead4c79c97aee42159b5363386084ab023_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee863c5a7547761cc0a0e70475d7c56c86f8c0285f14f4d69a18316bec6285b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0cebc405f93ea01c16258268ca63d58ac018e5eea3fb708b98956e41479e81fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2144520315cc10e5e8abfcb02b57bcf4a63075c93025c3cd1ba8507cf882f939_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:36c3a50574f2c80d92be43450340e41e379cd100dc67fcf0e2dbaa034ba6529f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d6de88895183d6da3c701fdb98a986b7007c4af1523dc5ccaeda08c62b253a5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:30d65e3245b83bb2e160d61c494cedb9e5c8c24a0838c84090178d788bc88828_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c3a0accf17a0a3a49d142d2396edf7721791af2288454c18d8b56e9cdacb13b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9fd64d50965e50463ba8690fd89ba3cd994de5a6314d381e2353eec14659f9be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fc5f1aa5059f536db5a1411d5db6ba67ecc65ead3cb85012766b860fe3ee15b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:79473a979df621458a768549aee109ebc07f1a475c52183cb167e13858044c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8a6dc95ca7387725c66f7068b1d7886ba0e4f050021dc8cb4f836a964a2d5377_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:bf31f180f5199f637c97f0b68affc64214c41cda6cab0c04a0b9abf8c4cc6dcc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c48d523feed44a1b448d5e0c960a4db35f6a314ddd361ed879d2b3ce95ecefdf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0bd9fdf415b7440857d2d1397e4598804829661d496d11a9541b3e5655ea288d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c60260eeabfad38cf84772faf2df38f616de94dc92b911b3665701d628d35207_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2ad74c22c84672609968acb6be78ef6c1c27b60f211fbfb23fd5b5c6d395b05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ecb65362270b1c57d99c44f3a573c24d83bd724ac6ccdcdd30756db682946d4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7a214aa53a727a95416d53774c9e8da7343e58e50101b9b4708ef7e10ede5ded_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9b1b189fc680548be9477c665cee60f0dc182e06a34595c81bdb86f797e489e0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a7393d43750db330eb9b9437e38a5886f5616edc7fa18fd0051c6d391657cb88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b48a5c2168d763aa573d8037c5cb5b89e0c093b8cd2583838ad1dd884ea096bc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9ae50c3b716ec171ece2f431a3066219d91f8077eec9b8254be2f48aa896e973_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b12134fb24f750d359c1f3c1366616b0d7d7b45f65b62e34e25c08b9b6dcd057_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bdbcfd7f7e751b36ea44aaba6ed099a94249ad35638785f50b8ad67288b523ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d8a173f9d4a6b41c67fc3a05fca2ccf0ed45fe2836461fd2ceab0df25431ed84_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:12325c8708786bb9449ef7c8b3499847df607b41b1f362cbae1d700157be5392_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:29386052230ee5edfead6e4c76e804811ca94493defc34423dab70ac487fe15a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6d290267e5a74ff9a92c2d5d55279229c64a9d1ff7729ee123c131f6afcb21c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e16173cbd3e37bbc86bf12b837f116505b7f8a3c242936bdf89c944ef0bbe4a7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1f471af0848924dae4fd068fd4ae35b6a1bc66e7f27669008c4cc324add27a31_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93c7da140b4b80b6d14c901c67ae3868a5f6950ab6bd80511c895de264fef0de_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b0af76d4d94bfcf737d9dbd926942786b81ade8dfd58a6018cb8255225341631_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ba811c0fd54c006359b2974b4aa21c5ac5b0467ac55216fe42666710884b9c80_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:25cd9e10486c115db82a7207a475fde9b07331fc51775d13a11ec9e567ae3c02_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36a0c764328a4635073c93a10bf459f8f1adc34d3365575c99d8c6cc05b2525e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b5bd988566863230adb58255e5fb417dd49c4af672904a6dd164f4a11cadd168_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:bdd5128e3df30bffb835fef43d6b2641b288f4c8b88a905345e148100c4cbab0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:90579db2a96ca59220a0b6b2880c0d0630aa273ea83059ab65bfa9fbf418d180_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a0669e0ca68db3bc0df0fe94d7b27f25ae270adf53ec35c563ea9c02bc266d71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e78c2db614a4b1c39abef7977ca4021abe80f140e739e203881e5df1bf1d5f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e832f1cdb689716899272b0013dcd5aaa77bbd2fc659c9d3e91a3a75523ee535_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2f616e711d46cbc351615dc4aeb5464db2fe97eda408e88b624643c896be1088_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c3d94e33df927b9de5ed4b3a8775fc1dfc337b9656c30fe49e5707bbe9122fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:95513b15419da25a4b4b0f8bc86b3d5130ab86975117776c0cee09c73bf1f013_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b3d01257d281ba7ab01b1b621fce3a5b2e38587ccb0f1619844e8b7c9255b17d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:295931a1a57b0a350c8f4ab96d3e43537bf230346c4d9b84552b10fae7e4c72f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5047d58c27dc18598d251788b0b88438bdfb075f6dd6616be2d9e9c5641d31b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2c069e68dd0f68bb08c9ce4f3df4111d2c5e3a5aa8cee4c54f905ac6e526ed6a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3d5fcff1ef9ef1f66e2f03099596827a0735dfa42ea3badced2bd1e425a3b574_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50b1171774647c5c7682e9c4ccf0150bfcd24e938ac07e898dd1a09a0fdd3a34_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:862b18b22a0a893ba7d0925e6e18042523b1252b13d1bb8950759a45e5afe0f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:858452e8b1ef53d3807245cd3be61d41f8520119c2964a580ad7fa888c98111c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8733167fa23aa6db9b5ec3a0d85cf3d0536e339e0f39ccc794577c19a5119106_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91565925e7b0fcfac3e4c5763f388d5c1f47bb3782c451f2b0daedc5eb6e9bf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92ff6eed51d41a1500684a33978108699932d3a22c40aebd24f6d826e25c379d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:055acfce88b0f4f9bef1280ba185326dd787059194288ee4d837278bcda49df0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3f32bb224f7b495972b51612ad55711962896c75958c4b6bdafc645e37deab1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:85575f936c61819f977ae8a7877b0d562e3e7727243c2be63f8c7cce2198a400_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ef04eedeb5ca1db07318f0c80bad82e27594db3873a95f5767fa763ee8494e70_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:13defbc3825543d262183826b9539e67ce6e7931fc17a85e6e293b6ec99c06b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6cc6a8f08adf95cb260f745377c4c27b1c22db1b5536ad1021a57996421bc32a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:718bc4ed71f5b54165208c5f7453fa6686d64963948f63a3ecb4d9aeaa833b72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c81f2951b13277c565bdc2198fd36a858643f4ee2f3f2434b037390d91d214ed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1bf1111966c24d99e0c383d0b5d44693b83d6cb038c5059974cb3894977c167e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:257e7e525cde8d509de6a99636626590340605588f370e104432b1b156fb5a5d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:54dc9c60fb0a206a6ea7705dc0ff3d518de9b897f1e33bb32a5c1579a4e40899_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:dd21c8fedf7b6fb2acf730e1e6b1313cf30c9a7fb423b69e2784b03036de39c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4cc1e8227aa2724e710ec6017040f77af4abd33103676b7148f167f35799a3fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:74e8c4938140bceb1fc462e2c258808d8c1efce20fa8886ef4f3e57111424fdf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94fe63c2a996f01a5a7442567023256ca945d2414f440e9e7e8c4a1080c84839_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e47097b9c24a5841e5925cdcb5fd495aeafc0d7b6322a9802c34ed4a8e721f94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:67a0d7ba536723df4ad5a804891bc69b6c894d4f51770edb30a1d69c5de57228_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ba9d35ef6b61a3ba76b9d7f13764f3d18c5779e18ba1580c788d7683f7b97fbf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d28a7226a9aae22da651ca1d867530ace92c8ca05e75d46e69e902ff132bb96d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc115f9ee989cb65b9d9474804cc7b65c13114f1a470a63b2e3c07e18e0cd1f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a952029baa1d77ff38bd41f31458ad2ebee167850cdde8bfc2513589c3df2cc3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c9e7981fc82a9bb003e101c86df6dabde785b092c48e54a35668d6f40ee57e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d3fdd1634932630ee24ccd435e0eb2ae9b4175042660d00142e9f7ae6fa6971d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d88a2fdb4b3d85ab096b21ca4e7577da533fe8e9ec37e16d1bb75b5bd022dec7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0b1743aaa4684eaaef8a192e992e85c8e18e328a04c361ebdffadc179a503972_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5d38ea28d35d99f8691d72bfa98c0b4ec03484e63dc29791c5921367e0409168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:df10a5c9491ee928b418553afbf5fcc7ad9cea7a6ee5d946bab8c43e78d045ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef723fc9bd22c3c4fb9af942f7e8828148327a82f0da2c3631e95ac99f2300cf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:475ad8f6bd57de2a9b411e396d1c4cb688ef9374ff93c3c6b2e1f03383b09b92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7e9134e2396b0d88990abc98d99201405afaf925db7f433dff00806bb5a8431a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a25da8dae47de5a56fe9ce70f0a47898e54f1919b63b7f52dc0556c8c8385471_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f781901fcd2101fb045ba1b2dd83fc55d70043fe0a526abcc0419b7d393d27b2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7774713a5ec68411c69860c433be076edcaae57d96f8231c07334b4ffe700f6a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bb33d82357cd20a0ae33624d4d5caa24d46325a673fb66fa4a29b4967875a65c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ce0d41651394fd31f531307187a878bd453658aa25853919ec9735c6da0ceab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e385eabd862be9e677b6299b2591a690e23a6bfe28f74fb7a38ab4e2b69b1114_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1a52670da13d42a2c4351a39949e2569607161c709848f7e72179319ae8822d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b7d08fddd8c22ff87a3ccbe6df18910af6b8004be6e486a5fd50575b314b4b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d8f094d132383ebc020175165a02946a0c6f49c93a8a3afe52db12a0ff2239a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:df160cb793c8691f9e627c5bedf753c1ae4b8c4868a3ba7147c0d22d4dac0992_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4ee9a949933c250441496a64c5139834ac6599d166204b565630af6c381e18e9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6fc4c386da9c6c741351a503c50d20c2613b12e572618f8d458401ce5a939979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7a259d83eaeb6a1ef8434cb0219d1ca810d3f324d8850f26c23f1262ceb9d1b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8a978eda0f3b80d04a8798468a121186da7bd491d124db13997cdde918ab25c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:044d2ba4c2e88b3250b61c9d8e007f7e25f13a70392bf1e87bfa8b1771325b9c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0cac2b419d305f2d48903376077fd074248d11475a59031a47a5c57fc1a0ddfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:60a2d21886140262379ef8d2dd7824cad831571299108de9acc136b183069868_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c7be1681cdeda56c9bc862b1f757f465d5cac94c8357c2d274a2418bc48291f1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0173658f171ac763b4df1e168c78ccc67875ccb0776148a286da48b78420fa4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9ac566b63bf5cdaae2c661b4a3e9849e8a4900e8cafd72f43c3073f6a275f19f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9d8d13cc9c4fe358d5a289b3181e2f7a0276d0890b3610a5a832113e9a7bf031_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fcd085d70f120b2ba694f47e1e0fbe4fb1e76fb280f818dd9878353ec9fff179_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:05a6dfb4a6d5eca5b30e24e5aff0311a4dba3dfa2555a9fe7e666aea716d5f80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0c42ad7f13cfbf8a4aad78299d709483343c1d79443ec18e7aa7f13dab756ee0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:49fe440fc90876f576831cfe4969a2c8644ae0668fc8b53238cce04cf264d012_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d674cdddd4e5ef36112db5950f352e7436a6bfa38e4adf160d0c508383ce2a2f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:82d3d30e08104549b682d5d18e2110dc811b51f913ebf9b63a9ec97a367d7533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b3040c908c028506c2acfd9ea1b3e5e9d77a50db3c625905a43a2fa9aec02278_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d4686afb2222a0c96dfdd5cf627190830f3ceefecdf31c342c1dc62f8e1c6284_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc87935eb676a73b877cca295ccae2502645c3183a416363c9dcf9be6cf2c08f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:15950d0ef5a3d97cf77b1e9cce96e0c02b1dcee7a6f3c0cc114881c833bd9eb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:45ca25deb8275f00f81de1e135b755676cd68f1b3ddea15756013ea2d3f125ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:84562224214ac9f7c78de1395e0aecceaa0831d39d4cddff749ac512f57d6090_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a6c12027d86df726cdafb27b1403b9b75cf80bd4338d49109cb31438a8e29c32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:25cf08bb0dcc57123b335ce4e8e6a5a8fbe2c5070afa3dfd70982c4da29246ae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:54f3f18c09cc510c30850c98533a9e8cfb88e45be30fc603abcc4c308529cc88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:89dd57ce21c549ec2260cb5ac317482d7523789cce340ce16be13c4a9fa41a16_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d97e33ebfd02df96d02feedfe6e130e71eb9cbcd8eb5d483e968db4adc1a92dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:618f3dc4302534afaedb3302bf8526623d00316cb711f79eb6b6b5c94b797961_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0367e8657c5484585f01b22aca10fe9148db24e44595dd5c76a4e48b90ffd31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:349191b92ccc90cfc329baeb8f383b6fdeee76a39ca018322cf9f458509734cb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f680b48a51e67b566589a0f95617f9415b14356f659b7e550ff886b7e09e5e3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:063f2d991a3c681e1445a00e7e440d35e1c6dbb4d014cffa17fb1e740b659d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:320c754185d72ffba64cb62342a9b79127711c70f3ed1ebf7c7196f1604b012e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8f10002f26e316ff696bb23cc734ea7ac4981ddd2bb1aa3a42bbe75ab4450a43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:a90274c91d85fd2383d7786e51e8acd098a4cda27e43d8dda61e4e12d9a458d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:23d09601ab4dcc6f78845d22646cd7ff02b2b9dfb0576b407987cd62fa306a62_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5f2fe7f22dc893ea7a64630adb62f9b5dc90ef50994cd085d83bd5b5e3de4656_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7462205e2740d04938158e9635c2b453d177aa199edb4af2bfb17cb5dddaa372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c58932f7660b5899e4be1c146aedf325846ea508a327e44ed1d2b058685a880e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:306d868afbaf1e8850decbfcfa2492431353cc24c5f6c7c7639b913169749549_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a6fd8de3f710242117eb4b2025710e73e791a740e7cc2e0338abdc250e31881c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b7ee767a6909994b14a284e8fe87e7a2fc62fb7226ba40595fa8440d6e475204_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ef35ffe05113d8ce7f8b5dd8d4b2c170ecf43dcf2033019062ab4900b7548168_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:555114cc044a7d4e5ca3112d3f38d68521969908d74d6e5c4f2aea8e67c67532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a3254c2e012ef3b198817d3e50cf7f4d8c8a155295ceb19fa508b1a0b1284439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b4ba9117b966ae3d8bb73710413a12cb1c4105a0cb23ae532bcbe4297fd38361_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b78a4420b6de8f189cdbdc208891c92fba17498a5777ed5d6d698ed912963ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:014fb0e9b2c973e70cdc8b23b989a92e6a153f421845f7cdfa31bf5702a34f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2f240934c0edc45416cd1ca384371fabe20445819d3beae93777bc8c6ae8ee41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6760cb05c2b827454f09e12874f2fbc8733c02060a8f5cccc53cf2bb7bb1a4b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:988d34a878297d97b11ebe91e9b1f1eff282afe819d841e196d88bdd402dd727_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3710119778043d36dfe67efc6e511d25a930ad1e1f9a1a60d93b01c55bfa7ecb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7b9cdfffb383c8405b021c31b301c04d84878bfc5d71ed19f531e697dc4fa321_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b70684d47f2c52953ed30e004a850f783883fe24ad6d868345e8a92cb6248714_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:daadb41317c0a0e7d8d10ab17d938e446352d5956e30e3b1a6460395d72950a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fe9148a4adedcb23d4efac3c0cd5aa47db5fa70feadb6e1f483ade363586d7c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:785960a23e612ced07da2a43f3c324e93b26902dd3cea8db493523e021fba289_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ddc54e4c746513fc4fc31d580135e5cb7907c19871e5077f4cee006a91451331_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f542f44a792bf794e7c1331f896822948af4426ea975b5d4c8f8add3ae6654b4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3d570cb29c2fb0250ce65a4c2f2835f4a0434f9ee7d8c6348226537b0775cd14_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7ec84086841e4029fe6afea3bb8a8d5eacdbc2e40ae3105e28d5ce86b792efd0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce2d83e4636495b45fb94372caba146c1137405c51eea0043126567d078b14d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfc5aff2b327d04a9f8c1fd344faa5e874c4f881970df1194795b08da0691e00_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:13a2e75c10030a28b3f9091dc8d1eb765f68f98e5cb28ef279351066a3cb9dd9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4dbb4525fed133a4adf3a805b704c1325138eefd5fbf11252255a6dc602a9092_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:566f3c6ec55bee0f3474c65b0d46bd67006ca3050a3f68295b56220e1fed5c33_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6d84b5c4e89d3e9920d29dbb4e6220d7711ee8e35b6f712afb48d9d237331322_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:063d1470a7e78e6f8b476f6d0f24e00c07b927e7770a57aa1ef0bd9431671f9f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1ba743a0ba69aab41d42b39641bf49bbb830e675d864e2243cf7be67b612875e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f561adb6654c93bae119952f85b54a340b9b77861029202f28280f5e28e42b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fa07433ce55e5cf2bdc7b739a1be7571a2ac7dd66499326dab744c3de2cb3ade_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2c7e62f8f67717b38d2d678adf6e15b52e20b6c8d91222dc96d239252b576fec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a35bee0fe540bfb4063e5332e875d4a5695a403680ebb6c6d29b9544d4c0f83_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:80d6502d656462d3b291c4a0ecbe5134db50b4505830ac7fbcb13269bde1877f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c21aaddd88fb33a5b4ddc628477d32303c3f705ac42f6a28a6d98eb07b1f36ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:513a4310d431716b4bda079f6581b5b7862a936d323f14b3063e987ab0b8efca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5d55967deb765a699e0604a26c5029e29654aeb432e9a0cddb3581baa36c7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a4b8598a64c02ae4014f5edb6d83c04263554e5264706d9805abc1a845272eac_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d92beccfc6f35c71571f8f67c903cd19355e2ed5827afd9fdd2fe1c2c6c2768d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0acd70a02d5b1ac31c4e9f57c3fe1347391b3404719654acffcbb1be9c6bc848_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6afbd187c26f0832ed7b2dd8ceb7baa4e812412f9edccd694a11d06cae186f80_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:85c8925c21ea60e53731ccf1256dbf0e7c5e916e00d7229c2b776174cef64a60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bdabe1e4a7a3de3b919856dbc7f01846c8cfc52669223fb733509c1eda54c643_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:79269b666ffe59cce6d420c1150a9b66a0f68ad96d16570a8aa6e4c8149a027c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:03bda40acdebf88e2e44fb1954ccf72a92f26b8a9d16d2111645af6bc02fa470_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:30f159704cd2c3b760b1f434c653b6cce2abb6827266b0e55a18ac1ad1cc8503_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:10254773ab9ac268527827346d6144fd3eca751e9d793b26bf1947627e5db535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:79269b666ffe59cce6d420c1150a9b66a0f68ad96d16570a8aa6e4c8149a027c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:03bda40acdebf88e2e44fb1954ccf72a92f26b8a9d16d2111645af6bc02fa470_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:25018f9fb4cb3e5dea84909f850938a92a750ec133198ea1d56b84bb08ed503d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:16fefae8ac8a639074d8aa68b9d24cdf65aab8d26a1b3dd9f17aee29862352fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8d53e4cfe826484c020d947f0a68dd01fb99f7f8cd4c7caf4fec22cc49cf5149_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:940e3bb77e78f016348adb18e6e1af0dbbbdee4cb990e33407738ef7dde6dd8d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a466f8d0c2e4df1dbc1493def9a0b36800896cbbbe33a005bf6995b61e2d25bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ba4db060aa6dda3f3687537eeeed0af9cd57b632a24e4a23010b7ba385577271_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:160929229a05bb01b601e93a4e1c3021ac5ec0e3d18396e1c1b660704bc66775_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:36a9810af63f6da1f68789e2adc0e682667314039a5f88e656441fd2d9454bc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:73d44a89d4952300ec8b3070447bde41bfcb112ed7fb26b2366ee01a20884df3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e90a29bef1674e43ca9a21b7f0168531e4885addeb6dab959f63baa8a334c036_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "RHBZ#2418900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc",
"url": "https://github.com/mjuanxd/logrus-dos-poc"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md",
"url": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/issues/1370",
"url": "https://github.com/sirupsen/logrus/issues/1370"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/pull/1376",
"url": "https://github.com/sirupsen/logrus/pull/1376"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391",
"url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391"
}
],
"release_date": "2025-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T04:50:43+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:280ffe256696c1b3699a5d0bc9c520b785a0c6acff0ed58073adbd206185c4b9\n\n (For s390x architecture)\n The image digest is sha256:22d4a3db37e1ff38ae558e33c357ad304b1bcf065279f86346818f503a5491b7\n\n (For ppc64le architecture)\n The image digest is sha256:691b9965559dd7a6e9f0614661d1c33b1c1dc720ddc6a1fca1a53013a80d8358\n\n (For aarch64 architecture)\n The image digest is sha256:666514b9f977331a03bb69a3c62427d846175ba3fc032e22895ff496acefff8c\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/ovirt-csi-driver-rhel9-operator@sha256:1240337300cc8a365ee63d531b7202f5548b3b4b2cf48c3d1156c89149eaa1a7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:166fc2ccce06855d581ea312ca0db1d3c2aea4932f1d38fe5b886a34a2195786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f206fcffbd7d83b21d899d354272a62739a4394cf9e321519fad70104a043b66_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f3dc2979f89092e6cee79190bf24ac9cdaf882ff2aa79991b118f97c8fd2c72d_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1555"
},
{
"category": "workaround",
"details": "Mitigation is either unavailable or does not meet Red Hat Product Security standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1abb4ee4f0b01be12c8f2e2ebf2da83445718f746b06fe4c83ff72bffff6013b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:2d73587e9da1e256a13e8193b182c216f6f1370133dd937b0d0c8de493e93ac7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:90aaa5331cdfd93ca16aa1645a1dc69d0c6e07035b6828c37550fccfc324a11c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:db7736e790073eb4deefb66133303fe82fb87ca84dd00ca529b1065d16919cf2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2c3763694df607d52853624e7af4fc2565f785875d8d816c8ae5be881ece74f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:503ad199fde1d37343108db03bfd711dd7f7d6ca2623016cafb85bd023b0b66e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b5b9bec5a239b9cda31907f6434de28211464fafe56f90f591e2bd77048cbc78_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:eddad81b997c59b35964a584c610f336ecbeb4ea791809400aa3274bf8a4ded4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b70fd26cc850327877a36a84968630b6cd3cd04e1c542ea4f2e6beba00ef54ac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c5e173d1bff544023c278c2f7df2d9909d437548aecaa4bdfa43fe4c32a53239_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e58a67b7cfb82ceff58b1cf6de719c243212e142abf09c66e38fc8ffbae5c2bb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f98e38faf54ab90dbc4cfc6b6b8f4d2ec95a29e628c7e0821d66ff9f4431707f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8749c55b78d5dbe3c5b7be910833bdf641e49b25dfdaf051a778c139a238ad1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:c2750e23e9bc18fb64b1e8df0d894c0553832dcc43a5b469403dd65c156ee5fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d63d620d571d7a0e3f01d9968e1dea36f1e7e74e21cd1f5b41acce63394b564b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e363d36a7b7e0fd73f45c40d3772507369cbd5f38a349c1ac7b471d8b82372a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7511ef60b4681123a489717088a95fe1fb4eb26b661356c30b5e9c2b1810042c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7713b7e6b1d55055e9058899b252c3cef272b58d532471dce61abcfcb94ae6a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f6e7e55ffd641b5635237b09a9284e5c23e8665eb459f85ae89fc7b03cea6857_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fb405d3d09b5a9c79993122f6689589ccfb2b26a85df1af1ce23ebb8c3d282e1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0564fae5cef879411cbfca5ae759d8453fad1ef58304229a9c7e0c3a5c01ad3a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0e56240076665623262eaab6ee06af30f3379d82f1199af689a1d15ae1952792_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4256156569fb1cb0abcf3b738ba110e41934fddac5814e854deb887bf73507e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8894a66ae6a706b9a80ac60058c5bda80aecd4c16c70cbda0c026ac7dfc6f15c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:169335906e74324804766e4ae56da8a6d3c5611e40012122b5ad95edea908982_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6150532e9fc8c332a3ee0bc8099fe05f87df765c64aae658450555a550cb9fd6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ac75fdfadcd23462682349875730d1051c4ca8078b637f31f45107531bdda9aa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b48f1122a811c9fac2ba94b8d5e6e12eb71eeb7da19a788cc5705b79b9371f7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:03a7220456e556f9a2e9804225ea3873dc26b198b5cf9790b4ae4d835f885243_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7a25fe6da003108eb41e42391d803725408b111043b00af7f304a466557d5945_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:990148d090f37fb59855b3a1bfe2790c458cbc55e5edfe9938f4adbfc37e6cba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d832e4ac3877823c3c74e1f6b9b507b3257e9908383d4c63255ff1dfd2c58f13_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:5d19950138f046a9e96ab23adcd456656591a6025542cbd15402dcf33725bdb5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:635018b45a33d7cbb15766995f7de66a2563fa3bc187733e0ebe93bc8e0f4f33_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:790655e6a633eca04b9a6413570c8d64142cafc2dda1d944705dbfd7bb16b646_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:8d8098fae6cd6aad5c5fe24ab89972cd467eca4d3bd437231653fd6d44f2a1a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:48bd4b74a549ca3a4d4ae5a1f4cfa08e6dd4102cbd97ef6346c77728b4ce328b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:539f9121292414e1ac2f402242be52dbbb7cb4081d7bcd01f7bb22ca592824b4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9ccfb6e935cf43c782afddca5b98bbae4ded9b8de5f8170781392bec9805e7c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ac9c8e3d06d1a1cf805c4bfdb83a880f2194139140f257f1855d254dadcc03b0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:39e7bcc1d96c891e247f91fcd5346fc1d5d884ad9fb51f83f0d289b2c0071106_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c65fff6955cbd6c79d01a7fc6955505382cf7a8f694baa75e64ae8b8d36f40e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d2f1b6de152d08fca7441115271cc24d7459f353a19d6e9eee30be1543d67f65_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:daee6e1c9a7df1bc286f4fcd4a79ceae3675625c62cda23f0e9dd3a2ac550920_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ae12d5fe4aa7c0dfe9aaa65086df6ca6d4bbf16013b7fc9ac33c1762a073c339_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ca67d3368d0b54c2683af5c16a4860ea79b5229c964eb28dd259caea13ee1614_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ef4861f5d7482f39ea162a2446597f4ee77e3812620a3e23bf0227cfacf50129_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f1364e5b51e60696f6c1150bbfd494841f6cff918d706ac9fa29332e7bfcf9ac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1d092cc28a2566b8f8a7f98f369f126bde88c790f7cfbd66c8e217f1ccbb8060_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:387d46bc354a0abb6bc9499eb1ebac51e3e8af6d9e306c99c70954788966b677_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b515e9d3a20f024ae23bb509c7438c28d8aa80c97ace149df62d30dd2545d044_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b5d60c432d9a470fdcf0e33d785c858954e470eae3cf572f07db962f2f4229d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:07f2d88cd98d72b4f2fb06ad254d40a434d74220b1f3c54eb289687926433efa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0a40e83f2640eeef5def25cc6bd409090c6560b054db320009ebda53d0c9a438_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:28b6871951b4312a663bf69ab3c984348d6a774a2b1fc839dd3fb35ae6837368_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2c523d8b08460b9b666a11ce2fee5a495af0c434f41755f38014549591372109_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4d9557543158f339032c9c37b771e0bdf7ee175ef4c95d1b9484efe0841a676a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84c9ecf14cb657fa9fed55663acac95ca4c6098756c6a5215906b7a57553f5da_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5c6a6bd4727c5855e0783ea9a2838d9101c005d3042aae6848f619350045d8b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:cacdf99b6637e90d3203401665039c081e0c54711243a21aa0ef4345a221f1e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7fb9a55a41c8d85619133d6d1766e2f84ed841367c4454f820b2a85ed2a95cd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ba7c95a0a9217b4040e7854a67f6fbb05698f368b5855b0a277b55de08d29205_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ca133ecdd5880f72a188b87c6c541199ab1f67a6f71164faf27d31e063b358eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:e9ddc4154c7b4eb1d6e3524e23a3472e6e2daeb3276d5e3bd20151c78624ae4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2bdf6c546709c7827c1a68f98aa9b01cca8a00b5af6640411db8aeccc006ed48_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4ebf1fcd06d21b2b6dc3011f58d8e80a379940f50f4cdd7028942ba3ada5d8eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:50b8a61152b15f267b9eacf0a69231966ad997e5a7638b7e90b0c421bdfebf32_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:9635e7dd67d484895f6d7ff34b4d67c9b25c0f0b8f045e5e414142bfad951c75_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:19c0783b85abda8d0ba6cda4bd4adcb36095798d94e616c99f411338a9989059_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2b7674d4d94d806afa2827d1a715bb74273027a2f7d9bbf3f1529668fa322b9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dee65b2f904ef032540387e899b6f71a3ec6e96f12a87085a1f7d7dabb56a4ac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f07ed2ee836cee03695bb8c3265cde3a3fe0c50dfe1d28a1a69c0e7a336d11c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6f12925ce09cbe57e60ed8be87a97efc25587ad660f8c1567c43644049cb989a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7c8880ecf30fa54a789f5c518e30b69e263961d9d0d3845e8b02ac1c36b7e905_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8e824da03dbbe619bf1af8633602b82312e50a5442e38f55c25d18a6726ad544_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a27b36cbcb25a247f73b8c81e17762fd56adb520fbfd639ac05664d48e705ee6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81278605bd05dcf248b60fd1968afbbfd8c3479cf8bf463b7d27ed65b1d2b6c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c9442acb567c4486c23dceafcb289b058dd41559b2dbfdcada34e00171f8c34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a85942e02b0c4582a0f7f777df4547252297e1e17b224ffda634498603419acf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcc317524de3d0331b0bde62c50d5c54e0e4c5127b31d1adf4627d3226c115aa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0cf4f4f84795355860b8e5d245fa7ac7ee64058c0faebb32a97ff078d03fcb75_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6519e13a63e027f01f2b78d4c2280ca12d6b8d1a573d7073a1579b0158305717_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc1ad2ef67397f8a96e29d1181983798bf12f234fc35ee5d738027825d2ee2e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ff03d03b34cc9468ecc8229b68a2088406a7ca7e996a092a32a3b824542a4369_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8afb65ff69549ce53ccd246738b22de5456c9ee8285b8c4262a7223fb0cfe680_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:34f0cde924117f6f678dbfbb96c7a87def4ead6cf74ae6aaedcb4dc5d90b5468_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:353937307e06093c281900ec2e4be8b4be35a023ad8c789c7c6876ee454e1086_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:84f8358b1a20a6ac0ac59c49c09eeb60ec7f5889874155b07a76aa40509a90d0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f77cad076f52197b4cd42642f97bc8d58b84692f327b640aa6edd64799015f98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4abfa9554b311aa9a5628a048bef3bff379dfb0416823371f45c1db64651dbfc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4c53393ecb68024ddd2e5f0d6461a48e1174ef5351ffd398cfa85a94df9b2acd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9d7d0300c44336452e818b158d4b545f4957d6676fb26cc0561aa8a6df2dd1ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ba297510327fa361830b08cecf0b761860f9a474caf2d5a60feacbb9d5130197_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4c41cb5c37859d2a2bb96b82f464094fe53a8c34f36b9d5b531cdaa54953bc58_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:85ed4d0aaa7e5f0a71a8d740813fd32a611077dde5dee6454e9b837fd1977d0d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:26abead2eed82f64757b4868f8011dae09ea5415c837f068e52f629c0d9282b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e3e89a53da1b6e30a762dace6ee60e8b5f3824b5569745055edcd8fdb2252548_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:62cd9fb8415f6db5c964214ec73ca4f33c12e4dfefd22a086a3880c82fc329d1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ceb1beb2060ded10c43009b1f27f94f0b91feadd10542e1f4234c286d6ad653e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:490e384fd5253d49968519c893128cbe16c1b3c2e422066de314de81d4d3c7fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7c2677105560f8d4311c7df77717bce40980903c64cd6ad80994645ba111ae92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2bcaa82154d9f7da101886ef03f6943ce8711024cf66697d383c4241339944b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79c5713b4926750620c01e2449581c1ee308dcb484bef264beb7a4e83d29de25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c245651a569bee62fbace5bb869e1578e08a9e32a02bf670be147e8c8fcec5d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c6863ff8ce9cea709fcb4a05477c6d99d03c6405b19f15281cc170dc182cdb60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4f713d16a4d4ac6bc1ad8bdeb2cd8608059da2dd53f2660c61e1ded2cce1be27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:503ce2b566a5a36deb0e9404c4b7a5eacda690e4b6ebbc1843ef05025d4ee99f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:991428fda812738e4aad624ca0a8d3e66aa89b9bc7ddfdf5523cc812c6bc74e7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e02cdd4f9da2a82a6349dc76a217d2c59f8c9812e8638161b4fe2bc579fad630_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:8e2bb65716ce129fc5ff886fcb128712f1a94ef2536235a872dd15aa3ec34cb5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b1a19c45a7778f6e9f00c5ac3fb8d4dc905bcbd22a7c187389839216da329c24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:541ff5d1a05bd2f66eef0e50febf5c2acfd78a8430aab446f5964dac400dc1bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d01f5f2fea0a69899bb9484a065ce8ca1849a771536023b50060e02475a21863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:144cdd65d0aa3ae7dffc6a696d4bfff73f23020a1cb21aee96924e0756945c41_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d0a736096147a7145ddbf8d3cd9ba0ff828996dd8cf7c0294be2f609e08ef507_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:1a7a0a431f63f3ba45bebdac1c5e40714be95ebfa8582a07c8b8d224e979ee80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f13658a83be5794e3d5af470952703c26fc9878851dd2e5c4d5a81ef4ad993d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3635d1cb9cc3c912adb80dc6e85a11e0bcd088b217872d7d60cb4d4bdb793993_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:46a73d09e70f3db1adb9c554466078bb2460371967d7bb99aefdbac454c30be2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3d7ce814be11a477d874160f4639678ea67efda166a6c7b823d427c9a5c7d65f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:4234d1f01b134bfe72fa62749941322c453d2197efa06dc2bd555f281cf6bd25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d073d210b9d46cf343977d402b91046e021533b73df78706fd0b4565f1bb4738_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d38418d75e2c1d547fad8aa49fbc13305ad515c834f982016ad6d95bf998a826_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:209f7fa1c2d11b79137aeeb1124d6bba014b76163d04ef8b46fd3662cd85720d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:34d51d2b8e75e20db14180113f49eb0ed77a3a7b91f96e5b63ea66f0cdafdedd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7d3bc867e33ea766025ba1768a4d13b1fc933054c80f967889275d0c4c55fee6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d4d031141a3c2f801c415174fbfddcc67a46ec35ac7c9c523aaa7d8f347506b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:78153819f6b7d7a31cae10aa0fab99ee7b64f33518ff06d937b1acf9cf7cac01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b2a9c613818517804a209780ad180be00e403bbbb07f762019e619a2f3937581_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c04b1086c22f16369ba8f9eb1ea52478b5612014a232ecde58cf52a5474b9b6a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e086e7450e02a650226412a2eeaa6a7c13d96fd965e4d01955787bc100d1e839_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:45209e6983dc2dde439ca2ef1826f6f460f61bdf645b3f08fbe0333b9b41cfec_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7c849d93184ec87fe75fda9b235fce8420de88d73bc08fc4d28b1ba882698a52_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:baab6fe7dc2bc03d5e420982f7a853d1042acf651911d3bd4357149573e28dc2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d57b17bf9649c48b311afdda85cbef7fc2b98c516520149e983434f65dfc2adf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:08de867062cd36fdbdced721a950eca386875d9d130e191ea6c1e1c9d2ed9bcd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:21e13a0af2d7141d08d15bc8d4f745c184400410812231978ed16e89cae5f798_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4667f25905e7acac890cc33d498a62967392347585a585196dad42d75c6168e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6a823a329f7d8f6fe36cf9cb03a53439afdcf539c128fc5472cc25b3068b1e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:03f3f0aadfcb69fbdf6fcf0ad27c4e875bee00b47defe923a3a78d3b73736e08_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60a4564bc1b43d9f69a1dc763f8aaf1e72377939edbdb90bc4373668bddd71d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:70fcb2fe8494b67f0bd5f63271ada9192e71f3310d604d9f025230bf955ba060_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e86f3aebb1242ed4919aa0a29ad7f5d0997dd71e9b3b3a22fea6d8644b1b781b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a07595162f4b57287549a5f03728049d0b81b4e2e9005204b1f925eab029113_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:80819f88795a16b1df3cea66b7fe57d68b504b08fcbaaf245716f3caed588e82_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ae7eb413813e85bafb332b6e766a05c3e39ff19638e3e5483ae7d1f37d3e03f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:cf038a6a0e3b2c297d249accf719b9019438aed39e746e90c0aa6b5c0696035d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1ce1476120cac11c7330ea4e258f58a3418cccf99a7d0bd7305e9538d35afcc9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:55d5c3bb865473eea61e3e49d3c2bbf1e0f8d4595f08e4633f593ada47f83e37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:83651213552cab64204b752bfce2b41c86a0c75638f5075ccd6a220e4304790a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b5bd33aaa51d8da1bf7879156bac953a8981e9f3db9685b651f3778fd23fb2fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e143ccf05b7d4d9bd6d2d9c55a8e8e2c397a6a474067c632bcc25c822a01afa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:466ea07382cc42de8b7739e3b26ed38726728282364ed081d8aca15d3c356454_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:66ae0f7ace0efeeed67f0bde5d84d98cc56c71d8d3d1c25ee275c79774c7c5c0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9c9f8411cb23d7822bd4d718524d203b9d185a39b99562260d9766054e4a4e30_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:57571785a5f93dc4b3d074fba324572eb1eab48605022e4758964b3a68977d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7a8be9cc035742dad0b236134071213e576af95eeb9f018566171e48a5f238c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9e64d77f908794056343497dee8feb351a19af719a9c566c8c5d43f63ea8b1bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c92dd530899ca879ef241c5902a3c417e5a926984e7bc9b77abfff08fdc4f712_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:41a610a8e81ecc25d039b60fc8852c7015de4a8835c578819c4c75452b21a615_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8eba168fc4d1bb891ad57c34e982cf56434b25b0c91dabcefd1db368cd5d825e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:acc1718b0469e43d4775de31066cdbf6c641b6d198b3552e6c8ec9086d2419dc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:aeb16151a0463f66ea84334a8c6527f2f534fad1ed94c9b6c86bb2d289c9da06_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:12febdea8138dbaa9712772bc690dc8bf2654377b8b01b1b2279349d7917168c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:17f07b83efcce71dac75342f924c4924607a407d0292270d3657226d08903c18_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3bbee0403b76850553cf45821287e26a5b219186d7d6be98ca0e03bc547d37d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:eb222b4fd170b94c157f16d6a0f82396b717182f0ee467f15bf3dd622c6f042a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:46e7754bf973f2f7e3d223ed812c5815d834d6f629fb72a68004f6db3bdde3f2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5185d8aa7876edfe50ae5a3669017a4fab6785cc4e9293a1d4d5759479ad0d31_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b42b9fa2a9646b187f2bd75828110e355dec81581e9194f83e7d3ded53c10945_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d39191eec6ecab0b4fedc88ec554a8d11035acbfb0e3b1510f30494a88c2fd8b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:026f660635b2cbd2bc63a8a84256d6922fff55a5333081709111889b6c0ba657_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:084f162331cf54ad2c855c0ef7fd2fe50d2b797e772a52e5cf23b67869251b71_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2906814348eeea244176e04b979fa9b72e5063c1603e26099a8bebe7d7f702c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:306bf3b8d4df1806db4b11ffc34935437d0bb9e927c21ff8782be59312ad8d62_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0fe0281debd5831646616ec860cd6ae513e673d846710700d98e2b26cf481d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4b52594395f217128b30280b31785bc3292c15064aeb61aee506375ab41febe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a7c69e2d43d64c6016ba32b472d9234b211fe924471a29b004f1de0bd11555bd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fe0e7d31b49934d0f9eb64e2c9bd2c8526ab3459e64c9c946e06dd7da7929051_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:69ff3641058136961d1f36feaf6bf3daa9b42edffa89369405b8cc8f99644766_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6cd5ca919745afe1428955e23ff22b98a03f99ad88ccb4d8cb8c172b9bc48c4e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b39be6b16de13be746830bd7f75dfd7cd71e7927775d2864a75c5c6c939d7445_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c206351421bdbb3adf19723e75229eda7510d0ff959f1e5da2e4b20f1393dd80_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:24bbcb8228ed8713af724be3c2315267c850fafbf39e288b8f54a127098da3f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:337f411c10760ec60afcb593facaefc9d470f99424f6dc03d68bdd4a92cd08a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:434dc29eb1e82cae48423f1bd0ffd541800c8cfa222a5e6039e015efea74aa6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ab9bc91d83be5ce9811d251064fd87b01a191dffc64a95c7c6d30db34b0a084f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3b4cb8a81c6813924ab327f270ff6e0f45ec7588a728f184fdab345947c62327_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3d24e6943c302fb78c8931563076dcc75cd3d0104581e2a2b44f5c315f6c1876_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8f3cb49a35782388214b24deb440fa6a66a416d665bd0b17a91b60eeaa8aeb52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f17c6b65320d04ac29fb6cb3d184b7a18d3d62ff9ed273d44c8badc50fb4f6e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2a3e5034f99e8447a443e006d829422ccb25ce674d322cf4e29bf06d65dd8ce0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5773df7ee781990b7c6c7917c72eb67e9463a61cd607f57113c0e4a8116c9a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:93df53e41b59d5be5041925ff0f049acd614b22f5f4ef59715f647781f5921ea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fc402ff627e41b7b13e4719e9bf4c035bf38bb08adf648f58408ce5f4eb8274b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:279f6708501389a928cdfac3f1cc16ac4ef08d23aff7a44b33acebca5590a2c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6c046faa794b74f56e0cba131bb4b0b202c175746b62f4c0880b2b6e8f16af40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9e83d3bca30f3956977360bb7dd9cc1a8a7f2eabadb39cfcea8b557d661bfc10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dfba2d819fe6fc9a046f010beba7c0b7c68db2ff0ba6e605228a1b4998167801_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:19acd5c0d5ca558d869ea8ba516cf0270713840788ec624cb212582200c2b017_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7c7a75216d647f640e51b1341dda2bb4544a34729cbb35d460bbb132388f2ed2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ab48498a6d8fd1cf12b7f8b464818e5be14433b20954daaba165212906f848a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e1fe56546609aafa5ed783816b39ae183db16395b9fc17264fae468b1d177df5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a17ed73c65e2a19af47a566e16e30f4b34ce27c523ed8e49c861f9942037fb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:836664f6efa6a8ecb3c14657823fe9eff61bb10642069eb7c2fd0ec0c5a052c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:91a4af7ed8a198010662ce1b7031e9cb3f961610f41ed7b3a291aa95cb606cb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5803e67eac04989058d49ebf99b0021c38cf8db0130ee6ab67ca1b93c84daa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:420254f55ef9c5fde9001d2850cfd2555b066c3a5444bb4cb84e9784430e19bb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4267c1de960dd4448e693ae07e081f12732330e47547c3833f579a3b26dcf8dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:75c064439757ead34e323f98daa9d24361145242b9bd33b9df485c521c806e20_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c2ad186b59d828f1e456d8bd89a5b71019cb4be6d132e81491de5d391b3207bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0013300769f9b464446a8933a444bb6815856b53d999d012ff8fccc3458d20f4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7bee7784d8828fc4a9df69eca9c1ef35e005581fd224216d5a89e680179ca991_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a6ffe4308a45c92eacd086788e37a923400cae5c652798d191e2cdff88bd58d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f6a955064e91ebb0e5bf90ba8a96fb602eb9d2445c179457caced6070c4bb46b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3fb49d1af154eddf0c137eb7c2614bfd4493e7d04bde41dc5d58127a6212a8d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7a8cb75cf04719b8034be238eb51db106aba9c5b2c078cec7edfe1b43433c92b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a7ed545ff8c65e831a43781949f169e871014cdcb4ac48d3f399c40f5e2dfb7a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dc1731fa9b74b78461e448e77a2b3cd53e8fd0b5dbd71a02d45a396dce1ffcbc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:05add077328b1b59fc26b4502c1e70eba470ac7d4b28f6a93a183f9fb808824a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a664bb7d44559866babb7db4c4d188729e10bcfa864b117f042642bd946dea44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c457f196aa76f0e0cbde2f179253a535f452127abbfa6c1187c20f6b173063c6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:cf85ea7ac46c67c759baacf5f379abfede2d7feb143707535aec5af046028a2f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0cbcff39a10a66a1c633282a8012ea117b29a7b0a8c57181172b0f5890f4ae9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1cfd8bccde5de1e3a58cad853124e1775ae3c6f1616d1b5da3766aee4beeaf96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a6b143fa9104106ff3a4dcdbb2fb168df5ea9cb89457bbd2a254a26e5cc026bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e6543675b0322e849dfb6e33d85b92fdf4c07f970c983649261209dbce3243cb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4a9161e6e5e019e2fb48e0b7bfbbc936c5d715310b65831db2abf5aa08eba682_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:546da9afc24a942433d25b44b6595f5f465ce0c9d5d4c3c6234c1e137b772513_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:cd83aa0cb7db694bb42222797fc6ae405bce01a42e9293389624eb1ce0fff757_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:fc0a0fa79d1cef8909c0dd78203d6156da6f72b186f19353f722a5d80918081f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:565ce470ec8f3fa0311385ad3fd2f2d740d2bf2b71edad055bae19258e1c112e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8990098e62b7a4b79771e1bfbf231f4bd73ce00bf318660fc8bfe9cb3bf0c276_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:cb17aff3f0f9107e83886d2313fee6388c94018bbf714cf73cf3ec592ed15d92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f29d952d9725d04976958eaf851f455cd7c74fdb1de631e2a85087c5f1a69afd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:30e7741e2019d252faa6d8ff6c7aa645b9f1ba83e46c8c3ea6d4b2c5d793c341_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a0b2e00f2160897df5743e11eabee6bd773a1fdfc36f61cba9512fc332d0df0c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6fb9bef3e9987126a8ec58cf782f4de382fcc72efaea3d6c48cf894a01062a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c451d768e9662be5e076732b76cc94a60d1cead0bf264be39d164cd31d6c78b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:03f0b3ac6f51dd08d1d09ec038508be35695694c30d669032a4068e54ed94b72_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:57dc4c72ebe307adbd7363b09f497b7d8881550ed1f16e7dc4e0713a460ed931_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7ab4a10610539a094207b3a29ea9d9edfeb64f15c4405f7f81d003dfe5ded1eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc709b77301dd73e072976b6b195c30715703a824209bbeff9b1e32b65293bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5c3dd22869d88c0752c89502bbffd3cfdb8ebaac6318c689098d32a07f0f3d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6ee70c7ab77b9221a79bdf9e39169a3050f7643cbd34f6a2c97017ccd6780d3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a6b74b159d589a19cae4c8d056ced3f78f098b10252f71a39c74f61a7e596acd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9ca912b49a1ffb310b5d1fc574ba68ff1e13f7cfe14ae70398166e186244382_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:02f8f1f0133372eaf972a9d53ddda269cf15961460fa3beb5357c34ad6cff6ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6af3126c4c6b7b98b44c1b117493c52bae6bb50c6bf822debd79bc7abf6cb5d1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f324c0ce13e548a907488f7b1c4352cbef82c345bba759195c2443fdd67196f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f633aa2b6e650c49c0c849bd05055641af24f9dd80fb6cbe192e3dd73d165f3a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2f6f628908eabf6b9689671bc67c4075075f3971fe7807b984a98f04d0b40528_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:51aeb0ce359177a91dcf7b450e90861e69918fb40bf50a0a4a1a0056b0837c5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d6e2b9fda8e854de0d147864e1f56e17a97659dd24b25438a8579fd55c1087ad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e78466981d3a21724cbd42f927192cf7d28596612eb131e1c8c07ac6d8b28d53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:086622e4762a3d15f110efc8704ab2eff8a3c5a9762bc63c6d2c55957e4dcef6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:08cdf3e5578e90a7a8b1bf3a764ec8c6eedf107d38833f78e2d12997ef0c5173_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3fd208fd18398dc0929139e58088c5d991ab36072c1093bf9c2cd3285055bb04_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:883e2bf18a70ec1b8d8cfc03ed83db723640847ee6fbd8017ded34535321ae1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0524367b1677eeff9eb5aa9bec611b667b13bf1091fc384c046a7a7fee6d184c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f29e5091f08eddb0706008de190c7ffc5cdb5b85c1d97a10d1a991f16c85137_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4c1e147dba85a1cf259b27fa68057b625aee513b492dcc7a18a822db2d1c5e9a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a9802e85bcd5dfda8df6b0225ac4d075d994b780bc74ddf05e9296c361e2c978_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4e542df1ba72940206a0bc8232071c387ee9202ea55988550f48860414f90065_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:507b08439cddacab09f1ed7e9270878ab3a7035d0b7b6d183b803a5dfeb54da5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cbd010f5cc1a4e6973ff9d5e63fa7b885739bb942f6af01931e3b75ac6d6dd22_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e423953831cbb88db41e2e3039df2ef7ced0c68d4a14446a3547a9f3df7c7eda_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:543d69a1f0d04bde23f5d7349405363b780c5502236e5ed7309d5b5f815ec163_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:967a66d83bec7280aaded94ae4bfb8cb8f35bf8c9cc51ccd820280bf66396335_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ac86d1ba5e66e1af0c954419b2dec6679fe3af6c461d425450f6721f88970dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c004d2b3cbbbf51a79f7070bf3f81a1a455260a53bb974a929418f58b4515cd9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1692a9e4b91c575c63777d43a856108cf36a71b3cd095f34f382de1193fef44c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2ec061dd160754c19dbb5748649b09ffb237deb0f9224671f48b11325c27004c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:98a7945e56f17d3c3f02bb1bab620a9da02d6fa64c206c2ed0eb9280b43e1be8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e72d8bc13ec989c79bda2ba4b1ffc85af436bcb93868980e3fc51c72ee4a0c04_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49ef6cde0a405838dd6159e3179ad5c0bec80b0ffc58ba0a3c7ebfcd02a3c704_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9c01d61df69e48611bc35bb1c190a01540ffc40cc6ac048b51446edb06429ff9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d5e403c332e09a0adc28a7dc129c2709c0963296665c063be46007f999686799_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f057d7a735d84639759146ac021176c5eb3cfc907043921763208a8dcaf446a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0fc0f2a12632f590a8443283eabbd697d35de326f8dd3bd5f033f5276313d03b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:241baf358c84e892dfcaca6fbb47cbf9924edc1b1f6560bb06a7a2861aa91b6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:db40eb2c54071df768459d563b07edd0bafe9c7a4b4b7d91f20e49b285d1f816_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e76c2265052876c7e99cfbef42daffaa1e175dee826eb3f2c42fd8c0ff3e30bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4135f05a12b40cf6f38289774cd71b0833ec5bd225f07cd11e111982530a51e2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:52d55886f6f8df86d2517772e3f8a93199fa87524a089b795acea78a87bcdf04_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:60f6497d4a60a0fd2e31115acda74217718ba4aa9e4190b7f6f04445067f42ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6100a67cd2df93a3a97ad7fb7b4fe3ee631f37e7d529e13b091596761f63ad21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:527c931a4c5f7ff8f13f9c69524837678ee65b5d8f3b7c512c84a8f90f0a2001_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6aa1c866c07bfa077c801cd13bf551e51efd817c7dc362d0093d2ce2850bb410_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:7f1457cb092a268c026f74036e698bbe38384c5c9be28dda101c95828442de14_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cd3121521eb692fb3b9c4282d1b0d578b620facb1bb866bce21081705a56a73b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:26eebba070ef94557c3e3b47d61fa8f634ee59d04a30a0d9515d98a7d23aac42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6ff36824e2b6efac69c1a0aec88b1ced9eea56cae7b4b8b9bdda968bcceac85f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a3213c95d8328657024e0c0c2773fce3c19f77c54eb98a7ed574cb9155a522a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ab2f966bc1c8b74ee7b59abebffff9e9024c82dae708459a9e8c809e4595fc82_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f02be1c05fcad9c35be29331ddf8176dca450c74992258ad060447937a0cb85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f3cd7be8b53c206453f85f86466d1bf0b0e3fb79c6044ba1d08fa9e8dba5b2b5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f927d09425d22b39cfb65f45ba30d0dc21902fbc3dc39989071edd80f8790be3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:faf64ad7bce6306fa098c36202daef174f6c437d2b6a0978527b92dfec30d3d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:18cc0b5a0e2cd4221e25871a654f3105a84f9aceea5ad8eef78a22cc8e94ba71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:63677eb6635eeacdb61df7335f3921306f84575a01acdf5f7f85c0c039e9c55e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c9f0041b0290be2d1e0f96f6727c3a70071105d6a83890e0a5503e9f77da8529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dda882294a5b4cd940ee913a892660f183ce58a68697c70acf4b808234f547cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:288e285618d538d02b1dfe1e83d98bfbe24b48ec0d351030d716772492a4e2d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:841e4ccba4f224a821130fe0dc888a3c0b70e2043c5f87e5ce1802d3a9dc1d5f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:197c62c7eb7d2e1ed0146bd8473a1dea783827d8e49231e1c87fa77d71f34ebd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e220d8494a6444b8eeb1a202c48e42c4c0e42298d4e3d0e2be1a997df4a298ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0e558c44ddede89cbac4041ac3b8f5b661ad452d0ac8699905466cf7604b3f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9f6b103d3b8c08a0d54f36b7a2f43d40c261000a91dcb083d92611718068c596_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84066ba0cd4ae5d77986f82c129aa12ef28deed67a278f163bd1d5e3a3212122_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bd721c031838ba3d30693c02e99c92a05907cf2fb478d201d90f5760a8eaf6cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d3ec4c34047d08e6330cde9d1e39fd3184c7d4dd77be57aa10bee4f1197d251e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fb90893001815582561ac8f89169cb591bea5a8d3178444a6c5bcee42f460902_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:56998f9382c231419d403bec13b5732873bac4aae5011e7ba7ede9b7b1bb3eb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:68e9a51ee7e263c65fb96c0baeab14f700f5aab0f657aa371dae797239d9eecf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6d0c9c01b73387df3e64e4154cb0f0c0381489315004079048688373d114d584_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:764d4c3452867b64338abedfbaf74ec0e0ea99ef72d7d0d9b66446d7c14e8516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:212bd8b48d7bc3b291b4cc115578121338d58fce7ac9c3e67af19aa34cb1dd79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5829c744ebff1ef85a579e74da61d0ebd765d3d9315ff263804b8a78eb0f1d25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6cdaeb27cbeaf5194becf186d2d3605870514999afd3f7653c8330b4c503de05_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:97bf3147de08e34dbe0bcdadf404e0b7dc74604bb8c0eda34dc98759ff1e01bf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:04150f4cfb2c6bbfc1ce0e52187dfed680bd82e203d70e6738821fe494afcc4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:338e5300449eebe482dc73d3347c4168ae212d73aa1f431e2e038be4882cf0e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:434935cabaccf82bf07df8f556ccca3331f393892c1d7dbc30ef60eaa2a5ace4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:d731c5b698de2c3acb9f6c2cef7348cfa152acd5b1bdb0a401474f933d26fda7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:25ce294049d772467415fc43ebd64c23521b7754323e6e65e1f75993e82b4173_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c0ca4f77880521628db1648ca59ba7fddf52295fa2f6f5503a1c99f9fcb7727e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e149b17a5941acbba87c4ae92d1226f6de065f46564c0e0725382cd4c891a4e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f1b67faaf3c4a76d80a1da88305355464056d570db8a67ff4bc149f10160ab68_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17e5a2e5de57f823ae658fbc52ba0eca08339c8668acd1de3cd55e796bb4d835_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:64f2a85e67614cc570c08a3ea9a480157e706346bb91d5532e2aef1b942e69a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8521c92b757c716bd328cbe087a6184ac5aceaa034157b4b83bc3a495ffef06b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a06a8f6b36e0d3be5ed3cf5dd67566f77830b9d06033bb2974f2906f1a594b7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0c5732927f22de21b2aa535fddbfb0abfcb101c33c222fc13fbbb846f775c321_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3123e79a8d9e9f3bb7df21ce62b01fd615e43c2ed5232349c9b649b21dba72c8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9627b270509deac23cdadc314c0582686ca8dee3ccfed1f66f2482b2d91014e7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a76dc073f31ad5afab971481f1b3fdfffa8968e0c9e7d915321b62c6eea98b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1cba2314e3276572ca1f179bc0b27a5f496865f7762f641a4bc87c4a4597018b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2fbb5be24d0fd128c267268ebb7f95861875ceb2d544a5f971f8764f5b15b363_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:72cd405ad70e16a41e943c48ebf24a859c5488dc17264a0a112c1e4b99e57772_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a62243c266f8abc9e2e11b85f1fba060380e5ba7da8c616c0caa623a065c1d21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:0aff600927a762bbe521b6446b609de0de9c5fe10d5cc04f83d9f7157815fc5d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2df7d9b29fb84aa3607e7973875297dd474587e3e2083ef456f4f25db1baa03a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8e2b6df001bc7afdf1ccb8d7c79ea6cb18983d42d3ed5508f2d86c79aeea75ba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cebef3eef0bae4a86f3e2e70ce351335e004bb8c1c1942d58c3b6680b60d5c73_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:780b1dcdb13052360030f39f50dfe70618326c4fb6ddcdb0202026c7badb1427_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9eaa1441bb782494caf180acf396e158c31109d0cbb902a030f524a174386bbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ae30028793ddc1c34f1f24df6e9e9267df190f78e0c189f0373fff76988c15be_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c4e3b0ed2f8855b5be0e0ef59243db95aaf171d1c01c481bfcaff5fdde4a2049_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:76b018bce59457fab7451d530b9c6363d7e49ba9001a68b6049c06827b394e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:89f763f82bdc05d7c90bc1acb79a5db4256b5094eaf5f5dde824d0da6f20d7a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ce88606fe6952d3e5b348d93cb149e5cd27ff88e9321529150ff0630e8696956_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ee514f8d5e86c87b292c53fa8719a2464a6b2c26f73d32229b40afc72d02ce6d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:19c77e70b5d022b86780b5e371bcf5db838e71fe9ee0bfaa09dfe37863941802_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:19d945c8b4361f412a5004d6d1c2028bc9b8436fe427edc269d23be5b4655ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:598f7749f81749f95fbb2adbb168a7206f38a0bbc54da498433570bfc9ce3b7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7b8ac5556b5f8b8abf0a68b6df4e9c2e5f8d1758879e1f6626b3a6810878fde7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:21a2eaf787a3f5252eea1ffc5a3a7604c295f24e2382a5d07b51d83c20ae848b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:415aec52607ec162aeec7704705ff2c762ab785ec0809282a85aa2a93faac0c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:bdb65f1e8184c8799cba2c821807b85266e2dde877e867253b991ab7d3634409_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:20173180497ac88a173aa50ea8c27c8a97522f485409085b16f15dc6271e86c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9e569e126c62443c2ddceacd0631fbede8d0f0ede506b6f331757612ab1aa0a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dc8fb62e93553839a0395aa91027eb68c8b71f21e5b3d51fc99a58856768d5e9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3c5ca2522d648aeb8f5e0f222b1ca1b20226d253e3fde241d6e0d7f8eea9d620_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b5bf39f3566ad45871480b3fd6685784a221d81f2f4f9049f611f6d78d06d653_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f9e8b7e611d5cbd31a6a6592714059891d9e254021aefc813e07d404bb97e9b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:794930ea999e98a496d3e6ee72d55d5868b7dd363dfc40d36a63f6477a4b7b25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:95ae98647ccbefa15ef5571f85a360a4b7effa2fed2c065f55deba9bd3c62d54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cf28affed9ddfd6e1de9095423227642fee8290f2129d58d0a1831e648bfed11_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a83c731420e770628eb18f4aa45c54b5afa374c7a2eb3243472dd8cc4325da65_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:af76096d455c2787c46e447e55991ee28fbfc6e0641b161dea00a1fec0fc1e2d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b96b37df6f83ad640beb701ad76c57000a7717f0f64d9f49cb55cbfb514de5bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:bdfb75c39725851e17362f1163214a0b47e8423f714fa6196bc096ec7bf66982_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6e415c46f81193c6478d4a6b85113d2aa54945ac242e68f094b032190d8c93b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7a928e4ef0d418eadae87fd9c5869078004c3759eca0c879f7158794f789849b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:8f714fb9046c1842f044c5c074486baf5ce3ea05db479b5624702cd5f2f45a99_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e9528d9ae0875007e92c732b846ca07bbc88b38d2ae7880d2bc50b2f2286d097_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2eb4e17061af22bdd0b86cb44a62f6707e0b1c6a6c123d6d8950c50978df87ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:31e57a5ae87d85cd2f7ccd78afcceefd0354312171b0e19409e0f17fdb922f8e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5a572634df8230dd93301903941697e91471808bc77370c4dc7e69a602a95416_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97210ddc8b97156d48b5cc9703109d969a62f43c9bddb2c35ad026f286b481a4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:35a08ae5f0cf1d0d85aa703f71987685aee24a36d7c7f12b4ab04172e242e57f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6f708c0c27f07271f096659917d0b4f007eba72f87a20748e06fb7fb6d8efe65_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6a2876abc7132d4257c2a7354bbcc03dd72af090777671fda20d13f258647cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d8b1f8bfb24a29178bc263d940b2ec41a8694a0cfa536f0864ba99046bdc9a59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b0d822a3d6404036345fbaeff26d4391f253c38a764292a5199f0fef1a00d0c5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e9283354b667510707f4077aa2281697cd685af27bb9d0c8452e855416dd6a90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c23c54e0cf91cd5119e27c826c135a1132be039ff31d832bb9fa338eb79890ac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ec941663ab289c63cd2d9008ab5d5cd96e1cb498f1802e315890aa819fc01545_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:2756bc5e7ca974f7496fb2ec79633a195bdc1183206117d86eab12ab8d803dcf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d9d092381c9c6147336ffc67410ef3301aa27a7b531f9c73207e969dc672778a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:993c2eb4cef7f124d8e22cae61be1c0ce03bb76b353d8851ac7808aae520d6b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9f709f852192e46b7bec4a31ad98a989b65c023661134c56644fac89340d9632_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a00191217337af5d56b634ce23dda29b32dfc4a5cc3449977676a571f82f4917_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63c12404b10c72d109b64e3fee14b50c792bc4372fca7f995f893698d1422eb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ba845ee84f5bc0ef42dcc0a56aebf1e173e5750c8d764a3992f08608abb508fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:adb7d78d0e9afbe4232a33292c71b599170dca628a792752ca27633e9ffe2dce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af3d86b9cac49e309cf6e49c643c619ffc44ffce7bef107fe5b97e4fba355345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:056d409c217270bef9affaed04103b862327264d0592b89037fae86c300eacfb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1599a3d492150727787e7234c3bb8f921dc32f91109097fa945818f3308fec3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4feaef745ba05381dd55f6b004ad7846cbaeae52e9e6f83966de35d17ed67c01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:55b14d6d09df1e50a6572f21af1cd0599577281a1187fbee14f7226048f4886c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c2b4fd69934ef331d645ca0fec99348e515af55635e194355676e4e70b7b47b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7333f456d3290ab934e1a487feaa13caacd601d3274aaf70556b81029c40ac6f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:aa1726f093438b83954d881a0b3a4a38449b2c8aa1e0d950aa97a0fadba3bd34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f10ca0c467f9d0eaaad7c2bf7d650067d6450bc3a5de0a0bb06ab4073c14fc73_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0e4b0594518fdd5709254907dffffb951e2a0138b3f3bfeb4ecf72acf2e04ac7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:269c897aed959fd39c81d8c05d1e7afb6fb1293808adeb170cfc9fe00d920b62_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:402db1e826c53cc00d9379cd4af1a80bbd24c3352d35137a8f0585d016e1226a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a937d5eaedd2c44a199c9748987b1c47cd8eae70ba796d8fd1c91a0e3caceeed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3155352319810228de3427b70754fd56e479e3fef5c7635b58c2d92c7ac2f6da_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9fd11ac21328604d4af8dfd1be6238a054c6ecb1492ac5ea3a6bc1d9263791fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:caba671e8e6c1c51aac89b3661fb2faffc022b6f2961fe2c6845818dd68dfa75_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e6fd7468866cc5db5455f0e58f62b582d279834d0df1b6aa361ce45f21f7f27a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:98bb659e6f44dc88bf7064abaa7c5001ce123e6229917f6914d4acc24cac9528_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ab7814cd8c6eb5e61316913ca7b652547f93ffdc9ca52f6187bbab7b0e3a39cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:60767723a82b97a362c590a10d854792279e89856c94c531715dbf89d8c692be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c2bc0cd876628b9b6ba9dca400412e4ed9838e2a09e285a9ea41994ccc4c4f70_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:95b0395f07b213e0dfd8a58c989429f4873dfea1cb88616a8b079b6de0cfbe49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bd224a273b54f9f8ead326d2010020e690a19e18d3003b3f890b3b6668178e8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d78aa8f9edc8edd2a4b0b42e10ed2158575c3bb4d9a355aa3fc3f2e17428dee6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f6cfd11ea5183d65d4e0504a691a56928c1fda65b9b3e8bf97769f95e4387bf9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:004da77e4656e592087b666d1bfcb7d1f33d91f95ba1d188460c914a634277cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:16674eb1e5c04eb58ace73dfb3ae7e94997508262d67f3016b1ecf859f69d8c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9750b26460cefe4263391253489299daba7a83db0dfd818ee669beea5f934ac9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bf351c51fa129305dbfb5743c518374905b05ee7d6f64a46b0ba7894ac72613e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:469fde658cbc0a9c50091ba7e2e6fa38a1d5a4e23edfe8656c10939f6ae03a6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6fa6e5b1fabb9b7165ee4928637b9b28c5966d7f192d4866c7453c2149ef1376_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:87b883e5363a4abd46548d7f00203c170cd699db81b73404aaccb147534b412e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a98e5f141a7a349f6b9db027b20cecd9a3bbc9e945f4e42ff4af9e634b3537bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:40937e7e7792d85e446c58c9828d6ccb678605c897e8bc39f851c24ab8caec6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4221a086bcf07a07725b3a5ca9c93d556347e68b3df4b1e5e7f17555981f4c8e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:424e959b991d2742f547a958a0c126c01ae5b626c40bee72fb9e1ace7453eafb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9e6fe7a71cb45d610c6d406604566924cd6ecc0c9db26d0b6432d902218e418f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:131fe3f5fe0db2be50283fccbc8c4b6ae3c31303884052fa014a42426238dbb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:820031d2274e963d6186657ea5da45f05a63f2739f585e5d9df3ee70df230cd2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a73d494518aba171f87a42f53cd9883da089e163bf4fd04b1848bbfe5cc91428_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dd1664c91a67864febf7ed63e60568b6ae4e78924d5c5c1c0f77ab63fdc8edf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:212c91c64435061367f840165c2b5d359739520f1ded46dd75dc23264bb9361f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:59f8c093a5efbb133b57a46b9d60f10221fb609da35ed4a023b2fc25f7d97f82_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:801a5eddb28c105ae0ad18f9581f333fb5a909feb1beb624690f13ff6722532e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9e16e9977b233d1c0c8fe2c1e7c7c24ef6eb564231a4c7cf6e66baaa1b94a77d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:100db581bf3e28a2f850aea3e035634cc7700c6a4089af500ff6d8a49dee3087_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2b7d88195212c91bdb415e7da523a825a09e3eea12e487c90df77a2a17869a1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:63a9165bd53fc1d3f7b69ce01e40676d44067d03206f0a9d7467d92c397fda1c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:66f717142d8bdb3d4f8e28c4da949b1c0a5f829b98407f624620e38816647dac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:55001f621b2abfccb683991fe63bb3ec7c5b3eee59ddacfe984141592326cf14_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:88f2dc148118105a4a2658e0434d03eaf8a377667ac5c5e21569a63a2f8e7897_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:45dadc298dc315a62d35b54c781380105ed9527daa9e1dccc82da98cfbdd1194_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecf4a471b03de5f1b75f8d567f7eccad4c0249b617b9a0aaee81086fc852986c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:126036dcf327ca47352608bc37f32d65f1a2f4d8a479c5c50041a5e26134cae4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a7827d9ae3e7b6c2fbc93fd1656adc6d3d682e9d5d94e044b511e8068da752c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e093d90dcaa681142edd03757c2a22bdd6b488533f9fa13219dabfcbf2ee3d56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1a2599afbcf032f1e1f331be6b8af48005a699c736d34ac2f40858146eb85880_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:71542058751d04ce5198d4392623d781714aae79c4542a51462c72c1543cb908_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f7189f2851a40ecb99976ea56d4144bd99c9ee30a16ee5c221288361c233d6f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:fe5f11b0f2deb18f309e2b019499f51ddb200ddfa228cb1a047b24f66e1fd3ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7013c94588ec133231e0e1e1aecdcaf295127456867a24ac12838fb8a66fa437_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:83276b780bfa5a45dd56ea305e293fc7c1d121f4333bd5da7aad979265682092_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d02df177e39e67d81b260ff144b1a756eaad44345219e9f8f3e1e29a34cbf0a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fd23790e6c991e2c2c36c855e82e0e100a240b2a70c1a64f4202ff74c2b366eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0f6d99c941504f393b6e4ac745b7fc25eea241e9e78dc179c42f7a3fa98f7767_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:277c064ae6c38b7848cec5029e84bb6ef0d1dcb3845496a360ff77bf35ded198_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c2aaf3f737e3125395766df1975aba32a9b62598ba73b802f8f08e0e7a14b01a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c9552fdad8063faf1609ce00c0d572062c4d3a3c31ec94deac6ce06260899df3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:28b149a2782c09f71f10d40940262facd959b9c448e97acabd818e7c4cc61de0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5c96a53e5e6ac4fad49afe562467b68727a21c42c9195599ee85999004829981_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e45973860421f3c82f96d29ed8bcfbead4c79c97aee42159b5363386084ab023_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee863c5a7547761cc0a0e70475d7c56c86f8c0285f14f4d69a18316bec6285b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0cebc405f93ea01c16258268ca63d58ac018e5eea3fb708b98956e41479e81fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2144520315cc10e5e8abfcb02b57bcf4a63075c93025c3cd1ba8507cf882f939_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:36c3a50574f2c80d92be43450340e41e379cd100dc67fcf0e2dbaa034ba6529f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d6de88895183d6da3c701fdb98a986b7007c4af1523dc5ccaeda08c62b253a5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:30d65e3245b83bb2e160d61c494cedb9e5c8c24a0838c84090178d788bc88828_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c3a0accf17a0a3a49d142d2396edf7721791af2288454c18d8b56e9cdacb13b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9fd64d50965e50463ba8690fd89ba3cd994de5a6314d381e2353eec14659f9be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fc5f1aa5059f536db5a1411d5db6ba67ecc65ead3cb85012766b860fe3ee15b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:79473a979df621458a768549aee109ebc07f1a475c52183cb167e13858044c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8a6dc95ca7387725c66f7068b1d7886ba0e4f050021dc8cb4f836a964a2d5377_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:bf31f180f5199f637c97f0b68affc64214c41cda6cab0c04a0b9abf8c4cc6dcc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c48d523feed44a1b448d5e0c960a4db35f6a314ddd361ed879d2b3ce95ecefdf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0bd9fdf415b7440857d2d1397e4598804829661d496d11a9541b3e5655ea288d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c60260eeabfad38cf84772faf2df38f616de94dc92b911b3665701d628d35207_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2ad74c22c84672609968acb6be78ef6c1c27b60f211fbfb23fd5b5c6d395b05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ecb65362270b1c57d99c44f3a573c24d83bd724ac6ccdcdd30756db682946d4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7a214aa53a727a95416d53774c9e8da7343e58e50101b9b4708ef7e10ede5ded_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9b1b189fc680548be9477c665cee60f0dc182e06a34595c81bdb86f797e489e0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a7393d43750db330eb9b9437e38a5886f5616edc7fa18fd0051c6d391657cb88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b48a5c2168d763aa573d8037c5cb5b89e0c093b8cd2583838ad1dd884ea096bc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9ae50c3b716ec171ece2f431a3066219d91f8077eec9b8254be2f48aa896e973_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b12134fb24f750d359c1f3c1366616b0d7d7b45f65b62e34e25c08b9b6dcd057_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bdbcfd7f7e751b36ea44aaba6ed099a94249ad35638785f50b8ad67288b523ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d8a173f9d4a6b41c67fc3a05fca2ccf0ed45fe2836461fd2ceab0df25431ed84_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:12325c8708786bb9449ef7c8b3499847df607b41b1f362cbae1d700157be5392_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:29386052230ee5edfead6e4c76e804811ca94493defc34423dab70ac487fe15a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6d290267e5a74ff9a92c2d5d55279229c64a9d1ff7729ee123c131f6afcb21c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e16173cbd3e37bbc86bf12b837f116505b7f8a3c242936bdf89c944ef0bbe4a7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1f471af0848924dae4fd068fd4ae35b6a1bc66e7f27669008c4cc324add27a31_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93c7da140b4b80b6d14c901c67ae3868a5f6950ab6bd80511c895de264fef0de_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b0af76d4d94bfcf737d9dbd926942786b81ade8dfd58a6018cb8255225341631_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ba811c0fd54c006359b2974b4aa21c5ac5b0467ac55216fe42666710884b9c80_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:25cd9e10486c115db82a7207a475fde9b07331fc51775d13a11ec9e567ae3c02_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36a0c764328a4635073c93a10bf459f8f1adc34d3365575c99d8c6cc05b2525e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b5bd988566863230adb58255e5fb417dd49c4af672904a6dd164f4a11cadd168_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:bdd5128e3df30bffb835fef43d6b2641b288f4c8b88a905345e148100c4cbab0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:90579db2a96ca59220a0b6b2880c0d0630aa273ea83059ab65bfa9fbf418d180_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a0669e0ca68db3bc0df0fe94d7b27f25ae270adf53ec35c563ea9c02bc266d71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e78c2db614a4b1c39abef7977ca4021abe80f140e739e203881e5df1bf1d5f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e832f1cdb689716899272b0013dcd5aaa77bbd2fc659c9d3e91a3a75523ee535_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2f616e711d46cbc351615dc4aeb5464db2fe97eda408e88b624643c896be1088_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c3d94e33df927b9de5ed4b3a8775fc1dfc337b9656c30fe49e5707bbe9122fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:95513b15419da25a4b4b0f8bc86b3d5130ab86975117776c0cee09c73bf1f013_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b3d01257d281ba7ab01b1b621fce3a5b2e38587ccb0f1619844e8b7c9255b17d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:295931a1a57b0a350c8f4ab96d3e43537bf230346c4d9b84552b10fae7e4c72f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5047d58c27dc18598d251788b0b88438bdfb075f6dd6616be2d9e9c5641d31b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2c069e68dd0f68bb08c9ce4f3df4111d2c5e3a5aa8cee4c54f905ac6e526ed6a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3d5fcff1ef9ef1f66e2f03099596827a0735dfa42ea3badced2bd1e425a3b574_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50b1171774647c5c7682e9c4ccf0150bfcd24e938ac07e898dd1a09a0fdd3a34_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:862b18b22a0a893ba7d0925e6e18042523b1252b13d1bb8950759a45e5afe0f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:858452e8b1ef53d3807245cd3be61d41f8520119c2964a580ad7fa888c98111c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8733167fa23aa6db9b5ec3a0d85cf3d0536e339e0f39ccc794577c19a5119106_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91565925e7b0fcfac3e4c5763f388d5c1f47bb3782c451f2b0daedc5eb6e9bf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92ff6eed51d41a1500684a33978108699932d3a22c40aebd24f6d826e25c379d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:055acfce88b0f4f9bef1280ba185326dd787059194288ee4d837278bcda49df0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3f32bb224f7b495972b51612ad55711962896c75958c4b6bdafc645e37deab1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:85575f936c61819f977ae8a7877b0d562e3e7727243c2be63f8c7cce2198a400_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ef04eedeb5ca1db07318f0c80bad82e27594db3873a95f5767fa763ee8494e70_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:13defbc3825543d262183826b9539e67ce6e7931fc17a85e6e293b6ec99c06b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6cc6a8f08adf95cb260f745377c4c27b1c22db1b5536ad1021a57996421bc32a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:718bc4ed71f5b54165208c5f7453fa6686d64963948f63a3ecb4d9aeaa833b72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c81f2951b13277c565bdc2198fd36a858643f4ee2f3f2434b037390d91d214ed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1bf1111966c24d99e0c383d0b5d44693b83d6cb038c5059974cb3894977c167e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:257e7e525cde8d509de6a99636626590340605588f370e104432b1b156fb5a5d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:54dc9c60fb0a206a6ea7705dc0ff3d518de9b897f1e33bb32a5c1579a4e40899_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:dd21c8fedf7b6fb2acf730e1e6b1313cf30c9a7fb423b69e2784b03036de39c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4cc1e8227aa2724e710ec6017040f77af4abd33103676b7148f167f35799a3fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:74e8c4938140bceb1fc462e2c258808d8c1efce20fa8886ef4f3e57111424fdf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94fe63c2a996f01a5a7442567023256ca945d2414f440e9e7e8c4a1080c84839_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e47097b9c24a5841e5925cdcb5fd495aeafc0d7b6322a9802c34ed4a8e721f94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:67a0d7ba536723df4ad5a804891bc69b6c894d4f51770edb30a1d69c5de57228_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ba9d35ef6b61a3ba76b9d7f13764f3d18c5779e18ba1580c788d7683f7b97fbf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d28a7226a9aae22da651ca1d867530ace92c8ca05e75d46e69e902ff132bb96d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc115f9ee989cb65b9d9474804cc7b65c13114f1a470a63b2e3c07e18e0cd1f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a952029baa1d77ff38bd41f31458ad2ebee167850cdde8bfc2513589c3df2cc3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c9e7981fc82a9bb003e101c86df6dabde785b092c48e54a35668d6f40ee57e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d3fdd1634932630ee24ccd435e0eb2ae9b4175042660d00142e9f7ae6fa6971d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d88a2fdb4b3d85ab096b21ca4e7577da533fe8e9ec37e16d1bb75b5bd022dec7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0b1743aaa4684eaaef8a192e992e85c8e18e328a04c361ebdffadc179a503972_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5d38ea28d35d99f8691d72bfa98c0b4ec03484e63dc29791c5921367e0409168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:df10a5c9491ee928b418553afbf5fcc7ad9cea7a6ee5d946bab8c43e78d045ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef723fc9bd22c3c4fb9af942f7e8828148327a82f0da2c3631e95ac99f2300cf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:475ad8f6bd57de2a9b411e396d1c4cb688ef9374ff93c3c6b2e1f03383b09b92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7e9134e2396b0d88990abc98d99201405afaf925db7f433dff00806bb5a8431a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a25da8dae47de5a56fe9ce70f0a47898e54f1919b63b7f52dc0556c8c8385471_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f781901fcd2101fb045ba1b2dd83fc55d70043fe0a526abcc0419b7d393d27b2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7774713a5ec68411c69860c433be076edcaae57d96f8231c07334b4ffe700f6a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bb33d82357cd20a0ae33624d4d5caa24d46325a673fb66fa4a29b4967875a65c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ce0d41651394fd31f531307187a878bd453658aa25853919ec9735c6da0ceab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e385eabd862be9e677b6299b2591a690e23a6bfe28f74fb7a38ab4e2b69b1114_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1a52670da13d42a2c4351a39949e2569607161c709848f7e72179319ae8822d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b7d08fddd8c22ff87a3ccbe6df18910af6b8004be6e486a5fd50575b314b4b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d8f094d132383ebc020175165a02946a0c6f49c93a8a3afe52db12a0ff2239a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:df160cb793c8691f9e627c5bedf753c1ae4b8c4868a3ba7147c0d22d4dac0992_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4ee9a949933c250441496a64c5139834ac6599d166204b565630af6c381e18e9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6fc4c386da9c6c741351a503c50d20c2613b12e572618f8d458401ce5a939979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7a259d83eaeb6a1ef8434cb0219d1ca810d3f324d8850f26c23f1262ceb9d1b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8a978eda0f3b80d04a8798468a121186da7bd491d124db13997cdde918ab25c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:044d2ba4c2e88b3250b61c9d8e007f7e25f13a70392bf1e87bfa8b1771325b9c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0cac2b419d305f2d48903376077fd074248d11475a59031a47a5c57fc1a0ddfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:60a2d21886140262379ef8d2dd7824cad831571299108de9acc136b183069868_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c7be1681cdeda56c9bc862b1f757f465d5cac94c8357c2d274a2418bc48291f1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0173658f171ac763b4df1e168c78ccc67875ccb0776148a286da48b78420fa4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9ac566b63bf5cdaae2c661b4a3e9849e8a4900e8cafd72f43c3073f6a275f19f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9d8d13cc9c4fe358d5a289b3181e2f7a0276d0890b3610a5a832113e9a7bf031_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fcd085d70f120b2ba694f47e1e0fbe4fb1e76fb280f818dd9878353ec9fff179_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:05a6dfb4a6d5eca5b30e24e5aff0311a4dba3dfa2555a9fe7e666aea716d5f80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0c42ad7f13cfbf8a4aad78299d709483343c1d79443ec18e7aa7f13dab756ee0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:49fe440fc90876f576831cfe4969a2c8644ae0668fc8b53238cce04cf264d012_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d674cdddd4e5ef36112db5950f352e7436a6bfa38e4adf160d0c508383ce2a2f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:82d3d30e08104549b682d5d18e2110dc811b51f913ebf9b63a9ec97a367d7533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b3040c908c028506c2acfd9ea1b3e5e9d77a50db3c625905a43a2fa9aec02278_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d4686afb2222a0c96dfdd5cf627190830f3ceefecdf31c342c1dc62f8e1c6284_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc87935eb676a73b877cca295ccae2502645c3183a416363c9dcf9be6cf2c08f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:15950d0ef5a3d97cf77b1e9cce96e0c02b1dcee7a6f3c0cc114881c833bd9eb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:45ca25deb8275f00f81de1e135b755676cd68f1b3ddea15756013ea2d3f125ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:84562224214ac9f7c78de1395e0aecceaa0831d39d4cddff749ac512f57d6090_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a6c12027d86df726cdafb27b1403b9b75cf80bd4338d49109cb31438a8e29c32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:25cf08bb0dcc57123b335ce4e8e6a5a8fbe2c5070afa3dfd70982c4da29246ae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:54f3f18c09cc510c30850c98533a9e8cfb88e45be30fc603abcc4c308529cc88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:89dd57ce21c549ec2260cb5ac317482d7523789cce340ce16be13c4a9fa41a16_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d97e33ebfd02df96d02feedfe6e130e71eb9cbcd8eb5d483e968db4adc1a92dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:618f3dc4302534afaedb3302bf8526623d00316cb711f79eb6b6b5c94b797961_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0367e8657c5484585f01b22aca10fe9148db24e44595dd5c76a4e48b90ffd31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:349191b92ccc90cfc329baeb8f383b6fdeee76a39ca018322cf9f458509734cb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f680b48a51e67b566589a0f95617f9415b14356f659b7e550ff886b7e09e5e3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:063f2d991a3c681e1445a00e7e440d35e1c6dbb4d014cffa17fb1e740b659d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:320c754185d72ffba64cb62342a9b79127711c70f3ed1ebf7c7196f1604b012e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8f10002f26e316ff696bb23cc734ea7ac4981ddd2bb1aa3a42bbe75ab4450a43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:a90274c91d85fd2383d7786e51e8acd098a4cda27e43d8dda61e4e12d9a458d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:23d09601ab4dcc6f78845d22646cd7ff02b2b9dfb0576b407987cd62fa306a62_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5f2fe7f22dc893ea7a64630adb62f9b5dc90ef50994cd085d83bd5b5e3de4656_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7462205e2740d04938158e9635c2b453d177aa199edb4af2bfb17cb5dddaa372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c58932f7660b5899e4be1c146aedf325846ea508a327e44ed1d2b058685a880e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:306d868afbaf1e8850decbfcfa2492431353cc24c5f6c7c7639b913169749549_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a6fd8de3f710242117eb4b2025710e73e791a740e7cc2e0338abdc250e31881c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b7ee767a6909994b14a284e8fe87e7a2fc62fb7226ba40595fa8440d6e475204_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ef35ffe05113d8ce7f8b5dd8d4b2c170ecf43dcf2033019062ab4900b7548168_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:555114cc044a7d4e5ca3112d3f38d68521969908d74d6e5c4f2aea8e67c67532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a3254c2e012ef3b198817d3e50cf7f4d8c8a155295ceb19fa508b1a0b1284439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b4ba9117b966ae3d8bb73710413a12cb1c4105a0cb23ae532bcbe4297fd38361_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b78a4420b6de8f189cdbdc208891c92fba17498a5777ed5d6d698ed912963ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:014fb0e9b2c973e70cdc8b23b989a92e6a153f421845f7cdfa31bf5702a34f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2f240934c0edc45416cd1ca384371fabe20445819d3beae93777bc8c6ae8ee41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6760cb05c2b827454f09e12874f2fbc8733c02060a8f5cccc53cf2bb7bb1a4b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:988d34a878297d97b11ebe91e9b1f1eff282afe819d841e196d88bdd402dd727_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3710119778043d36dfe67efc6e511d25a930ad1e1f9a1a60d93b01c55bfa7ecb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7b9cdfffb383c8405b021c31b301c04d84878bfc5d71ed19f531e697dc4fa321_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b70684d47f2c52953ed30e004a850f783883fe24ad6d868345e8a92cb6248714_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:daadb41317c0a0e7d8d10ab17d938e446352d5956e30e3b1a6460395d72950a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fe9148a4adedcb23d4efac3c0cd5aa47db5fa70feadb6e1f483ade363586d7c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:785960a23e612ced07da2a43f3c324e93b26902dd3cea8db493523e021fba289_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ddc54e4c746513fc4fc31d580135e5cb7907c19871e5077f4cee006a91451331_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f542f44a792bf794e7c1331f896822948af4426ea975b5d4c8f8add3ae6654b4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3d570cb29c2fb0250ce65a4c2f2835f4a0434f9ee7d8c6348226537b0775cd14_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7ec84086841e4029fe6afea3bb8a8d5eacdbc2e40ae3105e28d5ce86b792efd0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce2d83e4636495b45fb94372caba146c1137405c51eea0043126567d078b14d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfc5aff2b327d04a9f8c1fd344faa5e874c4f881970df1194795b08da0691e00_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:13a2e75c10030a28b3f9091dc8d1eb765f68f98e5cb28ef279351066a3cb9dd9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4dbb4525fed133a4adf3a805b704c1325138eefd5fbf11252255a6dc602a9092_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:566f3c6ec55bee0f3474c65b0d46bd67006ca3050a3f68295b56220e1fed5c33_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6d84b5c4e89d3e9920d29dbb4e6220d7711ee8e35b6f712afb48d9d237331322_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:063d1470a7e78e6f8b476f6d0f24e00c07b927e7770a57aa1ef0bd9431671f9f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1ba743a0ba69aab41d42b39641bf49bbb830e675d864e2243cf7be67b612875e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f561adb6654c93bae119952f85b54a340b9b77861029202f28280f5e28e42b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fa07433ce55e5cf2bdc7b739a1be7571a2ac7dd66499326dab744c3de2cb3ade_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2c7e62f8f67717b38d2d678adf6e15b52e20b6c8d91222dc96d239252b576fec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a35bee0fe540bfb4063e5332e875d4a5695a403680ebb6c6d29b9544d4c0f83_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:80d6502d656462d3b291c4a0ecbe5134db50b4505830ac7fbcb13269bde1877f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c21aaddd88fb33a5b4ddc628477d32303c3f705ac42f6a28a6d98eb07b1f36ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:513a4310d431716b4bda079f6581b5b7862a936d323f14b3063e987ab0b8efca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5d55967deb765a699e0604a26c5029e29654aeb432e9a0cddb3581baa36c7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a4b8598a64c02ae4014f5edb6d83c04263554e5264706d9805abc1a845272eac_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d92beccfc6f35c71571f8f67c903cd19355e2ed5827afd9fdd2fe1c2c6c2768d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0acd70a02d5b1ac31c4e9f57c3fe1347391b3404719654acffcbb1be9c6bc848_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6afbd187c26f0832ed7b2dd8ceb7baa4e812412f9edccd694a11d06cae186f80_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:85c8925c21ea60e53731ccf1256dbf0e7c5e916e00d7229c2b776174cef64a60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bdabe1e4a7a3de3b919856dbc7f01846c8cfc52669223fb733509c1eda54c643_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:79269b666ffe59cce6d420c1150a9b66a0f68ad96d16570a8aa6e4c8149a027c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:03bda40acdebf88e2e44fb1954ccf72a92f26b8a9d16d2111645af6bc02fa470_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:30f159704cd2c3b760b1f434c653b6cce2abb6827266b0e55a18ac1ad1cc8503_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:10254773ab9ac268527827346d6144fd3eca751e9d793b26bf1947627e5db535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:79269b666ffe59cce6d420c1150a9b66a0f68ad96d16570a8aa6e4c8149a027c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:03bda40acdebf88e2e44fb1954ccf72a92f26b8a9d16d2111645af6bc02fa470_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:25018f9fb4cb3e5dea84909f850938a92a750ec133198ea1d56b84bb08ed503d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:16fefae8ac8a639074d8aa68b9d24cdf65aab8d26a1b3dd9f17aee29862352fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1240337300cc8a365ee63d531b7202f5548b3b4b2cf48c3d1156c89149eaa1a7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:166fc2ccce06855d581ea312ca0db1d3c2aea4932f1d38fe5b886a34a2195786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f206fcffbd7d83b21d899d354272a62739a4394cf9e321519fad70104a043b66_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f3dc2979f89092e6cee79190bf24ac9cdaf882ff2aa79991b118f97c8fd2c72d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8d53e4cfe826484c020d947f0a68dd01fb99f7f8cd4c7caf4fec22cc49cf5149_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:940e3bb77e78f016348adb18e6e1af0dbbbdee4cb990e33407738ef7dde6dd8d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a466f8d0c2e4df1dbc1493def9a0b36800896cbbbe33a005bf6995b61e2d25bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ba4db060aa6dda3f3687537eeeed0af9cd57b632a24e4a23010b7ba385577271_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:160929229a05bb01b601e93a4e1c3021ac5ec0e3d18396e1c1b660704bc66775_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:36a9810af63f6da1f68789e2adc0e682667314039a5f88e656441fd2d9454bc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:73d44a89d4952300ec8b3070447bde41bfcb112ed7fb26b2366ee01a20884df3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e90a29bef1674e43ca9a21b7f0168531e4885addeb6dab959f63baa8a334c036_s390x"
]
}
],
"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:1abb4ee4f0b01be12c8f2e2ebf2da83445718f746b06fe4c83ff72bffff6013b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:2d73587e9da1e256a13e8193b182c216f6f1370133dd937b0d0c8de493e93ac7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:90aaa5331cdfd93ca16aa1645a1dc69d0c6e07035b6828c37550fccfc324a11c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:db7736e790073eb4deefb66133303fe82fb87ca84dd00ca529b1065d16919cf2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2c3763694df607d52853624e7af4fc2565f785875d8d816c8ae5be881ece74f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:503ad199fde1d37343108db03bfd711dd7f7d6ca2623016cafb85bd023b0b66e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b5b9bec5a239b9cda31907f6434de28211464fafe56f90f591e2bd77048cbc78_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:eddad81b997c59b35964a584c610f336ecbeb4ea791809400aa3274bf8a4ded4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b70fd26cc850327877a36a84968630b6cd3cd04e1c542ea4f2e6beba00ef54ac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c5e173d1bff544023c278c2f7df2d9909d437548aecaa4bdfa43fe4c32a53239_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e58a67b7cfb82ceff58b1cf6de719c243212e142abf09c66e38fc8ffbae5c2bb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f98e38faf54ab90dbc4cfc6b6b8f4d2ec95a29e628c7e0821d66ff9f4431707f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:8749c55b78d5dbe3c5b7be910833bdf641e49b25dfdaf051a778c139a238ad1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:c2750e23e9bc18fb64b1e8df0d894c0553832dcc43a5b469403dd65c156ee5fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d63d620d571d7a0e3f01d9968e1dea36f1e7e74e21cd1f5b41acce63394b564b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e363d36a7b7e0fd73f45c40d3772507369cbd5f38a349c1ac7b471d8b82372a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7511ef60b4681123a489717088a95fe1fb4eb26b661356c30b5e9c2b1810042c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7713b7e6b1d55055e9058899b252c3cef272b58d532471dce61abcfcb94ae6a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f6e7e55ffd641b5635237b09a9284e5c23e8665eb459f85ae89fc7b03cea6857_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fb405d3d09b5a9c79993122f6689589ccfb2b26a85df1af1ce23ebb8c3d282e1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0564fae5cef879411cbfca5ae759d8453fad1ef58304229a9c7e0c3a5c01ad3a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0e56240076665623262eaab6ee06af30f3379d82f1199af689a1d15ae1952792_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4256156569fb1cb0abcf3b738ba110e41934fddac5814e854deb887bf73507e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8894a66ae6a706b9a80ac60058c5bda80aecd4c16c70cbda0c026ac7dfc6f15c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:169335906e74324804766e4ae56da8a6d3c5611e40012122b5ad95edea908982_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6150532e9fc8c332a3ee0bc8099fe05f87df765c64aae658450555a550cb9fd6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ac75fdfadcd23462682349875730d1051c4ca8078b637f31f45107531bdda9aa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b48f1122a811c9fac2ba94b8d5e6e12eb71eeb7da19a788cc5705b79b9371f7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:03a7220456e556f9a2e9804225ea3873dc26b198b5cf9790b4ae4d835f885243_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:7a25fe6da003108eb41e42391d803725408b111043b00af7f304a466557d5945_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:990148d090f37fb59855b3a1bfe2790c458cbc55e5edfe9938f4adbfc37e6cba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d832e4ac3877823c3c74e1f6b9b507b3257e9908383d4c63255ff1dfd2c58f13_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:5d19950138f046a9e96ab23adcd456656591a6025542cbd15402dcf33725bdb5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:635018b45a33d7cbb15766995f7de66a2563fa3bc187733e0ebe93bc8e0f4f33_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:790655e6a633eca04b9a6413570c8d64142cafc2dda1d944705dbfd7bb16b646_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:8d8098fae6cd6aad5c5fe24ab89972cd467eca4d3bd437231653fd6d44f2a1a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:48bd4b74a549ca3a4d4ae5a1f4cfa08e6dd4102cbd97ef6346c77728b4ce328b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:539f9121292414e1ac2f402242be52dbbb7cb4081d7bcd01f7bb22ca592824b4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:9ccfb6e935cf43c782afddca5b98bbae4ded9b8de5f8170781392bec9805e7c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ac9c8e3d06d1a1cf805c4bfdb83a880f2194139140f257f1855d254dadcc03b0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:39e7bcc1d96c891e247f91fcd5346fc1d5d884ad9fb51f83f0d289b2c0071106_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c65fff6955cbd6c79d01a7fc6955505382cf7a8f694baa75e64ae8b8d36f40e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d2f1b6de152d08fca7441115271cc24d7459f353a19d6e9eee30be1543d67f65_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:daee6e1c9a7df1bc286f4fcd4a79ceae3675625c62cda23f0e9dd3a2ac550920_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ae12d5fe4aa7c0dfe9aaa65086df6ca6d4bbf16013b7fc9ac33c1762a073c339_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ca67d3368d0b54c2683af5c16a4860ea79b5229c964eb28dd259caea13ee1614_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ef4861f5d7482f39ea162a2446597f4ee77e3812620a3e23bf0227cfacf50129_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f1364e5b51e60696f6c1150bbfd494841f6cff918d706ac9fa29332e7bfcf9ac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1d092cc28a2566b8f8a7f98f369f126bde88c790f7cfbd66c8e217f1ccbb8060_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:387d46bc354a0abb6bc9499eb1ebac51e3e8af6d9e306c99c70954788966b677_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b515e9d3a20f024ae23bb509c7438c28d8aa80c97ace149df62d30dd2545d044_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b5d60c432d9a470fdcf0e33d785c858954e470eae3cf572f07db962f2f4229d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:07f2d88cd98d72b4f2fb06ad254d40a434d74220b1f3c54eb289687926433efa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0a40e83f2640eeef5def25cc6bd409090c6560b054db320009ebda53d0c9a438_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:28b6871951b4312a663bf69ab3c984348d6a774a2b1fc839dd3fb35ae6837368_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2c523d8b08460b9b666a11ce2fee5a495af0c434f41755f38014549591372109_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4d9557543158f339032c9c37b771e0bdf7ee175ef4c95d1b9484efe0841a676a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:84c9ecf14cb657fa9fed55663acac95ca4c6098756c6a5215906b7a57553f5da_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5c6a6bd4727c5855e0783ea9a2838d9101c005d3042aae6848f619350045d8b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:cacdf99b6637e90d3203401665039c081e0c54711243a21aa0ef4345a221f1e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7fb9a55a41c8d85619133d6d1766e2f84ed841367c4454f820b2a85ed2a95cd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ba7c95a0a9217b4040e7854a67f6fbb05698f368b5855b0a277b55de08d29205_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ca133ecdd5880f72a188b87c6c541199ab1f67a6f71164faf27d31e063b358eb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:e9ddc4154c7b4eb1d6e3524e23a3472e6e2daeb3276d5e3bd20151c78624ae4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2bdf6c546709c7827c1a68f98aa9b01cca8a00b5af6640411db8aeccc006ed48_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:4ebf1fcd06d21b2b6dc3011f58d8e80a379940f50f4cdd7028942ba3ada5d8eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:50b8a61152b15f267b9eacf0a69231966ad997e5a7638b7e90b0c421bdfebf32_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:9635e7dd67d484895f6d7ff34b4d67c9b25c0f0b8f045e5e414142bfad951c75_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:19c0783b85abda8d0ba6cda4bd4adcb36095798d94e616c99f411338a9989059_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2b7674d4d94d806afa2827d1a715bb74273027a2f7d9bbf3f1529668fa322b9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dee65b2f904ef032540387e899b6f71a3ec6e96f12a87085a1f7d7dabb56a4ac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f07ed2ee836cee03695bb8c3265cde3a3fe0c50dfe1d28a1a69c0e7a336d11c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6f12925ce09cbe57e60ed8be87a97efc25587ad660f8c1567c43644049cb989a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7c8880ecf30fa54a789f5c518e30b69e263961d9d0d3845e8b02ac1c36b7e905_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:8e824da03dbbe619bf1af8633602b82312e50a5442e38f55c25d18a6726ad544_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a27b36cbcb25a247f73b8c81e17762fd56adb520fbfd639ac05664d48e705ee6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:81278605bd05dcf248b60fd1968afbbfd8c3479cf8bf463b7d27ed65b1d2b6c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9c9442acb567c4486c23dceafcb289b058dd41559b2dbfdcada34e00171f8c34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a85942e02b0c4582a0f7f777df4547252297e1e17b224ffda634498603419acf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dcc317524de3d0331b0bde62c50d5c54e0e4c5127b31d1adf4627d3226c115aa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0cf4f4f84795355860b8e5d245fa7ac7ee64058c0faebb32a97ff078d03fcb75_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6519e13a63e027f01f2b78d4c2280ca12d6b8d1a573d7073a1579b0158305717_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6cc1ad2ef67397f8a96e29d1181983798bf12f234fc35ee5d738027825d2ee2e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ff03d03b34cc9468ecc8229b68a2088406a7ca7e996a092a32a3b824542a4369_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8afb65ff69549ce53ccd246738b22de5456c9ee8285b8c4262a7223fb0cfe680_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:34f0cde924117f6f678dbfbb96c7a87def4ead6cf74ae6aaedcb4dc5d90b5468_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:353937307e06093c281900ec2e4be8b4be35a023ad8c789c7c6876ee454e1086_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:84f8358b1a20a6ac0ac59c49c09eeb60ec7f5889874155b07a76aa40509a90d0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f77cad076f52197b4cd42642f97bc8d58b84692f327b640aa6edd64799015f98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4abfa9554b311aa9a5628a048bef3bff379dfb0416823371f45c1db64651dbfc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4c53393ecb68024ddd2e5f0d6461a48e1174ef5351ffd398cfa85a94df9b2acd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9d7d0300c44336452e818b158d4b545f4957d6676fb26cc0561aa8a6df2dd1ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ba297510327fa361830b08cecf0b761860f9a474caf2d5a60feacbb9d5130197_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4c41cb5c37859d2a2bb96b82f464094fe53a8c34f36b9d5b531cdaa54953bc58_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:85ed4d0aaa7e5f0a71a8d740813fd32a611077dde5dee6454e9b837fd1977d0d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:26abead2eed82f64757b4868f8011dae09ea5415c837f068e52f629c0d9282b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e3e89a53da1b6e30a762dace6ee60e8b5f3824b5569745055edcd8fdb2252548_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:62cd9fb8415f6db5c964214ec73ca4f33c12e4dfefd22a086a3880c82fc329d1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ceb1beb2060ded10c43009b1f27f94f0b91feadd10542e1f4234c286d6ad653e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:490e384fd5253d49968519c893128cbe16c1b3c2e422066de314de81d4d3c7fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7c2677105560f8d4311c7df77717bce40980903c64cd6ad80994645ba111ae92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:2bcaa82154d9f7da101886ef03f6943ce8711024cf66697d383c4241339944b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:79c5713b4926750620c01e2449581c1ee308dcb484bef264beb7a4e83d29de25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:8c245651a569bee62fbace5bb869e1578e08a9e32a02bf670be147e8c8fcec5d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c6863ff8ce9cea709fcb4a05477c6d99d03c6405b19f15281cc170dc182cdb60_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4f713d16a4d4ac6bc1ad8bdeb2cd8608059da2dd53f2660c61e1ded2cce1be27_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:503ce2b566a5a36deb0e9404c4b7a5eacda690e4b6ebbc1843ef05025d4ee99f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:991428fda812738e4aad624ca0a8d3e66aa89b9bc7ddfdf5523cc812c6bc74e7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e02cdd4f9da2a82a6349dc76a217d2c59f8c9812e8638161b4fe2bc579fad630_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:8e2bb65716ce129fc5ff886fcb128712f1a94ef2536235a872dd15aa3ec34cb5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b1a19c45a7778f6e9f00c5ac3fb8d4dc905bcbd22a7c187389839216da329c24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:541ff5d1a05bd2f66eef0e50febf5c2acfd78a8430aab446f5964dac400dc1bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d01f5f2fea0a69899bb9484a065ce8ca1849a771536023b50060e02475a21863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:144cdd65d0aa3ae7dffc6a696d4bfff73f23020a1cb21aee96924e0756945c41_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:d0a736096147a7145ddbf8d3cd9ba0ff828996dd8cf7c0294be2f609e08ef507_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:1a7a0a431f63f3ba45bebdac1c5e40714be95ebfa8582a07c8b8d224e979ee80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f13658a83be5794e3d5af470952703c26fc9878851dd2e5c4d5a81ef4ad993d3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3635d1cb9cc3c912adb80dc6e85a11e0bcd088b217872d7d60cb4d4bdb793993_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:46a73d09e70f3db1adb9c554466078bb2460371967d7bb99aefdbac454c30be2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3d7ce814be11a477d874160f4639678ea67efda166a6c7b823d427c9a5c7d65f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:4234d1f01b134bfe72fa62749941322c453d2197efa06dc2bd555f281cf6bd25_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d073d210b9d46cf343977d402b91046e021533b73df78706fd0b4565f1bb4738_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d38418d75e2c1d547fad8aa49fbc13305ad515c834f982016ad6d95bf998a826_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:209f7fa1c2d11b79137aeeb1124d6bba014b76163d04ef8b46fd3662cd85720d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:34d51d2b8e75e20db14180113f49eb0ed77a3a7b91f96e5b63ea66f0cdafdedd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7d3bc867e33ea766025ba1768a4d13b1fc933054c80f967889275d0c4c55fee6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d4d031141a3c2f801c415174fbfddcc67a46ec35ac7c9c523aaa7d8f347506b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:78153819f6b7d7a31cae10aa0fab99ee7b64f33518ff06d937b1acf9cf7cac01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b2a9c613818517804a209780ad180be00e403bbbb07f762019e619a2f3937581_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c04b1086c22f16369ba8f9eb1ea52478b5612014a232ecde58cf52a5474b9b6a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e086e7450e02a650226412a2eeaa6a7c13d96fd965e4d01955787bc100d1e839_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:45209e6983dc2dde439ca2ef1826f6f460f61bdf645b3f08fbe0333b9b41cfec_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7c849d93184ec87fe75fda9b235fce8420de88d73bc08fc4d28b1ba882698a52_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:baab6fe7dc2bc03d5e420982f7a853d1042acf651911d3bd4357149573e28dc2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d57b17bf9649c48b311afdda85cbef7fc2b98c516520149e983434f65dfc2adf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:08de867062cd36fdbdced721a950eca386875d9d130e191ea6c1e1c9d2ed9bcd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:21e13a0af2d7141d08d15bc8d4f745c184400410812231978ed16e89cae5f798_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4667f25905e7acac890cc33d498a62967392347585a585196dad42d75c6168e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6a823a329f7d8f6fe36cf9cb03a53439afdcf539c128fc5472cc25b3068b1e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:03f3f0aadfcb69fbdf6fcf0ad27c4e875bee00b47defe923a3a78d3b73736e08_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60a4564bc1b43d9f69a1dc763f8aaf1e72377939edbdb90bc4373668bddd71d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:70fcb2fe8494b67f0bd5f63271ada9192e71f3310d604d9f025230bf955ba060_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e86f3aebb1242ed4919aa0a29ad7f5d0997dd71e9b3b3a22fea6d8644b1b781b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:4a07595162f4b57287549a5f03728049d0b81b4e2e9005204b1f925eab029113_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:80819f88795a16b1df3cea66b7fe57d68b504b08fcbaaf245716f3caed588e82_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ae7eb413813e85bafb332b6e766a05c3e39ff19638e3e5483ae7d1f37d3e03f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:cf038a6a0e3b2c297d249accf719b9019438aed39e746e90c0aa6b5c0696035d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1ce1476120cac11c7330ea4e258f58a3418cccf99a7d0bd7305e9538d35afcc9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:55d5c3bb865473eea61e3e49d3c2bbf1e0f8d4595f08e4633f593ada47f83e37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:83651213552cab64204b752bfce2b41c86a0c75638f5075ccd6a220e4304790a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b5bd33aaa51d8da1bf7879156bac953a8981e9f3db9685b651f3778fd23fb2fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0e143ccf05b7d4d9bd6d2d9c55a8e8e2c397a6a474067c632bcc25c822a01afa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:466ea07382cc42de8b7739e3b26ed38726728282364ed081d8aca15d3c356454_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:66ae0f7ace0efeeed67f0bde5d84d98cc56c71d8d3d1c25ee275c79774c7c5c0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9c9f8411cb23d7822bd4d718524d203b9d185a39b99562260d9766054e4a4e30_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:57571785a5f93dc4b3d074fba324572eb1eab48605022e4758964b3a68977d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7a8be9cc035742dad0b236134071213e576af95eeb9f018566171e48a5f238c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9e64d77f908794056343497dee8feb351a19af719a9c566c8c5d43f63ea8b1bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c92dd530899ca879ef241c5902a3c417e5a926984e7bc9b77abfff08fdc4f712_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:41a610a8e81ecc25d039b60fc8852c7015de4a8835c578819c4c75452b21a615_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8eba168fc4d1bb891ad57c34e982cf56434b25b0c91dabcefd1db368cd5d825e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:acc1718b0469e43d4775de31066cdbf6c641b6d198b3552e6c8ec9086d2419dc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:aeb16151a0463f66ea84334a8c6527f2f534fad1ed94c9b6c86bb2d289c9da06_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:12febdea8138dbaa9712772bc690dc8bf2654377b8b01b1b2279349d7917168c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:17f07b83efcce71dac75342f924c4924607a407d0292270d3657226d08903c18_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3bbee0403b76850553cf45821287e26a5b219186d7d6be98ca0e03bc547d37d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:eb222b4fd170b94c157f16d6a0f82396b717182f0ee467f15bf3dd622c6f042a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:46e7754bf973f2f7e3d223ed812c5815d834d6f629fb72a68004f6db3bdde3f2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5185d8aa7876edfe50ae5a3669017a4fab6785cc4e9293a1d4d5759479ad0d31_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b42b9fa2a9646b187f2bd75828110e355dec81581e9194f83e7d3ded53c10945_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d39191eec6ecab0b4fedc88ec554a8d11035acbfb0e3b1510f30494a88c2fd8b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:026f660635b2cbd2bc63a8a84256d6922fff55a5333081709111889b6c0ba657_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:084f162331cf54ad2c855c0ef7fd2fe50d2b797e772a52e5cf23b67869251b71_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2906814348eeea244176e04b979fa9b72e5063c1603e26099a8bebe7d7f702c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:306bf3b8d4df1806db4b11ffc34935437d0bb9e927c21ff8782be59312ad8d62_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0fe0281debd5831646616ec860cd6ae513e673d846710700d98e2b26cf481d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4b52594395f217128b30280b31785bc3292c15064aeb61aee506375ab41febe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a7c69e2d43d64c6016ba32b472d9234b211fe924471a29b004f1de0bd11555bd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fe0e7d31b49934d0f9eb64e2c9bd2c8526ab3459e64c9c946e06dd7da7929051_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:69ff3641058136961d1f36feaf6bf3daa9b42edffa89369405b8cc8f99644766_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6cd5ca919745afe1428955e23ff22b98a03f99ad88ccb4d8cb8c172b9bc48c4e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b39be6b16de13be746830bd7f75dfd7cd71e7927775d2864a75c5c6c939d7445_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c206351421bdbb3adf19723e75229eda7510d0ff959f1e5da2e4b20f1393dd80_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:24bbcb8228ed8713af724be3c2315267c850fafbf39e288b8f54a127098da3f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:337f411c10760ec60afcb593facaefc9d470f99424f6dc03d68bdd4a92cd08a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:434dc29eb1e82cae48423f1bd0ffd541800c8cfa222a5e6039e015efea74aa6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ab9bc91d83be5ce9811d251064fd87b01a191dffc64a95c7c6d30db34b0a084f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3b4cb8a81c6813924ab327f270ff6e0f45ec7588a728f184fdab345947c62327_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3d24e6943c302fb78c8931563076dcc75cd3d0104581e2a2b44f5c315f6c1876_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:8f3cb49a35782388214b24deb440fa6a66a416d665bd0b17a91b60eeaa8aeb52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f17c6b65320d04ac29fb6cb3d184b7a18d3d62ff9ed273d44c8badc50fb4f6e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2a3e5034f99e8447a443e006d829422ccb25ce674d322cf4e29bf06d65dd8ce0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:5773df7ee781990b7c6c7917c72eb67e9463a61cd607f57113c0e4a8116c9a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:93df53e41b59d5be5041925ff0f049acd614b22f5f4ef59715f647781f5921ea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fc402ff627e41b7b13e4719e9bf4c035bf38bb08adf648f58408ce5f4eb8274b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:279f6708501389a928cdfac3f1cc16ac4ef08d23aff7a44b33acebca5590a2c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6c046faa794b74f56e0cba131bb4b0b202c175746b62f4c0880b2b6e8f16af40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9e83d3bca30f3956977360bb7dd9cc1a8a7f2eabadb39cfcea8b557d661bfc10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dfba2d819fe6fc9a046f010beba7c0b7c68db2ff0ba6e605228a1b4998167801_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:19acd5c0d5ca558d869ea8ba516cf0270713840788ec624cb212582200c2b017_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:7c7a75216d647f640e51b1341dda2bb4544a34729cbb35d460bbb132388f2ed2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ab48498a6d8fd1cf12b7f8b464818e5be14433b20954daaba165212906f848a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e1fe56546609aafa5ed783816b39ae183db16395b9fc17264fae468b1d177df5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:7a17ed73c65e2a19af47a566e16e30f4b34ce27c523ed8e49c861f9942037fb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:836664f6efa6a8ecb3c14657823fe9eff61bb10642069eb7c2fd0ec0c5a052c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:91a4af7ed8a198010662ce1b7031e9cb3f961610f41ed7b3a291aa95cb606cb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d5803e67eac04989058d49ebf99b0021c38cf8db0130ee6ab67ca1b93c84daa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:420254f55ef9c5fde9001d2850cfd2555b066c3a5444bb4cb84e9784430e19bb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4267c1de960dd4448e693ae07e081f12732330e47547c3833f579a3b26dcf8dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:75c064439757ead34e323f98daa9d24361145242b9bd33b9df485c521c806e20_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c2ad186b59d828f1e456d8bd89a5b71019cb4be6d132e81491de5d391b3207bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0013300769f9b464446a8933a444bb6815856b53d999d012ff8fccc3458d20f4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:7bee7784d8828fc4a9df69eca9c1ef35e005581fd224216d5a89e680179ca991_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a6ffe4308a45c92eacd086788e37a923400cae5c652798d191e2cdff88bd58d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f6a955064e91ebb0e5bf90ba8a96fb602eb9d2445c179457caced6070c4bb46b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3fb49d1af154eddf0c137eb7c2614bfd4493e7d04bde41dc5d58127a6212a8d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7a8cb75cf04719b8034be238eb51db106aba9c5b2c078cec7edfe1b43433c92b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a7ed545ff8c65e831a43781949f169e871014cdcb4ac48d3f399c40f5e2dfb7a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dc1731fa9b74b78461e448e77a2b3cd53e8fd0b5dbd71a02d45a396dce1ffcbc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:05add077328b1b59fc26b4502c1e70eba470ac7d4b28f6a93a183f9fb808824a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a664bb7d44559866babb7db4c4d188729e10bcfa864b117f042642bd946dea44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c457f196aa76f0e0cbde2f179253a535f452127abbfa6c1187c20f6b173063c6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:cf85ea7ac46c67c759baacf5f379abfede2d7feb143707535aec5af046028a2f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0cbcff39a10a66a1c633282a8012ea117b29a7b0a8c57181172b0f5890f4ae9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1cfd8bccde5de1e3a58cad853124e1775ae3c6f1616d1b5da3766aee4beeaf96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a6b143fa9104106ff3a4dcdbb2fb168df5ea9cb89457bbd2a254a26e5cc026bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e6543675b0322e849dfb6e33d85b92fdf4c07f970c983649261209dbce3243cb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4a9161e6e5e019e2fb48e0b7bfbbc936c5d715310b65831db2abf5aa08eba682_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:546da9afc24a942433d25b44b6595f5f465ce0c9d5d4c3c6234c1e137b772513_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:cd83aa0cb7db694bb42222797fc6ae405bce01a42e9293389624eb1ce0fff757_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:fc0a0fa79d1cef8909c0dd78203d6156da6f72b186f19353f722a5d80918081f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:565ce470ec8f3fa0311385ad3fd2f2d740d2bf2b71edad055bae19258e1c112e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8990098e62b7a4b79771e1bfbf231f4bd73ce00bf318660fc8bfe9cb3bf0c276_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:cb17aff3f0f9107e83886d2313fee6388c94018bbf714cf73cf3ec592ed15d92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:f29d952d9725d04976958eaf851f455cd7c74fdb1de631e2a85087c5f1a69afd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:30e7741e2019d252faa6d8ff6c7aa645b9f1ba83e46c8c3ea6d4b2c5d793c341_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a0b2e00f2160897df5743e11eabee6bd773a1fdfc36f61cba9512fc332d0df0c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6fb9bef3e9987126a8ec58cf782f4de382fcc72efaea3d6c48cf894a01062a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c451d768e9662be5e076732b76cc94a60d1cead0bf264be39d164cd31d6c78b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:03f0b3ac6f51dd08d1d09ec038508be35695694c30d669032a4068e54ed94b72_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:57dc4c72ebe307adbd7363b09f497b7d8881550ed1f16e7dc4e0713a460ed931_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7ab4a10610539a094207b3a29ea9d9edfeb64f15c4405f7f81d003dfe5ded1eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc709b77301dd73e072976b6b195c30715703a824209bbeff9b1e32b65293bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5c3dd22869d88c0752c89502bbffd3cfdb8ebaac6318c689098d32a07f0f3d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6ee70c7ab77b9221a79bdf9e39169a3050f7643cbd34f6a2c97017ccd6780d3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:a6b74b159d589a19cae4c8d056ced3f78f098b10252f71a39c74f61a7e596acd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9ca912b49a1ffb310b5d1fc574ba68ff1e13f7cfe14ae70398166e186244382_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:02f8f1f0133372eaf972a9d53ddda269cf15961460fa3beb5357c34ad6cff6ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6af3126c4c6b7b98b44c1b117493c52bae6bb50c6bf822debd79bc7abf6cb5d1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9f324c0ce13e548a907488f7b1c4352cbef82c345bba759195c2443fdd67196f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f633aa2b6e650c49c0c849bd05055641af24f9dd80fb6cbe192e3dd73d165f3a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2f6f628908eabf6b9689671bc67c4075075f3971fe7807b984a98f04d0b40528_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:51aeb0ce359177a91dcf7b450e90861e69918fb40bf50a0a4a1a0056b0837c5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:d6e2b9fda8e854de0d147864e1f56e17a97659dd24b25438a8579fd55c1087ad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:e78466981d3a21724cbd42f927192cf7d28596612eb131e1c8c07ac6d8b28d53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:086622e4762a3d15f110efc8704ab2eff8a3c5a9762bc63c6d2c55957e4dcef6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:08cdf3e5578e90a7a8b1bf3a764ec8c6eedf107d38833f78e2d12997ef0c5173_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3fd208fd18398dc0929139e58088c5d991ab36072c1093bf9c2cd3285055bb04_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:883e2bf18a70ec1b8d8cfc03ed83db723640847ee6fbd8017ded34535321ae1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0524367b1677eeff9eb5aa9bec611b667b13bf1091fc384c046a7a7fee6d184c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f29e5091f08eddb0706008de190c7ffc5cdb5b85c1d97a10d1a991f16c85137_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4c1e147dba85a1cf259b27fa68057b625aee513b492dcc7a18a822db2d1c5e9a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a9802e85bcd5dfda8df6b0225ac4d075d994b780bc74ddf05e9296c361e2c978_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4e542df1ba72940206a0bc8232071c387ee9202ea55988550f48860414f90065_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:507b08439cddacab09f1ed7e9270878ab3a7035d0b7b6d183b803a5dfeb54da5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cbd010f5cc1a4e6973ff9d5e63fa7b885739bb942f6af01931e3b75ac6d6dd22_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e423953831cbb88db41e2e3039df2ef7ced0c68d4a14446a3547a9f3df7c7eda_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:543d69a1f0d04bde23f5d7349405363b780c5502236e5ed7309d5b5f815ec163_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:967a66d83bec7280aaded94ae4bfb8cb8f35bf8c9cc51ccd820280bf66396335_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ac86d1ba5e66e1af0c954419b2dec6679fe3af6c461d425450f6721f88970dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c004d2b3cbbbf51a79f7070bf3f81a1a455260a53bb974a929418f58b4515cd9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1692a9e4b91c575c63777d43a856108cf36a71b3cd095f34f382de1193fef44c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2ec061dd160754c19dbb5748649b09ffb237deb0f9224671f48b11325c27004c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:98a7945e56f17d3c3f02bb1bab620a9da02d6fa64c206c2ed0eb9280b43e1be8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e72d8bc13ec989c79bda2ba4b1ffc85af436bcb93868980e3fc51c72ee4a0c04_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49ef6cde0a405838dd6159e3179ad5c0bec80b0ffc58ba0a3c7ebfcd02a3c704_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9c01d61df69e48611bc35bb1c190a01540ffc40cc6ac048b51446edb06429ff9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d5e403c332e09a0adc28a7dc129c2709c0963296665c063be46007f999686799_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f057d7a735d84639759146ac021176c5eb3cfc907043921763208a8dcaf446a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0fc0f2a12632f590a8443283eabbd697d35de326f8dd3bd5f033f5276313d03b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:241baf358c84e892dfcaca6fbb47cbf9924edc1b1f6560bb06a7a2861aa91b6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:db40eb2c54071df768459d563b07edd0bafe9c7a4b4b7d91f20e49b285d1f816_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e76c2265052876c7e99cfbef42daffaa1e175dee826eb3f2c42fd8c0ff3e30bd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4135f05a12b40cf6f38289774cd71b0833ec5bd225f07cd11e111982530a51e2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:52d55886f6f8df86d2517772e3f8a93199fa87524a089b795acea78a87bcdf04_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:60f6497d4a60a0fd2e31115acda74217718ba4aa9e4190b7f6f04445067f42ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6100a67cd2df93a3a97ad7fb7b4fe3ee631f37e7d529e13b091596761f63ad21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:527c931a4c5f7ff8f13f9c69524837678ee65b5d8f3b7c512c84a8f90f0a2001_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6aa1c866c07bfa077c801cd13bf551e51efd817c7dc362d0093d2ce2850bb410_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:7f1457cb092a268c026f74036e698bbe38384c5c9be28dda101c95828442de14_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:cd3121521eb692fb3b9c4282d1b0d578b620facb1bb866bce21081705a56a73b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:26eebba070ef94557c3e3b47d61fa8f634ee59d04a30a0d9515d98a7d23aac42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6ff36824e2b6efac69c1a0aec88b1ced9eea56cae7b4b8b9bdda968bcceac85f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a3213c95d8328657024e0c0c2773fce3c19f77c54eb98a7ed574cb9155a522a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ab2f966bc1c8b74ee7b59abebffff9e9024c82dae708459a9e8c809e4595fc82_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f02be1c05fcad9c35be29331ddf8176dca450c74992258ad060447937a0cb85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f3cd7be8b53c206453f85f86466d1bf0b0e3fb79c6044ba1d08fa9e8dba5b2b5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f927d09425d22b39cfb65f45ba30d0dc21902fbc3dc39989071edd80f8790be3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:faf64ad7bce6306fa098c36202daef174f6c437d2b6a0978527b92dfec30d3d9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:18cc0b5a0e2cd4221e25871a654f3105a84f9aceea5ad8eef78a22cc8e94ba71_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:63677eb6635eeacdb61df7335f3921306f84575a01acdf5f7f85c0c039e9c55e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c9f0041b0290be2d1e0f96f6727c3a70071105d6a83890e0a5503e9f77da8529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:dda882294a5b4cd940ee913a892660f183ce58a68697c70acf4b808234f547cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:288e285618d538d02b1dfe1e83d98bfbe24b48ec0d351030d716772492a4e2d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:841e4ccba4f224a821130fe0dc888a3c0b70e2043c5f87e5ce1802d3a9dc1d5f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:197c62c7eb7d2e1ed0146bd8473a1dea783827d8e49231e1c87fa77d71f34ebd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e220d8494a6444b8eeb1a202c48e42c4c0e42298d4e3d0e2be1a997df4a298ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0e558c44ddede89cbac4041ac3b8f5b661ad452d0ac8699905466cf7604b3f46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:9f6b103d3b8c08a0d54f36b7a2f43d40c261000a91dcb083d92611718068c596_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84066ba0cd4ae5d77986f82c129aa12ef28deed67a278f163bd1d5e3a3212122_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:bd721c031838ba3d30693c02e99c92a05907cf2fb478d201d90f5760a8eaf6cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d3ec4c34047d08e6330cde9d1e39fd3184c7d4dd77be57aa10bee4f1197d251e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fb90893001815582561ac8f89169cb591bea5a8d3178444a6c5bcee42f460902_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:56998f9382c231419d403bec13b5732873bac4aae5011e7ba7ede9b7b1bb3eb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:68e9a51ee7e263c65fb96c0baeab14f700f5aab0f657aa371dae797239d9eecf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6d0c9c01b73387df3e64e4154cb0f0c0381489315004079048688373d114d584_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:764d4c3452867b64338abedfbaf74ec0e0ea99ef72d7d0d9b66446d7c14e8516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:212bd8b48d7bc3b291b4cc115578121338d58fce7ac9c3e67af19aa34cb1dd79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5829c744ebff1ef85a579e74da61d0ebd765d3d9315ff263804b8a78eb0f1d25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6cdaeb27cbeaf5194becf186d2d3605870514999afd3f7653c8330b4c503de05_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:97bf3147de08e34dbe0bcdadf404e0b7dc74604bb8c0eda34dc98759ff1e01bf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:04150f4cfb2c6bbfc1ce0e52187dfed680bd82e203d70e6738821fe494afcc4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:338e5300449eebe482dc73d3347c4168ae212d73aa1f431e2e038be4882cf0e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:434935cabaccf82bf07df8f556ccca3331f393892c1d7dbc30ef60eaa2a5ace4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:d731c5b698de2c3acb9f6c2cef7348cfa152acd5b1bdb0a401474f933d26fda7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:25ce294049d772467415fc43ebd64c23521b7754323e6e65e1f75993e82b4173_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c0ca4f77880521628db1648ca59ba7fddf52295fa2f6f5503a1c99f9fcb7727e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:e149b17a5941acbba87c4ae92d1226f6de065f46564c0e0725382cd4c891a4e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f1b67faaf3c4a76d80a1da88305355464056d570db8a67ff4bc149f10160ab68_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17e5a2e5de57f823ae658fbc52ba0eca08339c8668acd1de3cd55e796bb4d835_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:64f2a85e67614cc570c08a3ea9a480157e706346bb91d5532e2aef1b942e69a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8521c92b757c716bd328cbe087a6184ac5aceaa034157b4b83bc3a495ffef06b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a06a8f6b36e0d3be5ed3cf5dd67566f77830b9d06033bb2974f2906f1a594b7a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0c5732927f22de21b2aa535fddbfb0abfcb101c33c222fc13fbbb846f775c321_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3123e79a8d9e9f3bb7df21ce62b01fd615e43c2ed5232349c9b649b21dba72c8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:9627b270509deac23cdadc314c0582686ca8dee3ccfed1f66f2482b2d91014e7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a76dc073f31ad5afab971481f1b3fdfffa8968e0c9e7d915321b62c6eea98b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1cba2314e3276572ca1f179bc0b27a5f496865f7762f641a4bc87c4a4597018b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2fbb5be24d0fd128c267268ebb7f95861875ceb2d544a5f971f8764f5b15b363_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:72cd405ad70e16a41e943c48ebf24a859c5488dc17264a0a112c1e4b99e57772_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a62243c266f8abc9e2e11b85f1fba060380e5ba7da8c616c0caa623a065c1d21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:0aff600927a762bbe521b6446b609de0de9c5fe10d5cc04f83d9f7157815fc5d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2df7d9b29fb84aa3607e7973875297dd474587e3e2083ef456f4f25db1baa03a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8e2b6df001bc7afdf1ccb8d7c79ea6cb18983d42d3ed5508f2d86c79aeea75ba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cebef3eef0bae4a86f3e2e70ce351335e004bb8c1c1942d58c3b6680b60d5c73_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:780b1dcdb13052360030f39f50dfe70618326c4fb6ddcdb0202026c7badb1427_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9eaa1441bb782494caf180acf396e158c31109d0cbb902a030f524a174386bbd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ae30028793ddc1c34f1f24df6e9e9267df190f78e0c189f0373fff76988c15be_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c4e3b0ed2f8855b5be0e0ef59243db95aaf171d1c01c481bfcaff5fdde4a2049_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:76b018bce59457fab7451d530b9c6363d7e49ba9001a68b6049c06827b394e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:89f763f82bdc05d7c90bc1acb79a5db4256b5094eaf5f5dde824d0da6f20d7a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ce88606fe6952d3e5b348d93cb149e5cd27ff88e9321529150ff0630e8696956_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ee514f8d5e86c87b292c53fa8719a2464a6b2c26f73d32229b40afc72d02ce6d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:19c77e70b5d022b86780b5e371bcf5db838e71fe9ee0bfaa09dfe37863941802_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:19d945c8b4361f412a5004d6d1c2028bc9b8436fe427edc269d23be5b4655ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:598f7749f81749f95fbb2adbb168a7206f38a0bbc54da498433570bfc9ce3b7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:7b8ac5556b5f8b8abf0a68b6df4e9c2e5f8d1758879e1f6626b3a6810878fde7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:21a2eaf787a3f5252eea1ffc5a3a7604c295f24e2382a5d07b51d83c20ae848b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:415aec52607ec162aeec7704705ff2c762ab785ec0809282a85aa2a93faac0c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:bdb65f1e8184c8799cba2c821807b85266e2dde877e867253b991ab7d3634409_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:20173180497ac88a173aa50ea8c27c8a97522f485409085b16f15dc6271e86c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9e569e126c62443c2ddceacd0631fbede8d0f0ede506b6f331757612ab1aa0a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dc8fb62e93553839a0395aa91027eb68c8b71f21e5b3d51fc99a58856768d5e9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:3c5ca2522d648aeb8f5e0f222b1ca1b20226d253e3fde241d6e0d7f8eea9d620_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b5bf39f3566ad45871480b3fd6685784a221d81f2f4f9049f611f6d78d06d653_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f9e8b7e611d5cbd31a6a6592714059891d9e254021aefc813e07d404bb97e9b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:794930ea999e98a496d3e6ee72d55d5868b7dd363dfc40d36a63f6477a4b7b25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:95ae98647ccbefa15ef5571f85a360a4b7effa2fed2c065f55deba9bd3c62d54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:cf28affed9ddfd6e1de9095423227642fee8290f2129d58d0a1831e648bfed11_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a83c731420e770628eb18f4aa45c54b5afa374c7a2eb3243472dd8cc4325da65_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:af76096d455c2787c46e447e55991ee28fbfc6e0641b161dea00a1fec0fc1e2d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b96b37df6f83ad640beb701ad76c57000a7717f0f64d9f49cb55cbfb514de5bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:bdfb75c39725851e17362f1163214a0b47e8423f714fa6196bc096ec7bf66982_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6e415c46f81193c6478d4a6b85113d2aa54945ac242e68f094b032190d8c93b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7a928e4ef0d418eadae87fd9c5869078004c3759eca0c879f7158794f789849b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:8f714fb9046c1842f044c5c074486baf5ce3ea05db479b5624702cd5f2f45a99_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e9528d9ae0875007e92c732b846ca07bbc88b38d2ae7880d2bc50b2f2286d097_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2eb4e17061af22bdd0b86cb44a62f6707e0b1c6a6c123d6d8950c50978df87ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:31e57a5ae87d85cd2f7ccd78afcceefd0354312171b0e19409e0f17fdb922f8e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5a572634df8230dd93301903941697e91471808bc77370c4dc7e69a602a95416_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97210ddc8b97156d48b5cc9703109d969a62f43c9bddb2c35ad026f286b481a4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:35a08ae5f0cf1d0d85aa703f71987685aee24a36d7c7f12b4ab04172e242e57f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:6f708c0c27f07271f096659917d0b4f007eba72f87a20748e06fb7fb6d8efe65_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6a2876abc7132d4257c2a7354bbcc03dd72af090777671fda20d13f258647cf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d8b1f8bfb24a29178bc263d940b2ec41a8694a0cfa536f0864ba99046bdc9a59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b0d822a3d6404036345fbaeff26d4391f253c38a764292a5199f0fef1a00d0c5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e9283354b667510707f4077aa2281697cd685af27bb9d0c8452e855416dd6a90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c23c54e0cf91cd5119e27c826c135a1132be039ff31d832bb9fa338eb79890ac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ec941663ab289c63cd2d9008ab5d5cd96e1cb498f1802e315890aa819fc01545_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:2756bc5e7ca974f7496fb2ec79633a195bdc1183206117d86eab12ab8d803dcf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d9d092381c9c6147336ffc67410ef3301aa27a7b531f9c73207e969dc672778a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:993c2eb4cef7f124d8e22cae61be1c0ce03bb76b353d8851ac7808aae520d6b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:9f709f852192e46b7bec4a31ad98a989b65c023661134c56644fac89340d9632_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a00191217337af5d56b634ce23dda29b32dfc4a5cc3449977676a571f82f4917_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63c12404b10c72d109b64e3fee14b50c792bc4372fca7f995f893698d1422eb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:ba845ee84f5bc0ef42dcc0a56aebf1e173e5750c8d764a3992f08608abb508fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:adb7d78d0e9afbe4232a33292c71b599170dca628a792752ca27633e9ffe2dce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af3d86b9cac49e309cf6e49c643c619ffc44ffce7bef107fe5b97e4fba355345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:056d409c217270bef9affaed04103b862327264d0592b89037fae86c300eacfb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1599a3d492150727787e7234c3bb8f921dc32f91109097fa945818f3308fec3e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4feaef745ba05381dd55f6b004ad7846cbaeae52e9e6f83966de35d17ed67c01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:55b14d6d09df1e50a6572f21af1cd0599577281a1187fbee14f7226048f4886c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c2b4fd69934ef331d645ca0fec99348e515af55635e194355676e4e70b7b47b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7333f456d3290ab934e1a487feaa13caacd601d3274aaf70556b81029c40ac6f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:aa1726f093438b83954d881a0b3a4a38449b2c8aa1e0d950aa97a0fadba3bd34_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f10ca0c467f9d0eaaad7c2bf7d650067d6450bc3a5de0a0bb06ab4073c14fc73_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0e4b0594518fdd5709254907dffffb951e2a0138b3f3bfeb4ecf72acf2e04ac7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:269c897aed959fd39c81d8c05d1e7afb6fb1293808adeb170cfc9fe00d920b62_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:402db1e826c53cc00d9379cd4af1a80bbd24c3352d35137a8f0585d016e1226a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a937d5eaedd2c44a199c9748987b1c47cd8eae70ba796d8fd1c91a0e3caceeed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3155352319810228de3427b70754fd56e479e3fef5c7635b58c2d92c7ac2f6da_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9fd11ac21328604d4af8dfd1be6238a054c6ecb1492ac5ea3a6bc1d9263791fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:caba671e8e6c1c51aac89b3661fb2faffc022b6f2961fe2c6845818dd68dfa75_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e6fd7468866cc5db5455f0e58f62b582d279834d0df1b6aa361ce45f21f7f27a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:98bb659e6f44dc88bf7064abaa7c5001ce123e6229917f6914d4acc24cac9528_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ab7814cd8c6eb5e61316913ca7b652547f93ffdc9ca52f6187bbab7b0e3a39cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:60767723a82b97a362c590a10d854792279e89856c94c531715dbf89d8c692be_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c2bc0cd876628b9b6ba9dca400412e4ed9838e2a09e285a9ea41994ccc4c4f70_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:95b0395f07b213e0dfd8a58c989429f4873dfea1cb88616a8b079b6de0cfbe49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bd224a273b54f9f8ead326d2010020e690a19e18d3003b3f890b3b6668178e8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d78aa8f9edc8edd2a4b0b42e10ed2158575c3bb4d9a355aa3fc3f2e17428dee6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f6cfd11ea5183d65d4e0504a691a56928c1fda65b9b3e8bf97769f95e4387bf9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:004da77e4656e592087b666d1bfcb7d1f33d91f95ba1d188460c914a634277cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:16674eb1e5c04eb58ace73dfb3ae7e94997508262d67f3016b1ecf859f69d8c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9750b26460cefe4263391253489299daba7a83db0dfd818ee669beea5f934ac9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bf351c51fa129305dbfb5743c518374905b05ee7d6f64a46b0ba7894ac72613e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:469fde658cbc0a9c50091ba7e2e6fa38a1d5a4e23edfe8656c10939f6ae03a6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6fa6e5b1fabb9b7165ee4928637b9b28c5966d7f192d4866c7453c2149ef1376_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:87b883e5363a4abd46548d7f00203c170cd699db81b73404aaccb147534b412e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a98e5f141a7a349f6b9db027b20cecd9a3bbc9e945f4e42ff4af9e634b3537bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:40937e7e7792d85e446c58c9828d6ccb678605c897e8bc39f851c24ab8caec6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4221a086bcf07a07725b3a5ca9c93d556347e68b3df4b1e5e7f17555981f4c8e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:424e959b991d2742f547a958a0c126c01ae5b626c40bee72fb9e1ace7453eafb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9e6fe7a71cb45d610c6d406604566924cd6ecc0c9db26d0b6432d902218e418f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:131fe3f5fe0db2be50283fccbc8c4b6ae3c31303884052fa014a42426238dbb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:820031d2274e963d6186657ea5da45f05a63f2739f585e5d9df3ee70df230cd2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a73d494518aba171f87a42f53cd9883da089e163bf4fd04b1848bbfe5cc91428_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dd1664c91a67864febf7ed63e60568b6ae4e78924d5c5c1c0f77ab63fdc8edf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:212c91c64435061367f840165c2b5d359739520f1ded46dd75dc23264bb9361f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:59f8c093a5efbb133b57a46b9d60f10221fb609da35ed4a023b2fc25f7d97f82_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:801a5eddb28c105ae0ad18f9581f333fb5a909feb1beb624690f13ff6722532e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9e16e9977b233d1c0c8fe2c1e7c7c24ef6eb564231a4c7cf6e66baaa1b94a77d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:100db581bf3e28a2f850aea3e035634cc7700c6a4089af500ff6d8a49dee3087_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2b7d88195212c91bdb415e7da523a825a09e3eea12e487c90df77a2a17869a1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:63a9165bd53fc1d3f7b69ce01e40676d44067d03206f0a9d7467d92c397fda1c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:66f717142d8bdb3d4f8e28c4da949b1c0a5f829b98407f624620e38816647dac_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:55001f621b2abfccb683991fe63bb3ec7c5b3eee59ddacfe984141592326cf14_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:88f2dc148118105a4a2658e0434d03eaf8a377667ac5c5e21569a63a2f8e7897_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:45dadc298dc315a62d35b54c781380105ed9527daa9e1dccc82da98cfbdd1194_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:ecf4a471b03de5f1b75f8d567f7eccad4c0249b617b9a0aaee81086fc852986c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:126036dcf327ca47352608bc37f32d65f1a2f4d8a479c5c50041a5e26134cae4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:a7827d9ae3e7b6c2fbc93fd1656adc6d3d682e9d5d94e044b511e8068da752c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e093d90dcaa681142edd03757c2a22bdd6b488533f9fa13219dabfcbf2ee3d56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1a2599afbcf032f1e1f331be6b8af48005a699c736d34ac2f40858146eb85880_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:71542058751d04ce5198d4392623d781714aae79c4542a51462c72c1543cb908_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f7189f2851a40ecb99976ea56d4144bd99c9ee30a16ee5c221288361c233d6f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:fe5f11b0f2deb18f309e2b019499f51ddb200ddfa228cb1a047b24f66e1fd3ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7013c94588ec133231e0e1e1aecdcaf295127456867a24ac12838fb8a66fa437_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:83276b780bfa5a45dd56ea305e293fc7c1d121f4333bd5da7aad979265682092_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d02df177e39e67d81b260ff144b1a756eaad44345219e9f8f3e1e29a34cbf0a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fd23790e6c991e2c2c36c855e82e0e100a240b2a70c1a64f4202ff74c2b366eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0f6d99c941504f393b6e4ac745b7fc25eea241e9e78dc179c42f7a3fa98f7767_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:277c064ae6c38b7848cec5029e84bb6ef0d1dcb3845496a360ff77bf35ded198_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c2aaf3f737e3125395766df1975aba32a9b62598ba73b802f8f08e0e7a14b01a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c9552fdad8063faf1609ce00c0d572062c4d3a3c31ec94deac6ce06260899df3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:28b149a2782c09f71f10d40940262facd959b9c448e97acabd818e7c4cc61de0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5c96a53e5e6ac4fad49afe562467b68727a21c42c9195599ee85999004829981_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e45973860421f3c82f96d29ed8bcfbead4c79c97aee42159b5363386084ab023_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee863c5a7547761cc0a0e70475d7c56c86f8c0285f14f4d69a18316bec6285b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0cebc405f93ea01c16258268ca63d58ac018e5eea3fb708b98956e41479e81fc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2144520315cc10e5e8abfcb02b57bcf4a63075c93025c3cd1ba8507cf882f939_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:36c3a50574f2c80d92be43450340e41e379cd100dc67fcf0e2dbaa034ba6529f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d6de88895183d6da3c701fdb98a986b7007c4af1523dc5ccaeda08c62b253a5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:30d65e3245b83bb2e160d61c494cedb9e5c8c24a0838c84090178d788bc88828_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c3a0accf17a0a3a49d142d2396edf7721791af2288454c18d8b56e9cdacb13b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9fd64d50965e50463ba8690fd89ba3cd994de5a6314d381e2353eec14659f9be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fc5f1aa5059f536db5a1411d5db6ba67ecc65ead3cb85012766b860fe3ee15b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:79473a979df621458a768549aee109ebc07f1a475c52183cb167e13858044c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8a6dc95ca7387725c66f7068b1d7886ba0e4f050021dc8cb4f836a964a2d5377_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:bf31f180f5199f637c97f0b68affc64214c41cda6cab0c04a0b9abf8c4cc6dcc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c48d523feed44a1b448d5e0c960a4db35f6a314ddd361ed879d2b3ce95ecefdf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:0bd9fdf415b7440857d2d1397e4598804829661d496d11a9541b3e5655ea288d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c60260eeabfad38cf84772faf2df38f616de94dc92b911b3665701d628d35207_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d2ad74c22c84672609968acb6be78ef6c1c27b60f211fbfb23fd5b5c6d395b05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ecb65362270b1c57d99c44f3a573c24d83bd724ac6ccdcdd30756db682946d4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7a214aa53a727a95416d53774c9e8da7343e58e50101b9b4708ef7e10ede5ded_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9b1b189fc680548be9477c665cee60f0dc182e06a34595c81bdb86f797e489e0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a7393d43750db330eb9b9437e38a5886f5616edc7fa18fd0051c6d391657cb88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:b48a5c2168d763aa573d8037c5cb5b89e0c093b8cd2583838ad1dd884ea096bc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9ae50c3b716ec171ece2f431a3066219d91f8077eec9b8254be2f48aa896e973_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b12134fb24f750d359c1f3c1366616b0d7d7b45f65b62e34e25c08b9b6dcd057_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bdbcfd7f7e751b36ea44aaba6ed099a94249ad35638785f50b8ad67288b523ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d8a173f9d4a6b41c67fc3a05fca2ccf0ed45fe2836461fd2ceab0df25431ed84_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:12325c8708786bb9449ef7c8b3499847df607b41b1f362cbae1d700157be5392_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:29386052230ee5edfead6e4c76e804811ca94493defc34423dab70ac487fe15a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6d290267e5a74ff9a92c2d5d55279229c64a9d1ff7729ee123c131f6afcb21c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e16173cbd3e37bbc86bf12b837f116505b7f8a3c242936bdf89c944ef0bbe4a7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:1f471af0848924dae4fd068fd4ae35b6a1bc66e7f27669008c4cc324add27a31_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:93c7da140b4b80b6d14c901c67ae3868a5f6950ab6bd80511c895de264fef0de_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b0af76d4d94bfcf737d9dbd926942786b81ade8dfd58a6018cb8255225341631_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ba811c0fd54c006359b2974b4aa21c5ac5b0467ac55216fe42666710884b9c80_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:25cd9e10486c115db82a7207a475fde9b07331fc51775d13a11ec9e567ae3c02_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36a0c764328a4635073c93a10bf459f8f1adc34d3365575c99d8c6cc05b2525e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b5bd988566863230adb58255e5fb417dd49c4af672904a6dd164f4a11cadd168_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:bdd5128e3df30bffb835fef43d6b2641b288f4c8b88a905345e148100c4cbab0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:90579db2a96ca59220a0b6b2880c0d0630aa273ea83059ab65bfa9fbf418d180_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a0669e0ca68db3bc0df0fe94d7b27f25ae270adf53ec35c563ea9c02bc266d71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e78c2db614a4b1c39abef7977ca4021abe80f140e739e203881e5df1bf1d5f78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e832f1cdb689716899272b0013dcd5aaa77bbd2fc659c9d3e91a3a75523ee535_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:2f616e711d46cbc351615dc4aeb5464db2fe97eda408e88b624643c896be1088_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5c3d94e33df927b9de5ed4b3a8775fc1dfc337b9656c30fe49e5707bbe9122fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:95513b15419da25a4b4b0f8bc86b3d5130ab86975117776c0cee09c73bf1f013_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b3d01257d281ba7ab01b1b621fce3a5b2e38587ccb0f1619844e8b7c9255b17d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:295931a1a57b0a350c8f4ab96d3e43537bf230346c4d9b84552b10fae7e4c72f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:5047d58c27dc18598d251788b0b88438bdfb075f6dd6616be2d9e9c5641d31b3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2c069e68dd0f68bb08c9ce4f3df4111d2c5e3a5aa8cee4c54f905ac6e526ed6a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:3d5fcff1ef9ef1f66e2f03099596827a0735dfa42ea3badced2bd1e425a3b574_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:50b1171774647c5c7682e9c4ccf0150bfcd24e938ac07e898dd1a09a0fdd3a34_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:862b18b22a0a893ba7d0925e6e18042523b1252b13d1bb8950759a45e5afe0f9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:858452e8b1ef53d3807245cd3be61d41f8520119c2964a580ad7fa888c98111c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8733167fa23aa6db9b5ec3a0d85cf3d0536e339e0f39ccc794577c19a5119106_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:91565925e7b0fcfac3e4c5763f388d5c1f47bb3782c451f2b0daedc5eb6e9bf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92ff6eed51d41a1500684a33978108699932d3a22c40aebd24f6d826e25c379d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:055acfce88b0f4f9bef1280ba185326dd787059194288ee4d837278bcda49df0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3f32bb224f7b495972b51612ad55711962896c75958c4b6bdafc645e37deab1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:85575f936c61819f977ae8a7877b0d562e3e7727243c2be63f8c7cce2198a400_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ef04eedeb5ca1db07318f0c80bad82e27594db3873a95f5767fa763ee8494e70_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:13defbc3825543d262183826b9539e67ce6e7931fc17a85e6e293b6ec99c06b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6cc6a8f08adf95cb260f745377c4c27b1c22db1b5536ad1021a57996421bc32a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:718bc4ed71f5b54165208c5f7453fa6686d64963948f63a3ecb4d9aeaa833b72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c81f2951b13277c565bdc2198fd36a858643f4ee2f3f2434b037390d91d214ed_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1bf1111966c24d99e0c383d0b5d44693b83d6cb038c5059974cb3894977c167e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:257e7e525cde8d509de6a99636626590340605588f370e104432b1b156fb5a5d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:54dc9c60fb0a206a6ea7705dc0ff3d518de9b897f1e33bb32a5c1579a4e40899_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:dd21c8fedf7b6fb2acf730e1e6b1313cf30c9a7fb423b69e2784b03036de39c8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4cc1e8227aa2724e710ec6017040f77af4abd33103676b7148f167f35799a3fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:74e8c4938140bceb1fc462e2c258808d8c1efce20fa8886ef4f3e57111424fdf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94fe63c2a996f01a5a7442567023256ca945d2414f440e9e7e8c4a1080c84839_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e47097b9c24a5841e5925cdcb5fd495aeafc0d7b6322a9802c34ed4a8e721f94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:67a0d7ba536723df4ad5a804891bc69b6c894d4f51770edb30a1d69c5de57228_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ba9d35ef6b61a3ba76b9d7f13764f3d18c5779e18ba1580c788d7683f7b97fbf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d28a7226a9aae22da651ca1d867530ace92c8ca05e75d46e69e902ff132bb96d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:dc115f9ee989cb65b9d9474804cc7b65c13114f1a470a63b2e3c07e18e0cd1f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a952029baa1d77ff38bd41f31458ad2ebee167850cdde8bfc2513589c3df2cc3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c9e7981fc82a9bb003e101c86df6dabde785b092c48e54a35668d6f40ee57e6b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d3fdd1634932630ee24ccd435e0eb2ae9b4175042660d00142e9f7ae6fa6971d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d88a2fdb4b3d85ab096b21ca4e7577da533fe8e9ec37e16d1bb75b5bd022dec7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0b1743aaa4684eaaef8a192e992e85c8e18e328a04c361ebdffadc179a503972_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5d38ea28d35d99f8691d72bfa98c0b4ec03484e63dc29791c5921367e0409168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:df10a5c9491ee928b418553afbf5fcc7ad9cea7a6ee5d946bab8c43e78d045ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef723fc9bd22c3c4fb9af942f7e8828148327a82f0da2c3631e95ac99f2300cf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:475ad8f6bd57de2a9b411e396d1c4cb688ef9374ff93c3c6b2e1f03383b09b92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7e9134e2396b0d88990abc98d99201405afaf925db7f433dff00806bb5a8431a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a25da8dae47de5a56fe9ce70f0a47898e54f1919b63b7f52dc0556c8c8385471_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f781901fcd2101fb045ba1b2dd83fc55d70043fe0a526abcc0419b7d393d27b2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7774713a5ec68411c69860c433be076edcaae57d96f8231c07334b4ffe700f6a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bb33d82357cd20a0ae33624d4d5caa24d46325a673fb66fa4a29b4967875a65c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ce0d41651394fd31f531307187a878bd453658aa25853919ec9735c6da0ceab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e385eabd862be9e677b6299b2591a690e23a6bfe28f74fb7a38ab4e2b69b1114_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1a52670da13d42a2c4351a39949e2569607161c709848f7e72179319ae8822d0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b7d08fddd8c22ff87a3ccbe6df18910af6b8004be6e486a5fd50575b314b4b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d8f094d132383ebc020175165a02946a0c6f49c93a8a3afe52db12a0ff2239a3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:df160cb793c8691f9e627c5bedf753c1ae4b8c4868a3ba7147c0d22d4dac0992_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4ee9a949933c250441496a64c5139834ac6599d166204b565630af6c381e18e9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:6fc4c386da9c6c741351a503c50d20c2613b12e572618f8d458401ce5a939979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7a259d83eaeb6a1ef8434cb0219d1ca810d3f324d8850f26c23f1262ceb9d1b8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8a978eda0f3b80d04a8798468a121186da7bd491d124db13997cdde918ab25c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:044d2ba4c2e88b3250b61c9d8e007f7e25f13a70392bf1e87bfa8b1771325b9c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0cac2b419d305f2d48903376077fd074248d11475a59031a47a5c57fc1a0ddfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:60a2d21886140262379ef8d2dd7824cad831571299108de9acc136b183069868_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c7be1681cdeda56c9bc862b1f757f465d5cac94c8357c2d274a2418bc48291f1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0173658f171ac763b4df1e168c78ccc67875ccb0776148a286da48b78420fa4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9ac566b63bf5cdaae2c661b4a3e9849e8a4900e8cafd72f43c3073f6a275f19f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9d8d13cc9c4fe358d5a289b3181e2f7a0276d0890b3610a5a832113e9a7bf031_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fcd085d70f120b2ba694f47e1e0fbe4fb1e76fb280f818dd9878353ec9fff179_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:05a6dfb4a6d5eca5b30e24e5aff0311a4dba3dfa2555a9fe7e666aea716d5f80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0c42ad7f13cfbf8a4aad78299d709483343c1d79443ec18e7aa7f13dab756ee0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:49fe440fc90876f576831cfe4969a2c8644ae0668fc8b53238cce04cf264d012_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d674cdddd4e5ef36112db5950f352e7436a6bfa38e4adf160d0c508383ce2a2f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:82d3d30e08104549b682d5d18e2110dc811b51f913ebf9b63a9ec97a367d7533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b3040c908c028506c2acfd9ea1b3e5e9d77a50db3c625905a43a2fa9aec02278_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d4686afb2222a0c96dfdd5cf627190830f3ceefecdf31c342c1dc62f8e1c6284_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:fc87935eb676a73b877cca295ccae2502645c3183a416363c9dcf9be6cf2c08f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:15950d0ef5a3d97cf77b1e9cce96e0c02b1dcee7a6f3c0cc114881c833bd9eb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:45ca25deb8275f00f81de1e135b755676cd68f1b3ddea15756013ea2d3f125ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:84562224214ac9f7c78de1395e0aecceaa0831d39d4cddff749ac512f57d6090_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a6c12027d86df726cdafb27b1403b9b75cf80bd4338d49109cb31438a8e29c32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:25cf08bb0dcc57123b335ce4e8e6a5a8fbe2c5070afa3dfd70982c4da29246ae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:54f3f18c09cc510c30850c98533a9e8cfb88e45be30fc603abcc4c308529cc88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:89dd57ce21c549ec2260cb5ac317482d7523789cce340ce16be13c4a9fa41a16_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d97e33ebfd02df96d02feedfe6e130e71eb9cbcd8eb5d483e968db4adc1a92dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:618f3dc4302534afaedb3302bf8526623d00316cb711f79eb6b6b5c94b797961_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e0367e8657c5484585f01b22aca10fe9148db24e44595dd5c76a4e48b90ffd31_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:349191b92ccc90cfc329baeb8f383b6fdeee76a39ca018322cf9f458509734cb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:f680b48a51e67b566589a0f95617f9415b14356f659b7e550ff886b7e09e5e3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:063f2d991a3c681e1445a00e7e440d35e1c6dbb4d014cffa17fb1e740b659d8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:320c754185d72ffba64cb62342a9b79127711c70f3ed1ebf7c7196f1604b012e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:8f10002f26e316ff696bb23cc734ea7ac4981ddd2bb1aa3a42bbe75ab4450a43_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:a90274c91d85fd2383d7786e51e8acd098a4cda27e43d8dda61e4e12d9a458d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:23d09601ab4dcc6f78845d22646cd7ff02b2b9dfb0576b407987cd62fa306a62_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5f2fe7f22dc893ea7a64630adb62f9b5dc90ef50994cd085d83bd5b5e3de4656_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7462205e2740d04938158e9635c2b453d177aa199edb4af2bfb17cb5dddaa372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c58932f7660b5899e4be1c146aedf325846ea508a327e44ed1d2b058685a880e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:306d868afbaf1e8850decbfcfa2492431353cc24c5f6c7c7639b913169749549_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a6fd8de3f710242117eb4b2025710e73e791a740e7cc2e0338abdc250e31881c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b7ee767a6909994b14a284e8fe87e7a2fc62fb7226ba40595fa8440d6e475204_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ef35ffe05113d8ce7f8b5dd8d4b2c170ecf43dcf2033019062ab4900b7548168_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:555114cc044a7d4e5ca3112d3f38d68521969908d74d6e5c4f2aea8e67c67532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a3254c2e012ef3b198817d3e50cf7f4d8c8a155295ceb19fa508b1a0b1284439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b4ba9117b966ae3d8bb73710413a12cb1c4105a0cb23ae532bcbe4297fd38361_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b78a4420b6de8f189cdbdc208891c92fba17498a5777ed5d6d698ed912963ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:014fb0e9b2c973e70cdc8b23b989a92e6a153f421845f7cdfa31bf5702a34f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:2f240934c0edc45416cd1ca384371fabe20445819d3beae93777bc8c6ae8ee41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6760cb05c2b827454f09e12874f2fbc8733c02060a8f5cccc53cf2bb7bb1a4b9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:988d34a878297d97b11ebe91e9b1f1eff282afe819d841e196d88bdd402dd727_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3710119778043d36dfe67efc6e511d25a930ad1e1f9a1a60d93b01c55bfa7ecb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7b9cdfffb383c8405b021c31b301c04d84878bfc5d71ed19f531e697dc4fa321_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b70684d47f2c52953ed30e004a850f783883fe24ad6d868345e8a92cb6248714_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:daadb41317c0a0e7d8d10ab17d938e446352d5956e30e3b1a6460395d72950a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fe9148a4adedcb23d4efac3c0cd5aa47db5fa70feadb6e1f483ade363586d7c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:785960a23e612ced07da2a43f3c324e93b26902dd3cea8db493523e021fba289_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ddc54e4c746513fc4fc31d580135e5cb7907c19871e5077f4cee006a91451331_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f542f44a792bf794e7c1331f896822948af4426ea975b5d4c8f8add3ae6654b4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3d570cb29c2fb0250ce65a4c2f2835f4a0434f9ee7d8c6348226537b0775cd14_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7ec84086841e4029fe6afea3bb8a8d5eacdbc2e40ae3105e28d5ce86b792efd0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ce2d83e4636495b45fb94372caba146c1137405c51eea0043126567d078b14d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfc5aff2b327d04a9f8c1fd344faa5e874c4f881970df1194795b08da0691e00_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:13a2e75c10030a28b3f9091dc8d1eb765f68f98e5cb28ef279351066a3cb9dd9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4dbb4525fed133a4adf3a805b704c1325138eefd5fbf11252255a6dc602a9092_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:566f3c6ec55bee0f3474c65b0d46bd67006ca3050a3f68295b56220e1fed5c33_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6d84b5c4e89d3e9920d29dbb4e6220d7711ee8e35b6f712afb48d9d237331322_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:063d1470a7e78e6f8b476f6d0f24e00c07b927e7770a57aa1ef0bd9431671f9f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:1ba743a0ba69aab41d42b39641bf49bbb830e675d864e2243cf7be67b612875e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f561adb6654c93bae119952f85b54a340b9b77861029202f28280f5e28e42b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fa07433ce55e5cf2bdc7b739a1be7571a2ac7dd66499326dab744c3de2cb3ade_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2c7e62f8f67717b38d2d678adf6e15b52e20b6c8d91222dc96d239252b576fec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a35bee0fe540bfb4063e5332e875d4a5695a403680ebb6c6d29b9544d4c0f83_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:80d6502d656462d3b291c4a0ecbe5134db50b4505830ac7fbcb13269bde1877f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c21aaddd88fb33a5b4ddc628477d32303c3f705ac42f6a28a6d98eb07b1f36ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:513a4310d431716b4bda079f6581b5b7862a936d323f14b3063e987ab0b8efca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5d55967deb765a699e0604a26c5029e29654aeb432e9a0cddb3581baa36c7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a4b8598a64c02ae4014f5edb6d83c04263554e5264706d9805abc1a845272eac_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:d92beccfc6f35c71571f8f67c903cd19355e2ed5827afd9fdd2fe1c2c6c2768d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0acd70a02d5b1ac31c4e9f57c3fe1347391b3404719654acffcbb1be9c6bc848_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6afbd187c26f0832ed7b2dd8ceb7baa4e812412f9edccd694a11d06cae186f80_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:85c8925c21ea60e53731ccf1256dbf0e7c5e916e00d7229c2b776174cef64a60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bdabe1e4a7a3de3b919856dbc7f01846c8cfc52669223fb733509c1eda54c643_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:79269b666ffe59cce6d420c1150a9b66a0f68ad96d16570a8aa6e4c8149a027c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:03bda40acdebf88e2e44fb1954ccf72a92f26b8a9d16d2111645af6bc02fa470_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:30f159704cd2c3b760b1f434c653b6cce2abb6827266b0e55a18ac1ad1cc8503_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:10254773ab9ac268527827346d6144fd3eca751e9d793b26bf1947627e5db535_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:79269b666ffe59cce6d420c1150a9b66a0f68ad96d16570a8aa6e4c8149a027c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:03bda40acdebf88e2e44fb1954ccf72a92f26b8a9d16d2111645af6bc02fa470_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:25018f9fb4cb3e5dea84909f850938a92a750ec133198ea1d56b84bb08ed503d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:16fefae8ac8a639074d8aa68b9d24cdf65aab8d26a1b3dd9f17aee29862352fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:1240337300cc8a365ee63d531b7202f5548b3b4b2cf48c3d1156c89149eaa1a7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:166fc2ccce06855d581ea312ca0db1d3c2aea4932f1d38fe5b886a34a2195786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f206fcffbd7d83b21d899d354272a62739a4394cf9e321519fad70104a043b66_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f3dc2979f89092e6cee79190bf24ac9cdaf882ff2aa79991b118f97c8fd2c72d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8d53e4cfe826484c020d947f0a68dd01fb99f7f8cd4c7caf4fec22cc49cf5149_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:940e3bb77e78f016348adb18e6e1af0dbbbdee4cb990e33407738ef7dde6dd8d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a466f8d0c2e4df1dbc1493def9a0b36800896cbbbe33a005bf6995b61e2d25bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ba4db060aa6dda3f3687537eeeed0af9cd57b632a24e4a23010b7ba385577271_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:160929229a05bb01b601e93a4e1c3021ac5ec0e3d18396e1c1b660704bc66775_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:36a9810af63f6da1f68789e2adc0e682667314039a5f88e656441fd2d9454bc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:73d44a89d4952300ec8b3070447bde41bfcb112ed7fb26b2366ee01a20884df3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e90a29bef1674e43ca9a21b7f0168531e4885addeb6dab959f63baa8a334c036_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload"
}
]
}
RHSA-2026:1062
Vulnerability from csaf_redhat - Published: 2026-02-03 17:11 - Updated: 2026-02-04 07:51Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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.18.32 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.18.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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.18.32. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RH[X]A-[YYYY:NNNN]\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.18/html/release_notes/\n\nSecurity Fix(es):\n\n* github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload (CVE-2025-65637)\n* python-eventlet: Eventlet HTTP request smuggling (CVE-2025-58068)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.18 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.18/html-single/updating_clusters/index#updating-cluster-cli.",
"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:1062",
"url": "https://access.redhat.com/errata/RHSA-2026:1062"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58068",
"url": "https://access.redhat.com/security/cve/CVE-2025-58068"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65637",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"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_1062.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.18.32 bug fix and security update",
"tracking": {
"current_release_date": "2026-02-04T07:51:07+00:00",
"generator": {
"date": "2026-02-04T07:51:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2026:1062",
"initial_release_date": "2026-02-03T17:11:40+00:00",
"revision_history": [
{
"date": "2026-02-03T17:11:40+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-03T17:12:22+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-04T07:51:07+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.18",
"product": {
"name": "Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.18::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0ae90d63bfd8c5d349436cdde4879b9e9b7688cbda159a8ef0c3035d4fc68468_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0ae90d63bfd8c5d349436cdde4879b9e9b7688cbda159a8ef0c3035d4fc68468_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0ae90d63bfd8c5d349436cdde4879b9e9b7688cbda159a8ef0c3035d4fc68468_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A0ae90d63bfd8c5d349436cdde4879b9e9b7688cbda159a8ef0c3035d4fc68468?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768580363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5ace2dd90b2d621d42620b5a2ed422a13a7454297ffe4b657f7590452517e40_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5ace2dd90b2d621d42620b5a2ed422a13a7454297ffe4b657f7590452517e40_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5ace2dd90b2d621d42620b5a2ed422a13a7454297ffe4b657f7590452517e40_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Aa5ace2dd90b2d621d42620b5a2ed422a13a7454297ffe4b657f7590452517e40?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768701661"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cfd9360077ac2629442bad5789a8a51bbf63eeea208ba32187483ddd65a96400_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cfd9360077ac2629442bad5789a8a51bbf63eeea208ba32187483ddd65a96400_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cfd9360077ac2629442bad5789a8a51bbf63eeea208ba32187483ddd65a96400_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3Acfd9360077ac2629442bad5789a8a51bbf63eeea208ba32187483ddd65a96400?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768770764"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70b0e5be749c3b4f016c82409ba4f2559ea72213665592fded48376efc8ae274_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70b0e5be749c3b4f016c82409ba4f2559ea72213665592fded48376efc8ae274_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70b0e5be749c3b4f016c82409ba4f2559ea72213665592fded48376efc8ae274_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A70b0e5be749c3b4f016c82409ba4f2559ea72213665592fded48376efc8ae274?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768717066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3320f623f15049f5c46f8425a14cb45c73e3ab11a704805ec883ad9512732856_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3320f623f15049f5c46f8425a14cb45c73e3ab11a704805ec883ad9512732856_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3320f623f15049f5c46f8425a14cb45c73e3ab11a704805ec883ad9512732856_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A3320f623f15049f5c46f8425a14cb45c73e3ab11a704805ec883ad9512732856?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768717071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a0c61f9d9101a6b192b333d929d42f0430eba249b898afee01823990fff041ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a0c61f9d9101a6b192b333d929d42f0430eba249b898afee01823990fff041ca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a0c61f9d9101a6b192b333d929d42f0430eba249b898afee01823990fff041ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3Aa0c61f9d9101a6b192b333d929d42f0430eba249b898afee01823990fff041ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768745556"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:07093043bca0089b3c56d9e5331e68f549541e5661e2a39a260aa534dc9528bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:07093043bca0089b3c56d9e5331e68f549541e5661e2a39a260aa534dc9528bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:07093043bca0089b3c56d9e5331e68f549541e5661e2a39a260aa534dc9528bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A07093043bca0089b3c56d9e5331e68f549541e5661e2a39a260aa534dc9528bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768639025"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6dd9324942b3d09b4b9a768f36b47be4e555d947910ee3d115fc5448c95f7399_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6dd9324942b3d09b4b9a768f36b47be4e555d947910ee3d115fc5448c95f7399_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6dd9324942b3d09b4b9a768f36b47be4e555d947910ee3d115fc5448c95f7399_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A6dd9324942b3d09b4b9a768f36b47be4e555d947910ee3d115fc5448c95f7399?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0100b616991bd8bca68d583e902283aa4cc0d388046437d5d68407190e3fb041_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0100b616991bd8bca68d583e902283aa4cc0d388046437d5d68407190e3fb041_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0100b616991bd8bca68d583e902283aa4cc0d388046437d5d68407190e3fb041_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A0100b616991bd8bca68d583e902283aa4cc0d388046437d5d68407190e3fb041?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768846190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aacc2698d097e25bf26e35393ef3536f7a240880d0a87f46a2b7ea3c13731d1e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aacc2698d097e25bf26e35393ef3536f7a240880d0a87f46a2b7ea3c13731d1e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aacc2698d097e25bf26e35393ef3536f7a240880d0a87f46a2b7ea3c13731d1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Aaacc2698d097e25bf26e35393ef3536f7a240880d0a87f46a2b7ea3c13731d1e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768676944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56dffbd86bfae06921432678caf184b335bf2fc6ac7ee128f48aee396d57ea55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56dffbd86bfae06921432678caf184b335bf2fc6ac7ee128f48aee396d57ea55_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56dffbd86bfae06921432678caf184b335bf2fc6ac7ee128f48aee396d57ea55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A56dffbd86bfae06921432678caf184b335bf2fc6ac7ee128f48aee396d57ea55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768716976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5d54bd262ca625a326b01ea2bfd33db10a402c05590e6b710b0959712e1bf30b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5d54bd262ca625a326b01ea2bfd33db10a402c05590e6b710b0959712e1bf30b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5d54bd262ca625a326b01ea2bfd33db10a402c05590e6b710b0959712e1bf30b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A5d54bd262ca625a326b01ea2bfd33db10a402c05590e6b710b0959712e1bf30b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768787126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a90d19460fbc705172df7759a3da394930623c6b6974620b79ffa07bab53c51f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a90d19460fbc705172df7759a3da394930623c6b6974620b79ffa07bab53c51f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a90d19460fbc705172df7759a3da394930623c6b6974620b79ffa07bab53c51f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Aa90d19460fbc705172df7759a3da394930623c6b6974620b79ffa07bab53c51f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768826724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b328cc111673357f61dbfea432f7b93727a4267df63ff41519c7bd95237d3666_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b328cc111673357f61dbfea432f7b93727a4267df63ff41519c7bd95237d3666_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b328cc111673357f61dbfea432f7b93727a4267df63ff41519c7bd95237d3666_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Ab328cc111673357f61dbfea432f7b93727a4267df63ff41519c7bd95237d3666?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768673623"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0833a87e886ca5fec2adbc71655d8fbe4fc2925d2fb14a7cd926d4a79d6ba0ce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0833a87e886ca5fec2adbc71655d8fbe4fc2925d2fb14a7cd926d4a79d6ba0ce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0833a87e886ca5fec2adbc71655d8fbe4fc2925d2fb14a7cd926d4a79d6ba0ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A0833a87e886ca5fec2adbc71655d8fbe4fc2925d2fb14a7cd926d4a79d6ba0ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768782781"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6aeed20b8cd24c342bd24a92364c8fce56d1d34797a16be7ab8db9dbf2d7cf0f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6aeed20b8cd24c342bd24a92364c8fce56d1d34797a16be7ab8db9dbf2d7cf0f_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6aeed20b8cd24c342bd24a92364c8fce56d1d34797a16be7ab8db9dbf2d7cf0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A6aeed20b8cd24c342bd24a92364c8fce56d1d34797a16be7ab8db9dbf2d7cf0f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768695747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8ea13b0cbfe9be0d3d7ea80d50e512af6a453921a553c7c79b566530142b611b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8ea13b0cbfe9be0d3d7ea80d50e512af6a453921a553c7c79b566530142b611b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8ea13b0cbfe9be0d3d7ea80d50e512af6a453921a553c7c79b566530142b611b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A8ea13b0cbfe9be0d3d7ea80d50e512af6a453921a553c7c79b566530142b611b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768676949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6cbbb8e2f4020c8d006b00901483ebc2968e06f1ce90cb73215724002a29177f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6cbbb8e2f4020c8d006b00901483ebc2968e06f1ce90cb73215724002a29177f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6cbbb8e2f4020c8d006b00901483ebc2968e06f1ce90cb73215724002a29177f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A6cbbb8e2f4020c8d006b00901483ebc2968e06f1ce90cb73215724002a29177f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768739560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9660025e2bde36358f60d15143e8a3a085ca716f5b73f0e6d3ef65286fb4cb09_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9660025e2bde36358f60d15143e8a3a085ca716f5b73f0e6d3ef65286fb4cb09_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9660025e2bde36358f60d15143e8a3a085ca716f5b73f0e6d3ef65286fb4cb09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3A9660025e2bde36358f60d15143e8a3a085ca716f5b73f0e6d3ef65286fb4cb09?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768676880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4c9bfdc66ceaf66bc9b66d332a5579b412cc560200b82793a37996bd1a828734_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4c9bfdc66ceaf66bc9b66d332a5579b412cc560200b82793a37996bd1a828734_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4c9bfdc66ceaf66bc9b66d332a5579b412cc560200b82793a37996bd1a828734_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A4c9bfdc66ceaf66bc9b66d332a5579b412cc560200b82793a37996bd1a828734?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768818996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a60c6b58097bb0ced1170dd3a6c88bfc2f05e19755bfef3045a227da15b8ac84_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a60c6b58097bb0ced1170dd3a6c88bfc2f05e19755bfef3045a227da15b8ac84_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a60c6b58097bb0ced1170dd3a6c88bfc2f05e19755bfef3045a227da15b8ac84_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3Aa60c6b58097bb0ced1170dd3a6c88bfc2f05e19755bfef3045a227da15b8ac84?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768686153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d18454f3b49661c052375ef14c9f6ca31589a61abe2f6d23ec0cbf49288b3685_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d18454f3b49661c052375ef14c9f6ca31589a61abe2f6d23ec0cbf49288b3685_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d18454f3b49661c052375ef14c9f6ca31589a61abe2f6d23ec0cbf49288b3685_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Ad18454f3b49661c052375ef14c9f6ca31589a61abe2f6d23ec0cbf49288b3685?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768701662"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1435a805d3433bd5e3b6141ed30055f8b6350e1c56f9f8b3ba4febdbef794cb4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1435a805d3433bd5e3b6141ed30055f8b6350e1c56f9f8b3ba4febdbef794cb4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1435a805d3433bd5e3b6141ed30055f8b6350e1c56f9f8b3ba4febdbef794cb4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A1435a805d3433bd5e3b6141ed30055f8b6350e1c56f9f8b3ba4febdbef794cb4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c784d65851be8f4a512f82b94d946e36f291e1ca49332ec95db7261ad10b2476_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c784d65851be8f4a512f82b94d946e36f291e1ca49332ec95db7261ad10b2476_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c784d65851be8f4a512f82b94d946e36f291e1ca49332ec95db7261ad10b2476_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Ac784d65851be8f4a512f82b94d946e36f291e1ca49332ec95db7261ad10b2476?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768646664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8729815d028242b26db06f2ff44816d022e0e7eac34b7b8df11d27d938fe057e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8729815d028242b26db06f2ff44816d022e0e7eac34b7b8df11d27d938fe057e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8729815d028242b26db06f2ff44816d022e0e7eac34b7b8df11d27d938fe057e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A8729815d028242b26db06f2ff44816d022e0e7eac34b7b8df11d27d938fe057e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768658614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bc4f78490737eb1d176bc498256ee4f013e723a0f0d4c058e959177c98c2134f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bc4f78490737eb1d176bc498256ee4f013e723a0f0d4c058e959177c98c2134f_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bc4f78490737eb1d176bc498256ee4f013e723a0f0d4c058e959177c98c2134f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Abc4f78490737eb1d176bc498256ee4f013e723a0f0d4c058e959177c98c2134f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768646793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bfc52d6ca96f377d53757dc437ca720e860e3e016d16c084bd5f6f2e337d3a1d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bfc52d6ca96f377d53757dc437ca720e860e3e016d16c084bd5f6f2e337d3a1d_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bfc52d6ca96f377d53757dc437ca720e860e3e016d16c084bd5f6f2e337d3a1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3Abfc52d6ca96f377d53757dc437ca720e860e3e016d16c084bd5f6f2e337d3a1d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768896730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fa17dd6cab9295064cc00b7d7838776910fffe3d6fa0e5f619a43c6db8ada0cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fa17dd6cab9295064cc00b7d7838776910fffe3d6fa0e5f619a43c6db8ada0cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fa17dd6cab9295064cc00b7d7838776910fffe3d6fa0e5f619a43c6db8ada0cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Afa17dd6cab9295064cc00b7d7838776910fffe3d6fa0e5f619a43c6db8ada0cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768621744"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:78da28b1bb83150be79dce517585380c81a778f59489052aaa3ac0a71506a052_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:78da28b1bb83150be79dce517585380c81a778f59489052aaa3ac0a71506a052_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:78da28b1bb83150be79dce517585380c81a778f59489052aaa3ac0a71506a052_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A78da28b1bb83150be79dce517585380c81a778f59489052aaa3ac0a71506a052?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768764375"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f22dd40cd10354e3512d2065a8dd8c9dcb995ea487c0f661f172c527509123fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f22dd40cd10354e3512d2065a8dd8c9dcb995ea487c0f661f172c527509123fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f22dd40cd10354e3512d2065a8dd8c9dcb995ea487c0f661f172c527509123fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Af22dd40cd10354e3512d2065a8dd8c9dcb995ea487c0f661f172c527509123fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768676854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a64a70eb2fef4095ba241021e37c52034c067c57121d6c588f8c7fd3dc24b55f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a64a70eb2fef4095ba241021e37c52034c067c57121d6c588f8c7fd3dc24b55f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a64a70eb2fef4095ba241021e37c52034c067c57121d6c588f8c7fd3dc24b55f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3Aa64a70eb2fef4095ba241021e37c52034c067c57121d6c588f8c7fd3dc24b55f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768646579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e4d0e747f55d3f773a63180bc4e4820ee5f17efbd45eb1dac9167fbc7520650e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e4d0e747f55d3f773a63180bc4e4820ee5f17efbd45eb1dac9167fbc7520650e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e4d0e747f55d3f773a63180bc4e4820ee5f17efbd45eb1dac9167fbc7520650e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Ae4d0e747f55d3f773a63180bc4e4820ee5f17efbd45eb1dac9167fbc7520650e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768883370"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:45df9f1e03139df090148d1d135d83dcac69c16a95c7a75451066823e784c796_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:45df9f1e03139df090148d1d135d83dcac69c16a95c7a75451066823e784c796_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:45df9f1e03139df090148d1d135d83dcac69c16a95c7a75451066823e784c796_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A45df9f1e03139df090148d1d135d83dcac69c16a95c7a75451066823e784c796?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768677043"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9232c8af8e0ba7a15fabd923feef6dc1d3f7e2a740ef0c277009f348cc0accb4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9232c8af8e0ba7a15fabd923feef6dc1d3f7e2a740ef0c277009f348cc0accb4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9232c8af8e0ba7a15fabd923feef6dc1d3f7e2a740ef0c277009f348cc0accb4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A9232c8af8e0ba7a15fabd923feef6dc1d3f7e2a740ef0c277009f348cc0accb4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768695762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5969111957d6c24152ebd937962733d7ee93fcbc52c6b0a56963b5a1c9dc0d15_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5969111957d6c24152ebd937962733d7ee93fcbc52c6b0a56963b5a1c9dc0d15_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5969111957d6c24152ebd937962733d7ee93fcbc52c6b0a56963b5a1c9dc0d15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A5969111957d6c24152ebd937962733d7ee93fcbc52c6b0a56963b5a1c9dc0d15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768710367"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:56a3eb27754a136e415cdec3caab804cbbfaa9aaede0fb9fae065bcc1a0196e5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:56a3eb27754a136e415cdec3caab804cbbfaa9aaede0fb9fae065bcc1a0196e5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:56a3eb27754a136e415cdec3caab804cbbfaa9aaede0fb9fae065bcc1a0196e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A56a3eb27754a136e415cdec3caab804cbbfaa9aaede0fb9fae065bcc1a0196e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768975458"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7e8dc30740476e4dd332aa0539af3f9bc12bd6aa72c64e75f5e9e0b8d2620b3e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7e8dc30740476e4dd332aa0539af3f9bc12bd6aa72c64e75f5e9e0b8d2620b3e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7e8dc30740476e4dd332aa0539af3f9bc12bd6aa72c64e75f5e9e0b8d2620b3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A7e8dc30740476e4dd332aa0539af3f9bc12bd6aa72c64e75f5e9e0b8d2620b3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768750394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:67d1623cf33e4a5ecaa5ec7f1dae3af4e0e0478489b3a628de2062dca1473c7e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:67d1623cf33e4a5ecaa5ec7f1dae3af4e0e0478489b3a628de2062dca1473c7e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:67d1623cf33e4a5ecaa5ec7f1dae3af4e0e0478489b3a628de2062dca1473c7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A67d1623cf33e4a5ecaa5ec7f1dae3af4e0e0478489b3a628de2062dca1473c7e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768723646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:93bf1697031cce06c4e576aa1ba5d8bda7e91b918627ed1d61f8c89a95a111f0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:93bf1697031cce06c4e576aa1ba5d8bda7e91b918627ed1d61f8c89a95a111f0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:93bf1697031cce06c4e576aa1ba5d8bda7e91b918627ed1d61f8c89a95a111f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A93bf1697031cce06c4e576aa1ba5d8bda7e91b918627ed1d61f8c89a95a111f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768585045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9e96b53e74d1b802c2e63544e4689c9d262e9c996902c6e8a7f3ca34b23fdd50_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9e96b53e74d1b802c2e63544e4689c9d262e9c996902c6e8a7f3ca34b23fdd50_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9e96b53e74d1b802c2e63544e4689c9d262e9c996902c6e8a7f3ca34b23fdd50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A9e96b53e74d1b802c2e63544e4689c9d262e9c996902c6e8a7f3ca34b23fdd50?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768896630"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dab7a82d88f90f1ef4ac307b16132d4d573a4fa9080acc3272ca084613bd902a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dab7a82d88f90f1ef4ac307b16132d4d573a4fa9080acc3272ca084613bd902a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dab7a82d88f90f1ef4ac307b16132d4d573a4fa9080acc3272ca084613bd902a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Adab7a82d88f90f1ef4ac307b16132d4d573a4fa9080acc3272ca084613bd902a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768936257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:aaa92509b71c898caed43ac2b5d3b3fc44fff333855789eb1d7df15f08e91ea3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:aaa92509b71c898caed43ac2b5d3b3fc44fff333855789eb1d7df15f08e91ea3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:aaa92509b71c898caed43ac2b5d3b3fc44fff333855789eb1d7df15f08e91ea3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3Aaaa92509b71c898caed43ac2b5d3b3fc44fff333855789eb1d7df15f08e91ea3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768987960"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fe683caef773a1963fc13f96afe58892563ea9921db8ac39369e3a9a05ea7181_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fe683caef773a1963fc13f96afe58892563ea9921db8ac39369e3a9a05ea7181_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fe683caef773a1963fc13f96afe58892563ea9921db8ac39369e3a9a05ea7181_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Afe683caef773a1963fc13f96afe58892563ea9921db8ac39369e3a9a05ea7181?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768862258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3678d30cf1504f94fa97afb735317fa7335984133c68a4500d49735f28412312_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3678d30cf1504f94fa97afb735317fa7335984133c68a4500d49735f28412312_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3678d30cf1504f94fa97afb735317fa7335984133c68a4500d49735f28412312_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A3678d30cf1504f94fa97afb735317fa7335984133c68a4500d49735f28412312?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768582676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:67d61d27aa46f8c1f49f2f691ebeec6a8465c1506c83e876415fcf6be19c2d77_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:67d61d27aa46f8c1f49f2f691ebeec6a8465c1506c83e876415fcf6be19c2d77_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:67d61d27aa46f8c1f49f2f691ebeec6a8465c1506c83e876415fcf6be19c2d77_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A67d61d27aa46f8c1f49f2f691ebeec6a8465c1506c83e876415fcf6be19c2d77?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768710013"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a913cef121c9a6c3ddc57b01fc807bb042e5a903489c05f99e6e2da9e6ec0b98_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a913cef121c9a6c3ddc57b01fc807bb042e5a903489c05f99e6e2da9e6ec0b98_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a913cef121c9a6c3ddc57b01fc807bb042e5a903489c05f99e6e2da9e6ec0b98_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3Aa913cef121c9a6c3ddc57b01fc807bb042e5a903489c05f99e6e2da9e6ec0b98?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768988005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2969828f1fcae82b7ef16d3588046ace3cf51b9ea578658c42475386e0ee1fc7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2969828f1fcae82b7ef16d3588046ace3cf51b9ea578658c42475386e0ee1fc7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2969828f1fcae82b7ef16d3588046ace3cf51b9ea578658c42475386e0ee1fc7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A2969828f1fcae82b7ef16d3588046ace3cf51b9ea578658c42475386e0ee1fc7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768646578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:96f0980912b063ef19f816592b2f004837d80d07ca39e9290267c1cb364f3bf6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:96f0980912b063ef19f816592b2f004837d80d07ca39e9290267c1cb364f3bf6_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:96f0980912b063ef19f816592b2f004837d80d07ca39e9290267c1cb364f3bf6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A96f0980912b063ef19f816592b2f004837d80d07ca39e9290267c1cb364f3bf6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768883433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e45a7281a672f84d53fc76919b0c6371feb68cf1b3ffa17b8f66fc4456e587b5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e45a7281a672f84d53fc76919b0c6371feb68cf1b3ffa17b8f66fc4456e587b5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e45a7281a672f84d53fc76919b0c6371feb68cf1b3ffa17b8f66fc4456e587b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Ae45a7281a672f84d53fc76919b0c6371feb68cf1b3ffa17b8f66fc4456e587b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768857869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e155421620a4ac28a759265f53059b75308fdd1491caeba6a9a34d2fbeab4954_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e155421620a4ac28a759265f53059b75308fdd1491caeba6a9a34d2fbeab4954_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e155421620a4ac28a759265f53059b75308fdd1491caeba6a9a34d2fbeab4954_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Ae155421620a4ac28a759265f53059b75308fdd1491caeba6a9a34d2fbeab4954?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c8164cc9e16e8be9ea18be73c9df5041af326ed6b3059faff08f76e568cf4dc2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c8164cc9e16e8be9ea18be73c9df5041af326ed6b3059faff08f76e568cf4dc2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c8164cc9e16e8be9ea18be73c9df5041af326ed6b3059faff08f76e568cf4dc2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Ac8164cc9e16e8be9ea18be73c9df5041af326ed6b3059faff08f76e568cf4dc2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768988246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:95e7647e6fda21b94b692f03908e4cd154e3374fca0560229c646fefe2c46730_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:95e7647e6fda21b94b692f03908e4cd154e3374fca0560229c646fefe2c46730_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:95e7647e6fda21b94b692f03908e4cd154e3374fca0560229c646fefe2c46730_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A95e7647e6fda21b94b692f03908e4cd154e3374fca0560229c646fefe2c46730?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768869223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:45836e9b83eb2557719999a2d656ab65d8c3fc76d1c49e2089554bb00806a613_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:45836e9b83eb2557719999a2d656ab65d8c3fc76d1c49e2089554bb00806a613_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:45836e9b83eb2557719999a2d656ab65d8c3fc76d1c49e2089554bb00806a613_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A45836e9b83eb2557719999a2d656ab65d8c3fc76d1c49e2089554bb00806a613?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668665"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b318889972c37662382a2905888bb3f1cfd71a433b6afa3504cc12f3c6fa6eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b318889972c37662382a2905888bb3f1cfd71a433b6afa3504cc12f3c6fa6eb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b318889972c37662382a2905888bb3f1cfd71a433b6afa3504cc12f3c6fa6eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A6b318889972c37662382a2905888bb3f1cfd71a433b6afa3504cc12f3c6fa6eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768717625"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6299220482f0e3c3f393e5eda761e3fab67e96ddffbf71a7a77408359401533d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6299220482f0e3c3f393e5eda761e3fab67e96ddffbf71a7a77408359401533d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6299220482f0e3c3f393e5eda761e3fab67e96ddffbf71a7a77408359401533d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A6299220482f0e3c3f393e5eda761e3fab67e96ddffbf71a7a77408359401533d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768804674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:280a1d3ebea4063a3ecd076897fc7bfc0f5b994a68f56ca5f61aadc778f1e9c1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:280a1d3ebea4063a3ecd076897fc7bfc0f5b994a68f56ca5f61aadc778f1e9c1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:280a1d3ebea4063a3ecd076897fc7bfc0f5b994a68f56ca5f61aadc778f1e9c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A280a1d3ebea4063a3ecd076897fc7bfc0f5b994a68f56ca5f61aadc778f1e9c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768846410"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1593b6aac7bb18c1bbb5d41693e8b8c7f0c0410fcc09e15de52d8bd53e356541_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1593b6aac7bb18c1bbb5d41693e8b8c7f0c0410fcc09e15de52d8bd53e356541_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1593b6aac7bb18c1bbb5d41693e8b8c7f0c0410fcc09e15de52d8bd53e356541_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A1593b6aac7bb18c1bbb5d41693e8b8c7f0c0410fcc09e15de52d8bd53e356541?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768651677"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fc2817e5b16d83dac91d1a274fb93521165953e9bdc28f3073b127eacc5a534e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fc2817e5b16d83dac91d1a274fb93521165953e9bdc28f3073b127eacc5a534e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fc2817e5b16d83dac91d1a274fb93521165953e9bdc28f3073b127eacc5a534e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Afc2817e5b16d83dac91d1a274fb93521165953e9bdc28f3073b127eacc5a534e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768869372"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1b37c527eeeb1d60bd505d612c779f523399916c40418bdd805c60b66e3774f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1b37c527eeeb1d60bd505d612c779f523399916c40418bdd805c60b66e3774f6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1b37c527eeeb1d60bd505d612c779f523399916c40418bdd805c60b66e3774f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A1b37c527eeeb1d60bd505d612c779f523399916c40418bdd805c60b66e3774f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768687239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f08586dd67c2d3d21053a044138f1bbedceb0847f1af8c3aa76127d86135a58_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f08586dd67c2d3d21053a044138f1bbedceb0847f1af8c3aa76127d86135a58_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f08586dd67c2d3d21053a044138f1bbedceb0847f1af8c3aa76127d86135a58_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A3f08586dd67c2d3d21053a044138f1bbedceb0847f1af8c3aa76127d86135a58?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768709950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ca88f406b57deca5600c7753cc0d64279a4e9b030b0081b85eeb87a93a8dc5a4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ca88f406b57deca5600c7753cc0d64279a4e9b030b0081b85eeb87a93a8dc5a4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ca88f406b57deca5600c7753cc0d64279a4e9b030b0081b85eeb87a93a8dc5a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Aca88f406b57deca5600c7753cc0d64279a4e9b030b0081b85eeb87a93a8dc5a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768827277"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cc51710a07f6a46a72c7802009f13f26aa351caaa4adaebc0d4983c3601e8a2c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cc51710a07f6a46a72c7802009f13f26aa351caaa4adaebc0d4983c3601e8a2c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cc51710a07f6a46a72c7802009f13f26aa351caaa4adaebc0d4983c3601e8a2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Acc51710a07f6a46a72c7802009f13f26aa351caaa4adaebc0d4983c3601e8a2c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768673605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aca57c8abaa83b2d1dce95fa7fe5b9416be70e100957ce48f212e2ec404387bc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aca57c8abaa83b2d1dce95fa7fe5b9416be70e100957ce48f212e2ec404387bc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aca57c8abaa83b2d1dce95fa7fe5b9416be70e100957ce48f212e2ec404387bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Aaca57c8abaa83b2d1dce95fa7fe5b9416be70e100957ce48f212e2ec404387bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768682450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7b26569a85b4ef6cadf9670d3472b7c9ab15b109bcda9cb73dcc66e8230df4f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7b26569a85b4ef6cadf9670d3472b7c9ab15b109bcda9cb73dcc66e8230df4f4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7b26569a85b4ef6cadf9670d3472b7c9ab15b109bcda9cb73dcc66e8230df4f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A7b26569a85b4ef6cadf9670d3472b7c9ab15b109bcda9cb73dcc66e8230df4f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768942038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e30865ea7d55b76cb925c7d26c650f0bc70fd9a02d7d59d0fe1a3024426229ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e30865ea7d55b76cb925c7d26c650f0bc70fd9a02d7d59d0fe1a3024426229ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e30865ea7d55b76cb925c7d26c650f0bc70fd9a02d7d59d0fe1a3024426229ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Ae30865ea7d55b76cb925c7d26c650f0bc70fd9a02d7d59d0fe1a3024426229ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768745559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:233b59eac6fca6ccd87ab66f83799a4684116681e840103def6497241e6cfd23_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:233b59eac6fca6ccd87ab66f83799a4684116681e840103def6497241e6cfd23_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:233b59eac6fca6ccd87ab66f83799a4684116681e840103def6497241e6cfd23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A233b59eac6fca6ccd87ab66f83799a4684116681e840103def6497241e6cfd23?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768941972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a9f59df0ef23d82f6521ed0d2df4f525b6a22d01f2bf0f570cf6e8032a7b3b14_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a9f59df0ef23d82f6521ed0d2df4f525b6a22d01f2bf0f570cf6e8032a7b3b14_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a9f59df0ef23d82f6521ed0d2df4f525b6a22d01f2bf0f570cf6e8032a7b3b14_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Aa9f59df0ef23d82f6521ed0d2df4f525b6a22d01f2bf0f570cf6e8032a7b3b14?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768794461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4665e4c56773950fe9da9a8158340f0997544155ded37207a5eadd77dd692743_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4665e4c56773950fe9da9a8158340f0997544155ded37207a5eadd77dd692743_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4665e4c56773950fe9da9a8158340f0997544155ded37207a5eadd77dd692743_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A4665e4c56773950fe9da9a8158340f0997544155ded37207a5eadd77dd692743?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768633558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f0e3f8b45691fb21f582077aa69c5f8c7ea2500d16170d14d7edd8593291dbcb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f0e3f8b45691fb21f582077aa69c5f8c7ea2500d16170d14d7edd8593291dbcb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f0e3f8b45691fb21f582077aa69c5f8c7ea2500d16170d14d7edd8593291dbcb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Af0e3f8b45691fb21f582077aa69c5f8c7ea2500d16170d14d7edd8593291dbcb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768651616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d8674e1b02678e9be89806c59eeef13352138c7b58f45e0fb513b2138484972a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d8674e1b02678e9be89806c59eeef13352138c7b58f45e0fb513b2138484972a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d8674e1b02678e9be89806c59eeef13352138c7b58f45e0fb513b2138484972a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3Ad8674e1b02678e9be89806c59eeef13352138c7b58f45e0fb513b2138484972a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768734554"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:96a6495fa5423c74755f90b16c9f7f036ad9d392a7cef288d66066714ba1afef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:96a6495fa5423c74755f90b16c9f7f036ad9d392a7cef288d66066714ba1afef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:96a6495fa5423c74755f90b16c9f7f036ad9d392a7cef288d66066714ba1afef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3A96a6495fa5423c74755f90b16c9f7f036ad9d392a7cef288d66066714ba1afef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768745534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:08dcdfe78978b0e70e260df4ec206b22f21d7248256e4bbc058b188cd1601d45_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:08dcdfe78978b0e70e260df4ec206b22f21d7248256e4bbc058b188cd1601d45_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:08dcdfe78978b0e70e260df4ec206b22f21d7248256e4bbc058b188cd1601d45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A08dcdfe78978b0e70e260df4ec206b22f21d7248256e4bbc058b188cd1601d45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768701833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ed6a7048363c48409eed14cb305e8f2437f35f28abce6e7dd7b4bd1ea06aca0a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ed6a7048363c48409eed14cb305e8f2437f35f28abce6e7dd7b4bd1ea06aca0a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ed6a7048363c48409eed14cb305e8f2437f35f28abce6e7dd7b4bd1ea06aca0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Aed6a7048363c48409eed14cb305e8f2437f35f28abce6e7dd7b4bd1ea06aca0a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768582209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:00539b70d0ed7bb7fa2c1451b39db3f9a52662e0e1ac7b7d56a9f5b576186c3c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:00539b70d0ed7bb7fa2c1451b39db3f9a52662e0e1ac7b7d56a9f5b576186c3c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:00539b70d0ed7bb7fa2c1451b39db3f9a52662e0e1ac7b7d56a9f5b576186c3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A00539b70d0ed7bb7fa2c1451b39db3f9a52662e0e1ac7b7d56a9f5b576186c3c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768717064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:5d11c65fbbaf76c60977d1565b51e9595febe214e14d24043511469f6962ec66_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:5d11c65fbbaf76c60977d1565b51e9595febe214e14d24043511469f6962ec66_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:5d11c65fbbaf76c60977d1565b51e9595febe214e14d24043511469f6962ec66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A5d11c65fbbaf76c60977d1565b51e9595febe214e14d24043511469f6962ec66?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768716732"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8cfd9c3ff35c35ce150c1ff31a83981d432109d241896aa4ccdf3a91dfdecdf4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8cfd9c3ff35c35ce150c1ff31a83981d432109d241896aa4ccdf3a91dfdecdf4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8cfd9c3ff35c35ce150c1ff31a83981d432109d241896aa4ccdf3a91dfdecdf4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A8cfd9c3ff35c35ce150c1ff31a83981d432109d241896aa4ccdf3a91dfdecdf4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768764411"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1cf6e70ee2b92520a08d729488b08d8bf409b9784d6592ae61d7c3b97da4a9e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1cf6e70ee2b92520a08d729488b08d8bf409b9784d6592ae61d7c3b97da4a9e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1cf6e70ee2b92520a08d729488b08d8bf409b9784d6592ae61d7c3b97da4a9e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3A1cf6e70ee2b92520a08d729488b08d8bf409b9784d6592ae61d7c3b97da4a9e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768673734"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e35c62a0fcebd639016430efea319a3571be216f11c41d17e6dd7c6c8f3937ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e35c62a0fcebd639016430efea319a3571be216f11c41d17e6dd7c6c8f3937ca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e35c62a0fcebd639016430efea319a3571be216f11c41d17e6dd7c6c8f3937ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3Ae35c62a0fcebd639016430efea319a3571be216f11c41d17e6dd7c6c8f3937ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768869627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9163ea4b3eb96fc7706df4523b999333d0f24dd169a54b2ebc885ba1dd51fccf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9163ea4b3eb96fc7706df4523b999333d0f24dd169a54b2ebc885ba1dd51fccf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9163ea4b3eb96fc7706df4523b999333d0f24dd169a54b2ebc885ba1dd51fccf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A9163ea4b3eb96fc7706df4523b999333d0f24dd169a54b2ebc885ba1dd51fccf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768639159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:39468b223f5f49fec77220afae419a582db6a2deea236574f67336e1b0c1a4fb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:39468b223f5f49fec77220afae419a582db6a2deea236574f67336e1b0c1a4fb_amd64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:39468b223f5f49fec77220afae419a582db6a2deea236574f67336e1b0c1a4fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A39468b223f5f49fec77220afae419a582db6a2deea236574f67336e1b0c1a4fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768695508"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fcc8808ed449ee7b0d2656e7efb0f272a41a3cb2e19101055c2f01d1c907fd69_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fcc8808ed449ee7b0d2656e7efb0f272a41a3cb2e19101055c2f01d1c907fd69_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fcc8808ed449ee7b0d2656e7efb0f272a41a3cb2e19101055c2f01d1c907fd69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3Afcc8808ed449ee7b0d2656e7efb0f272a41a3cb2e19101055c2f01d1c907fd69?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768628352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8908c9b768ba4ea4b7e93b53be6d2da856eb38eefc9bf0bc1264241a8280d00c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8908c9b768ba4ea4b7e93b53be6d2da856eb38eefc9bf0bc1264241a8280d00c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8908c9b768ba4ea4b7e93b53be6d2da856eb38eefc9bf0bc1264241a8280d00c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A8908c9b768ba4ea4b7e93b53be6d2da856eb38eefc9bf0bc1264241a8280d00c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768633711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3bf25c89c0d59181fe81a30e33ea1ebec6dec838b2ef99d2c4830c66ddee8a95_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3bf25c89c0d59181fe81a30e33ea1ebec6dec838b2ef99d2c4830c66ddee8a95_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3bf25c89c0d59181fe81a30e33ea1ebec6dec838b2ef99d2c4830c66ddee8a95_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A3bf25c89c0d59181fe81a30e33ea1ebec6dec838b2ef99d2c4830c66ddee8a95?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768808404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d6f6bed7208d2d05d8d93bc0fc47740f970539715c097f6be3a68b37e178ee2c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d6f6bed7208d2d05d8d93bc0fc47740f970539715c097f6be3a68b37e178ee2c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d6f6bed7208d2d05d8d93bc0fc47740f970539715c097f6be3a68b37e178ee2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Ad6f6bed7208d2d05d8d93bc0fc47740f970539715c097f6be3a68b37e178ee2c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768701663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7fccb6e19eb4caa16d32f4cf59670c2c741c98b099d1f12368b85aab3f84dc38_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7fccb6e19eb4caa16d32f4cf59670c2c741c98b099d1f12368b85aab3f84dc38_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7fccb6e19eb4caa16d32f4cf59670c2c741c98b099d1f12368b85aab3f84dc38_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A7fccb6e19eb4caa16d32f4cf59670c2c741c98b099d1f12368b85aab3f84dc38?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1faa2081a881db884a86bdfe33fcb6a6af1d14c3e9ee5c44dfe4b09045684e13_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1faa2081a881db884a86bdfe33fcb6a6af1d14c3e9ee5c44dfe4b09045684e13_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1faa2081a881db884a86bdfe33fcb6a6af1d14c3e9ee5c44dfe4b09045684e13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A1faa2081a881db884a86bdfe33fcb6a6af1d14c3e9ee5c44dfe4b09045684e13?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768701740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ae9731fa23b96fe0a08e198d4cab6bb4e4b81a006a45b1e68948ffcac4e0bf9c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ae9731fa23b96fe0a08e198d4cab6bb4e4b81a006a45b1e68948ffcac4e0bf9c_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ae9731fa23b96fe0a08e198d4cab6bb4e4b81a006a45b1e68948ffcac4e0bf9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Aae9731fa23b96fe0a08e198d4cab6bb4e4b81a006a45b1e68948ffcac4e0bf9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768936268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ad99424448527c960627c241c83012837af97f3687a48b3c1a7791cfcbdf22dd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ad99424448527c960627c241c83012837af97f3687a48b3c1a7791cfcbdf22dd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ad99424448527c960627c241c83012837af97f3687a48b3c1a7791cfcbdf22dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Aad99424448527c960627c241c83012837af97f3687a48b3c1a7791cfcbdf22dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768765148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:047699c5a63593f45e9dd6f9fac0fa636ffc012331ee592891bfb08001bdd963_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:047699c5a63593f45e9dd6f9fac0fa636ffc012331ee592891bfb08001bdd963_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:047699c5a63593f45e9dd6f9fac0fa636ffc012331ee592891bfb08001bdd963_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A047699c5a63593f45e9dd6f9fac0fa636ffc012331ee592891bfb08001bdd963?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768633674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:bd8adea550cbbaf16cb9409b31ec8b997320d247f9f30c80608ac1fbf9c7a07e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:bd8adea550cbbaf16cb9409b31ec8b997320d247f9f30c80608ac1fbf9c7a07e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:bd8adea550cbbaf16cb9409b31ec8b997320d247f9f30c80608ac1fbf9c7a07e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Abd8adea550cbbaf16cb9409b31ec8b997320d247f9f30c80608ac1fbf9c7a07e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768686092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7b8fb1f11df51c131f5be8ddfc1b1c95ac13481f58d2dcd5a465a4a8341c0f49_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7b8fb1f11df51c131f5be8ddfc1b1c95ac13481f58d2dcd5a465a4a8341c0f49_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7b8fb1f11df51c131f5be8ddfc1b1c95ac13481f58d2dcd5a465a4a8341c0f49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A7b8fb1f11df51c131f5be8ddfc1b1c95ac13481f58d2dcd5a465a4a8341c0f49?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768628371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1401a3d45911840fc38614b90338b6947b8452601d8096549a275257aa46f293_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1401a3d45911840fc38614b90338b6947b8452601d8096549a275257aa46f293_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1401a3d45911840fc38614b90338b6947b8452601d8096549a275257aa46f293_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A1401a3d45911840fc38614b90338b6947b8452601d8096549a275257aa46f293?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768638781"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9adcf85afec4650d314b57f6abf710eb89fe98dad51bc59d5d61482729289dd2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9adcf85afec4650d314b57f6abf710eb89fe98dad51bc59d5d61482729289dd2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9adcf85afec4650d314b57f6abf710eb89fe98dad51bc59d5d61482729289dd2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A9adcf85afec4650d314b57f6abf710eb89fe98dad51bc59d5d61482729289dd2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768818976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9f2b80358f029728d7f4ce46418bb6859d9ea7365de7b6f97a5f549ed6e77471_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9f2b80358f029728d7f4ce46418bb6859d9ea7365de7b6f97a5f549ed6e77471_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9f2b80358f029728d7f4ce46418bb6859d9ea7365de7b6f97a5f549ed6e77471_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A9f2b80358f029728d7f4ce46418bb6859d9ea7365de7b6f97a5f549ed6e77471?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768710399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9cc42212fb15c1f3e6a88acaaa4919c9693be3c6099ea849d28855e231dc9e44_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9cc42212fb15c1f3e6a88acaaa4919c9693be3c6099ea849d28855e231dc9e44_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9cc42212fb15c1f3e6a88acaaa4919c9693be3c6099ea849d28855e231dc9e44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A9cc42212fb15c1f3e6a88acaaa4919c9693be3c6099ea849d28855e231dc9e44?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768584388"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2431778975829348e271dc9bf123c7a24c81a52537a61414cd17c8436436078b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2431778975829348e271dc9bf123c7a24c81a52537a61414cd17c8436436078b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2431778975829348e271dc9bf123c7a24c81a52537a61414cd17c8436436078b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A2431778975829348e271dc9bf123c7a24c81a52537a61414cd17c8436436078b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:47c1d88223ffb35bb36a4d2bde736fb3e45f08e204519387e0e52e3e3dc00cfb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:47c1d88223ffb35bb36a4d2bde736fb3e45f08e204519387e0e52e3e3dc00cfb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:47c1d88223ffb35bb36a4d2bde736fb3e45f08e204519387e0e52e3e3dc00cfb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A47c1d88223ffb35bb36a4d2bde736fb3e45f08e204519387e0e52e3e3dc00cfb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768621823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:13d06502c0f0a3c73f69bf8d0743718f7cfc46e71f4a12916517ad7e9bff17e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:13d06502c0f0a3c73f69bf8d0743718f7cfc46e71f4a12916517ad7e9bff17e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:13d06502c0f0a3c73f69bf8d0743718f7cfc46e71f4a12916517ad7e9bff17e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A13d06502c0f0a3c73f69bf8d0743718f7cfc46e71f4a12916517ad7e9bff17e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768676961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e1c8b9784a60860a08bd47935f0767b7b7f8f36c5c0adb7623a31b82c01d4c09_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e1c8b9784a60860a08bd47935f0767b7b7f8f36c5c0adb7623a31b82c01d4c09_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e1c8b9784a60860a08bd47935f0767b7b7f8f36c5c0adb7623a31b82c01d4c09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Ae1c8b9784a60860a08bd47935f0767b7b7f8f36c5c0adb7623a31b82c01d4c09?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768658605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cc03f91dbf08df9907c0ebad30c54a7fa92285b19ec4e440ed762b197378a861_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cc03f91dbf08df9907c0ebad30c54a7fa92285b19ec4e440ed762b197378a861_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cc03f91dbf08df9907c0ebad30c54a7fa92285b19ec4e440ed762b197378a861_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Acc03f91dbf08df9907c0ebad30c54a7fa92285b19ec4e440ed762b197378a861?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768658638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e3d21c51712e6e0cdd9c776479f6d1ab55bc1085df5bb5f583e69ee192d11fd3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e3d21c51712e6e0cdd9c776479f6d1ab55bc1085df5bb5f583e69ee192d11fd3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e3d21c51712e6e0cdd9c776479f6d1ab55bc1085df5bb5f583e69ee192d11fd3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Ae3d21c51712e6e0cdd9c776479f6d1ab55bc1085df5bb5f583e69ee192d11fd3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768646459"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd019260c7aa2018ad976745ab7ff71deb43fe556a8972e5d6553facd5a65a49_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd019260c7aa2018ad976745ab7ff71deb43fe556a8972e5d6553facd5a65a49_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd019260c7aa2018ad976745ab7ff71deb43fe556a8972e5d6553facd5a65a49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Acd019260c7aa2018ad976745ab7ff71deb43fe556a8972e5d6553facd5a65a49?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768651620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:af3ed66448314364ba05a0aba0076459ef771630670d6e76e92bb8a83e44a83c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:af3ed66448314364ba05a0aba0076459ef771630670d6e76e92bb8a83e44a83c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:af3ed66448314364ba05a0aba0076459ef771630670d6e76e92bb8a83e44a83c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Aaf3ed66448314364ba05a0aba0076459ef771630670d6e76e92bb8a83e44a83c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768851620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e8ae0b5bab647ff989f276cead5f360bcb88c813f181d75dc3106eb5dbde0b39_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e8ae0b5bab647ff989f276cead5f360bcb88c813f181d75dc3106eb5dbde0b39_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e8ae0b5bab647ff989f276cead5f360bcb88c813f181d75dc3106eb5dbde0b39_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ae8ae0b5bab647ff989f276cead5f360bcb88c813f181d75dc3106eb5dbde0b39?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768585834"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f56d01ef06fe016c748e8c87538dea8e9fcc84856eb116bd3597cc8e042e9f0a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f56d01ef06fe016c748e8c87538dea8e9fcc84856eb116bd3597cc8e042e9f0a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f56d01ef06fe016c748e8c87538dea8e9fcc84856eb116bd3597cc8e042e9f0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Af56d01ef06fe016c748e8c87538dea8e9fcc84856eb116bd3597cc8e042e9f0a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768710399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e391fce0b2e04f22fc089597db9e0671ba7f8b5b3a709151b5f33dd23b262144_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e391fce0b2e04f22fc089597db9e0671ba7f8b5b3a709151b5f33dd23b262144_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e391fce0b2e04f22fc089597db9e0671ba7f8b5b3a709151b5f33dd23b262144_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ae391fce0b2e04f22fc089597db9e0671ba7f8b5b3a709151b5f33dd23b262144?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768628305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1e7ac69aff2f28f6b3cbdb166c7dac7a3490167bcd670cd7057bdde1e1e7684d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1e7ac69aff2f28f6b3cbdb166c7dac7a3490167bcd670cd7057bdde1e1e7684d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1e7ac69aff2f28f6b3cbdb166c7dac7a3490167bcd670cd7057bdde1e1e7684d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A1e7ac69aff2f28f6b3cbdb166c7dac7a3490167bcd670cd7057bdde1e1e7684d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768745438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:333e6572029953b4c4676076f0991ee6e5c7d28cbe2887c71b1682f19831d8a1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:333e6572029953b4c4676076f0991ee6e5c7d28cbe2887c71b1682f19831d8a1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:333e6572029953b4c4676076f0991ee6e5c7d28cbe2887c71b1682f19831d8a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A333e6572029953b4c4676076f0991ee6e5c7d28cbe2887c71b1682f19831d8a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768739561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6dd544a8a6b4d08fe0f4fd076109c09cf181302ab6056ec6b2b89d68a52954c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6dd544a8a6b4d08fe0f4fd076109c09cf181302ab6056ec6b2b89d68a52954c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6dd544a8a6b4d08fe0f4fd076109c09cf181302ab6056ec6b2b89d68a52954c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A6dd544a8a6b4d08fe0f4fd076109c09cf181302ab6056ec6b2b89d68a52954c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768794442"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f353131d8a1223db7f637c9851016b3a348d80c2b2be663a2db6d01e14ddca88_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f353131d8a1223db7f637c9851016b3a348d80c2b2be663a2db6d01e14ddca88_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f353131d8a1223db7f637c9851016b3a348d80c2b2be663a2db6d01e14ddca88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Af353131d8a1223db7f637c9851016b3a348d80c2b2be663a2db6d01e14ddca88?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768621771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a79394247657bf440e71b0ebff47026d760c71b1b03510019b3c519de7253c79_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a79394247657bf440e71b0ebff47026d760c71b1b03510019b3c519de7253c79_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a79394247657bf440e71b0ebff47026d760c71b1b03510019b3c519de7253c79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Aa79394247657bf440e71b0ebff47026d760c71b1b03510019b3c519de7253c79?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768695307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0e446723bbab96c4e4662ff058d5eccba72d0c36d26c7b8b3f07183fa49d3ab9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0e446723bbab96c4e4662ff058d5eccba72d0c36d26c7b8b3f07183fa49d3ab9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0e446723bbab96c4e4662ff058d5eccba72d0c36d26c7b8b3f07183fa49d3ab9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A0e446723bbab96c4e4662ff058d5eccba72d0c36d26c7b8b3f07183fa49d3ab9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768804454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9621a8349f227a728571af9c11a8ba1e7bc35c372ac794148f132c498e1f170c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9621a8349f227a728571af9c11a8ba1e7bc35c372ac794148f132c498e1f170c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9621a8349f227a728571af9c11a8ba1e7bc35c372ac794148f132c498e1f170c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A9621a8349f227a728571af9c11a8ba1e7bc35c372ac794148f132c498e1f170c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768628099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e786e28fbe0b95c4f5723bebc3abde1333b259fd26673716fc5638d88286d8b7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e786e28fbe0b95c4f5723bebc3abde1333b259fd26673716fc5638d88286d8b7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e786e28fbe0b95c4f5723bebc3abde1333b259fd26673716fc5638d88286d8b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Ae786e28fbe0b95c4f5723bebc3abde1333b259fd26673716fc5638d88286d8b7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768628349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ab299b63908b76729b260c067f218831ef64c0ad4e0c2c36030ddf0b365048f8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ab299b63908b76729b260c067f218831ef64c0ad4e0c2c36030ddf0b365048f8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ab299b63908b76729b260c067f218831ef64c0ad4e0c2c36030ddf0b365048f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3Aab299b63908b76729b260c067f218831ef64c0ad4e0c2c36030ddf0b365048f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768658604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:914c6b5117522525c98560617c07726d91adc1e6336f44e0aea726a3fcb0bfb5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:914c6b5117522525c98560617c07726d91adc1e6336f44e0aea726a3fcb0bfb5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:914c6b5117522525c98560617c07726d91adc1e6336f44e0aea726a3fcb0bfb5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A914c6b5117522525c98560617c07726d91adc1e6336f44e0aea726a3fcb0bfb5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768639011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a26b20d3ef7b75aeb05acf9be2702f9d478822c43f679ff578811843692b960c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a26b20d3ef7b75aeb05acf9be2702f9d478822c43f679ff578811843692b960c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a26b20d3ef7b75aeb05acf9be2702f9d478822c43f679ff578811843692b960c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Aa26b20d3ef7b75aeb05acf9be2702f9d478822c43f679ff578811843692b960c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768764791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:8bed6766df40c0c172611f3e4555cd20db639eb505b2345abed6d5babdcbb5e3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:8bed6766df40c0c172611f3e4555cd20db639eb505b2345abed6d5babdcbb5e3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:8bed6766df40c0c172611f3e4555cd20db639eb505b2345abed6d5babdcbb5e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A8bed6766df40c0c172611f3e4555cd20db639eb505b2345abed6d5babdcbb5e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768628333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:7862391b6b069f985d3ba652ff80f29fedce94493a013b8e464e2d7bde964da4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:7862391b6b069f985d3ba652ff80f29fedce94493a013b8e464e2d7bde964da4_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:7862391b6b069f985d3ba652ff80f29fedce94493a013b8e464e2d7bde964da4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A7862391b6b069f985d3ba652ff80f29fedce94493a013b8e464e2d7bde964da4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768941940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4569fa0adbac85f6e0eb3b0fea15b8e54d0c1b47e30d2e4150ebfa1c454af232_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4569fa0adbac85f6e0eb3b0fea15b8e54d0c1b47e30d2e4150ebfa1c454af232_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4569fa0adbac85f6e0eb3b0fea15b8e54d0c1b47e30d2e4150ebfa1c454af232_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A4569fa0adbac85f6e0eb3b0fea15b8e54d0c1b47e30d2e4150ebfa1c454af232?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768691442"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5b9a2e49d40059a937f07610c36d08b25831cb730d339d39fe0092a23484b7e2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5b9a2e49d40059a937f07610c36d08b25831cb730d339d39fe0092a23484b7e2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5b9a2e49d40059a937f07610c36d08b25831cb730d339d39fe0092a23484b7e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A5b9a2e49d40059a937f07610c36d08b25831cb730d339d39fe0092a23484b7e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9cd09c76f15748683e540f57fb78c18e3997fac265de588558d9523cb01af762_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9cd09c76f15748683e540f57fb78c18e3997fac265de588558d9523cb01af762_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9cd09c76f15748683e540f57fb78c18e3997fac265de588558d9523cb01af762_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A9cd09c76f15748683e540f57fb78c18e3997fac265de588558d9523cb01af762?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768682457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:83402ec46858a4af6aa942398120e625060d1054b01f0153687878ff1bb7cdd5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:83402ec46858a4af6aa942398120e625060d1054b01f0153687878ff1bb7cdd5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:83402ec46858a4af6aa942398120e625060d1054b01f0153687878ff1bb7cdd5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A83402ec46858a4af6aa942398120e625060d1054b01f0153687878ff1bb7cdd5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768639314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e8f36ad2e4bf89a9bb1a66d9760ec91c6ad6702bf799c650454b177cf5e02661_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e8f36ad2e4bf89a9bb1a66d9760ec91c6ad6702bf799c650454b177cf5e02661_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e8f36ad2e4bf89a9bb1a66d9760ec91c6ad6702bf799c650454b177cf5e02661_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3Ae8f36ad2e4bf89a9bb1a66d9760ec91c6ad6702bf799c650454b177cf5e02661?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768883903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b88e42f7000f64593afa03762f3147c0f9f0cdddd2ad762942ba6ec38198a06_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b88e42f7000f64593afa03762f3147c0f9f0cdddd2ad762942ba6ec38198a06_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b88e42f7000f64593afa03762f3147c0f9f0cdddd2ad762942ba6ec38198a06_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A6b88e42f7000f64593afa03762f3147c0f9f0cdddd2ad762942ba6ec38198a06?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768723549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:23b0e71b138eb4c9e23e073f11974dd0f054d1cb78bc36227497076c0e8c1764_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:23b0e71b138eb4c9e23e073f11974dd0f054d1cb78bc36227497076c0e8c1764_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:23b0e71b138eb4c9e23e073f11974dd0f054d1cb78bc36227497076c0e8c1764_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A23b0e71b138eb4c9e23e073f11974dd0f054d1cb78bc36227497076c0e8c1764?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768685926"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:40e602a3b1bd99d11ffec934c73e4c8e8ddc467fe2bbad87d599f014032517f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:40e602a3b1bd99d11ffec934c73e4c8e8ddc467fe2bbad87d599f014032517f5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:40e602a3b1bd99d11ffec934c73e4c8e8ddc467fe2bbad87d599f014032517f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A40e602a3b1bd99d11ffec934c73e4c8e8ddc467fe2bbad87d599f014032517f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768739620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:6354e7d162ca21ff645f85b23efdbffec8881b41f636b635d9dd722fb2695fa7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:6354e7d162ca21ff645f85b23efdbffec8881b41f636b635d9dd722fb2695fa7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:6354e7d162ca21ff645f85b23efdbffec8881b41f636b635d9dd722fb2695fa7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3A6354e7d162ca21ff645f85b23efdbffec8881b41f636b635d9dd722fb2695fa7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768633651"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af18c1924bcec23e6ae18a55268803d2a8d1b012152fe3ce225f27833a0cfa73_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af18c1924bcec23e6ae18a55268803d2a8d1b012152fe3ce225f27833a0cfa73_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af18c1924bcec23e6ae18a55268803d2a8d1b012152fe3ce225f27833a0cfa73_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3Aaf18c1924bcec23e6ae18a55268803d2a8d1b012152fe3ce225f27833a0cfa73?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768759821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d6ab8803bac3ebada13e90d9dd6208301b981488277cdeb847c25ff8002f5a30_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d6ab8803bac3ebada13e90d9dd6208301b981488277cdeb847c25ff8002f5a30_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d6ab8803bac3ebada13e90d9dd6208301b981488277cdeb847c25ff8002f5a30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3Ad6ab8803bac3ebada13e90d9dd6208301b981488277cdeb847c25ff8002f5a30?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768936234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:754659df84a55b4d50e12a60afd3a87cfcb6494bd00166e5d72f2badcf8b4480_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:754659df84a55b4d50e12a60afd3a87cfcb6494bd00166e5d72f2badcf8b4480_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:754659df84a55b4d50e12a60afd3a87cfcb6494bd00166e5d72f2badcf8b4480_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A754659df84a55b4d50e12a60afd3a87cfcb6494bd00166e5d72f2badcf8b4480?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768673537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4d8512534b3c26665b3a4b895034f7f9855915392086357575ee0d576be6b04a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4d8512534b3c26665b3a4b895034f7f9855915392086357575ee0d576be6b04a_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4d8512534b3c26665b3a4b895034f7f9855915392086357575ee0d576be6b04a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3A4d8512534b3c26665b3a4b895034f7f9855915392086357575ee0d576be6b04a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768633690"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a26bac6b099818b6001c8eb82d73918ee017896e9299a189c51ada1000f4fe3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a26bac6b099818b6001c8eb82d73918ee017896e9299a189c51ada1000f4fe3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a26bac6b099818b6001c8eb82d73918ee017896e9299a189c51ada1000f4fe3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A7a26bac6b099818b6001c8eb82d73918ee017896e9299a189c51ada1000f4fe3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768659147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5cf0b82b3b281feb5bdbf130c292cadc0f958068bb9b199ae343716f1c06538c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5cf0b82b3b281feb5bdbf130c292cadc0f958068bb9b199ae343716f1c06538c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5cf0b82b3b281feb5bdbf130c292cadc0f958068bb9b199ae343716f1c06538c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A5cf0b82b3b281feb5bdbf130c292cadc0f958068bb9b199ae343716f1c06538c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768652003"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cc6f78094ef67715b6e53c67909ce27754b45ca8169077269af8705650fbafe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cc6f78094ef67715b6e53c67909ce27754b45ca8169077269af8705650fbafe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cc6f78094ef67715b6e53c67909ce27754b45ca8169077269af8705650fbafe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A8cc6f78094ef67715b6e53c67909ce27754b45ca8169077269af8705650fbafe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768717133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c1a0aba9ead3a33353dc8a033699dfa4795f4050516677dad6ed4ac664094692_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c1a0aba9ead3a33353dc8a033699dfa4795f4050516677dad6ed4ac664094692_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c1a0aba9ead3a33353dc8a033699dfa4795f4050516677dad6ed4ac664094692_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Ac1a0aba9ead3a33353dc8a033699dfa4795f4050516677dad6ed4ac664094692?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768646663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:240701090a5f8e40d4b88fa200cf63dffb11a8e2eae713cf3c629b016c2823b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:240701090a5f8e40d4b88fa200cf63dffb11a8e2eae713cf3c629b016c2823b0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:240701090a5f8e40d4b88fa200cf63dffb11a8e2eae713cf3c629b016c2823b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A240701090a5f8e40d4b88fa200cf63dffb11a8e2eae713cf3c629b016c2823b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768621710"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a2a6c2aad7bbf903fda4d91b29e2940c5707d533e70b0671194f710472713b8b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a2a6c2aad7bbf903fda4d91b29e2940c5707d533e70b0671194f710472713b8b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a2a6c2aad7bbf903fda4d91b29e2940c5707d533e70b0671194f710472713b8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Aa2a6c2aad7bbf903fda4d91b29e2940c5707d533e70b0671194f710472713b8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768695320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:80ad07e0c4a7044c04490646135edbd388db21439d65f5285bbd20fdc9876f03_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:80ad07e0c4a7044c04490646135edbd388db21439d65f5285bbd20fdc9876f03_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:80ad07e0c4a7044c04490646135edbd388db21439d65f5285bbd20fdc9876f03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A80ad07e0c4a7044c04490646135edbd388db21439d65f5285bbd20fdc9876f03?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768691687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bbf05fdb021442514d6125cfbeec569b15594d5ca88f996f5c97a13fe58e39a0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bbf05fdb021442514d6125cfbeec569b15594d5ca88f996f5c97a13fe58e39a0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bbf05fdb021442514d6125cfbeec569b15594d5ca88f996f5c97a13fe58e39a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Abbf05fdb021442514d6125cfbeec569b15594d5ca88f996f5c97a13fe58e39a0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768723663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fa28b66298c8b34f2c7b357b012e663e3954cfc7c85aa1e44651a79aeaf8b2a9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fa28b66298c8b34f2c7b357b012e663e3954cfc7c85aa1e44651a79aeaf8b2a9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fa28b66298c8b34f2c7b357b012e663e3954cfc7c85aa1e44651a79aeaf8b2a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Afa28b66298c8b34f2c7b357b012e663e3954cfc7c85aa1e44651a79aeaf8b2a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768673548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:af8ad7c28f1cd01b74fcd95eaaf3bf9fa7bbd397ab8d1532f6ed2a46c6ad1abc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:af8ad7c28f1cd01b74fcd95eaaf3bf9fa7bbd397ab8d1532f6ed2a46c6ad1abc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:af8ad7c28f1cd01b74fcd95eaaf3bf9fa7bbd397ab8d1532f6ed2a46c6ad1abc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3Aaf8ad7c28f1cd01b74fcd95eaaf3bf9fa7bbd397ab8d1532f6ed2a46c6ad1abc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768948985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:33270bfb06a8f7cd9d6eae5517f74a53f905b4a59190dab49604b6aa5a670f9a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:33270bfb06a8f7cd9d6eae5517f74a53f905b4a59190dab49604b6aa5a670f9a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:33270bfb06a8f7cd9d6eae5517f74a53f905b4a59190dab49604b6aa5a670f9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3A33270bfb06a8f7cd9d6eae5517f74a53f905b4a59190dab49604b6aa5a670f9a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768639310"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1f98b001245f7eb8d334deb8c40ae02d5d337223a138eb62c2207a76166c48b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1f98b001245f7eb8d334deb8c40ae02d5d337223a138eb62c2207a76166c48b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1f98b001245f7eb8d334deb8c40ae02d5d337223a138eb62c2207a76166c48b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A1f98b001245f7eb8d334deb8c40ae02d5d337223a138eb62c2207a76166c48b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768686092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:dacf9ee50a503485566d7a987f231e04adf176c0852c6302bdf0bc4a0fdac0ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:dacf9ee50a503485566d7a987f231e04adf176c0852c6302bdf0bc4a0fdac0ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:dacf9ee50a503485566d7a987f231e04adf176c0852c6302bdf0bc4a0fdac0ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Adacf9ee50a503485566d7a987f231e04adf176c0852c6302bdf0bc4a0fdac0ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768764792"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9250bc5d881852654c420b833aa018257e927522e9d8e1b74307dd7b4b0bfc42_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9250bc5d881852654c420b833aa018257e927522e9d8e1b74307dd7b4b0bfc42_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9250bc5d881852654c420b833aa018257e927522e9d8e1b74307dd7b4b0bfc42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A9250bc5d881852654c420b833aa018257e927522e9d8e1b74307dd7b4b0bfc42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768941993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd60ed7fd7955cbac6882fa5e0d7e38bc3c06791950867c3ebcd98679e366f06_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd60ed7fd7955cbac6882fa5e0d7e38bc3c06791950867c3ebcd98679e366f06_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd60ed7fd7955cbac6882fa5e0d7e38bc3c06791950867c3ebcd98679e366f06_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Acd60ed7fd7955cbac6882fa5e0d7e38bc3c06791950867c3ebcd98679e366f06?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768662778"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bbe162375a11ed3810a1081c30dd400f461f2421d5f1e27d8792048bbd216956_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bbe162375a11ed3810a1081c30dd400f461f2421d5f1e27d8792048bbd216956_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bbe162375a11ed3810a1081c30dd400f461f2421d5f1e27d8792048bbd216956_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Abbe162375a11ed3810a1081c30dd400f461f2421d5f1e27d8792048bbd216956?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768621865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:15c5e645edf257a08c061ad9ae7dab4293104a042b8396181d76dd28f396cebe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:15c5e645edf257a08c061ad9ae7dab4293104a042b8396181d76dd28f396cebe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:15c5e645edf257a08c061ad9ae7dab4293104a042b8396181d76dd28f396cebe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A15c5e645edf257a08c061ad9ae7dab4293104a042b8396181d76dd28f396cebe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768658663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:df623c15a78ca969fb8ad134bde911c2047bf82b50244ee8e523763b6587e072_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:df623c15a78ca969fb8ad134bde911c2047bf82b50244ee8e523763b6587e072_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:df623c15a78ca969fb8ad134bde911c2047bf82b50244ee8e523763b6587e072_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Adf623c15a78ca969fb8ad134bde911c2047bf82b50244ee8e523763b6587e072?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768851630"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98a949efb0c81c5c5968e069c9b6a518b3b6afbaf4e75cae5eb207554b06c2db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98a949efb0c81c5c5968e069c9b6a518b3b6afbaf4e75cae5eb207554b06c2db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98a949efb0c81c5c5968e069c9b6a518b3b6afbaf4e75cae5eb207554b06c2db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A98a949efb0c81c5c5968e069c9b6a518b3b6afbaf4e75cae5eb207554b06c2db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c38d58b62290b59d0182b50ce3cfd87fbb7729f3ce6fc06ffa46d9805c7dd78_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c38d58b62290b59d0182b50ce3cfd87fbb7729f3ce6fc06ffa46d9805c7dd78_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c38d58b62290b59d0182b50ce3cfd87fbb7729f3ce6fc06ffa46d9805c7dd78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A5c38d58b62290b59d0182b50ce3cfd87fbb7729f3ce6fc06ffa46d9805c7dd78?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768948983"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:80531a0fe966e1cc0582c581951b09a7a4e42037c106748c44859110361b2c1b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:80531a0fe966e1cc0582c581951b09a7a4e42037c106748c44859110361b2c1b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:80531a0fe966e1cc0582c581951b09a7a4e42037c106748c44859110361b2c1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A80531a0fe966e1cc0582c581951b09a7a4e42037c106748c44859110361b2c1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768685899"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:75b9a66b716e2179c8c512339bf5f4996d809c1df4ce7b19213a84bd8e743c2f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:75b9a66b716e2179c8c512339bf5f4996d809c1df4ce7b19213a84bd8e743c2f_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:75b9a66b716e2179c8c512339bf5f4996d809c1df4ce7b19213a84bd8e743c2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A75b9a66b716e2179c8c512339bf5f4996d809c1df4ce7b19213a84bd8e743c2f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768777759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:7055ad7af6f2763c0f9a1a6ac6f24fa4dc2ba312cc9b0805ae0a06187cecc89a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:7055ad7af6f2763c0f9a1a6ac6f24fa4dc2ba312cc9b0805ae0a06187cecc89a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:7055ad7af6f2763c0f9a1a6ac6f24fa4dc2ba312cc9b0805ae0a06187cecc89a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel9@sha256%3A7055ad7af6f2763c0f9a1a6ac6f24fa4dc2ba312cc9b0805ae0a06187cecc89a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768638948"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:a120d08d454a9112a7f31a9da6627e788406726fe1c035bd70c180eda14f37d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:a120d08d454a9112a7f31a9da6627e788406726fe1c035bd70c180eda14f37d8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:a120d08d454a9112a7f31a9da6627e788406726fe1c035bd70c180eda14f37d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel9@sha256%3Aa120d08d454a9112a7f31a9da6627e788406726fe1c035bd70c180eda14f37d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768846044"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf24751d6b6d66fcfc26aa8e0f94a4248a3edab6dbfe3fe9651a90b6b4d92192_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf24751d6b6d66fcfc26aa8e0f94a4248a3edab6dbfe3fe9651a90b6b4d92192_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf24751d6b6d66fcfc26aa8e0f94a4248a3edab6dbfe3fe9651a90b6b4d92192_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Acf24751d6b6d66fcfc26aa8e0f94a4248a3edab6dbfe3fe9651a90b6b4d92192?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768786791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3bb3c46533b24f1a6a6669117dc888ed8f0c7ae56b34068a4ff2052335e34c4e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3bb3c46533b24f1a6a6669117dc888ed8f0c7ae56b34068a4ff2052335e34c4e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3bb3c46533b24f1a6a6669117dc888ed8f0c7ae56b34068a4ff2052335e34c4e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A3bb3c46533b24f1a6a6669117dc888ed8f0c7ae56b34068a4ff2052335e34c4e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768621989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ae30b3ab740f21c451d0272bceacb99fa34d22bbf2ea22f1e1e18230a156104b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ae30b3ab740f21c451d0272bceacb99fa34d22bbf2ea22f1e1e18230a156104b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ae30b3ab740f21c451d0272bceacb99fa34d22bbf2ea22f1e1e18230a156104b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Aae30b3ab740f21c451d0272bceacb99fa34d22bbf2ea22f1e1e18230a156104b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768717086"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b41a8ae60c0eafa4a13e6dcd0e79ba63b0d7bd2bdc28aaed434b3bef98a5dc95_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b41a8ae60c0eafa4a13e6dcd0e79ba63b0d7bd2bdc28aaed434b3bef98a5dc95_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b41a8ae60c0eafa4a13e6dcd0e79ba63b0d7bd2bdc28aaed434b3bef98a5dc95_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Ab41a8ae60c0eafa4a13e6dcd0e79ba63b0d7bd2bdc28aaed434b3bef98a5dc95?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768911640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f122c11c2f6a10ca150b136f7291d2e135b3a182d67809aa49727da289787cee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f122c11c2f6a10ca150b136f7291d2e135b3a182d67809aa49727da289787cee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f122c11c2f6a10ca150b136f7291d2e135b3a182d67809aa49727da289787cee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Af122c11c2f6a10ca150b136f7291d2e135b3a182d67809aa49727da289787cee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768667973"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e503dc23e8e6a2988adc1a8e109401358217ca17ac8ac523bfd669e5a3504055_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e503dc23e8e6a2988adc1a8e109401358217ca17ac8ac523bfd669e5a3504055_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e503dc23e8e6a2988adc1a8e109401358217ca17ac8ac523bfd669e5a3504055_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Ae503dc23e8e6a2988adc1a8e109401358217ca17ac8ac523bfd669e5a3504055?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768658687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b61ee2b7a6814324bdf1fbf6c5c72b994b9b0069a85e1f92a0cc9fc2633bd93_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b61ee2b7a6814324bdf1fbf6c5c72b994b9b0069a85e1f92a0cc9fc2633bd93_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b61ee2b7a6814324bdf1fbf6c5c72b994b9b0069a85e1f92a0cc9fc2633bd93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A8b61ee2b7a6814324bdf1fbf6c5c72b994b9b0069a85e1f92a0cc9fc2633bd93?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768622105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1267a95b647ac530955099ac9bf8a2510e1b151628992e71b502a10ffd79c37b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1267a95b647ac530955099ac9bf8a2510e1b151628992e71b502a10ffd79c37b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1267a95b647ac530955099ac9bf8a2510e1b151628992e71b502a10ffd79c37b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A1267a95b647ac530955099ac9bf8a2510e1b151628992e71b502a10ffd79c37b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768869282"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e442a9e8be5d749d694409c6588126eae0938deb8ba7ee9ad201cd56a600bd11_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e442a9e8be5d749d694409c6588126eae0938deb8ba7ee9ad201cd56a600bd11_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e442a9e8be5d749d694409c6588126eae0938deb8ba7ee9ad201cd56a600bd11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Ae442a9e8be5d749d694409c6588126eae0938deb8ba7ee9ad201cd56a600bd11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768677062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:059265b72f841516e2152ad96e660e7603aa31d267c0f6f8f7fca3bef4b39ae8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:059265b72f841516e2152ad96e660e7603aa31d267c0f6f8f7fca3bef4b39ae8_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:059265b72f841516e2152ad96e660e7603aa31d267c0f6f8f7fca3bef4b39ae8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A059265b72f841516e2152ad96e660e7603aa31d267c0f6f8f7fca3bef4b39ae8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768862268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e5b6b8ee694f3fd3cb9494b50110abbf01839036c632aece1719d091d844fec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e5b6b8ee694f3fd3cb9494b50110abbf01839036c632aece1719d091d844fec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e5b6b8ee694f3fd3cb9494b50110abbf01839036c632aece1719d091d844fec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A1e5b6b8ee694f3fd3cb9494b50110abbf01839036c632aece1719d091d844fec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768770896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:288324251d8152a4370b64afc0626097649087d8cf38be8ac0dc8cd02fbd291c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:288324251d8152a4370b64afc0626097649087d8cf38be8ac0dc8cd02fbd291c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:288324251d8152a4370b64afc0626097649087d8cf38be8ac0dc8cd02fbd291c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A288324251d8152a4370b64afc0626097649087d8cf38be8ac0dc8cd02fbd291c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768953798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7d7e306ec16e50a8b5b527a78fdb62e8583866c2c0cf91b3befc8646e51deaa8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7d7e306ec16e50a8b5b527a78fdb62e8583866c2c0cf91b3befc8646e51deaa8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7d7e306ec16e50a8b5b527a78fdb62e8583866c2c0cf91b3befc8646e51deaa8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A7d7e306ec16e50a8b5b527a78fdb62e8583866c2c0cf91b3befc8646e51deaa8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768901654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:9ce51f750a68023df9323fd15a7eaeb1472e9b8701c7ef413869d3febbb73459_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:9ce51f750a68023df9323fd15a7eaeb1472e9b8701c7ef413869d3febbb73459_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:9ce51f750a68023df9323fd15a7eaeb1472e9b8701c7ef413869d3febbb73459_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A9ce51f750a68023df9323fd15a7eaeb1472e9b8701c7ef413869d3febbb73459?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768759577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3dd74e170726d29f6fe0508c03f7410598d8fd7d37b6e60a76376953ccd8de55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3dd74e170726d29f6fe0508c03f7410598d8fd7d37b6e60a76376953ccd8de55_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3dd74e170726d29f6fe0508c03f7410598d8fd7d37b6e60a76376953ccd8de55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3A3dd74e170726d29f6fe0508c03f7410598d8fd7d37b6e60a76376953ccd8de55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768723785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0871b6c16b38a2eda5d1c89fd75079aff0775224307e940557e6fda6ba229f38_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0871b6c16b38a2eda5d1c89fd75079aff0775224307e940557e6fda6ba229f38_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0871b6c16b38a2eda5d1c89fd75079aff0775224307e940557e6fda6ba229f38_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A0871b6c16b38a2eda5d1c89fd75079aff0775224307e940557e6fda6ba229f38?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768745556"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5abe992def861ec075251ae17bbd66fa23bd05bd3701953c0fdcf68a8d161f1e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5abe992def861ec075251ae17bbd66fa23bd05bd3701953c0fdcf68a8d161f1e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5abe992def861ec075251ae17bbd66fa23bd05bd3701953c0fdcf68a8d161f1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A5abe992def861ec075251ae17bbd66fa23bd05bd3701953c0fdcf68a8d161f1e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768628173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ffa02bd6af0b44d4955aba57f727e13671f503393926be6d8965e31dcfcd6e3c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ffa02bd6af0b44d4955aba57f727e13671f503393926be6d8965e31dcfcd6e3c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ffa02bd6af0b44d4955aba57f727e13671f503393926be6d8965e31dcfcd6e3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Affa02bd6af0b44d4955aba57f727e13671f503393926be6d8965e31dcfcd6e3c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768686062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:e40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:e40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:e40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9@sha256%3Ae40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768646365"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:e40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:e40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:e40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9@sha256%3Ae40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768646365"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:a5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:a5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:a5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3Aa5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768723515"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:a5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:a5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:a5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9-operator@sha256%3Aa5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768723515"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c2a6a8827b1441a27cd6b29cf39c6e6c2192da257a1d38f96cb81b2cc75175d6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c2a6a8827b1441a27cd6b29cf39c6e6c2192da257a1d38f96cb81b2cc75175d6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c2a6a8827b1441a27cd6b29cf39c6e6c2192da257a1d38f96cb81b2cc75175d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel9@sha256%3Ac2a6a8827b1441a27cd6b29cf39c6e6c2192da257a1d38f96cb81b2cc75175d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768723781"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:d1977054e52a6bc368e4c9dd256c22e1f12c4597503ee6431c7e65e60c670a2b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:d1977054e52a6bc368e4c9dd256c22e1f12c4597503ee6431c7e65e60c670a2b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:d1977054e52a6bc368e4c9dd256c22e1f12c4597503ee6431c7e65e60c670a2b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel9@sha256%3Ad1977054e52a6bc368e4c9dd256c22e1f12c4597503ee6431c7e65e60c670a2b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768676958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:18bf4a07ec975ed90d11a29f4ef82d75d68db396ded31c8317300699eca7ad90_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:18bf4a07ec975ed90d11a29f4ef82d75d68db396ded31c8317300699eca7ad90_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:18bf4a07ec975ed90d11a29f4ef82d75d68db396ded31c8317300699eca7ad90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A18bf4a07ec975ed90d11a29f4ef82d75d68db396ded31c8317300699eca7ad90?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768754319"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:abf98e8b78df5cf21c9da051db2827b8c9081cf3ea201bf9017a5d9548dbc73e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:abf98e8b78df5cf21c9da051db2827b8c9081cf3ea201bf9017a5d9548dbc73e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:abf98e8b78df5cf21c9da051db2827b8c9081cf3ea201bf9017a5d9548dbc73e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3Aabf98e8b78df5cf21c9da051db2827b8c9081cf3ea201bf9017a5d9548dbc73e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768723515"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52ba78768a24efe94f7f95fe5bdd3c6156919979d5882682e06ae4a8a8d3fb4a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52ba78768a24efe94f7f95fe5bdd3c6156919979d5882682e06ae4a8a8d3fb4a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52ba78768a24efe94f7f95fe5bdd3c6156919979d5882682e06ae4a8a8d3fb4a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A52ba78768a24efe94f7f95fe5bdd3c6156919979d5882682e06ae4a8a8d3fb4a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768621953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:19c3c8392b72ccf9a518d1d60fab0fd1e58a05b544caa79eb11bb68f00981d9d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:19c3c8392b72ccf9a518d1d60fab0fd1e58a05b544caa79eb11bb68f00981d9d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:19c3c8392b72ccf9a518d1d60fab0fd1e58a05b544caa79eb11bb68f00981d9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A19c3c8392b72ccf9a518d1d60fab0fd1e58a05b544caa79eb11bb68f00981d9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768667990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:99ad83497ea12819957ccba33c807c6e4c5297621db568e5635202cb9cc69f8f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:99ad83497ea12819957ccba33c807c6e4c5297621db568e5635202cb9cc69f8f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:99ad83497ea12819957ccba33c807c6e4c5297621db568e5635202cb9cc69f8f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A99ad83497ea12819957ccba33c807c6e4c5297621db568e5635202cb9cc69f8f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768651627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9899b0f08b1202d149e16f09616ee7b8f37e3cda642386d93a6d3f63d72a316b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9899b0f08b1202d149e16f09616ee7b8f37e3cda642386d93a6d3f63d72a316b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9899b0f08b1202d149e16f09616ee7b8f37e3cda642386d93a6d3f63d72a316b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A9899b0f08b1202d149e16f09616ee7b8f37e3cda642386d93a6d3f63d72a316b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768651611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:86d47b2746de823e60068255722d2c0f1ff9d327b2865071a4f2f1e08b1f4ee9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:86d47b2746de823e60068255722d2c0f1ff9d327b2865071a4f2f1e08b1f4ee9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:86d47b2746de823e60068255722d2c0f1ff9d327b2865071a4f2f1e08b1f4ee9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A86d47b2746de823e60068255722d2c0f1ff9d327b2865071a4f2f1e08b1f4ee9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768682634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3fb40f87d68dba42b6064e3f46436649422174bdf900788a4d0068cb5679310c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3fb40f87d68dba42b6064e3f46436649422174bdf900788a4d0068cb5679310c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3fb40f87d68dba42b6064e3f46436649422174bdf900788a4d0068cb5679310c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel9@sha256%3A3fb40f87d68dba42b6064e3f46436649422174bdf900788a4d0068cb5679310c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768673586"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:08f673ee7702801a2229a13c2ef383556976503890054fbd4f87472aa7a1fab3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:08f673ee7702801a2229a13c2ef383556976503890054fbd4f87472aa7a1fab3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:08f673ee7702801a2229a13c2ef383556976503890054fbd4f87472aa7a1fab3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel9@sha256%3A08f673ee7702801a2229a13c2ef383556976503890054fbd4f87472aa7a1fab3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768980842"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1f8765166728541c216748bd018bc78b56d4825ab25ea2aff00dc2159657c4f0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1f8765166728541c216748bd018bc78b56d4825ab25ea2aff00dc2159657c4f0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1f8765166728541c216748bd018bc78b56d4825ab25ea2aff00dc2159657c4f0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A1f8765166728541c216748bd018bc78b56d4825ab25ea2aff00dc2159657c4f0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768580363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0bac6ac13bf085666e1a85a8213e330ff6d6d7a6a7c58be2ec3cc6f66105e450_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0bac6ac13bf085666e1a85a8213e330ff6d6d7a6a7c58be2ec3cc6f66105e450_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0bac6ac13bf085666e1a85a8213e330ff6d6d7a6a7c58be2ec3cc6f66105e450_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A0bac6ac13bf085666e1a85a8213e330ff6d6d7a6a7c58be2ec3cc6f66105e450?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768701661"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:54523efb558477691a414aafd97958098ef05bfd34c2ecf1a576b930bdfaf3fe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:54523efb558477691a414aafd97958098ef05bfd34c2ecf1a576b930bdfaf3fe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:54523efb558477691a414aafd97958098ef05bfd34c2ecf1a576b930bdfaf3fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A54523efb558477691a414aafd97958098ef05bfd34c2ecf1a576b930bdfaf3fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768770764"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f54e47721b5c645de6a91fdc65c382f8ffb712b7196070b4f0fa1eadd7afa6a5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f54e47721b5c645de6a91fdc65c382f8ffb712b7196070b4f0fa1eadd7afa6a5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f54e47721b5c645de6a91fdc65c382f8ffb712b7196070b4f0fa1eadd7afa6a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3Af54e47721b5c645de6a91fdc65c382f8ffb712b7196070b4f0fa1eadd7afa6a5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768717066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:0e9e77044cbb1cae6fbb8e47aa77c3a2e6d4b6d9be38785f0de8ac5f26be537a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:0e9e77044cbb1cae6fbb8e47aa77c3a2e6d4b6d9be38785f0de8ac5f26be537a_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:0e9e77044cbb1cae6fbb8e47aa77c3a2e6d4b6d9be38785f0de8ac5f26be537a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A0e9e77044cbb1cae6fbb8e47aa77c3a2e6d4b6d9be38785f0de8ac5f26be537a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768717071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6dd156dd75638fca33bb1ddfe463a3e54484b8a8c0eb37d0816ee46a90edf237_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6dd156dd75638fca33bb1ddfe463a3e54484b8a8c0eb37d0816ee46a90edf237_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6dd156dd75638fca33bb1ddfe463a3e54484b8a8c0eb37d0816ee46a90edf237_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A6dd156dd75638fca33bb1ddfe463a3e54484b8a8c0eb37d0816ee46a90edf237?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768745556"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e56f04824f69147ea8bd3c0fc1e6b5c26a38e95c19ee07573ab978e3efe5b495_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e56f04824f69147ea8bd3c0fc1e6b5c26a38e95c19ee07573ab978e3efe5b495_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e56f04824f69147ea8bd3c0fc1e6b5c26a38e95c19ee07573ab978e3efe5b495_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Ae56f04824f69147ea8bd3c0fc1e6b5c26a38e95c19ee07573ab978e3efe5b495?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768639025"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1f0d2e5e5f491f0cf9d115ffac8460e76fb2ecfe905adc1ef0e75dbb6dd99ed_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1f0d2e5e5f491f0cf9d115ffac8460e76fb2ecfe905adc1ef0e75dbb6dd99ed_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1f0d2e5e5f491f0cf9d115ffac8460e76fb2ecfe905adc1ef0e75dbb6dd99ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Ab1f0d2e5e5f491f0cf9d115ffac8460e76fb2ecfe905adc1ef0e75dbb6dd99ed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0da0ee0d54a1624acd043e066a3819fd7a4bdfe02a73321a91fd100599e64f1f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0da0ee0d54a1624acd043e066a3819fd7a4bdfe02a73321a91fd100599e64f1f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0da0ee0d54a1624acd043e066a3819fd7a4bdfe02a73321a91fd100599e64f1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A0da0ee0d54a1624acd043e066a3819fd7a4bdfe02a73321a91fd100599e64f1f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768846190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fc3647c4d70cf253f4946fae6072af87545056f541c5dbfa9ce6c77734d77ec1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fc3647c4d70cf253f4946fae6072af87545056f541c5dbfa9ce6c77734d77ec1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fc3647c4d70cf253f4946fae6072af87545056f541c5dbfa9ce6c77734d77ec1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Afc3647c4d70cf253f4946fae6072af87545056f541c5dbfa9ce6c77734d77ec1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768676944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:98c7b3e48d0d32805e8211cdfb3e653b1ed6b2278793fe89837c04a9f443986c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:98c7b3e48d0d32805e8211cdfb3e653b1ed6b2278793fe89837c04a9f443986c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:98c7b3e48d0d32805e8211cdfb3e653b1ed6b2278793fe89837c04a9f443986c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A98c7b3e48d0d32805e8211cdfb3e653b1ed6b2278793fe89837c04a9f443986c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768716976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:445305216f3ea0977c0f76ee3dd676121f58c29384648a2f64e76e7a1d0ea887_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:445305216f3ea0977c0f76ee3dd676121f58c29384648a2f64e76e7a1d0ea887_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:445305216f3ea0977c0f76ee3dd676121f58c29384648a2f64e76e7a1d0ea887_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A445305216f3ea0977c0f76ee3dd676121f58c29384648a2f64e76e7a1d0ea887?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768787126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5ec54fe646fe2cd114eaab995524f602dbc99aa374b166a18acbec30c871435_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5ec54fe646fe2cd114eaab995524f602dbc99aa374b166a18acbec30c871435_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5ec54fe646fe2cd114eaab995524f602dbc99aa374b166a18acbec30c871435_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Ae5ec54fe646fe2cd114eaab995524f602dbc99aa374b166a18acbec30c871435?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768826724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c53133aeea03421274be7731f5b03c5d29143aaf270bfc67134647e1cee3175d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c53133aeea03421274be7731f5b03c5d29143aaf270bfc67134647e1cee3175d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c53133aeea03421274be7731f5b03c5d29143aaf270bfc67134647e1cee3175d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Ac53133aeea03421274be7731f5b03c5d29143aaf270bfc67134647e1cee3175d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768673623"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:75f54bd17f252279b031acd3509f06cd2b9d418efe1593eabb282ee2f9147141_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:75f54bd17f252279b031acd3509f06cd2b9d418efe1593eabb282ee2f9147141_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:75f54bd17f252279b031acd3509f06cd2b9d418efe1593eabb282ee2f9147141_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A75f54bd17f252279b031acd3509f06cd2b9d418efe1593eabb282ee2f9147141?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768782781"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3aa55b454c43ad80dfa5df489a795e0635845b10db18aec4f9a06cc5f869d5da_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3aa55b454c43ad80dfa5df489a795e0635845b10db18aec4f9a06cc5f869d5da_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3aa55b454c43ad80dfa5df489a795e0635845b10db18aec4f9a06cc5f869d5da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A3aa55b454c43ad80dfa5df489a795e0635845b10db18aec4f9a06cc5f869d5da?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768695747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:63c5c6b0f955717d9ffa8ab20ad9ab58a443d80405c58a4ada0429f6d3d5fbf7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:63c5c6b0f955717d9ffa8ab20ad9ab58a443d80405c58a4ada0429f6d3d5fbf7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:63c5c6b0f955717d9ffa8ab20ad9ab58a443d80405c58a4ada0429f6d3d5fbf7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A63c5c6b0f955717d9ffa8ab20ad9ab58a443d80405c58a4ada0429f6d3d5fbf7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768676949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c985206add4f3f2159d9c16a531d2e52bd47b52e3b58cc66c78337eedb9587c5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c985206add4f3f2159d9c16a531d2e52bd47b52e3b58cc66c78337eedb9587c5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c985206add4f3f2159d9c16a531d2e52bd47b52e3b58cc66c78337eedb9587c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Ac985206add4f3f2159d9c16a531d2e52bd47b52e3b58cc66c78337eedb9587c5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768739560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:333b5d4296161cecde72dded62e02348b02713cccfbb10a278d0803b58702b28_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:333b5d4296161cecde72dded62e02348b02713cccfbb10a278d0803b58702b28_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:333b5d4296161cecde72dded62e02348b02713cccfbb10a278d0803b58702b28_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A333b5d4296161cecde72dded62e02348b02713cccfbb10a278d0803b58702b28?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768701662"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:af845b43887f34f127025f2d2e2a9c64802fb74548ee670f8ee463de03d2978a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:af845b43887f34f127025f2d2e2a9c64802fb74548ee670f8ee463de03d2978a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:af845b43887f34f127025f2d2e2a9c64802fb74548ee670f8ee463de03d2978a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Aaf845b43887f34f127025f2d2e2a9c64802fb74548ee670f8ee463de03d2978a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:27a620542daa309791058a32d9648ef3f4ed7112a52f7d2abe1de32d000a3d9b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:27a620542daa309791058a32d9648ef3f4ed7112a52f7d2abe1de32d000a3d9b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:27a620542daa309791058a32d9648ef3f4ed7112a52f7d2abe1de32d000a3d9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A27a620542daa309791058a32d9648ef3f4ed7112a52f7d2abe1de32d000a3d9b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768646664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:32d870af6b3321fd3ada475dbf0da4eebbb106bebd4efd2f4bd2d1ed895cee46_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:32d870af6b3321fd3ada475dbf0da4eebbb106bebd4efd2f4bd2d1ed895cee46_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:32d870af6b3321fd3ada475dbf0da4eebbb106bebd4efd2f4bd2d1ed895cee46_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A32d870af6b3321fd3ada475dbf0da4eebbb106bebd4efd2f4bd2d1ed895cee46?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768658614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d7123f0209595a6cd05d2db8e0e9d827200e61db15ca589f025fc9b1a59ff2a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d7123f0209595a6cd05d2db8e0e9d827200e61db15ca589f025fc9b1a59ff2a_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d7123f0209595a6cd05d2db8e0e9d827200e61db15ca589f025fc9b1a59ff2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A5d7123f0209595a6cd05d2db8e0e9d827200e61db15ca589f025fc9b1a59ff2a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768646793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c26ec64c2f5a8aee04c11e8cd29de3e0d9fa323d5eb033b54dadbdce60474e76_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c26ec64c2f5a8aee04c11e8cd29de3e0d9fa323d5eb033b54dadbdce60474e76_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c26ec64c2f5a8aee04c11e8cd29de3e0d9fa323d5eb033b54dadbdce60474e76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3Ac26ec64c2f5a8aee04c11e8cd29de3e0d9fa323d5eb033b54dadbdce60474e76?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768896730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8a8ff039e8e6da1da63e55150bf9b3d0e7f5bcaf5f14476de279e7e86879306a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8a8ff039e8e6da1da63e55150bf9b3d0e7f5bcaf5f14476de279e7e86879306a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8a8ff039e8e6da1da63e55150bf9b3d0e7f5bcaf5f14476de279e7e86879306a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A8a8ff039e8e6da1da63e55150bf9b3d0e7f5bcaf5f14476de279e7e86879306a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768621744"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ca12eb74b51e1d5205a322884b88c8efd900ea567d8585eb655df8060a72a7ad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ca12eb74b51e1d5205a322884b88c8efd900ea567d8585eb655df8060a72a7ad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ca12eb74b51e1d5205a322884b88c8efd900ea567d8585eb655df8060a72a7ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Aca12eb74b51e1d5205a322884b88c8efd900ea567d8585eb655df8060a72a7ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768764375"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0f3441a346aaba5b0eb37cfce2eab3af4eadf1a8e13a71ff976d18f32559435d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0f3441a346aaba5b0eb37cfce2eab3af4eadf1a8e13a71ff976d18f32559435d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0f3441a346aaba5b0eb37cfce2eab3af4eadf1a8e13a71ff976d18f32559435d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A0f3441a346aaba5b0eb37cfce2eab3af4eadf1a8e13a71ff976d18f32559435d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768676854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4602b62da727470a62e3aad71502b0495d6f809f4e4a1903980e7c99d8a411bc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4602b62da727470a62e3aad71502b0495d6f809f4e4a1903980e7c99d8a411bc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4602b62da727470a62e3aad71502b0495d6f809f4e4a1903980e7c99d8a411bc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A4602b62da727470a62e3aad71502b0495d6f809f4e4a1903980e7c99d8a411bc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768646579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:da8ad4428510f98b74e4f23fddd762afaeb272a2bd1c77148d9c4f2683b54763_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:da8ad4428510f98b74e4f23fddd762afaeb272a2bd1c77148d9c4f2683b54763_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:da8ad4428510f98b74e4f23fddd762afaeb272a2bd1c77148d9c4f2683b54763_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Ada8ad4428510f98b74e4f23fddd762afaeb272a2bd1c77148d9c4f2683b54763?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768883370"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1c671b9965ce8d5d95823765967a24153723d7873c1f9595791a3d5dd87bf616_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1c671b9965ce8d5d95823765967a24153723d7873c1f9595791a3d5dd87bf616_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1c671b9965ce8d5d95823765967a24153723d7873c1f9595791a3d5dd87bf616_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A1c671b9965ce8d5d95823765967a24153723d7873c1f9595791a3d5dd87bf616?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768677043"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c4db69fb2ea840583ad3b474521c3877416d9703c9f975b41ad91a70aec580f0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c4db69fb2ea840583ad3b474521c3877416d9703c9f975b41ad91a70aec580f0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c4db69fb2ea840583ad3b474521c3877416d9703c9f975b41ad91a70aec580f0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3Ac4db69fb2ea840583ad3b474521c3877416d9703c9f975b41ad91a70aec580f0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768695762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:644b47ae9a62b57f0766f45f2b305bab7e5f5dd5de65d95178ea29a83adbcf86_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:644b47ae9a62b57f0766f45f2b305bab7e5f5dd5de65d95178ea29a83adbcf86_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:644b47ae9a62b57f0766f45f2b305bab7e5f5dd5de65d95178ea29a83adbcf86_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A644b47ae9a62b57f0766f45f2b305bab7e5f5dd5de65d95178ea29a83adbcf86?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768710367"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3afe0837c149f85cc4342abf22348d1edfd3cab0ee47da44574134b3cc185dbf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3afe0837c149f85cc4342abf22348d1edfd3cab0ee47da44574134b3cc185dbf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3afe0837c149f85cc4342abf22348d1edfd3cab0ee47da44574134b3cc185dbf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A3afe0837c149f85cc4342abf22348d1edfd3cab0ee47da44574134b3cc185dbf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768975458"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e55a15f93eedbf7b0e13fea4d3ac9b891453f854d5294a891c1b9a848c6ef54f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e55a15f93eedbf7b0e13fea4d3ac9b891453f854d5294a891c1b9a848c6ef54f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e55a15f93eedbf7b0e13fea4d3ac9b891453f854d5294a891c1b9a848c6ef54f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3Ae55a15f93eedbf7b0e13fea4d3ac9b891453f854d5294a891c1b9a848c6ef54f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768750394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7ccd86a40b9f8901dad612623b56cbae1c260160c1d0bd8fbae4ae9e73d21e74_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7ccd86a40b9f8901dad612623b56cbae1c260160c1d0bd8fbae4ae9e73d21e74_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7ccd86a40b9f8901dad612623b56cbae1c260160c1d0bd8fbae4ae9e73d21e74_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A7ccd86a40b9f8901dad612623b56cbae1c260160c1d0bd8fbae4ae9e73d21e74?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768723646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:699c950e437c327caffd05eedebe7c6f82f19e899e9e736ab787aecaf9bac072_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:699c950e437c327caffd05eedebe7c6f82f19e899e9e736ab787aecaf9bac072_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:699c950e437c327caffd05eedebe7c6f82f19e899e9e736ab787aecaf9bac072_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A699c950e437c327caffd05eedebe7c6f82f19e899e9e736ab787aecaf9bac072?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768585045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f2ed46b09f78b1c40eb9e6af9209a4e844095b0c57ce404370ccfbdeceea210e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f2ed46b09f78b1c40eb9e6af9209a4e844095b0c57ce404370ccfbdeceea210e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f2ed46b09f78b1c40eb9e6af9209a4e844095b0c57ce404370ccfbdeceea210e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Af2ed46b09f78b1c40eb9e6af9209a4e844095b0c57ce404370ccfbdeceea210e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768896630"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a95180c5a4d2713fcdb002fb2879c9df206d1b05e5ba1379189c8ca4825b7866_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a95180c5a4d2713fcdb002fb2879c9df206d1b05e5ba1379189c8ca4825b7866_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a95180c5a4d2713fcdb002fb2879c9df206d1b05e5ba1379189c8ca4825b7866_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Aa95180c5a4d2713fcdb002fb2879c9df206d1b05e5ba1379189c8ca4825b7866?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768936257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6fede6672fe85cfd09592a8662b18db4e0b4f0794655febbba7190e9e30f475c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6fede6672fe85cfd09592a8662b18db4e0b4f0794655febbba7190e9e30f475c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6fede6672fe85cfd09592a8662b18db4e0b4f0794655febbba7190e9e30f475c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A6fede6672fe85cfd09592a8662b18db4e0b4f0794655febbba7190e9e30f475c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768987960"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8a10e4d7343e563ffe42c9181bbbc9dfd687744c94e125be639026f595e462a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8a10e4d7343e563ffe42c9181bbbc9dfd687744c94e125be639026f595e462a3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8a10e4d7343e563ffe42c9181bbbc9dfd687744c94e125be639026f595e462a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A8a10e4d7343e563ffe42c9181bbbc9dfd687744c94e125be639026f595e462a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768862258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c626150f07ba75062856d06674f8c419ae002930de38821811236c2445f1c1b5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c626150f07ba75062856d06674f8c419ae002930de38821811236c2445f1c1b5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c626150f07ba75062856d06674f8c419ae002930de38821811236c2445f1c1b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Ac626150f07ba75062856d06674f8c419ae002930de38821811236c2445f1c1b5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768582676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e1d93d28a1107734216ecbfac1bdbeb688c21a50fdee28f7a1742013e2c8c129_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e1d93d28a1107734216ecbfac1bdbeb688c21a50fdee28f7a1742013e2c8c129_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e1d93d28a1107734216ecbfac1bdbeb688c21a50fdee28f7a1742013e2c8c129_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Ae1d93d28a1107734216ecbfac1bdbeb688c21a50fdee28f7a1742013e2c8c129?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768710013"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:525b23eadc757450747d893874b77ec666fe15f329f0ee40e4b04571240c5e1f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:525b23eadc757450747d893874b77ec666fe15f329f0ee40e4b04571240c5e1f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:525b23eadc757450747d893874b77ec666fe15f329f0ee40e4b04571240c5e1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A525b23eadc757450747d893874b77ec666fe15f329f0ee40e4b04571240c5e1f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768988005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0b4672982b3ab346f6a22832e4bc73e8f5a2e42dd7673266c3c9a7dc563e5167_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0b4672982b3ab346f6a22832e4bc73e8f5a2e42dd7673266c3c9a7dc563e5167_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0b4672982b3ab346f6a22832e4bc73e8f5a2e42dd7673266c3c9a7dc563e5167_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A0b4672982b3ab346f6a22832e4bc73e8f5a2e42dd7673266c3c9a7dc563e5167?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768646578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:53551d526d431b91c405ea569421560279bcbf0196a2d03b1ef584ad7d80a496_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:53551d526d431b91c405ea569421560279bcbf0196a2d03b1ef584ad7d80a496_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:53551d526d431b91c405ea569421560279bcbf0196a2d03b1ef584ad7d80a496_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A53551d526d431b91c405ea569421560279bcbf0196a2d03b1ef584ad7d80a496?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768883433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af768b3ba72eb21d29dfca44b62d480ba9a0775a72f46283f0cbfa5a2db0e15b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af768b3ba72eb21d29dfca44b62d480ba9a0775a72f46283f0cbfa5a2db0e15b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af768b3ba72eb21d29dfca44b62d480ba9a0775a72f46283f0cbfa5a2db0e15b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Aaf768b3ba72eb21d29dfca44b62d480ba9a0775a72f46283f0cbfa5a2db0e15b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768857869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ec647a6c6835e970ddd63c5d946dd72cbe91769b14061f11cdb486f9237b6c59_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ec647a6c6835e970ddd63c5d946dd72cbe91769b14061f11cdb486f9237b6c59_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ec647a6c6835e970ddd63c5d946dd72cbe91769b14061f11cdb486f9237b6c59_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Aec647a6c6835e970ddd63c5d946dd72cbe91769b14061f11cdb486f9237b6c59?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e3348bcb04f2c9bce001994cb406f11a5970d9e0d15e82e5b6f44a19ca42b135_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e3348bcb04f2c9bce001994cb406f11a5970d9e0d15e82e5b6f44a19ca42b135_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e3348bcb04f2c9bce001994cb406f11a5970d9e0d15e82e5b6f44a19ca42b135_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Ae3348bcb04f2c9bce001994cb406f11a5970d9e0d15e82e5b6f44a19ca42b135?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768988246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:89b6b1510e189c286c3675d32d57dd18d707d731f3e279213290efef0d6f8065_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:89b6b1510e189c286c3675d32d57dd18d707d731f3e279213290efef0d6f8065_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:89b6b1510e189c286c3675d32d57dd18d707d731f3e279213290efef0d6f8065_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A89b6b1510e189c286c3675d32d57dd18d707d731f3e279213290efef0d6f8065?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768869223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1ccf6d7ded0225c9cafb3e448dcdf68543283ca268ee9659e1ef9e5c4e75078a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1ccf6d7ded0225c9cafb3e448dcdf68543283ca268ee9659e1ef9e5c4e75078a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1ccf6d7ded0225c9cafb3e448dcdf68543283ca268ee9659e1ef9e5c4e75078a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A1ccf6d7ded0225c9cafb3e448dcdf68543283ca268ee9659e1ef9e5c4e75078a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668665"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ddca32f42f27e22361c7285694591b0adfec5e6b22ea5e0714152230de4269f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ddca32f42f27e22361c7285694591b0adfec5e6b22ea5e0714152230de4269f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ddca32f42f27e22361c7285694591b0adfec5e6b22ea5e0714152230de4269f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Addca32f42f27e22361c7285694591b0adfec5e6b22ea5e0714152230de4269f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768717625"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dd9778efa474673fae38ef8756527a4d8be8b2b9117ed31a2311d7ef6398d38a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dd9778efa474673fae38ef8756527a4d8be8b2b9117ed31a2311d7ef6398d38a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dd9778efa474673fae38ef8756527a4d8be8b2b9117ed31a2311d7ef6398d38a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Add9778efa474673fae38ef8756527a4d8be8b2b9117ed31a2311d7ef6398d38a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768804674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6118230d5cbfa3823cca0e7dfafae0385bac42a6263945ae144652bfb9b4ef12_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6118230d5cbfa3823cca0e7dfafae0385bac42a6263945ae144652bfb9b4ef12_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6118230d5cbfa3823cca0e7dfafae0385bac42a6263945ae144652bfb9b4ef12_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A6118230d5cbfa3823cca0e7dfafae0385bac42a6263945ae144652bfb9b4ef12?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768846410"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e8bd0323ef70a1304aba2dc54cbf26b72a24e8c064a9f3d4806827a1e414e252_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e8bd0323ef70a1304aba2dc54cbf26b72a24e8c064a9f3d4806827a1e414e252_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e8bd0323ef70a1304aba2dc54cbf26b72a24e8c064a9f3d4806827a1e414e252_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Ae8bd0323ef70a1304aba2dc54cbf26b72a24e8c064a9f3d4806827a1e414e252?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768651677"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:661734a34dc3126e9653ebf1f7408ee2664c3c5d783865ea3b2ebac565bf81cc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:661734a34dc3126e9653ebf1f7408ee2664c3c5d783865ea3b2ebac565bf81cc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:661734a34dc3126e9653ebf1f7408ee2664c3c5d783865ea3b2ebac565bf81cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A661734a34dc3126e9653ebf1f7408ee2664c3c5d783865ea3b2ebac565bf81cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768869372"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c860045f496eb011a7dd788508c28be228f796bdf97986b632007fb8fe6b0c49_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c860045f496eb011a7dd788508c28be228f796bdf97986b632007fb8fe6b0c49_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c860045f496eb011a7dd788508c28be228f796bdf97986b632007fb8fe6b0c49_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3Ac860045f496eb011a7dd788508c28be228f796bdf97986b632007fb8fe6b0c49?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768687239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a944b6da606cd0a5845f9cdd307445b8baa6343078c1698e9dd48d5d30df6260_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a944b6da606cd0a5845f9cdd307445b8baa6343078c1698e9dd48d5d30df6260_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a944b6da606cd0a5845f9cdd307445b8baa6343078c1698e9dd48d5d30df6260_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Aa944b6da606cd0a5845f9cdd307445b8baa6343078c1698e9dd48d5d30df6260?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768709950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c0bbfb74cc437ec2fb4bf9353b8caec1c941939bf38991bef916b2fb156cb70_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c0bbfb74cc437ec2fb4bf9353b8caec1c941939bf38991bef916b2fb156cb70_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c0bbfb74cc437ec2fb4bf9353b8caec1c941939bf38991bef916b2fb156cb70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A2c0bbfb74cc437ec2fb4bf9353b8caec1c941939bf38991bef916b2fb156cb70?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768827277"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2f29c6007abb7084880e408947a9c8ed602603bf0e766e076adf700979cd40d3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2f29c6007abb7084880e408947a9c8ed602603bf0e766e076adf700979cd40d3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2f29c6007abb7084880e408947a9c8ed602603bf0e766e076adf700979cd40d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A2f29c6007abb7084880e408947a9c8ed602603bf0e766e076adf700979cd40d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768673605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31e1e6592359d6a681a2575484ae93896983eb644a94e27d2eebeb579880c7f6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31e1e6592359d6a681a2575484ae93896983eb644a94e27d2eebeb579880c7f6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31e1e6592359d6a681a2575484ae93896983eb644a94e27d2eebeb579880c7f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A31e1e6592359d6a681a2575484ae93896983eb644a94e27d2eebeb579880c7f6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768682450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b01891187defbb444b2849d9a2e3817d86483f010c247b3695a4b91d5b675a9b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b01891187defbb444b2849d9a2e3817d86483f010c247b3695a4b91d5b675a9b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b01891187defbb444b2849d9a2e3817d86483f010c247b3695a4b91d5b675a9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Ab01891187defbb444b2849d9a2e3817d86483f010c247b3695a4b91d5b675a9b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768942038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7c9494105d4feeacff779458ecf3cc19b71dead22dd12da207a304d019af2124_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7c9494105d4feeacff779458ecf3cc19b71dead22dd12da207a304d019af2124_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7c9494105d4feeacff779458ecf3cc19b71dead22dd12da207a304d019af2124_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A7c9494105d4feeacff779458ecf3cc19b71dead22dd12da207a304d019af2124?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768745559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cd84996894e29d9234883627e1834217384476b6a4f68a2b6d5d961ca6ef3477_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cd84996894e29d9234883627e1834217384476b6a4f68a2b6d5d961ca6ef3477_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cd84996894e29d9234883627e1834217384476b6a4f68a2b6d5d961ca6ef3477_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Acd84996894e29d9234883627e1834217384476b6a4f68a2b6d5d961ca6ef3477?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768941972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3783056dc81f68219354963ae4e6879d023b988657eef1372f3610fae312b25c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3783056dc81f68219354963ae4e6879d023b988657eef1372f3610fae312b25c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3783056dc81f68219354963ae4e6879d023b988657eef1372f3610fae312b25c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A3783056dc81f68219354963ae4e6879d023b988657eef1372f3610fae312b25c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768794461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:611c756c064c0163c70bd8f4c72180f308f4fa9eff8b37dc322c229590989c6d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:611c756c064c0163c70bd8f4c72180f308f4fa9eff8b37dc322c229590989c6d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:611c756c064c0163c70bd8f4c72180f308f4fa9eff8b37dc322c229590989c6d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A611c756c064c0163c70bd8f4c72180f308f4fa9eff8b37dc322c229590989c6d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768633558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:34c0b4f8b1f074db22d5e81e320b1142e073e2d9f25f0dd6c245f647a201fdb2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:34c0b4f8b1f074db22d5e81e320b1142e073e2d9f25f0dd6c245f647a201fdb2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:34c0b4f8b1f074db22d5e81e320b1142e073e2d9f25f0dd6c245f647a201fdb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A34c0b4f8b1f074db22d5e81e320b1142e073e2d9f25f0dd6c245f647a201fdb2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768651616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b8cc4108edfa986930272b15b13a61c9a0041e5ce47d063184ec111fa3ccfc16_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b8cc4108edfa986930272b15b13a61c9a0041e5ce47d063184ec111fa3ccfc16_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b8cc4108edfa986930272b15b13a61c9a0041e5ce47d063184ec111fa3ccfc16_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3Ab8cc4108edfa986930272b15b13a61c9a0041e5ce47d063184ec111fa3ccfc16?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768734554"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:2551b49a02f96ba3948e7a47456669d03a0c663a44431e4a615ba16f17e41a79_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:2551b49a02f96ba3948e7a47456669d03a0c663a44431e4a615ba16f17e41a79_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:2551b49a02f96ba3948e7a47456669d03a0c663a44431e4a615ba16f17e41a79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3A2551b49a02f96ba3948e7a47456669d03a0c663a44431e4a615ba16f17e41a79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768745534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4f99f39e9a6a4fe7fdccbce8a4e6b6517b2f4db3b33b45396dfdb80124c6950b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4f99f39e9a6a4fe7fdccbce8a4e6b6517b2f4db3b33b45396dfdb80124c6950b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4f99f39e9a6a4fe7fdccbce8a4e6b6517b2f4db3b33b45396dfdb80124c6950b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A4f99f39e9a6a4fe7fdccbce8a4e6b6517b2f4db3b33b45396dfdb80124c6950b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768701833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6c3161dc88a50c210bc3d8012bae5b6e5bb70c4d862353ddfbaad1ecb9f05fbc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6c3161dc88a50c210bc3d8012bae5b6e5bb70c4d862353ddfbaad1ecb9f05fbc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6c3161dc88a50c210bc3d8012bae5b6e5bb70c4d862353ddfbaad1ecb9f05fbc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A6c3161dc88a50c210bc3d8012bae5b6e5bb70c4d862353ddfbaad1ecb9f05fbc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768582209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1b27777c55ff94a703b5b86e9bc34f39dae95c998b390874baddb41d1d659208_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1b27777c55ff94a703b5b86e9bc34f39dae95c998b390874baddb41d1d659208_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1b27777c55ff94a703b5b86e9bc34f39dae95c998b390874baddb41d1d659208_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A1b27777c55ff94a703b5b86e9bc34f39dae95c998b390874baddb41d1d659208?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768717064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c45d47b1c09d848db11c0e411048b01c10424d13c7ef1763f7ff4114793403a1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c45d47b1c09d848db11c0e411048b01c10424d13c7ef1763f7ff4114793403a1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c45d47b1c09d848db11c0e411048b01c10424d13c7ef1763f7ff4114793403a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3Ac45d47b1c09d848db11c0e411048b01c10424d13c7ef1763f7ff4114793403a1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768716732"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:0d4054949bf563d74908acb8f7a3473916e84a93c9a7210b901d8b05d17a7513_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:0d4054949bf563d74908acb8f7a3473916e84a93c9a7210b901d8b05d17a7513_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:0d4054949bf563d74908acb8f7a3473916e84a93c9a7210b901d8b05d17a7513_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A0d4054949bf563d74908acb8f7a3473916e84a93c9a7210b901d8b05d17a7513?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768764411"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:44c2c7882a97658a7c27154afe976cc9a4369c5a168551313ce2530410375570_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:44c2c7882a97658a7c27154afe976cc9a4369c5a168551313ce2530410375570_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:44c2c7882a97658a7c27154afe976cc9a4369c5a168551313ce2530410375570_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3A44c2c7882a97658a7c27154afe976cc9a4369c5a168551313ce2530410375570?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768673734"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a27cc3348f05d178fdc90b4eaf3e884a88371f83d02e84266fdfd6324c8096b9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a27cc3348f05d178fdc90b4eaf3e884a88371f83d02e84266fdfd6324c8096b9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a27cc3348f05d178fdc90b4eaf3e884a88371f83d02e84266fdfd6324c8096b9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3Aa27cc3348f05d178fdc90b4eaf3e884a88371f83d02e84266fdfd6324c8096b9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768869627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a8ba786d108a3b2bb5f2524a4a17be6451f495fdc5cacca0c976c310a55a7005_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a8ba786d108a3b2bb5f2524a4a17be6451f495fdc5cacca0c976c310a55a7005_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a8ba786d108a3b2bb5f2524a4a17be6451f495fdc5cacca0c976c310a55a7005_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Aa8ba786d108a3b2bb5f2524a4a17be6451f495fdc5cacca0c976c310a55a7005?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768639159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:989d54e19c2723b2c44e81d329dcedcf71c653aebc860be91033e451c9ed49e9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:989d54e19c2723b2c44e81d329dcedcf71c653aebc860be91033e451c9ed49e9_arm64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:989d54e19c2723b2c44e81d329dcedcf71c653aebc860be91033e451c9ed49e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A989d54e19c2723b2c44e81d329dcedcf71c653aebc860be91033e451c9ed49e9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768695508"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:46ea425bc4ff842500938163ddf9f23ed4325df9d688fe1484ae3746d60c7b0b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:46ea425bc4ff842500938163ddf9f23ed4325df9d688fe1484ae3746d60c7b0b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:46ea425bc4ff842500938163ddf9f23ed4325df9d688fe1484ae3746d60c7b0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3A46ea425bc4ff842500938163ddf9f23ed4325df9d688fe1484ae3746d60c7b0b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768628352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b8e08fa72d69de68de37285fe05463e5f1e05ea70566b133650d8a6a0dc7fd05_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b8e08fa72d69de68de37285fe05463e5f1e05ea70566b133650d8a6a0dc7fd05_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b8e08fa72d69de68de37285fe05463e5f1e05ea70566b133650d8a6a0dc7fd05_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Ab8e08fa72d69de68de37285fe05463e5f1e05ea70566b133650d8a6a0dc7fd05?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768633711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:203130a848a2e6144934e0005db88a38a6b6f22c5cb6464ffc6a98c1f4ae7ea4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:203130a848a2e6144934e0005db88a38a6b6f22c5cb6464ffc6a98c1f4ae7ea4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:203130a848a2e6144934e0005db88a38a6b6f22c5cb6464ffc6a98c1f4ae7ea4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A203130a848a2e6144934e0005db88a38a6b6f22c5cb6464ffc6a98c1f4ae7ea4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768808404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fa889a208ecd0842c823f8482318dafb426c0ba9eaad1c8db889aaa7fbadce44_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fa889a208ecd0842c823f8482318dafb426c0ba9eaad1c8db889aaa7fbadce44_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fa889a208ecd0842c823f8482318dafb426c0ba9eaad1c8db889aaa7fbadce44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Afa889a208ecd0842c823f8482318dafb426c0ba9eaad1c8db889aaa7fbadce44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768701663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:87759327bc6dc5878b47444c17f6653b5363d86c215c63a236a05e308f0cc830_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:87759327bc6dc5878b47444c17f6653b5363d86c215c63a236a05e308f0cc830_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:87759327bc6dc5878b47444c17f6653b5363d86c215c63a236a05e308f0cc830_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A87759327bc6dc5878b47444c17f6653b5363d86c215c63a236a05e308f0cc830?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:125f97f6647ec4cc82854ac0fcb6ea2d98560c53eb5d6f32133b8b69df598f0b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:125f97f6647ec4cc82854ac0fcb6ea2d98560c53eb5d6f32133b8b69df598f0b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:125f97f6647ec4cc82854ac0fcb6ea2d98560c53eb5d6f32133b8b69df598f0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A125f97f6647ec4cc82854ac0fcb6ea2d98560c53eb5d6f32133b8b69df598f0b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768701740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2a7b0d43a0e93e120dd66cebc89213724feeef9ac07589a8ac0d9236e7f93da7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2a7b0d43a0e93e120dd66cebc89213724feeef9ac07589a8ac0d9236e7f93da7_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2a7b0d43a0e93e120dd66cebc89213724feeef9ac07589a8ac0d9236e7f93da7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A2a7b0d43a0e93e120dd66cebc89213724feeef9ac07589a8ac0d9236e7f93da7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768936268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:102a250fa1868b1b11092bbd44d00bf7a1db231919e20b88897d0b1982576661_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:102a250fa1868b1b11092bbd44d00bf7a1db231919e20b88897d0b1982576661_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:102a250fa1868b1b11092bbd44d00bf7a1db231919e20b88897d0b1982576661_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A102a250fa1868b1b11092bbd44d00bf7a1db231919e20b88897d0b1982576661?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768765148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8826482bbdbf0a2d9f799378c31f6ddcac2b3099f0fa60acd32c0cbe7c19ad49_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8826482bbdbf0a2d9f799378c31f6ddcac2b3099f0fa60acd32c0cbe7c19ad49_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8826482bbdbf0a2d9f799378c31f6ddcac2b3099f0fa60acd32c0cbe7c19ad49_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A8826482bbdbf0a2d9f799378c31f6ddcac2b3099f0fa60acd32c0cbe7c19ad49?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768633674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c2ee30f4e3ec7b765de66b6b39f7a1ec2dc21ea27c489260953bd3b2bf00d84c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c2ee30f4e3ec7b765de66b6b39f7a1ec2dc21ea27c489260953bd3b2bf00d84c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c2ee30f4e3ec7b765de66b6b39f7a1ec2dc21ea27c489260953bd3b2bf00d84c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Ac2ee30f4e3ec7b765de66b6b39f7a1ec2dc21ea27c489260953bd3b2bf00d84c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768686092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1951c5446e7c28e909725dff87d86a8a694d9d0be8d14d3d8381b05a04238cdf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1951c5446e7c28e909725dff87d86a8a694d9d0be8d14d3d8381b05a04238cdf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1951c5446e7c28e909725dff87d86a8a694d9d0be8d14d3d8381b05a04238cdf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A1951c5446e7c28e909725dff87d86a8a694d9d0be8d14d3d8381b05a04238cdf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768628371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9aaa9fe683383fd292c15d90e565138aab152edc4129977a525cfc53ebd78893_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9aaa9fe683383fd292c15d90e565138aab152edc4129977a525cfc53ebd78893_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9aaa9fe683383fd292c15d90e565138aab152edc4129977a525cfc53ebd78893_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A9aaa9fe683383fd292c15d90e565138aab152edc4129977a525cfc53ebd78893?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768638781"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:551bf35bbbce1c364d482e9aedd53c597f816517e5bb95192fd8fd5d2e626f88_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:551bf35bbbce1c364d482e9aedd53c597f816517e5bb95192fd8fd5d2e626f88_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:551bf35bbbce1c364d482e9aedd53c597f816517e5bb95192fd8fd5d2e626f88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A551bf35bbbce1c364d482e9aedd53c597f816517e5bb95192fd8fd5d2e626f88?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768818976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:42eafa4ca6ab084394b60fba7b07184b77b6b342ffae32b6867f058b508e96cd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:42eafa4ca6ab084394b60fba7b07184b77b6b342ffae32b6867f058b508e96cd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:42eafa4ca6ab084394b60fba7b07184b77b6b342ffae32b6867f058b508e96cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A42eafa4ca6ab084394b60fba7b07184b77b6b342ffae32b6867f058b508e96cd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768710399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd4f7240219ca7f98c11cc5d18978e99c4f3a18fb80e43842c7b1aa3741a940c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd4f7240219ca7f98c11cc5d18978e99c4f3a18fb80e43842c7b1aa3741a940c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd4f7240219ca7f98c11cc5d18978e99c4f3a18fb80e43842c7b1aa3741a940c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Abd4f7240219ca7f98c11cc5d18978e99c4f3a18fb80e43842c7b1aa3741a940c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768584388"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f3e3e85941bb1c598f730642e613322099e247fe00c82942bbf61b2c9b7720c4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f3e3e85941bb1c598f730642e613322099e247fe00c82942bbf61b2c9b7720c4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f3e3e85941bb1c598f730642e613322099e247fe00c82942bbf61b2c9b7720c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Af3e3e85941bb1c598f730642e613322099e247fe00c82942bbf61b2c9b7720c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2b2960aeaa71d91adfac978f96718518f3251288f8a0289d298f256207ea99ee_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2b2960aeaa71d91adfac978f96718518f3251288f8a0289d298f256207ea99ee_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2b2960aeaa71d91adfac978f96718518f3251288f8a0289d298f256207ea99ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A2b2960aeaa71d91adfac978f96718518f3251288f8a0289d298f256207ea99ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768621823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f442b5091cdf61d59a7bad5673aaa77ccf57930a2b2e94a179007b173d49ed0e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f442b5091cdf61d59a7bad5673aaa77ccf57930a2b2e94a179007b173d49ed0e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f442b5091cdf61d59a7bad5673aaa77ccf57930a2b2e94a179007b173d49ed0e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Af442b5091cdf61d59a7bad5673aaa77ccf57930a2b2e94a179007b173d49ed0e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768676961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41f9f9437d67a77df14fd73bea9a55dce6a151d3e829d06adf6a4cca0ab0f669_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41f9f9437d67a77df14fd73bea9a55dce6a151d3e829d06adf6a4cca0ab0f669_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41f9f9437d67a77df14fd73bea9a55dce6a151d3e829d06adf6a4cca0ab0f669_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A41f9f9437d67a77df14fd73bea9a55dce6a151d3e829d06adf6a4cca0ab0f669?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768658605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e12059245006f55cab3164481fa778ec1a44846b422aa13cd59e4279a5f9dee1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e12059245006f55cab3164481fa778ec1a44846b422aa13cd59e4279a5f9dee1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e12059245006f55cab3164481fa778ec1a44846b422aa13cd59e4279a5f9dee1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Ae12059245006f55cab3164481fa778ec1a44846b422aa13cd59e4279a5f9dee1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768658638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2969090e51624a2e7f8ef0f17bea3993eb5d647689c6e1cbe0e34547a6ff6eaa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2969090e51624a2e7f8ef0f17bea3993eb5d647689c6e1cbe0e34547a6ff6eaa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2969090e51624a2e7f8ef0f17bea3993eb5d647689c6e1cbe0e34547a6ff6eaa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A2969090e51624a2e7f8ef0f17bea3993eb5d647689c6e1cbe0e34547a6ff6eaa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768646459"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f01eb0bd0753b888218e4ba3e2e66592744e2c360575fac15d9b6079f2a86e4c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f01eb0bd0753b888218e4ba3e2e66592744e2c360575fac15d9b6079f2a86e4c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f01eb0bd0753b888218e4ba3e2e66592744e2c360575fac15d9b6079f2a86e4c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Af01eb0bd0753b888218e4ba3e2e66592744e2c360575fac15d9b6079f2a86e4c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768651620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d6a6142fc9210ea156df1bcb747657fe68c57c56c52e73df0daee014ea6d84e3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d6a6142fc9210ea156df1bcb747657fe68c57c56c52e73df0daee014ea6d84e3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d6a6142fc9210ea156df1bcb747657fe68c57c56c52e73df0daee014ea6d84e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Ad6a6142fc9210ea156df1bcb747657fe68c57c56c52e73df0daee014ea6d84e3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768851620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:82809e1befa215331f9e7f9263ca4c5a9fd86c877a4c79c8691388f5b660b442_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:82809e1befa215331f9e7f9263ca4c5a9fd86c877a4c79c8691388f5b660b442_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:82809e1befa215331f9e7f9263ca4c5a9fd86c877a4c79c8691388f5b660b442_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A82809e1befa215331f9e7f9263ca4c5a9fd86c877a4c79c8691388f5b660b442?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768585834"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c9838eeaff91d7f0f3c81d57d11af3a0aa8823ab541100f0c5dce2651200660_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c9838eeaff91d7f0f3c81d57d11af3a0aa8823ab541100f0c5dce2651200660_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c9838eeaff91d7f0f3c81d57d11af3a0aa8823ab541100f0c5dce2651200660_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A4c9838eeaff91d7f0f3c81d57d11af3a0aa8823ab541100f0c5dce2651200660?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768710399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0c381750c8da0904cb0ea8696bd67d063cb9120e54f7988f93165ce951e50007_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0c381750c8da0904cb0ea8696bd67d063cb9120e54f7988f93165ce951e50007_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0c381750c8da0904cb0ea8696bd67d063cb9120e54f7988f93165ce951e50007_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A0c381750c8da0904cb0ea8696bd67d063cb9120e54f7988f93165ce951e50007?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768628305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ec80d535377fec7d27cbd23002084ae97b847d8fe6ef8f0ff88c960f9f691446_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ec80d535377fec7d27cbd23002084ae97b847d8fe6ef8f0ff88c960f9f691446_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ec80d535377fec7d27cbd23002084ae97b847d8fe6ef8f0ff88c960f9f691446_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Aec80d535377fec7d27cbd23002084ae97b847d8fe6ef8f0ff88c960f9f691446?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768745438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:068ee68a5aab0ca0650a815f7742cbe8a8410a58a13d10d600017dfad100cbf4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:068ee68a5aab0ca0650a815f7742cbe8a8410a58a13d10d600017dfad100cbf4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:068ee68a5aab0ca0650a815f7742cbe8a8410a58a13d10d600017dfad100cbf4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A068ee68a5aab0ca0650a815f7742cbe8a8410a58a13d10d600017dfad100cbf4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768739561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3084a7cb2734d03cc752b42ea90e7b8830013afa268c84422c514484ef924c69_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3084a7cb2734d03cc752b42ea90e7b8830013afa268c84422c514484ef924c69_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3084a7cb2734d03cc752b42ea90e7b8830013afa268c84422c514484ef924c69_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A3084a7cb2734d03cc752b42ea90e7b8830013afa268c84422c514484ef924c69?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768794442"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:44aa21f2975c14129581bfdf40e0c2a4138cfe1061946c82257f161065025518_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:44aa21f2975c14129581bfdf40e0c2a4138cfe1061946c82257f161065025518_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:44aa21f2975c14129581bfdf40e0c2a4138cfe1061946c82257f161065025518_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A44aa21f2975c14129581bfdf40e0c2a4138cfe1061946c82257f161065025518?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768621771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:bc47b3d4e3bc5b1b9b8cf11eb1093c3b146255afbae49e3ef7d77cbcaf8d63d3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:bc47b3d4e3bc5b1b9b8cf11eb1093c3b146255afbae49e3ef7d77cbcaf8d63d3_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:bc47b3d4e3bc5b1b9b8cf11eb1093c3b146255afbae49e3ef7d77cbcaf8d63d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Abc47b3d4e3bc5b1b9b8cf11eb1093c3b146255afbae49e3ef7d77cbcaf8d63d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768695307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:cf67c856a6dbe76c9776f26b62a34f6cedcd62e108931f38f1f2ac15d63261c9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:cf67c856a6dbe76c9776f26b62a34f6cedcd62e108931f38f1f2ac15d63261c9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:cf67c856a6dbe76c9776f26b62a34f6cedcd62e108931f38f1f2ac15d63261c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Acf67c856a6dbe76c9776f26b62a34f6cedcd62e108931f38f1f2ac15d63261c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768804454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:32d9191bcae0d38dc540060134626a47eeaa8ef456ee09a6c5d3fbcbbd0cd451_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:32d9191bcae0d38dc540060134626a47eeaa8ef456ee09a6c5d3fbcbbd0cd451_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:32d9191bcae0d38dc540060134626a47eeaa8ef456ee09a6c5d3fbcbbd0cd451_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A32d9191bcae0d38dc540060134626a47eeaa8ef456ee09a6c5d3fbcbbd0cd451?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768628099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8e6e6a997146f438994d1e501e3b51243d6446d054e0b7f57ab8109cb062b380_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8e6e6a997146f438994d1e501e3b51243d6446d054e0b7f57ab8109cb062b380_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8e6e6a997146f438994d1e501e3b51243d6446d054e0b7f57ab8109cb062b380_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A8e6e6a997146f438994d1e501e3b51243d6446d054e0b7f57ab8109cb062b380?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768628349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:8726f5535666a5212364ad59773e974135b820c6f4210a7be9dabe9d6d5a497d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:8726f5535666a5212364ad59773e974135b820c6f4210a7be9dabe9d6d5a497d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:8726f5535666a5212364ad59773e974135b820c6f4210a7be9dabe9d6d5a497d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A8726f5535666a5212364ad59773e974135b820c6f4210a7be9dabe9d6d5a497d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768658604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:17101cb34459bc9b5eb483f12ca09ff2e626b17a8c10529f6ff801d19523b5d1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:17101cb34459bc9b5eb483f12ca09ff2e626b17a8c10529f6ff801d19523b5d1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:17101cb34459bc9b5eb483f12ca09ff2e626b17a8c10529f6ff801d19523b5d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A17101cb34459bc9b5eb483f12ca09ff2e626b17a8c10529f6ff801d19523b5d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768639011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0ef10533c807e985c1c4a79cbc1fcc7f9c4c47f8e9de95394c2eeb11f19406be_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0ef10533c807e985c1c4a79cbc1fcc7f9c4c47f8e9de95394c2eeb11f19406be_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0ef10533c807e985c1c4a79cbc1fcc7f9c4c47f8e9de95394c2eeb11f19406be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A0ef10533c807e985c1c4a79cbc1fcc7f9c4c47f8e9de95394c2eeb11f19406be?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768764791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c7e700f4be4f72557608a1eb824d31e525634df235817bae2f7537cef44a1ddc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c7e700f4be4f72557608a1eb824d31e525634df235817bae2f7537cef44a1ddc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c7e700f4be4f72557608a1eb824d31e525634df235817bae2f7537cef44a1ddc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Ac7e700f4be4f72557608a1eb824d31e525634df235817bae2f7537cef44a1ddc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768628333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:8d4711dc4bd19fb7ba2bc79c47c7afcd6b3d755f73629fd06e984bde0ac78d2d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:8d4711dc4bd19fb7ba2bc79c47c7afcd6b3d755f73629fd06e984bde0ac78d2d_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:8d4711dc4bd19fb7ba2bc79c47c7afcd6b3d755f73629fd06e984bde0ac78d2d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A8d4711dc4bd19fb7ba2bc79c47c7afcd6b3d755f73629fd06e984bde0ac78d2d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768941940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:003aa53775bd7aa68eb9e6f17b74d0429a7d4b010a18eff475cf04b38e9b493e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:003aa53775bd7aa68eb9e6f17b74d0429a7d4b010a18eff475cf04b38e9b493e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:003aa53775bd7aa68eb9e6f17b74d0429a7d4b010a18eff475cf04b38e9b493e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A003aa53775bd7aa68eb9e6f17b74d0429a7d4b010a18eff475cf04b38e9b493e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768691442"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af52ecd8e68fd1305cc33e00f7191ce0713ec836c503c6da4641c90e0983ae24_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af52ecd8e68fd1305cc33e00f7191ce0713ec836c503c6da4641c90e0983ae24_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af52ecd8e68fd1305cc33e00f7191ce0713ec836c503c6da4641c90e0983ae24_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3Aaf52ecd8e68fd1305cc33e00f7191ce0713ec836c503c6da4641c90e0983ae24?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1cd56ff15528043064ca838584925d307a50934c6e6a118fd558c706987c87db_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1cd56ff15528043064ca838584925d307a50934c6e6a118fd558c706987c87db_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1cd56ff15528043064ca838584925d307a50934c6e6a118fd558c706987c87db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A1cd56ff15528043064ca838584925d307a50934c6e6a118fd558c706987c87db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768682457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:709d1e9db0ff0e4cbae288a26ec649c033b3bef43f967348ba467beacb8bb940_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:709d1e9db0ff0e4cbae288a26ec649c033b3bef43f967348ba467beacb8bb940_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:709d1e9db0ff0e4cbae288a26ec649c033b3bef43f967348ba467beacb8bb940_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A709d1e9db0ff0e4cbae288a26ec649c033b3bef43f967348ba467beacb8bb940?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768639314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:9d81d657fdd5847b3967a328a58f541ec829a890b701937bba6bf190ec884db0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:9d81d657fdd5847b3967a328a58f541ec829a890b701937bba6bf190ec884db0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:9d81d657fdd5847b3967a328a58f541ec829a890b701937bba6bf190ec884db0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3A9d81d657fdd5847b3967a328a58f541ec829a890b701937bba6bf190ec884db0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768759821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49b07f0266e0c2c9f60457d6fbf2b9850396a154435fd74752fb130246b3083e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49b07f0266e0c2c9f60457d6fbf2b9850396a154435fd74752fb130246b3083e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49b07f0266e0c2c9f60457d6fbf2b9850396a154435fd74752fb130246b3083e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A49b07f0266e0c2c9f60457d6fbf2b9850396a154435fd74752fb130246b3083e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768936234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a7f6e95379030524472231044cd0d15a0ef984be9d8d5d5bb92a76e1055076db_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a7f6e95379030524472231044cd0d15a0ef984be9d8d5d5bb92a76e1055076db_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a7f6e95379030524472231044cd0d15a0ef984be9d8d5d5bb92a76e1055076db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3Aa7f6e95379030524472231044cd0d15a0ef984be9d8d5d5bb92a76e1055076db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768673537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d13c9744485594154b03b498b6407b2d47f0817a6a4ebf6807aca1f3bfaa117e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d13c9744485594154b03b498b6407b2d47f0817a6a4ebf6807aca1f3bfaa117e_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d13c9744485594154b03b498b6407b2d47f0817a6a4ebf6807aca1f3bfaa117e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3Ad13c9744485594154b03b498b6407b2d47f0817a6a4ebf6807aca1f3bfaa117e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768633690"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:03e4d350f807eb47d0c5a0c101db1dad2ccfb6f2ae3471a9c4e1834b469083fe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:03e4d350f807eb47d0c5a0c101db1dad2ccfb6f2ae3471a9c4e1834b469083fe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:03e4d350f807eb47d0c5a0c101db1dad2ccfb6f2ae3471a9c4e1834b469083fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A03e4d350f807eb47d0c5a0c101db1dad2ccfb6f2ae3471a9c4e1834b469083fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768659147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:64a63605d152239b2d79517aa8491e55bd000f0a56a1c0ce018f46c91615d6e7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:64a63605d152239b2d79517aa8491e55bd000f0a56a1c0ce018f46c91615d6e7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:64a63605d152239b2d79517aa8491e55bd000f0a56a1c0ce018f46c91615d6e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A64a63605d152239b2d79517aa8491e55bd000f0a56a1c0ce018f46c91615d6e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768652003"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:85e96028782951f12624e1d9d247b60dda409d9a812dd600809618c45ab2fa1e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:85e96028782951f12624e1d9d247b60dda409d9a812dd600809618c45ab2fa1e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:85e96028782951f12624e1d9d247b60dda409d9a812dd600809618c45ab2fa1e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A85e96028782951f12624e1d9d247b60dda409d9a812dd600809618c45ab2fa1e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768717133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1147a9c8c4f5b5ad8ae728b077cbdcd40fea5db4fbcd3f04dec21fb9af0825c0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1147a9c8c4f5b5ad8ae728b077cbdcd40fea5db4fbcd3f04dec21fb9af0825c0_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1147a9c8c4f5b5ad8ae728b077cbdcd40fea5db4fbcd3f04dec21fb9af0825c0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A1147a9c8c4f5b5ad8ae728b077cbdcd40fea5db4fbcd3f04dec21fb9af0825c0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768646663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d397c7a96aacea416f5db435c36cc61bd57c85e688a6b63d7a062520104a9de5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d397c7a96aacea416f5db435c36cc61bd57c85e688a6b63d7a062520104a9de5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d397c7a96aacea416f5db435c36cc61bd57c85e688a6b63d7a062520104a9de5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Ad397c7a96aacea416f5db435c36cc61bd57c85e688a6b63d7a062520104a9de5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768621710"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a40b41bc3bf8b94d1c45ac663b132301493089c3068e98dc7e0d3915fde9256b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a40b41bc3bf8b94d1c45ac663b132301493089c3068e98dc7e0d3915fde9256b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a40b41bc3bf8b94d1c45ac663b132301493089c3068e98dc7e0d3915fde9256b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Aa40b41bc3bf8b94d1c45ac663b132301493089c3068e98dc7e0d3915fde9256b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768695320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:166ce61b7567f720dda8f264dbd919dc0cd49a8929ee0f046e6d44d989005262_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:166ce61b7567f720dda8f264dbd919dc0cd49a8929ee0f046e6d44d989005262_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:166ce61b7567f720dda8f264dbd919dc0cd49a8929ee0f046e6d44d989005262_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A166ce61b7567f720dda8f264dbd919dc0cd49a8929ee0f046e6d44d989005262?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768691687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a5349be7d33bb9d7d94718e63db975b1bc65c355bebd77269e5bc1f3affa6892_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a5349be7d33bb9d7d94718e63db975b1bc65c355bebd77269e5bc1f3affa6892_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a5349be7d33bb9d7d94718e63db975b1bc65c355bebd77269e5bc1f3affa6892_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Aa5349be7d33bb9d7d94718e63db975b1bc65c355bebd77269e5bc1f3affa6892?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768723663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61ad680342bcad1460f4255c94490aa3e08ec579714e9b7091a2cd48816a7f62_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61ad680342bcad1460f4255c94490aa3e08ec579714e9b7091a2cd48816a7f62_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61ad680342bcad1460f4255c94490aa3e08ec579714e9b7091a2cd48816a7f62_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A61ad680342bcad1460f4255c94490aa3e08ec579714e9b7091a2cd48816a7f62?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768673548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f73002387a396d9dfc14afa7ac22c12c4354a1b59b5cfe1700a9b0692a4e2104_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f73002387a396d9dfc14afa7ac22c12c4354a1b59b5cfe1700a9b0692a4e2104_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f73002387a396d9dfc14afa7ac22c12c4354a1b59b5cfe1700a9b0692a4e2104_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3Af73002387a396d9dfc14afa7ac22c12c4354a1b59b5cfe1700a9b0692a4e2104?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768948985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2d2d9f64984ac68b9ea27602982e0c3b95518c46d40e943cff5b3f26995f0d4e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2d2d9f64984ac68b9ea27602982e0c3b95518c46d40e943cff5b3f26995f0d4e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2d2d9f64984ac68b9ea27602982e0c3b95518c46d40e943cff5b3f26995f0d4e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3A2d2d9f64984ac68b9ea27602982e0c3b95518c46d40e943cff5b3f26995f0d4e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768639310"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f8b3ec39d4b9a9117b8f79bcae9e7731eb8c49d96c6fffbefbf011323edff57_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f8b3ec39d4b9a9117b8f79bcae9e7731eb8c49d96c6fffbefbf011323edff57_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f8b3ec39d4b9a9117b8f79bcae9e7731eb8c49d96c6fffbefbf011323edff57_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A7f8b3ec39d4b9a9117b8f79bcae9e7731eb8c49d96c6fffbefbf011323edff57?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768686092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:75b59dd85933088716cb16850f913a6255ec5bde55c1392f59a5b5f2d11f3f55_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:75b59dd85933088716cb16850f913a6255ec5bde55c1392f59a5b5f2d11f3f55_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:75b59dd85933088716cb16850f913a6255ec5bde55c1392f59a5b5f2d11f3f55_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A75b59dd85933088716cb16850f913a6255ec5bde55c1392f59a5b5f2d11f3f55?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768764792"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d963c7c8e408edb21d2d85eee1db0fe4395f46df69dec0664f3f9836c77ea7ed_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d963c7c8e408edb21d2d85eee1db0fe4395f46df69dec0664f3f9836c77ea7ed_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d963c7c8e408edb21d2d85eee1db0fe4395f46df69dec0664f3f9836c77ea7ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Ad963c7c8e408edb21d2d85eee1db0fe4395f46df69dec0664f3f9836c77ea7ed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768941993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31d64e12bd1b486fbff24f932eb90d0991f288ab42fa3729fb686f6fb1a3a12d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31d64e12bd1b486fbff24f932eb90d0991f288ab42fa3729fb686f6fb1a3a12d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31d64e12bd1b486fbff24f932eb90d0991f288ab42fa3729fb686f6fb1a3a12d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A31d64e12bd1b486fbff24f932eb90d0991f288ab42fa3729fb686f6fb1a3a12d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768662778"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:583e1fc8e2153750cb82fb979286fe2b78e937f01a21753556b935737333890a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:583e1fc8e2153750cb82fb979286fe2b78e937f01a21753556b935737333890a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:583e1fc8e2153750cb82fb979286fe2b78e937f01a21753556b935737333890a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A583e1fc8e2153750cb82fb979286fe2b78e937f01a21753556b935737333890a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768621865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d214c12c98c1c95fff59a40d7529d29db15dfd6e3ee12b32d178888c2992a4b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d214c12c98c1c95fff59a40d7529d29db15dfd6e3ee12b32d178888c2992a4b8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d214c12c98c1c95fff59a40d7529d29db15dfd6e3ee12b32d178888c2992a4b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Ad214c12c98c1c95fff59a40d7529d29db15dfd6e3ee12b32d178888c2992a4b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768658663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1794986bda8e564f5dcb1bd4b385f8ec43899bdc981cab2f72f6914d02094275_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1794986bda8e564f5dcb1bd4b385f8ec43899bdc981cab2f72f6914d02094275_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1794986bda8e564f5dcb1bd4b385f8ec43899bdc981cab2f72f6914d02094275_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A1794986bda8e564f5dcb1bd4b385f8ec43899bdc981cab2f72f6914d02094275?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768851630"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4ab28f40d1b15cc2ef0ad2f041770ddc69bec7c151ed128e6065dd1c722690e7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4ab28f40d1b15cc2ef0ad2f041770ddc69bec7c151ed128e6065dd1c722690e7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4ab28f40d1b15cc2ef0ad2f041770ddc69bec7c151ed128e6065dd1c722690e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A4ab28f40d1b15cc2ef0ad2f041770ddc69bec7c151ed128e6065dd1c722690e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d966d36d2a008aadd39a289ad8eb427350a2940518f800158cbef89414588f9b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d966d36d2a008aadd39a289ad8eb427350a2940518f800158cbef89414588f9b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d966d36d2a008aadd39a289ad8eb427350a2940518f800158cbef89414588f9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Ad966d36d2a008aadd39a289ad8eb427350a2940518f800158cbef89414588f9b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768948983"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:41fae1a5e5e4a0b5502c3adf571c9b0fc33ee2cfaec493e8153178bc64436d2c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:41fae1a5e5e4a0b5502c3adf571c9b0fc33ee2cfaec493e8153178bc64436d2c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:41fae1a5e5e4a0b5502c3adf571c9b0fc33ee2cfaec493e8153178bc64436d2c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A41fae1a5e5e4a0b5502c3adf571c9b0fc33ee2cfaec493e8153178bc64436d2c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768685899"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a7bc3f0d04dbce41099b3baab6afc7e3a71c0ae692bec1189d365093245790a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a7bc3f0d04dbce41099b3baab6afc7e3a71c0ae692bec1189d365093245790a_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a7bc3f0d04dbce41099b3baab6afc7e3a71c0ae692bec1189d365093245790a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A2a7bc3f0d04dbce41099b3baab6afc7e3a71c0ae692bec1189d365093245790a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768777759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aec827e9517e79a99451685f94adbb7a4ad776367652958ca004075fd982d69e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aec827e9517e79a99451685f94adbb7a4ad776367652958ca004075fd982d69e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aec827e9517e79a99451685f94adbb7a4ad776367652958ca004075fd982d69e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Aaec827e9517e79a99451685f94adbb7a4ad776367652958ca004075fd982d69e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768786791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8bc73e26c8f8fd634a32c3faabd2d87385947f74ec3907189760c565e91e7519_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8bc73e26c8f8fd634a32c3faabd2d87385947f74ec3907189760c565e91e7519_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8bc73e26c8f8fd634a32c3faabd2d87385947f74ec3907189760c565e91e7519_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A8bc73e26c8f8fd634a32c3faabd2d87385947f74ec3907189760c565e91e7519?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768621989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1840c1e925794e4f05dc6fdb3fa9b660c16d3a96e4a5299b427ca19bcdc3e7ca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1840c1e925794e4f05dc6fdb3fa9b660c16d3a96e4a5299b427ca19bcdc3e7ca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1840c1e925794e4f05dc6fdb3fa9b660c16d3a96e4a5299b427ca19bcdc3e7ca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A1840c1e925794e4f05dc6fdb3fa9b660c16d3a96e4a5299b427ca19bcdc3e7ca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768717086"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:71360db1f3a4ad29ea21c8fc43a5ace3c714908e9db2fcd24b399cb7086ac311_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:71360db1f3a4ad29ea21c8fc43a5ace3c714908e9db2fcd24b399cb7086ac311_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:71360db1f3a4ad29ea21c8fc43a5ace3c714908e9db2fcd24b399cb7086ac311_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A71360db1f3a4ad29ea21c8fc43a5ace3c714908e9db2fcd24b399cb7086ac311?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768911640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5137d9c1d64fb22e3b2562c5eb2ebbda136ba77ffccc6b9f401ff7e0dbd7ac52_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5137d9c1d64fb22e3b2562c5eb2ebbda136ba77ffccc6b9f401ff7e0dbd7ac52_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5137d9c1d64fb22e3b2562c5eb2ebbda136ba77ffccc6b9f401ff7e0dbd7ac52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A5137d9c1d64fb22e3b2562c5eb2ebbda136ba77ffccc6b9f401ff7e0dbd7ac52?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768667973"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518db4df4846950212845f7b1a78803ca297a5fdce2d1e09a3ca0d9b48f039b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518db4df4846950212845f7b1a78803ca297a5fdce2d1e09a3ca0d9b48f039b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518db4df4846950212845f7b1a78803ca297a5fdce2d1e09a3ca0d9b48f039b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A2518db4df4846950212845f7b1a78803ca297a5fdce2d1e09a3ca0d9b48f039b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768658687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:770e169283c6dc690b2e5ad6560c43ace5897760f45ba4e0cbf006a75def23b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:770e169283c6dc690b2e5ad6560c43ace5897760f45ba4e0cbf006a75def23b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:770e169283c6dc690b2e5ad6560c43ace5897760f45ba4e0cbf006a75def23b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A770e169283c6dc690b2e5ad6560c43ace5897760f45ba4e0cbf006a75def23b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768622105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4b691a98453ddf2c1dd80a6e7f8f557474f358a6270a6b4bfa676b7cff5e39_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4b691a98453ddf2c1dd80a6e7f8f557474f358a6270a6b4bfa676b7cff5e39_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4b691a98453ddf2c1dd80a6e7f8f557474f358a6270a6b4bfa676b7cff5e39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Aff4b691a98453ddf2c1dd80a6e7f8f557474f358a6270a6b4bfa676b7cff5e39?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768869282"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ffa7ba153e3b857d714843fab966cf5fa4789f000aa7044562dc37647962738f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ffa7ba153e3b857d714843fab966cf5fa4789f000aa7044562dc37647962738f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ffa7ba153e3b857d714843fab966cf5fa4789f000aa7044562dc37647962738f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Affa7ba153e3b857d714843fab966cf5fa4789f000aa7044562dc37647962738f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768677062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7db1d32435fe5be23bbadd5b7eec1d1a2cf78c95e97c108315185a2077fddc99_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7db1d32435fe5be23bbadd5b7eec1d1a2cf78c95e97c108315185a2077fddc99_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7db1d32435fe5be23bbadd5b7eec1d1a2cf78c95e97c108315185a2077fddc99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A7db1d32435fe5be23bbadd5b7eec1d1a2cf78c95e97c108315185a2077fddc99?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768862268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:fdc51db9f37982f80027e97083225e40df86cfd7581f4231f6d6ab1567569c2a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:fdc51db9f37982f80027e97083225e40df86cfd7581f4231f6d6ab1567569c2a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:fdc51db9f37982f80027e97083225e40df86cfd7581f4231f6d6ab1567569c2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Afdc51db9f37982f80027e97083225e40df86cfd7581f4231f6d6ab1567569c2a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768770896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:da85d837513755e4f4adb1c51051591bd24c1cbec482bf79956b8fe6a3de725f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:da85d837513755e4f4adb1c51051591bd24c1cbec482bf79956b8fe6a3de725f_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:da85d837513755e4f4adb1c51051591bd24c1cbec482bf79956b8fe6a3de725f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Ada85d837513755e4f4adb1c51051591bd24c1cbec482bf79956b8fe6a3de725f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768745556"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ddc8c89a4f85c3549945307f1860ad8c8e5baa9d46363ab6cdba0085a1461b9a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ddc8c89a4f85c3549945307f1860ad8c8e5baa9d46363ab6cdba0085a1461b9a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ddc8c89a4f85c3549945307f1860ad8c8e5baa9d46363ab6cdba0085a1461b9a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Addc8c89a4f85c3549945307f1860ad8c8e5baa9d46363ab6cdba0085a1461b9a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768628173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a09f8266c30666748e723643797aab1ac8ac1752c881bfd363e9bdcc6d249cbf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a09f8266c30666748e723643797aab1ac8ac1752c881bfd363e9bdcc6d249cbf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a09f8266c30666748e723643797aab1ac8ac1752c881bfd363e9bdcc6d249cbf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Aa09f8266c30666748e723643797aab1ac8ac1752c881bfd363e9bdcc6d249cbf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768686062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ce0723f310f2351f67d486c97f7ce8ec8585dd6e9c7e3e86f62f5424e16723d5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ce0723f310f2351f67d486c97f7ce8ec8585dd6e9c7e3e86f62f5424e16723d5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ce0723f310f2351f67d486c97f7ce8ec8585dd6e9c7e3e86f62f5424e16723d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ace0723f310f2351f67d486c97f7ce8ec8585dd6e9c7e3e86f62f5424e16723d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768754319"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e52cd61f4e17bcd141c936fbcd3af6cfe1ce310278f3fee66b55cd155eb966a9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e52cd61f4e17bcd141c936fbcd3af6cfe1ce310278f3fee66b55cd155eb966a9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e52cd61f4e17bcd141c936fbcd3af6cfe1ce310278f3fee66b55cd155eb966a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3Ae52cd61f4e17bcd141c936fbcd3af6cfe1ce310278f3fee66b55cd155eb966a9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768723515"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:41a68d7d56728c92023a9ef71acb311c1b7c961c0d4b90ff3f0e33fd7afa8b17_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:41a68d7d56728c92023a9ef71acb311c1b7c961c0d4b90ff3f0e33fd7afa8b17_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:41a68d7d56728c92023a9ef71acb311c1b7c961c0d4b90ff3f0e33fd7afa8b17_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A41a68d7d56728c92023a9ef71acb311c1b7c961c0d4b90ff3f0e33fd7afa8b17?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768621953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dc361b3ec23619c49e53fbab4f36bcdf66d791ef5926025d4fcdf448e378e404_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dc361b3ec23619c49e53fbab4f36bcdf66d791ef5926025d4fcdf448e378e404_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dc361b3ec23619c49e53fbab4f36bcdf66d791ef5926025d4fcdf448e378e404_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Adc361b3ec23619c49e53fbab4f36bcdf66d791ef5926025d4fcdf448e378e404?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768667990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f86b12d1cbbeb92f39074e67841709b7948a8a78dcae47e49008faeaf4245fcb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f86b12d1cbbeb92f39074e67841709b7948a8a78dcae47e49008faeaf4245fcb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f86b12d1cbbeb92f39074e67841709b7948a8a78dcae47e49008faeaf4245fcb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Af86b12d1cbbeb92f39074e67841709b7948a8a78dcae47e49008faeaf4245fcb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768651627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7cea5b1e66573e1b0ef30aab6202def849867805ddfa35cf4e4a5455ad4defe1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7cea5b1e66573e1b0ef30aab6202def849867805ddfa35cf4e4a5455ad4defe1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7cea5b1e66573e1b0ef30aab6202def849867805ddfa35cf4e4a5455ad4defe1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A7cea5b1e66573e1b0ef30aab6202def849867805ddfa35cf4e4a5455ad4defe1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768651611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4d0b15f61491ea50a1edad84f7479cbff8d2331a3ed68eef30df667bf901c334_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4d0b15f61491ea50a1edad84f7479cbff8d2331a3ed68eef30df667bf901c334_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4d0b15f61491ea50a1edad84f7479cbff8d2331a3ed68eef30df667bf901c334_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A4d0b15f61491ea50a1edad84f7479cbff8d2331a3ed68eef30df667bf901c334?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768682634"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3c5d5c48ee8cae20835d5289ea89404a35896efa3fa0c9bb1d34938e6fe81c6b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3c5d5c48ee8cae20835d5289ea89404a35896efa3fa0c9bb1d34938e6fe81c6b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3c5d5c48ee8cae20835d5289ea89404a35896efa3fa0c9bb1d34938e6fe81c6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A3c5d5c48ee8cae20835d5289ea89404a35896efa3fa0c9bb1d34938e6fe81c6b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768580363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0cb7398bbc575c5884f712056e45800b3745a7bf59fd806037e6b2b570e56f6b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0cb7398bbc575c5884f712056e45800b3745a7bf59fd806037e6b2b570e56f6b_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0cb7398bbc575c5884f712056e45800b3745a7bf59fd806037e6b2b570e56f6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A0cb7398bbc575c5884f712056e45800b3745a7bf59fd806037e6b2b570e56f6b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768701661"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:0189eea1d0986580e71dff3b97c420bb03f79f04da1ca9e6ffc7853fe5566ad3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:0189eea1d0986580e71dff3b97c420bb03f79f04da1ca9e6ffc7853fe5566ad3_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:0189eea1d0986580e71dff3b97c420bb03f79f04da1ca9e6ffc7853fe5566ad3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A0189eea1d0986580e71dff3b97c420bb03f79f04da1ca9e6ffc7853fe5566ad3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768717071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b634f3dbaf08fd133813378d67e151d520476705b8f292adeee83687e2768a8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b634f3dbaf08fd133813378d67e151d520476705b8f292adeee83687e2768a8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b634f3dbaf08fd133813378d67e151d520476705b8f292adeee83687e2768a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A3b634f3dbaf08fd133813378d67e151d520476705b8f292adeee83687e2768a8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768745556"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ecdf342afcbaa2f13f60c6f931bae5d5e13fe98299f3fb6c8ea9b6364255b403_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ecdf342afcbaa2f13f60c6f931bae5d5e13fe98299f3fb6c8ea9b6364255b403_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ecdf342afcbaa2f13f60c6f931bae5d5e13fe98299f3fb6c8ea9b6364255b403_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Aecdf342afcbaa2f13f60c6f931bae5d5e13fe98299f3fb6c8ea9b6364255b403?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768639025"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fd6ca7c0e9086481be0bd4c407623af4e6d62de01dd16b877556e3b818f7f8af_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fd6ca7c0e9086481be0bd4c407623af4e6d62de01dd16b877556e3b818f7f8af_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fd6ca7c0e9086481be0bd4c407623af4e6d62de01dd16b877556e3b818f7f8af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Afd6ca7c0e9086481be0bd4c407623af4e6d62de01dd16b877556e3b818f7f8af?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:69ee831e3ac5dbf239025b14e53dd23e2bc902cbf1cfcb2c5d99f1c228e57efc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:69ee831e3ac5dbf239025b14e53dd23e2bc902cbf1cfcb2c5d99f1c228e57efc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:69ee831e3ac5dbf239025b14e53dd23e2bc902cbf1cfcb2c5d99f1c228e57efc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A69ee831e3ac5dbf239025b14e53dd23e2bc902cbf1cfcb2c5d99f1c228e57efc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768846190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:07e0128e9f7e5c2f1d9d0b04d46240ad064fca7064cf2e7c932ba8542d124ea9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:07e0128e9f7e5c2f1d9d0b04d46240ad064fca7064cf2e7c932ba8542d124ea9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:07e0128e9f7e5c2f1d9d0b04d46240ad064fca7064cf2e7c932ba8542d124ea9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A07e0128e9f7e5c2f1d9d0b04d46240ad064fca7064cf2e7c932ba8542d124ea9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768676944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:786cb35495e9433cfa8a271849c8bdfea14ca6c54af63d9f49a0dca82603b26d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:786cb35495e9433cfa8a271849c8bdfea14ca6c54af63d9f49a0dca82603b26d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:786cb35495e9433cfa8a271849c8bdfea14ca6c54af63d9f49a0dca82603b26d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A786cb35495e9433cfa8a271849c8bdfea14ca6c54af63d9f49a0dca82603b26d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768716976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b95084d4eb2e9c44453f2dc55bf54c25601aa4563bc143e9276d5dff383d65f9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b95084d4eb2e9c44453f2dc55bf54c25601aa4563bc143e9276d5dff383d65f9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b95084d4eb2e9c44453f2dc55bf54c25601aa4563bc143e9276d5dff383d65f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Ab95084d4eb2e9c44453f2dc55bf54c25601aa4563bc143e9276d5dff383d65f9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768787126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9617d07f9516a6379b20ba8f01065096ed90a9d76afa5ab45e36bbdc03a10c06_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9617d07f9516a6379b20ba8f01065096ed90a9d76afa5ab45e36bbdc03a10c06_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9617d07f9516a6379b20ba8f01065096ed90a9d76afa5ab45e36bbdc03a10c06_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A9617d07f9516a6379b20ba8f01065096ed90a9d76afa5ab45e36bbdc03a10c06?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768826724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3e728217c3f8a21a876600b73c72d90e807f83ce8af03ff6a38cc452e5d48e88_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3e728217c3f8a21a876600b73c72d90e807f83ce8af03ff6a38cc452e5d48e88_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3e728217c3f8a21a876600b73c72d90e807f83ce8af03ff6a38cc452e5d48e88_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A3e728217c3f8a21a876600b73c72d90e807f83ce8af03ff6a38cc452e5d48e88?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768673623"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2003997515f3c4a4eedf7e87d4f6c21a57eed9cffa4e1187a8ea6018b1f85fb4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2003997515f3c4a4eedf7e87d4f6c21a57eed9cffa4e1187a8ea6018b1f85fb4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2003997515f3c4a4eedf7e87d4f6c21a57eed9cffa4e1187a8ea6018b1f85fb4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A2003997515f3c4a4eedf7e87d4f6c21a57eed9cffa4e1187a8ea6018b1f85fb4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768782781"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:777d265e3d5e7586527b8a20a92f52eb5cfda7ac515b2888ddf1d3035a362ea7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:777d265e3d5e7586527b8a20a92f52eb5cfda7ac515b2888ddf1d3035a362ea7_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:777d265e3d5e7586527b8a20a92f52eb5cfda7ac515b2888ddf1d3035a362ea7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A777d265e3d5e7586527b8a20a92f52eb5cfda7ac515b2888ddf1d3035a362ea7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768695747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4a19cad091787605e99743d52e73e3aaff720bf2f1aea1c889a28589c83ac89a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4a19cad091787605e99743d52e73e3aaff720bf2f1aea1c889a28589c83ac89a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4a19cad091787605e99743d52e73e3aaff720bf2f1aea1c889a28589c83ac89a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A4a19cad091787605e99743d52e73e3aaff720bf2f1aea1c889a28589c83ac89a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768676949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1d69b5b232aae28996c5ed43d2c24234215902905c4694c5ac72c86ac6736b39_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1d69b5b232aae28996c5ed43d2c24234215902905c4694c5ac72c86ac6736b39_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1d69b5b232aae28996c5ed43d2c24234215902905c4694c5ac72c86ac6736b39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A1d69b5b232aae28996c5ed43d2c24234215902905c4694c5ac72c86ac6736b39?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768739560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8fad98bc4b0cd93f399464f668b82b8881938c1d11a70dd4b66d91a7436f29a3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8fad98bc4b0cd93f399464f668b82b8881938c1d11a70dd4b66d91a7436f29a3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8fad98bc4b0cd93f399464f668b82b8881938c1d11a70dd4b66d91a7436f29a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A8fad98bc4b0cd93f399464f668b82b8881938c1d11a70dd4b66d91a7436f29a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768701662"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:009765215dab7918f6db7e0b89257cb2666f722704728d3f973f751300501f57_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:009765215dab7918f6db7e0b89257cb2666f722704728d3f973f751300501f57_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:009765215dab7918f6db7e0b89257cb2666f722704728d3f973f751300501f57_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A009765215dab7918f6db7e0b89257cb2666f722704728d3f973f751300501f57?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:22d4e0100d4860ecbfea3a693e1dbee3803da780cc3adbb22c54398c41b9d05e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:22d4e0100d4860ecbfea3a693e1dbee3803da780cc3adbb22c54398c41b9d05e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:22d4e0100d4860ecbfea3a693e1dbee3803da780cc3adbb22c54398c41b9d05e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A22d4e0100d4860ecbfea3a693e1dbee3803da780cc3adbb22c54398c41b9d05e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768646664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e8e05a2406f75c74c21ef32d7b9137cf37af909a838f24bb03478333c184bfa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e8e05a2406f75c74c21ef32d7b9137cf37af909a838f24bb03478333c184bfa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e8e05a2406f75c74c21ef32d7b9137cf37af909a838f24bb03478333c184bfa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A5e8e05a2406f75c74c21ef32d7b9137cf37af909a838f24bb03478333c184bfa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768658614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7d9fc03529f56fc4e6b04414b0e10d34f94e71f02e0be2f4510af346e3e5e5f0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7d9fc03529f56fc4e6b04414b0e10d34f94e71f02e0be2f4510af346e3e5e5f0_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7d9fc03529f56fc4e6b04414b0e10d34f94e71f02e0be2f4510af346e3e5e5f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A7d9fc03529f56fc4e6b04414b0e10d34f94e71f02e0be2f4510af346e3e5e5f0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768646793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fa5d2d654927396f846592a80da3c20478265bbe8f3ae4aaf2d8749d9ac2f278_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fa5d2d654927396f846592a80da3c20478265bbe8f3ae4aaf2d8749d9ac2f278_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fa5d2d654927396f846592a80da3c20478265bbe8f3ae4aaf2d8749d9ac2f278_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3Afa5d2d654927396f846592a80da3c20478265bbe8f3ae4aaf2d8749d9ac2f278?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768896730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7b02e0e7863575591c8f061856ec92ae63f93f83c18042b3ba7bce18f3939313_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7b02e0e7863575591c8f061856ec92ae63f93f83c18042b3ba7bce18f3939313_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7b02e0e7863575591c8f061856ec92ae63f93f83c18042b3ba7bce18f3939313_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A7b02e0e7863575591c8f061856ec92ae63f93f83c18042b3ba7bce18f3939313?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768621744"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:88b0549c1ff942159d48cb2da2681cd727d3b4e9b18964a7a7fc5cc51890ecf3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:88b0549c1ff942159d48cb2da2681cd727d3b4e9b18964a7a7fc5cc51890ecf3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:88b0549c1ff942159d48cb2da2681cd727d3b4e9b18964a7a7fc5cc51890ecf3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A88b0549c1ff942159d48cb2da2681cd727d3b4e9b18964a7a7fc5cc51890ecf3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768764375"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2265090801a065c68ae424911c1619ae9be65eca3d16e984c1596cbfdf6ec379_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2265090801a065c68ae424911c1619ae9be65eca3d16e984c1596cbfdf6ec379_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2265090801a065c68ae424911c1619ae9be65eca3d16e984c1596cbfdf6ec379_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A2265090801a065c68ae424911c1619ae9be65eca3d16e984c1596cbfdf6ec379?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768676854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a9f2b0a20a84bb8597c27bec675309451044172db89e0907542892d3974fa0b8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a9f2b0a20a84bb8597c27bec675309451044172db89e0907542892d3974fa0b8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a9f2b0a20a84bb8597c27bec675309451044172db89e0907542892d3974fa0b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3Aa9f2b0a20a84bb8597c27bec675309451044172db89e0907542892d3974fa0b8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768646579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:58de637f3e6e5e81a1954b602ecf35fb24dc01c92d9b723e13d980d708b37b2a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:58de637f3e6e5e81a1954b602ecf35fb24dc01c92d9b723e13d980d708b37b2a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:58de637f3e6e5e81a1954b602ecf35fb24dc01c92d9b723e13d980d708b37b2a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A58de637f3e6e5e81a1954b602ecf35fb24dc01c92d9b723e13d980d708b37b2a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768883370"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0e8341548fb734f7d830b3e9789f576a1481011da3c69b9a031dd73060ed1d85_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0e8341548fb734f7d830b3e9789f576a1481011da3c69b9a031dd73060ed1d85_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0e8341548fb734f7d830b3e9789f576a1481011da3c69b9a031dd73060ed1d85_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A0e8341548fb734f7d830b3e9789f576a1481011da3c69b9a031dd73060ed1d85?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768677043"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61909dd359430849c04591218c11cedb8fdf6e4489d0454473810582ce373b1d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61909dd359430849c04591218c11cedb8fdf6e4489d0454473810582ce373b1d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61909dd359430849c04591218c11cedb8fdf6e4489d0454473810582ce373b1d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A61909dd359430849c04591218c11cedb8fdf6e4489d0454473810582ce373b1d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768723646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:08bf893d824045af0b68cb4898c2cdcd2d7c9a7c0aa1f8edb3a5a39f0ccf036b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:08bf893d824045af0b68cb4898c2cdcd2d7c9a7c0aa1f8edb3a5a39f0ccf036b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:08bf893d824045af0b68cb4898c2cdcd2d7c9a7c0aa1f8edb3a5a39f0ccf036b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A08bf893d824045af0b68cb4898c2cdcd2d7c9a7c0aa1f8edb3a5a39f0ccf036b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768585045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:707500db7f401655e50021f4606293a83292d7dc663772cf30eb96a9ad625bdf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:707500db7f401655e50021f4606293a83292d7dc663772cf30eb96a9ad625bdf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:707500db7f401655e50021f4606293a83292d7dc663772cf30eb96a9ad625bdf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A707500db7f401655e50021f4606293a83292d7dc663772cf30eb96a9ad625bdf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768896630"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4253559bc4e21c1177de09c223d9304a80438fa2f38c39e720e17e1b993cb746_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4253559bc4e21c1177de09c223d9304a80438fa2f38c39e720e17e1b993cb746_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4253559bc4e21c1177de09c223d9304a80438fa2f38c39e720e17e1b993cb746_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A4253559bc4e21c1177de09c223d9304a80438fa2f38c39e720e17e1b993cb746?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768936257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:71972d1c403ce0380f8c579da1a6ddf56d5a6aeff7f711fd6f5efcc49dfa01c9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:71972d1c403ce0380f8c579da1a6ddf56d5a6aeff7f711fd6f5efcc49dfa01c9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:71972d1c403ce0380f8c579da1a6ddf56d5a6aeff7f711fd6f5efcc49dfa01c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A71972d1c403ce0380f8c579da1a6ddf56d5a6aeff7f711fd6f5efcc49dfa01c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768987960"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f27fd0404deb58aad573fe174a675889a7fba84fc5cb916ef702c89f1b51c724_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f27fd0404deb58aad573fe174a675889a7fba84fc5cb916ef702c89f1b51c724_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f27fd0404deb58aad573fe174a675889a7fba84fc5cb916ef702c89f1b51c724_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Af27fd0404deb58aad573fe174a675889a7fba84fc5cb916ef702c89f1b51c724?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768862258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e226d545f885b4380928e9bbbc0804267ec45a85a5028b304f579afdd26f8c3e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e226d545f885b4380928e9bbbc0804267ec45a85a5028b304f579afdd26f8c3e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e226d545f885b4380928e9bbbc0804267ec45a85a5028b304f579afdd26f8c3e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Ae226d545f885b4380928e9bbbc0804267ec45a85a5028b304f579afdd26f8c3e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768582676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:60e6e4080a8c39326a9a09c7e3def79cdbedd3c178dc301609d3d8e67007e0da_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:60e6e4080a8c39326a9a09c7e3def79cdbedd3c178dc301609d3d8e67007e0da_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:60e6e4080a8c39326a9a09c7e3def79cdbedd3c178dc301609d3d8e67007e0da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A60e6e4080a8c39326a9a09c7e3def79cdbedd3c178dc301609d3d8e67007e0da?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768710013"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5f83dd9b2d73733b7972a43e3e152614dd4e87926f4bdc7a10a2f292ae771276_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5f83dd9b2d73733b7972a43e3e152614dd4e87926f4bdc7a10a2f292ae771276_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5f83dd9b2d73733b7972a43e3e152614dd4e87926f4bdc7a10a2f292ae771276_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A5f83dd9b2d73733b7972a43e3e152614dd4e87926f4bdc7a10a2f292ae771276?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768988005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:aa005faff536d4390dffec3bc457a4f20010f70a17411d185b2c1c6c97b663d7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:aa005faff536d4390dffec3bc457a4f20010f70a17411d185b2c1c6c97b663d7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:aa005faff536d4390dffec3bc457a4f20010f70a17411d185b2c1c6c97b663d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Aaa005faff536d4390dffec3bc457a4f20010f70a17411d185b2c1c6c97b663d7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768646578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6bb270e09c96ab51ec55d256a715febe0e6dedc4d5eeaa492987626eca8b32d8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6bb270e09c96ab51ec55d256a715febe0e6dedc4d5eeaa492987626eca8b32d8_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6bb270e09c96ab51ec55d256a715febe0e6dedc4d5eeaa492987626eca8b32d8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A6bb270e09c96ab51ec55d256a715febe0e6dedc4d5eeaa492987626eca8b32d8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768883433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e70e8d7d2acb6a102c00bcd503ae17b849b0540508560f66c3d00070967fd289_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e70e8d7d2acb6a102c00bcd503ae17b849b0540508560f66c3d00070967fd289_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e70e8d7d2acb6a102c00bcd503ae17b849b0540508560f66c3d00070967fd289_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Ae70e8d7d2acb6a102c00bcd503ae17b849b0540508560f66c3d00070967fd289?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768857869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f3ed134021364ab22aa351e3b8b342b8161961b18b7b073d47417aef21032ac_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f3ed134021364ab22aa351e3b8b342b8161961b18b7b073d47417aef21032ac_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f3ed134021364ab22aa351e3b8b342b8161961b18b7b073d47417aef21032ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A2f3ed134021364ab22aa351e3b8b342b8161961b18b7b073d47417aef21032ac?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:1876adbd1d6444a0f00c04182398800871cf59d26d89a0259bb76d1785ef6354_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:1876adbd1d6444a0f00c04182398800871cf59d26d89a0259bb76d1785ef6354_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:1876adbd1d6444a0f00c04182398800871cf59d26d89a0259bb76d1785ef6354_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A1876adbd1d6444a0f00c04182398800871cf59d26d89a0259bb76d1785ef6354?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768988246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d81ac0615482c04941f2f4e716cf27f32933ca372dfd9ac1edf2c42772522ac6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d81ac0615482c04941f2f4e716cf27f32933ca372dfd9ac1edf2c42772522ac6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d81ac0615482c04941f2f4e716cf27f32933ca372dfd9ac1edf2c42772522ac6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Ad81ac0615482c04941f2f4e716cf27f32933ca372dfd9ac1edf2c42772522ac6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768869223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3391dadcb3627066db6573e2c5169480e3565e62738a36c053ff7cf04436d02c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3391dadcb3627066db6573e2c5169480e3565e62738a36c053ff7cf04436d02c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3391dadcb3627066db6573e2c5169480e3565e62738a36c053ff7cf04436d02c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A3391dadcb3627066db6573e2c5169480e3565e62738a36c053ff7cf04436d02c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668665"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4f9bd383efba6e1bcd94b7a665177d408a9d09ed6abc91b7c1f5096cc9c716d7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4f9bd383efba6e1bcd94b7a665177d408a9d09ed6abc91b7c1f5096cc9c716d7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4f9bd383efba6e1bcd94b7a665177d408a9d09ed6abc91b7c1f5096cc9c716d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A4f9bd383efba6e1bcd94b7a665177d408a9d09ed6abc91b7c1f5096cc9c716d7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768717625"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d79a89cd2a26411dd32ebe870a3b520a7554e50ff5fc6a6e808c6d066b9a2298_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d79a89cd2a26411dd32ebe870a3b520a7554e50ff5fc6a6e808c6d066b9a2298_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d79a89cd2a26411dd32ebe870a3b520a7554e50ff5fc6a6e808c6d066b9a2298_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Ad79a89cd2a26411dd32ebe870a3b520a7554e50ff5fc6a6e808c6d066b9a2298?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768804674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e244ce4887df2622a242a251028398497d178a3025bf7e186baa71d717d53685_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e244ce4887df2622a242a251028398497d178a3025bf7e186baa71d717d53685_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e244ce4887df2622a242a251028398497d178a3025bf7e186baa71d717d53685_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Ae244ce4887df2622a242a251028398497d178a3025bf7e186baa71d717d53685?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768846410"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:08d8cc1fa836edc87c3ed701c7af174ddb9dc72b4d57a13cb245275a333454c7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:08d8cc1fa836edc87c3ed701c7af174ddb9dc72b4d57a13cb245275a333454c7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:08d8cc1fa836edc87c3ed701c7af174ddb9dc72b4d57a13cb245275a333454c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A08d8cc1fa836edc87c3ed701c7af174ddb9dc72b4d57a13cb245275a333454c7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768651677"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e90e658a6cea41dbc60c5f505e79505754af4d8e21a4ec8642017cf2fd05edde_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e90e658a6cea41dbc60c5f505e79505754af4d8e21a4ec8642017cf2fd05edde_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e90e658a6cea41dbc60c5f505e79505754af4d8e21a4ec8642017cf2fd05edde_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Ae90e658a6cea41dbc60c5f505e79505754af4d8e21a4ec8642017cf2fd05edde?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768869372"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fca73fd7a3399b95dcc3102a77d81965faacc73e75c162a1e3b1567470444322_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fca73fd7a3399b95dcc3102a77d81965faacc73e75c162a1e3b1567470444322_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fca73fd7a3399b95dcc3102a77d81965faacc73e75c162a1e3b1567470444322_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3Afca73fd7a3399b95dcc3102a77d81965faacc73e75c162a1e3b1567470444322?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768687239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9f4ebe4007be3988112fb00dc8f711930f3ffa1cc9bb60aafb9842694b7ad04d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9f4ebe4007be3988112fb00dc8f711930f3ffa1cc9bb60aafb9842694b7ad04d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9f4ebe4007be3988112fb00dc8f711930f3ffa1cc9bb60aafb9842694b7ad04d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A9f4ebe4007be3988112fb00dc8f711930f3ffa1cc9bb60aafb9842694b7ad04d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768709950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:96c7847d759b62b52ca65856bbe6d1c25e49f9ee9333d2364b2a5f8bc69c46b6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:96c7847d759b62b52ca65856bbe6d1c25e49f9ee9333d2364b2a5f8bc69c46b6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:96c7847d759b62b52ca65856bbe6d1c25e49f9ee9333d2364b2a5f8bc69c46b6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A96c7847d759b62b52ca65856bbe6d1c25e49f9ee9333d2364b2a5f8bc69c46b6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768827277"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2c600e3161e493dad43a984808f70b880d37964e3eac08c1bc00a297d23ba1c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2c600e3161e493dad43a984808f70b880d37964e3eac08c1bc00a297d23ba1c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2c600e3161e493dad43a984808f70b880d37964e3eac08c1bc00a297d23ba1c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Af2c600e3161e493dad43a984808f70b880d37964e3eac08c1bc00a297d23ba1c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768673605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7a6675a0c03a88df6a0737032529308d1f3ba950221e5041084189a6fe95f22e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7a6675a0c03a88df6a0737032529308d1f3ba950221e5041084189a6fe95f22e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7a6675a0c03a88df6a0737032529308d1f3ba950221e5041084189a6fe95f22e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A7a6675a0c03a88df6a0737032529308d1f3ba950221e5041084189a6fe95f22e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768682450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae9688141370b937a76c44d822a8af2c1e3fcbe326dcf42bde26ff6e989a602f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae9688141370b937a76c44d822a8af2c1e3fcbe326dcf42bde26ff6e989a602f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae9688141370b937a76c44d822a8af2c1e3fcbe326dcf42bde26ff6e989a602f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Aae9688141370b937a76c44d822a8af2c1e3fcbe326dcf42bde26ff6e989a602f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768942038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d0468d5af503c22a1bd83fb7ff6d57e299aebc9d9753b8656d463f44bedcf51b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d0468d5af503c22a1bd83fb7ff6d57e299aebc9d9753b8656d463f44bedcf51b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d0468d5af503c22a1bd83fb7ff6d57e299aebc9d9753b8656d463f44bedcf51b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Ad0468d5af503c22a1bd83fb7ff6d57e299aebc9d9753b8656d463f44bedcf51b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768745559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:99bb975c02929e0bb7b856b3f86bfc06fd10431267e140f63987fa3d697a67bb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:99bb975c02929e0bb7b856b3f86bfc06fd10431267e140f63987fa3d697a67bb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:99bb975c02929e0bb7b856b3f86bfc06fd10431267e140f63987fa3d697a67bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A99bb975c02929e0bb7b856b3f86bfc06fd10431267e140f63987fa3d697a67bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768941972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:38914d7c7178586bf4be1f3f116612a0d97e1dee4a88288182ef1b09c574412b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:38914d7c7178586bf4be1f3f116612a0d97e1dee4a88288182ef1b09c574412b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:38914d7c7178586bf4be1f3f116612a0d97e1dee4a88288182ef1b09c574412b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A38914d7c7178586bf4be1f3f116612a0d97e1dee4a88288182ef1b09c574412b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768794461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f71086b942e1399a7637de656443023593b70dd12c4667c9d615c5c7920299ca_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f71086b942e1399a7637de656443023593b70dd12c4667c9d615c5c7920299ca_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f71086b942e1399a7637de656443023593b70dd12c4667c9d615c5c7920299ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Af71086b942e1399a7637de656443023593b70dd12c4667c9d615c5c7920299ca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768633558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6ca3338215628042782aee2e3bdd7dabce03b38a03b4bfe1ad6d93a666d3caaf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6ca3338215628042782aee2e3bdd7dabce03b38a03b4bfe1ad6d93a666d3caaf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6ca3338215628042782aee2e3bdd7dabce03b38a03b4bfe1ad6d93a666d3caaf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A6ca3338215628042782aee2e3bdd7dabce03b38a03b4bfe1ad6d93a666d3caaf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768651616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9ce249e1846a5b88c57c11ef546ab5afe643bd3dcf3f6cb8d1da419e3a384114_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9ce249e1846a5b88c57c11ef546ab5afe643bd3dcf3f6cb8d1da419e3a384114_s390x",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9ce249e1846a5b88c57c11ef546ab5afe643bd3dcf3f6cb8d1da419e3a384114_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A9ce249e1846a5b88c57c11ef546ab5afe643bd3dcf3f6cb8d1da419e3a384114?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768695508"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e00fab27633cab0617be1b520c7a89b38025d222b20bed2f4180dfde1d07497f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e00fab27633cab0617be1b520c7a89b38025d222b20bed2f4180dfde1d07497f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e00fab27633cab0617be1b520c7a89b38025d222b20bed2f4180dfde1d07497f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Ae00fab27633cab0617be1b520c7a89b38025d222b20bed2f4180dfde1d07497f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768633711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:19c3bceb1a3e17bbfafd60ea6d16c244590019b2f1cbf91a2cc767fddb74efa4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:19c3bceb1a3e17bbfafd60ea6d16c244590019b2f1cbf91a2cc767fddb74efa4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:19c3bceb1a3e17bbfafd60ea6d16c244590019b2f1cbf91a2cc767fddb74efa4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A19c3bceb1a3e17bbfafd60ea6d16c244590019b2f1cbf91a2cc767fddb74efa4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768808404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b009966dc7bfe2d53f9ba1c5656576eaba1f81265e8f2edb7a48c2b249bad002_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b009966dc7bfe2d53f9ba1c5656576eaba1f81265e8f2edb7a48c2b249bad002_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b009966dc7bfe2d53f9ba1c5656576eaba1f81265e8f2edb7a48c2b249bad002_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Ab009966dc7bfe2d53f9ba1c5656576eaba1f81265e8f2edb7a48c2b249bad002?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768701663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d5e5b0255d2a5e35ac0a19fd6278f1e996c05eebd350a9795f8da20a90e5a36c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d5e5b0255d2a5e35ac0a19fd6278f1e996c05eebd350a9795f8da20a90e5a36c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d5e5b0255d2a5e35ac0a19fd6278f1e996c05eebd350a9795f8da20a90e5a36c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Ad5e5b0255d2a5e35ac0a19fd6278f1e996c05eebd350a9795f8da20a90e5a36c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b42361ada991ef145ed7cfa56a6e2f8849cbb11797c3e84ab798259a9fc50f24_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b42361ada991ef145ed7cfa56a6e2f8849cbb11797c3e84ab798259a9fc50f24_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b42361ada991ef145ed7cfa56a6e2f8849cbb11797c3e84ab798259a9fc50f24_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Ab42361ada991ef145ed7cfa56a6e2f8849cbb11797c3e84ab798259a9fc50f24?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768701740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5f3b17cae5c72991aa39480bf841da51b44c2dc7ecc96b35acec435a39c27ae9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5f3b17cae5c72991aa39480bf841da51b44c2dc7ecc96b35acec435a39c27ae9_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5f3b17cae5c72991aa39480bf841da51b44c2dc7ecc96b35acec435a39c27ae9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A5f3b17cae5c72991aa39480bf841da51b44c2dc7ecc96b35acec435a39c27ae9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768936268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b695ff422194fd05262480e3bc1af246f9c9212589e7d11f201f799146c8fd4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b695ff422194fd05262480e3bc1af246f9c9212589e7d11f201f799146c8fd4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b695ff422194fd05262480e3bc1af246f9c9212589e7d11f201f799146c8fd4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A9b695ff422194fd05262480e3bc1af246f9c9212589e7d11f201f799146c8fd4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768765148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b71d2a4314b34bdf4164ebe4796b36ba7c8327b316c064450a9b37521a9b3515_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b71d2a4314b34bdf4164ebe4796b36ba7c8327b316c064450a9b37521a9b3515_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b71d2a4314b34bdf4164ebe4796b36ba7c8327b316c064450a9b37521a9b3515_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Ab71d2a4314b34bdf4164ebe4796b36ba7c8327b316c064450a9b37521a9b3515?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768633674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee6768976d5ed042750aa53b3a52dbb61f748522e389d0ce204d957434d76982_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee6768976d5ed042750aa53b3a52dbb61f748522e389d0ce204d957434d76982_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee6768976d5ed042750aa53b3a52dbb61f748522e389d0ce204d957434d76982_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Aee6768976d5ed042750aa53b3a52dbb61f748522e389d0ce204d957434d76982?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768686092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e03ab066f272792564bbc5417419ae634fe7125c681011e265a7e5a68c7050f2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e03ab066f272792564bbc5417419ae634fe7125c681011e265a7e5a68c7050f2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e03ab066f272792564bbc5417419ae634fe7125c681011e265a7e5a68c7050f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Ae03ab066f272792564bbc5417419ae634fe7125c681011e265a7e5a68c7050f2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768628371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3cafefaa62e731d480e2385cde5aa56005c228cadcf643af9860bcf4a621367b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3cafefaa62e731d480e2385cde5aa56005c228cadcf643af9860bcf4a621367b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3cafefaa62e731d480e2385cde5aa56005c228cadcf643af9860bcf4a621367b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A3cafefaa62e731d480e2385cde5aa56005c228cadcf643af9860bcf4a621367b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768638781"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f2b79e7095306e8edd47f3e1d2b20b8150a61b506a46df7095bcca1bddae3b54_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f2b79e7095306e8edd47f3e1d2b20b8150a61b506a46df7095bcca1bddae3b54_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f2b79e7095306e8edd47f3e1d2b20b8150a61b506a46df7095bcca1bddae3b54_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Af2b79e7095306e8edd47f3e1d2b20b8150a61b506a46df7095bcca1bddae3b54?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768818976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ea4fc147389790709cfee364fc743693c07b86d1a60913c0949ee40dd329e6fe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ea4fc147389790709cfee364fc743693c07b86d1a60913c0949ee40dd329e6fe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ea4fc147389790709cfee364fc743693c07b86d1a60913c0949ee40dd329e6fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Aea4fc147389790709cfee364fc743693c07b86d1a60913c0949ee40dd329e6fe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768710399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:17afc45022541b052772d999e52f5d548b29aa2c9edee17f51f6c401d2eb155b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:17afc45022541b052772d999e52f5d548b29aa2c9edee17f51f6c401d2eb155b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:17afc45022541b052772d999e52f5d548b29aa2c9edee17f51f6c401d2eb155b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A17afc45022541b052772d999e52f5d548b29aa2c9edee17f51f6c401d2eb155b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768584388"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7ccb01b969567f51f835f0e958e3c515d243b60dfb71e38d34b15de6d05dd994_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7ccb01b969567f51f835f0e958e3c515d243b60dfb71e38d34b15de6d05dd994_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7ccb01b969567f51f835f0e958e3c515d243b60dfb71e38d34b15de6d05dd994_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A7ccb01b969567f51f835f0e958e3c515d243b60dfb71e38d34b15de6d05dd994?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:854cb1ef468d88b88c96d0dad49c25dfdef26a3eade8c26ad966e26febc7358c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:854cb1ef468d88b88c96d0dad49c25dfdef26a3eade8c26ad966e26febc7358c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:854cb1ef468d88b88c96d0dad49c25dfdef26a3eade8c26ad966e26febc7358c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A854cb1ef468d88b88c96d0dad49c25dfdef26a3eade8c26ad966e26febc7358c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768621823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc807112929064290fc27a9cff6fb35c151b21ae8a309316bf0e359eb4ad7c3b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc807112929064290fc27a9cff6fb35c151b21ae8a309316bf0e359eb4ad7c3b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc807112929064290fc27a9cff6fb35c151b21ae8a309316bf0e359eb4ad7c3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Adc807112929064290fc27a9cff6fb35c151b21ae8a309316bf0e359eb4ad7c3b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768676961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f9113e8a252757e26bc6ce434b052147f2cf285afb6071135706d3641df1611e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f9113e8a252757e26bc6ce434b052147f2cf285afb6071135706d3641df1611e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f9113e8a252757e26bc6ce434b052147f2cf285afb6071135706d3641df1611e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Af9113e8a252757e26bc6ce434b052147f2cf285afb6071135706d3641df1611e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768658605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3a3da785b1c68c3c0589e429959a1422d45d7d92f0ddf2a1f2914cf6be292e75_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3a3da785b1c68c3c0589e429959a1422d45d7d92f0ddf2a1f2914cf6be292e75_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3a3da785b1c68c3c0589e429959a1422d45d7d92f0ddf2a1f2914cf6be292e75_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A3a3da785b1c68c3c0589e429959a1422d45d7d92f0ddf2a1f2914cf6be292e75?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768658638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51b8117e12938db60e7a972f90f7cae176b776d3a94e56428ef440c85672dbda_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51b8117e12938db60e7a972f90f7cae176b776d3a94e56428ef440c85672dbda_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51b8117e12938db60e7a972f90f7cae176b776d3a94e56428ef440c85672dbda_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A51b8117e12938db60e7a972f90f7cae176b776d3a94e56428ef440c85672dbda?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768646459"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ef02dbe8f97a7f197e447337209d5b9a39b094c452b53e34ddbe35ec9cf67fe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ef02dbe8f97a7f197e447337209d5b9a39b094c452b53e34ddbe35ec9cf67fe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ef02dbe8f97a7f197e447337209d5b9a39b094c452b53e34ddbe35ec9cf67fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A4ef02dbe8f97a7f197e447337209d5b9a39b094c452b53e34ddbe35ec9cf67fe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768651620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42f9169107d898da6aa80f67edfb98bfade84a34e93521365b4af091ce9f92b7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42f9169107d898da6aa80f67edfb98bfade84a34e93521365b4af091ce9f92b7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42f9169107d898da6aa80f67edfb98bfade84a34e93521365b4af091ce9f92b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A42f9169107d898da6aa80f67edfb98bfade84a34e93521365b4af091ce9f92b7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768851620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2410c4183950551a84c4d56849755087c1c873c9a86ffc3f78aeba765584fda_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2410c4183950551a84c4d56849755087c1c873c9a86ffc3f78aeba765584fda_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2410c4183950551a84c4d56849755087c1c873c9a86ffc3f78aeba765584fda_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Aa2410c4183950551a84c4d56849755087c1c873c9a86ffc3f78aeba765584fda?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768585834"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ae8504da2cdde248194b594cb1a6731b04280d6114fb540d2255a223a48fc298_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ae8504da2cdde248194b594cb1a6731b04280d6114fb540d2255a223a48fc298_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ae8504da2cdde248194b594cb1a6731b04280d6114fb540d2255a223a48fc298_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Aae8504da2cdde248194b594cb1a6731b04280d6114fb540d2255a223a48fc298?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768710399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3f3e2893565fe6061c78339600a4eaa49d485818f484fcd0ccc8baa010b6d826_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3f3e2893565fe6061c78339600a4eaa49d485818f484fcd0ccc8baa010b6d826_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3f3e2893565fe6061c78339600a4eaa49d485818f484fcd0ccc8baa010b6d826_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A3f3e2893565fe6061c78339600a4eaa49d485818f484fcd0ccc8baa010b6d826?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768628305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:475e358c04d92c10245802b52880219f6b7967505a72855f9bc9b33bd17628cd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:475e358c04d92c10245802b52880219f6b7967505a72855f9bc9b33bd17628cd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:475e358c04d92c10245802b52880219f6b7967505a72855f9bc9b33bd17628cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A475e358c04d92c10245802b52880219f6b7967505a72855f9bc9b33bd17628cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768745438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb7111dedf68a51d4656f8b837421c40f0833c12084c2e41382932d555238d6c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb7111dedf68a51d4656f8b837421c40f0833c12084c2e41382932d555238d6c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb7111dedf68a51d4656f8b837421c40f0833c12084c2e41382932d555238d6c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Acb7111dedf68a51d4656f8b837421c40f0833c12084c2e41382932d555238d6c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768739561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d945852f512d781311dbae8d78e1377a06e8d752deeacc4063bf2b52cbd5baa6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d945852f512d781311dbae8d78e1377a06e8d752deeacc4063bf2b52cbd5baa6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d945852f512d781311dbae8d78e1377a06e8d752deeacc4063bf2b52cbd5baa6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ad945852f512d781311dbae8d78e1377a06e8d752deeacc4063bf2b52cbd5baa6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768794442"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:664fa1569548d3e75358cc6fa91717249c49ccd909ad09a62ced8b61f3976b5f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:664fa1569548d3e75358cc6fa91717249c49ccd909ad09a62ced8b61f3976b5f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:664fa1569548d3e75358cc6fa91717249c49ccd909ad09a62ced8b61f3976b5f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A664fa1569548d3e75358cc6fa91717249c49ccd909ad09a62ced8b61f3976b5f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768621771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f95cab023a7c77837be0de1481cbf1809fc5e2397f68001ac515d3195b0da1f7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f95cab023a7c77837be0de1481cbf1809fc5e2397f68001ac515d3195b0da1f7_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f95cab023a7c77837be0de1481cbf1809fc5e2397f68001ac515d3195b0da1f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Af95cab023a7c77837be0de1481cbf1809fc5e2397f68001ac515d3195b0da1f7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768695307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:9fb3cb70070ad7c4b3f7581156955397d124268423bf14fc1f0bef47f40b7a7f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:9fb3cb70070ad7c4b3f7581156955397d124268423bf14fc1f0bef47f40b7a7f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:9fb3cb70070ad7c4b3f7581156955397d124268423bf14fc1f0bef47f40b7a7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A9fb3cb70070ad7c4b3f7581156955397d124268423bf14fc1f0bef47f40b7a7f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768804454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:eb6498725b67e95ad35031022a9c4067cc72922dbea9ea5f7173ccdef2e11daf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:eb6498725b67e95ad35031022a9c4067cc72922dbea9ea5f7173ccdef2e11daf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:eb6498725b67e95ad35031022a9c4067cc72922dbea9ea5f7173ccdef2e11daf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Aeb6498725b67e95ad35031022a9c4067cc72922dbea9ea5f7173ccdef2e11daf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768628099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c71147789a1399705b03be0ee1e7de89fc403939d36efb56565237e81bee272e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c71147789a1399705b03be0ee1e7de89fc403939d36efb56565237e81bee272e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c71147789a1399705b03be0ee1e7de89fc403939d36efb56565237e81bee272e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Ac71147789a1399705b03be0ee1e7de89fc403939d36efb56565237e81bee272e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768628349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b079e71b94cda1fe2bd7415f10c4b6e3431c0aa6780a2965cc563864ecd0bf96_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b079e71b94cda1fe2bd7415f10c4b6e3431c0aa6780a2965cc563864ecd0bf96_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b079e71b94cda1fe2bd7415f10c4b6e3431c0aa6780a2965cc563864ecd0bf96_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3Ab079e71b94cda1fe2bd7415f10c4b6e3431c0aa6780a2965cc563864ecd0bf96?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768658604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d0a16ac7e433102846b7045d1d7287dab28afce96ca1f057619a24c3437960b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d0a16ac7e433102846b7045d1d7287dab28afce96ca1f057619a24c3437960b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d0a16ac7e433102846b7045d1d7287dab28afce96ca1f057619a24c3437960b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A5d0a16ac7e433102846b7045d1d7287dab28afce96ca1f057619a24c3437960b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768639011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2c0993e0730d5a50177ab1f52d49de59affb5cb085b7e605f92e3e16a2025ed2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2c0993e0730d5a50177ab1f52d49de59affb5cb085b7e605f92e3e16a2025ed2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2c0993e0730d5a50177ab1f52d49de59affb5cb085b7e605f92e3e16a2025ed2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A2c0993e0730d5a50177ab1f52d49de59affb5cb085b7e605f92e3e16a2025ed2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768764791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:16778d01948d8ca7522aa9737c8cd049a7cf81185552fda4773d6473e1809629_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:16778d01948d8ca7522aa9737c8cd049a7cf81185552fda4773d6473e1809629_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:16778d01948d8ca7522aa9737c8cd049a7cf81185552fda4773d6473e1809629_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A16778d01948d8ca7522aa9737c8cd049a7cf81185552fda4773d6473e1809629?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768628333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:8aa86583ab6d95341bfe038c3f1f21ec621246f6fb9918431f043791f03affab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:8aa86583ab6d95341bfe038c3f1f21ec621246f6fb9918431f043791f03affab_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:8aa86583ab6d95341bfe038c3f1f21ec621246f6fb9918431f043791f03affab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A8aa86583ab6d95341bfe038c3f1f21ec621246f6fb9918431f043791f03affab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768941940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2876144218625eb13968b95d331dd3f71280a7dacbe687b71119a5dff99a47a3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2876144218625eb13968b95d331dd3f71280a7dacbe687b71119a5dff99a47a3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2876144218625eb13968b95d331dd3f71280a7dacbe687b71119a5dff99a47a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3A2876144218625eb13968b95d331dd3f71280a7dacbe687b71119a5dff99a47a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768883903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:be556777383ec5ea2f8f241b4041fe9b4a5d8315f64a39f7381acdf49ba4bb4a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:be556777383ec5ea2f8f241b4041fe9b4a5d8315f64a39f7381acdf49ba4bb4a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:be556777383ec5ea2f8f241b4041fe9b4a5d8315f64a39f7381acdf49ba4bb4a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Abe556777383ec5ea2f8f241b4041fe9b4a5d8315f64a39f7381acdf49ba4bb4a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768723549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:2bb5f0a1682720b3071e499962c26d2d4c251f3ea1b8fa251cc3672de8bbc229_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:2bb5f0a1682720b3071e499962c26d2d4c251f3ea1b8fa251cc3672de8bbc229_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:2bb5f0a1682720b3071e499962c26d2d4c251f3ea1b8fa251cc3672de8bbc229_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A2bb5f0a1682720b3071e499962c26d2d4c251f3ea1b8fa251cc3672de8bbc229?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768685926"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3d1bc6478c932d695a39d9d99a4cef0ed71084e48e30d1cbe2d97fdead890109_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3d1bc6478c932d695a39d9d99a4cef0ed71084e48e30d1cbe2d97fdead890109_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3d1bc6478c932d695a39d9d99a4cef0ed71084e48e30d1cbe2d97fdead890109_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A3d1bc6478c932d695a39d9d99a4cef0ed71084e48e30d1cbe2d97fdead890109?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768739620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:855da3c26547421a3d19f55e6f6ec3cacc2d89d854a854076e4d02f241ecb6bc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:855da3c26547421a3d19f55e6f6ec3cacc2d89d854a854076e4d02f241ecb6bc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:855da3c26547421a3d19f55e6f6ec3cacc2d89d854a854076e4d02f241ecb6bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3A855da3c26547421a3d19f55e6f6ec3cacc2d89d854a854076e4d02f241ecb6bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768633651"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:21656ae3e6fcc6356ea9226dedda5a263f7cf26c9cea2f0abcee058b8c742407_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:21656ae3e6fcc6356ea9226dedda5a263f7cf26c9cea2f0abcee058b8c742407_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:21656ae3e6fcc6356ea9226dedda5a263f7cf26c9cea2f0abcee058b8c742407_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A21656ae3e6fcc6356ea9226dedda5a263f7cf26c9cea2f0abcee058b8c742407?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768936234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:f1a2635943e5969ddff4b70b27cbe9a14b0b178b059a1531a19ec999c893cd51_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:f1a2635943e5969ddff4b70b27cbe9a14b0b178b059a1531a19ec999c893cd51_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:f1a2635943e5969ddff4b70b27cbe9a14b0b178b059a1531a19ec999c893cd51_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3Af1a2635943e5969ddff4b70b27cbe9a14b0b178b059a1531a19ec999c893cd51?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768673537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bf22beadfe9558f781f9e5db81bb33f09b60b867197838c268efa19faa1b372d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bf22beadfe9558f781f9e5db81bb33f09b60b867197838c268efa19faa1b372d_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bf22beadfe9558f781f9e5db81bb33f09b60b867197838c268efa19faa1b372d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3Abf22beadfe9558f781f9e5db81bb33f09b60b867197838c268efa19faa1b372d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768633690"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:35e6839dd0b0c041b9c8b96be0487aea33181c71b05b4f9637411169c9f4199a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:35e6839dd0b0c041b9c8b96be0487aea33181c71b05b4f9637411169c9f4199a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:35e6839dd0b0c041b9c8b96be0487aea33181c71b05b4f9637411169c9f4199a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A35e6839dd0b0c041b9c8b96be0487aea33181c71b05b4f9637411169c9f4199a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768659147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6b3f0a2d76bb8d59fa0f80a8ea9a5be31b817f609616357d16299e106136508b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6b3f0a2d76bb8d59fa0f80a8ea9a5be31b817f609616357d16299e106136508b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6b3f0a2d76bb8d59fa0f80a8ea9a5be31b817f609616357d16299e106136508b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A6b3f0a2d76bb8d59fa0f80a8ea9a5be31b817f609616357d16299e106136508b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768652003"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4e48ac2c69b06ec640ad1a030f8f362a04a3e9f56a86d7cdfc1fcb3b5153888c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4e48ac2c69b06ec640ad1a030f8f362a04a3e9f56a86d7cdfc1fcb3b5153888c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4e48ac2c69b06ec640ad1a030f8f362a04a3e9f56a86d7cdfc1fcb3b5153888c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A4e48ac2c69b06ec640ad1a030f8f362a04a3e9f56a86d7cdfc1fcb3b5153888c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768717133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8c16f93af3941c3aefc16599859162a45822c5c2fa077df551718792c399ec4e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8c16f93af3941c3aefc16599859162a45822c5c2fa077df551718792c399ec4e_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8c16f93af3941c3aefc16599859162a45822c5c2fa077df551718792c399ec4e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A8c16f93af3941c3aefc16599859162a45822c5c2fa077df551718792c399ec4e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768646663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:77a1a98a21cdd445c61af995ea508add1582f8cc8a940887c265e2dc335cf217_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:77a1a98a21cdd445c61af995ea508add1582f8cc8a940887c265e2dc335cf217_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:77a1a98a21cdd445c61af995ea508add1582f8cc8a940887c265e2dc335cf217_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A77a1a98a21cdd445c61af995ea508add1582f8cc8a940887c265e2dc335cf217?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768621710"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7036403b4ab9460482491386c7a920df215fd9a86e9da5034a011eca320e1ca2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7036403b4ab9460482491386c7a920df215fd9a86e9da5034a011eca320e1ca2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7036403b4ab9460482491386c7a920df215fd9a86e9da5034a011eca320e1ca2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A7036403b4ab9460482491386c7a920df215fd9a86e9da5034a011eca320e1ca2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768695320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7676fea92d8e9eda12a8a76c77bcc2bec9d196d04c5bdf8e4e191e637425c763_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7676fea92d8e9eda12a8a76c77bcc2bec9d196d04c5bdf8e4e191e637425c763_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7676fea92d8e9eda12a8a76c77bcc2bec9d196d04c5bdf8e4e191e637425c763_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A7676fea92d8e9eda12a8a76c77bcc2bec9d196d04c5bdf8e4e191e637425c763?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768691687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:957899abc8de7f0991851e6895c4530594227825f9c71adcfd359469bbe5188f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:957899abc8de7f0991851e6895c4530594227825f9c71adcfd359469bbe5188f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:957899abc8de7f0991851e6895c4530594227825f9c71adcfd359469bbe5188f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A957899abc8de7f0991851e6895c4530594227825f9c71adcfd359469bbe5188f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768723663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:548a7b07a9187069e2b5cd50f66cb4a56db437495cad6470920a70341cb710b6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:548a7b07a9187069e2b5cd50f66cb4a56db437495cad6470920a70341cb710b6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:548a7b07a9187069e2b5cd50f66cb4a56db437495cad6470920a70341cb710b6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A548a7b07a9187069e2b5cd50f66cb4a56db437495cad6470920a70341cb710b6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768673548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4379021fe63045cc14b52bff805f386a8f2cd6e7dd1f610865952738e1a9ab44_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4379021fe63045cc14b52bff805f386a8f2cd6e7dd1f610865952738e1a9ab44_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4379021fe63045cc14b52bff805f386a8f2cd6e7dd1f610865952738e1a9ab44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A4379021fe63045cc14b52bff805f386a8f2cd6e7dd1f610865952738e1a9ab44?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768764792"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a2ac689e121314cc8fb297e64c5e603db1d5916876abbac3815b343e578f96b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a2ac689e121314cc8fb297e64c5e603db1d5916876abbac3815b343e578f96b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a2ac689e121314cc8fb297e64c5e603db1d5916876abbac3815b343e578f96b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A3a2ac689e121314cc8fb297e64c5e603db1d5916876abbac3815b343e578f96b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768941993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:68cad1c790fb3b5dd6e4dabae9cd1899552b0f4b5b61451e4f71fca5c5fc75ba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:68cad1c790fb3b5dd6e4dabae9cd1899552b0f4b5b61451e4f71fca5c5fc75ba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:68cad1c790fb3b5dd6e4dabae9cd1899552b0f4b5b61451e4f71fca5c5fc75ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A68cad1c790fb3b5dd6e4dabae9cd1899552b0f4b5b61451e4f71fca5c5fc75ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768662778"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d35c6ed4b93aef162df955ca750277ecd1d9469b713bb9a511669147a5b46e33_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d35c6ed4b93aef162df955ca750277ecd1d9469b713bb9a511669147a5b46e33_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d35c6ed4b93aef162df955ca750277ecd1d9469b713bb9a511669147a5b46e33_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Ad35c6ed4b93aef162df955ca750277ecd1d9469b713bb9a511669147a5b46e33?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768621865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27978322fa73148af7670efebefad1175166acf9a127ea881149603534034fea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27978322fa73148af7670efebefad1175166acf9a127ea881149603534034fea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27978322fa73148af7670efebefad1175166acf9a127ea881149603534034fea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A27978322fa73148af7670efebefad1175166acf9a127ea881149603534034fea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768658663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8797eac9a0a1012640bd8d2a04469760246c27b0ba73a18d7a9027693eedb7d5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8797eac9a0a1012640bd8d2a04469760246c27b0ba73a18d7a9027693eedb7d5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8797eac9a0a1012640bd8d2a04469760246c27b0ba73a18d7a9027693eedb7d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A8797eac9a0a1012640bd8d2a04469760246c27b0ba73a18d7a9027693eedb7d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768851630"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:858152628388d9e146897a7a373713f74ef204bb937d935995e8721dd3c6140a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:858152628388d9e146897a7a373713f74ef204bb937d935995e8721dd3c6140a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:858152628388d9e146897a7a373713f74ef204bb937d935995e8721dd3c6140a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A858152628388d9e146897a7a373713f74ef204bb937d935995e8721dd3c6140a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b49f8648e81dfa19ba4a05cd0f0f40d67eea325821b3e6bfd7825783955a0f5f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b49f8648e81dfa19ba4a05cd0f0f40d67eea325821b3e6bfd7825783955a0f5f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b49f8648e81dfa19ba4a05cd0f0f40d67eea325821b3e6bfd7825783955a0f5f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Ab49f8648e81dfa19ba4a05cd0f0f40d67eea325821b3e6bfd7825783955a0f5f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768948983"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e38f330016b2e81eca6f69397ad57a5d0348f2d2f2c3522307b35aadf8b5ddb9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e38f330016b2e81eca6f69397ad57a5d0348f2d2f2c3522307b35aadf8b5ddb9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e38f330016b2e81eca6f69397ad57a5d0348f2d2f2c3522307b35aadf8b5ddb9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Ae38f330016b2e81eca6f69397ad57a5d0348f2d2f2c3522307b35aadf8b5ddb9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768685899"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1da02c6f999c95ecb0920f31c0d82344dc9d2572d7f475f42dc42d8a9081dd44_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1da02c6f999c95ecb0920f31c0d82344dc9d2572d7f475f42dc42d8a9081dd44_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1da02c6f999c95ecb0920f31c0d82344dc9d2572d7f475f42dc42d8a9081dd44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A1da02c6f999c95ecb0920f31c0d82344dc9d2572d7f475f42dc42d8a9081dd44?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768777759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:161ad6696b6d7e64bd2fa9ecf35a337e1510361af64ef4f6b8482d1f2c87d864_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:161ad6696b6d7e64bd2fa9ecf35a337e1510361af64ef4f6b8482d1f2c87d864_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:161ad6696b6d7e64bd2fa9ecf35a337e1510361af64ef4f6b8482d1f2c87d864_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A161ad6696b6d7e64bd2fa9ecf35a337e1510361af64ef4f6b8482d1f2c87d864?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768786791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4f9a68a87323bb2263ed303e3fde605101d955c86c4476baacb43a8c9b74a47c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4f9a68a87323bb2263ed303e3fde605101d955c86c4476baacb43a8c9b74a47c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4f9a68a87323bb2263ed303e3fde605101d955c86c4476baacb43a8c9b74a47c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A4f9a68a87323bb2263ed303e3fde605101d955c86c4476baacb43a8c9b74a47c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768621989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bd2933bc337a590b443394a8e0e46be3b6ffdcfd006344534281f0520fe2facc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bd2933bc337a590b443394a8e0e46be3b6ffdcfd006344534281f0520fe2facc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bd2933bc337a590b443394a8e0e46be3b6ffdcfd006344534281f0520fe2facc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Abd2933bc337a590b443394a8e0e46be3b6ffdcfd006344534281f0520fe2facc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768717086"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5043634a40e7f9d541c57c28ae82902ccc4a906d4e056c36f55322e6bad59705_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5043634a40e7f9d541c57c28ae82902ccc4a906d4e056c36f55322e6bad59705_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5043634a40e7f9d541c57c28ae82902ccc4a906d4e056c36f55322e6bad59705_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A5043634a40e7f9d541c57c28ae82902ccc4a906d4e056c36f55322e6bad59705?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768911640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7e61ea6fa0abe887217ee126701d71f7f4307c46225f8592d5cd1dffe62428ec_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7e61ea6fa0abe887217ee126701d71f7f4307c46225f8592d5cd1dffe62428ec_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7e61ea6fa0abe887217ee126701d71f7f4307c46225f8592d5cd1dffe62428ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A7e61ea6fa0abe887217ee126701d71f7f4307c46225f8592d5cd1dffe62428ec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768667973"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4040654f77bc137b99afdd6aabdd47a314bdbe1794f931ec2dc9b7d2337111ac_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4040654f77bc137b99afdd6aabdd47a314bdbe1794f931ec2dc9b7d2337111ac_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4040654f77bc137b99afdd6aabdd47a314bdbe1794f931ec2dc9b7d2337111ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A4040654f77bc137b99afdd6aabdd47a314bdbe1794f931ec2dc9b7d2337111ac?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768658687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a000b455663f871d2c08877974c63f3d0a3f494a44bffe0b143301d97a2bcd4a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a000b455663f871d2c08877974c63f3d0a3f494a44bffe0b143301d97a2bcd4a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a000b455663f871d2c08877974c63f3d0a3f494a44bffe0b143301d97a2bcd4a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Aa000b455663f871d2c08877974c63f3d0a3f494a44bffe0b143301d97a2bcd4a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768622105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39516d2dafdcde7dba1a531b909c6495d54d5e44bccf8c3fbdbecde8ae689201_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39516d2dafdcde7dba1a531b909c6495d54d5e44bccf8c3fbdbecde8ae689201_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39516d2dafdcde7dba1a531b909c6495d54d5e44bccf8c3fbdbecde8ae689201_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A39516d2dafdcde7dba1a531b909c6495d54d5e44bccf8c3fbdbecde8ae689201?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768869282"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eb3ab7be1af1e0118f4dc015d4091b7587b3515c5b970495b60b407ce8acae63_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eb3ab7be1af1e0118f4dc015d4091b7587b3515c5b970495b60b407ce8acae63_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eb3ab7be1af1e0118f4dc015d4091b7587b3515c5b970495b60b407ce8acae63_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Aeb3ab7be1af1e0118f4dc015d4091b7587b3515c5b970495b60b407ce8acae63?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768677062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1a69a94e11b71a12847b733e9744b1dc8adb6c93071332f11e9784b8bffc3de7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1a69a94e11b71a12847b733e9744b1dc8adb6c93071332f11e9784b8bffc3de7_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1a69a94e11b71a12847b733e9744b1dc8adb6c93071332f11e9784b8bffc3de7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A1a69a94e11b71a12847b733e9744b1dc8adb6c93071332f11e9784b8bffc3de7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768862268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:04f4d72f5b89a5f05142f1759f85a3a185cb30fcf3b4677285a76a67c08db690_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:04f4d72f5b89a5f05142f1759f85a3a185cb30fcf3b4677285a76a67c08db690_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:04f4d72f5b89a5f05142f1759f85a3a185cb30fcf3b4677285a76a67c08db690_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A04f4d72f5b89a5f05142f1759f85a3a185cb30fcf3b4677285a76a67c08db690?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768770896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3cf3338663b2ac175cb7fbd0d83b6f332b00d6cb683106b7dcbb7b72f91bbbb8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3cf3338663b2ac175cb7fbd0d83b6f332b00d6cb683106b7dcbb7b72f91bbbb8_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3cf3338663b2ac175cb7fbd0d83b6f332b00d6cb683106b7dcbb7b72f91bbbb8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A3cf3338663b2ac175cb7fbd0d83b6f332b00d6cb683106b7dcbb7b72f91bbbb8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768745556"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7f96d44bae01473c9ab16031f7b07a2d22412a290013ca26f6359af073c90c1a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7f96d44bae01473c9ab16031f7b07a2d22412a290013ca26f6359af073c90c1a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7f96d44bae01473c9ab16031f7b07a2d22412a290013ca26f6359af073c90c1a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A7f96d44bae01473c9ab16031f7b07a2d22412a290013ca26f6359af073c90c1a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768628173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:725b61c6809ebfbba6be5fdbf5330d671d618203f7928a16efbd89d5c0fbfd0c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:725b61c6809ebfbba6be5fdbf5330d671d618203f7928a16efbd89d5c0fbfd0c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:725b61c6809ebfbba6be5fdbf5330d671d618203f7928a16efbd89d5c0fbfd0c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A725b61c6809ebfbba6be5fdbf5330d671d618203f7928a16efbd89d5c0fbfd0c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768686062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3e68d4ea67cb9c838d6730a1039ea23b875a8ecbab2b4d76375d6df245339e41_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3e68d4ea67cb9c838d6730a1039ea23b875a8ecbab2b4d76375d6df245339e41_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3e68d4ea67cb9c838d6730a1039ea23b875a8ecbab2b4d76375d6df245339e41_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A3e68d4ea67cb9c838d6730a1039ea23b875a8ecbab2b4d76375d6df245339e41?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768754319"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ef489ba496eb6f6e25acc7977ec8c21b5aff7a834ec28b29b104f83b7608eafc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ef489ba496eb6f6e25acc7977ec8c21b5aff7a834ec28b29b104f83b7608eafc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ef489ba496eb6f6e25acc7977ec8c21b5aff7a834ec28b29b104f83b7608eafc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3Aef489ba496eb6f6e25acc7977ec8c21b5aff7a834ec28b29b104f83b7608eafc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768723515"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ab1dfcb2a4e53dbb3cdc653c7f3f0f03bdce8487d43cc6626c75f8495bfbd71_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ab1dfcb2a4e53dbb3cdc653c7f3f0f03bdce8487d43cc6626c75f8495bfbd71_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ab1dfcb2a4e53dbb3cdc653c7f3f0f03bdce8487d43cc6626c75f8495bfbd71_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A7ab1dfcb2a4e53dbb3cdc653c7f3f0f03bdce8487d43cc6626c75f8495bfbd71?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768621953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64d80730aa52ceef2cfcdc0c414b5108832fe23134c09fc52998becdc48aa7b8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64d80730aa52ceef2cfcdc0c414b5108832fe23134c09fc52998becdc48aa7b8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64d80730aa52ceef2cfcdc0c414b5108832fe23134c09fc52998becdc48aa7b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A64d80730aa52ceef2cfcdc0c414b5108832fe23134c09fc52998becdc48aa7b8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768667990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e3b1e6ffc8764fc92f07b3c1069889d20524d2aca0c4f9e124d0290cf322f4b5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e3b1e6ffc8764fc92f07b3c1069889d20524d2aca0c4f9e124d0290cf322f4b5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e3b1e6ffc8764fc92f07b3c1069889d20524d2aca0c4f9e124d0290cf322f4b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Ae3b1e6ffc8764fc92f07b3c1069889d20524d2aca0c4f9e124d0290cf322f4b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768651627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:31981eccb64a5aaba6f63f2ac4e4cd4c850ce247fc9fc0b82a4818c83aae5d40_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:31981eccb64a5aaba6f63f2ac4e4cd4c850ce247fc9fc0b82a4818c83aae5d40_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:31981eccb64a5aaba6f63f2ac4e4cd4c850ce247fc9fc0b82a4818c83aae5d40_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A31981eccb64a5aaba6f63f2ac4e4cd4c850ce247fc9fc0b82a4818c83aae5d40?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768651611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:96ce27c20214b8caa64b859e7078fb8325a5e0f88a5dbae182421194f068b7a8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:96ce27c20214b8caa64b859e7078fb8325a5e0f88a5dbae182421194f068b7a8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:96ce27c20214b8caa64b859e7078fb8325a5e0f88a5dbae182421194f068b7a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A96ce27c20214b8caa64b859e7078fb8325a5e0f88a5dbae182421194f068b7a8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768682634"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:159840e10307764c82bae9b8c564c7094b8f4d85095ada8da8f5226f5b2852b5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:159840e10307764c82bae9b8c564c7094b8f4d85095ada8da8f5226f5b2852b5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:159840e10307764c82bae9b8c564c7094b8f4d85095ada8da8f5226f5b2852b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A159840e10307764c82bae9b8c564c7094b8f4d85095ada8da8f5226f5b2852b5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768580363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:013c20bec9284a1bd213d9fb2e2aa65edfba8871c450970bbca43108f6269a6d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:013c20bec9284a1bd213d9fb2e2aa65edfba8871c450970bbca43108f6269a6d_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:013c20bec9284a1bd213d9fb2e2aa65edfba8871c450970bbca43108f6269a6d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A013c20bec9284a1bd213d9fb2e2aa65edfba8871c450970bbca43108f6269a6d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768701661"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:72d1796407f7e57171e7370384e4352387c1336fe90e9a60538c114507d5baaf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:72d1796407f7e57171e7370384e4352387c1336fe90e9a60538c114507d5baaf_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:72d1796407f7e57171e7370384e4352387c1336fe90e9a60538c114507d5baaf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A72d1796407f7e57171e7370384e4352387c1336fe90e9a60538c114507d5baaf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768717071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6541102984bb49cdefa5b2d494e8ff1b28fab6cc115c555754108f65c7e627f6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6541102984bb49cdefa5b2d494e8ff1b28fab6cc115c555754108f65c7e627f6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6541102984bb49cdefa5b2d494e8ff1b28fab6cc115c555754108f65c7e627f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A6541102984bb49cdefa5b2d494e8ff1b28fab6cc115c555754108f65c7e627f6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768745556"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a73ebdee6a1620c6e1cb3c80a7b67183a6864a417f8815efb41be4fe004042bb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a73ebdee6a1620c6e1cb3c80a7b67183a6864a417f8815efb41be4fe004042bb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a73ebdee6a1620c6e1cb3c80a7b67183a6864a417f8815efb41be4fe004042bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Aa73ebdee6a1620c6e1cb3c80a7b67183a6864a417f8815efb41be4fe004042bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768639025"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf1e6eaade0b2a65408f666a55c3dd64f81dc366ab82cc9cbbd32d51a6170ec2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf1e6eaade0b2a65408f666a55c3dd64f81dc366ab82cc9cbbd32d51a6170ec2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf1e6eaade0b2a65408f666a55c3dd64f81dc366ab82cc9cbbd32d51a6170ec2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Acf1e6eaade0b2a65408f666a55c3dd64f81dc366ab82cc9cbbd32d51a6170ec2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c582deb37feeeac0551a5893107c5623b2cf3e97bf178fbc3d6b03c143128ea1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c582deb37feeeac0551a5893107c5623b2cf3e97bf178fbc3d6b03c143128ea1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c582deb37feeeac0551a5893107c5623b2cf3e97bf178fbc3d6b03c143128ea1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Ac582deb37feeeac0551a5893107c5623b2cf3e97bf178fbc3d6b03c143128ea1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768846190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5fbf4751a49a88a89f674e64861e7dcf491cc67cad34719a0bfae8ab0eb100da_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5fbf4751a49a88a89f674e64861e7dcf491cc67cad34719a0bfae8ab0eb100da_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5fbf4751a49a88a89f674e64861e7dcf491cc67cad34719a0bfae8ab0eb100da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A5fbf4751a49a88a89f674e64861e7dcf491cc67cad34719a0bfae8ab0eb100da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768676944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bd4fb9fc797dc15ba60847c5fcf2dd7e4ff90ec01937c24b4a04531bc307f821_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bd4fb9fc797dc15ba60847c5fcf2dd7e4ff90ec01937c24b4a04531bc307f821_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bd4fb9fc797dc15ba60847c5fcf2dd7e4ff90ec01937c24b4a04531bc307f821_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Abd4fb9fc797dc15ba60847c5fcf2dd7e4ff90ec01937c24b4a04531bc307f821?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768716976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb02ec382b9619d25bb892b5afd59efc7d265c7bd7b787e30a976eea7b4f7cd1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb02ec382b9619d25bb892b5afd59efc7d265c7bd7b787e30a976eea7b4f7cd1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb02ec382b9619d25bb892b5afd59efc7d265c7bd7b787e30a976eea7b4f7cd1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Abb02ec382b9619d25bb892b5afd59efc7d265c7bd7b787e30a976eea7b4f7cd1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768787126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:43dea861132154bcb2841a604f7946addd7b1e5b0fe7e25538a6c57e759cd4dd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:43dea861132154bcb2841a604f7946addd7b1e5b0fe7e25538a6c57e759cd4dd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:43dea861132154bcb2841a604f7946addd7b1e5b0fe7e25538a6c57e759cd4dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A43dea861132154bcb2841a604f7946addd7b1e5b0fe7e25538a6c57e759cd4dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768826724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:859e8a6e1cde5c011db2c542f6fcd8d37bac212976581d75953f463d2c280556_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:859e8a6e1cde5c011db2c542f6fcd8d37bac212976581d75953f463d2c280556_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:859e8a6e1cde5c011db2c542f6fcd8d37bac212976581d75953f463d2c280556_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A859e8a6e1cde5c011db2c542f6fcd8d37bac212976581d75953f463d2c280556?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768673623"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:93559e3a79fdb47a054add7a65cb98c1b8da73a542795b28a85c8c52f954cd95_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:93559e3a79fdb47a054add7a65cb98c1b8da73a542795b28a85c8c52f954cd95_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:93559e3a79fdb47a054add7a65cb98c1b8da73a542795b28a85c8c52f954cd95_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A93559e3a79fdb47a054add7a65cb98c1b8da73a542795b28a85c8c52f954cd95?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768782781"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff35afc3e927d7e057f1cac789307af2eb12537fe985d5b9e742d8c7bb13a84a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff35afc3e927d7e057f1cac789307af2eb12537fe985d5b9e742d8c7bb13a84a_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff35afc3e927d7e057f1cac789307af2eb12537fe985d5b9e742d8c7bb13a84a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3Aff35afc3e927d7e057f1cac789307af2eb12537fe985d5b9e742d8c7bb13a84a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768695747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c5ceac8d09149b2e204846cde81f9e87b6fba38e00c6fabfc9ce043889645a0a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c5ceac8d09149b2e204846cde81f9e87b6fba38e00c6fabfc9ce043889645a0a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c5ceac8d09149b2e204846cde81f9e87b6fba38e00c6fabfc9ce043889645a0a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Ac5ceac8d09149b2e204846cde81f9e87b6fba38e00c6fabfc9ce043889645a0a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768676949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:81113710e0afc2eca536f9dee5f0fb525b42b6a2a1c2b4c8141c409181243ed3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:81113710e0afc2eca536f9dee5f0fb525b42b6a2a1c2b4c8141c409181243ed3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:81113710e0afc2eca536f9dee5f0fb525b42b6a2a1c2b4c8141c409181243ed3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A81113710e0afc2eca536f9dee5f0fb525b42b6a2a1c2b4c8141c409181243ed3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768739560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d1782d4a16a24063794a5b7f1d511c0c9422d2a946ac65adc9d408b2963e0d7b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d1782d4a16a24063794a5b7f1d511c0c9422d2a946ac65adc9d408b2963e0d7b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d1782d4a16a24063794a5b7f1d511c0c9422d2a946ac65adc9d408b2963e0d7b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3Ad1782d4a16a24063794a5b7f1d511c0c9422d2a946ac65adc9d408b2963e0d7b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768676880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:29331d2c54945440e2715d0246d997ad20ea76b67411d1acbeb3cfbde5b52ee2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:29331d2c54945440e2715d0246d997ad20ea76b67411d1acbeb3cfbde5b52ee2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:29331d2c54945440e2715d0246d997ad20ea76b67411d1acbeb3cfbde5b52ee2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A29331d2c54945440e2715d0246d997ad20ea76b67411d1acbeb3cfbde5b52ee2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768818996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8fff7f10461a43a8ecedb83b3620d8b16936f7cbba840f9a5cafccc7102dd805_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8fff7f10461a43a8ecedb83b3620d8b16936f7cbba840f9a5cafccc7102dd805_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8fff7f10461a43a8ecedb83b3620d8b16936f7cbba840f9a5cafccc7102dd805_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3A8fff7f10461a43a8ecedb83b3620d8b16936f7cbba840f9a5cafccc7102dd805?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768686153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e45fcda9f48e3dfb88619650d2cf25a3618d65909406c1392daa86a0b0b0906_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e45fcda9f48e3dfb88619650d2cf25a3618d65909406c1392daa86a0b0b0906_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e45fcda9f48e3dfb88619650d2cf25a3618d65909406c1392daa86a0b0b0906_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A2e45fcda9f48e3dfb88619650d2cf25a3618d65909406c1392daa86a0b0b0906?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768701662"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a6b596bf430dedc60b4a2f53e60063ee69f3211a1d83251104863a80c496dfbf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a6b596bf430dedc60b4a2f53e60063ee69f3211a1d83251104863a80c496dfbf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a6b596bf430dedc60b4a2f53e60063ee69f3211a1d83251104863a80c496dfbf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Aa6b596bf430dedc60b4a2f53e60063ee69f3211a1d83251104863a80c496dfbf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4af8180d1e5a1cd9c0800e58ab9d206ed23c0ab8d772e1457d8c7002f5432cd9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4af8180d1e5a1cd9c0800e58ab9d206ed23c0ab8d772e1457d8c7002f5432cd9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4af8180d1e5a1cd9c0800e58ab9d206ed23c0ab8d772e1457d8c7002f5432cd9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A4af8180d1e5a1cd9c0800e58ab9d206ed23c0ab8d772e1457d8c7002f5432cd9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768646664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:44598513b21b1758425792227838b0a976b2930fd77deed69bc7e510c7a42bed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:44598513b21b1758425792227838b0a976b2930fd77deed69bc7e510c7a42bed_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:44598513b21b1758425792227838b0a976b2930fd77deed69bc7e510c7a42bed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A44598513b21b1758425792227838b0a976b2930fd77deed69bc7e510c7a42bed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768658614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:740ef97d2a49596d2ce07805fe11b4020814f86fef4f7e8ccb7a3ff78f59e516_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:740ef97d2a49596d2ce07805fe11b4020814f86fef4f7e8ccb7a3ff78f59e516_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:740ef97d2a49596d2ce07805fe11b4020814f86fef4f7e8ccb7a3ff78f59e516_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A740ef97d2a49596d2ce07805fe11b4020814f86fef4f7e8ccb7a3ff78f59e516?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768646793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cf9e6024e6556ea6514dbe3bf3b1c7bdd44ebcd41c5ebbb2a7bda84c44ffeff1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cf9e6024e6556ea6514dbe3bf3b1c7bdd44ebcd41c5ebbb2a7bda84c44ffeff1_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cf9e6024e6556ea6514dbe3bf3b1c7bdd44ebcd41c5ebbb2a7bda84c44ffeff1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3Acf9e6024e6556ea6514dbe3bf3b1c7bdd44ebcd41c5ebbb2a7bda84c44ffeff1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768896730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e914b65759662d462bacd6f4e9119396c7b328c3d705981ebefa3fa44d528343_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e914b65759662d462bacd6f4e9119396c7b328c3d705981ebefa3fa44d528343_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e914b65759662d462bacd6f4e9119396c7b328c3d705981ebefa3fa44d528343_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ae914b65759662d462bacd6f4e9119396c7b328c3d705981ebefa3fa44d528343?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768621744"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8c4c2f467bab09a9b40d1ecf1c8723ff9544eb8903918c6dd3cfb0060cd5da82_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8c4c2f467bab09a9b40d1ecf1c8723ff9544eb8903918c6dd3cfb0060cd5da82_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8c4c2f467bab09a9b40d1ecf1c8723ff9544eb8903918c6dd3cfb0060cd5da82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A8c4c2f467bab09a9b40d1ecf1c8723ff9544eb8903918c6dd3cfb0060cd5da82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768764375"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2247f41471839daf79124e6b185f25504a1ecabe7083fd2f071c4dd89db77a19_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2247f41471839daf79124e6b185f25504a1ecabe7083fd2f071c4dd89db77a19_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2247f41471839daf79124e6b185f25504a1ecabe7083fd2f071c4dd89db77a19_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A2247f41471839daf79124e6b185f25504a1ecabe7083fd2f071c4dd89db77a19?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768676854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:98ae20e6655d2d48c0b807763171b7e88b17d5887e43194e19b92078cbc7db84_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:98ae20e6655d2d48c0b807763171b7e88b17d5887e43194e19b92078cbc7db84_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:98ae20e6655d2d48c0b807763171b7e88b17d5887e43194e19b92078cbc7db84_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A98ae20e6655d2d48c0b807763171b7e88b17d5887e43194e19b92078cbc7db84?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768646579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:513feed9bdea8c02802d16c35863d47a1f20c3e8562d6a2a179a47e844749666_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:513feed9bdea8c02802d16c35863d47a1f20c3e8562d6a2a179a47e844749666_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:513feed9bdea8c02802d16c35863d47a1f20c3e8562d6a2a179a47e844749666_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A513feed9bdea8c02802d16c35863d47a1f20c3e8562d6a2a179a47e844749666?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768883370"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f87f4821bacea3fcb8300e1437a70ac8f59871e9f93d137ecc992ba54f4c6ecc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f87f4821bacea3fcb8300e1437a70ac8f59871e9f93d137ecc992ba54f4c6ecc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f87f4821bacea3fcb8300e1437a70ac8f59871e9f93d137ecc992ba54f4c6ecc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Af87f4821bacea3fcb8300e1437a70ac8f59871e9f93d137ecc992ba54f4c6ecc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768677043"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ebaf06d929ec771d3882b5a8e4ae86816f995d27fa65afcbf29c048a2bb6fc72_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ebaf06d929ec771d3882b5a8e4ae86816f995d27fa65afcbf29c048a2bb6fc72_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ebaf06d929ec771d3882b5a8e4ae86816f995d27fa65afcbf29c048a2bb6fc72_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Aebaf06d929ec771d3882b5a8e4ae86816f995d27fa65afcbf29c048a2bb6fc72?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768723646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2b2051f90781bc62840adb0e5a60951231433e23dc381b2c26156775469683c7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2b2051f90781bc62840adb0e5a60951231433e23dc381b2c26156775469683c7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2b2051f90781bc62840adb0e5a60951231433e23dc381b2c26156775469683c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A2b2051f90781bc62840adb0e5a60951231433e23dc381b2c26156775469683c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768585045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8b33fc26e42a8b4a7b69c94635b01dbd975ff885be7228fd8f86323a592fcecb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8b33fc26e42a8b4a7b69c94635b01dbd975ff885be7228fd8f86323a592fcecb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8b33fc26e42a8b4a7b69c94635b01dbd975ff885be7228fd8f86323a592fcecb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A8b33fc26e42a8b4a7b69c94635b01dbd975ff885be7228fd8f86323a592fcecb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768896630"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ad0eb0b006e9297f5bc0f907f18e2227a7ca646710c6831c1439799cc97b8b20_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ad0eb0b006e9297f5bc0f907f18e2227a7ca646710c6831c1439799cc97b8b20_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ad0eb0b006e9297f5bc0f907f18e2227a7ca646710c6831c1439799cc97b8b20_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Aad0eb0b006e9297f5bc0f907f18e2227a7ca646710c6831c1439799cc97b8b20?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768936257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3813d16b41b7c5844562faadc6d72e788ad612ecd14218a511e3ac4fbf68b4fe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3813d16b41b7c5844562faadc6d72e788ad612ecd14218a511e3ac4fbf68b4fe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3813d16b41b7c5844562faadc6d72e788ad612ecd14218a511e3ac4fbf68b4fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A3813d16b41b7c5844562faadc6d72e788ad612ecd14218a511e3ac4fbf68b4fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768987960"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a53b0253f537d2d04a2665ad24a169f07fe8268ea662cebd3368a2045e586914_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a53b0253f537d2d04a2665ad24a169f07fe8268ea662cebd3368a2045e586914_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a53b0253f537d2d04a2665ad24a169f07fe8268ea662cebd3368a2045e586914_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Aa53b0253f537d2d04a2665ad24a169f07fe8268ea662cebd3368a2045e586914?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768862258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:83c7c5507378c169941b9e2452c77f40778adc76e5983fa2ff394056bed5d78f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:83c7c5507378c169941b9e2452c77f40778adc76e5983fa2ff394056bed5d78f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:83c7c5507378c169941b9e2452c77f40778adc76e5983fa2ff394056bed5d78f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A83c7c5507378c169941b9e2452c77f40778adc76e5983fa2ff394056bed5d78f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768582676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f74b7312ebbffb5dfae17070ddcb798440a801a40a6797442779a5fa0b650e9f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f74b7312ebbffb5dfae17070ddcb798440a801a40a6797442779a5fa0b650e9f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f74b7312ebbffb5dfae17070ddcb798440a801a40a6797442779a5fa0b650e9f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Af74b7312ebbffb5dfae17070ddcb798440a801a40a6797442779a5fa0b650e9f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768710013"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5f459bbc953c9460f2166b782dfc3be213709521d5109b52d428a560ad05aa46_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5f459bbc953c9460f2166b782dfc3be213709521d5109b52d428a560ad05aa46_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5f459bbc953c9460f2166b782dfc3be213709521d5109b52d428a560ad05aa46_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A5f459bbc953c9460f2166b782dfc3be213709521d5109b52d428a560ad05aa46?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768988005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:58c5b3a8ca2791474b4a92c43090bd44085e08e1a9dd8c65b3436a910be41a0d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:58c5b3a8ca2791474b4a92c43090bd44085e08e1a9dd8c65b3436a910be41a0d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:58c5b3a8ca2791474b4a92c43090bd44085e08e1a9dd8c65b3436a910be41a0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A58c5b3a8ca2791474b4a92c43090bd44085e08e1a9dd8c65b3436a910be41a0d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768646578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:dd5951120ca786c6b25e52c3a4004e8e207df7f3f1e78a1c973635af022ee7c7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:dd5951120ca786c6b25e52c3a4004e8e207df7f3f1e78a1c973635af022ee7c7_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:dd5951120ca786c6b25e52c3a4004e8e207df7f3f1e78a1c973635af022ee7c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Add5951120ca786c6b25e52c3a4004e8e207df7f3f1e78a1c973635af022ee7c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768883433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:15ebfdd859de122945f7cf8e41e3b1a6e5e02a463b884e0a3fad2fc583c0f156_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:15ebfdd859de122945f7cf8e41e3b1a6e5e02a463b884e0a3fad2fc583c0f156_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:15ebfdd859de122945f7cf8e41e3b1a6e5e02a463b884e0a3fad2fc583c0f156_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A15ebfdd859de122945f7cf8e41e3b1a6e5e02a463b884e0a3fad2fc583c0f156?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768857869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:10f2e02396689588a8c752bda0fc37076608541bc2c7c87bb9ce9934a5322f88_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:10f2e02396689588a8c752bda0fc37076608541bc2c7c87bb9ce9934a5322f88_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:10f2e02396689588a8c752bda0fc37076608541bc2c7c87bb9ce9934a5322f88_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A10f2e02396689588a8c752bda0fc37076608541bc2c7c87bb9ce9934a5322f88?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8c2c8b9dcf7925622da59ae7281922dd1612dd29a2804e5c40eb52e98970d2c8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8c2c8b9dcf7925622da59ae7281922dd1612dd29a2804e5c40eb52e98970d2c8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8c2c8b9dcf7925622da59ae7281922dd1612dd29a2804e5c40eb52e98970d2c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A8c2c8b9dcf7925622da59ae7281922dd1612dd29a2804e5c40eb52e98970d2c8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768988246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1935dc068e6fab6154c9361f30ec34459606ca802b3e32875a59eaad23d45599_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1935dc068e6fab6154c9361f30ec34459606ca802b3e32875a59eaad23d45599_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1935dc068e6fab6154c9361f30ec34459606ca802b3e32875a59eaad23d45599_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A1935dc068e6fab6154c9361f30ec34459606ca802b3e32875a59eaad23d45599?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768869223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8d8553b21651d295a2270514ef06d8a1c2f1847801373bce608ea47a9f343f39_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8d8553b21651d295a2270514ef06d8a1c2f1847801373bce608ea47a9f343f39_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8d8553b21651d295a2270514ef06d8a1c2f1847801373bce608ea47a9f343f39_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A8d8553b21651d295a2270514ef06d8a1c2f1847801373bce608ea47a9f343f39?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668665"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:39b63894fac4b3593d329f88bafa14872da758417975ac4e519a470004c01cd7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:39b63894fac4b3593d329f88bafa14872da758417975ac4e519a470004c01cd7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:39b63894fac4b3593d329f88bafa14872da758417975ac4e519a470004c01cd7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A39b63894fac4b3593d329f88bafa14872da758417975ac4e519a470004c01cd7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768717625"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f55ce8e190fe51295ba9c603a0b12cec77133cd6197ad453da97ce16c0490a3b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f55ce8e190fe51295ba9c603a0b12cec77133cd6197ad453da97ce16c0490a3b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f55ce8e190fe51295ba9c603a0b12cec77133cd6197ad453da97ce16c0490a3b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Af55ce8e190fe51295ba9c603a0b12cec77133cd6197ad453da97ce16c0490a3b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768804674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c488d9cdc38eb475a612aeb32d9f7773e3f872d568edd48b7d5f66b76a2e192e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c488d9cdc38eb475a612aeb32d9f7773e3f872d568edd48b7d5f66b76a2e192e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c488d9cdc38eb475a612aeb32d9f7773e3f872d568edd48b7d5f66b76a2e192e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Ac488d9cdc38eb475a612aeb32d9f7773e3f872d568edd48b7d5f66b76a2e192e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768846410"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d3c3f32d31a6175193ccb470f72186c6b0e17375de54e4cec66207f42bad0ab0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d3c3f32d31a6175193ccb470f72186c6b0e17375de54e4cec66207f42bad0ab0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d3c3f32d31a6175193ccb470f72186c6b0e17375de54e4cec66207f42bad0ab0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Ad3c3f32d31a6175193ccb470f72186c6b0e17375de54e4cec66207f42bad0ab0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768651677"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b64e7605d4b7472503ba03472931529a380460991e9ca7f99346b7f4b5cc802_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b64e7605d4b7472503ba03472931529a380460991e9ca7f99346b7f4b5cc802_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b64e7605d4b7472503ba03472931529a380460991e9ca7f99346b7f4b5cc802_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A4b64e7605d4b7472503ba03472931529a380460991e9ca7f99346b7f4b5cc802?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768869372"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5a261510ba798b5e5fdfdf452c96d96e411a337da984f3902ebdd3147160a550_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5a261510ba798b5e5fdfdf452c96d96e411a337da984f3902ebdd3147160a550_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5a261510ba798b5e5fdfdf452c96d96e411a337da984f3902ebdd3147160a550_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A5a261510ba798b5e5fdfdf452c96d96e411a337da984f3902ebdd3147160a550?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768687239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6ade6ae0f25bbd0118a7530d4447b9ed17058e4f9daa871a226125ef5ced3192_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6ade6ae0f25bbd0118a7530d4447b9ed17058e4f9daa871a226125ef5ced3192_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6ade6ae0f25bbd0118a7530d4447b9ed17058e4f9daa871a226125ef5ced3192_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A6ade6ae0f25bbd0118a7530d4447b9ed17058e4f9daa871a226125ef5ced3192?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768709950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:db209a1b80ab7b1e6183361f0fb98147afb983607906c30f82027d3bd0251d76_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:db209a1b80ab7b1e6183361f0fb98147afb983607906c30f82027d3bd0251d76_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:db209a1b80ab7b1e6183361f0fb98147afb983607906c30f82027d3bd0251d76_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Adb209a1b80ab7b1e6183361f0fb98147afb983607906c30f82027d3bd0251d76?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768827277"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7d8e3e51ce3be568a9fe7a145d443e9223bd161cae7ecff0c2ffd2a9fb40d837_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7d8e3e51ce3be568a9fe7a145d443e9223bd161cae7ecff0c2ffd2a9fb40d837_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7d8e3e51ce3be568a9fe7a145d443e9223bd161cae7ecff0c2ffd2a9fb40d837_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A7d8e3e51ce3be568a9fe7a145d443e9223bd161cae7ecff0c2ffd2a9fb40d837?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768673605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9e23fb1c99e6496bde42a13dfe236b060662b908ea30ee8d45c99c5ae447c493_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9e23fb1c99e6496bde42a13dfe236b060662b908ea30ee8d45c99c5ae447c493_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9e23fb1c99e6496bde42a13dfe236b060662b908ea30ee8d45c99c5ae447c493_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A9e23fb1c99e6496bde42a13dfe236b060662b908ea30ee8d45c99c5ae447c493?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768682450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd35b01de09fbb4518d75811dfbcfd502f376f43a50ee4ce476d9690dfab63a2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd35b01de09fbb4518d75811dfbcfd502f376f43a50ee4ce476d9690dfab63a2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd35b01de09fbb4518d75811dfbcfd502f376f43a50ee4ce476d9690dfab63a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Acd35b01de09fbb4518d75811dfbcfd502f376f43a50ee4ce476d9690dfab63a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768942038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4e211caf8c5a933dd82335efdce5e001bdbdcf434e8b5a84834742229fbecd0b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4e211caf8c5a933dd82335efdce5e001bdbdcf434e8b5a84834742229fbecd0b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4e211caf8c5a933dd82335efdce5e001bdbdcf434e8b5a84834742229fbecd0b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A4e211caf8c5a933dd82335efdce5e001bdbdcf434e8b5a84834742229fbecd0b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768745559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4475536f349a0f3ae2229c3dde6c46f55a2ab25b710e3856df420c18098e29f4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4475536f349a0f3ae2229c3dde6c46f55a2ab25b710e3856df420c18098e29f4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4475536f349a0f3ae2229c3dde6c46f55a2ab25b710e3856df420c18098e29f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A4475536f349a0f3ae2229c3dde6c46f55a2ab25b710e3856df420c18098e29f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768941972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d589ed11166522b34ef9e63df5f3c76fdda425c9d726b1ffbfafb74b47c08460_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d589ed11166522b34ef9e63df5f3c76fdda425c9d726b1ffbfafb74b47c08460_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d589ed11166522b34ef9e63df5f3c76fdda425c9d726b1ffbfafb74b47c08460_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Ad589ed11166522b34ef9e63df5f3c76fdda425c9d726b1ffbfafb74b47c08460?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768794461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5be115966e17263b4d0c18e175019b447e93d9bede06bc87c53b49cd4d22778e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5be115966e17263b4d0c18e175019b447e93d9bede06bc87c53b49cd4d22778e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5be115966e17263b4d0c18e175019b447e93d9bede06bc87c53b49cd4d22778e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A5be115966e17263b4d0c18e175019b447e93d9bede06bc87c53b49cd4d22778e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768633558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:941e425284a01b806853e6ea05339b5ce52b56d1aea6cd360cd5a22b7bb7b175_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:941e425284a01b806853e6ea05339b5ce52b56d1aea6cd360cd5a22b7bb7b175_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:941e425284a01b806853e6ea05339b5ce52b56d1aea6cd360cd5a22b7bb7b175_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A941e425284a01b806853e6ea05339b5ce52b56d1aea6cd360cd5a22b7bb7b175?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768651616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ef019ee074174ba0c717abaa0f74a02be884ef835ea227eb0bef6dd7b3a99300_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ef019ee074174ba0c717abaa0f74a02be884ef835ea227eb0bef6dd7b3a99300_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ef019ee074174ba0c717abaa0f74a02be884ef835ea227eb0bef6dd7b3a99300_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3Aef019ee074174ba0c717abaa0f74a02be884ef835ea227eb0bef6dd7b3a99300?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768695508"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fd37b4b03f737e90c179662f90f01c29c2a72afa61ae81cc60e065e26040da35_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fd37b4b03f737e90c179662f90f01c29c2a72afa61ae81cc60e065e26040da35_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fd37b4b03f737e90c179662f90f01c29c2a72afa61ae81cc60e065e26040da35_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Afd37b4b03f737e90c179662f90f01c29c2a72afa61ae81cc60e065e26040da35?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768633711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:93156295e2f3a961739c57f6ce7246d22f50f534ba423e9808ffd787bceb33db_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:93156295e2f3a961739c57f6ce7246d22f50f534ba423e9808ffd787bceb33db_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:93156295e2f3a961739c57f6ce7246d22f50f534ba423e9808ffd787bceb33db_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A93156295e2f3a961739c57f6ce7246d22f50f534ba423e9808ffd787bceb33db?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768808404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bdf6a78dd3246d4836a5106991b861efd982fffba6ea2db1e22f42e48c29a509_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bdf6a78dd3246d4836a5106991b861efd982fffba6ea2db1e22f42e48c29a509_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bdf6a78dd3246d4836a5106991b861efd982fffba6ea2db1e22f42e48c29a509_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Abdf6a78dd3246d4836a5106991b861efd982fffba6ea2db1e22f42e48c29a509?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768701663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b56a763a771c2ca53c8a789f42a4a1e05877cacc669bb983ff15d0909e1437a5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b56a763a771c2ca53c8a789f42a4a1e05877cacc669bb983ff15d0909e1437a5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b56a763a771c2ca53c8a789f42a4a1e05877cacc669bb983ff15d0909e1437a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Ab56a763a771c2ca53c8a789f42a4a1e05877cacc669bb983ff15d0909e1437a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3362c9e73ab0966b6dbfa9f1faa1854feff8e8a93ee884d1984af120b31e3a56_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3362c9e73ab0966b6dbfa9f1faa1854feff8e8a93ee884d1984af120b31e3a56_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3362c9e73ab0966b6dbfa9f1faa1854feff8e8a93ee884d1984af120b31e3a56_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A3362c9e73ab0966b6dbfa9f1faa1854feff8e8a93ee884d1984af120b31e3a56?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768701740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bec97fa6e8a87d3373096caaa844150a98355459705b4785b677d073d3fcf34f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bec97fa6e8a87d3373096caaa844150a98355459705b4785b677d073d3fcf34f_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bec97fa6e8a87d3373096caaa844150a98355459705b4785b677d073d3fcf34f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Abec97fa6e8a87d3373096caaa844150a98355459705b4785b677d073d3fcf34f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768936268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:894367b856ad95beae281a18816b3443021c023121bac74ab345bef75590510a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:894367b856ad95beae281a18816b3443021c023121bac74ab345bef75590510a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:894367b856ad95beae281a18816b3443021c023121bac74ab345bef75590510a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A894367b856ad95beae281a18816b3443021c023121bac74ab345bef75590510a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768765148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:799f9029090c0eb6db1d42616907d4c405b5127a4146f66905366bf275f48e11_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:799f9029090c0eb6db1d42616907d4c405b5127a4146f66905366bf275f48e11_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:799f9029090c0eb6db1d42616907d4c405b5127a4146f66905366bf275f48e11_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A799f9029090c0eb6db1d42616907d4c405b5127a4146f66905366bf275f48e11?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768633674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:04f6bddab40520bae715dd9f3eb94edc601ef093c0ae44c0e35415569671819c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:04f6bddab40520bae715dd9f3eb94edc601ef093c0ae44c0e35415569671819c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:04f6bddab40520bae715dd9f3eb94edc601ef093c0ae44c0e35415569671819c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A04f6bddab40520bae715dd9f3eb94edc601ef093c0ae44c0e35415569671819c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768686092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ed488d09c9a25e1dfbe1ca8c895a561a7b59c5ab7a274d226bb768ff638d1ab9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ed488d09c9a25e1dfbe1ca8c895a561a7b59c5ab7a274d226bb768ff638d1ab9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ed488d09c9a25e1dfbe1ca8c895a561a7b59c5ab7a274d226bb768ff638d1ab9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Aed488d09c9a25e1dfbe1ca8c895a561a7b59c5ab7a274d226bb768ff638d1ab9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768628371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:770db9d2d73ae5dcd359747a232cdfe88988439d79af83a68db2d272b2d5d197_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:770db9d2d73ae5dcd359747a232cdfe88988439d79af83a68db2d272b2d5d197_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:770db9d2d73ae5dcd359747a232cdfe88988439d79af83a68db2d272b2d5d197_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A770db9d2d73ae5dcd359747a232cdfe88988439d79af83a68db2d272b2d5d197?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768638781"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4299c86832609607cf541210da5b49603a1255ecf1821e55ae83314cef55bd52_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4299c86832609607cf541210da5b49603a1255ecf1821e55ae83314cef55bd52_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4299c86832609607cf541210da5b49603a1255ecf1821e55ae83314cef55bd52_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A4299c86832609607cf541210da5b49603a1255ecf1821e55ae83314cef55bd52?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768818976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5c8d88010ecd35afc87692bdd3ae1caa678c6b38361b1ea96b32104b5b13736e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5c8d88010ecd35afc87692bdd3ae1caa678c6b38361b1ea96b32104b5b13736e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5c8d88010ecd35afc87692bdd3ae1caa678c6b38361b1ea96b32104b5b13736e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A5c8d88010ecd35afc87692bdd3ae1caa678c6b38361b1ea96b32104b5b13736e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768710399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:490b30bbec721a4fca03ba67a3c65fe14dd232c3d479879166934d10e2a841c3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:490b30bbec721a4fca03ba67a3c65fe14dd232c3d479879166934d10e2a841c3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:490b30bbec721a4fca03ba67a3c65fe14dd232c3d479879166934d10e2a841c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A490b30bbec721a4fca03ba67a3c65fe14dd232c3d479879166934d10e2a841c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768584388"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b9242e2e5f4671c52e7ce8610ecdfa89f5d3824ac89a9fabedec93ae8d5b60b4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b9242e2e5f4671c52e7ce8610ecdfa89f5d3824ac89a9fabedec93ae8d5b60b4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b9242e2e5f4671c52e7ce8610ecdfa89f5d3824ac89a9fabedec93ae8d5b60b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Ab9242e2e5f4671c52e7ce8610ecdfa89f5d3824ac89a9fabedec93ae8d5b60b4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:69be6fa285a84391db513a04b0f8ab74d30b91257a393fc06215f32dc00e4e9d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:69be6fa285a84391db513a04b0f8ab74d30b91257a393fc06215f32dc00e4e9d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:69be6fa285a84391db513a04b0f8ab74d30b91257a393fc06215f32dc00e4e9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A69be6fa285a84391db513a04b0f8ab74d30b91257a393fc06215f32dc00e4e9d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768621823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e9291f11217f5f346970be6a524fda92069c255a635651989583997b44f3e261_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e9291f11217f5f346970be6a524fda92069c255a635651989583997b44f3e261_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e9291f11217f5f346970be6a524fda92069c255a635651989583997b44f3e261_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Ae9291f11217f5f346970be6a524fda92069c255a635651989583997b44f3e261?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768676961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b959cb65553e3aff316ce884abc7b42e4313ffde89390d8b7755e18c8b019ea7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b959cb65553e3aff316ce884abc7b42e4313ffde89390d8b7755e18c8b019ea7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b959cb65553e3aff316ce884abc7b42e4313ffde89390d8b7755e18c8b019ea7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Ab959cb65553e3aff316ce884abc7b42e4313ffde89390d8b7755e18c8b019ea7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768658605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5a0a3f72007c0e3677bb93a9baffc30d82b8fda0d65dc248a8a236a1329408f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5a0a3f72007c0e3677bb93a9baffc30d82b8fda0d65dc248a8a236a1329408f3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5a0a3f72007c0e3677bb93a9baffc30d82b8fda0d65dc248a8a236a1329408f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A5a0a3f72007c0e3677bb93a9baffc30d82b8fda0d65dc248a8a236a1329408f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768658638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0386494d2322e8d0e6eec988cb9f57ef3e4e91bb3c8ac091caf18b600a179b39_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0386494d2322e8d0e6eec988cb9f57ef3e4e91bb3c8ac091caf18b600a179b39_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0386494d2322e8d0e6eec988cb9f57ef3e4e91bb3c8ac091caf18b600a179b39_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A0386494d2322e8d0e6eec988cb9f57ef3e4e91bb3c8ac091caf18b600a179b39?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768646459"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9ab8271af1a39ffc70e7d733a87d17b3c92bacaa30f1b684d0d779971ded8ccd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9ab8271af1a39ffc70e7d733a87d17b3c92bacaa30f1b684d0d779971ded8ccd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9ab8271af1a39ffc70e7d733a87d17b3c92bacaa30f1b684d0d779971ded8ccd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A9ab8271af1a39ffc70e7d733a87d17b3c92bacaa30f1b684d0d779971ded8ccd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768651620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5c8f4ec08c4ed388b7a78c7e6dab99bdd1a2026418d27a80c8913475c75757c3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5c8f4ec08c4ed388b7a78c7e6dab99bdd1a2026418d27a80c8913475c75757c3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5c8f4ec08c4ed388b7a78c7e6dab99bdd1a2026418d27a80c8913475c75757c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A5c8f4ec08c4ed388b7a78c7e6dab99bdd1a2026418d27a80c8913475c75757c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768851620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9c784dfa1aa85e05bdffbf6a2dfd72c1ed0ef8f9e3715a37b09ae05b16b01e29_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9c784dfa1aa85e05bdffbf6a2dfd72c1ed0ef8f9e3715a37b09ae05b16b01e29_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9c784dfa1aa85e05bdffbf6a2dfd72c1ed0ef8f9e3715a37b09ae05b16b01e29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A9c784dfa1aa85e05bdffbf6a2dfd72c1ed0ef8f9e3715a37b09ae05b16b01e29?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768585834"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e6f833f3a19a716a06b1ea6b4787794a690a77c7ab75c130da533aaf9d428c66_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e6f833f3a19a716a06b1ea6b4787794a690a77c7ab75c130da533aaf9d428c66_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e6f833f3a19a716a06b1ea6b4787794a690a77c7ab75c130da533aaf9d428c66_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Ae6f833f3a19a716a06b1ea6b4787794a690a77c7ab75c130da533aaf9d428c66?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768710399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:86ae6b3e4d1152193c692d92616c64a2dc085a0a37a2e4be51843298c08788d3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:86ae6b3e4d1152193c692d92616c64a2dc085a0a37a2e4be51843298c08788d3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:86ae6b3e4d1152193c692d92616c64a2dc085a0a37a2e4be51843298c08788d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A86ae6b3e4d1152193c692d92616c64a2dc085a0a37a2e4be51843298c08788d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768628305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d16424fa647e34349fa402ce100cae5f3713b206f69d6cae36a03e5f7eb4e374_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d16424fa647e34349fa402ce100cae5f3713b206f69d6cae36a03e5f7eb4e374_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d16424fa647e34349fa402ce100cae5f3713b206f69d6cae36a03e5f7eb4e374_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Ad16424fa647e34349fa402ce100cae5f3713b206f69d6cae36a03e5f7eb4e374?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768745438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:506186c7c4297973e77ce372fcea0eea0388d5db0e0accba6ddc18d8c7680ca3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:506186c7c4297973e77ce372fcea0eea0388d5db0e0accba6ddc18d8c7680ca3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:506186c7c4297973e77ce372fcea0eea0388d5db0e0accba6ddc18d8c7680ca3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A506186c7c4297973e77ce372fcea0eea0388d5db0e0accba6ddc18d8c7680ca3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768739561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a8331adecd0a5e43182894a10a71677ddafcf12c12f211e9b7656230c918ab17_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a8331adecd0a5e43182894a10a71677ddafcf12c12f211e9b7656230c918ab17_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a8331adecd0a5e43182894a10a71677ddafcf12c12f211e9b7656230c918ab17_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Aa8331adecd0a5e43182894a10a71677ddafcf12c12f211e9b7656230c918ab17?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768794442"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:02a995500ea997486e929548855ee40c68288a4a567cf4112020d0e3b62d10cb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:02a995500ea997486e929548855ee40c68288a4a567cf4112020d0e3b62d10cb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:02a995500ea997486e929548855ee40c68288a4a567cf4112020d0e3b62d10cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A02a995500ea997486e929548855ee40c68288a4a567cf4112020d0e3b62d10cb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768621771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:78a661da4ae8a60d61f932cb632bc81255e85ad2c5186d130cce3d8a186c992b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:78a661da4ae8a60d61f932cb632bc81255e85ad2c5186d130cce3d8a186c992b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:78a661da4ae8a60d61f932cb632bc81255e85ad2c5186d130cce3d8a186c992b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A78a661da4ae8a60d61f932cb632bc81255e85ad2c5186d130cce3d8a186c992b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768695307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1bdee83651c2e8dcab13f52b03ed670998d481bd3f8f86488760ad04e82bb4e8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1bdee83651c2e8dcab13f52b03ed670998d481bd3f8f86488760ad04e82bb4e8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1bdee83651c2e8dcab13f52b03ed670998d481bd3f8f86488760ad04e82bb4e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A1bdee83651c2e8dcab13f52b03ed670998d481bd3f8f86488760ad04e82bb4e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768804454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7269d6e83782e3b5a928c728b5d61198b6053071fcfac3b354ff2776c7c5eba2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7269d6e83782e3b5a928c728b5d61198b6053071fcfac3b354ff2776c7c5eba2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7269d6e83782e3b5a928c728b5d61198b6053071fcfac3b354ff2776c7c5eba2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A7269d6e83782e3b5a928c728b5d61198b6053071fcfac3b354ff2776c7c5eba2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768628099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3b11193c44bcc8230e338c234196925fe952cb8766ae4634a3d41959cbe6ef9e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3b11193c44bcc8230e338c234196925fe952cb8766ae4634a3d41959cbe6ef9e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3b11193c44bcc8230e338c234196925fe952cb8766ae4634a3d41959cbe6ef9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A3b11193c44bcc8230e338c234196925fe952cb8766ae4634a3d41959cbe6ef9e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768628349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4120e602b26df6f97b93dd035ccbaf7603419fc1505f53a60b04d7d0cff824ce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4120e602b26df6f97b93dd035ccbaf7603419fc1505f53a60b04d7d0cff824ce_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4120e602b26df6f97b93dd035ccbaf7603419fc1505f53a60b04d7d0cff824ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A4120e602b26df6f97b93dd035ccbaf7603419fc1505f53a60b04d7d0cff824ce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768658604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f65258f60d5d17a5cd7536f1aff2d1f352b318e6027e48c826619ce686ea7848_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f65258f60d5d17a5cd7536f1aff2d1f352b318e6027e48c826619ce686ea7848_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f65258f60d5d17a5cd7536f1aff2d1f352b318e6027e48c826619ce686ea7848_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Af65258f60d5d17a5cd7536f1aff2d1f352b318e6027e48c826619ce686ea7848?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768639011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a4d4fbbacf9daea318ea4a8c362c37b8c7756280b4412be9d30e1027db3bd24e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a4d4fbbacf9daea318ea4a8c362c37b8c7756280b4412be9d30e1027db3bd24e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a4d4fbbacf9daea318ea4a8c362c37b8c7756280b4412be9d30e1027db3bd24e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Aa4d4fbbacf9daea318ea4a8c362c37b8c7756280b4412be9d30e1027db3bd24e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768764791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc9bf05482fc6e6265b99d15af471c07833443e3cf570f98fe9485320a91160f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc9bf05482fc6e6265b99d15af471c07833443e3cf570f98fe9485320a91160f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc9bf05482fc6e6265b99d15af471c07833443e3cf570f98fe9485320a91160f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Acc9bf05482fc6e6265b99d15af471c07833443e3cf570f98fe9485320a91160f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768628333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:d66c62cd2681f0ae377049d8bf0aa1b00c6628d930b22a6fef5127b6d17f0af8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:d66c62cd2681f0ae377049d8bf0aa1b00c6628d930b22a6fef5127b6d17f0af8_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:d66c62cd2681f0ae377049d8bf0aa1b00c6628d930b22a6fef5127b6d17f0af8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3Ad66c62cd2681f0ae377049d8bf0aa1b00c6628d930b22a6fef5127b6d17f0af8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768941940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5b5a2718790518f88576a71aa2147861a0d9b18e245ea05d4178ed1a03f60aea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5b5a2718790518f88576a71aa2147861a0d9b18e245ea05d4178ed1a03f60aea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5b5a2718790518f88576a71aa2147861a0d9b18e245ea05d4178ed1a03f60aea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A5b5a2718790518f88576a71aa2147861a0d9b18e245ea05d4178ed1a03f60aea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768691442"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d5a544e6e442437c1faacc6fe39c128b2d1b614ee14eddc71d4daec6659fa8b3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d5a544e6e442437c1faacc6fe39c128b2d1b614ee14eddc71d4daec6659fa8b3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d5a544e6e442437c1faacc6fe39c128b2d1b614ee14eddc71d4daec6659fa8b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3Ad5a544e6e442437c1faacc6fe39c128b2d1b614ee14eddc71d4daec6659fa8b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7fdef6711b75be2dda50a98bc28af265c3d0de8a1dfbc263890f08cc5bc027c3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7fdef6711b75be2dda50a98bc28af265c3d0de8a1dfbc263890f08cc5bc027c3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7fdef6711b75be2dda50a98bc28af265c3d0de8a1dfbc263890f08cc5bc027c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A7fdef6711b75be2dda50a98bc28af265c3d0de8a1dfbc263890f08cc5bc027c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768682457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f9cac75f10f2d788cbca0d5ee0d86b9cd6306cc4aea3398d4e73d0e0115a06b2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f9cac75f10f2d788cbca0d5ee0d86b9cd6306cc4aea3398d4e73d0e0115a06b2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f9cac75f10f2d788cbca0d5ee0d86b9cd6306cc4aea3398d4e73d0e0115a06b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Af9cac75f10f2d788cbca0d5ee0d86b9cd6306cc4aea3398d4e73d0e0115a06b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768639314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d8161c91d731205f8fd61104da764c5157212beb1c15572139df1924dbaf2f7c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d8161c91d731205f8fd61104da764c5157212beb1c15572139df1924dbaf2f7c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d8161c91d731205f8fd61104da764c5157212beb1c15572139df1924dbaf2f7c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ad8161c91d731205f8fd61104da764c5157212beb1c15572139df1924dbaf2f7c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768739620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3698e2a155099e47a40d08a6288f6071be4bcf359269e1c0afb136a55d3b9d94_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3698e2a155099e47a40d08a6288f6071be4bcf359269e1c0afb136a55d3b9d94_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3698e2a155099e47a40d08a6288f6071be4bcf359269e1c0afb136a55d3b9d94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A3698e2a155099e47a40d08a6288f6071be4bcf359269e1c0afb136a55d3b9d94?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768936234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0982fcbef4b8f4756279e272a55c64d7c1c4fed39d71417b8639f317289f6d75_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0982fcbef4b8f4756279e272a55c64d7c1c4fed39d71417b8639f317289f6d75_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0982fcbef4b8f4756279e272a55c64d7c1c4fed39d71417b8639f317289f6d75_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A0982fcbef4b8f4756279e272a55c64d7c1c4fed39d71417b8639f317289f6d75?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768673537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f6dfb5a4bb0d44e481bdac34b18639086b02ae6f88344550d0766c7e3358d9dc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f6dfb5a4bb0d44e481bdac34b18639086b02ae6f88344550d0766c7e3358d9dc_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f6dfb5a4bb0d44e481bdac34b18639086b02ae6f88344550d0766c7e3358d9dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3Af6dfb5a4bb0d44e481bdac34b18639086b02ae6f88344550d0766c7e3358d9dc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768633690"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e38c6946a5624a992dc152865350970ca58249cb21df6c944da9968dc41c1109_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e38c6946a5624a992dc152865350970ca58249cb21df6c944da9968dc41c1109_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e38c6946a5624a992dc152865350970ca58249cb21df6c944da9968dc41c1109_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Ae38c6946a5624a992dc152865350970ca58249cb21df6c944da9968dc41c1109?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768659147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6b11cc744de3c1075dfcc6bba210ba8630c1285dc763e29c2ca92e0a6e93877c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6b11cc744de3c1075dfcc6bba210ba8630c1285dc763e29c2ca92e0a6e93877c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6b11cc744de3c1075dfcc6bba210ba8630c1285dc763e29c2ca92e0a6e93877c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A6b11cc744de3c1075dfcc6bba210ba8630c1285dc763e29c2ca92e0a6e93877c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768652003"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f789fc86f85771671e023e9be500435b1fbcb7aafa009f8c4e6de156ccb97ab3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f789fc86f85771671e023e9be500435b1fbcb7aafa009f8c4e6de156ccb97ab3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f789fc86f85771671e023e9be500435b1fbcb7aafa009f8c4e6de156ccb97ab3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Af789fc86f85771671e023e9be500435b1fbcb7aafa009f8c4e6de156ccb97ab3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768717133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:dee9cd1a94644a85ffc67d3044d0a6251c6226111ed6f610346a0a1b16459820_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:dee9cd1a94644a85ffc67d3044d0a6251c6226111ed6f610346a0a1b16459820_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:dee9cd1a94644a85ffc67d3044d0a6251c6226111ed6f610346a0a1b16459820_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Adee9cd1a94644a85ffc67d3044d0a6251c6226111ed6f610346a0a1b16459820?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768646663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e09eaebe629254a4f57e9ac5f83ab709fcd8c934e027a1a43d570205886d6516_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e09eaebe629254a4f57e9ac5f83ab709fcd8c934e027a1a43d570205886d6516_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e09eaebe629254a4f57e9ac5f83ab709fcd8c934e027a1a43d570205886d6516_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Ae09eaebe629254a4f57e9ac5f83ab709fcd8c934e027a1a43d570205886d6516?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768621710"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:481ab9bc77d5c211db3596838e7e78d433708d295766223689ff01be60facc42_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:481ab9bc77d5c211db3596838e7e78d433708d295766223689ff01be60facc42_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:481ab9bc77d5c211db3596838e7e78d433708d295766223689ff01be60facc42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A481ab9bc77d5c211db3596838e7e78d433708d295766223689ff01be60facc42?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768695320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:948224448cb28ac8f19094f8701e0eb07e5f185d136905415992196e09007213_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:948224448cb28ac8f19094f8701e0eb07e5f185d136905415992196e09007213_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:948224448cb28ac8f19094f8701e0eb07e5f185d136905415992196e09007213_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A948224448cb28ac8f19094f8701e0eb07e5f185d136905415992196e09007213?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768691687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:98d2699768903d2e054aef086920f5a14d339a8a23053cb68ec146033b662c10_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:98d2699768903d2e054aef086920f5a14d339a8a23053cb68ec146033b662c10_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:98d2699768903d2e054aef086920f5a14d339a8a23053cb68ec146033b662c10_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A98d2699768903d2e054aef086920f5a14d339a8a23053cb68ec146033b662c10?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768723663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0c7b43c868b24bc3021b41795db539ce116907fe765922e5606dd82e7ca8cfd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0c7b43c868b24bc3021b41795db539ce116907fe765922e5606dd82e7ca8cfd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0c7b43c868b24bc3021b41795db539ce116907fe765922e5606dd82e7ca8cfd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Aa0c7b43c868b24bc3021b41795db539ce116907fe765922e5606dd82e7ca8cfd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768673548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e3a293358c5e7c8f13153fc98cb5a779e997dd31f497d4deafc4ecfd0f833ae8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e3a293358c5e7c8f13153fc98cb5a779e997dd31f497d4deafc4ecfd0f833ae8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e3a293358c5e7c8f13153fc98cb5a779e997dd31f497d4deafc4ecfd0f833ae8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Ae3a293358c5e7c8f13153fc98cb5a779e997dd31f497d4deafc4ecfd0f833ae8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768686092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:dacc9761f298bdba26c47083ccba6b6050aab0ca3ad1eacb7cd5c95b1f131cbf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:dacc9761f298bdba26c47083ccba6b6050aab0ca3ad1eacb7cd5c95b1f131cbf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:dacc9761f298bdba26c47083ccba6b6050aab0ca3ad1eacb7cd5c95b1f131cbf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Adacc9761f298bdba26c47083ccba6b6050aab0ca3ad1eacb7cd5c95b1f131cbf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768764792"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8baecd6a4500b2e21b83a699b8bb1d4eb4edb6e2c09970d31a8d9112c2c0230d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8baecd6a4500b2e21b83a699b8bb1d4eb4edb6e2c09970d31a8d9112c2c0230d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8baecd6a4500b2e21b83a699b8bb1d4eb4edb6e2c09970d31a8d9112c2c0230d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A8baecd6a4500b2e21b83a699b8bb1d4eb4edb6e2c09970d31a8d9112c2c0230d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768941993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:35359eae77d7751386f969f79ffa899d95d4af9ebc73429ff5321c3bdc8b6c67_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:35359eae77d7751386f969f79ffa899d95d4af9ebc73429ff5321c3bdc8b6c67_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:35359eae77d7751386f969f79ffa899d95d4af9ebc73429ff5321c3bdc8b6c67_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A35359eae77d7751386f969f79ffa899d95d4af9ebc73429ff5321c3bdc8b6c67?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768662778"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8312f577bec837b4be7057f728c3a3c265a7edcdcc31133b69335905d537f2be_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8312f577bec837b4be7057f728c3a3c265a7edcdcc31133b69335905d537f2be_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8312f577bec837b4be7057f728c3a3c265a7edcdcc31133b69335905d537f2be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A8312f577bec837b4be7057f728c3a3c265a7edcdcc31133b69335905d537f2be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768621865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d4a1f1b3de1606844a597602508eee8024e34e5f2ece04852602b4f0718d5f39_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d4a1f1b3de1606844a597602508eee8024e34e5f2ece04852602b4f0718d5f39_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d4a1f1b3de1606844a597602508eee8024e34e5f2ece04852602b4f0718d5f39_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Ad4a1f1b3de1606844a597602508eee8024e34e5f2ece04852602b4f0718d5f39?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768658663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75b78aa7b834f6ae099b76db9be71ae5391ae79ecba4e6b88dd5777a004d7064_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75b78aa7b834f6ae099b76db9be71ae5391ae79ecba4e6b88dd5777a004d7064_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75b78aa7b834f6ae099b76db9be71ae5391ae79ecba4e6b88dd5777a004d7064_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A75b78aa7b834f6ae099b76db9be71ae5391ae79ecba4e6b88dd5777a004d7064?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768851630"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05f9496cb181c53eb12a46e8f258333f87a54b703412f2f0717e361d4d1e9409_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05f9496cb181c53eb12a46e8f258333f87a54b703412f2f0717e361d4d1e9409_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05f9496cb181c53eb12a46e8f258333f87a54b703412f2f0717e361d4d1e9409_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A05f9496cb181c53eb12a46e8f258333f87a54b703412f2f0717e361d4d1e9409?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768668755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ec1e69a505e7c80c680f442000a32ffe9b1af694d810ca5582092ffe6dfac254_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ec1e69a505e7c80c680f442000a32ffe9b1af694d810ca5582092ffe6dfac254_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ec1e69a505e7c80c680f442000a32ffe9b1af694d810ca5582092ffe6dfac254_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Aec1e69a505e7c80c680f442000a32ffe9b1af694d810ca5582092ffe6dfac254?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768948983"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9b3bfe91fc01c7e3dd7f50da66aaf2b879a450901f1c73f84d021e69a5576342_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9b3bfe91fc01c7e3dd7f50da66aaf2b879a450901f1c73f84d021e69a5576342_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9b3bfe91fc01c7e3dd7f50da66aaf2b879a450901f1c73f84d021e69a5576342_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A9b3bfe91fc01c7e3dd7f50da66aaf2b879a450901f1c73f84d021e69a5576342?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768685899"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3a8aca3cfe476df607601608dbd217d64292c5d77bc2220656a1a9a3b6668b2f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3a8aca3cfe476df607601608dbd217d64292c5d77bc2220656a1a9a3b6668b2f_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3a8aca3cfe476df607601608dbd217d64292c5d77bc2220656a1a9a3b6668b2f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A3a8aca3cfe476df607601608dbd217d64292c5d77bc2220656a1a9a3b6668b2f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768777759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9d28e4ba3e1edbd660f9a0fbfe4f0d990fd3e03d9589548acab5416ffbe17e00_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9d28e4ba3e1edbd660f9a0fbfe4f0d990fd3e03d9589548acab5416ffbe17e00_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9d28e4ba3e1edbd660f9a0fbfe4f0d990fd3e03d9589548acab5416ffbe17e00_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A9d28e4ba3e1edbd660f9a0fbfe4f0d990fd3e03d9589548acab5416ffbe17e00?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768786791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c0abc19c0d20438799cd30ca25a5c3459f1be7cec680d64fe1db22087a20688b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c0abc19c0d20438799cd30ca25a5c3459f1be7cec680d64fe1db22087a20688b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c0abc19c0d20438799cd30ca25a5c3459f1be7cec680d64fe1db22087a20688b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3Ac0abc19c0d20438799cd30ca25a5c3459f1be7cec680d64fe1db22087a20688b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768621989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2238d41551f6e4f6e5b6f9e1d718b7bb2a7205e188ab54de967a794a6d270f05_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2238d41551f6e4f6e5b6f9e1d718b7bb2a7205e188ab54de967a794a6d270f05_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2238d41551f6e4f6e5b6f9e1d718b7bb2a7205e188ab54de967a794a6d270f05_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A2238d41551f6e4f6e5b6f9e1d718b7bb2a7205e188ab54de967a794a6d270f05?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768717086"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e224a02ca283984387d514861d34711f5fe9146a33f1aa4ad9f9158260e226a0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e224a02ca283984387d514861d34711f5fe9146a33f1aa4ad9f9158260e226a0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e224a02ca283984387d514861d34711f5fe9146a33f1aa4ad9f9158260e226a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Ae224a02ca283984387d514861d34711f5fe9146a33f1aa4ad9f9158260e226a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768911640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ae4b76786960056dea05371c3148d40f624bfd4ca4e314d83c330fc5d4dc9f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ae4b76786960056dea05371c3148d40f624bfd4ca4e314d83c330fc5d4dc9f3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ae4b76786960056dea05371c3148d40f624bfd4ca4e314d83c330fc5d4dc9f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A6ae4b76786960056dea05371c3148d40f624bfd4ca4e314d83c330fc5d4dc9f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768667973"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f1fc49b7b09dfd1ed67cbec6138650de4e29228b2cd16d1bf94a6d305122962e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f1fc49b7b09dfd1ed67cbec6138650de4e29228b2cd16d1bf94a6d305122962e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f1fc49b7b09dfd1ed67cbec6138650de4e29228b2cd16d1bf94a6d305122962e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Af1fc49b7b09dfd1ed67cbec6138650de4e29228b2cd16d1bf94a6d305122962e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768658687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f59a52f0304427bf2b814e616bc0675dbf800d94fbb7107026d976a5c77bd6ac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f59a52f0304427bf2b814e616bc0675dbf800d94fbb7107026d976a5c77bd6ac_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f59a52f0304427bf2b814e616bc0675dbf800d94fbb7107026d976a5c77bd6ac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Af59a52f0304427bf2b814e616bc0675dbf800d94fbb7107026d976a5c77bd6ac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768622105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:69ad8c7b14b26b771bd20dd9a6d3eef52a3c5954b94becd42c1d1f2cdd1f9bb8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:69ad8c7b14b26b771bd20dd9a6d3eef52a3c5954b94becd42c1d1f2cdd1f9bb8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:69ad8c7b14b26b771bd20dd9a6d3eef52a3c5954b94becd42c1d1f2cdd1f9bb8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A69ad8c7b14b26b771bd20dd9a6d3eef52a3c5954b94becd42c1d1f2cdd1f9bb8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768869282"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dfc75b5189f731217fbe7068ad92322052693a962fe798bf0a5f1a67fb38c899_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dfc75b5189f731217fbe7068ad92322052693a962fe798bf0a5f1a67fb38c899_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dfc75b5189f731217fbe7068ad92322052693a962fe798bf0a5f1a67fb38c899_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Adfc75b5189f731217fbe7068ad92322052693a962fe798bf0a5f1a67fb38c899?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768677062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:09fecc36f19b8a5e70c3dd56db339dba4f36295297c18ffe9c9d255a824f0ffa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:09fecc36f19b8a5e70c3dd56db339dba4f36295297c18ffe9c9d255a824f0ffa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:09fecc36f19b8a5e70c3dd56db339dba4f36295297c18ffe9c9d255a824f0ffa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A09fecc36f19b8a5e70c3dd56db339dba4f36295297c18ffe9c9d255a824f0ffa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768862268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1cbd36f2d83a55cb00336de1e56e111dfba439b4d864dbe4554614c6a0fd13b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1cbd36f2d83a55cb00336de1e56e111dfba439b4d864dbe4554614c6a0fd13b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1cbd36f2d83a55cb00336de1e56e111dfba439b4d864dbe4554614c6a0fd13b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Ad1cbd36f2d83a55cb00336de1e56e111dfba439b4d864dbe4554614c6a0fd13b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768770896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:83710056331ab52acd9dcb899d247c863c1728ca2730ddb4fd69de5d8cbb8709_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:83710056331ab52acd9dcb899d247c863c1728ca2730ddb4fd69de5d8cbb8709_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:83710056331ab52acd9dcb899d247c863c1728ca2730ddb4fd69de5d8cbb8709_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A83710056331ab52acd9dcb899d247c863c1728ca2730ddb4fd69de5d8cbb8709?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768953798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ce32ae8e1e42da3e4e2440a721704db7039e66b8c1fdaebaa42cf8706f43d9e1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ce32ae8e1e42da3e4e2440a721704db7039e66b8c1fdaebaa42cf8706f43d9e1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ce32ae8e1e42da3e4e2440a721704db7039e66b8c1fdaebaa42cf8706f43d9e1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3Ace32ae8e1e42da3e4e2440a721704db7039e66b8c1fdaebaa42cf8706f43d9e1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768901654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a610e82e2f124e3a5daeb2d2c1fb056e2c7bfac89afe8556431888339b9ba0d8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a610e82e2f124e3a5daeb2d2c1fb056e2c7bfac89afe8556431888339b9ba0d8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a610e82e2f124e3a5daeb2d2c1fb056e2c7bfac89afe8556431888339b9ba0d8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3Aa610e82e2f124e3a5daeb2d2c1fb056e2c7bfac89afe8556431888339b9ba0d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768759577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ff84e7b914e4318aca775db8601d5b04ed6eb240d4d116f6505e04cb947c4a3c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ff84e7b914e4318aca775db8601d5b04ed6eb240d4d116f6505e04cb947c4a3c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ff84e7b914e4318aca775db8601d5b04ed6eb240d4d116f6505e04cb947c4a3c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3Aff84e7b914e4318aca775db8601d5b04ed6eb240d4d116f6505e04cb947c4a3c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768723785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a76d2cd5e2fb20b1a037b8367eba97c33292edddcd92c3f4611347fba34e34e2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a76d2cd5e2fb20b1a037b8367eba97c33292edddcd92c3f4611347fba34e34e2_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a76d2cd5e2fb20b1a037b8367eba97c33292edddcd92c3f4611347fba34e34e2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Aa76d2cd5e2fb20b1a037b8367eba97c33292edddcd92c3f4611347fba34e34e2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768745556"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0d5ead6bea9804224d0fa04208c0c278245c2a80c5881a0c0a7aab67d17c830f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0d5ead6bea9804224d0fa04208c0c278245c2a80c5881a0c0a7aab67d17c830f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0d5ead6bea9804224d0fa04208c0c278245c2a80c5881a0c0a7aab67d17c830f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A0d5ead6bea9804224d0fa04208c0c278245c2a80c5881a0c0a7aab67d17c830f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768628173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6ddbdd6c170fe946a41c854057c7a7ecd5dc32e8c852a95f02dc9fcb7f0e1b8f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6ddbdd6c170fe946a41c854057c7a7ecd5dc32e8c852a95f02dc9fcb7f0e1b8f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6ddbdd6c170fe946a41c854057c7a7ecd5dc32e8c852a95f02dc9fcb7f0e1b8f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A6ddbdd6c170fe946a41c854057c7a7ecd5dc32e8c852a95f02dc9fcb7f0e1b8f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768686062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0ab8409b78d9ea94b865fc9ba95bd36bdf1d648ec7ce6cc179226b28fe901d7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0ab8409b78d9ea94b865fc9ba95bd36bdf1d648ec7ce6cc179226b28fe901d7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0ab8409b78d9ea94b865fc9ba95bd36bdf1d648ec7ce6cc179226b28fe901d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ab0ab8409b78d9ea94b865fc9ba95bd36bdf1d648ec7ce6cc179226b28fe901d7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768754319"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0d482c0690409199b30cdc163256b0e0990ac4b813823692f90c604c59d6835d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0d482c0690409199b30cdc163256b0e0990ac4b813823692f90c604c59d6835d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0d482c0690409199b30cdc163256b0e0990ac4b813823692f90c604c59d6835d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A0d482c0690409199b30cdc163256b0e0990ac4b813823692f90c604c59d6835d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768723515"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b48949ab94de75cc88f783d9255abcb589fef9e84366e77e13345391ab903a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b48949ab94de75cc88f783d9255abcb589fef9e84366e77e13345391ab903a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b48949ab94de75cc88f783d9255abcb589fef9e84366e77e13345391ab903a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A52b48949ab94de75cc88f783d9255abcb589fef9e84366e77e13345391ab903a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768621953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d7ff281aaf92d1eae3e78e7505dbd192f728b591c0af391ac2bf4b7b82f2ff24_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d7ff281aaf92d1eae3e78e7505dbd192f728b591c0af391ac2bf4b7b82f2ff24_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d7ff281aaf92d1eae3e78e7505dbd192f728b591c0af391ac2bf4b7b82f2ff24_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Ad7ff281aaf92d1eae3e78e7505dbd192f728b591c0af391ac2bf4b7b82f2ff24?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768667990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bc0f0a94b11a840b808eb9ddfa9e7e91885f8fa5212c6436fda9a7e3b633b111_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bc0f0a94b11a840b808eb9ddfa9e7e91885f8fa5212c6436fda9a7e3b633b111_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bc0f0a94b11a840b808eb9ddfa9e7e91885f8fa5212c6436fda9a7e3b633b111_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Abc0f0a94b11a840b808eb9ddfa9e7e91885f8fa5212c6436fda9a7e3b633b111?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768651627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9266e1b01adedd4027a95dfec6d57e39ea42df85ecf000565b8c6eb45ad05490_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9266e1b01adedd4027a95dfec6d57e39ea42df85ecf000565b8c6eb45ad05490_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9266e1b01adedd4027a95dfec6d57e39ea42df85ecf000565b8c6eb45ad05490_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A9266e1b01adedd4027a95dfec6d57e39ea42df85ecf000565b8c6eb45ad05490?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768651611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e6817d8ed7a89fed106450662400add9afe9c359860a95a8498fe3d121287511_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e6817d8ed7a89fed106450662400add9afe9c359860a95a8498fe3d121287511_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e6817d8ed7a89fed106450662400add9afe9c359860a95a8498fe3d121287511_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Ae6817d8ed7a89fed106450662400add9afe9c359860a95a8498fe3d121287511?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768682634"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:013c20bec9284a1bd213d9fb2e2aa65edfba8871c450970bbca43108f6269a6d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:013c20bec9284a1bd213d9fb2e2aa65edfba8871c450970bbca43108f6269a6d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:013c20bec9284a1bd213d9fb2e2aa65edfba8871c450970bbca43108f6269a6d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0bac6ac13bf085666e1a85a8213e330ff6d6d7a6a7c58be2ec3cc6f66105e450_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0bac6ac13bf085666e1a85a8213e330ff6d6d7a6a7c58be2ec3cc6f66105e450_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0bac6ac13bf085666e1a85a8213e330ff6d6d7a6a7c58be2ec3cc6f66105e450_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0cb7398bbc575c5884f712056e45800b3745a7bf59fd806037e6b2b570e56f6b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0cb7398bbc575c5884f712056e45800b3745a7bf59fd806037e6b2b570e56f6b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0cb7398bbc575c5884f712056e45800b3745a7bf59fd806037e6b2b570e56f6b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5ace2dd90b2d621d42620b5a2ed422a13a7454297ffe4b657f7590452517e40_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5ace2dd90b2d621d42620b5a2ed422a13a7454297ffe4b657f7590452517e40_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5ace2dd90b2d621d42620b5a2ed422a13a7454297ffe4b657f7590452517e40_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:0189eea1d0986580e71dff3b97c420bb03f79f04da1ca9e6ffc7853fe5566ad3_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:0189eea1d0986580e71dff3b97c420bb03f79f04da1ca9e6ffc7853fe5566ad3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:0189eea1d0986580e71dff3b97c420bb03f79f04da1ca9e6ffc7853fe5566ad3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:0e9e77044cbb1cae6fbb8e47aa77c3a2e6d4b6d9be38785f0de8ac5f26be537a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:0e9e77044cbb1cae6fbb8e47aa77c3a2e6d4b6d9be38785f0de8ac5f26be537a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:0e9e77044cbb1cae6fbb8e47aa77c3a2e6d4b6d9be38785f0de8ac5f26be537a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3320f623f15049f5c46f8425a14cb45c73e3ab11a704805ec883ad9512732856_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3320f623f15049f5c46f8425a14cb45c73e3ab11a704805ec883ad9512732856_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3320f623f15049f5c46f8425a14cb45c73e3ab11a704805ec883ad9512732856_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:72d1796407f7e57171e7370384e4352387c1336fe90e9a60538c114507d5baaf_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:72d1796407f7e57171e7370384e4352387c1336fe90e9a60538c114507d5baaf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:72d1796407f7e57171e7370384e4352387c1336fe90e9a60538c114507d5baaf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:39468b223f5f49fec77220afae419a582db6a2deea236574f67336e1b0c1a4fb_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:39468b223f5f49fec77220afae419a582db6a2deea236574f67336e1b0c1a4fb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:39468b223f5f49fec77220afae419a582db6a2deea236574f67336e1b0c1a4fb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:989d54e19c2723b2c44e81d329dcedcf71c653aebc860be91033e451c9ed49e9_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:989d54e19c2723b2c44e81d329dcedcf71c653aebc860be91033e451c9ed49e9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:989d54e19c2723b2c44e81d329dcedcf71c653aebc860be91033e451c9ed49e9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9ce249e1846a5b88c57c11ef546ab5afe643bd3dcf3f6cb8d1da419e3a384114_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9ce249e1846a5b88c57c11ef546ab5afe643bd3dcf3f6cb8d1da419e3a384114_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9ce249e1846a5b88c57c11ef546ab5afe643bd3dcf3f6cb8d1da419e3a384114_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ef019ee074174ba0c717abaa0f74a02be884ef835ea227eb0bef6dd7b3a99300_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ef019ee074174ba0c717abaa0f74a02be884ef835ea227eb0bef6dd7b3a99300_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ef019ee074174ba0c717abaa0f74a02be884ef835ea227eb0bef6dd7b3a99300_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2a7b0d43a0e93e120dd66cebc89213724feeef9ac07589a8ac0d9236e7f93da7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2a7b0d43a0e93e120dd66cebc89213724feeef9ac07589a8ac0d9236e7f93da7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2a7b0d43a0e93e120dd66cebc89213724feeef9ac07589a8ac0d9236e7f93da7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5f3b17cae5c72991aa39480bf841da51b44c2dc7ecc96b35acec435a39c27ae9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5f3b17cae5c72991aa39480bf841da51b44c2dc7ecc96b35acec435a39c27ae9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5f3b17cae5c72991aa39480bf841da51b44c2dc7ecc96b35acec435a39c27ae9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ae9731fa23b96fe0a08e198d4cab6bb4e4b81a006a45b1e68948ffcac4e0bf9c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ae9731fa23b96fe0a08e198d4cab6bb4e4b81a006a45b1e68948ffcac4e0bf9c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ae9731fa23b96fe0a08e198d4cab6bb4e4b81a006a45b1e68948ffcac4e0bf9c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bec97fa6e8a87d3373096caaa844150a98355459705b4785b677d073d3fcf34f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bec97fa6e8a87d3373096caaa844150a98355459705b4785b677d073d3fcf34f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bec97fa6e8a87d3373096caaa844150a98355459705b4785b677d073d3fcf34f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3aa55b454c43ad80dfa5df489a795e0635845b10db18aec4f9a06cc5f869d5da_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3aa55b454c43ad80dfa5df489a795e0635845b10db18aec4f9a06cc5f869d5da_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3aa55b454c43ad80dfa5df489a795e0635845b10db18aec4f9a06cc5f869d5da_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6aeed20b8cd24c342bd24a92364c8fce56d1d34797a16be7ab8db9dbf2d7cf0f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6aeed20b8cd24c342bd24a92364c8fce56d1d34797a16be7ab8db9dbf2d7cf0f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6aeed20b8cd24c342bd24a92364c8fce56d1d34797a16be7ab8db9dbf2d7cf0f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:777d265e3d5e7586527b8a20a92f52eb5cfda7ac515b2888ddf1d3035a362ea7_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:777d265e3d5e7586527b8a20a92f52eb5cfda7ac515b2888ddf1d3035a362ea7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:777d265e3d5e7586527b8a20a92f52eb5cfda7ac515b2888ddf1d3035a362ea7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff35afc3e927d7e057f1cac789307af2eb12537fe985d5b9e742d8c7bb13a84a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff35afc3e927d7e057f1cac789307af2eb12537fe985d5b9e742d8c7bb13a84a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff35afc3e927d7e057f1cac789307af2eb12537fe985d5b9e742d8c7bb13a84a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d7123f0209595a6cd05d2db8e0e9d827200e61db15ca589f025fc9b1a59ff2a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d7123f0209595a6cd05d2db8e0e9d827200e61db15ca589f025fc9b1a59ff2a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d7123f0209595a6cd05d2db8e0e9d827200e61db15ca589f025fc9b1a59ff2a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:740ef97d2a49596d2ce07805fe11b4020814f86fef4f7e8ccb7a3ff78f59e516_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:740ef97d2a49596d2ce07805fe11b4020814f86fef4f7e8ccb7a3ff78f59e516_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:740ef97d2a49596d2ce07805fe11b4020814f86fef4f7e8ccb7a3ff78f59e516_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7d9fc03529f56fc4e6b04414b0e10d34f94e71f02e0be2f4510af346e3e5e5f0_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7d9fc03529f56fc4e6b04414b0e10d34f94e71f02e0be2f4510af346e3e5e5f0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7d9fc03529f56fc4e6b04414b0e10d34f94e71f02e0be2f4510af346e3e5e5f0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bc4f78490737eb1d176bc498256ee4f013e723a0f0d4c058e959177c98c2134f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bc4f78490737eb1d176bc498256ee4f013e723a0f0d4c058e959177c98c2134f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bc4f78490737eb1d176bc498256ee4f013e723a0f0d4c058e959177c98c2134f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bfc52d6ca96f377d53757dc437ca720e860e3e016d16c084bd5f6f2e337d3a1d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bfc52d6ca96f377d53757dc437ca720e860e3e016d16c084bd5f6f2e337d3a1d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bfc52d6ca96f377d53757dc437ca720e860e3e016d16c084bd5f6f2e337d3a1d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c26ec64c2f5a8aee04c11e8cd29de3e0d9fa323d5eb033b54dadbdce60474e76_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c26ec64c2f5a8aee04c11e8cd29de3e0d9fa323d5eb033b54dadbdce60474e76_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c26ec64c2f5a8aee04c11e8cd29de3e0d9fa323d5eb033b54dadbdce60474e76_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cf9e6024e6556ea6514dbe3bf3b1c7bdd44ebcd41c5ebbb2a7bda84c44ffeff1_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cf9e6024e6556ea6514dbe3bf3b1c7bdd44ebcd41c5ebbb2a7bda84c44ffeff1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cf9e6024e6556ea6514dbe3bf3b1c7bdd44ebcd41c5ebbb2a7bda84c44ffeff1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fa5d2d654927396f846592a80da3c20478265bbe8f3ae4aaf2d8749d9ac2f278_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fa5d2d654927396f846592a80da3c20478265bbe8f3ae4aaf2d8749d9ac2f278_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fa5d2d654927396f846592a80da3c20478265bbe8f3ae4aaf2d8749d9ac2f278_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:7862391b6b069f985d3ba652ff80f29fedce94493a013b8e464e2d7bde964da4_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:7862391b6b069f985d3ba652ff80f29fedce94493a013b8e464e2d7bde964da4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:7862391b6b069f985d3ba652ff80f29fedce94493a013b8e464e2d7bde964da4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:8aa86583ab6d95341bfe038c3f1f21ec621246f6fb9918431f043791f03affab_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:8aa86583ab6d95341bfe038c3f1f21ec621246f6fb9918431f043791f03affab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:8aa86583ab6d95341bfe038c3f1f21ec621246f6fb9918431f043791f03affab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:8d4711dc4bd19fb7ba2bc79c47c7afcd6b3d755f73629fd06e984bde0ac78d2d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:8d4711dc4bd19fb7ba2bc79c47c7afcd6b3d755f73629fd06e984bde0ac78d2d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:8d4711dc4bd19fb7ba2bc79c47c7afcd6b3d755f73629fd06e984bde0ac78d2d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:d66c62cd2681f0ae377049d8bf0aa1b00c6628d930b22a6fef5127b6d17f0af8_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:d66c62cd2681f0ae377049d8bf0aa1b00c6628d930b22a6fef5127b6d17f0af8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:d66c62cd2681f0ae377049d8bf0aa1b00c6628d930b22a6fef5127b6d17f0af8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0982fcbef4b8f4756279e272a55c64d7c1c4fed39d71417b8639f317289f6d75_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0982fcbef4b8f4756279e272a55c64d7c1c4fed39d71417b8639f317289f6d75_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0982fcbef4b8f4756279e272a55c64d7c1c4fed39d71417b8639f317289f6d75_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:754659df84a55b4d50e12a60afd3a87cfcb6494bd00166e5d72f2badcf8b4480_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:754659df84a55b4d50e12a60afd3a87cfcb6494bd00166e5d72f2badcf8b4480_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:754659df84a55b4d50e12a60afd3a87cfcb6494bd00166e5d72f2badcf8b4480_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a7f6e95379030524472231044cd0d15a0ef984be9d8d5d5bb92a76e1055076db_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a7f6e95379030524472231044cd0d15a0ef984be9d8d5d5bb92a76e1055076db_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a7f6e95379030524472231044cd0d15a0ef984be9d8d5d5bb92a76e1055076db_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:f1a2635943e5969ddff4b70b27cbe9a14b0b178b059a1531a19ec999c893cd51_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:f1a2635943e5969ddff4b70b27cbe9a14b0b178b059a1531a19ec999c893cd51_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:f1a2635943e5969ddff4b70b27cbe9a14b0b178b059a1531a19ec999c893cd51_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4d8512534b3c26665b3a4b895034f7f9855915392086357575ee0d576be6b04a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4d8512534b3c26665b3a4b895034f7f9855915392086357575ee0d576be6b04a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4d8512534b3c26665b3a4b895034f7f9855915392086357575ee0d576be6b04a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bf22beadfe9558f781f9e5db81bb33f09b60b867197838c268efa19faa1b372d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bf22beadfe9558f781f9e5db81bb33f09b60b867197838c268efa19faa1b372d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bf22beadfe9558f781f9e5db81bb33f09b60b867197838c268efa19faa1b372d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d13c9744485594154b03b498b6407b2d47f0817a6a4ebf6807aca1f3bfaa117e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d13c9744485594154b03b498b6407b2d47f0817a6a4ebf6807aca1f3bfaa117e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d13c9744485594154b03b498b6407b2d47f0817a6a4ebf6807aca1f3bfaa117e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f6dfb5a4bb0d44e481bdac34b18639086b02ae6f88344550d0766c7e3358d9dc_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f6dfb5a4bb0d44e481bdac34b18639086b02ae6f88344550d0766c7e3358d9dc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f6dfb5a4bb0d44e481bdac34b18639086b02ae6f88344550d0766c7e3358d9dc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1147a9c8c4f5b5ad8ae728b077cbdcd40fea5db4fbcd3f04dec21fb9af0825c0_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1147a9c8c4f5b5ad8ae728b077cbdcd40fea5db4fbcd3f04dec21fb9af0825c0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1147a9c8c4f5b5ad8ae728b077cbdcd40fea5db4fbcd3f04dec21fb9af0825c0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8c16f93af3941c3aefc16599859162a45822c5c2fa077df551718792c399ec4e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8c16f93af3941c3aefc16599859162a45822c5c2fa077df551718792c399ec4e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8c16f93af3941c3aefc16599859162a45822c5c2fa077df551718792c399ec4e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c1a0aba9ead3a33353dc8a033699dfa4795f4050516677dad6ed4ac664094692_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c1a0aba9ead3a33353dc8a033699dfa4795f4050516677dad6ed4ac664094692_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c1a0aba9ead3a33353dc8a033699dfa4795f4050516677dad6ed4ac664094692_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:dee9cd1a94644a85ffc67d3044d0a6251c6226111ed6f610346a0a1b16459820_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:dee9cd1a94644a85ffc67d3044d0a6251c6226111ed6f610346a0a1b16459820_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:dee9cd1a94644a85ffc67d3044d0a6251c6226111ed6f610346a0a1b16459820_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:166ce61b7567f720dda8f264dbd919dc0cd49a8929ee0f046e6d44d989005262_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:166ce61b7567f720dda8f264dbd919dc0cd49a8929ee0f046e6d44d989005262_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:166ce61b7567f720dda8f264dbd919dc0cd49a8929ee0f046e6d44d989005262_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7676fea92d8e9eda12a8a76c77bcc2bec9d196d04c5bdf8e4e191e637425c763_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7676fea92d8e9eda12a8a76c77bcc2bec9d196d04c5bdf8e4e191e637425c763_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7676fea92d8e9eda12a8a76c77bcc2bec9d196d04c5bdf8e4e191e637425c763_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:80ad07e0c4a7044c04490646135edbd388db21439d65f5285bbd20fdc9876f03_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:80ad07e0c4a7044c04490646135edbd388db21439d65f5285bbd20fdc9876f03_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:80ad07e0c4a7044c04490646135edbd388db21439d65f5285bbd20fdc9876f03_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:948224448cb28ac8f19094f8701e0eb07e5f185d136905415992196e09007213_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:948224448cb28ac8f19094f8701e0eb07e5f185d136905415992196e09007213_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:948224448cb28ac8f19094f8701e0eb07e5f185d136905415992196e09007213_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1da02c6f999c95ecb0920f31c0d82344dc9d2572d7f475f42dc42d8a9081dd44_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1da02c6f999c95ecb0920f31c0d82344dc9d2572d7f475f42dc42d8a9081dd44_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1da02c6f999c95ecb0920f31c0d82344dc9d2572d7f475f42dc42d8a9081dd44_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a7bc3f0d04dbce41099b3baab6afc7e3a71c0ae692bec1189d365093245790a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a7bc3f0d04dbce41099b3baab6afc7e3a71c0ae692bec1189d365093245790a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a7bc3f0d04dbce41099b3baab6afc7e3a71c0ae692bec1189d365093245790a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3a8aca3cfe476df607601608dbd217d64292c5d77bc2220656a1a9a3b6668b2f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3a8aca3cfe476df607601608dbd217d64292c5d77bc2220656a1a9a3b6668b2f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3a8aca3cfe476df607601608dbd217d64292c5d77bc2220656a1a9a3b6668b2f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:75b9a66b716e2179c8c512339bf5f4996d809c1df4ce7b19213a84bd8e743c2f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:75b9a66b716e2179c8c512339bf5f4996d809c1df4ce7b19213a84bd8e743c2f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:75b9a66b716e2179c8c512339bf5f4996d809c1df4ce7b19213a84bd8e743c2f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:53551d526d431b91c405ea569421560279bcbf0196a2d03b1ef584ad7d80a496_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:53551d526d431b91c405ea569421560279bcbf0196a2d03b1ef584ad7d80a496_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:53551d526d431b91c405ea569421560279bcbf0196a2d03b1ef584ad7d80a496_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6bb270e09c96ab51ec55d256a715febe0e6dedc4d5eeaa492987626eca8b32d8_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6bb270e09c96ab51ec55d256a715febe0e6dedc4d5eeaa492987626eca8b32d8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6bb270e09c96ab51ec55d256a715febe0e6dedc4d5eeaa492987626eca8b32d8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:96f0980912b063ef19f816592b2f004837d80d07ca39e9290267c1cb364f3bf6_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:96f0980912b063ef19f816592b2f004837d80d07ca39e9290267c1cb364f3bf6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:96f0980912b063ef19f816592b2f004837d80d07ca39e9290267c1cb364f3bf6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:dd5951120ca786c6b25e52c3a4004e8e207df7f3f1e78a1c973635af022ee7c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:dd5951120ca786c6b25e52c3a4004e8e207df7f3f1e78a1c973635af022ee7c7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:dd5951120ca786c6b25e52c3a4004e8e207df7f3f1e78a1c973635af022ee7c7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0871b6c16b38a2eda5d1c89fd75079aff0775224307e940557e6fda6ba229f38_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0871b6c16b38a2eda5d1c89fd75079aff0775224307e940557e6fda6ba229f38_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0871b6c16b38a2eda5d1c89fd75079aff0775224307e940557e6fda6ba229f38_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3cf3338663b2ac175cb7fbd0d83b6f332b00d6cb683106b7dcbb7b72f91bbbb8_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3cf3338663b2ac175cb7fbd0d83b6f332b00d6cb683106b7dcbb7b72f91bbbb8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3cf3338663b2ac175cb7fbd0d83b6f332b00d6cb683106b7dcbb7b72f91bbbb8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a76d2cd5e2fb20b1a037b8367eba97c33292edddcd92c3f4611347fba34e34e2_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a76d2cd5e2fb20b1a037b8367eba97c33292edddcd92c3f4611347fba34e34e2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a76d2cd5e2fb20b1a037b8367eba97c33292edddcd92c3f4611347fba34e34e2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:da85d837513755e4f4adb1c51051591bd24c1cbec482bf79956b8fe6a3de725f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:da85d837513755e4f4adb1c51051591bd24c1cbec482bf79956b8fe6a3de725f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:da85d837513755e4f4adb1c51051591bd24c1cbec482bf79956b8fe6a3de725f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7b26569a85b4ef6cadf9670d3472b7c9ab15b109bcda9cb73dcc66e8230df4f4_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7b26569a85b4ef6cadf9670d3472b7c9ab15b109bcda9cb73dcc66e8230df4f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7b26569a85b4ef6cadf9670d3472b7c9ab15b109bcda9cb73dcc66e8230df4f4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae9688141370b937a76c44d822a8af2c1e3fcbe326dcf42bde26ff6e989a602f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae9688141370b937a76c44d822a8af2c1e3fcbe326dcf42bde26ff6e989a602f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae9688141370b937a76c44d822a8af2c1e3fcbe326dcf42bde26ff6e989a602f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b01891187defbb444b2849d9a2e3817d86483f010c247b3695a4b91d5b675a9b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b01891187defbb444b2849d9a2e3817d86483f010c247b3695a4b91d5b675a9b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b01891187defbb444b2849d9a2e3817d86483f010c247b3695a4b91d5b675a9b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd35b01de09fbb4518d75811dfbcfd502f376f43a50ee4ce476d9690dfab63a2_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd35b01de09fbb4518d75811dfbcfd502f376f43a50ee4ce476d9690dfab63a2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd35b01de09fbb4518d75811dfbcfd502f376f43a50ee4ce476d9690dfab63a2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4e211caf8c5a933dd82335efdce5e001bdbdcf434e8b5a84834742229fbecd0b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4e211caf8c5a933dd82335efdce5e001bdbdcf434e8b5a84834742229fbecd0b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4e211caf8c5a933dd82335efdce5e001bdbdcf434e8b5a84834742229fbecd0b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7c9494105d4feeacff779458ecf3cc19b71dead22dd12da207a304d019af2124_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7c9494105d4feeacff779458ecf3cc19b71dead22dd12da207a304d019af2124_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7c9494105d4feeacff779458ecf3cc19b71dead22dd12da207a304d019af2124_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d0468d5af503c22a1bd83fb7ff6d57e299aebc9d9753b8656d463f44bedcf51b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d0468d5af503c22a1bd83fb7ff6d57e299aebc9d9753b8656d463f44bedcf51b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d0468d5af503c22a1bd83fb7ff6d57e299aebc9d9753b8656d463f44bedcf51b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e30865ea7d55b76cb925c7d26c650f0bc70fd9a02d7d59d0fe1a3024426229ad_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e30865ea7d55b76cb925c7d26c650f0bc70fd9a02d7d59d0fe1a3024426229ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e30865ea7d55b76cb925c7d26c650f0bc70fd9a02d7d59d0fe1a3024426229ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:233b59eac6fca6ccd87ab66f83799a4684116681e840103def6497241e6cfd23_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:233b59eac6fca6ccd87ab66f83799a4684116681e840103def6497241e6cfd23_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:233b59eac6fca6ccd87ab66f83799a4684116681e840103def6497241e6cfd23_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4475536f349a0f3ae2229c3dde6c46f55a2ab25b710e3856df420c18098e29f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4475536f349a0f3ae2229c3dde6c46f55a2ab25b710e3856df420c18098e29f4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4475536f349a0f3ae2229c3dde6c46f55a2ab25b710e3856df420c18098e29f4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:99bb975c02929e0bb7b856b3f86bfc06fd10431267e140f63987fa3d697a67bb_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:99bb975c02929e0bb7b856b3f86bfc06fd10431267e140f63987fa3d697a67bb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:99bb975c02929e0bb7b856b3f86bfc06fd10431267e140f63987fa3d697a67bb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cd84996894e29d9234883627e1834217384476b6a4f68a2b6d5d961ca6ef3477_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cd84996894e29d9234883627e1834217384476b6a4f68a2b6d5d961ca6ef3477_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cd84996894e29d9234883627e1834217384476b6a4f68a2b6d5d961ca6ef3477_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3783056dc81f68219354963ae4e6879d023b988657eef1372f3610fae312b25c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3783056dc81f68219354963ae4e6879d023b988657eef1372f3610fae312b25c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3783056dc81f68219354963ae4e6879d023b988657eef1372f3610fae312b25c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:38914d7c7178586bf4be1f3f116612a0d97e1dee4a88288182ef1b09c574412b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:38914d7c7178586bf4be1f3f116612a0d97e1dee4a88288182ef1b09c574412b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:38914d7c7178586bf4be1f3f116612a0d97e1dee4a88288182ef1b09c574412b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a9f59df0ef23d82f6521ed0d2df4f525b6a22d01f2bf0f570cf6e8032a7b3b14_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a9f59df0ef23d82f6521ed0d2df4f525b6a22d01f2bf0f570cf6e8032a7b3b14_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a9f59df0ef23d82f6521ed0d2df4f525b6a22d01f2bf0f570cf6e8032a7b3b14_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d589ed11166522b34ef9e63df5f3c76fdda425c9d726b1ffbfafb74b47c08460_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d589ed11166522b34ef9e63df5f3c76fdda425c9d726b1ffbfafb74b47c08460_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d589ed11166522b34ef9e63df5f3c76fdda425c9d726b1ffbfafb74b47c08460_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4665e4c56773950fe9da9a8158340f0997544155ded37207a5eadd77dd692743_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4665e4c56773950fe9da9a8158340f0997544155ded37207a5eadd77dd692743_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4665e4c56773950fe9da9a8158340f0997544155ded37207a5eadd77dd692743_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5be115966e17263b4d0c18e175019b447e93d9bede06bc87c53b49cd4d22778e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5be115966e17263b4d0c18e175019b447e93d9bede06bc87c53b49cd4d22778e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5be115966e17263b4d0c18e175019b447e93d9bede06bc87c53b49cd4d22778e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:611c756c064c0163c70bd8f4c72180f308f4fa9eff8b37dc322c229590989c6d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:611c756c064c0163c70bd8f4c72180f308f4fa9eff8b37dc322c229590989c6d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:611c756c064c0163c70bd8f4c72180f308f4fa9eff8b37dc322c229590989c6d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f71086b942e1399a7637de656443023593b70dd12c4667c9d615c5c7920299ca_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f71086b942e1399a7637de656443023593b70dd12c4667c9d615c5c7920299ca_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f71086b942e1399a7637de656443023593b70dd12c4667c9d615c5c7920299ca_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:34c0b4f8b1f074db22d5e81e320b1142e073e2d9f25f0dd6c245f647a201fdb2_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:34c0b4f8b1f074db22d5e81e320b1142e073e2d9f25f0dd6c245f647a201fdb2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:34c0b4f8b1f074db22d5e81e320b1142e073e2d9f25f0dd6c245f647a201fdb2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6ca3338215628042782aee2e3bdd7dabce03b38a03b4bfe1ad6d93a666d3caaf_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6ca3338215628042782aee2e3bdd7dabce03b38a03b4bfe1ad6d93a666d3caaf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6ca3338215628042782aee2e3bdd7dabce03b38a03b4bfe1ad6d93a666d3caaf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:941e425284a01b806853e6ea05339b5ce52b56d1aea6cd360cd5a22b7bb7b175_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:941e425284a01b806853e6ea05339b5ce52b56d1aea6cd360cd5a22b7bb7b175_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:941e425284a01b806853e6ea05339b5ce52b56d1aea6cd360cd5a22b7bb7b175_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f0e3f8b45691fb21f582077aa69c5f8c7ea2500d16170d14d7edd8593291dbcb_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f0e3f8b45691fb21f582077aa69c5f8c7ea2500d16170d14d7edd8593291dbcb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f0e3f8b45691fb21f582077aa69c5f8c7ea2500d16170d14d7edd8593291dbcb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b8cc4108edfa986930272b15b13a61c9a0041e5ce47d063184ec111fa3ccfc16_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b8cc4108edfa986930272b15b13a61c9a0041e5ce47d063184ec111fa3ccfc16_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b8cc4108edfa986930272b15b13a61c9a0041e5ce47d063184ec111fa3ccfc16_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d8674e1b02678e9be89806c59eeef13352138c7b58f45e0fb513b2138484972a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d8674e1b02678e9be89806c59eeef13352138c7b58f45e0fb513b2138484972a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d8674e1b02678e9be89806c59eeef13352138c7b58f45e0fb513b2138484972a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:2551b49a02f96ba3948e7a47456669d03a0c663a44431e4a615ba16f17e41a79_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:2551b49a02f96ba3948e7a47456669d03a0c663a44431e4a615ba16f17e41a79_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:2551b49a02f96ba3948e7a47456669d03a0c663a44431e4a615ba16f17e41a79_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:96a6495fa5423c74755f90b16c9f7f036ad9d392a7cef288d66066714ba1afef_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:96a6495fa5423c74755f90b16c9f7f036ad9d392a7cef288d66066714ba1afef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:96a6495fa5423c74755f90b16c9f7f036ad9d392a7cef288d66066714ba1afef_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6c3161dc88a50c210bc3d8012bae5b6e5bb70c4d862353ddfbaad1ecb9f05fbc_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6c3161dc88a50c210bc3d8012bae5b6e5bb70c4d862353ddfbaad1ecb9f05fbc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6c3161dc88a50c210bc3d8012bae5b6e5bb70c4d862353ddfbaad1ecb9f05fbc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ed6a7048363c48409eed14cb305e8f2437f35f28abce6e7dd7b4bd1ea06aca0a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ed6a7048363c48409eed14cb305e8f2437f35f28abce6e7dd7b4bd1ea06aca0a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ed6a7048363c48409eed14cb305e8f2437f35f28abce6e7dd7b4bd1ea06aca0a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:08dcdfe78978b0e70e260df4ec206b22f21d7248256e4bbc058b188cd1601d45_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:08dcdfe78978b0e70e260df4ec206b22f21d7248256e4bbc058b188cd1601d45_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:08dcdfe78978b0e70e260df4ec206b22f21d7248256e4bbc058b188cd1601d45_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4f99f39e9a6a4fe7fdccbce8a4e6b6517b2f4db3b33b45396dfdb80124c6950b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4f99f39e9a6a4fe7fdccbce8a4e6b6517b2f4db3b33b45396dfdb80124c6950b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4f99f39e9a6a4fe7fdccbce8a4e6b6517b2f4db3b33b45396dfdb80124c6950b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:00539b70d0ed7bb7fa2c1451b39db3f9a52662e0e1ac7b7d56a9f5b576186c3c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:00539b70d0ed7bb7fa2c1451b39db3f9a52662e0e1ac7b7d56a9f5b576186c3c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:00539b70d0ed7bb7fa2c1451b39db3f9a52662e0e1ac7b7d56a9f5b576186c3c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1b27777c55ff94a703b5b86e9bc34f39dae95c998b390874baddb41d1d659208_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1b27777c55ff94a703b5b86e9bc34f39dae95c998b390874baddb41d1d659208_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1b27777c55ff94a703b5b86e9bc34f39dae95c998b390874baddb41d1d659208_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:5d11c65fbbaf76c60977d1565b51e9595febe214e14d24043511469f6962ec66_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:5d11c65fbbaf76c60977d1565b51e9595febe214e14d24043511469f6962ec66_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:5d11c65fbbaf76c60977d1565b51e9595febe214e14d24043511469f6962ec66_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c45d47b1c09d848db11c0e411048b01c10424d13c7ef1763f7ff4114793403a1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c45d47b1c09d848db11c0e411048b01c10424d13c7ef1763f7ff4114793403a1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c45d47b1c09d848db11c0e411048b01c10424d13c7ef1763f7ff4114793403a1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:0d4054949bf563d74908acb8f7a3473916e84a93c9a7210b901d8b05d17a7513_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:0d4054949bf563d74908acb8f7a3473916e84a93c9a7210b901d8b05d17a7513_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:0d4054949bf563d74908acb8f7a3473916e84a93c9a7210b901d8b05d17a7513_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8cfd9c3ff35c35ce150c1ff31a83981d432109d241896aa4ccdf3a91dfdecdf4_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8cfd9c3ff35c35ce150c1ff31a83981d432109d241896aa4ccdf3a91dfdecdf4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8cfd9c3ff35c35ce150c1ff31a83981d432109d241896aa4ccdf3a91dfdecdf4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1cf6e70ee2b92520a08d729488b08d8bf409b9784d6592ae61d7c3b97da4a9e8_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1cf6e70ee2b92520a08d729488b08d8bf409b9784d6592ae61d7c3b97da4a9e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1cf6e70ee2b92520a08d729488b08d8bf409b9784d6592ae61d7c3b97da4a9e8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:44c2c7882a97658a7c27154afe976cc9a4369c5a168551313ce2530410375570_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:44c2c7882a97658a7c27154afe976cc9a4369c5a168551313ce2530410375570_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:44c2c7882a97658a7c27154afe976cc9a4369c5a168551313ce2530410375570_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9163ea4b3eb96fc7706df4523b999333d0f24dd169a54b2ebc885ba1dd51fccf_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9163ea4b3eb96fc7706df4523b999333d0f24dd169a54b2ebc885ba1dd51fccf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9163ea4b3eb96fc7706df4523b999333d0f24dd169a54b2ebc885ba1dd51fccf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a8ba786d108a3b2bb5f2524a4a17be6451f495fdc5cacca0c976c310a55a7005_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a8ba786d108a3b2bb5f2524a4a17be6451f495fdc5cacca0c976c310a55a7005_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a8ba786d108a3b2bb5f2524a4a17be6451f495fdc5cacca0c976c310a55a7005_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a27cc3348f05d178fdc90b4eaf3e884a88371f83d02e84266fdfd6324c8096b9_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a27cc3348f05d178fdc90b4eaf3e884a88371f83d02e84266fdfd6324c8096b9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a27cc3348f05d178fdc90b4eaf3e884a88371f83d02e84266fdfd6324c8096b9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e35c62a0fcebd639016430efea319a3571be216f11c41d17e6dd7c6c8f3937ca_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e35c62a0fcebd639016430efea319a3571be216f11c41d17e6dd7c6c8f3937ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e35c62a0fcebd639016430efea319a3571be216f11c41d17e6dd7c6c8f3937ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70b0e5be749c3b4f016c82409ba4f2559ea72213665592fded48376efc8ae274_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70b0e5be749c3b4f016c82409ba4f2559ea72213665592fded48376efc8ae274_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70b0e5be749c3b4f016c82409ba4f2559ea72213665592fded48376efc8ae274_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f54e47721b5c645de6a91fdc65c382f8ffb712b7196070b4f0fa1eadd7afa6a5_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f54e47721b5c645de6a91fdc65c382f8ffb712b7196070b4f0fa1eadd7afa6a5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f54e47721b5c645de6a91fdc65c382f8ffb712b7196070b4f0fa1eadd7afa6a5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:54523efb558477691a414aafd97958098ef05bfd34c2ecf1a576b930bdfaf3fe_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:54523efb558477691a414aafd97958098ef05bfd34c2ecf1a576b930bdfaf3fe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:54523efb558477691a414aafd97958098ef05bfd34c2ecf1a576b930bdfaf3fe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cfd9360077ac2629442bad5789a8a51bbf63eeea208ba32187483ddd65a96400_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cfd9360077ac2629442bad5789a8a51bbf63eeea208ba32187483ddd65a96400_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cfd9360077ac2629442bad5789a8a51bbf63eeea208ba32187483ddd65a96400_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:46ea425bc4ff842500938163ddf9f23ed4325df9d688fe1484ae3746d60c7b0b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:46ea425bc4ff842500938163ddf9f23ed4325df9d688fe1484ae3746d60c7b0b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:46ea425bc4ff842500938163ddf9f23ed4325df9d688fe1484ae3746d60c7b0b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fcc8808ed449ee7b0d2656e7efb0f272a41a3cb2e19101055c2f01d1c907fd69_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fcc8808ed449ee7b0d2656e7efb0f272a41a3cb2e19101055c2f01d1c907fd69_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fcc8808ed449ee7b0d2656e7efb0f272a41a3cb2e19101055c2f01d1c907fd69_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8908c9b768ba4ea4b7e93b53be6d2da856eb38eefc9bf0bc1264241a8280d00c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8908c9b768ba4ea4b7e93b53be6d2da856eb38eefc9bf0bc1264241a8280d00c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8908c9b768ba4ea4b7e93b53be6d2da856eb38eefc9bf0bc1264241a8280d00c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b8e08fa72d69de68de37285fe05463e5f1e05ea70566b133650d8a6a0dc7fd05_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b8e08fa72d69de68de37285fe05463e5f1e05ea70566b133650d8a6a0dc7fd05_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b8e08fa72d69de68de37285fe05463e5f1e05ea70566b133650d8a6a0dc7fd05_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e00fab27633cab0617be1b520c7a89b38025d222b20bed2f4180dfde1d07497f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e00fab27633cab0617be1b520c7a89b38025d222b20bed2f4180dfde1d07497f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e00fab27633cab0617be1b520c7a89b38025d222b20bed2f4180dfde1d07497f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fd37b4b03f737e90c179662f90f01c29c2a72afa61ae81cc60e065e26040da35_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fd37b4b03f737e90c179662f90f01c29c2a72afa61ae81cc60e065e26040da35_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fd37b4b03f737e90c179662f90f01c29c2a72afa61ae81cc60e065e26040da35_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:19c3bceb1a3e17bbfafd60ea6d16c244590019b2f1cbf91a2cc767fddb74efa4_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:19c3bceb1a3e17bbfafd60ea6d16c244590019b2f1cbf91a2cc767fddb74efa4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:19c3bceb1a3e17bbfafd60ea6d16c244590019b2f1cbf91a2cc767fddb74efa4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:203130a848a2e6144934e0005db88a38a6b6f22c5cb6464ffc6a98c1f4ae7ea4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:203130a848a2e6144934e0005db88a38a6b6f22c5cb6464ffc6a98c1f4ae7ea4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:203130a848a2e6144934e0005db88a38a6b6f22c5cb6464ffc6a98c1f4ae7ea4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3bf25c89c0d59181fe81a30e33ea1ebec6dec838b2ef99d2c4830c66ddee8a95_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3bf25c89c0d59181fe81a30e33ea1ebec6dec838b2ef99d2c4830c66ddee8a95_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3bf25c89c0d59181fe81a30e33ea1ebec6dec838b2ef99d2c4830c66ddee8a95_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:93156295e2f3a961739c57f6ce7246d22f50f534ba423e9808ffd787bceb33db_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:93156295e2f3a961739c57f6ce7246d22f50f534ba423e9808ffd787bceb33db_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:93156295e2f3a961739c57f6ce7246d22f50f534ba423e9808ffd787bceb33db_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b634f3dbaf08fd133813378d67e151d520476705b8f292adeee83687e2768a8_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b634f3dbaf08fd133813378d67e151d520476705b8f292adeee83687e2768a8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b634f3dbaf08fd133813378d67e151d520476705b8f292adeee83687e2768a8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6541102984bb49cdefa5b2d494e8ff1b28fab6cc115c555754108f65c7e627f6_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6541102984bb49cdefa5b2d494e8ff1b28fab6cc115c555754108f65c7e627f6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6541102984bb49cdefa5b2d494e8ff1b28fab6cc115c555754108f65c7e627f6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6dd156dd75638fca33bb1ddfe463a3e54484b8a8c0eb37d0816ee46a90edf237_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6dd156dd75638fca33bb1ddfe463a3e54484b8a8c0eb37d0816ee46a90edf237_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6dd156dd75638fca33bb1ddfe463a3e54484b8a8c0eb37d0816ee46a90edf237_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a0c61f9d9101a6b192b333d929d42f0430eba249b898afee01823990fff041ca_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a0c61f9d9101a6b192b333d929d42f0430eba249b898afee01823990fff041ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a0c61f9d9101a6b192b333d929d42f0430eba249b898afee01823990fff041ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b009966dc7bfe2d53f9ba1c5656576eaba1f81265e8f2edb7a48c2b249bad002_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b009966dc7bfe2d53f9ba1c5656576eaba1f81265e8f2edb7a48c2b249bad002_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b009966dc7bfe2d53f9ba1c5656576eaba1f81265e8f2edb7a48c2b249bad002_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bdf6a78dd3246d4836a5106991b861efd982fffba6ea2db1e22f42e48c29a509_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bdf6a78dd3246d4836a5106991b861efd982fffba6ea2db1e22f42e48c29a509_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bdf6a78dd3246d4836a5106991b861efd982fffba6ea2db1e22f42e48c29a509_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d6f6bed7208d2d05d8d93bc0fc47740f970539715c097f6be3a68b37e178ee2c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d6f6bed7208d2d05d8d93bc0fc47740f970539715c097f6be3a68b37e178ee2c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d6f6bed7208d2d05d8d93bc0fc47740f970539715c097f6be3a68b37e178ee2c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fa889a208ecd0842c823f8482318dafb426c0ba9eaad1c8db889aaa7fbadce44_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fa889a208ecd0842c823f8482318dafb426c0ba9eaad1c8db889aaa7fbadce44_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fa889a208ecd0842c823f8482318dafb426c0ba9eaad1c8db889aaa7fbadce44_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:07093043bca0089b3c56d9e5331e68f549541e5661e2a39a260aa534dc9528bd_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:07093043bca0089b3c56d9e5331e68f549541e5661e2a39a260aa534dc9528bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:07093043bca0089b3c56d9e5331e68f549541e5661e2a39a260aa534dc9528bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a73ebdee6a1620c6e1cb3c80a7b67183a6864a417f8815efb41be4fe004042bb_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a73ebdee6a1620c6e1cb3c80a7b67183a6864a417f8815efb41be4fe004042bb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a73ebdee6a1620c6e1cb3c80a7b67183a6864a417f8815efb41be4fe004042bb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e56f04824f69147ea8bd3c0fc1e6b5c26a38e95c19ee07573ab978e3efe5b495_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e56f04824f69147ea8bd3c0fc1e6b5c26a38e95c19ee07573ab978e3efe5b495_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e56f04824f69147ea8bd3c0fc1e6b5c26a38e95c19ee07573ab978e3efe5b495_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ecdf342afcbaa2f13f60c6f931bae5d5e13fe98299f3fb6c8ea9b6364255b403_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ecdf342afcbaa2f13f60c6f931bae5d5e13fe98299f3fb6c8ea9b6364255b403_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ecdf342afcbaa2f13f60c6f931bae5d5e13fe98299f3fb6c8ea9b6364255b403_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7fccb6e19eb4caa16d32f4cf59670c2c741c98b099d1f12368b85aab3f84dc38_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7fccb6e19eb4caa16d32f4cf59670c2c741c98b099d1f12368b85aab3f84dc38_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7fccb6e19eb4caa16d32f4cf59670c2c741c98b099d1f12368b85aab3f84dc38_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:87759327bc6dc5878b47444c17f6653b5363d86c215c63a236a05e308f0cc830_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:87759327bc6dc5878b47444c17f6653b5363d86c215c63a236a05e308f0cc830_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:87759327bc6dc5878b47444c17f6653b5363d86c215c63a236a05e308f0cc830_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b56a763a771c2ca53c8a789f42a4a1e05877cacc669bb983ff15d0909e1437a5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b56a763a771c2ca53c8a789f42a4a1e05877cacc669bb983ff15d0909e1437a5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b56a763a771c2ca53c8a789f42a4a1e05877cacc669bb983ff15d0909e1437a5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d5e5b0255d2a5e35ac0a19fd6278f1e996c05eebd350a9795f8da20a90e5a36c_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d5e5b0255d2a5e35ac0a19fd6278f1e996c05eebd350a9795f8da20a90e5a36c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d5e5b0255d2a5e35ac0a19fd6278f1e996c05eebd350a9795f8da20a90e5a36c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:10f2e02396689588a8c752bda0fc37076608541bc2c7c87bb9ce9934a5322f88_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:10f2e02396689588a8c752bda0fc37076608541bc2c7c87bb9ce9934a5322f88_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:10f2e02396689588a8c752bda0fc37076608541bc2c7c87bb9ce9934a5322f88_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f3ed134021364ab22aa351e3b8b342b8161961b18b7b073d47417aef21032ac_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f3ed134021364ab22aa351e3b8b342b8161961b18b7b073d47417aef21032ac_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f3ed134021364ab22aa351e3b8b342b8161961b18b7b073d47417aef21032ac_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e155421620a4ac28a759265f53059b75308fdd1491caeba6a9a34d2fbeab4954_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e155421620a4ac28a759265f53059b75308fdd1491caeba6a9a34d2fbeab4954_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e155421620a4ac28a759265f53059b75308fdd1491caeba6a9a34d2fbeab4954_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ec647a6c6835e970ddd63c5d946dd72cbe91769b14061f11cdb486f9237b6c59_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ec647a6c6835e970ddd63c5d946dd72cbe91769b14061f11cdb486f9237b6c59_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ec647a6c6835e970ddd63c5d946dd72cbe91769b14061f11cdb486f9237b6c59_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:125f97f6647ec4cc82854ac0fcb6ea2d98560c53eb5d6f32133b8b69df598f0b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:125f97f6647ec4cc82854ac0fcb6ea2d98560c53eb5d6f32133b8b69df598f0b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:125f97f6647ec4cc82854ac0fcb6ea2d98560c53eb5d6f32133b8b69df598f0b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1faa2081a881db884a86bdfe33fcb6a6af1d14c3e9ee5c44dfe4b09045684e13_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1faa2081a881db884a86bdfe33fcb6a6af1d14c3e9ee5c44dfe4b09045684e13_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1faa2081a881db884a86bdfe33fcb6a6af1d14c3e9ee5c44dfe4b09045684e13_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3362c9e73ab0966b6dbfa9f1faa1854feff8e8a93ee884d1984af120b31e3a56_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3362c9e73ab0966b6dbfa9f1faa1854feff8e8a93ee884d1984af120b31e3a56_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3362c9e73ab0966b6dbfa9f1faa1854feff8e8a93ee884d1984af120b31e3a56_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b42361ada991ef145ed7cfa56a6e2f8849cbb11797c3e84ab798259a9fc50f24_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b42361ada991ef145ed7cfa56a6e2f8849cbb11797c3e84ab798259a9fc50f24_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b42361ada991ef145ed7cfa56a6e2f8849cbb11797c3e84ab798259a9fc50f24_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:102a250fa1868b1b11092bbd44d00bf7a1db231919e20b88897d0b1982576661_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:102a250fa1868b1b11092bbd44d00bf7a1db231919e20b88897d0b1982576661_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:102a250fa1868b1b11092bbd44d00bf7a1db231919e20b88897d0b1982576661_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:894367b856ad95beae281a18816b3443021c023121bac74ab345bef75590510a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:894367b856ad95beae281a18816b3443021c023121bac74ab345bef75590510a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:894367b856ad95beae281a18816b3443021c023121bac74ab345bef75590510a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b695ff422194fd05262480e3bc1af246f9c9212589e7d11f201f799146c8fd4_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b695ff422194fd05262480e3bc1af246f9c9212589e7d11f201f799146c8fd4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b695ff422194fd05262480e3bc1af246f9c9212589e7d11f201f799146c8fd4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ad99424448527c960627c241c83012837af97f3687a48b3c1a7791cfcbdf22dd_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ad99424448527c960627c241c83012837af97f3687a48b3c1a7791cfcbdf22dd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ad99424448527c960627c241c83012837af97f3687a48b3c1a7791cfcbdf22dd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:047699c5a63593f45e9dd6f9fac0fa636ffc012331ee592891bfb08001bdd963_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:047699c5a63593f45e9dd6f9fac0fa636ffc012331ee592891bfb08001bdd963_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:047699c5a63593f45e9dd6f9fac0fa636ffc012331ee592891bfb08001bdd963_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:799f9029090c0eb6db1d42616907d4c405b5127a4146f66905366bf275f48e11_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:799f9029090c0eb6db1d42616907d4c405b5127a4146f66905366bf275f48e11_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:799f9029090c0eb6db1d42616907d4c405b5127a4146f66905366bf275f48e11_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8826482bbdbf0a2d9f799378c31f6ddcac2b3099f0fa60acd32c0cbe7c19ad49_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8826482bbdbf0a2d9f799378c31f6ddcac2b3099f0fa60acd32c0cbe7c19ad49_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8826482bbdbf0a2d9f799378c31f6ddcac2b3099f0fa60acd32c0cbe7c19ad49_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b71d2a4314b34bdf4164ebe4796b36ba7c8327b316c064450a9b37521a9b3515_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b71d2a4314b34bdf4164ebe4796b36ba7c8327b316c064450a9b37521a9b3515_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b71d2a4314b34bdf4164ebe4796b36ba7c8327b316c064450a9b37521a9b3515_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:04f6bddab40520bae715dd9f3eb94edc601ef093c0ae44c0e35415569671819c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:04f6bddab40520bae715dd9f3eb94edc601ef093c0ae44c0e35415569671819c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:04f6bddab40520bae715dd9f3eb94edc601ef093c0ae44c0e35415569671819c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:bd8adea550cbbaf16cb9409b31ec8b997320d247f9f30c80608ac1fbf9c7a07e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:bd8adea550cbbaf16cb9409b31ec8b997320d247f9f30c80608ac1fbf9c7a07e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:bd8adea550cbbaf16cb9409b31ec8b997320d247f9f30c80608ac1fbf9c7a07e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c2ee30f4e3ec7b765de66b6b39f7a1ec2dc21ea27c489260953bd3b2bf00d84c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c2ee30f4e3ec7b765de66b6b39f7a1ec2dc21ea27c489260953bd3b2bf00d84c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c2ee30f4e3ec7b765de66b6b39f7a1ec2dc21ea27c489260953bd3b2bf00d84c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee6768976d5ed042750aa53b3a52dbb61f748522e389d0ce204d957434d76982_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee6768976d5ed042750aa53b3a52dbb61f748522e389d0ce204d957434d76982_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee6768976d5ed042750aa53b3a52dbb61f748522e389d0ce204d957434d76982_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0ae90d63bfd8c5d349436cdde4879b9e9b7688cbda159a8ef0c3035d4fc68468_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0ae90d63bfd8c5d349436cdde4879b9e9b7688cbda159a8ef0c3035d4fc68468_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0ae90d63bfd8c5d349436cdde4879b9e9b7688cbda159a8ef0c3035d4fc68468_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:159840e10307764c82bae9b8c564c7094b8f4d85095ada8da8f5226f5b2852b5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:159840e10307764c82bae9b8c564c7094b8f4d85095ada8da8f5226f5b2852b5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:159840e10307764c82bae9b8c564c7094b8f4d85095ada8da8f5226f5b2852b5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1f8765166728541c216748bd018bc78b56d4825ab25ea2aff00dc2159657c4f0_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1f8765166728541c216748bd018bc78b56d4825ab25ea2aff00dc2159657c4f0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1f8765166728541c216748bd018bc78b56d4825ab25ea2aff00dc2159657c4f0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3c5d5c48ee8cae20835d5289ea89404a35896efa3fa0c9bb1d34938e6fe81c6b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3c5d5c48ee8cae20835d5289ea89404a35896efa3fa0c9bb1d34938e6fe81c6b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3c5d5c48ee8cae20835d5289ea89404a35896efa3fa0c9bb1d34938e6fe81c6b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1951c5446e7c28e909725dff87d86a8a694d9d0be8d14d3d8381b05a04238cdf_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1951c5446e7c28e909725dff87d86a8a694d9d0be8d14d3d8381b05a04238cdf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1951c5446e7c28e909725dff87d86a8a694d9d0be8d14d3d8381b05a04238cdf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7b8fb1f11df51c131f5be8ddfc1b1c95ac13481f58d2dcd5a465a4a8341c0f49_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7b8fb1f11df51c131f5be8ddfc1b1c95ac13481f58d2dcd5a465a4a8341c0f49_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7b8fb1f11df51c131f5be8ddfc1b1c95ac13481f58d2dcd5a465a4a8341c0f49_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e03ab066f272792564bbc5417419ae634fe7125c681011e265a7e5a68c7050f2_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e03ab066f272792564bbc5417419ae634fe7125c681011e265a7e5a68c7050f2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e03ab066f272792564bbc5417419ae634fe7125c681011e265a7e5a68c7050f2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ed488d09c9a25e1dfbe1ca8c895a561a7b59c5ab7a274d226bb768ff638d1ab9_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ed488d09c9a25e1dfbe1ca8c895a561a7b59c5ab7a274d226bb768ff638d1ab9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ed488d09c9a25e1dfbe1ca8c895a561a7b59c5ab7a274d226bb768ff638d1ab9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1401a3d45911840fc38614b90338b6947b8452601d8096549a275257aa46f293_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1401a3d45911840fc38614b90338b6947b8452601d8096549a275257aa46f293_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1401a3d45911840fc38614b90338b6947b8452601d8096549a275257aa46f293_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3cafefaa62e731d480e2385cde5aa56005c228cadcf643af9860bcf4a621367b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3cafefaa62e731d480e2385cde5aa56005c228cadcf643af9860bcf4a621367b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3cafefaa62e731d480e2385cde5aa56005c228cadcf643af9860bcf4a621367b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:770db9d2d73ae5dcd359747a232cdfe88988439d79af83a68db2d272b2d5d197_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:770db9d2d73ae5dcd359747a232cdfe88988439d79af83a68db2d272b2d5d197_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:770db9d2d73ae5dcd359747a232cdfe88988439d79af83a68db2d272b2d5d197_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9aaa9fe683383fd292c15d90e565138aab152edc4129977a525cfc53ebd78893_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9aaa9fe683383fd292c15d90e565138aab152edc4129977a525cfc53ebd78893_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9aaa9fe683383fd292c15d90e565138aab152edc4129977a525cfc53ebd78893_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4299c86832609607cf541210da5b49603a1255ecf1821e55ae83314cef55bd52_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4299c86832609607cf541210da5b49603a1255ecf1821e55ae83314cef55bd52_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4299c86832609607cf541210da5b49603a1255ecf1821e55ae83314cef55bd52_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:551bf35bbbce1c364d482e9aedd53c597f816517e5bb95192fd8fd5d2e626f88_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:551bf35bbbce1c364d482e9aedd53c597f816517e5bb95192fd8fd5d2e626f88_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:551bf35bbbce1c364d482e9aedd53c597f816517e5bb95192fd8fd5d2e626f88_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9adcf85afec4650d314b57f6abf710eb89fe98dad51bc59d5d61482729289dd2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9adcf85afec4650d314b57f6abf710eb89fe98dad51bc59d5d61482729289dd2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9adcf85afec4650d314b57f6abf710eb89fe98dad51bc59d5d61482729289dd2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f2b79e7095306e8edd47f3e1d2b20b8150a61b506a46df7095bcca1bddae3b54_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f2b79e7095306e8edd47f3e1d2b20b8150a61b506a46df7095bcca1bddae3b54_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f2b79e7095306e8edd47f3e1d2b20b8150a61b506a46df7095bcca1bddae3b54_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:42eafa4ca6ab084394b60fba7b07184b77b6b342ffae32b6867f058b508e96cd_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:42eafa4ca6ab084394b60fba7b07184b77b6b342ffae32b6867f058b508e96cd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:42eafa4ca6ab084394b60fba7b07184b77b6b342ffae32b6867f058b508e96cd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5c8d88010ecd35afc87692bdd3ae1caa678c6b38361b1ea96b32104b5b13736e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5c8d88010ecd35afc87692bdd3ae1caa678c6b38361b1ea96b32104b5b13736e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5c8d88010ecd35afc87692bdd3ae1caa678c6b38361b1ea96b32104b5b13736e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9f2b80358f029728d7f4ce46418bb6859d9ea7365de7b6f97a5f549ed6e77471_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9f2b80358f029728d7f4ce46418bb6859d9ea7365de7b6f97a5f549ed6e77471_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9f2b80358f029728d7f4ce46418bb6859d9ea7365de7b6f97a5f549ed6e77471_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ea4fc147389790709cfee364fc743693c07b86d1a60913c0949ee40dd329e6fe_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ea4fc147389790709cfee364fc743693c07b86d1a60913c0949ee40dd329e6fe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ea4fc147389790709cfee364fc743693c07b86d1a60913c0949ee40dd329e6fe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:17afc45022541b052772d999e52f5d548b29aa2c9edee17f51f6c401d2eb155b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:17afc45022541b052772d999e52f5d548b29aa2c9edee17f51f6c401d2eb155b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:17afc45022541b052772d999e52f5d548b29aa2c9edee17f51f6c401d2eb155b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:490b30bbec721a4fca03ba67a3c65fe14dd232c3d479879166934d10e2a841c3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:490b30bbec721a4fca03ba67a3c65fe14dd232c3d479879166934d10e2a841c3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:490b30bbec721a4fca03ba67a3c65fe14dd232c3d479879166934d10e2a841c3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9cc42212fb15c1f3e6a88acaaa4919c9693be3c6099ea849d28855e231dc9e44_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9cc42212fb15c1f3e6a88acaaa4919c9693be3c6099ea849d28855e231dc9e44_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9cc42212fb15c1f3e6a88acaaa4919c9693be3c6099ea849d28855e231dc9e44_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd4f7240219ca7f98c11cc5d18978e99c4f3a18fb80e43842c7b1aa3741a940c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd4f7240219ca7f98c11cc5d18978e99c4f3a18fb80e43842c7b1aa3741a940c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd4f7240219ca7f98c11cc5d18978e99c4f3a18fb80e43842c7b1aa3741a940c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2431778975829348e271dc9bf123c7a24c81a52537a61414cd17c8436436078b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2431778975829348e271dc9bf123c7a24c81a52537a61414cd17c8436436078b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2431778975829348e271dc9bf123c7a24c81a52537a61414cd17c8436436078b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7ccb01b969567f51f835f0e958e3c515d243b60dfb71e38d34b15de6d05dd994_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7ccb01b969567f51f835f0e958e3c515d243b60dfb71e38d34b15de6d05dd994_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7ccb01b969567f51f835f0e958e3c515d243b60dfb71e38d34b15de6d05dd994_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b9242e2e5f4671c52e7ce8610ecdfa89f5d3824ac89a9fabedec93ae8d5b60b4_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b9242e2e5f4671c52e7ce8610ecdfa89f5d3824ac89a9fabedec93ae8d5b60b4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b9242e2e5f4671c52e7ce8610ecdfa89f5d3824ac89a9fabedec93ae8d5b60b4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f3e3e85941bb1c598f730642e613322099e247fe00c82942bbf61b2c9b7720c4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f3e3e85941bb1c598f730642e613322099e247fe00c82942bbf61b2c9b7720c4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f3e3e85941bb1c598f730642e613322099e247fe00c82942bbf61b2c9b7720c4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2b2960aeaa71d91adfac978f96718518f3251288f8a0289d298f256207ea99ee_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2b2960aeaa71d91adfac978f96718518f3251288f8a0289d298f256207ea99ee_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2b2960aeaa71d91adfac978f96718518f3251288f8a0289d298f256207ea99ee_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:47c1d88223ffb35bb36a4d2bde736fb3e45f08e204519387e0e52e3e3dc00cfb_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:47c1d88223ffb35bb36a4d2bde736fb3e45f08e204519387e0e52e3e3dc00cfb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:47c1d88223ffb35bb36a4d2bde736fb3e45f08e204519387e0e52e3e3dc00cfb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:69be6fa285a84391db513a04b0f8ab74d30b91257a393fc06215f32dc00e4e9d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:69be6fa285a84391db513a04b0f8ab74d30b91257a393fc06215f32dc00e4e9d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:69be6fa285a84391db513a04b0f8ab74d30b91257a393fc06215f32dc00e4e9d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:854cb1ef468d88b88c96d0dad49c25dfdef26a3eade8c26ad966e26febc7358c_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:854cb1ef468d88b88c96d0dad49c25dfdef26a3eade8c26ad966e26febc7358c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:854cb1ef468d88b88c96d0dad49c25dfdef26a3eade8c26ad966e26febc7358c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:13d06502c0f0a3c73f69bf8d0743718f7cfc46e71f4a12916517ad7e9bff17e1_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:13d06502c0f0a3c73f69bf8d0743718f7cfc46e71f4a12916517ad7e9bff17e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:13d06502c0f0a3c73f69bf8d0743718f7cfc46e71f4a12916517ad7e9bff17e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc807112929064290fc27a9cff6fb35c151b21ae8a309316bf0e359eb4ad7c3b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc807112929064290fc27a9cff6fb35c151b21ae8a309316bf0e359eb4ad7c3b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc807112929064290fc27a9cff6fb35c151b21ae8a309316bf0e359eb4ad7c3b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e9291f11217f5f346970be6a524fda92069c255a635651989583997b44f3e261_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e9291f11217f5f346970be6a524fda92069c255a635651989583997b44f3e261_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e9291f11217f5f346970be6a524fda92069c255a635651989583997b44f3e261_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f442b5091cdf61d59a7bad5673aaa77ccf57930a2b2e94a179007b173d49ed0e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f442b5091cdf61d59a7bad5673aaa77ccf57930a2b2e94a179007b173d49ed0e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f442b5091cdf61d59a7bad5673aaa77ccf57930a2b2e94a179007b173d49ed0e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41f9f9437d67a77df14fd73bea9a55dce6a151d3e829d06adf6a4cca0ab0f669_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41f9f9437d67a77df14fd73bea9a55dce6a151d3e829d06adf6a4cca0ab0f669_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41f9f9437d67a77df14fd73bea9a55dce6a151d3e829d06adf6a4cca0ab0f669_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b959cb65553e3aff316ce884abc7b42e4313ffde89390d8b7755e18c8b019ea7_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b959cb65553e3aff316ce884abc7b42e4313ffde89390d8b7755e18c8b019ea7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b959cb65553e3aff316ce884abc7b42e4313ffde89390d8b7755e18c8b019ea7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e1c8b9784a60860a08bd47935f0767b7b7f8f36c5c0adb7623a31b82c01d4c09_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e1c8b9784a60860a08bd47935f0767b7b7f8f36c5c0adb7623a31b82c01d4c09_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e1c8b9784a60860a08bd47935f0767b7b7f8f36c5c0adb7623a31b82c01d4c09_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f9113e8a252757e26bc6ce434b052147f2cf285afb6071135706d3641df1611e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f9113e8a252757e26bc6ce434b052147f2cf285afb6071135706d3641df1611e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f9113e8a252757e26bc6ce434b052147f2cf285afb6071135706d3641df1611e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6dd9324942b3d09b4b9a768f36b47be4e555d947910ee3d115fc5448c95f7399_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6dd9324942b3d09b4b9a768f36b47be4e555d947910ee3d115fc5448c95f7399_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6dd9324942b3d09b4b9a768f36b47be4e555d947910ee3d115fc5448c95f7399_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1f0d2e5e5f491f0cf9d115ffac8460e76fb2ecfe905adc1ef0e75dbb6dd99ed_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1f0d2e5e5f491f0cf9d115ffac8460e76fb2ecfe905adc1ef0e75dbb6dd99ed_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1f0d2e5e5f491f0cf9d115ffac8460e76fb2ecfe905adc1ef0e75dbb6dd99ed_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf1e6eaade0b2a65408f666a55c3dd64f81dc366ab82cc9cbbd32d51a6170ec2_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf1e6eaade0b2a65408f666a55c3dd64f81dc366ab82cc9cbbd32d51a6170ec2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf1e6eaade0b2a65408f666a55c3dd64f81dc366ab82cc9cbbd32d51a6170ec2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fd6ca7c0e9086481be0bd4c407623af4e6d62de01dd16b877556e3b818f7f8af_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fd6ca7c0e9086481be0bd4c407623af4e6d62de01dd16b877556e3b818f7f8af_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fd6ca7c0e9086481be0bd4c407623af4e6d62de01dd16b877556e3b818f7f8af_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3a3da785b1c68c3c0589e429959a1422d45d7d92f0ddf2a1f2914cf6be292e75_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3a3da785b1c68c3c0589e429959a1422d45d7d92f0ddf2a1f2914cf6be292e75_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3a3da785b1c68c3c0589e429959a1422d45d7d92f0ddf2a1f2914cf6be292e75_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5a0a3f72007c0e3677bb93a9baffc30d82b8fda0d65dc248a8a236a1329408f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5a0a3f72007c0e3677bb93a9baffc30d82b8fda0d65dc248a8a236a1329408f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5a0a3f72007c0e3677bb93a9baffc30d82b8fda0d65dc248a8a236a1329408f3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cc03f91dbf08df9907c0ebad30c54a7fa92285b19ec4e440ed762b197378a861_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cc03f91dbf08df9907c0ebad30c54a7fa92285b19ec4e440ed762b197378a861_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cc03f91dbf08df9907c0ebad30c54a7fa92285b19ec4e440ed762b197378a861_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e12059245006f55cab3164481fa778ec1a44846b422aa13cd59e4279a5f9dee1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e12059245006f55cab3164481fa778ec1a44846b422aa13cd59e4279a5f9dee1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e12059245006f55cab3164481fa778ec1a44846b422aa13cd59e4279a5f9dee1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0386494d2322e8d0e6eec988cb9f57ef3e4e91bb3c8ac091caf18b600a179b39_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0386494d2322e8d0e6eec988cb9f57ef3e4e91bb3c8ac091caf18b600a179b39_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0386494d2322e8d0e6eec988cb9f57ef3e4e91bb3c8ac091caf18b600a179b39_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2969090e51624a2e7f8ef0f17bea3993eb5d647689c6e1cbe0e34547a6ff6eaa_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2969090e51624a2e7f8ef0f17bea3993eb5d647689c6e1cbe0e34547a6ff6eaa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2969090e51624a2e7f8ef0f17bea3993eb5d647689c6e1cbe0e34547a6ff6eaa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51b8117e12938db60e7a972f90f7cae176b776d3a94e56428ef440c85672dbda_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51b8117e12938db60e7a972f90f7cae176b776d3a94e56428ef440c85672dbda_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51b8117e12938db60e7a972f90f7cae176b776d3a94e56428ef440c85672dbda_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e3d21c51712e6e0cdd9c776479f6d1ab55bc1085df5bb5f583e69ee192d11fd3_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e3d21c51712e6e0cdd9c776479f6d1ab55bc1085df5bb5f583e69ee192d11fd3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e3d21c51712e6e0cdd9c776479f6d1ab55bc1085df5bb5f583e69ee192d11fd3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ef02dbe8f97a7f197e447337209d5b9a39b094c452b53e34ddbe35ec9cf67fe_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ef02dbe8f97a7f197e447337209d5b9a39b094c452b53e34ddbe35ec9cf67fe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ef02dbe8f97a7f197e447337209d5b9a39b094c452b53e34ddbe35ec9cf67fe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9ab8271af1a39ffc70e7d733a87d17b3c92bacaa30f1b684d0d779971ded8ccd_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9ab8271af1a39ffc70e7d733a87d17b3c92bacaa30f1b684d0d779971ded8ccd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9ab8271af1a39ffc70e7d733a87d17b3c92bacaa30f1b684d0d779971ded8ccd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd019260c7aa2018ad976745ab7ff71deb43fe556a8972e5d6553facd5a65a49_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd019260c7aa2018ad976745ab7ff71deb43fe556a8972e5d6553facd5a65a49_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd019260c7aa2018ad976745ab7ff71deb43fe556a8972e5d6553facd5a65a49_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f01eb0bd0753b888218e4ba3e2e66592744e2c360575fac15d9b6079f2a86e4c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f01eb0bd0753b888218e4ba3e2e66592744e2c360575fac15d9b6079f2a86e4c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f01eb0bd0753b888218e4ba3e2e66592744e2c360575fac15d9b6079f2a86e4c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42f9169107d898da6aa80f67edfb98bfade84a34e93521365b4af091ce9f92b7_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42f9169107d898da6aa80f67edfb98bfade84a34e93521365b4af091ce9f92b7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42f9169107d898da6aa80f67edfb98bfade84a34e93521365b4af091ce9f92b7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5c8f4ec08c4ed388b7a78c7e6dab99bdd1a2026418d27a80c8913475c75757c3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5c8f4ec08c4ed388b7a78c7e6dab99bdd1a2026418d27a80c8913475c75757c3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5c8f4ec08c4ed388b7a78c7e6dab99bdd1a2026418d27a80c8913475c75757c3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:af3ed66448314364ba05a0aba0076459ef771630670d6e76e92bb8a83e44a83c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:af3ed66448314364ba05a0aba0076459ef771630670d6e76e92bb8a83e44a83c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:af3ed66448314364ba05a0aba0076459ef771630670d6e76e92bb8a83e44a83c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d6a6142fc9210ea156df1bcb747657fe68c57c56c52e73df0daee014ea6d84e3_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d6a6142fc9210ea156df1bcb747657fe68c57c56c52e73df0daee014ea6d84e3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d6a6142fc9210ea156df1bcb747657fe68c57c56c52e73df0daee014ea6d84e3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:82809e1befa215331f9e7f9263ca4c5a9fd86c877a4c79c8691388f5b660b442_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:82809e1befa215331f9e7f9263ca4c5a9fd86c877a4c79c8691388f5b660b442_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:82809e1befa215331f9e7f9263ca4c5a9fd86c877a4c79c8691388f5b660b442_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9c784dfa1aa85e05bdffbf6a2dfd72c1ed0ef8f9e3715a37b09ae05b16b01e29_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9c784dfa1aa85e05bdffbf6a2dfd72c1ed0ef8f9e3715a37b09ae05b16b01e29_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9c784dfa1aa85e05bdffbf6a2dfd72c1ed0ef8f9e3715a37b09ae05b16b01e29_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2410c4183950551a84c4d56849755087c1c873c9a86ffc3f78aeba765584fda_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2410c4183950551a84c4d56849755087c1c873c9a86ffc3f78aeba765584fda_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2410c4183950551a84c4d56849755087c1c873c9a86ffc3f78aeba765584fda_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e8ae0b5bab647ff989f276cead5f360bcb88c813f181d75dc3106eb5dbde0b39_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e8ae0b5bab647ff989f276cead5f360bcb88c813f181d75dc3106eb5dbde0b39_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e8ae0b5bab647ff989f276cead5f360bcb88c813f181d75dc3106eb5dbde0b39_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c9838eeaff91d7f0f3c81d57d11af3a0aa8823ab541100f0c5dce2651200660_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c9838eeaff91d7f0f3c81d57d11af3a0aa8823ab541100f0c5dce2651200660_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c9838eeaff91d7f0f3c81d57d11af3a0aa8823ab541100f0c5dce2651200660_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ae8504da2cdde248194b594cb1a6731b04280d6114fb540d2255a223a48fc298_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ae8504da2cdde248194b594cb1a6731b04280d6114fb540d2255a223a48fc298_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ae8504da2cdde248194b594cb1a6731b04280d6114fb540d2255a223a48fc298_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e6f833f3a19a716a06b1ea6b4787794a690a77c7ab75c130da533aaf9d428c66_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e6f833f3a19a716a06b1ea6b4787794a690a77c7ab75c130da533aaf9d428c66_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e6f833f3a19a716a06b1ea6b4787794a690a77c7ab75c130da533aaf9d428c66_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f56d01ef06fe016c748e8c87538dea8e9fcc84856eb116bd3597cc8e042e9f0a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f56d01ef06fe016c748e8c87538dea8e9fcc84856eb116bd3597cc8e042e9f0a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f56d01ef06fe016c748e8c87538dea8e9fcc84856eb116bd3597cc8e042e9f0a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0c381750c8da0904cb0ea8696bd67d063cb9120e54f7988f93165ce951e50007_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0c381750c8da0904cb0ea8696bd67d063cb9120e54f7988f93165ce951e50007_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0c381750c8da0904cb0ea8696bd67d063cb9120e54f7988f93165ce951e50007_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3f3e2893565fe6061c78339600a4eaa49d485818f484fcd0ccc8baa010b6d826_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3f3e2893565fe6061c78339600a4eaa49d485818f484fcd0ccc8baa010b6d826_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3f3e2893565fe6061c78339600a4eaa49d485818f484fcd0ccc8baa010b6d826_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:86ae6b3e4d1152193c692d92616c64a2dc085a0a37a2e4be51843298c08788d3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:86ae6b3e4d1152193c692d92616c64a2dc085a0a37a2e4be51843298c08788d3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:86ae6b3e4d1152193c692d92616c64a2dc085a0a37a2e4be51843298c08788d3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e391fce0b2e04f22fc089597db9e0671ba7f8b5b3a709151b5f33dd23b262144_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e391fce0b2e04f22fc089597db9e0671ba7f8b5b3a709151b5f33dd23b262144_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e391fce0b2e04f22fc089597db9e0671ba7f8b5b3a709151b5f33dd23b262144_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1e7ac69aff2f28f6b3cbdb166c7dac7a3490167bcd670cd7057bdde1e1e7684d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1e7ac69aff2f28f6b3cbdb166c7dac7a3490167bcd670cd7057bdde1e1e7684d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1e7ac69aff2f28f6b3cbdb166c7dac7a3490167bcd670cd7057bdde1e1e7684d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:475e358c04d92c10245802b52880219f6b7967505a72855f9bc9b33bd17628cd_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:475e358c04d92c10245802b52880219f6b7967505a72855f9bc9b33bd17628cd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:475e358c04d92c10245802b52880219f6b7967505a72855f9bc9b33bd17628cd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d16424fa647e34349fa402ce100cae5f3713b206f69d6cae36a03e5f7eb4e374_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d16424fa647e34349fa402ce100cae5f3713b206f69d6cae36a03e5f7eb4e374_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d16424fa647e34349fa402ce100cae5f3713b206f69d6cae36a03e5f7eb4e374_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ec80d535377fec7d27cbd23002084ae97b847d8fe6ef8f0ff88c960f9f691446_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ec80d535377fec7d27cbd23002084ae97b847d8fe6ef8f0ff88c960f9f691446_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ec80d535377fec7d27cbd23002084ae97b847d8fe6ef8f0ff88c960f9f691446_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0100b616991bd8bca68d583e902283aa4cc0d388046437d5d68407190e3fb041_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0100b616991bd8bca68d583e902283aa4cc0d388046437d5d68407190e3fb041_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0100b616991bd8bca68d583e902283aa4cc0d388046437d5d68407190e3fb041_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0da0ee0d54a1624acd043e066a3819fd7a4bdfe02a73321a91fd100599e64f1f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0da0ee0d54a1624acd043e066a3819fd7a4bdfe02a73321a91fd100599e64f1f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0da0ee0d54a1624acd043e066a3819fd7a4bdfe02a73321a91fd100599e64f1f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:69ee831e3ac5dbf239025b14e53dd23e2bc902cbf1cfcb2c5d99f1c228e57efc_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:69ee831e3ac5dbf239025b14e53dd23e2bc902cbf1cfcb2c5d99f1c228e57efc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:69ee831e3ac5dbf239025b14e53dd23e2bc902cbf1cfcb2c5d99f1c228e57efc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c582deb37feeeac0551a5893107c5623b2cf3e97bf178fbc3d6b03c143128ea1_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c582deb37feeeac0551a5893107c5623b2cf3e97bf178fbc3d6b03c143128ea1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c582deb37feeeac0551a5893107c5623b2cf3e97bf178fbc3d6b03c143128ea1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:07e0128e9f7e5c2f1d9d0b04d46240ad064fca7064cf2e7c932ba8542d124ea9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:07e0128e9f7e5c2f1d9d0b04d46240ad064fca7064cf2e7c932ba8542d124ea9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:07e0128e9f7e5c2f1d9d0b04d46240ad064fca7064cf2e7c932ba8542d124ea9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5fbf4751a49a88a89f674e64861e7dcf491cc67cad34719a0bfae8ab0eb100da_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5fbf4751a49a88a89f674e64861e7dcf491cc67cad34719a0bfae8ab0eb100da_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5fbf4751a49a88a89f674e64861e7dcf491cc67cad34719a0bfae8ab0eb100da_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aacc2698d097e25bf26e35393ef3536f7a240880d0a87f46a2b7ea3c13731d1e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aacc2698d097e25bf26e35393ef3536f7a240880d0a87f46a2b7ea3c13731d1e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aacc2698d097e25bf26e35393ef3536f7a240880d0a87f46a2b7ea3c13731d1e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fc3647c4d70cf253f4946fae6072af87545056f541c5dbfa9ce6c77734d77ec1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fc3647c4d70cf253f4946fae6072af87545056f541c5dbfa9ce6c77734d77ec1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fc3647c4d70cf253f4946fae6072af87545056f541c5dbfa9ce6c77734d77ec1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56dffbd86bfae06921432678caf184b335bf2fc6ac7ee128f48aee396d57ea55_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56dffbd86bfae06921432678caf184b335bf2fc6ac7ee128f48aee396d57ea55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56dffbd86bfae06921432678caf184b335bf2fc6ac7ee128f48aee396d57ea55_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:786cb35495e9433cfa8a271849c8bdfea14ca6c54af63d9f49a0dca82603b26d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:786cb35495e9433cfa8a271849c8bdfea14ca6c54af63d9f49a0dca82603b26d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:786cb35495e9433cfa8a271849c8bdfea14ca6c54af63d9f49a0dca82603b26d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:98c7b3e48d0d32805e8211cdfb3e653b1ed6b2278793fe89837c04a9f443986c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:98c7b3e48d0d32805e8211cdfb3e653b1ed6b2278793fe89837c04a9f443986c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:98c7b3e48d0d32805e8211cdfb3e653b1ed6b2278793fe89837c04a9f443986c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bd4fb9fc797dc15ba60847c5fcf2dd7e4ff90ec01937c24b4a04531bc307f821_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bd4fb9fc797dc15ba60847c5fcf2dd7e4ff90ec01937c24b4a04531bc307f821_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bd4fb9fc797dc15ba60847c5fcf2dd7e4ff90ec01937c24b4a04531bc307f821_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:068ee68a5aab0ca0650a815f7742cbe8a8410a58a13d10d600017dfad100cbf4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:068ee68a5aab0ca0650a815f7742cbe8a8410a58a13d10d600017dfad100cbf4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:068ee68a5aab0ca0650a815f7742cbe8a8410a58a13d10d600017dfad100cbf4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:333e6572029953b4c4676076f0991ee6e5c7d28cbe2887c71b1682f19831d8a1_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:333e6572029953b4c4676076f0991ee6e5c7d28cbe2887c71b1682f19831d8a1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:333e6572029953b4c4676076f0991ee6e5c7d28cbe2887c71b1682f19831d8a1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:506186c7c4297973e77ce372fcea0eea0388d5db0e0accba6ddc18d8c7680ca3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:506186c7c4297973e77ce372fcea0eea0388d5db0e0accba6ddc18d8c7680ca3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:506186c7c4297973e77ce372fcea0eea0388d5db0e0accba6ddc18d8c7680ca3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb7111dedf68a51d4656f8b837421c40f0833c12084c2e41382932d555238d6c_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb7111dedf68a51d4656f8b837421c40f0833c12084c2e41382932d555238d6c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb7111dedf68a51d4656f8b837421c40f0833c12084c2e41382932d555238d6c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3084a7cb2734d03cc752b42ea90e7b8830013afa268c84422c514484ef924c69_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3084a7cb2734d03cc752b42ea90e7b8830013afa268c84422c514484ef924c69_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3084a7cb2734d03cc752b42ea90e7b8830013afa268c84422c514484ef924c69_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6dd544a8a6b4d08fe0f4fd076109c09cf181302ab6056ec6b2b89d68a52954c5_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6dd544a8a6b4d08fe0f4fd076109c09cf181302ab6056ec6b2b89d68a52954c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6dd544a8a6b4d08fe0f4fd076109c09cf181302ab6056ec6b2b89d68a52954c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a8331adecd0a5e43182894a10a71677ddafcf12c12f211e9b7656230c918ab17_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a8331adecd0a5e43182894a10a71677ddafcf12c12f211e9b7656230c918ab17_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a8331adecd0a5e43182894a10a71677ddafcf12c12f211e9b7656230c918ab17_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d945852f512d781311dbae8d78e1377a06e8d752deeacc4063bf2b52cbd5baa6_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d945852f512d781311dbae8d78e1377a06e8d752deeacc4063bf2b52cbd5baa6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d945852f512d781311dbae8d78e1377a06e8d752deeacc4063bf2b52cbd5baa6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:02a995500ea997486e929548855ee40c68288a4a567cf4112020d0e3b62d10cb_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:02a995500ea997486e929548855ee40c68288a4a567cf4112020d0e3b62d10cb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:02a995500ea997486e929548855ee40c68288a4a567cf4112020d0e3b62d10cb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:44aa21f2975c14129581bfdf40e0c2a4138cfe1061946c82257f161065025518_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:44aa21f2975c14129581bfdf40e0c2a4138cfe1061946c82257f161065025518_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:44aa21f2975c14129581bfdf40e0c2a4138cfe1061946c82257f161065025518_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:664fa1569548d3e75358cc6fa91717249c49ccd909ad09a62ced8b61f3976b5f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:664fa1569548d3e75358cc6fa91717249c49ccd909ad09a62ced8b61f3976b5f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:664fa1569548d3e75358cc6fa91717249c49ccd909ad09a62ced8b61f3976b5f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f353131d8a1223db7f637c9851016b3a348d80c2b2be663a2db6d01e14ddca88_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f353131d8a1223db7f637c9851016b3a348d80c2b2be663a2db6d01e14ddca88_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f353131d8a1223db7f637c9851016b3a348d80c2b2be663a2db6d01e14ddca88_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:445305216f3ea0977c0f76ee3dd676121f58c29384648a2f64e76e7a1d0ea887_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:445305216f3ea0977c0f76ee3dd676121f58c29384648a2f64e76e7a1d0ea887_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:445305216f3ea0977c0f76ee3dd676121f58c29384648a2f64e76e7a1d0ea887_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5d54bd262ca625a326b01ea2bfd33db10a402c05590e6b710b0959712e1bf30b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5d54bd262ca625a326b01ea2bfd33db10a402c05590e6b710b0959712e1bf30b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5d54bd262ca625a326b01ea2bfd33db10a402c05590e6b710b0959712e1bf30b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b95084d4eb2e9c44453f2dc55bf54c25601aa4563bc143e9276d5dff383d65f9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b95084d4eb2e9c44453f2dc55bf54c25601aa4563bc143e9276d5dff383d65f9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b95084d4eb2e9c44453f2dc55bf54c25601aa4563bc143e9276d5dff383d65f9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb02ec382b9619d25bb892b5afd59efc7d265c7bd7b787e30a976eea7b4f7cd1_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb02ec382b9619d25bb892b5afd59efc7d265c7bd7b787e30a976eea7b4f7cd1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb02ec382b9619d25bb892b5afd59efc7d265c7bd7b787e30a976eea7b4f7cd1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0e446723bbab96c4e4662ff058d5eccba72d0c36d26c7b8b3f07183fa49d3ab9_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0e446723bbab96c4e4662ff058d5eccba72d0c36d26c7b8b3f07183fa49d3ab9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0e446723bbab96c4e4662ff058d5eccba72d0c36d26c7b8b3f07183fa49d3ab9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1bdee83651c2e8dcab13f52b03ed670998d481bd3f8f86488760ad04e82bb4e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1bdee83651c2e8dcab13f52b03ed670998d481bd3f8f86488760ad04e82bb4e8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1bdee83651c2e8dcab13f52b03ed670998d481bd3f8f86488760ad04e82bb4e8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:9fb3cb70070ad7c4b3f7581156955397d124268423bf14fc1f0bef47f40b7a7f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:9fb3cb70070ad7c4b3f7581156955397d124268423bf14fc1f0bef47f40b7a7f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:9fb3cb70070ad7c4b3f7581156955397d124268423bf14fc1f0bef47f40b7a7f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:cf67c856a6dbe76c9776f26b62a34f6cedcd62e108931f38f1f2ac15d63261c9_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:cf67c856a6dbe76c9776f26b62a34f6cedcd62e108931f38f1f2ac15d63261c9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:cf67c856a6dbe76c9776f26b62a34f6cedcd62e108931f38f1f2ac15d63261c9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:43dea861132154bcb2841a604f7946addd7b1e5b0fe7e25538a6c57e759cd4dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:43dea861132154bcb2841a604f7946addd7b1e5b0fe7e25538a6c57e759cd4dd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:43dea861132154bcb2841a604f7946addd7b1e5b0fe7e25538a6c57e759cd4dd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9617d07f9516a6379b20ba8f01065096ed90a9d76afa5ab45e36bbdc03a10c06_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9617d07f9516a6379b20ba8f01065096ed90a9d76afa5ab45e36bbdc03a10c06_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9617d07f9516a6379b20ba8f01065096ed90a9d76afa5ab45e36bbdc03a10c06_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a90d19460fbc705172df7759a3da394930623c6b6974620b79ffa07bab53c51f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a90d19460fbc705172df7759a3da394930623c6b6974620b79ffa07bab53c51f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a90d19460fbc705172df7759a3da394930623c6b6974620b79ffa07bab53c51f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5ec54fe646fe2cd114eaab995524f602dbc99aa374b166a18acbec30c871435_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5ec54fe646fe2cd114eaab995524f602dbc99aa374b166a18acbec30c871435_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5ec54fe646fe2cd114eaab995524f602dbc99aa374b166a18acbec30c871435_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:32d9191bcae0d38dc540060134626a47eeaa8ef456ee09a6c5d3fbcbbd0cd451_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:32d9191bcae0d38dc540060134626a47eeaa8ef456ee09a6c5d3fbcbbd0cd451_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:32d9191bcae0d38dc540060134626a47eeaa8ef456ee09a6c5d3fbcbbd0cd451_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7269d6e83782e3b5a928c728b5d61198b6053071fcfac3b354ff2776c7c5eba2_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7269d6e83782e3b5a928c728b5d61198b6053071fcfac3b354ff2776c7c5eba2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7269d6e83782e3b5a928c728b5d61198b6053071fcfac3b354ff2776c7c5eba2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9621a8349f227a728571af9c11a8ba1e7bc35c372ac794148f132c498e1f170c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9621a8349f227a728571af9c11a8ba1e7bc35c372ac794148f132c498e1f170c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9621a8349f227a728571af9c11a8ba1e7bc35c372ac794148f132c498e1f170c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:eb6498725b67e95ad35031022a9c4067cc72922dbea9ea5f7173ccdef2e11daf_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:eb6498725b67e95ad35031022a9c4067cc72922dbea9ea5f7173ccdef2e11daf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:eb6498725b67e95ad35031022a9c4067cc72922dbea9ea5f7173ccdef2e11daf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3e728217c3f8a21a876600b73c72d90e807f83ce8af03ff6a38cc452e5d48e88_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3e728217c3f8a21a876600b73c72d90e807f83ce8af03ff6a38cc452e5d48e88_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3e728217c3f8a21a876600b73c72d90e807f83ce8af03ff6a38cc452e5d48e88_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:859e8a6e1cde5c011db2c542f6fcd8d37bac212976581d75953f463d2c280556_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:859e8a6e1cde5c011db2c542f6fcd8d37bac212976581d75953f463d2c280556_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:859e8a6e1cde5c011db2c542f6fcd8d37bac212976581d75953f463d2c280556_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b328cc111673357f61dbfea432f7b93727a4267df63ff41519c7bd95237d3666_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b328cc111673357f61dbfea432f7b93727a4267df63ff41519c7bd95237d3666_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b328cc111673357f61dbfea432f7b93727a4267df63ff41519c7bd95237d3666_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c53133aeea03421274be7731f5b03c5d29143aaf270bfc67134647e1cee3175d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c53133aeea03421274be7731f5b03c5d29143aaf270bfc67134647e1cee3175d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c53133aeea03421274be7731f5b03c5d29143aaf270bfc67134647e1cee3175d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0833a87e886ca5fec2adbc71655d8fbe4fc2925d2fb14a7cd926d4a79d6ba0ce_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0833a87e886ca5fec2adbc71655d8fbe4fc2925d2fb14a7cd926d4a79d6ba0ce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0833a87e886ca5fec2adbc71655d8fbe4fc2925d2fb14a7cd926d4a79d6ba0ce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2003997515f3c4a4eedf7e87d4f6c21a57eed9cffa4e1187a8ea6018b1f85fb4_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2003997515f3c4a4eedf7e87d4f6c21a57eed9cffa4e1187a8ea6018b1f85fb4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2003997515f3c4a4eedf7e87d4f6c21a57eed9cffa4e1187a8ea6018b1f85fb4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:75f54bd17f252279b031acd3509f06cd2b9d418efe1593eabb282ee2f9147141_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:75f54bd17f252279b031acd3509f06cd2b9d418efe1593eabb282ee2f9147141_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:75f54bd17f252279b031acd3509f06cd2b9d418efe1593eabb282ee2f9147141_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:93559e3a79fdb47a054add7a65cb98c1b8da73a542795b28a85c8c52f954cd95_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:93559e3a79fdb47a054add7a65cb98c1b8da73a542795b28a85c8c52f954cd95_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:93559e3a79fdb47a054add7a65cb98c1b8da73a542795b28a85c8c52f954cd95_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1935dc068e6fab6154c9361f30ec34459606ca802b3e32875a59eaad23d45599_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1935dc068e6fab6154c9361f30ec34459606ca802b3e32875a59eaad23d45599_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1935dc068e6fab6154c9361f30ec34459606ca802b3e32875a59eaad23d45599_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:89b6b1510e189c286c3675d32d57dd18d707d731f3e279213290efef0d6f8065_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:89b6b1510e189c286c3675d32d57dd18d707d731f3e279213290efef0d6f8065_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:89b6b1510e189c286c3675d32d57dd18d707d731f3e279213290efef0d6f8065_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:95e7647e6fda21b94b692f03908e4cd154e3374fca0560229c646fefe2c46730_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:95e7647e6fda21b94b692f03908e4cd154e3374fca0560229c646fefe2c46730_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:95e7647e6fda21b94b692f03908e4cd154e3374fca0560229c646fefe2c46730_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d81ac0615482c04941f2f4e716cf27f32933ca372dfd9ac1edf2c42772522ac6_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d81ac0615482c04941f2f4e716cf27f32933ca372dfd9ac1edf2c42772522ac6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d81ac0615482c04941f2f4e716cf27f32933ca372dfd9ac1edf2c42772522ac6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:1876adbd1d6444a0f00c04182398800871cf59d26d89a0259bb76d1785ef6354_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:1876adbd1d6444a0f00c04182398800871cf59d26d89a0259bb76d1785ef6354_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:1876adbd1d6444a0f00c04182398800871cf59d26d89a0259bb76d1785ef6354_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8c2c8b9dcf7925622da59ae7281922dd1612dd29a2804e5c40eb52e98970d2c8_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8c2c8b9dcf7925622da59ae7281922dd1612dd29a2804e5c40eb52e98970d2c8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8c2c8b9dcf7925622da59ae7281922dd1612dd29a2804e5c40eb52e98970d2c8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c8164cc9e16e8be9ea18be73c9df5041af326ed6b3059faff08f76e568cf4dc2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c8164cc9e16e8be9ea18be73c9df5041af326ed6b3059faff08f76e568cf4dc2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c8164cc9e16e8be9ea18be73c9df5041af326ed6b3059faff08f76e568cf4dc2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e3348bcb04f2c9bce001994cb406f11a5970d9e0d15e82e5b6f44a19ca42b135_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e3348bcb04f2c9bce001994cb406f11a5970d9e0d15e82e5b6f44a19ca42b135_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e3348bcb04f2c9bce001994cb406f11a5970d9e0d15e82e5b6f44a19ca42b135_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3b11193c44bcc8230e338c234196925fe952cb8766ae4634a3d41959cbe6ef9e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3b11193c44bcc8230e338c234196925fe952cb8766ae4634a3d41959cbe6ef9e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3b11193c44bcc8230e338c234196925fe952cb8766ae4634a3d41959cbe6ef9e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8e6e6a997146f438994d1e501e3b51243d6446d054e0b7f57ab8109cb062b380_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8e6e6a997146f438994d1e501e3b51243d6446d054e0b7f57ab8109cb062b380_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8e6e6a997146f438994d1e501e3b51243d6446d054e0b7f57ab8109cb062b380_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c71147789a1399705b03be0ee1e7de89fc403939d36efb56565237e81bee272e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c71147789a1399705b03be0ee1e7de89fc403939d36efb56565237e81bee272e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c71147789a1399705b03be0ee1e7de89fc403939d36efb56565237e81bee272e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e786e28fbe0b95c4f5723bebc3abde1333b259fd26673716fc5638d88286d8b7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e786e28fbe0b95c4f5723bebc3abde1333b259fd26673716fc5638d88286d8b7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e786e28fbe0b95c4f5723bebc3abde1333b259fd26673716fc5638d88286d8b7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4a19cad091787605e99743d52e73e3aaff720bf2f1aea1c889a28589c83ac89a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4a19cad091787605e99743d52e73e3aaff720bf2f1aea1c889a28589c83ac89a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4a19cad091787605e99743d52e73e3aaff720bf2f1aea1c889a28589c83ac89a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:63c5c6b0f955717d9ffa8ab20ad9ab58a443d80405c58a4ada0429f6d3d5fbf7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:63c5c6b0f955717d9ffa8ab20ad9ab58a443d80405c58a4ada0429f6d3d5fbf7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:63c5c6b0f955717d9ffa8ab20ad9ab58a443d80405c58a4ada0429f6d3d5fbf7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8ea13b0cbfe9be0d3d7ea80d50e512af6a453921a553c7c79b566530142b611b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8ea13b0cbfe9be0d3d7ea80d50e512af6a453921a553c7c79b566530142b611b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8ea13b0cbfe9be0d3d7ea80d50e512af6a453921a553c7c79b566530142b611b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c5ceac8d09149b2e204846cde81f9e87b6fba38e00c6fabfc9ce043889645a0a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c5ceac8d09149b2e204846cde81f9e87b6fba38e00c6fabfc9ce043889645a0a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c5ceac8d09149b2e204846cde81f9e87b6fba38e00c6fabfc9ce043889645a0a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:29331d2c54945440e2715d0246d997ad20ea76b67411d1acbeb3cfbde5b52ee2_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:29331d2c54945440e2715d0246d997ad20ea76b67411d1acbeb3cfbde5b52ee2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:29331d2c54945440e2715d0246d997ad20ea76b67411d1acbeb3cfbde5b52ee2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4c9bfdc66ceaf66bc9b66d332a5579b412cc560200b82793a37996bd1a828734_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4c9bfdc66ceaf66bc9b66d332a5579b412cc560200b82793a37996bd1a828734_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4c9bfdc66ceaf66bc9b66d332a5579b412cc560200b82793a37996bd1a828734_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9660025e2bde36358f60d15143e8a3a085ca716f5b73f0e6d3ef65286fb4cb09_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9660025e2bde36358f60d15143e8a3a085ca716f5b73f0e6d3ef65286fb4cb09_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9660025e2bde36358f60d15143e8a3a085ca716f5b73f0e6d3ef65286fb4cb09_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d1782d4a16a24063794a5b7f1d511c0c9422d2a946ac65adc9d408b2963e0d7b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d1782d4a16a24063794a5b7f1d511c0c9422d2a946ac65adc9d408b2963e0d7b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d1782d4a16a24063794a5b7f1d511c0c9422d2a946ac65adc9d408b2963e0d7b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8fff7f10461a43a8ecedb83b3620d8b16936f7cbba840f9a5cafccc7102dd805_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8fff7f10461a43a8ecedb83b3620d8b16936f7cbba840f9a5cafccc7102dd805_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8fff7f10461a43a8ecedb83b3620d8b16936f7cbba840f9a5cafccc7102dd805_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a60c6b58097bb0ced1170dd3a6c88bfc2f05e19755bfef3045a227da15b8ac84_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a60c6b58097bb0ced1170dd3a6c88bfc2f05e19755bfef3045a227da15b8ac84_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a60c6b58097bb0ced1170dd3a6c88bfc2f05e19755bfef3045a227da15b8ac84_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1d69b5b232aae28996c5ed43d2c24234215902905c4694c5ac72c86ac6736b39_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1d69b5b232aae28996c5ed43d2c24234215902905c4694c5ac72c86ac6736b39_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1d69b5b232aae28996c5ed43d2c24234215902905c4694c5ac72c86ac6736b39_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6cbbb8e2f4020c8d006b00901483ebc2968e06f1ce90cb73215724002a29177f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6cbbb8e2f4020c8d006b00901483ebc2968e06f1ce90cb73215724002a29177f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6cbbb8e2f4020c8d006b00901483ebc2968e06f1ce90cb73215724002a29177f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:81113710e0afc2eca536f9dee5f0fb525b42b6a2a1c2b4c8141c409181243ed3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:81113710e0afc2eca536f9dee5f0fb525b42b6a2a1c2b4c8141c409181243ed3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:81113710e0afc2eca536f9dee5f0fb525b42b6a2a1c2b4c8141c409181243ed3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c985206add4f3f2159d9c16a531d2e52bd47b52e3b58cc66c78337eedb9587c5_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c985206add4f3f2159d9c16a531d2e52bd47b52e3b58cc66c78337eedb9587c5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c985206add4f3f2159d9c16a531d2e52bd47b52e3b58cc66c78337eedb9587c5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:22d4e0100d4860ecbfea3a693e1dbee3803da780cc3adbb22c54398c41b9d05e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:22d4e0100d4860ecbfea3a693e1dbee3803da780cc3adbb22c54398c41b9d05e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:22d4e0100d4860ecbfea3a693e1dbee3803da780cc3adbb22c54398c41b9d05e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:27a620542daa309791058a32d9648ef3f4ed7112a52f7d2abe1de32d000a3d9b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:27a620542daa309791058a32d9648ef3f4ed7112a52f7d2abe1de32d000a3d9b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:27a620542daa309791058a32d9648ef3f4ed7112a52f7d2abe1de32d000a3d9b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4af8180d1e5a1cd9c0800e58ab9d206ed23c0ab8d772e1457d8c7002f5432cd9_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4af8180d1e5a1cd9c0800e58ab9d206ed23c0ab8d772e1457d8c7002f5432cd9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4af8180d1e5a1cd9c0800e58ab9d206ed23c0ab8d772e1457d8c7002f5432cd9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c784d65851be8f4a512f82b94d946e36f291e1ca49332ec95db7261ad10b2476_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c784d65851be8f4a512f82b94d946e36f291e1ca49332ec95db7261ad10b2476_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c784d65851be8f4a512f82b94d946e36f291e1ca49332ec95db7261ad10b2476_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4120e602b26df6f97b93dd035ccbaf7603419fc1505f53a60b04d7d0cff824ce_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4120e602b26df6f97b93dd035ccbaf7603419fc1505f53a60b04d7d0cff824ce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4120e602b26df6f97b93dd035ccbaf7603419fc1505f53a60b04d7d0cff824ce_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:8726f5535666a5212364ad59773e974135b820c6f4210a7be9dabe9d6d5a497d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:8726f5535666a5212364ad59773e974135b820c6f4210a7be9dabe9d6d5a497d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:8726f5535666a5212364ad59773e974135b820c6f4210a7be9dabe9d6d5a497d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ab299b63908b76729b260c067f218831ef64c0ad4e0c2c36030ddf0b365048f8_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ab299b63908b76729b260c067f218831ef64c0ad4e0c2c36030ddf0b365048f8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ab299b63908b76729b260c067f218831ef64c0ad4e0c2c36030ddf0b365048f8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b079e71b94cda1fe2bd7415f10c4b6e3431c0aa6780a2965cc563864ecd0bf96_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b079e71b94cda1fe2bd7415f10c4b6e3431c0aa6780a2965cc563864ecd0bf96_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b079e71b94cda1fe2bd7415f10c4b6e3431c0aa6780a2965cc563864ecd0bf96_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:17101cb34459bc9b5eb483f12ca09ff2e626b17a8c10529f6ff801d19523b5d1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:17101cb34459bc9b5eb483f12ca09ff2e626b17a8c10529f6ff801d19523b5d1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:17101cb34459bc9b5eb483f12ca09ff2e626b17a8c10529f6ff801d19523b5d1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d0a16ac7e433102846b7045d1d7287dab28afce96ca1f057619a24c3437960b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d0a16ac7e433102846b7045d1d7287dab28afce96ca1f057619a24c3437960b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d0a16ac7e433102846b7045d1d7287dab28afce96ca1f057619a24c3437960b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:914c6b5117522525c98560617c07726d91adc1e6336f44e0aea726a3fcb0bfb5_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:914c6b5117522525c98560617c07726d91adc1e6336f44e0aea726a3fcb0bfb5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:914c6b5117522525c98560617c07726d91adc1e6336f44e0aea726a3fcb0bfb5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f65258f60d5d17a5cd7536f1aff2d1f352b318e6027e48c826619ce686ea7848_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f65258f60d5d17a5cd7536f1aff2d1f352b318e6027e48c826619ce686ea7848_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f65258f60d5d17a5cd7536f1aff2d1f352b318e6027e48c826619ce686ea7848_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e45fcda9f48e3dfb88619650d2cf25a3618d65909406c1392daa86a0b0b0906_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e45fcda9f48e3dfb88619650d2cf25a3618d65909406c1392daa86a0b0b0906_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e45fcda9f48e3dfb88619650d2cf25a3618d65909406c1392daa86a0b0b0906_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:333b5d4296161cecde72dded62e02348b02713cccfbb10a278d0803b58702b28_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:333b5d4296161cecde72dded62e02348b02713cccfbb10a278d0803b58702b28_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:333b5d4296161cecde72dded62e02348b02713cccfbb10a278d0803b58702b28_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8fad98bc4b0cd93f399464f668b82b8881938c1d11a70dd4b66d91a7436f29a3_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8fad98bc4b0cd93f399464f668b82b8881938c1d11a70dd4b66d91a7436f29a3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8fad98bc4b0cd93f399464f668b82b8881938c1d11a70dd4b66d91a7436f29a3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d18454f3b49661c052375ef14c9f6ca31589a61abe2f6d23ec0cbf49288b3685_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d18454f3b49661c052375ef14c9f6ca31589a61abe2f6d23ec0cbf49288b3685_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d18454f3b49661c052375ef14c9f6ca31589a61abe2f6d23ec0cbf49288b3685_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:009765215dab7918f6db7e0b89257cb2666f722704728d3f973f751300501f57_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:009765215dab7918f6db7e0b89257cb2666f722704728d3f973f751300501f57_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:009765215dab7918f6db7e0b89257cb2666f722704728d3f973f751300501f57_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1435a805d3433bd5e3b6141ed30055f8b6350e1c56f9f8b3ba4febdbef794cb4_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1435a805d3433bd5e3b6141ed30055f8b6350e1c56f9f8b3ba4febdbef794cb4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1435a805d3433bd5e3b6141ed30055f8b6350e1c56f9f8b3ba4febdbef794cb4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a6b596bf430dedc60b4a2f53e60063ee69f3211a1d83251104863a80c496dfbf_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a6b596bf430dedc60b4a2f53e60063ee69f3211a1d83251104863a80c496dfbf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a6b596bf430dedc60b4a2f53e60063ee69f3211a1d83251104863a80c496dfbf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:af845b43887f34f127025f2d2e2a9c64802fb74548ee670f8ee463de03d2978a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:af845b43887f34f127025f2d2e2a9c64802fb74548ee670f8ee463de03d2978a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:af845b43887f34f127025f2d2e2a9c64802fb74548ee670f8ee463de03d2978a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0ef10533c807e985c1c4a79cbc1fcc7f9c4c47f8e9de95394c2eeb11f19406be_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0ef10533c807e985c1c4a79cbc1fcc7f9c4c47f8e9de95394c2eeb11f19406be_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0ef10533c807e985c1c4a79cbc1fcc7f9c4c47f8e9de95394c2eeb11f19406be_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2c0993e0730d5a50177ab1f52d49de59affb5cb085b7e605f92e3e16a2025ed2_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2c0993e0730d5a50177ab1f52d49de59affb5cb085b7e605f92e3e16a2025ed2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2c0993e0730d5a50177ab1f52d49de59affb5cb085b7e605f92e3e16a2025ed2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a26b20d3ef7b75aeb05acf9be2702f9d478822c43f679ff578811843692b960c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a26b20d3ef7b75aeb05acf9be2702f9d478822c43f679ff578811843692b960c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a26b20d3ef7b75aeb05acf9be2702f9d478822c43f679ff578811843692b960c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a4d4fbbacf9daea318ea4a8c362c37b8c7756280b4412be9d30e1027db3bd24e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a4d4fbbacf9daea318ea4a8c362c37b8c7756280b4412be9d30e1027db3bd24e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a4d4fbbacf9daea318ea4a8c362c37b8c7756280b4412be9d30e1027db3bd24e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:32d870af6b3321fd3ada475dbf0da4eebbb106bebd4efd2f4bd2d1ed895cee46_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:32d870af6b3321fd3ada475dbf0da4eebbb106bebd4efd2f4bd2d1ed895cee46_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:32d870af6b3321fd3ada475dbf0da4eebbb106bebd4efd2f4bd2d1ed895cee46_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:44598513b21b1758425792227838b0a976b2930fd77deed69bc7e510c7a42bed_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:44598513b21b1758425792227838b0a976b2930fd77deed69bc7e510c7a42bed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:44598513b21b1758425792227838b0a976b2930fd77deed69bc7e510c7a42bed_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e8e05a2406f75c74c21ef32d7b9137cf37af909a838f24bb03478333c184bfa_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e8e05a2406f75c74c21ef32d7b9137cf37af909a838f24bb03478333c184bfa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e8e05a2406f75c74c21ef32d7b9137cf37af909a838f24bb03478333c184bfa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8729815d028242b26db06f2ff44816d022e0e7eac34b7b8df11d27d938fe057e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8729815d028242b26db06f2ff44816d022e0e7eac34b7b8df11d27d938fe057e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8729815d028242b26db06f2ff44816d022e0e7eac34b7b8df11d27d938fe057e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1ccf6d7ded0225c9cafb3e448dcdf68543283ca268ee9659e1ef9e5c4e75078a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1ccf6d7ded0225c9cafb3e448dcdf68543283ca268ee9659e1ef9e5c4e75078a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1ccf6d7ded0225c9cafb3e448dcdf68543283ca268ee9659e1ef9e5c4e75078a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3391dadcb3627066db6573e2c5169480e3565e62738a36c053ff7cf04436d02c_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3391dadcb3627066db6573e2c5169480e3565e62738a36c053ff7cf04436d02c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3391dadcb3627066db6573e2c5169480e3565e62738a36c053ff7cf04436d02c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:45836e9b83eb2557719999a2d656ab65d8c3fc76d1c49e2089554bb00806a613_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:45836e9b83eb2557719999a2d656ab65d8c3fc76d1c49e2089554bb00806a613_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:45836e9b83eb2557719999a2d656ab65d8c3fc76d1c49e2089554bb00806a613_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8d8553b21651d295a2270514ef06d8a1c2f1847801373bce608ea47a9f343f39_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8d8553b21651d295a2270514ef06d8a1c2f1847801373bce608ea47a9f343f39_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8d8553b21651d295a2270514ef06d8a1c2f1847801373bce608ea47a9f343f39_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:15ebfdd859de122945f7cf8e41e3b1a6e5e02a463b884e0a3fad2fc583c0f156_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:15ebfdd859de122945f7cf8e41e3b1a6e5e02a463b884e0a3fad2fc583c0f156_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:15ebfdd859de122945f7cf8e41e3b1a6e5e02a463b884e0a3fad2fc583c0f156_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af768b3ba72eb21d29dfca44b62d480ba9a0775a72f46283f0cbfa5a2db0e15b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af768b3ba72eb21d29dfca44b62d480ba9a0775a72f46283f0cbfa5a2db0e15b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af768b3ba72eb21d29dfca44b62d480ba9a0775a72f46283f0cbfa5a2db0e15b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e45a7281a672f84d53fc76919b0c6371feb68cf1b3ffa17b8f66fc4456e587b5_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e45a7281a672f84d53fc76919b0c6371feb68cf1b3ffa17b8f66fc4456e587b5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e45a7281a672f84d53fc76919b0c6371feb68cf1b3ffa17b8f66fc4456e587b5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e70e8d7d2acb6a102c00bcd503ae17b849b0540508560f66c3d00070967fd289_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e70e8d7d2acb6a102c00bcd503ae17b849b0540508560f66c3d00070967fd289_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e70e8d7d2acb6a102c00bcd503ae17b849b0540508560f66c3d00070967fd289_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b64e7605d4b7472503ba03472931529a380460991e9ca7f99346b7f4b5cc802_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b64e7605d4b7472503ba03472931529a380460991e9ca7f99346b7f4b5cc802_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b64e7605d4b7472503ba03472931529a380460991e9ca7f99346b7f4b5cc802_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:661734a34dc3126e9653ebf1f7408ee2664c3c5d783865ea3b2ebac565bf81cc_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:661734a34dc3126e9653ebf1f7408ee2664c3c5d783865ea3b2ebac565bf81cc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:661734a34dc3126e9653ebf1f7408ee2664c3c5d783865ea3b2ebac565bf81cc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e90e658a6cea41dbc60c5f505e79505754af4d8e21a4ec8642017cf2fd05edde_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e90e658a6cea41dbc60c5f505e79505754af4d8e21a4ec8642017cf2fd05edde_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e90e658a6cea41dbc60c5f505e79505754af4d8e21a4ec8642017cf2fd05edde_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fc2817e5b16d83dac91d1a274fb93521165953e9bdc28f3073b127eacc5a534e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fc2817e5b16d83dac91d1a274fb93521165953e9bdc28f3073b127eacc5a534e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fc2817e5b16d83dac91d1a274fb93521165953e9bdc28f3073b127eacc5a534e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:16778d01948d8ca7522aa9737c8cd049a7cf81185552fda4773d6473e1809629_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:16778d01948d8ca7522aa9737c8cd049a7cf81185552fda4773d6473e1809629_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:16778d01948d8ca7522aa9737c8cd049a7cf81185552fda4773d6473e1809629_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:8bed6766df40c0c172611f3e4555cd20db639eb505b2345abed6d5babdcbb5e3_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:8bed6766df40c0c172611f3e4555cd20db639eb505b2345abed6d5babdcbb5e3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:8bed6766df40c0c172611f3e4555cd20db639eb505b2345abed6d5babdcbb5e3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c7e700f4be4f72557608a1eb824d31e525634df235817bae2f7537cef44a1ddc_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c7e700f4be4f72557608a1eb824d31e525634df235817bae2f7537cef44a1ddc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c7e700f4be4f72557608a1eb824d31e525634df235817bae2f7537cef44a1ddc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc9bf05482fc6e6265b99d15af471c07833443e3cf570f98fe9485320a91160f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc9bf05482fc6e6265b99d15af471c07833443e3cf570f98fe9485320a91160f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc9bf05482fc6e6265b99d15af471c07833443e3cf570f98fe9485320a91160f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:003aa53775bd7aa68eb9e6f17b74d0429a7d4b010a18eff475cf04b38e9b493e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:003aa53775bd7aa68eb9e6f17b74d0429a7d4b010a18eff475cf04b38e9b493e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:003aa53775bd7aa68eb9e6f17b74d0429a7d4b010a18eff475cf04b38e9b493e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4569fa0adbac85f6e0eb3b0fea15b8e54d0c1b47e30d2e4150ebfa1c454af232_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4569fa0adbac85f6e0eb3b0fea15b8e54d0c1b47e30d2e4150ebfa1c454af232_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4569fa0adbac85f6e0eb3b0fea15b8e54d0c1b47e30d2e4150ebfa1c454af232_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5b5a2718790518f88576a71aa2147861a0d9b18e245ea05d4178ed1a03f60aea_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5b5a2718790518f88576a71aa2147861a0d9b18e245ea05d4178ed1a03f60aea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5b5a2718790518f88576a71aa2147861a0d9b18e245ea05d4178ed1a03f60aea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5b9a2e49d40059a937f07610c36d08b25831cb730d339d39fe0092a23484b7e2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5b9a2e49d40059a937f07610c36d08b25831cb730d339d39fe0092a23484b7e2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5b9a2e49d40059a937f07610c36d08b25831cb730d339d39fe0092a23484b7e2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af52ecd8e68fd1305cc33e00f7191ce0713ec836c503c6da4641c90e0983ae24_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af52ecd8e68fd1305cc33e00f7191ce0713ec836c503c6da4641c90e0983ae24_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af52ecd8e68fd1305cc33e00f7191ce0713ec836c503c6da4641c90e0983ae24_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d5a544e6e442437c1faacc6fe39c128b2d1b614ee14eddc71d4daec6659fa8b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d5a544e6e442437c1faacc6fe39c128b2d1b614ee14eddc71d4daec6659fa8b3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d5a544e6e442437c1faacc6fe39c128b2d1b614ee14eddc71d4daec6659fa8b3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:709d1e9db0ff0e4cbae288a26ec649c033b3bef43f967348ba467beacb8bb940_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:709d1e9db0ff0e4cbae288a26ec649c033b3bef43f967348ba467beacb8bb940_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:709d1e9db0ff0e4cbae288a26ec649c033b3bef43f967348ba467beacb8bb940_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:83402ec46858a4af6aa942398120e625060d1054b01f0153687878ff1bb7cdd5_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:83402ec46858a4af6aa942398120e625060d1054b01f0153687878ff1bb7cdd5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:83402ec46858a4af6aa942398120e625060d1054b01f0153687878ff1bb7cdd5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f9cac75f10f2d788cbca0d5ee0d86b9cd6306cc4aea3398d4e73d0e0115a06b2_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f9cac75f10f2d788cbca0d5ee0d86b9cd6306cc4aea3398d4e73d0e0115a06b2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f9cac75f10f2d788cbca0d5ee0d86b9cd6306cc4aea3398d4e73d0e0115a06b2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1cd56ff15528043064ca838584925d307a50934c6e6a118fd558c706987c87db_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1cd56ff15528043064ca838584925d307a50934c6e6a118fd558c706987c87db_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1cd56ff15528043064ca838584925d307a50934c6e6a118fd558c706987c87db_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7fdef6711b75be2dda50a98bc28af265c3d0de8a1dfbc263890f08cc5bc027c3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7fdef6711b75be2dda50a98bc28af265c3d0de8a1dfbc263890f08cc5bc027c3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7fdef6711b75be2dda50a98bc28af265c3d0de8a1dfbc263890f08cc5bc027c3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9cd09c76f15748683e540f57fb78c18e3997fac265de588558d9523cb01af762_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9cd09c76f15748683e540f57fb78c18e3997fac265de588558d9523cb01af762_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9cd09c76f15748683e540f57fb78c18e3997fac265de588558d9523cb01af762_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7b02e0e7863575591c8f061856ec92ae63f93f83c18042b3ba7bce18f3939313_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7b02e0e7863575591c8f061856ec92ae63f93f83c18042b3ba7bce18f3939313_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7b02e0e7863575591c8f061856ec92ae63f93f83c18042b3ba7bce18f3939313_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8a8ff039e8e6da1da63e55150bf9b3d0e7f5bcaf5f14476de279e7e86879306a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8a8ff039e8e6da1da63e55150bf9b3d0e7f5bcaf5f14476de279e7e86879306a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8a8ff039e8e6da1da63e55150bf9b3d0e7f5bcaf5f14476de279e7e86879306a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e914b65759662d462bacd6f4e9119396c7b328c3d705981ebefa3fa44d528343_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e914b65759662d462bacd6f4e9119396c7b328c3d705981ebefa3fa44d528343_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e914b65759662d462bacd6f4e9119396c7b328c3d705981ebefa3fa44d528343_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fa17dd6cab9295064cc00b7d7838776910fffe3d6fa0e5f619a43c6db8ada0cd_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fa17dd6cab9295064cc00b7d7838776910fffe3d6fa0e5f619a43c6db8ada0cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fa17dd6cab9295064cc00b7d7838776910fffe3d6fa0e5f619a43c6db8ada0cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:39b63894fac4b3593d329f88bafa14872da758417975ac4e519a470004c01cd7_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:39b63894fac4b3593d329f88bafa14872da758417975ac4e519a470004c01cd7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:39b63894fac4b3593d329f88bafa14872da758417975ac4e519a470004c01cd7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4f9bd383efba6e1bcd94b7a665177d408a9d09ed6abc91b7c1f5096cc9c716d7_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4f9bd383efba6e1bcd94b7a665177d408a9d09ed6abc91b7c1f5096cc9c716d7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4f9bd383efba6e1bcd94b7a665177d408a9d09ed6abc91b7c1f5096cc9c716d7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b318889972c37662382a2905888bb3f1cfd71a433b6afa3504cc12f3c6fa6eb_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b318889972c37662382a2905888bb3f1cfd71a433b6afa3504cc12f3c6fa6eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b318889972c37662382a2905888bb3f1cfd71a433b6afa3504cc12f3c6fa6eb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ddca32f42f27e22361c7285694591b0adfec5e6b22ea5e0714152230de4269f8_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ddca32f42f27e22361c7285694591b0adfec5e6b22ea5e0714152230de4269f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ddca32f42f27e22361c7285694591b0adfec5e6b22ea5e0714152230de4269f8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6299220482f0e3c3f393e5eda761e3fab67e96ddffbf71a7a77408359401533d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6299220482f0e3c3f393e5eda761e3fab67e96ddffbf71a7a77408359401533d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6299220482f0e3c3f393e5eda761e3fab67e96ddffbf71a7a77408359401533d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d79a89cd2a26411dd32ebe870a3b520a7554e50ff5fc6a6e808c6d066b9a2298_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d79a89cd2a26411dd32ebe870a3b520a7554e50ff5fc6a6e808c6d066b9a2298_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d79a89cd2a26411dd32ebe870a3b520a7554e50ff5fc6a6e808c6d066b9a2298_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dd9778efa474673fae38ef8756527a4d8be8b2b9117ed31a2311d7ef6398d38a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dd9778efa474673fae38ef8756527a4d8be8b2b9117ed31a2311d7ef6398d38a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dd9778efa474673fae38ef8756527a4d8be8b2b9117ed31a2311d7ef6398d38a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f55ce8e190fe51295ba9c603a0b12cec77133cd6197ad453da97ce16c0490a3b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f55ce8e190fe51295ba9c603a0b12cec77133cd6197ad453da97ce16c0490a3b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f55ce8e190fe51295ba9c603a0b12cec77133cd6197ad453da97ce16c0490a3b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0e8341548fb734f7d830b3e9789f576a1481011da3c69b9a031dd73060ed1d85_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0e8341548fb734f7d830b3e9789f576a1481011da3c69b9a031dd73060ed1d85_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0e8341548fb734f7d830b3e9789f576a1481011da3c69b9a031dd73060ed1d85_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1c671b9965ce8d5d95823765967a24153723d7873c1f9595791a3d5dd87bf616_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1c671b9965ce8d5d95823765967a24153723d7873c1f9595791a3d5dd87bf616_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1c671b9965ce8d5d95823765967a24153723d7873c1f9595791a3d5dd87bf616_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:45df9f1e03139df090148d1d135d83dcac69c16a95c7a75451066823e784c796_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:45df9f1e03139df090148d1d135d83dcac69c16a95c7a75451066823e784c796_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:45df9f1e03139df090148d1d135d83dcac69c16a95c7a75451066823e784c796_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f87f4821bacea3fcb8300e1437a70ac8f59871e9f93d137ecc992ba54f4c6ecc_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f87f4821bacea3fcb8300e1437a70ac8f59871e9f93d137ecc992ba54f4c6ecc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f87f4821bacea3fcb8300e1437a70ac8f59871e9f93d137ecc992ba54f4c6ecc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2876144218625eb13968b95d331dd3f71280a7dacbe687b71119a5dff99a47a3_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2876144218625eb13968b95d331dd3f71280a7dacbe687b71119a5dff99a47a3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2876144218625eb13968b95d331dd3f71280a7dacbe687b71119a5dff99a47a3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e8f36ad2e4bf89a9bb1a66d9760ec91c6ad6702bf799c650454b177cf5e02661_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e8f36ad2e4bf89a9bb1a66d9760ec91c6ad6702bf799c650454b177cf5e02661_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e8f36ad2e4bf89a9bb1a66d9760ec91c6ad6702bf799c650454b177cf5e02661_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:23b0e71b138eb4c9e23e073f11974dd0f054d1cb78bc36227497076c0e8c1764_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:23b0e71b138eb4c9e23e073f11974dd0f054d1cb78bc36227497076c0e8c1764_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:23b0e71b138eb4c9e23e073f11974dd0f054d1cb78bc36227497076c0e8c1764_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:2bb5f0a1682720b3071e499962c26d2d4c251f3ea1b8fa251cc3672de8bbc229_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:2bb5f0a1682720b3071e499962c26d2d4c251f3ea1b8fa251cc3672de8bbc229_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:2bb5f0a1682720b3071e499962c26d2d4c251f3ea1b8fa251cc3672de8bbc229_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b88e42f7000f64593afa03762f3147c0f9f0cdddd2ad762942ba6ec38198a06_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b88e42f7000f64593afa03762f3147c0f9f0cdddd2ad762942ba6ec38198a06_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b88e42f7000f64593afa03762f3147c0f9f0cdddd2ad762942ba6ec38198a06_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:be556777383ec5ea2f8f241b4041fe9b4a5d8315f64a39f7381acdf49ba4bb4a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:be556777383ec5ea2f8f241b4041fe9b4a5d8315f64a39f7381acdf49ba4bb4a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:be556777383ec5ea2f8f241b4041fe9b4a5d8315f64a39f7381acdf49ba4bb4a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3d1bc6478c932d695a39d9d99a4cef0ed71084e48e30d1cbe2d97fdead890109_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3d1bc6478c932d695a39d9d99a4cef0ed71084e48e30d1cbe2d97fdead890109_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3d1bc6478c932d695a39d9d99a4cef0ed71084e48e30d1cbe2d97fdead890109_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:40e602a3b1bd99d11ffec934c73e4c8e8ddc467fe2bbad87d599f014032517f5_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:40e602a3b1bd99d11ffec934c73e4c8e8ddc467fe2bbad87d599f014032517f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:40e602a3b1bd99d11ffec934c73e4c8e8ddc467fe2bbad87d599f014032517f5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d8161c91d731205f8fd61104da764c5157212beb1c15572139df1924dbaf2f7c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d8161c91d731205f8fd61104da764c5157212beb1c15572139df1924dbaf2f7c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d8161c91d731205f8fd61104da764c5157212beb1c15572139df1924dbaf2f7c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:6354e7d162ca21ff645f85b23efdbffec8881b41f636b635d9dd722fb2695fa7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:6354e7d162ca21ff645f85b23efdbffec8881b41f636b635d9dd722fb2695fa7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:6354e7d162ca21ff645f85b23efdbffec8881b41f636b635d9dd722fb2695fa7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:855da3c26547421a3d19f55e6f6ec3cacc2d89d854a854076e4d02f241ecb6bc_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:855da3c26547421a3d19f55e6f6ec3cacc2d89d854a854076e4d02f241ecb6bc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:855da3c26547421a3d19f55e6f6ec3cacc2d89d854a854076e4d02f241ecb6bc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:9d81d657fdd5847b3967a328a58f541ec829a890b701937bba6bf190ec884db0_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:9d81d657fdd5847b3967a328a58f541ec829a890b701937bba6bf190ec884db0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:9d81d657fdd5847b3967a328a58f541ec829a890b701937bba6bf190ec884db0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af18c1924bcec23e6ae18a55268803d2a8d1b012152fe3ce225f27833a0cfa73_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af18c1924bcec23e6ae18a55268803d2a8d1b012152fe3ce225f27833a0cfa73_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af18c1924bcec23e6ae18a55268803d2a8d1b012152fe3ce225f27833a0cfa73_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:21656ae3e6fcc6356ea9226dedda5a263f7cf26c9cea2f0abcee058b8c742407_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:21656ae3e6fcc6356ea9226dedda5a263f7cf26c9cea2f0abcee058b8c742407_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:21656ae3e6fcc6356ea9226dedda5a263f7cf26c9cea2f0abcee058b8c742407_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3698e2a155099e47a40d08a6288f6071be4bcf359269e1c0afb136a55d3b9d94_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3698e2a155099e47a40d08a6288f6071be4bcf359269e1c0afb136a55d3b9d94_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3698e2a155099e47a40d08a6288f6071be4bcf359269e1c0afb136a55d3b9d94_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49b07f0266e0c2c9f60457d6fbf2b9850396a154435fd74752fb130246b3083e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49b07f0266e0c2c9f60457d6fbf2b9850396a154435fd74752fb130246b3083e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49b07f0266e0c2c9f60457d6fbf2b9850396a154435fd74752fb130246b3083e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d6ab8803bac3ebada13e90d9dd6208301b981488277cdeb847c25ff8002f5a30_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d6ab8803bac3ebada13e90d9dd6208301b981488277cdeb847c25ff8002f5a30_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d6ab8803bac3ebada13e90d9dd6208301b981488277cdeb847c25ff8002f5a30_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5cf0b82b3b281feb5bdbf130c292cadc0f958068bb9b199ae343716f1c06538c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5cf0b82b3b281feb5bdbf130c292cadc0f958068bb9b199ae343716f1c06538c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5cf0b82b3b281feb5bdbf130c292cadc0f958068bb9b199ae343716f1c06538c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:64a63605d152239b2d79517aa8491e55bd000f0a56a1c0ce018f46c91615d6e7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:64a63605d152239b2d79517aa8491e55bd000f0a56a1c0ce018f46c91615d6e7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:64a63605d152239b2d79517aa8491e55bd000f0a56a1c0ce018f46c91615d6e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6b11cc744de3c1075dfcc6bba210ba8630c1285dc763e29c2ca92e0a6e93877c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6b11cc744de3c1075dfcc6bba210ba8630c1285dc763e29c2ca92e0a6e93877c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6b11cc744de3c1075dfcc6bba210ba8630c1285dc763e29c2ca92e0a6e93877c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6b3f0a2d76bb8d59fa0f80a8ea9a5be31b817f609616357d16299e106136508b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6b3f0a2d76bb8d59fa0f80a8ea9a5be31b817f609616357d16299e106136508b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6b3f0a2d76bb8d59fa0f80a8ea9a5be31b817f609616357d16299e106136508b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4e48ac2c69b06ec640ad1a030f8f362a04a3e9f56a86d7cdfc1fcb3b5153888c_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4e48ac2c69b06ec640ad1a030f8f362a04a3e9f56a86d7cdfc1fcb3b5153888c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4e48ac2c69b06ec640ad1a030f8f362a04a3e9f56a86d7cdfc1fcb3b5153888c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:85e96028782951f12624e1d9d247b60dda409d9a812dd600809618c45ab2fa1e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:85e96028782951f12624e1d9d247b60dda409d9a812dd600809618c45ab2fa1e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:85e96028782951f12624e1d9d247b60dda409d9a812dd600809618c45ab2fa1e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cc6f78094ef67715b6e53c67909ce27754b45ca8169077269af8705650fbafe_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cc6f78094ef67715b6e53c67909ce27754b45ca8169077269af8705650fbafe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cc6f78094ef67715b6e53c67909ce27754b45ca8169077269af8705650fbafe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f789fc86f85771671e023e9be500435b1fbcb7aafa009f8c4e6de156ccb97ab3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f789fc86f85771671e023e9be500435b1fbcb7aafa009f8c4e6de156ccb97ab3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f789fc86f85771671e023e9be500435b1fbcb7aafa009f8c4e6de156ccb97ab3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:03e4d350f807eb47d0c5a0c101db1dad2ccfb6f2ae3471a9c4e1834b469083fe_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:03e4d350f807eb47d0c5a0c101db1dad2ccfb6f2ae3471a9c4e1834b469083fe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:03e4d350f807eb47d0c5a0c101db1dad2ccfb6f2ae3471a9c4e1834b469083fe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:35e6839dd0b0c041b9c8b96be0487aea33181c71b05b4f9637411169c9f4199a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:35e6839dd0b0c041b9c8b96be0487aea33181c71b05b4f9637411169c9f4199a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:35e6839dd0b0c041b9c8b96be0487aea33181c71b05b4f9637411169c9f4199a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a26bac6b099818b6001c8eb82d73918ee017896e9299a189c51ada1000f4fe3_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a26bac6b099818b6001c8eb82d73918ee017896e9299a189c51ada1000f4fe3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a26bac6b099818b6001c8eb82d73918ee017896e9299a189c51ada1000f4fe3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e38c6946a5624a992dc152865350970ca58249cb21df6c944da9968dc41c1109_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e38c6946a5624a992dc152865350970ca58249cb21df6c944da9968dc41c1109_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e38c6946a5624a992dc152865350970ca58249cb21df6c944da9968dc41c1109_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5969111957d6c24152ebd937962733d7ee93fcbc52c6b0a56963b5a1c9dc0d15_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5969111957d6c24152ebd937962733d7ee93fcbc52c6b0a56963b5a1c9dc0d15_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5969111957d6c24152ebd937962733d7ee93fcbc52c6b0a56963b5a1c9dc0d15_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:644b47ae9a62b57f0766f45f2b305bab7e5f5dd5de65d95178ea29a83adbcf86_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:644b47ae9a62b57f0766f45f2b305bab7e5f5dd5de65d95178ea29a83adbcf86_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:644b47ae9a62b57f0766f45f2b305bab7e5f5dd5de65d95178ea29a83adbcf86_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3afe0837c149f85cc4342abf22348d1edfd3cab0ee47da44574134b3cc185dbf_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3afe0837c149f85cc4342abf22348d1edfd3cab0ee47da44574134b3cc185dbf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3afe0837c149f85cc4342abf22348d1edfd3cab0ee47da44574134b3cc185dbf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:56a3eb27754a136e415cdec3caab804cbbfaa9aaede0fb9fae065bcc1a0196e5_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:56a3eb27754a136e415cdec3caab804cbbfaa9aaede0fb9fae065bcc1a0196e5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:56a3eb27754a136e415cdec3caab804cbbfaa9aaede0fb9fae065bcc1a0196e5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9232c8af8e0ba7a15fabd923feef6dc1d3f7e2a740ef0c277009f348cc0accb4_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9232c8af8e0ba7a15fabd923feef6dc1d3f7e2a740ef0c277009f348cc0accb4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9232c8af8e0ba7a15fabd923feef6dc1d3f7e2a740ef0c277009f348cc0accb4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c4db69fb2ea840583ad3b474521c3877416d9703c9f975b41ad91a70aec580f0_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c4db69fb2ea840583ad3b474521c3877416d9703c9f975b41ad91a70aec580f0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c4db69fb2ea840583ad3b474521c3877416d9703c9f975b41ad91a70aec580f0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7e8dc30740476e4dd332aa0539af3f9bc12bd6aa72c64e75f5e9e0b8d2620b3e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7e8dc30740476e4dd332aa0539af3f9bc12bd6aa72c64e75f5e9e0b8d2620b3e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7e8dc30740476e4dd332aa0539af3f9bc12bd6aa72c64e75f5e9e0b8d2620b3e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e55a15f93eedbf7b0e13fea4d3ac9b891453f854d5294a891c1b9a848c6ef54f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e55a15f93eedbf7b0e13fea4d3ac9b891453f854d5294a891c1b9a848c6ef54f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e55a15f93eedbf7b0e13fea4d3ac9b891453f854d5294a891c1b9a848c6ef54f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:280a1d3ebea4063a3ecd076897fc7bfc0f5b994a68f56ca5f61aadc778f1e9c1_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:280a1d3ebea4063a3ecd076897fc7bfc0f5b994a68f56ca5f61aadc778f1e9c1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:280a1d3ebea4063a3ecd076897fc7bfc0f5b994a68f56ca5f61aadc778f1e9c1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6118230d5cbfa3823cca0e7dfafae0385bac42a6263945ae144652bfb9b4ef12_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6118230d5cbfa3823cca0e7dfafae0385bac42a6263945ae144652bfb9b4ef12_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6118230d5cbfa3823cca0e7dfafae0385bac42a6263945ae144652bfb9b4ef12_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c488d9cdc38eb475a612aeb32d9f7773e3f872d568edd48b7d5f66b76a2e192e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c488d9cdc38eb475a612aeb32d9f7773e3f872d568edd48b7d5f66b76a2e192e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c488d9cdc38eb475a612aeb32d9f7773e3f872d568edd48b7d5f66b76a2e192e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e244ce4887df2622a242a251028398497d178a3025bf7e186baa71d717d53685_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e244ce4887df2622a242a251028398497d178a3025bf7e186baa71d717d53685_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e244ce4887df2622a242a251028398497d178a3025bf7e186baa71d717d53685_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61909dd359430849c04591218c11cedb8fdf6e4489d0454473810582ce373b1d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61909dd359430849c04591218c11cedb8fdf6e4489d0454473810582ce373b1d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61909dd359430849c04591218c11cedb8fdf6e4489d0454473810582ce373b1d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:67d1623cf33e4a5ecaa5ec7f1dae3af4e0e0478489b3a628de2062dca1473c7e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:67d1623cf33e4a5ecaa5ec7f1dae3af4e0e0478489b3a628de2062dca1473c7e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:67d1623cf33e4a5ecaa5ec7f1dae3af4e0e0478489b3a628de2062dca1473c7e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7ccd86a40b9f8901dad612623b56cbae1c260160c1d0bd8fbae4ae9e73d21e74_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7ccd86a40b9f8901dad612623b56cbae1c260160c1d0bd8fbae4ae9e73d21e74_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7ccd86a40b9f8901dad612623b56cbae1c260160c1d0bd8fbae4ae9e73d21e74_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ebaf06d929ec771d3882b5a8e4ae86816f995d27fa65afcbf29c048a2bb6fc72_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ebaf06d929ec771d3882b5a8e4ae86816f995d27fa65afcbf29c048a2bb6fc72_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ebaf06d929ec771d3882b5a8e4ae86816f995d27fa65afcbf29c048a2bb6fc72_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:08bf893d824045af0b68cb4898c2cdcd2d7c9a7c0aa1f8edb3a5a39f0ccf036b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:08bf893d824045af0b68cb4898c2cdcd2d7c9a7c0aa1f8edb3a5a39f0ccf036b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:08bf893d824045af0b68cb4898c2cdcd2d7c9a7c0aa1f8edb3a5a39f0ccf036b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2b2051f90781bc62840adb0e5a60951231433e23dc381b2c26156775469683c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2b2051f90781bc62840adb0e5a60951231433e23dc381b2c26156775469683c7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2b2051f90781bc62840adb0e5a60951231433e23dc381b2c26156775469683c7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:699c950e437c327caffd05eedebe7c6f82f19e899e9e736ab787aecaf9bac072_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:699c950e437c327caffd05eedebe7c6f82f19e899e9e736ab787aecaf9bac072_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:699c950e437c327caffd05eedebe7c6f82f19e899e9e736ab787aecaf9bac072_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:93bf1697031cce06c4e576aa1ba5d8bda7e91b918627ed1d61f8c89a95a111f0_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:93bf1697031cce06c4e576aa1ba5d8bda7e91b918627ed1d61f8c89a95a111f0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:93bf1697031cce06c4e576aa1ba5d8bda7e91b918627ed1d61f8c89a95a111f0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:707500db7f401655e50021f4606293a83292d7dc663772cf30eb96a9ad625bdf_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:707500db7f401655e50021f4606293a83292d7dc663772cf30eb96a9ad625bdf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:707500db7f401655e50021f4606293a83292d7dc663772cf30eb96a9ad625bdf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8b33fc26e42a8b4a7b69c94635b01dbd975ff885be7228fd8f86323a592fcecb_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8b33fc26e42a8b4a7b69c94635b01dbd975ff885be7228fd8f86323a592fcecb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8b33fc26e42a8b4a7b69c94635b01dbd975ff885be7228fd8f86323a592fcecb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9e96b53e74d1b802c2e63544e4689c9d262e9c996902c6e8a7f3ca34b23fdd50_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9e96b53e74d1b802c2e63544e4689c9d262e9c996902c6e8a7f3ca34b23fdd50_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9e96b53e74d1b802c2e63544e4689c9d262e9c996902c6e8a7f3ca34b23fdd50_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f2ed46b09f78b1c40eb9e6af9209a4e844095b0c57ce404370ccfbdeceea210e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f2ed46b09f78b1c40eb9e6af9209a4e844095b0c57ce404370ccfbdeceea210e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f2ed46b09f78b1c40eb9e6af9209a4e844095b0c57ce404370ccfbdeceea210e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:240701090a5f8e40d4b88fa200cf63dffb11a8e2eae713cf3c629b016c2823b0_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:240701090a5f8e40d4b88fa200cf63dffb11a8e2eae713cf3c629b016c2823b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:240701090a5f8e40d4b88fa200cf63dffb11a8e2eae713cf3c629b016c2823b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:77a1a98a21cdd445c61af995ea508add1582f8cc8a940887c265e2dc335cf217_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:77a1a98a21cdd445c61af995ea508add1582f8cc8a940887c265e2dc335cf217_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:77a1a98a21cdd445c61af995ea508add1582f8cc8a940887c265e2dc335cf217_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d397c7a96aacea416f5db435c36cc61bd57c85e688a6b63d7a062520104a9de5_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d397c7a96aacea416f5db435c36cc61bd57c85e688a6b63d7a062520104a9de5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d397c7a96aacea416f5db435c36cc61bd57c85e688a6b63d7a062520104a9de5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e09eaebe629254a4f57e9ac5f83ab709fcd8c934e027a1a43d570205886d6516_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e09eaebe629254a4f57e9ac5f83ab709fcd8c934e027a1a43d570205886d6516_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e09eaebe629254a4f57e9ac5f83ab709fcd8c934e027a1a43d570205886d6516_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:481ab9bc77d5c211db3596838e7e78d433708d295766223689ff01be60facc42_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:481ab9bc77d5c211db3596838e7e78d433708d295766223689ff01be60facc42_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:481ab9bc77d5c211db3596838e7e78d433708d295766223689ff01be60facc42_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7036403b4ab9460482491386c7a920df215fd9a86e9da5034a011eca320e1ca2_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7036403b4ab9460482491386c7a920df215fd9a86e9da5034a011eca320e1ca2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7036403b4ab9460482491386c7a920df215fd9a86e9da5034a011eca320e1ca2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a2a6c2aad7bbf903fda4d91b29e2940c5707d533e70b0671194f710472713b8b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a2a6c2aad7bbf903fda4d91b29e2940c5707d533e70b0671194f710472713b8b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a2a6c2aad7bbf903fda4d91b29e2940c5707d533e70b0671194f710472713b8b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a40b41bc3bf8b94d1c45ac663b132301493089c3068e98dc7e0d3915fde9256b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a40b41bc3bf8b94d1c45ac663b132301493089c3068e98dc7e0d3915fde9256b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a40b41bc3bf8b94d1c45ac663b132301493089c3068e98dc7e0d3915fde9256b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:957899abc8de7f0991851e6895c4530594227825f9c71adcfd359469bbe5188f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:957899abc8de7f0991851e6895c4530594227825f9c71adcfd359469bbe5188f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:957899abc8de7f0991851e6895c4530594227825f9c71adcfd359469bbe5188f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:98d2699768903d2e054aef086920f5a14d339a8a23053cb68ec146033b662c10_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:98d2699768903d2e054aef086920f5a14d339a8a23053cb68ec146033b662c10_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:98d2699768903d2e054aef086920f5a14d339a8a23053cb68ec146033b662c10_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a5349be7d33bb9d7d94718e63db975b1bc65c355bebd77269e5bc1f3affa6892_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a5349be7d33bb9d7d94718e63db975b1bc65c355bebd77269e5bc1f3affa6892_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a5349be7d33bb9d7d94718e63db975b1bc65c355bebd77269e5bc1f3affa6892_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bbf05fdb021442514d6125cfbeec569b15594d5ca88f996f5c97a13fe58e39a0_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bbf05fdb021442514d6125cfbeec569b15594d5ca88f996f5c97a13fe58e39a0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bbf05fdb021442514d6125cfbeec569b15594d5ca88f996f5c97a13fe58e39a0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:af8ad7c28f1cd01b74fcd95eaaf3bf9fa7bbd397ab8d1532f6ed2a46c6ad1abc_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:af8ad7c28f1cd01b74fcd95eaaf3bf9fa7bbd397ab8d1532f6ed2a46c6ad1abc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:af8ad7c28f1cd01b74fcd95eaaf3bf9fa7bbd397ab8d1532f6ed2a46c6ad1abc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f73002387a396d9dfc14afa7ac22c12c4354a1b59b5cfe1700a9b0692a4e2104_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f73002387a396d9dfc14afa7ac22c12c4354a1b59b5cfe1700a9b0692a4e2104_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f73002387a396d9dfc14afa7ac22c12c4354a1b59b5cfe1700a9b0692a4e2104_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2d2d9f64984ac68b9ea27602982e0c3b95518c46d40e943cff5b3f26995f0d4e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2d2d9f64984ac68b9ea27602982e0c3b95518c46d40e943cff5b3f26995f0d4e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2d2d9f64984ac68b9ea27602982e0c3b95518c46d40e943cff5b3f26995f0d4e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:33270bfb06a8f7cd9d6eae5517f74a53f905b4a59190dab49604b6aa5a670f9a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:33270bfb06a8f7cd9d6eae5517f74a53f905b4a59190dab49604b6aa5a670f9a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:33270bfb06a8f7cd9d6eae5517f74a53f905b4a59190dab49604b6aa5a670f9a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1f98b001245f7eb8d334deb8c40ae02d5d337223a138eb62c2207a76166c48b6_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1f98b001245f7eb8d334deb8c40ae02d5d337223a138eb62c2207a76166c48b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1f98b001245f7eb8d334deb8c40ae02d5d337223a138eb62c2207a76166c48b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f8b3ec39d4b9a9117b8f79bcae9e7731eb8c49d96c6fffbefbf011323edff57_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f8b3ec39d4b9a9117b8f79bcae9e7731eb8c49d96c6fffbefbf011323edff57_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f8b3ec39d4b9a9117b8f79bcae9e7731eb8c49d96c6fffbefbf011323edff57_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e3a293358c5e7c8f13153fc98cb5a779e997dd31f497d4deafc4ecfd0f833ae8_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e3a293358c5e7c8f13153fc98cb5a779e997dd31f497d4deafc4ecfd0f833ae8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e3a293358c5e7c8f13153fc98cb5a779e997dd31f497d4deafc4ecfd0f833ae8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4379021fe63045cc14b52bff805f386a8f2cd6e7dd1f610865952738e1a9ab44_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4379021fe63045cc14b52bff805f386a8f2cd6e7dd1f610865952738e1a9ab44_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4379021fe63045cc14b52bff805f386a8f2cd6e7dd1f610865952738e1a9ab44_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:75b59dd85933088716cb16850f913a6255ec5bde55c1392f59a5b5f2d11f3f55_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:75b59dd85933088716cb16850f913a6255ec5bde55c1392f59a5b5f2d11f3f55_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:75b59dd85933088716cb16850f913a6255ec5bde55c1392f59a5b5f2d11f3f55_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:dacc9761f298bdba26c47083ccba6b6050aab0ca3ad1eacb7cd5c95b1f131cbf_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:dacc9761f298bdba26c47083ccba6b6050aab0ca3ad1eacb7cd5c95b1f131cbf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:dacc9761f298bdba26c47083ccba6b6050aab0ca3ad1eacb7cd5c95b1f131cbf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:dacf9ee50a503485566d7a987f231e04adf176c0852c6302bdf0bc4a0fdac0ad_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:dacf9ee50a503485566d7a987f231e04adf176c0852c6302bdf0bc4a0fdac0ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:dacf9ee50a503485566d7a987f231e04adf176c0852c6302bdf0bc4a0fdac0ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:548a7b07a9187069e2b5cd50f66cb4a56db437495cad6470920a70341cb710b6_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:548a7b07a9187069e2b5cd50f66cb4a56db437495cad6470920a70341cb710b6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:548a7b07a9187069e2b5cd50f66cb4a56db437495cad6470920a70341cb710b6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61ad680342bcad1460f4255c94490aa3e08ec579714e9b7091a2cd48816a7f62_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61ad680342bcad1460f4255c94490aa3e08ec579714e9b7091a2cd48816a7f62_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61ad680342bcad1460f4255c94490aa3e08ec579714e9b7091a2cd48816a7f62_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0c7b43c868b24bc3021b41795db539ce116907fe765922e5606dd82e7ca8cfd_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0c7b43c868b24bc3021b41795db539ce116907fe765922e5606dd82e7ca8cfd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0c7b43c868b24bc3021b41795db539ce116907fe765922e5606dd82e7ca8cfd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fa28b66298c8b34f2c7b357b012e663e3954cfc7c85aa1e44651a79aeaf8b2a9_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fa28b66298c8b34f2c7b357b012e663e3954cfc7c85aa1e44651a79aeaf8b2a9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fa28b66298c8b34f2c7b357b012e663e3954cfc7c85aa1e44651a79aeaf8b2a9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a2ac689e121314cc8fb297e64c5e603db1d5916876abbac3815b343e578f96b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a2ac689e121314cc8fb297e64c5e603db1d5916876abbac3815b343e578f96b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a2ac689e121314cc8fb297e64c5e603db1d5916876abbac3815b343e578f96b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8baecd6a4500b2e21b83a699b8bb1d4eb4edb6e2c09970d31a8d9112c2c0230d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8baecd6a4500b2e21b83a699b8bb1d4eb4edb6e2c09970d31a8d9112c2c0230d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8baecd6a4500b2e21b83a699b8bb1d4eb4edb6e2c09970d31a8d9112c2c0230d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9250bc5d881852654c420b833aa018257e927522e9d8e1b74307dd7b4b0bfc42_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9250bc5d881852654c420b833aa018257e927522e9d8e1b74307dd7b4b0bfc42_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9250bc5d881852654c420b833aa018257e927522e9d8e1b74307dd7b4b0bfc42_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d963c7c8e408edb21d2d85eee1db0fe4395f46df69dec0664f3f9836c77ea7ed_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d963c7c8e408edb21d2d85eee1db0fe4395f46df69dec0664f3f9836c77ea7ed_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d963c7c8e408edb21d2d85eee1db0fe4395f46df69dec0664f3f9836c77ea7ed_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31d64e12bd1b486fbff24f932eb90d0991f288ab42fa3729fb686f6fb1a3a12d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31d64e12bd1b486fbff24f932eb90d0991f288ab42fa3729fb686f6fb1a3a12d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31d64e12bd1b486fbff24f932eb90d0991f288ab42fa3729fb686f6fb1a3a12d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:35359eae77d7751386f969f79ffa899d95d4af9ebc73429ff5321c3bdc8b6c67_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:35359eae77d7751386f969f79ffa899d95d4af9ebc73429ff5321c3bdc8b6c67_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:35359eae77d7751386f969f79ffa899d95d4af9ebc73429ff5321c3bdc8b6c67_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:68cad1c790fb3b5dd6e4dabae9cd1899552b0f4b5b61451e4f71fca5c5fc75ba_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:68cad1c790fb3b5dd6e4dabae9cd1899552b0f4b5b61451e4f71fca5c5fc75ba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:68cad1c790fb3b5dd6e4dabae9cd1899552b0f4b5b61451e4f71fca5c5fc75ba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd60ed7fd7955cbac6882fa5e0d7e38bc3c06791950867c3ebcd98679e366f06_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd60ed7fd7955cbac6882fa5e0d7e38bc3c06791950867c3ebcd98679e366f06_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd60ed7fd7955cbac6882fa5e0d7e38bc3c06791950867c3ebcd98679e366f06_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3813d16b41b7c5844562faadc6d72e788ad612ecd14218a511e3ac4fbf68b4fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3813d16b41b7c5844562faadc6d72e788ad612ecd14218a511e3ac4fbf68b4fe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3813d16b41b7c5844562faadc6d72e788ad612ecd14218a511e3ac4fbf68b4fe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6fede6672fe85cfd09592a8662b18db4e0b4f0794655febbba7190e9e30f475c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6fede6672fe85cfd09592a8662b18db4e0b4f0794655febbba7190e9e30f475c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6fede6672fe85cfd09592a8662b18db4e0b4f0794655febbba7190e9e30f475c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:71972d1c403ce0380f8c579da1a6ddf56d5a6aeff7f711fd6f5efcc49dfa01c9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:71972d1c403ce0380f8c579da1a6ddf56d5a6aeff7f711fd6f5efcc49dfa01c9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:71972d1c403ce0380f8c579da1a6ddf56d5a6aeff7f711fd6f5efcc49dfa01c9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:aaa92509b71c898caed43ac2b5d3b3fc44fff333855789eb1d7df15f08e91ea3_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:aaa92509b71c898caed43ac2b5d3b3fc44fff333855789eb1d7df15f08e91ea3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:aaa92509b71c898caed43ac2b5d3b3fc44fff333855789eb1d7df15f08e91ea3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:583e1fc8e2153750cb82fb979286fe2b78e937f01a21753556b935737333890a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:583e1fc8e2153750cb82fb979286fe2b78e937f01a21753556b935737333890a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:583e1fc8e2153750cb82fb979286fe2b78e937f01a21753556b935737333890a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8312f577bec837b4be7057f728c3a3c265a7edcdcc31133b69335905d537f2be_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8312f577bec837b4be7057f728c3a3c265a7edcdcc31133b69335905d537f2be_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8312f577bec837b4be7057f728c3a3c265a7edcdcc31133b69335905d537f2be_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bbe162375a11ed3810a1081c30dd400f461f2421d5f1e27d8792048bbd216956_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bbe162375a11ed3810a1081c30dd400f461f2421d5f1e27d8792048bbd216956_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bbe162375a11ed3810a1081c30dd400f461f2421d5f1e27d8792048bbd216956_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d35c6ed4b93aef162df955ca750277ecd1d9469b713bb9a511669147a5b46e33_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d35c6ed4b93aef162df955ca750277ecd1d9469b713bb9a511669147a5b46e33_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d35c6ed4b93aef162df955ca750277ecd1d9469b713bb9a511669147a5b46e33_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3678d30cf1504f94fa97afb735317fa7335984133c68a4500d49735f28412312_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3678d30cf1504f94fa97afb735317fa7335984133c68a4500d49735f28412312_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3678d30cf1504f94fa97afb735317fa7335984133c68a4500d49735f28412312_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:83c7c5507378c169941b9e2452c77f40778adc76e5983fa2ff394056bed5d78f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:83c7c5507378c169941b9e2452c77f40778adc76e5983fa2ff394056bed5d78f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:83c7c5507378c169941b9e2452c77f40778adc76e5983fa2ff394056bed5d78f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c626150f07ba75062856d06674f8c419ae002930de38821811236c2445f1c1b5_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c626150f07ba75062856d06674f8c419ae002930de38821811236c2445f1c1b5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c626150f07ba75062856d06674f8c419ae002930de38821811236c2445f1c1b5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e226d545f885b4380928e9bbbc0804267ec45a85a5028b304f579afdd26f8c3e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e226d545f885b4380928e9bbbc0804267ec45a85a5028b304f579afdd26f8c3e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e226d545f885b4380928e9bbbc0804267ec45a85a5028b304f579afdd26f8c3e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8a10e4d7343e563ffe42c9181bbbc9dfd687744c94e125be639026f595e462a3_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8a10e4d7343e563ffe42c9181bbbc9dfd687744c94e125be639026f595e462a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8a10e4d7343e563ffe42c9181bbbc9dfd687744c94e125be639026f595e462a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a53b0253f537d2d04a2665ad24a169f07fe8268ea662cebd3368a2045e586914_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a53b0253f537d2d04a2665ad24a169f07fe8268ea662cebd3368a2045e586914_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a53b0253f537d2d04a2665ad24a169f07fe8268ea662cebd3368a2045e586914_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f27fd0404deb58aad573fe174a675889a7fba84fc5cb916ef702c89f1b51c724_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f27fd0404deb58aad573fe174a675889a7fba84fc5cb916ef702c89f1b51c724_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f27fd0404deb58aad573fe174a675889a7fba84fc5cb916ef702c89f1b51c724_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fe683caef773a1963fc13f96afe58892563ea9921db8ac39369e3a9a05ea7181_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fe683caef773a1963fc13f96afe58892563ea9921db8ac39369e3a9a05ea7181_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fe683caef773a1963fc13f96afe58892563ea9921db8ac39369e3a9a05ea7181_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:60e6e4080a8c39326a9a09c7e3def79cdbedd3c178dc301609d3d8e67007e0da_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:60e6e4080a8c39326a9a09c7e3def79cdbedd3c178dc301609d3d8e67007e0da_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:60e6e4080a8c39326a9a09c7e3def79cdbedd3c178dc301609d3d8e67007e0da_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:67d61d27aa46f8c1f49f2f691ebeec6a8465c1506c83e876415fcf6be19c2d77_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:67d61d27aa46f8c1f49f2f691ebeec6a8465c1506c83e876415fcf6be19c2d77_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:67d61d27aa46f8c1f49f2f691ebeec6a8465c1506c83e876415fcf6be19c2d77_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e1d93d28a1107734216ecbfac1bdbeb688c21a50fdee28f7a1742013e2c8c129_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e1d93d28a1107734216ecbfac1bdbeb688c21a50fdee28f7a1742013e2c8c129_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e1d93d28a1107734216ecbfac1bdbeb688c21a50fdee28f7a1742013e2c8c129_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f74b7312ebbffb5dfae17070ddcb798440a801a40a6797442779a5fa0b650e9f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f74b7312ebbffb5dfae17070ddcb798440a801a40a6797442779a5fa0b650e9f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f74b7312ebbffb5dfae17070ddcb798440a801a40a6797442779a5fa0b650e9f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:15c5e645edf257a08c061ad9ae7dab4293104a042b8396181d76dd28f396cebe_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:15c5e645edf257a08c061ad9ae7dab4293104a042b8396181d76dd28f396cebe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:15c5e645edf257a08c061ad9ae7dab4293104a042b8396181d76dd28f396cebe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27978322fa73148af7670efebefad1175166acf9a127ea881149603534034fea_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27978322fa73148af7670efebefad1175166acf9a127ea881149603534034fea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27978322fa73148af7670efebefad1175166acf9a127ea881149603534034fea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d214c12c98c1c95fff59a40d7529d29db15dfd6e3ee12b32d178888c2992a4b8_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d214c12c98c1c95fff59a40d7529d29db15dfd6e3ee12b32d178888c2992a4b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d214c12c98c1c95fff59a40d7529d29db15dfd6e3ee12b32d178888c2992a4b8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d4a1f1b3de1606844a597602508eee8024e34e5f2ece04852602b4f0718d5f39_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d4a1f1b3de1606844a597602508eee8024e34e5f2ece04852602b4f0718d5f39_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d4a1f1b3de1606844a597602508eee8024e34e5f2ece04852602b4f0718d5f39_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1794986bda8e564f5dcb1bd4b385f8ec43899bdc981cab2f72f6914d02094275_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1794986bda8e564f5dcb1bd4b385f8ec43899bdc981cab2f72f6914d02094275_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1794986bda8e564f5dcb1bd4b385f8ec43899bdc981cab2f72f6914d02094275_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75b78aa7b834f6ae099b76db9be71ae5391ae79ecba4e6b88dd5777a004d7064_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75b78aa7b834f6ae099b76db9be71ae5391ae79ecba4e6b88dd5777a004d7064_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75b78aa7b834f6ae099b76db9be71ae5391ae79ecba4e6b88dd5777a004d7064_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8797eac9a0a1012640bd8d2a04469760246c27b0ba73a18d7a9027693eedb7d5_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8797eac9a0a1012640bd8d2a04469760246c27b0ba73a18d7a9027693eedb7d5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8797eac9a0a1012640bd8d2a04469760246c27b0ba73a18d7a9027693eedb7d5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:df623c15a78ca969fb8ad134bde911c2047bf82b50244ee8e523763b6587e072_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:df623c15a78ca969fb8ad134bde911c2047bf82b50244ee8e523763b6587e072_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:df623c15a78ca969fb8ad134bde911c2047bf82b50244ee8e523763b6587e072_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05f9496cb181c53eb12a46e8f258333f87a54b703412f2f0717e361d4d1e9409_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05f9496cb181c53eb12a46e8f258333f87a54b703412f2f0717e361d4d1e9409_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05f9496cb181c53eb12a46e8f258333f87a54b703412f2f0717e361d4d1e9409_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4ab28f40d1b15cc2ef0ad2f041770ddc69bec7c151ed128e6065dd1c722690e7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4ab28f40d1b15cc2ef0ad2f041770ddc69bec7c151ed128e6065dd1c722690e7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4ab28f40d1b15cc2ef0ad2f041770ddc69bec7c151ed128e6065dd1c722690e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:858152628388d9e146897a7a373713f74ef204bb937d935995e8721dd3c6140a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:858152628388d9e146897a7a373713f74ef204bb937d935995e8721dd3c6140a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:858152628388d9e146897a7a373713f74ef204bb937d935995e8721dd3c6140a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98a949efb0c81c5c5968e069c9b6a518b3b6afbaf4e75cae5eb207554b06c2db_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98a949efb0c81c5c5968e069c9b6a518b3b6afbaf4e75cae5eb207554b06c2db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98a949efb0c81c5c5968e069c9b6a518b3b6afbaf4e75cae5eb207554b06c2db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c38d58b62290b59d0182b50ce3cfd87fbb7729f3ce6fc06ffa46d9805c7dd78_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c38d58b62290b59d0182b50ce3cfd87fbb7729f3ce6fc06ffa46d9805c7dd78_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c38d58b62290b59d0182b50ce3cfd87fbb7729f3ce6fc06ffa46d9805c7dd78_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b49f8648e81dfa19ba4a05cd0f0f40d67eea325821b3e6bfd7825783955a0f5f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b49f8648e81dfa19ba4a05cd0f0f40d67eea325821b3e6bfd7825783955a0f5f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b49f8648e81dfa19ba4a05cd0f0f40d67eea325821b3e6bfd7825783955a0f5f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d966d36d2a008aadd39a289ad8eb427350a2940518f800158cbef89414588f9b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d966d36d2a008aadd39a289ad8eb427350a2940518f800158cbef89414588f9b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d966d36d2a008aadd39a289ad8eb427350a2940518f800158cbef89414588f9b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ec1e69a505e7c80c680f442000a32ffe9b1af694d810ca5582092ffe6dfac254_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ec1e69a505e7c80c680f442000a32ffe9b1af694d810ca5582092ffe6dfac254_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ec1e69a505e7c80c680f442000a32ffe9b1af694d810ca5582092ffe6dfac254_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:41fae1a5e5e4a0b5502c3adf571c9b0fc33ee2cfaec493e8153178bc64436d2c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:41fae1a5e5e4a0b5502c3adf571c9b0fc33ee2cfaec493e8153178bc64436d2c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:41fae1a5e5e4a0b5502c3adf571c9b0fc33ee2cfaec493e8153178bc64436d2c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:80531a0fe966e1cc0582c581951b09a7a4e42037c106748c44859110361b2c1b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:80531a0fe966e1cc0582c581951b09a7a4e42037c106748c44859110361b2c1b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:80531a0fe966e1cc0582c581951b09a7a4e42037c106748c44859110361b2c1b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9b3bfe91fc01c7e3dd7f50da66aaf2b879a450901f1c73f84d021e69a5576342_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9b3bfe91fc01c7e3dd7f50da66aaf2b879a450901f1c73f84d021e69a5576342_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9b3bfe91fc01c7e3dd7f50da66aaf2b879a450901f1c73f84d021e69a5576342_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e38f330016b2e81eca6f69397ad57a5d0348f2d2f2c3522307b35aadf8b5ddb9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e38f330016b2e81eca6f69397ad57a5d0348f2d2f2c3522307b35aadf8b5ddb9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e38f330016b2e81eca6f69397ad57a5d0348f2d2f2c3522307b35aadf8b5ddb9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:525b23eadc757450747d893874b77ec666fe15f329f0ee40e4b04571240c5e1f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:525b23eadc757450747d893874b77ec666fe15f329f0ee40e4b04571240c5e1f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:525b23eadc757450747d893874b77ec666fe15f329f0ee40e4b04571240c5e1f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5f459bbc953c9460f2166b782dfc3be213709521d5109b52d428a560ad05aa46_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5f459bbc953c9460f2166b782dfc3be213709521d5109b52d428a560ad05aa46_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5f459bbc953c9460f2166b782dfc3be213709521d5109b52d428a560ad05aa46_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5f83dd9b2d73733b7972a43e3e152614dd4e87926f4bdc7a10a2f292ae771276_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5f83dd9b2d73733b7972a43e3e152614dd4e87926f4bdc7a10a2f292ae771276_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5f83dd9b2d73733b7972a43e3e152614dd4e87926f4bdc7a10a2f292ae771276_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a913cef121c9a6c3ddc57b01fc807bb042e5a903489c05f99e6e2da9e6ec0b98_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a913cef121c9a6c3ddc57b01fc807bb042e5a903489c05f99e6e2da9e6ec0b98_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a913cef121c9a6c3ddc57b01fc807bb042e5a903489c05f99e6e2da9e6ec0b98_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:7055ad7af6f2763c0f9a1a6ac6f24fa4dc2ba312cc9b0805ae0a06187cecc89a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:7055ad7af6f2763c0f9a1a6ac6f24fa4dc2ba312cc9b0805ae0a06187cecc89a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:7055ad7af6f2763c0f9a1a6ac6f24fa4dc2ba312cc9b0805ae0a06187cecc89a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:a120d08d454a9112a7f31a9da6627e788406726fe1c035bd70c180eda14f37d8_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:a120d08d454a9112a7f31a9da6627e788406726fe1c035bd70c180eda14f37d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:a120d08d454a9112a7f31a9da6627e788406726fe1c035bd70c180eda14f37d8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:161ad6696b6d7e64bd2fa9ecf35a337e1510361af64ef4f6b8482d1f2c87d864_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:161ad6696b6d7e64bd2fa9ecf35a337e1510361af64ef4f6b8482d1f2c87d864_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:161ad6696b6d7e64bd2fa9ecf35a337e1510361af64ef4f6b8482d1f2c87d864_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9d28e4ba3e1edbd660f9a0fbfe4f0d990fd3e03d9589548acab5416ffbe17e00_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9d28e4ba3e1edbd660f9a0fbfe4f0d990fd3e03d9589548acab5416ffbe17e00_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9d28e4ba3e1edbd660f9a0fbfe4f0d990fd3e03d9589548acab5416ffbe17e00_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aec827e9517e79a99451685f94adbb7a4ad776367652958ca004075fd982d69e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aec827e9517e79a99451685f94adbb7a4ad776367652958ca004075fd982d69e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aec827e9517e79a99451685f94adbb7a4ad776367652958ca004075fd982d69e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf24751d6b6d66fcfc26aa8e0f94a4248a3edab6dbfe3fe9651a90b6b4d92192_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf24751d6b6d66fcfc26aa8e0f94a4248a3edab6dbfe3fe9651a90b6b4d92192_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf24751d6b6d66fcfc26aa8e0f94a4248a3edab6dbfe3fe9651a90b6b4d92192_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:78da28b1bb83150be79dce517585380c81a778f59489052aaa3ac0a71506a052_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:78da28b1bb83150be79dce517585380c81a778f59489052aaa3ac0a71506a052_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:78da28b1bb83150be79dce517585380c81a778f59489052aaa3ac0a71506a052_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:88b0549c1ff942159d48cb2da2681cd727d3b4e9b18964a7a7fc5cc51890ecf3_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:88b0549c1ff942159d48cb2da2681cd727d3b4e9b18964a7a7fc5cc51890ecf3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:88b0549c1ff942159d48cb2da2681cd727d3b4e9b18964a7a7fc5cc51890ecf3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8c4c2f467bab09a9b40d1ecf1c8723ff9544eb8903918c6dd3cfb0060cd5da82_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8c4c2f467bab09a9b40d1ecf1c8723ff9544eb8903918c6dd3cfb0060cd5da82_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8c4c2f467bab09a9b40d1ecf1c8723ff9544eb8903918c6dd3cfb0060cd5da82_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ca12eb74b51e1d5205a322884b88c8efd900ea567d8585eb655df8060a72a7ad_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ca12eb74b51e1d5205a322884b88c8efd900ea567d8585eb655df8060a72a7ad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ca12eb74b51e1d5205a322884b88c8efd900ea567d8585eb655df8060a72a7ad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0b4672982b3ab346f6a22832e4bc73e8f5a2e42dd7673266c3c9a7dc563e5167_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0b4672982b3ab346f6a22832e4bc73e8f5a2e42dd7673266c3c9a7dc563e5167_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0b4672982b3ab346f6a22832e4bc73e8f5a2e42dd7673266c3c9a7dc563e5167_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2969828f1fcae82b7ef16d3588046ace3cf51b9ea578658c42475386e0ee1fc7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2969828f1fcae82b7ef16d3588046ace3cf51b9ea578658c42475386e0ee1fc7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2969828f1fcae82b7ef16d3588046ace3cf51b9ea578658c42475386e0ee1fc7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:58c5b3a8ca2791474b4a92c43090bd44085e08e1a9dd8c65b3436a910be41a0d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:58c5b3a8ca2791474b4a92c43090bd44085e08e1a9dd8c65b3436a910be41a0d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:58c5b3a8ca2791474b4a92c43090bd44085e08e1a9dd8c65b3436a910be41a0d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:aa005faff536d4390dffec3bc457a4f20010f70a17411d185b2c1c6c97b663d7_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:aa005faff536d4390dffec3bc457a4f20010f70a17411d185b2c1c6c97b663d7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:aa005faff536d4390dffec3bc457a4f20010f70a17411d185b2c1c6c97b663d7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3bb3c46533b24f1a6a6669117dc888ed8f0c7ae56b34068a4ff2052335e34c4e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3bb3c46533b24f1a6a6669117dc888ed8f0c7ae56b34068a4ff2052335e34c4e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3bb3c46533b24f1a6a6669117dc888ed8f0c7ae56b34068a4ff2052335e34c4e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4f9a68a87323bb2263ed303e3fde605101d955c86c4476baacb43a8c9b74a47c_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4f9a68a87323bb2263ed303e3fde605101d955c86c4476baacb43a8c9b74a47c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4f9a68a87323bb2263ed303e3fde605101d955c86c4476baacb43a8c9b74a47c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8bc73e26c8f8fd634a32c3faabd2d87385947f74ec3907189760c565e91e7519_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8bc73e26c8f8fd634a32c3faabd2d87385947f74ec3907189760c565e91e7519_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8bc73e26c8f8fd634a32c3faabd2d87385947f74ec3907189760c565e91e7519_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c0abc19c0d20438799cd30ca25a5c3459f1be7cec680d64fe1db22087a20688b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c0abc19c0d20438799cd30ca25a5c3459f1be7cec680d64fe1db22087a20688b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c0abc19c0d20438799cd30ca25a5c3459f1be7cec680d64fe1db22087a20688b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1840c1e925794e4f05dc6fdb3fa9b660c16d3a96e4a5299b427ca19bcdc3e7ca_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1840c1e925794e4f05dc6fdb3fa9b660c16d3a96e4a5299b427ca19bcdc3e7ca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1840c1e925794e4f05dc6fdb3fa9b660c16d3a96e4a5299b427ca19bcdc3e7ca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2238d41551f6e4f6e5b6f9e1d718b7bb2a7205e188ab54de967a794a6d270f05_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2238d41551f6e4f6e5b6f9e1d718b7bb2a7205e188ab54de967a794a6d270f05_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2238d41551f6e4f6e5b6f9e1d718b7bb2a7205e188ab54de967a794a6d270f05_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ae30b3ab740f21c451d0272bceacb99fa34d22bbf2ea22f1e1e18230a156104b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ae30b3ab740f21c451d0272bceacb99fa34d22bbf2ea22f1e1e18230a156104b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ae30b3ab740f21c451d0272bceacb99fa34d22bbf2ea22f1e1e18230a156104b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bd2933bc337a590b443394a8e0e46be3b6ffdcfd006344534281f0520fe2facc_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bd2933bc337a590b443394a8e0e46be3b6ffdcfd006344534281f0520fe2facc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bd2933bc337a590b443394a8e0e46be3b6ffdcfd006344534281f0520fe2facc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5043634a40e7f9d541c57c28ae82902ccc4a906d4e056c36f55322e6bad59705_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5043634a40e7f9d541c57c28ae82902ccc4a906d4e056c36f55322e6bad59705_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5043634a40e7f9d541c57c28ae82902ccc4a906d4e056c36f55322e6bad59705_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:71360db1f3a4ad29ea21c8fc43a5ace3c714908e9db2fcd24b399cb7086ac311_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:71360db1f3a4ad29ea21c8fc43a5ace3c714908e9db2fcd24b399cb7086ac311_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:71360db1f3a4ad29ea21c8fc43a5ace3c714908e9db2fcd24b399cb7086ac311_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b41a8ae60c0eafa4a13e6dcd0e79ba63b0d7bd2bdc28aaed434b3bef98a5dc95_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b41a8ae60c0eafa4a13e6dcd0e79ba63b0d7bd2bdc28aaed434b3bef98a5dc95_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b41a8ae60c0eafa4a13e6dcd0e79ba63b0d7bd2bdc28aaed434b3bef98a5dc95_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e224a02ca283984387d514861d34711f5fe9146a33f1aa4ad9f9158260e226a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e224a02ca283984387d514861d34711f5fe9146a33f1aa4ad9f9158260e226a0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e224a02ca283984387d514861d34711f5fe9146a33f1aa4ad9f9158260e226a0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5137d9c1d64fb22e3b2562c5eb2ebbda136ba77ffccc6b9f401ff7e0dbd7ac52_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5137d9c1d64fb22e3b2562c5eb2ebbda136ba77ffccc6b9f401ff7e0dbd7ac52_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5137d9c1d64fb22e3b2562c5eb2ebbda136ba77ffccc6b9f401ff7e0dbd7ac52_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ae4b76786960056dea05371c3148d40f624bfd4ca4e314d83c330fc5d4dc9f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ae4b76786960056dea05371c3148d40f624bfd4ca4e314d83c330fc5d4dc9f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ae4b76786960056dea05371c3148d40f624bfd4ca4e314d83c330fc5d4dc9f3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7e61ea6fa0abe887217ee126701d71f7f4307c46225f8592d5cd1dffe62428ec_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7e61ea6fa0abe887217ee126701d71f7f4307c46225f8592d5cd1dffe62428ec_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7e61ea6fa0abe887217ee126701d71f7f4307c46225f8592d5cd1dffe62428ec_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f122c11c2f6a10ca150b136f7291d2e135b3a182d67809aa49727da289787cee_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f122c11c2f6a10ca150b136f7291d2e135b3a182d67809aa49727da289787cee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f122c11c2f6a10ca150b136f7291d2e135b3a182d67809aa49727da289787cee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f08586dd67c2d3d21053a044138f1bbedceb0847f1af8c3aa76127d86135a58_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f08586dd67c2d3d21053a044138f1bbedceb0847f1af8c3aa76127d86135a58_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f08586dd67c2d3d21053a044138f1bbedceb0847f1af8c3aa76127d86135a58_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6ade6ae0f25bbd0118a7530d4447b9ed17058e4f9daa871a226125ef5ced3192_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6ade6ae0f25bbd0118a7530d4447b9ed17058e4f9daa871a226125ef5ced3192_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6ade6ae0f25bbd0118a7530d4447b9ed17058e4f9daa871a226125ef5ced3192_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9f4ebe4007be3988112fb00dc8f711930f3ffa1cc9bb60aafb9842694b7ad04d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9f4ebe4007be3988112fb00dc8f711930f3ffa1cc9bb60aafb9842694b7ad04d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9f4ebe4007be3988112fb00dc8f711930f3ffa1cc9bb60aafb9842694b7ad04d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a944b6da606cd0a5845f9cdd307445b8baa6343078c1698e9dd48d5d30df6260_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a944b6da606cd0a5845f9cdd307445b8baa6343078c1698e9dd48d5d30df6260_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a944b6da606cd0a5845f9cdd307445b8baa6343078c1698e9dd48d5d30df6260_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:770e169283c6dc690b2e5ad6560c43ace5897760f45ba4e0cbf006a75def23b1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:770e169283c6dc690b2e5ad6560c43ace5897760f45ba4e0cbf006a75def23b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:770e169283c6dc690b2e5ad6560c43ace5897760f45ba4e0cbf006a75def23b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b61ee2b7a6814324bdf1fbf6c5c72b994b9b0069a85e1f92a0cc9fc2633bd93_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b61ee2b7a6814324bdf1fbf6c5c72b994b9b0069a85e1f92a0cc9fc2633bd93_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b61ee2b7a6814324bdf1fbf6c5c72b994b9b0069a85e1f92a0cc9fc2633bd93_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a000b455663f871d2c08877974c63f3d0a3f494a44bffe0b143301d97a2bcd4a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a000b455663f871d2c08877974c63f3d0a3f494a44bffe0b143301d97a2bcd4a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a000b455663f871d2c08877974c63f3d0a3f494a44bffe0b143301d97a2bcd4a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f59a52f0304427bf2b814e616bc0675dbf800d94fbb7107026d976a5c77bd6ac_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f59a52f0304427bf2b814e616bc0675dbf800d94fbb7107026d976a5c77bd6ac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f59a52f0304427bf2b814e616bc0675dbf800d94fbb7107026d976a5c77bd6ac_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518db4df4846950212845f7b1a78803ca297a5fdce2d1e09a3ca0d9b48f039b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518db4df4846950212845f7b1a78803ca297a5fdce2d1e09a3ca0d9b48f039b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518db4df4846950212845f7b1a78803ca297a5fdce2d1e09a3ca0d9b48f039b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4040654f77bc137b99afdd6aabdd47a314bdbe1794f931ec2dc9b7d2337111ac_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4040654f77bc137b99afdd6aabdd47a314bdbe1794f931ec2dc9b7d2337111ac_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4040654f77bc137b99afdd6aabdd47a314bdbe1794f931ec2dc9b7d2337111ac_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e503dc23e8e6a2988adc1a8e109401358217ca17ac8ac523bfd669e5a3504055_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e503dc23e8e6a2988adc1a8e109401358217ca17ac8ac523bfd669e5a3504055_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e503dc23e8e6a2988adc1a8e109401358217ca17ac8ac523bfd669e5a3504055_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f1fc49b7b09dfd1ed67cbec6138650de4e29228b2cd16d1bf94a6d305122962e_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f1fc49b7b09dfd1ed67cbec6138650de4e29228b2cd16d1bf94a6d305122962e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f1fc49b7b09dfd1ed67cbec6138650de4e29228b2cd16d1bf94a6d305122962e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1267a95b647ac530955099ac9bf8a2510e1b151628992e71b502a10ffd79c37b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1267a95b647ac530955099ac9bf8a2510e1b151628992e71b502a10ffd79c37b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1267a95b647ac530955099ac9bf8a2510e1b151628992e71b502a10ffd79c37b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39516d2dafdcde7dba1a531b909c6495d54d5e44bccf8c3fbdbecde8ae689201_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39516d2dafdcde7dba1a531b909c6495d54d5e44bccf8c3fbdbecde8ae689201_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39516d2dafdcde7dba1a531b909c6495d54d5e44bccf8c3fbdbecde8ae689201_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:69ad8c7b14b26b771bd20dd9a6d3eef52a3c5954b94becd42c1d1f2cdd1f9bb8_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:69ad8c7b14b26b771bd20dd9a6d3eef52a3c5954b94becd42c1d1f2cdd1f9bb8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:69ad8c7b14b26b771bd20dd9a6d3eef52a3c5954b94becd42c1d1f2cdd1f9bb8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4b691a98453ddf2c1dd80a6e7f8f557474f358a6270a6b4bfa676b7cff5e39_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4b691a98453ddf2c1dd80a6e7f8f557474f358a6270a6b4bfa676b7cff5e39_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4b691a98453ddf2c1dd80a6e7f8f557474f358a6270a6b4bfa676b7cff5e39_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c0bbfb74cc437ec2fb4bf9353b8caec1c941939bf38991bef916b2fb156cb70_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c0bbfb74cc437ec2fb4bf9353b8caec1c941939bf38991bef916b2fb156cb70_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c0bbfb74cc437ec2fb4bf9353b8caec1c941939bf38991bef916b2fb156cb70_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:96c7847d759b62b52ca65856bbe6d1c25e49f9ee9333d2364b2a5f8bc69c46b6_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:96c7847d759b62b52ca65856bbe6d1c25e49f9ee9333d2364b2a5f8bc69c46b6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:96c7847d759b62b52ca65856bbe6d1c25e49f9ee9333d2364b2a5f8bc69c46b6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ca88f406b57deca5600c7753cc0d64279a4e9b030b0081b85eeb87a93a8dc5a4_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ca88f406b57deca5600c7753cc0d64279a4e9b030b0081b85eeb87a93a8dc5a4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ca88f406b57deca5600c7753cc0d64279a4e9b030b0081b85eeb87a93a8dc5a4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:db209a1b80ab7b1e6183361f0fb98147afb983607906c30f82027d3bd0251d76_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:db209a1b80ab7b1e6183361f0fb98147afb983607906c30f82027d3bd0251d76_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:db209a1b80ab7b1e6183361f0fb98147afb983607906c30f82027d3bd0251d76_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dfc75b5189f731217fbe7068ad92322052693a962fe798bf0a5f1a67fb38c899_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dfc75b5189f731217fbe7068ad92322052693a962fe798bf0a5f1a67fb38c899_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dfc75b5189f731217fbe7068ad92322052693a962fe798bf0a5f1a67fb38c899_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e442a9e8be5d749d694409c6588126eae0938deb8ba7ee9ad201cd56a600bd11_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e442a9e8be5d749d694409c6588126eae0938deb8ba7ee9ad201cd56a600bd11_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e442a9e8be5d749d694409c6588126eae0938deb8ba7ee9ad201cd56a600bd11_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eb3ab7be1af1e0118f4dc015d4091b7587b3515c5b970495b60b407ce8acae63_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eb3ab7be1af1e0118f4dc015d4091b7587b3515c5b970495b60b407ce8acae63_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eb3ab7be1af1e0118f4dc015d4091b7587b3515c5b970495b60b407ce8acae63_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ffa7ba153e3b857d714843fab966cf5fa4789f000aa7044562dc37647962738f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ffa7ba153e3b857d714843fab966cf5fa4789f000aa7044562dc37647962738f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ffa7ba153e3b857d714843fab966cf5fa4789f000aa7044562dc37647962738f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2f29c6007abb7084880e408947a9c8ed602603bf0e766e076adf700979cd40d3_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2f29c6007abb7084880e408947a9c8ed602603bf0e766e076adf700979cd40d3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2f29c6007abb7084880e408947a9c8ed602603bf0e766e076adf700979cd40d3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7d8e3e51ce3be568a9fe7a145d443e9223bd161cae7ecff0c2ffd2a9fb40d837_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7d8e3e51ce3be568a9fe7a145d443e9223bd161cae7ecff0c2ffd2a9fb40d837_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7d8e3e51ce3be568a9fe7a145d443e9223bd161cae7ecff0c2ffd2a9fb40d837_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cc51710a07f6a46a72c7802009f13f26aa351caaa4adaebc0d4983c3601e8a2c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cc51710a07f6a46a72c7802009f13f26aa351caaa4adaebc0d4983c3601e8a2c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cc51710a07f6a46a72c7802009f13f26aa351caaa4adaebc0d4983c3601e8a2c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2c600e3161e493dad43a984808f70b880d37964e3eac08c1bc00a297d23ba1c_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2c600e3161e493dad43a984808f70b880d37964e3eac08c1bc00a297d23ba1c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2c600e3161e493dad43a984808f70b880d37964e3eac08c1bc00a297d23ba1c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4253559bc4e21c1177de09c223d9304a80438fa2f38c39e720e17e1b993cb746_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4253559bc4e21c1177de09c223d9304a80438fa2f38c39e720e17e1b993cb746_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4253559bc4e21c1177de09c223d9304a80438fa2f38c39e720e17e1b993cb746_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a95180c5a4d2713fcdb002fb2879c9df206d1b05e5ba1379189c8ca4825b7866_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a95180c5a4d2713fcdb002fb2879c9df206d1b05e5ba1379189c8ca4825b7866_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a95180c5a4d2713fcdb002fb2879c9df206d1b05e5ba1379189c8ca4825b7866_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ad0eb0b006e9297f5bc0f907f18e2227a7ca646710c6831c1439799cc97b8b20_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ad0eb0b006e9297f5bc0f907f18e2227a7ca646710c6831c1439799cc97b8b20_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ad0eb0b006e9297f5bc0f907f18e2227a7ca646710c6831c1439799cc97b8b20_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dab7a82d88f90f1ef4ac307b16132d4d573a4fa9080acc3272ca084613bd902a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dab7a82d88f90f1ef4ac307b16132d4d573a4fa9080acc3272ca084613bd902a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dab7a82d88f90f1ef4ac307b16132d4d573a4fa9080acc3272ca084613bd902a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31e1e6592359d6a681a2575484ae93896983eb644a94e27d2eebeb579880c7f6_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31e1e6592359d6a681a2575484ae93896983eb644a94e27d2eebeb579880c7f6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31e1e6592359d6a681a2575484ae93896983eb644a94e27d2eebeb579880c7f6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7a6675a0c03a88df6a0737032529308d1f3ba950221e5041084189a6fe95f22e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7a6675a0c03a88df6a0737032529308d1f3ba950221e5041084189a6fe95f22e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7a6675a0c03a88df6a0737032529308d1f3ba950221e5041084189a6fe95f22e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9e23fb1c99e6496bde42a13dfe236b060662b908ea30ee8d45c99c5ae447c493_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9e23fb1c99e6496bde42a13dfe236b060662b908ea30ee8d45c99c5ae447c493_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9e23fb1c99e6496bde42a13dfe236b060662b908ea30ee8d45c99c5ae447c493_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aca57c8abaa83b2d1dce95fa7fe5b9416be70e100957ce48f212e2ec404387bc_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aca57c8abaa83b2d1dce95fa7fe5b9416be70e100957ce48f212e2ec404387bc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aca57c8abaa83b2d1dce95fa7fe5b9416be70e100957ce48f212e2ec404387bc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:18bf4a07ec975ed90d11a29f4ef82d75d68db396ded31c8317300699eca7ad90_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:18bf4a07ec975ed90d11a29f4ef82d75d68db396ded31c8317300699eca7ad90_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:18bf4a07ec975ed90d11a29f4ef82d75d68db396ded31c8317300699eca7ad90_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3e68d4ea67cb9c838d6730a1039ea23b875a8ecbab2b4d76375d6df245339e41_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3e68d4ea67cb9c838d6730a1039ea23b875a8ecbab2b4d76375d6df245339e41_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3e68d4ea67cb9c838d6730a1039ea23b875a8ecbab2b4d76375d6df245339e41_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0ab8409b78d9ea94b865fc9ba95bd36bdf1d648ec7ce6cc179226b28fe901d7_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0ab8409b78d9ea94b865fc9ba95bd36bdf1d648ec7ce6cc179226b28fe901d7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0ab8409b78d9ea94b865fc9ba95bd36bdf1d648ec7ce6cc179226b28fe901d7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ce0723f310f2351f67d486c97f7ce8ec8585dd6e9c7e3e86f62f5424e16723d5_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ce0723f310f2351f67d486c97f7ce8ec8585dd6e9c7e3e86f62f5424e16723d5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ce0723f310f2351f67d486c97f7ce8ec8585dd6e9c7e3e86f62f5424e16723d5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:04f4d72f5b89a5f05142f1759f85a3a185cb30fcf3b4677285a76a67c08db690_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:04f4d72f5b89a5f05142f1759f85a3a185cb30fcf3b4677285a76a67c08db690_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:04f4d72f5b89a5f05142f1759f85a3a185cb30fcf3b4677285a76a67c08db690_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e5b6b8ee694f3fd3cb9494b50110abbf01839036c632aece1719d091d844fec_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e5b6b8ee694f3fd3cb9494b50110abbf01839036c632aece1719d091d844fec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e5b6b8ee694f3fd3cb9494b50110abbf01839036c632aece1719d091d844fec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1cbd36f2d83a55cb00336de1e56e111dfba439b4d864dbe4554614c6a0fd13b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1cbd36f2d83a55cb00336de1e56e111dfba439b4d864dbe4554614c6a0fd13b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1cbd36f2d83a55cb00336de1e56e111dfba439b4d864dbe4554614c6a0fd13b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:fdc51db9f37982f80027e97083225e40df86cfd7581f4231f6d6ab1567569c2a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:fdc51db9f37982f80027e97083225e40df86cfd7581f4231f6d6ab1567569c2a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:fdc51db9f37982f80027e97083225e40df86cfd7581f4231f6d6ab1567569c2a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:08d8cc1fa836edc87c3ed701c7af174ddb9dc72b4d57a13cb245275a333454c7_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:08d8cc1fa836edc87c3ed701c7af174ddb9dc72b4d57a13cb245275a333454c7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:08d8cc1fa836edc87c3ed701c7af174ddb9dc72b4d57a13cb245275a333454c7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1593b6aac7bb18c1bbb5d41693e8b8c7f0c0410fcc09e15de52d8bd53e356541_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1593b6aac7bb18c1bbb5d41693e8b8c7f0c0410fcc09e15de52d8bd53e356541_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1593b6aac7bb18c1bbb5d41693e8b8c7f0c0410fcc09e15de52d8bd53e356541_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d3c3f32d31a6175193ccb470f72186c6b0e17375de54e4cec66207f42bad0ab0_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d3c3f32d31a6175193ccb470f72186c6b0e17375de54e4cec66207f42bad0ab0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d3c3f32d31a6175193ccb470f72186c6b0e17375de54e4cec66207f42bad0ab0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e8bd0323ef70a1304aba2dc54cbf26b72a24e8c064a9f3d4806827a1e414e252_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e8bd0323ef70a1304aba2dc54cbf26b72a24e8c064a9f3d4806827a1e414e252_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e8bd0323ef70a1304aba2dc54cbf26b72a24e8c064a9f3d4806827a1e414e252_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7d7e306ec16e50a8b5b527a78fdb62e8583866c2c0cf91b3befc8646e51deaa8_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7d7e306ec16e50a8b5b527a78fdb62e8583866c2c0cf91b3befc8646e51deaa8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7d7e306ec16e50a8b5b527a78fdb62e8583866c2c0cf91b3befc8646e51deaa8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ce32ae8e1e42da3e4e2440a721704db7039e66b8c1fdaebaa42cf8706f43d9e1_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ce32ae8e1e42da3e4e2440a721704db7039e66b8c1fdaebaa42cf8706f43d9e1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ce32ae8e1e42da3e4e2440a721704db7039e66b8c1fdaebaa42cf8706f43d9e1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:288324251d8152a4370b64afc0626097649087d8cf38be8ac0dc8cd02fbd291c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:288324251d8152a4370b64afc0626097649087d8cf38be8ac0dc8cd02fbd291c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:288324251d8152a4370b64afc0626097649087d8cf38be8ac0dc8cd02fbd291c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:83710056331ab52acd9dcb899d247c863c1728ca2730ddb4fd69de5d8cbb8709_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:83710056331ab52acd9dcb899d247c863c1728ca2730ddb4fd69de5d8cbb8709_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:83710056331ab52acd9dcb899d247c863c1728ca2730ddb4fd69de5d8cbb8709_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:9ce51f750a68023df9323fd15a7eaeb1472e9b8701c7ef413869d3febbb73459_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:9ce51f750a68023df9323fd15a7eaeb1472e9b8701c7ef413869d3febbb73459_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:9ce51f750a68023df9323fd15a7eaeb1472e9b8701c7ef413869d3febbb73459_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a610e82e2f124e3a5daeb2d2c1fb056e2c7bfac89afe8556431888339b9ba0d8_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a610e82e2f124e3a5daeb2d2c1fb056e2c7bfac89afe8556431888339b9ba0d8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a610e82e2f124e3a5daeb2d2c1fb056e2c7bfac89afe8556431888339b9ba0d8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3dd74e170726d29f6fe0508c03f7410598d8fd7d37b6e60a76376953ccd8de55_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3dd74e170726d29f6fe0508c03f7410598d8fd7d37b6e60a76376953ccd8de55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3dd74e170726d29f6fe0508c03f7410598d8fd7d37b6e60a76376953ccd8de55_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ff84e7b914e4318aca775db8601d5b04ed6eb240d4d116f6505e04cb947c4a3c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ff84e7b914e4318aca775db8601d5b04ed6eb240d4d116f6505e04cb947c4a3c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ff84e7b914e4318aca775db8601d5b04ed6eb240d4d116f6505e04cb947c4a3c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0d482c0690409199b30cdc163256b0e0990ac4b813823692f90c604c59d6835d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0d482c0690409199b30cdc163256b0e0990ac4b813823692f90c604c59d6835d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0d482c0690409199b30cdc163256b0e0990ac4b813823692f90c604c59d6835d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:abf98e8b78df5cf21c9da051db2827b8c9081cf3ea201bf9017a5d9548dbc73e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:abf98e8b78df5cf21c9da051db2827b8c9081cf3ea201bf9017a5d9548dbc73e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:abf98e8b78df5cf21c9da051db2827b8c9081cf3ea201bf9017a5d9548dbc73e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e52cd61f4e17bcd141c936fbcd3af6cfe1ce310278f3fee66b55cd155eb966a9_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e52cd61f4e17bcd141c936fbcd3af6cfe1ce310278f3fee66b55cd155eb966a9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e52cd61f4e17bcd141c936fbcd3af6cfe1ce310278f3fee66b55cd155eb966a9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ef489ba496eb6f6e25acc7977ec8c21b5aff7a834ec28b29b104f83b7608eafc_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ef489ba496eb6f6e25acc7977ec8c21b5aff7a834ec28b29b104f83b7608eafc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ef489ba496eb6f6e25acc7977ec8c21b5aff7a834ec28b29b104f83b7608eafc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0f3441a346aaba5b0eb37cfce2eab3af4eadf1a8e13a71ff976d18f32559435d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0f3441a346aaba5b0eb37cfce2eab3af4eadf1a8e13a71ff976d18f32559435d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0f3441a346aaba5b0eb37cfce2eab3af4eadf1a8e13a71ff976d18f32559435d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2247f41471839daf79124e6b185f25504a1ecabe7083fd2f071c4dd89db77a19_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2247f41471839daf79124e6b185f25504a1ecabe7083fd2f071c4dd89db77a19_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2247f41471839daf79124e6b185f25504a1ecabe7083fd2f071c4dd89db77a19_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2265090801a065c68ae424911c1619ae9be65eca3d16e984c1596cbfdf6ec379_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2265090801a065c68ae424911c1619ae9be65eca3d16e984c1596cbfdf6ec379_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2265090801a065c68ae424911c1619ae9be65eca3d16e984c1596cbfdf6ec379_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f22dd40cd10354e3512d2065a8dd8c9dcb995ea487c0f661f172c527509123fc_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f22dd40cd10354e3512d2065a8dd8c9dcb995ea487c0f661f172c527509123fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f22dd40cd10354e3512d2065a8dd8c9dcb995ea487c0f661f172c527509123fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:41a68d7d56728c92023a9ef71acb311c1b7c961c0d4b90ff3f0e33fd7afa8b17_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:41a68d7d56728c92023a9ef71acb311c1b7c961c0d4b90ff3f0e33fd7afa8b17_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:41a68d7d56728c92023a9ef71acb311c1b7c961c0d4b90ff3f0e33fd7afa8b17_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b48949ab94de75cc88f783d9255abcb589fef9e84366e77e13345391ab903a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b48949ab94de75cc88f783d9255abcb589fef9e84366e77e13345391ab903a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b48949ab94de75cc88f783d9255abcb589fef9e84366e77e13345391ab903a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52ba78768a24efe94f7f95fe5bdd3c6156919979d5882682e06ae4a8a8d3fb4a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52ba78768a24efe94f7f95fe5bdd3c6156919979d5882682e06ae4a8a8d3fb4a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52ba78768a24efe94f7f95fe5bdd3c6156919979d5882682e06ae4a8a8d3fb4a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ab1dfcb2a4e53dbb3cdc653c7f3f0f03bdce8487d43cc6626c75f8495bfbd71_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ab1dfcb2a4e53dbb3cdc653c7f3f0f03bdce8487d43cc6626c75f8495bfbd71_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ab1dfcb2a4e53dbb3cdc653c7f3f0f03bdce8487d43cc6626c75f8495bfbd71_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4602b62da727470a62e3aad71502b0495d6f809f4e4a1903980e7c99d8a411bc_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4602b62da727470a62e3aad71502b0495d6f809f4e4a1903980e7c99d8a411bc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4602b62da727470a62e3aad71502b0495d6f809f4e4a1903980e7c99d8a411bc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:98ae20e6655d2d48c0b807763171b7e88b17d5887e43194e19b92078cbc7db84_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:98ae20e6655d2d48c0b807763171b7e88b17d5887e43194e19b92078cbc7db84_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:98ae20e6655d2d48c0b807763171b7e88b17d5887e43194e19b92078cbc7db84_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a64a70eb2fef4095ba241021e37c52034c067c57121d6c588f8c7fd3dc24b55f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a64a70eb2fef4095ba241021e37c52034c067c57121d6c588f8c7fd3dc24b55f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a64a70eb2fef4095ba241021e37c52034c067c57121d6c588f8c7fd3dc24b55f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a9f2b0a20a84bb8597c27bec675309451044172db89e0907542892d3974fa0b8_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a9f2b0a20a84bb8597c27bec675309451044172db89e0907542892d3974fa0b8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a9f2b0a20a84bb8597c27bec675309451044172db89e0907542892d3974fa0b8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:99ad83497ea12819957ccba33c807c6e4c5297621db568e5635202cb9cc69f8f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:99ad83497ea12819957ccba33c807c6e4c5297621db568e5635202cb9cc69f8f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:99ad83497ea12819957ccba33c807c6e4c5297621db568e5635202cb9cc69f8f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bc0f0a94b11a840b808eb9ddfa9e7e91885f8fa5212c6436fda9a7e3b633b111_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bc0f0a94b11a840b808eb9ddfa9e7e91885f8fa5212c6436fda9a7e3b633b111_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bc0f0a94b11a840b808eb9ddfa9e7e91885f8fa5212c6436fda9a7e3b633b111_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e3b1e6ffc8764fc92f07b3c1069889d20524d2aca0c4f9e124d0290cf322f4b5_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e3b1e6ffc8764fc92f07b3c1069889d20524d2aca0c4f9e124d0290cf322f4b5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e3b1e6ffc8764fc92f07b3c1069889d20524d2aca0c4f9e124d0290cf322f4b5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f86b12d1cbbeb92f39074e67841709b7948a8a78dcae47e49008faeaf4245fcb_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f86b12d1cbbeb92f39074e67841709b7948a8a78dcae47e49008faeaf4245fcb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f86b12d1cbbeb92f39074e67841709b7948a8a78dcae47e49008faeaf4245fcb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:19c3c8392b72ccf9a518d1d60fab0fd1e58a05b544caa79eb11bb68f00981d9d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:19c3c8392b72ccf9a518d1d60fab0fd1e58a05b544caa79eb11bb68f00981d9d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:19c3c8392b72ccf9a518d1d60fab0fd1e58a05b544caa79eb11bb68f00981d9d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64d80730aa52ceef2cfcdc0c414b5108832fe23134c09fc52998becdc48aa7b8_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64d80730aa52ceef2cfcdc0c414b5108832fe23134c09fc52998becdc48aa7b8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64d80730aa52ceef2cfcdc0c414b5108832fe23134c09fc52998becdc48aa7b8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d7ff281aaf92d1eae3e78e7505dbd192f728b591c0af391ac2bf4b7b82f2ff24_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d7ff281aaf92d1eae3e78e7505dbd192f728b591c0af391ac2bf4b7b82f2ff24_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d7ff281aaf92d1eae3e78e7505dbd192f728b591c0af391ac2bf4b7b82f2ff24_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dc361b3ec23619c49e53fbab4f36bcdf66d791ef5926025d4fcdf448e378e404_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dc361b3ec23619c49e53fbab4f36bcdf66d791ef5926025d4fcdf448e378e404_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dc361b3ec23619c49e53fbab4f36bcdf66d791ef5926025d4fcdf448e378e404_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:513feed9bdea8c02802d16c35863d47a1f20c3e8562d6a2a179a47e844749666_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:513feed9bdea8c02802d16c35863d47a1f20c3e8562d6a2a179a47e844749666_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:513feed9bdea8c02802d16c35863d47a1f20c3e8562d6a2a179a47e844749666_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:58de637f3e6e5e81a1954b602ecf35fb24dc01c92d9b723e13d980d708b37b2a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:58de637f3e6e5e81a1954b602ecf35fb24dc01c92d9b723e13d980d708b37b2a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:58de637f3e6e5e81a1954b602ecf35fb24dc01c92d9b723e13d980d708b37b2a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:da8ad4428510f98b74e4f23fddd762afaeb272a2bd1c77148d9c4f2683b54763_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:da8ad4428510f98b74e4f23fddd762afaeb272a2bd1c77148d9c4f2683b54763_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:da8ad4428510f98b74e4f23fddd762afaeb272a2bd1c77148d9c4f2683b54763_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e4d0e747f55d3f773a63180bc4e4820ee5f17efbd45eb1dac9167fbc7520650e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e4d0e747f55d3f773a63180bc4e4820ee5f17efbd45eb1dac9167fbc7520650e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e4d0e747f55d3f773a63180bc4e4820ee5f17efbd45eb1dac9167fbc7520650e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0d5ead6bea9804224d0fa04208c0c278245c2a80c5881a0c0a7aab67d17c830f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0d5ead6bea9804224d0fa04208c0c278245c2a80c5881a0c0a7aab67d17c830f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0d5ead6bea9804224d0fa04208c0c278245c2a80c5881a0c0a7aab67d17c830f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5abe992def861ec075251ae17bbd66fa23bd05bd3701953c0fdcf68a8d161f1e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5abe992def861ec075251ae17bbd66fa23bd05bd3701953c0fdcf68a8d161f1e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5abe992def861ec075251ae17bbd66fa23bd05bd3701953c0fdcf68a8d161f1e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7f96d44bae01473c9ab16031f7b07a2d22412a290013ca26f6359af073c90c1a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7f96d44bae01473c9ab16031f7b07a2d22412a290013ca26f6359af073c90c1a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7f96d44bae01473c9ab16031f7b07a2d22412a290013ca26f6359af073c90c1a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ddc8c89a4f85c3549945307f1860ad8c8e5baa9d46363ab6cdba0085a1461b9a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ddc8c89a4f85c3549945307f1860ad8c8e5baa9d46363ab6cdba0085a1461b9a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ddc8c89a4f85c3549945307f1860ad8c8e5baa9d46363ab6cdba0085a1461b9a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:31981eccb64a5aaba6f63f2ac4e4cd4c850ce247fc9fc0b82a4818c83aae5d40_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:31981eccb64a5aaba6f63f2ac4e4cd4c850ce247fc9fc0b82a4818c83aae5d40_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:31981eccb64a5aaba6f63f2ac4e4cd4c850ce247fc9fc0b82a4818c83aae5d40_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7cea5b1e66573e1b0ef30aab6202def849867805ddfa35cf4e4a5455ad4defe1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7cea5b1e66573e1b0ef30aab6202def849867805ddfa35cf4e4a5455ad4defe1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7cea5b1e66573e1b0ef30aab6202def849867805ddfa35cf4e4a5455ad4defe1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9266e1b01adedd4027a95dfec6d57e39ea42df85ecf000565b8c6eb45ad05490_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9266e1b01adedd4027a95dfec6d57e39ea42df85ecf000565b8c6eb45ad05490_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9266e1b01adedd4027a95dfec6d57e39ea42df85ecf000565b8c6eb45ad05490_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9899b0f08b1202d149e16f09616ee7b8f37e3cda642386d93a6d3f63d72a316b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9899b0f08b1202d149e16f09616ee7b8f37e3cda642386d93a6d3f63d72a316b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9899b0f08b1202d149e16f09616ee7b8f37e3cda642386d93a6d3f63d72a316b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1b37c527eeeb1d60bd505d612c779f523399916c40418bdd805c60b66e3774f6_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1b37c527eeeb1d60bd505d612c779f523399916c40418bdd805c60b66e3774f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1b37c527eeeb1d60bd505d612c779f523399916c40418bdd805c60b66e3774f6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5a261510ba798b5e5fdfdf452c96d96e411a337da984f3902ebdd3147160a550_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5a261510ba798b5e5fdfdf452c96d96e411a337da984f3902ebdd3147160a550_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5a261510ba798b5e5fdfdf452c96d96e411a337da984f3902ebdd3147160a550_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c860045f496eb011a7dd788508c28be228f796bdf97986b632007fb8fe6b0c49_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c860045f496eb011a7dd788508c28be228f796bdf97986b632007fb8fe6b0c49_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c860045f496eb011a7dd788508c28be228f796bdf97986b632007fb8fe6b0c49_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fca73fd7a3399b95dcc3102a77d81965faacc73e75c162a1e3b1567470444322_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fca73fd7a3399b95dcc3102a77d81965faacc73e75c162a1e3b1567470444322_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fca73fd7a3399b95dcc3102a77d81965faacc73e75c162a1e3b1567470444322_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4d0b15f61491ea50a1edad84f7479cbff8d2331a3ed68eef30df667bf901c334_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4d0b15f61491ea50a1edad84f7479cbff8d2331a3ed68eef30df667bf901c334_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4d0b15f61491ea50a1edad84f7479cbff8d2331a3ed68eef30df667bf901c334_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:86d47b2746de823e60068255722d2c0f1ff9d327b2865071a4f2f1e08b1f4ee9_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:86d47b2746de823e60068255722d2c0f1ff9d327b2865071a4f2f1e08b1f4ee9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:86d47b2746de823e60068255722d2c0f1ff9d327b2865071a4f2f1e08b1f4ee9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:96ce27c20214b8caa64b859e7078fb8325a5e0f88a5dbae182421194f068b7a8_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:96ce27c20214b8caa64b859e7078fb8325a5e0f88a5dbae182421194f068b7a8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:96ce27c20214b8caa64b859e7078fb8325a5e0f88a5dbae182421194f068b7a8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e6817d8ed7a89fed106450662400add9afe9c359860a95a8498fe3d121287511_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e6817d8ed7a89fed106450662400add9afe9c359860a95a8498fe3d121287511_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e6817d8ed7a89fed106450662400add9afe9c359860a95a8498fe3d121287511_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6ddbdd6c170fe946a41c854057c7a7ecd5dc32e8c852a95f02dc9fcb7f0e1b8f_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6ddbdd6c170fe946a41c854057c7a7ecd5dc32e8c852a95f02dc9fcb7f0e1b8f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6ddbdd6c170fe946a41c854057c7a7ecd5dc32e8c852a95f02dc9fcb7f0e1b8f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:725b61c6809ebfbba6be5fdbf5330d671d618203f7928a16efbd89d5c0fbfd0c_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:725b61c6809ebfbba6be5fdbf5330d671d618203f7928a16efbd89d5c0fbfd0c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:725b61c6809ebfbba6be5fdbf5330d671d618203f7928a16efbd89d5c0fbfd0c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a09f8266c30666748e723643797aab1ac8ac1752c881bfd363e9bdcc6d249cbf_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a09f8266c30666748e723643797aab1ac8ac1752c881bfd363e9bdcc6d249cbf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a09f8266c30666748e723643797aab1ac8ac1752c881bfd363e9bdcc6d249cbf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ffa02bd6af0b44d4955aba57f727e13671f503393926be6d8965e31dcfcd6e3c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ffa02bd6af0b44d4955aba57f727e13671f503393926be6d8965e31dcfcd6e3c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ffa02bd6af0b44d4955aba57f727e13671f503393926be6d8965e31dcfcd6e3c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:a5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:a5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:a5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:e40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:e40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:e40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c2a6a8827b1441a27cd6b29cf39c6e6c2192da257a1d38f96cb81b2cc75175d6_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c2a6a8827b1441a27cd6b29cf39c6e6c2192da257a1d38f96cb81b2cc75175d6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c2a6a8827b1441a27cd6b29cf39c6e6c2192da257a1d38f96cb81b2cc75175d6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:d1977054e52a6bc368e4c9dd256c22e1f12c4597503ee6431c7e65e60c670a2b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:d1977054e52a6bc368e4c9dd256c22e1f12c4597503ee6431c7e65e60c670a2b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:d1977054e52a6bc368e4c9dd256c22e1f12c4597503ee6431c7e65e60c670a2b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:a5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:a5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:a5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:e40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:e40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:e40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3fb40f87d68dba42b6064e3f46436649422174bdf900788a4d0068cb5679310c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3fb40f87d68dba42b6064e3f46436649422174bdf900788a4d0068cb5679310c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3fb40f87d68dba42b6064e3f46436649422174bdf900788a4d0068cb5679310c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:08f673ee7702801a2229a13c2ef383556976503890054fbd4f87472aa7a1fab3_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:08f673ee7702801a2229a13c2ef383556976503890054fbd4f87472aa7a1fab3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:08f673ee7702801a2229a13c2ef383556976503890054fbd4f87472aa7a1fab3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:78a661da4ae8a60d61f932cb632bc81255e85ad2c5186d130cce3d8a186c992b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:78a661da4ae8a60d61f932cb632bc81255e85ad2c5186d130cce3d8a186c992b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:78a661da4ae8a60d61f932cb632bc81255e85ad2c5186d130cce3d8a186c992b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a79394247657bf440e71b0ebff47026d760c71b1b03510019b3c519de7253c79_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a79394247657bf440e71b0ebff47026d760c71b1b03510019b3c519de7253c79_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a79394247657bf440e71b0ebff47026d760c71b1b03510019b3c519de7253c79_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:bc47b3d4e3bc5b1b9b8cf11eb1093c3b146255afbae49e3ef7d77cbcaf8d63d3_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:bc47b3d4e3bc5b1b9b8cf11eb1093c3b146255afbae49e3ef7d77cbcaf8d63d3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:bc47b3d4e3bc5b1b9b8cf11eb1093c3b146255afbae49e3ef7d77cbcaf8d63d3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f95cab023a7c77837be0de1481cbf1809fc5e2397f68001ac515d3195b0da1f7_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f95cab023a7c77837be0de1481cbf1809fc5e2397f68001ac515d3195b0da1f7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f95cab023a7c77837be0de1481cbf1809fc5e2397f68001ac515d3195b0da1f7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:059265b72f841516e2152ad96e660e7603aa31d267c0f6f8f7fca3bef4b39ae8_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:059265b72f841516e2152ad96e660e7603aa31d267c0f6f8f7fca3bef4b39ae8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:059265b72f841516e2152ad96e660e7603aa31d267c0f6f8f7fca3bef4b39ae8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:09fecc36f19b8a5e70c3dd56db339dba4f36295297c18ffe9c9d255a824f0ffa_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:09fecc36f19b8a5e70c3dd56db339dba4f36295297c18ffe9c9d255a824f0ffa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:09fecc36f19b8a5e70c3dd56db339dba4f36295297c18ffe9c9d255a824f0ffa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1a69a94e11b71a12847b733e9744b1dc8adb6c93071332f11e9784b8bffc3de7_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1a69a94e11b71a12847b733e9744b1dc8adb6c93071332f11e9784b8bffc3de7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1a69a94e11b71a12847b733e9744b1dc8adb6c93071332f11e9784b8bffc3de7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7db1d32435fe5be23bbadd5b7eec1d1a2cf78c95e97c108315185a2077fddc99_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7db1d32435fe5be23bbadd5b7eec1d1a2cf78c95e97c108315185a2077fddc99_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7db1d32435fe5be23bbadd5b7eec1d1a2cf78c95e97c108315185a2077fddc99_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58068",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2025-08-29T22:00:44.749956+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:013c20bec9284a1bd213d9fb2e2aa65edfba8871c450970bbca43108f6269a6d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0bac6ac13bf085666e1a85a8213e330ff6d6d7a6a7c58be2ec3cc6f66105e450_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0cb7398bbc575c5884f712056e45800b3745a7bf59fd806037e6b2b570e56f6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5ace2dd90b2d621d42620b5a2ed422a13a7454297ffe4b657f7590452517e40_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:0189eea1d0986580e71dff3b97c420bb03f79f04da1ca9e6ffc7853fe5566ad3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:0e9e77044cbb1cae6fbb8e47aa77c3a2e6d4b6d9be38785f0de8ac5f26be537a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3320f623f15049f5c46f8425a14cb45c73e3ab11a704805ec883ad9512732856_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:72d1796407f7e57171e7370384e4352387c1336fe90e9a60538c114507d5baaf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:39468b223f5f49fec77220afae419a582db6a2deea236574f67336e1b0c1a4fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:989d54e19c2723b2c44e81d329dcedcf71c653aebc860be91033e451c9ed49e9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9ce249e1846a5b88c57c11ef546ab5afe643bd3dcf3f6cb8d1da419e3a384114_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ef019ee074174ba0c717abaa0f74a02be884ef835ea227eb0bef6dd7b3a99300_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2a7b0d43a0e93e120dd66cebc89213724feeef9ac07589a8ac0d9236e7f93da7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5f3b17cae5c72991aa39480bf841da51b44c2dc7ecc96b35acec435a39c27ae9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ae9731fa23b96fe0a08e198d4cab6bb4e4b81a006a45b1e68948ffcac4e0bf9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bec97fa6e8a87d3373096caaa844150a98355459705b4785b677d073d3fcf34f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3aa55b454c43ad80dfa5df489a795e0635845b10db18aec4f9a06cc5f869d5da_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6aeed20b8cd24c342bd24a92364c8fce56d1d34797a16be7ab8db9dbf2d7cf0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:777d265e3d5e7586527b8a20a92f52eb5cfda7ac515b2888ddf1d3035a362ea7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff35afc3e927d7e057f1cac789307af2eb12537fe985d5b9e742d8c7bb13a84a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d7123f0209595a6cd05d2db8e0e9d827200e61db15ca589f025fc9b1a59ff2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:740ef97d2a49596d2ce07805fe11b4020814f86fef4f7e8ccb7a3ff78f59e516_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7d9fc03529f56fc4e6b04414b0e10d34f94e71f02e0be2f4510af346e3e5e5f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bc4f78490737eb1d176bc498256ee4f013e723a0f0d4c058e959177c98c2134f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bfc52d6ca96f377d53757dc437ca720e860e3e016d16c084bd5f6f2e337d3a1d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c26ec64c2f5a8aee04c11e8cd29de3e0d9fa323d5eb033b54dadbdce60474e76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cf9e6024e6556ea6514dbe3bf3b1c7bdd44ebcd41c5ebbb2a7bda84c44ffeff1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fa5d2d654927396f846592a80da3c20478265bbe8f3ae4aaf2d8749d9ac2f278_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:7862391b6b069f985d3ba652ff80f29fedce94493a013b8e464e2d7bde964da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:8aa86583ab6d95341bfe038c3f1f21ec621246f6fb9918431f043791f03affab_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:8d4711dc4bd19fb7ba2bc79c47c7afcd6b3d755f73629fd06e984bde0ac78d2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:d66c62cd2681f0ae377049d8bf0aa1b00c6628d930b22a6fef5127b6d17f0af8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0982fcbef4b8f4756279e272a55c64d7c1c4fed39d71417b8639f317289f6d75_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:754659df84a55b4d50e12a60afd3a87cfcb6494bd00166e5d72f2badcf8b4480_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a7f6e95379030524472231044cd0d15a0ef984be9d8d5d5bb92a76e1055076db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:f1a2635943e5969ddff4b70b27cbe9a14b0b178b059a1531a19ec999c893cd51_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4d8512534b3c26665b3a4b895034f7f9855915392086357575ee0d576be6b04a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bf22beadfe9558f781f9e5db81bb33f09b60b867197838c268efa19faa1b372d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d13c9744485594154b03b498b6407b2d47f0817a6a4ebf6807aca1f3bfaa117e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f6dfb5a4bb0d44e481bdac34b18639086b02ae6f88344550d0766c7e3358d9dc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1147a9c8c4f5b5ad8ae728b077cbdcd40fea5db4fbcd3f04dec21fb9af0825c0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8c16f93af3941c3aefc16599859162a45822c5c2fa077df551718792c399ec4e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c1a0aba9ead3a33353dc8a033699dfa4795f4050516677dad6ed4ac664094692_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:dee9cd1a94644a85ffc67d3044d0a6251c6226111ed6f610346a0a1b16459820_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:166ce61b7567f720dda8f264dbd919dc0cd49a8929ee0f046e6d44d989005262_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7676fea92d8e9eda12a8a76c77bcc2bec9d196d04c5bdf8e4e191e637425c763_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:80ad07e0c4a7044c04490646135edbd388db21439d65f5285bbd20fdc9876f03_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:948224448cb28ac8f19094f8701e0eb07e5f185d136905415992196e09007213_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1da02c6f999c95ecb0920f31c0d82344dc9d2572d7f475f42dc42d8a9081dd44_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a7bc3f0d04dbce41099b3baab6afc7e3a71c0ae692bec1189d365093245790a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3a8aca3cfe476df607601608dbd217d64292c5d77bc2220656a1a9a3b6668b2f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:75b9a66b716e2179c8c512339bf5f4996d809c1df4ce7b19213a84bd8e743c2f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:53551d526d431b91c405ea569421560279bcbf0196a2d03b1ef584ad7d80a496_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6bb270e09c96ab51ec55d256a715febe0e6dedc4d5eeaa492987626eca8b32d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:96f0980912b063ef19f816592b2f004837d80d07ca39e9290267c1cb364f3bf6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:dd5951120ca786c6b25e52c3a4004e8e207df7f3f1e78a1c973635af022ee7c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0871b6c16b38a2eda5d1c89fd75079aff0775224307e940557e6fda6ba229f38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3cf3338663b2ac175cb7fbd0d83b6f332b00d6cb683106b7dcbb7b72f91bbbb8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a76d2cd5e2fb20b1a037b8367eba97c33292edddcd92c3f4611347fba34e34e2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:da85d837513755e4f4adb1c51051591bd24c1cbec482bf79956b8fe6a3de725f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7b26569a85b4ef6cadf9670d3472b7c9ab15b109bcda9cb73dcc66e8230df4f4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae9688141370b937a76c44d822a8af2c1e3fcbe326dcf42bde26ff6e989a602f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b01891187defbb444b2849d9a2e3817d86483f010c247b3695a4b91d5b675a9b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd35b01de09fbb4518d75811dfbcfd502f376f43a50ee4ce476d9690dfab63a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4e211caf8c5a933dd82335efdce5e001bdbdcf434e8b5a84834742229fbecd0b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7c9494105d4feeacff779458ecf3cc19b71dead22dd12da207a304d019af2124_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d0468d5af503c22a1bd83fb7ff6d57e299aebc9d9753b8656d463f44bedcf51b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e30865ea7d55b76cb925c7d26c650f0bc70fd9a02d7d59d0fe1a3024426229ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:233b59eac6fca6ccd87ab66f83799a4684116681e840103def6497241e6cfd23_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4475536f349a0f3ae2229c3dde6c46f55a2ab25b710e3856df420c18098e29f4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:99bb975c02929e0bb7b856b3f86bfc06fd10431267e140f63987fa3d697a67bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cd84996894e29d9234883627e1834217384476b6a4f68a2b6d5d961ca6ef3477_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3783056dc81f68219354963ae4e6879d023b988657eef1372f3610fae312b25c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:38914d7c7178586bf4be1f3f116612a0d97e1dee4a88288182ef1b09c574412b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a9f59df0ef23d82f6521ed0d2df4f525b6a22d01f2bf0f570cf6e8032a7b3b14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d589ed11166522b34ef9e63df5f3c76fdda425c9d726b1ffbfafb74b47c08460_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4665e4c56773950fe9da9a8158340f0997544155ded37207a5eadd77dd692743_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5be115966e17263b4d0c18e175019b447e93d9bede06bc87c53b49cd4d22778e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:611c756c064c0163c70bd8f4c72180f308f4fa9eff8b37dc322c229590989c6d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f71086b942e1399a7637de656443023593b70dd12c4667c9d615c5c7920299ca_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:34c0b4f8b1f074db22d5e81e320b1142e073e2d9f25f0dd6c245f647a201fdb2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6ca3338215628042782aee2e3bdd7dabce03b38a03b4bfe1ad6d93a666d3caaf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:941e425284a01b806853e6ea05339b5ce52b56d1aea6cd360cd5a22b7bb7b175_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f0e3f8b45691fb21f582077aa69c5f8c7ea2500d16170d14d7edd8593291dbcb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b8cc4108edfa986930272b15b13a61c9a0041e5ce47d063184ec111fa3ccfc16_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d8674e1b02678e9be89806c59eeef13352138c7b58f45e0fb513b2138484972a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:2551b49a02f96ba3948e7a47456669d03a0c663a44431e4a615ba16f17e41a79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:96a6495fa5423c74755f90b16c9f7f036ad9d392a7cef288d66066714ba1afef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6c3161dc88a50c210bc3d8012bae5b6e5bb70c4d862353ddfbaad1ecb9f05fbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ed6a7048363c48409eed14cb305e8f2437f35f28abce6e7dd7b4bd1ea06aca0a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:08dcdfe78978b0e70e260df4ec206b22f21d7248256e4bbc058b188cd1601d45_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4f99f39e9a6a4fe7fdccbce8a4e6b6517b2f4db3b33b45396dfdb80124c6950b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:00539b70d0ed7bb7fa2c1451b39db3f9a52662e0e1ac7b7d56a9f5b576186c3c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1b27777c55ff94a703b5b86e9bc34f39dae95c998b390874baddb41d1d659208_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:5d11c65fbbaf76c60977d1565b51e9595febe214e14d24043511469f6962ec66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c45d47b1c09d848db11c0e411048b01c10424d13c7ef1763f7ff4114793403a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:0d4054949bf563d74908acb8f7a3473916e84a93c9a7210b901d8b05d17a7513_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8cfd9c3ff35c35ce150c1ff31a83981d432109d241896aa4ccdf3a91dfdecdf4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1cf6e70ee2b92520a08d729488b08d8bf409b9784d6592ae61d7c3b97da4a9e8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:44c2c7882a97658a7c27154afe976cc9a4369c5a168551313ce2530410375570_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9163ea4b3eb96fc7706df4523b999333d0f24dd169a54b2ebc885ba1dd51fccf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a8ba786d108a3b2bb5f2524a4a17be6451f495fdc5cacca0c976c310a55a7005_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a27cc3348f05d178fdc90b4eaf3e884a88371f83d02e84266fdfd6324c8096b9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e35c62a0fcebd639016430efea319a3571be216f11c41d17e6dd7c6c8f3937ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70b0e5be749c3b4f016c82409ba4f2559ea72213665592fded48376efc8ae274_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f54e47721b5c645de6a91fdc65c382f8ffb712b7196070b4f0fa1eadd7afa6a5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:54523efb558477691a414aafd97958098ef05bfd34c2ecf1a576b930bdfaf3fe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cfd9360077ac2629442bad5789a8a51bbf63eeea208ba32187483ddd65a96400_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:46ea425bc4ff842500938163ddf9f23ed4325df9d688fe1484ae3746d60c7b0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fcc8808ed449ee7b0d2656e7efb0f272a41a3cb2e19101055c2f01d1c907fd69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8908c9b768ba4ea4b7e93b53be6d2da856eb38eefc9bf0bc1264241a8280d00c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b8e08fa72d69de68de37285fe05463e5f1e05ea70566b133650d8a6a0dc7fd05_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e00fab27633cab0617be1b520c7a89b38025d222b20bed2f4180dfde1d07497f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fd37b4b03f737e90c179662f90f01c29c2a72afa61ae81cc60e065e26040da35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:19c3bceb1a3e17bbfafd60ea6d16c244590019b2f1cbf91a2cc767fddb74efa4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:203130a848a2e6144934e0005db88a38a6b6f22c5cb6464ffc6a98c1f4ae7ea4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3bf25c89c0d59181fe81a30e33ea1ebec6dec838b2ef99d2c4830c66ddee8a95_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:93156295e2f3a961739c57f6ce7246d22f50f534ba423e9808ffd787bceb33db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b634f3dbaf08fd133813378d67e151d520476705b8f292adeee83687e2768a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6541102984bb49cdefa5b2d494e8ff1b28fab6cc115c555754108f65c7e627f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6dd156dd75638fca33bb1ddfe463a3e54484b8a8c0eb37d0816ee46a90edf237_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a0c61f9d9101a6b192b333d929d42f0430eba249b898afee01823990fff041ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b009966dc7bfe2d53f9ba1c5656576eaba1f81265e8f2edb7a48c2b249bad002_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bdf6a78dd3246d4836a5106991b861efd982fffba6ea2db1e22f42e48c29a509_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d6f6bed7208d2d05d8d93bc0fc47740f970539715c097f6be3a68b37e178ee2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fa889a208ecd0842c823f8482318dafb426c0ba9eaad1c8db889aaa7fbadce44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:07093043bca0089b3c56d9e5331e68f549541e5661e2a39a260aa534dc9528bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a73ebdee6a1620c6e1cb3c80a7b67183a6864a417f8815efb41be4fe004042bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e56f04824f69147ea8bd3c0fc1e6b5c26a38e95c19ee07573ab978e3efe5b495_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ecdf342afcbaa2f13f60c6f931bae5d5e13fe98299f3fb6c8ea9b6364255b403_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7fccb6e19eb4caa16d32f4cf59670c2c741c98b099d1f12368b85aab3f84dc38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:87759327bc6dc5878b47444c17f6653b5363d86c215c63a236a05e308f0cc830_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b56a763a771c2ca53c8a789f42a4a1e05877cacc669bb983ff15d0909e1437a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d5e5b0255d2a5e35ac0a19fd6278f1e996c05eebd350a9795f8da20a90e5a36c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:10f2e02396689588a8c752bda0fc37076608541bc2c7c87bb9ce9934a5322f88_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f3ed134021364ab22aa351e3b8b342b8161961b18b7b073d47417aef21032ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e155421620a4ac28a759265f53059b75308fdd1491caeba6a9a34d2fbeab4954_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ec647a6c6835e970ddd63c5d946dd72cbe91769b14061f11cdb486f9237b6c59_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:125f97f6647ec4cc82854ac0fcb6ea2d98560c53eb5d6f32133b8b69df598f0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1faa2081a881db884a86bdfe33fcb6a6af1d14c3e9ee5c44dfe4b09045684e13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3362c9e73ab0966b6dbfa9f1faa1854feff8e8a93ee884d1984af120b31e3a56_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b42361ada991ef145ed7cfa56a6e2f8849cbb11797c3e84ab798259a9fc50f24_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:102a250fa1868b1b11092bbd44d00bf7a1db231919e20b88897d0b1982576661_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:894367b856ad95beae281a18816b3443021c023121bac74ab345bef75590510a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b695ff422194fd05262480e3bc1af246f9c9212589e7d11f201f799146c8fd4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ad99424448527c960627c241c83012837af97f3687a48b3c1a7791cfcbdf22dd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:047699c5a63593f45e9dd6f9fac0fa636ffc012331ee592891bfb08001bdd963_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:799f9029090c0eb6db1d42616907d4c405b5127a4146f66905366bf275f48e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8826482bbdbf0a2d9f799378c31f6ddcac2b3099f0fa60acd32c0cbe7c19ad49_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b71d2a4314b34bdf4164ebe4796b36ba7c8327b316c064450a9b37521a9b3515_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:04f6bddab40520bae715dd9f3eb94edc601ef093c0ae44c0e35415569671819c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:bd8adea550cbbaf16cb9409b31ec8b997320d247f9f30c80608ac1fbf9c7a07e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c2ee30f4e3ec7b765de66b6b39f7a1ec2dc21ea27c489260953bd3b2bf00d84c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee6768976d5ed042750aa53b3a52dbb61f748522e389d0ce204d957434d76982_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0ae90d63bfd8c5d349436cdde4879b9e9b7688cbda159a8ef0c3035d4fc68468_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:159840e10307764c82bae9b8c564c7094b8f4d85095ada8da8f5226f5b2852b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1f8765166728541c216748bd018bc78b56d4825ab25ea2aff00dc2159657c4f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3c5d5c48ee8cae20835d5289ea89404a35896efa3fa0c9bb1d34938e6fe81c6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1951c5446e7c28e909725dff87d86a8a694d9d0be8d14d3d8381b05a04238cdf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7b8fb1f11df51c131f5be8ddfc1b1c95ac13481f58d2dcd5a465a4a8341c0f49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e03ab066f272792564bbc5417419ae634fe7125c681011e265a7e5a68c7050f2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ed488d09c9a25e1dfbe1ca8c895a561a7b59c5ab7a274d226bb768ff638d1ab9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1401a3d45911840fc38614b90338b6947b8452601d8096549a275257aa46f293_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3cafefaa62e731d480e2385cde5aa56005c228cadcf643af9860bcf4a621367b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:770db9d2d73ae5dcd359747a232cdfe88988439d79af83a68db2d272b2d5d197_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9aaa9fe683383fd292c15d90e565138aab152edc4129977a525cfc53ebd78893_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4299c86832609607cf541210da5b49603a1255ecf1821e55ae83314cef55bd52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:551bf35bbbce1c364d482e9aedd53c597f816517e5bb95192fd8fd5d2e626f88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9adcf85afec4650d314b57f6abf710eb89fe98dad51bc59d5d61482729289dd2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f2b79e7095306e8edd47f3e1d2b20b8150a61b506a46df7095bcca1bddae3b54_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:42eafa4ca6ab084394b60fba7b07184b77b6b342ffae32b6867f058b508e96cd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5c8d88010ecd35afc87692bdd3ae1caa678c6b38361b1ea96b32104b5b13736e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9f2b80358f029728d7f4ce46418bb6859d9ea7365de7b6f97a5f549ed6e77471_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ea4fc147389790709cfee364fc743693c07b86d1a60913c0949ee40dd329e6fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:17afc45022541b052772d999e52f5d548b29aa2c9edee17f51f6c401d2eb155b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:490b30bbec721a4fca03ba67a3c65fe14dd232c3d479879166934d10e2a841c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9cc42212fb15c1f3e6a88acaaa4919c9693be3c6099ea849d28855e231dc9e44_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd4f7240219ca7f98c11cc5d18978e99c4f3a18fb80e43842c7b1aa3741a940c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2431778975829348e271dc9bf123c7a24c81a52537a61414cd17c8436436078b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7ccb01b969567f51f835f0e958e3c515d243b60dfb71e38d34b15de6d05dd994_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b9242e2e5f4671c52e7ce8610ecdfa89f5d3824ac89a9fabedec93ae8d5b60b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f3e3e85941bb1c598f730642e613322099e247fe00c82942bbf61b2c9b7720c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2b2960aeaa71d91adfac978f96718518f3251288f8a0289d298f256207ea99ee_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:47c1d88223ffb35bb36a4d2bde736fb3e45f08e204519387e0e52e3e3dc00cfb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:69be6fa285a84391db513a04b0f8ab74d30b91257a393fc06215f32dc00e4e9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:854cb1ef468d88b88c96d0dad49c25dfdef26a3eade8c26ad966e26febc7358c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:13d06502c0f0a3c73f69bf8d0743718f7cfc46e71f4a12916517ad7e9bff17e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc807112929064290fc27a9cff6fb35c151b21ae8a309316bf0e359eb4ad7c3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e9291f11217f5f346970be6a524fda92069c255a635651989583997b44f3e261_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f442b5091cdf61d59a7bad5673aaa77ccf57930a2b2e94a179007b173d49ed0e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41f9f9437d67a77df14fd73bea9a55dce6a151d3e829d06adf6a4cca0ab0f669_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b959cb65553e3aff316ce884abc7b42e4313ffde89390d8b7755e18c8b019ea7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e1c8b9784a60860a08bd47935f0767b7b7f8f36c5c0adb7623a31b82c01d4c09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f9113e8a252757e26bc6ce434b052147f2cf285afb6071135706d3641df1611e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6dd9324942b3d09b4b9a768f36b47be4e555d947910ee3d115fc5448c95f7399_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1f0d2e5e5f491f0cf9d115ffac8460e76fb2ecfe905adc1ef0e75dbb6dd99ed_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf1e6eaade0b2a65408f666a55c3dd64f81dc366ab82cc9cbbd32d51a6170ec2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fd6ca7c0e9086481be0bd4c407623af4e6d62de01dd16b877556e3b818f7f8af_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3a3da785b1c68c3c0589e429959a1422d45d7d92f0ddf2a1f2914cf6be292e75_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5a0a3f72007c0e3677bb93a9baffc30d82b8fda0d65dc248a8a236a1329408f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cc03f91dbf08df9907c0ebad30c54a7fa92285b19ec4e440ed762b197378a861_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e12059245006f55cab3164481fa778ec1a44846b422aa13cd59e4279a5f9dee1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0386494d2322e8d0e6eec988cb9f57ef3e4e91bb3c8ac091caf18b600a179b39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2969090e51624a2e7f8ef0f17bea3993eb5d647689c6e1cbe0e34547a6ff6eaa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51b8117e12938db60e7a972f90f7cae176b776d3a94e56428ef440c85672dbda_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e3d21c51712e6e0cdd9c776479f6d1ab55bc1085df5bb5f583e69ee192d11fd3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ef02dbe8f97a7f197e447337209d5b9a39b094c452b53e34ddbe35ec9cf67fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9ab8271af1a39ffc70e7d733a87d17b3c92bacaa30f1b684d0d779971ded8ccd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd019260c7aa2018ad976745ab7ff71deb43fe556a8972e5d6553facd5a65a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f01eb0bd0753b888218e4ba3e2e66592744e2c360575fac15d9b6079f2a86e4c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42f9169107d898da6aa80f67edfb98bfade84a34e93521365b4af091ce9f92b7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5c8f4ec08c4ed388b7a78c7e6dab99bdd1a2026418d27a80c8913475c75757c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:af3ed66448314364ba05a0aba0076459ef771630670d6e76e92bb8a83e44a83c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d6a6142fc9210ea156df1bcb747657fe68c57c56c52e73df0daee014ea6d84e3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:82809e1befa215331f9e7f9263ca4c5a9fd86c877a4c79c8691388f5b660b442_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9c784dfa1aa85e05bdffbf6a2dfd72c1ed0ef8f9e3715a37b09ae05b16b01e29_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2410c4183950551a84c4d56849755087c1c873c9a86ffc3f78aeba765584fda_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e8ae0b5bab647ff989f276cead5f360bcb88c813f181d75dc3106eb5dbde0b39_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c9838eeaff91d7f0f3c81d57d11af3a0aa8823ab541100f0c5dce2651200660_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ae8504da2cdde248194b594cb1a6731b04280d6114fb540d2255a223a48fc298_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e6f833f3a19a716a06b1ea6b4787794a690a77c7ab75c130da533aaf9d428c66_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f56d01ef06fe016c748e8c87538dea8e9fcc84856eb116bd3597cc8e042e9f0a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0c381750c8da0904cb0ea8696bd67d063cb9120e54f7988f93165ce951e50007_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3f3e2893565fe6061c78339600a4eaa49d485818f484fcd0ccc8baa010b6d826_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:86ae6b3e4d1152193c692d92616c64a2dc085a0a37a2e4be51843298c08788d3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e391fce0b2e04f22fc089597db9e0671ba7f8b5b3a709151b5f33dd23b262144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1e7ac69aff2f28f6b3cbdb166c7dac7a3490167bcd670cd7057bdde1e1e7684d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:475e358c04d92c10245802b52880219f6b7967505a72855f9bc9b33bd17628cd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d16424fa647e34349fa402ce100cae5f3713b206f69d6cae36a03e5f7eb4e374_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ec80d535377fec7d27cbd23002084ae97b847d8fe6ef8f0ff88c960f9f691446_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0100b616991bd8bca68d583e902283aa4cc0d388046437d5d68407190e3fb041_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0da0ee0d54a1624acd043e066a3819fd7a4bdfe02a73321a91fd100599e64f1f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:69ee831e3ac5dbf239025b14e53dd23e2bc902cbf1cfcb2c5d99f1c228e57efc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c582deb37feeeac0551a5893107c5623b2cf3e97bf178fbc3d6b03c143128ea1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:07e0128e9f7e5c2f1d9d0b04d46240ad064fca7064cf2e7c932ba8542d124ea9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5fbf4751a49a88a89f674e64861e7dcf491cc67cad34719a0bfae8ab0eb100da_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aacc2698d097e25bf26e35393ef3536f7a240880d0a87f46a2b7ea3c13731d1e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fc3647c4d70cf253f4946fae6072af87545056f541c5dbfa9ce6c77734d77ec1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56dffbd86bfae06921432678caf184b335bf2fc6ac7ee128f48aee396d57ea55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:786cb35495e9433cfa8a271849c8bdfea14ca6c54af63d9f49a0dca82603b26d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:98c7b3e48d0d32805e8211cdfb3e653b1ed6b2278793fe89837c04a9f443986c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bd4fb9fc797dc15ba60847c5fcf2dd7e4ff90ec01937c24b4a04531bc307f821_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:068ee68a5aab0ca0650a815f7742cbe8a8410a58a13d10d600017dfad100cbf4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:333e6572029953b4c4676076f0991ee6e5c7d28cbe2887c71b1682f19831d8a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:506186c7c4297973e77ce372fcea0eea0388d5db0e0accba6ddc18d8c7680ca3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb7111dedf68a51d4656f8b837421c40f0833c12084c2e41382932d555238d6c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3084a7cb2734d03cc752b42ea90e7b8830013afa268c84422c514484ef924c69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6dd544a8a6b4d08fe0f4fd076109c09cf181302ab6056ec6b2b89d68a52954c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a8331adecd0a5e43182894a10a71677ddafcf12c12f211e9b7656230c918ab17_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d945852f512d781311dbae8d78e1377a06e8d752deeacc4063bf2b52cbd5baa6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:02a995500ea997486e929548855ee40c68288a4a567cf4112020d0e3b62d10cb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:44aa21f2975c14129581bfdf40e0c2a4138cfe1061946c82257f161065025518_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:664fa1569548d3e75358cc6fa91717249c49ccd909ad09a62ced8b61f3976b5f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f353131d8a1223db7f637c9851016b3a348d80c2b2be663a2db6d01e14ddca88_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:445305216f3ea0977c0f76ee3dd676121f58c29384648a2f64e76e7a1d0ea887_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5d54bd262ca625a326b01ea2bfd33db10a402c05590e6b710b0959712e1bf30b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b95084d4eb2e9c44453f2dc55bf54c25601aa4563bc143e9276d5dff383d65f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb02ec382b9619d25bb892b5afd59efc7d265c7bd7b787e30a976eea7b4f7cd1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0e446723bbab96c4e4662ff058d5eccba72d0c36d26c7b8b3f07183fa49d3ab9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1bdee83651c2e8dcab13f52b03ed670998d481bd3f8f86488760ad04e82bb4e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:9fb3cb70070ad7c4b3f7581156955397d124268423bf14fc1f0bef47f40b7a7f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:cf67c856a6dbe76c9776f26b62a34f6cedcd62e108931f38f1f2ac15d63261c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:43dea861132154bcb2841a604f7946addd7b1e5b0fe7e25538a6c57e759cd4dd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9617d07f9516a6379b20ba8f01065096ed90a9d76afa5ab45e36bbdc03a10c06_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a90d19460fbc705172df7759a3da394930623c6b6974620b79ffa07bab53c51f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5ec54fe646fe2cd114eaab995524f602dbc99aa374b166a18acbec30c871435_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:32d9191bcae0d38dc540060134626a47eeaa8ef456ee09a6c5d3fbcbbd0cd451_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7269d6e83782e3b5a928c728b5d61198b6053071fcfac3b354ff2776c7c5eba2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9621a8349f227a728571af9c11a8ba1e7bc35c372ac794148f132c498e1f170c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:eb6498725b67e95ad35031022a9c4067cc72922dbea9ea5f7173ccdef2e11daf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3e728217c3f8a21a876600b73c72d90e807f83ce8af03ff6a38cc452e5d48e88_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:859e8a6e1cde5c011db2c542f6fcd8d37bac212976581d75953f463d2c280556_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b328cc111673357f61dbfea432f7b93727a4267df63ff41519c7bd95237d3666_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c53133aeea03421274be7731f5b03c5d29143aaf270bfc67134647e1cee3175d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0833a87e886ca5fec2adbc71655d8fbe4fc2925d2fb14a7cd926d4a79d6ba0ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2003997515f3c4a4eedf7e87d4f6c21a57eed9cffa4e1187a8ea6018b1f85fb4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:75f54bd17f252279b031acd3509f06cd2b9d418efe1593eabb282ee2f9147141_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:93559e3a79fdb47a054add7a65cb98c1b8da73a542795b28a85c8c52f954cd95_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1935dc068e6fab6154c9361f30ec34459606ca802b3e32875a59eaad23d45599_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:89b6b1510e189c286c3675d32d57dd18d707d731f3e279213290efef0d6f8065_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:95e7647e6fda21b94b692f03908e4cd154e3374fca0560229c646fefe2c46730_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d81ac0615482c04941f2f4e716cf27f32933ca372dfd9ac1edf2c42772522ac6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:1876adbd1d6444a0f00c04182398800871cf59d26d89a0259bb76d1785ef6354_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8c2c8b9dcf7925622da59ae7281922dd1612dd29a2804e5c40eb52e98970d2c8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c8164cc9e16e8be9ea18be73c9df5041af326ed6b3059faff08f76e568cf4dc2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e3348bcb04f2c9bce001994cb406f11a5970d9e0d15e82e5b6f44a19ca42b135_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3b11193c44bcc8230e338c234196925fe952cb8766ae4634a3d41959cbe6ef9e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8e6e6a997146f438994d1e501e3b51243d6446d054e0b7f57ab8109cb062b380_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c71147789a1399705b03be0ee1e7de89fc403939d36efb56565237e81bee272e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e786e28fbe0b95c4f5723bebc3abde1333b259fd26673716fc5638d88286d8b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4a19cad091787605e99743d52e73e3aaff720bf2f1aea1c889a28589c83ac89a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:63c5c6b0f955717d9ffa8ab20ad9ab58a443d80405c58a4ada0429f6d3d5fbf7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8ea13b0cbfe9be0d3d7ea80d50e512af6a453921a553c7c79b566530142b611b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c5ceac8d09149b2e204846cde81f9e87b6fba38e00c6fabfc9ce043889645a0a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:29331d2c54945440e2715d0246d997ad20ea76b67411d1acbeb3cfbde5b52ee2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4c9bfdc66ceaf66bc9b66d332a5579b412cc560200b82793a37996bd1a828734_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9660025e2bde36358f60d15143e8a3a085ca716f5b73f0e6d3ef65286fb4cb09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d1782d4a16a24063794a5b7f1d511c0c9422d2a946ac65adc9d408b2963e0d7b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8fff7f10461a43a8ecedb83b3620d8b16936f7cbba840f9a5cafccc7102dd805_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a60c6b58097bb0ced1170dd3a6c88bfc2f05e19755bfef3045a227da15b8ac84_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1d69b5b232aae28996c5ed43d2c24234215902905c4694c5ac72c86ac6736b39_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6cbbb8e2f4020c8d006b00901483ebc2968e06f1ce90cb73215724002a29177f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:81113710e0afc2eca536f9dee5f0fb525b42b6a2a1c2b4c8141c409181243ed3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c985206add4f3f2159d9c16a531d2e52bd47b52e3b58cc66c78337eedb9587c5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:22d4e0100d4860ecbfea3a693e1dbee3803da780cc3adbb22c54398c41b9d05e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:27a620542daa309791058a32d9648ef3f4ed7112a52f7d2abe1de32d000a3d9b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4af8180d1e5a1cd9c0800e58ab9d206ed23c0ab8d772e1457d8c7002f5432cd9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c784d65851be8f4a512f82b94d946e36f291e1ca49332ec95db7261ad10b2476_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4120e602b26df6f97b93dd035ccbaf7603419fc1505f53a60b04d7d0cff824ce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:8726f5535666a5212364ad59773e974135b820c6f4210a7be9dabe9d6d5a497d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ab299b63908b76729b260c067f218831ef64c0ad4e0c2c36030ddf0b365048f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b079e71b94cda1fe2bd7415f10c4b6e3431c0aa6780a2965cc563864ecd0bf96_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:17101cb34459bc9b5eb483f12ca09ff2e626b17a8c10529f6ff801d19523b5d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d0a16ac7e433102846b7045d1d7287dab28afce96ca1f057619a24c3437960b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:914c6b5117522525c98560617c07726d91adc1e6336f44e0aea726a3fcb0bfb5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f65258f60d5d17a5cd7536f1aff2d1f352b318e6027e48c826619ce686ea7848_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e45fcda9f48e3dfb88619650d2cf25a3618d65909406c1392daa86a0b0b0906_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:333b5d4296161cecde72dded62e02348b02713cccfbb10a278d0803b58702b28_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8fad98bc4b0cd93f399464f668b82b8881938c1d11a70dd4b66d91a7436f29a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d18454f3b49661c052375ef14c9f6ca31589a61abe2f6d23ec0cbf49288b3685_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:009765215dab7918f6db7e0b89257cb2666f722704728d3f973f751300501f57_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1435a805d3433bd5e3b6141ed30055f8b6350e1c56f9f8b3ba4febdbef794cb4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a6b596bf430dedc60b4a2f53e60063ee69f3211a1d83251104863a80c496dfbf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:af845b43887f34f127025f2d2e2a9c64802fb74548ee670f8ee463de03d2978a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0ef10533c807e985c1c4a79cbc1fcc7f9c4c47f8e9de95394c2eeb11f19406be_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2c0993e0730d5a50177ab1f52d49de59affb5cb085b7e605f92e3e16a2025ed2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a26b20d3ef7b75aeb05acf9be2702f9d478822c43f679ff578811843692b960c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a4d4fbbacf9daea318ea4a8c362c37b8c7756280b4412be9d30e1027db3bd24e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:32d870af6b3321fd3ada475dbf0da4eebbb106bebd4efd2f4bd2d1ed895cee46_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:44598513b21b1758425792227838b0a976b2930fd77deed69bc7e510c7a42bed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e8e05a2406f75c74c21ef32d7b9137cf37af909a838f24bb03478333c184bfa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8729815d028242b26db06f2ff44816d022e0e7eac34b7b8df11d27d938fe057e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1ccf6d7ded0225c9cafb3e448dcdf68543283ca268ee9659e1ef9e5c4e75078a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3391dadcb3627066db6573e2c5169480e3565e62738a36c053ff7cf04436d02c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:45836e9b83eb2557719999a2d656ab65d8c3fc76d1c49e2089554bb00806a613_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8d8553b21651d295a2270514ef06d8a1c2f1847801373bce608ea47a9f343f39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:15ebfdd859de122945f7cf8e41e3b1a6e5e02a463b884e0a3fad2fc583c0f156_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af768b3ba72eb21d29dfca44b62d480ba9a0775a72f46283f0cbfa5a2db0e15b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e45a7281a672f84d53fc76919b0c6371feb68cf1b3ffa17b8f66fc4456e587b5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e70e8d7d2acb6a102c00bcd503ae17b849b0540508560f66c3d00070967fd289_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b64e7605d4b7472503ba03472931529a380460991e9ca7f99346b7f4b5cc802_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:661734a34dc3126e9653ebf1f7408ee2664c3c5d783865ea3b2ebac565bf81cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e90e658a6cea41dbc60c5f505e79505754af4d8e21a4ec8642017cf2fd05edde_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fc2817e5b16d83dac91d1a274fb93521165953e9bdc28f3073b127eacc5a534e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:16778d01948d8ca7522aa9737c8cd049a7cf81185552fda4773d6473e1809629_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:8bed6766df40c0c172611f3e4555cd20db639eb505b2345abed6d5babdcbb5e3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c7e700f4be4f72557608a1eb824d31e525634df235817bae2f7537cef44a1ddc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc9bf05482fc6e6265b99d15af471c07833443e3cf570f98fe9485320a91160f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:003aa53775bd7aa68eb9e6f17b74d0429a7d4b010a18eff475cf04b38e9b493e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4569fa0adbac85f6e0eb3b0fea15b8e54d0c1b47e30d2e4150ebfa1c454af232_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5b5a2718790518f88576a71aa2147861a0d9b18e245ea05d4178ed1a03f60aea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5b9a2e49d40059a937f07610c36d08b25831cb730d339d39fe0092a23484b7e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af52ecd8e68fd1305cc33e00f7191ce0713ec836c503c6da4641c90e0983ae24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d5a544e6e442437c1faacc6fe39c128b2d1b614ee14eddc71d4daec6659fa8b3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:709d1e9db0ff0e4cbae288a26ec649c033b3bef43f967348ba467beacb8bb940_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:83402ec46858a4af6aa942398120e625060d1054b01f0153687878ff1bb7cdd5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f9cac75f10f2d788cbca0d5ee0d86b9cd6306cc4aea3398d4e73d0e0115a06b2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1cd56ff15528043064ca838584925d307a50934c6e6a118fd558c706987c87db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7fdef6711b75be2dda50a98bc28af265c3d0de8a1dfbc263890f08cc5bc027c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9cd09c76f15748683e540f57fb78c18e3997fac265de588558d9523cb01af762_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7b02e0e7863575591c8f061856ec92ae63f93f83c18042b3ba7bce18f3939313_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8a8ff039e8e6da1da63e55150bf9b3d0e7f5bcaf5f14476de279e7e86879306a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e914b65759662d462bacd6f4e9119396c7b328c3d705981ebefa3fa44d528343_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fa17dd6cab9295064cc00b7d7838776910fffe3d6fa0e5f619a43c6db8ada0cd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:39b63894fac4b3593d329f88bafa14872da758417975ac4e519a470004c01cd7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4f9bd383efba6e1bcd94b7a665177d408a9d09ed6abc91b7c1f5096cc9c716d7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b318889972c37662382a2905888bb3f1cfd71a433b6afa3504cc12f3c6fa6eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ddca32f42f27e22361c7285694591b0adfec5e6b22ea5e0714152230de4269f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6299220482f0e3c3f393e5eda761e3fab67e96ddffbf71a7a77408359401533d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d79a89cd2a26411dd32ebe870a3b520a7554e50ff5fc6a6e808c6d066b9a2298_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dd9778efa474673fae38ef8756527a4d8be8b2b9117ed31a2311d7ef6398d38a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f55ce8e190fe51295ba9c603a0b12cec77133cd6197ad453da97ce16c0490a3b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0e8341548fb734f7d830b3e9789f576a1481011da3c69b9a031dd73060ed1d85_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1c671b9965ce8d5d95823765967a24153723d7873c1f9595791a3d5dd87bf616_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:45df9f1e03139df090148d1d135d83dcac69c16a95c7a75451066823e784c796_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f87f4821bacea3fcb8300e1437a70ac8f59871e9f93d137ecc992ba54f4c6ecc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2876144218625eb13968b95d331dd3f71280a7dacbe687b71119a5dff99a47a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e8f36ad2e4bf89a9bb1a66d9760ec91c6ad6702bf799c650454b177cf5e02661_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:23b0e71b138eb4c9e23e073f11974dd0f054d1cb78bc36227497076c0e8c1764_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:2bb5f0a1682720b3071e499962c26d2d4c251f3ea1b8fa251cc3672de8bbc229_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b88e42f7000f64593afa03762f3147c0f9f0cdddd2ad762942ba6ec38198a06_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:be556777383ec5ea2f8f241b4041fe9b4a5d8315f64a39f7381acdf49ba4bb4a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3d1bc6478c932d695a39d9d99a4cef0ed71084e48e30d1cbe2d97fdead890109_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:40e602a3b1bd99d11ffec934c73e4c8e8ddc467fe2bbad87d599f014032517f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d8161c91d731205f8fd61104da764c5157212beb1c15572139df1924dbaf2f7c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:6354e7d162ca21ff645f85b23efdbffec8881b41f636b635d9dd722fb2695fa7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:855da3c26547421a3d19f55e6f6ec3cacc2d89d854a854076e4d02f241ecb6bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:9d81d657fdd5847b3967a328a58f541ec829a890b701937bba6bf190ec884db0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af18c1924bcec23e6ae18a55268803d2a8d1b012152fe3ce225f27833a0cfa73_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:21656ae3e6fcc6356ea9226dedda5a263f7cf26c9cea2f0abcee058b8c742407_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3698e2a155099e47a40d08a6288f6071be4bcf359269e1c0afb136a55d3b9d94_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49b07f0266e0c2c9f60457d6fbf2b9850396a154435fd74752fb130246b3083e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d6ab8803bac3ebada13e90d9dd6208301b981488277cdeb847c25ff8002f5a30_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5cf0b82b3b281feb5bdbf130c292cadc0f958068bb9b199ae343716f1c06538c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:64a63605d152239b2d79517aa8491e55bd000f0a56a1c0ce018f46c91615d6e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6b11cc744de3c1075dfcc6bba210ba8630c1285dc763e29c2ca92e0a6e93877c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6b3f0a2d76bb8d59fa0f80a8ea9a5be31b817f609616357d16299e106136508b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4e48ac2c69b06ec640ad1a030f8f362a04a3e9f56a86d7cdfc1fcb3b5153888c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:85e96028782951f12624e1d9d247b60dda409d9a812dd600809618c45ab2fa1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cc6f78094ef67715b6e53c67909ce27754b45ca8169077269af8705650fbafe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f789fc86f85771671e023e9be500435b1fbcb7aafa009f8c4e6de156ccb97ab3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:03e4d350f807eb47d0c5a0c101db1dad2ccfb6f2ae3471a9c4e1834b469083fe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:35e6839dd0b0c041b9c8b96be0487aea33181c71b05b4f9637411169c9f4199a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a26bac6b099818b6001c8eb82d73918ee017896e9299a189c51ada1000f4fe3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e38c6946a5624a992dc152865350970ca58249cb21df6c944da9968dc41c1109_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3afe0837c149f85cc4342abf22348d1edfd3cab0ee47da44574134b3cc185dbf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:56a3eb27754a136e415cdec3caab804cbbfaa9aaede0fb9fae065bcc1a0196e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7e8dc30740476e4dd332aa0539af3f9bc12bd6aa72c64e75f5e9e0b8d2620b3e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e55a15f93eedbf7b0e13fea4d3ac9b891453f854d5294a891c1b9a848c6ef54f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:280a1d3ebea4063a3ecd076897fc7bfc0f5b994a68f56ca5f61aadc778f1e9c1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6118230d5cbfa3823cca0e7dfafae0385bac42a6263945ae144652bfb9b4ef12_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c488d9cdc38eb475a612aeb32d9f7773e3f872d568edd48b7d5f66b76a2e192e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e244ce4887df2622a242a251028398497d178a3025bf7e186baa71d717d53685_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61909dd359430849c04591218c11cedb8fdf6e4489d0454473810582ce373b1d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:67d1623cf33e4a5ecaa5ec7f1dae3af4e0e0478489b3a628de2062dca1473c7e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7ccd86a40b9f8901dad612623b56cbae1c260160c1d0bd8fbae4ae9e73d21e74_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ebaf06d929ec771d3882b5a8e4ae86816f995d27fa65afcbf29c048a2bb6fc72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:08bf893d824045af0b68cb4898c2cdcd2d7c9a7c0aa1f8edb3a5a39f0ccf036b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2b2051f90781bc62840adb0e5a60951231433e23dc381b2c26156775469683c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:699c950e437c327caffd05eedebe7c6f82f19e899e9e736ab787aecaf9bac072_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:93bf1697031cce06c4e576aa1ba5d8bda7e91b918627ed1d61f8c89a95a111f0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:707500db7f401655e50021f4606293a83292d7dc663772cf30eb96a9ad625bdf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8b33fc26e42a8b4a7b69c94635b01dbd975ff885be7228fd8f86323a592fcecb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9e96b53e74d1b802c2e63544e4689c9d262e9c996902c6e8a7f3ca34b23fdd50_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f2ed46b09f78b1c40eb9e6af9209a4e844095b0c57ce404370ccfbdeceea210e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:240701090a5f8e40d4b88fa200cf63dffb11a8e2eae713cf3c629b016c2823b0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:77a1a98a21cdd445c61af995ea508add1582f8cc8a940887c265e2dc335cf217_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d397c7a96aacea416f5db435c36cc61bd57c85e688a6b63d7a062520104a9de5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e09eaebe629254a4f57e9ac5f83ab709fcd8c934e027a1a43d570205886d6516_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:481ab9bc77d5c211db3596838e7e78d433708d295766223689ff01be60facc42_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7036403b4ab9460482491386c7a920df215fd9a86e9da5034a011eca320e1ca2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a2a6c2aad7bbf903fda4d91b29e2940c5707d533e70b0671194f710472713b8b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a40b41bc3bf8b94d1c45ac663b132301493089c3068e98dc7e0d3915fde9256b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:957899abc8de7f0991851e6895c4530594227825f9c71adcfd359469bbe5188f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:98d2699768903d2e054aef086920f5a14d339a8a23053cb68ec146033b662c10_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a5349be7d33bb9d7d94718e63db975b1bc65c355bebd77269e5bc1f3affa6892_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bbf05fdb021442514d6125cfbeec569b15594d5ca88f996f5c97a13fe58e39a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:af8ad7c28f1cd01b74fcd95eaaf3bf9fa7bbd397ab8d1532f6ed2a46c6ad1abc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f73002387a396d9dfc14afa7ac22c12c4354a1b59b5cfe1700a9b0692a4e2104_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2d2d9f64984ac68b9ea27602982e0c3b95518c46d40e943cff5b3f26995f0d4e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:33270bfb06a8f7cd9d6eae5517f74a53f905b4a59190dab49604b6aa5a670f9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1f98b001245f7eb8d334deb8c40ae02d5d337223a138eb62c2207a76166c48b6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f8b3ec39d4b9a9117b8f79bcae9e7731eb8c49d96c6fffbefbf011323edff57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e3a293358c5e7c8f13153fc98cb5a779e997dd31f497d4deafc4ecfd0f833ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4379021fe63045cc14b52bff805f386a8f2cd6e7dd1f610865952738e1a9ab44_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:75b59dd85933088716cb16850f913a6255ec5bde55c1392f59a5b5f2d11f3f55_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:dacc9761f298bdba26c47083ccba6b6050aab0ca3ad1eacb7cd5c95b1f131cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:dacf9ee50a503485566d7a987f231e04adf176c0852c6302bdf0bc4a0fdac0ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:548a7b07a9187069e2b5cd50f66cb4a56db437495cad6470920a70341cb710b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61ad680342bcad1460f4255c94490aa3e08ec579714e9b7091a2cd48816a7f62_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0c7b43c868b24bc3021b41795db539ce116907fe765922e5606dd82e7ca8cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fa28b66298c8b34f2c7b357b012e663e3954cfc7c85aa1e44651a79aeaf8b2a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a2ac689e121314cc8fb297e64c5e603db1d5916876abbac3815b343e578f96b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8baecd6a4500b2e21b83a699b8bb1d4eb4edb6e2c09970d31a8d9112c2c0230d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9250bc5d881852654c420b833aa018257e927522e9d8e1b74307dd7b4b0bfc42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d963c7c8e408edb21d2d85eee1db0fe4395f46df69dec0664f3f9836c77ea7ed_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31d64e12bd1b486fbff24f932eb90d0991f288ab42fa3729fb686f6fb1a3a12d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:35359eae77d7751386f969f79ffa899d95d4af9ebc73429ff5321c3bdc8b6c67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:68cad1c790fb3b5dd6e4dabae9cd1899552b0f4b5b61451e4f71fca5c5fc75ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd60ed7fd7955cbac6882fa5e0d7e38bc3c06791950867c3ebcd98679e366f06_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3813d16b41b7c5844562faadc6d72e788ad612ecd14218a511e3ac4fbf68b4fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6fede6672fe85cfd09592a8662b18db4e0b4f0794655febbba7190e9e30f475c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:71972d1c403ce0380f8c579da1a6ddf56d5a6aeff7f711fd6f5efcc49dfa01c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:aaa92509b71c898caed43ac2b5d3b3fc44fff333855789eb1d7df15f08e91ea3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:583e1fc8e2153750cb82fb979286fe2b78e937f01a21753556b935737333890a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8312f577bec837b4be7057f728c3a3c265a7edcdcc31133b69335905d537f2be_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bbe162375a11ed3810a1081c30dd400f461f2421d5f1e27d8792048bbd216956_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d35c6ed4b93aef162df955ca750277ecd1d9469b713bb9a511669147a5b46e33_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3678d30cf1504f94fa97afb735317fa7335984133c68a4500d49735f28412312_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:83c7c5507378c169941b9e2452c77f40778adc76e5983fa2ff394056bed5d78f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c626150f07ba75062856d06674f8c419ae002930de38821811236c2445f1c1b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e226d545f885b4380928e9bbbc0804267ec45a85a5028b304f579afdd26f8c3e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8a10e4d7343e563ffe42c9181bbbc9dfd687744c94e125be639026f595e462a3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a53b0253f537d2d04a2665ad24a169f07fe8268ea662cebd3368a2045e586914_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f27fd0404deb58aad573fe174a675889a7fba84fc5cb916ef702c89f1b51c724_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fe683caef773a1963fc13f96afe58892563ea9921db8ac39369e3a9a05ea7181_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:60e6e4080a8c39326a9a09c7e3def79cdbedd3c178dc301609d3d8e67007e0da_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:67d61d27aa46f8c1f49f2f691ebeec6a8465c1506c83e876415fcf6be19c2d77_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e1d93d28a1107734216ecbfac1bdbeb688c21a50fdee28f7a1742013e2c8c129_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f74b7312ebbffb5dfae17070ddcb798440a801a40a6797442779a5fa0b650e9f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:15c5e645edf257a08c061ad9ae7dab4293104a042b8396181d76dd28f396cebe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27978322fa73148af7670efebefad1175166acf9a127ea881149603534034fea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d214c12c98c1c95fff59a40d7529d29db15dfd6e3ee12b32d178888c2992a4b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d4a1f1b3de1606844a597602508eee8024e34e5f2ece04852602b4f0718d5f39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1794986bda8e564f5dcb1bd4b385f8ec43899bdc981cab2f72f6914d02094275_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75b78aa7b834f6ae099b76db9be71ae5391ae79ecba4e6b88dd5777a004d7064_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8797eac9a0a1012640bd8d2a04469760246c27b0ba73a18d7a9027693eedb7d5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:df623c15a78ca969fb8ad134bde911c2047bf82b50244ee8e523763b6587e072_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05f9496cb181c53eb12a46e8f258333f87a54b703412f2f0717e361d4d1e9409_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4ab28f40d1b15cc2ef0ad2f041770ddc69bec7c151ed128e6065dd1c722690e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:858152628388d9e146897a7a373713f74ef204bb937d935995e8721dd3c6140a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98a949efb0c81c5c5968e069c9b6a518b3b6afbaf4e75cae5eb207554b06c2db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c38d58b62290b59d0182b50ce3cfd87fbb7729f3ce6fc06ffa46d9805c7dd78_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b49f8648e81dfa19ba4a05cd0f0f40d67eea325821b3e6bfd7825783955a0f5f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d966d36d2a008aadd39a289ad8eb427350a2940518f800158cbef89414588f9b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ec1e69a505e7c80c680f442000a32ffe9b1af694d810ca5582092ffe6dfac254_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:41fae1a5e5e4a0b5502c3adf571c9b0fc33ee2cfaec493e8153178bc64436d2c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:80531a0fe966e1cc0582c581951b09a7a4e42037c106748c44859110361b2c1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9b3bfe91fc01c7e3dd7f50da66aaf2b879a450901f1c73f84d021e69a5576342_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e38f330016b2e81eca6f69397ad57a5d0348f2d2f2c3522307b35aadf8b5ddb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:525b23eadc757450747d893874b77ec666fe15f329f0ee40e4b04571240c5e1f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5f459bbc953c9460f2166b782dfc3be213709521d5109b52d428a560ad05aa46_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5f83dd9b2d73733b7972a43e3e152614dd4e87926f4bdc7a10a2f292ae771276_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a913cef121c9a6c3ddc57b01fc807bb042e5a903489c05f99e6e2da9e6ec0b98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:7055ad7af6f2763c0f9a1a6ac6f24fa4dc2ba312cc9b0805ae0a06187cecc89a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:a120d08d454a9112a7f31a9da6627e788406726fe1c035bd70c180eda14f37d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:161ad6696b6d7e64bd2fa9ecf35a337e1510361af64ef4f6b8482d1f2c87d864_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9d28e4ba3e1edbd660f9a0fbfe4f0d990fd3e03d9589548acab5416ffbe17e00_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aec827e9517e79a99451685f94adbb7a4ad776367652958ca004075fd982d69e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf24751d6b6d66fcfc26aa8e0f94a4248a3edab6dbfe3fe9651a90b6b4d92192_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:78da28b1bb83150be79dce517585380c81a778f59489052aaa3ac0a71506a052_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:88b0549c1ff942159d48cb2da2681cd727d3b4e9b18964a7a7fc5cc51890ecf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8c4c2f467bab09a9b40d1ecf1c8723ff9544eb8903918c6dd3cfb0060cd5da82_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ca12eb74b51e1d5205a322884b88c8efd900ea567d8585eb655df8060a72a7ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0b4672982b3ab346f6a22832e4bc73e8f5a2e42dd7673266c3c9a7dc563e5167_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2969828f1fcae82b7ef16d3588046ace3cf51b9ea578658c42475386e0ee1fc7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:58c5b3a8ca2791474b4a92c43090bd44085e08e1a9dd8c65b3436a910be41a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:aa005faff536d4390dffec3bc457a4f20010f70a17411d185b2c1c6c97b663d7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3bb3c46533b24f1a6a6669117dc888ed8f0c7ae56b34068a4ff2052335e34c4e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4f9a68a87323bb2263ed303e3fde605101d955c86c4476baacb43a8c9b74a47c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8bc73e26c8f8fd634a32c3faabd2d87385947f74ec3907189760c565e91e7519_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c0abc19c0d20438799cd30ca25a5c3459f1be7cec680d64fe1db22087a20688b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1840c1e925794e4f05dc6fdb3fa9b660c16d3a96e4a5299b427ca19bcdc3e7ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2238d41551f6e4f6e5b6f9e1d718b7bb2a7205e188ab54de967a794a6d270f05_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ae30b3ab740f21c451d0272bceacb99fa34d22bbf2ea22f1e1e18230a156104b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bd2933bc337a590b443394a8e0e46be3b6ffdcfd006344534281f0520fe2facc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5043634a40e7f9d541c57c28ae82902ccc4a906d4e056c36f55322e6bad59705_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:71360db1f3a4ad29ea21c8fc43a5ace3c714908e9db2fcd24b399cb7086ac311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b41a8ae60c0eafa4a13e6dcd0e79ba63b0d7bd2bdc28aaed434b3bef98a5dc95_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e224a02ca283984387d514861d34711f5fe9146a33f1aa4ad9f9158260e226a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5137d9c1d64fb22e3b2562c5eb2ebbda136ba77ffccc6b9f401ff7e0dbd7ac52_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ae4b76786960056dea05371c3148d40f624bfd4ca4e314d83c330fc5d4dc9f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7e61ea6fa0abe887217ee126701d71f7f4307c46225f8592d5cd1dffe62428ec_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f122c11c2f6a10ca150b136f7291d2e135b3a182d67809aa49727da289787cee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f08586dd67c2d3d21053a044138f1bbedceb0847f1af8c3aa76127d86135a58_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6ade6ae0f25bbd0118a7530d4447b9ed17058e4f9daa871a226125ef5ced3192_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9f4ebe4007be3988112fb00dc8f711930f3ffa1cc9bb60aafb9842694b7ad04d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a944b6da606cd0a5845f9cdd307445b8baa6343078c1698e9dd48d5d30df6260_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:770e169283c6dc690b2e5ad6560c43ace5897760f45ba4e0cbf006a75def23b1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b61ee2b7a6814324bdf1fbf6c5c72b994b9b0069a85e1f92a0cc9fc2633bd93_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a000b455663f871d2c08877974c63f3d0a3f494a44bffe0b143301d97a2bcd4a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f59a52f0304427bf2b814e616bc0675dbf800d94fbb7107026d976a5c77bd6ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518db4df4846950212845f7b1a78803ca297a5fdce2d1e09a3ca0d9b48f039b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4040654f77bc137b99afdd6aabdd47a314bdbe1794f931ec2dc9b7d2337111ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e503dc23e8e6a2988adc1a8e109401358217ca17ac8ac523bfd669e5a3504055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f1fc49b7b09dfd1ed67cbec6138650de4e29228b2cd16d1bf94a6d305122962e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1267a95b647ac530955099ac9bf8a2510e1b151628992e71b502a10ffd79c37b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39516d2dafdcde7dba1a531b909c6495d54d5e44bccf8c3fbdbecde8ae689201_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:69ad8c7b14b26b771bd20dd9a6d3eef52a3c5954b94becd42c1d1f2cdd1f9bb8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4b691a98453ddf2c1dd80a6e7f8f557474f358a6270a6b4bfa676b7cff5e39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c0bbfb74cc437ec2fb4bf9353b8caec1c941939bf38991bef916b2fb156cb70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:96c7847d759b62b52ca65856bbe6d1c25e49f9ee9333d2364b2a5f8bc69c46b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ca88f406b57deca5600c7753cc0d64279a4e9b030b0081b85eeb87a93a8dc5a4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:db209a1b80ab7b1e6183361f0fb98147afb983607906c30f82027d3bd0251d76_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dfc75b5189f731217fbe7068ad92322052693a962fe798bf0a5f1a67fb38c899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e442a9e8be5d749d694409c6588126eae0938deb8ba7ee9ad201cd56a600bd11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eb3ab7be1af1e0118f4dc015d4091b7587b3515c5b970495b60b407ce8acae63_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ffa7ba153e3b857d714843fab966cf5fa4789f000aa7044562dc37647962738f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2f29c6007abb7084880e408947a9c8ed602603bf0e766e076adf700979cd40d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7d8e3e51ce3be568a9fe7a145d443e9223bd161cae7ecff0c2ffd2a9fb40d837_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cc51710a07f6a46a72c7802009f13f26aa351caaa4adaebc0d4983c3601e8a2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2c600e3161e493dad43a984808f70b880d37964e3eac08c1bc00a297d23ba1c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4253559bc4e21c1177de09c223d9304a80438fa2f38c39e720e17e1b993cb746_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a95180c5a4d2713fcdb002fb2879c9df206d1b05e5ba1379189c8ca4825b7866_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ad0eb0b006e9297f5bc0f907f18e2227a7ca646710c6831c1439799cc97b8b20_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dab7a82d88f90f1ef4ac307b16132d4d573a4fa9080acc3272ca084613bd902a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31e1e6592359d6a681a2575484ae93896983eb644a94e27d2eebeb579880c7f6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7a6675a0c03a88df6a0737032529308d1f3ba950221e5041084189a6fe95f22e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9e23fb1c99e6496bde42a13dfe236b060662b908ea30ee8d45c99c5ae447c493_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aca57c8abaa83b2d1dce95fa7fe5b9416be70e100957ce48f212e2ec404387bc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:18bf4a07ec975ed90d11a29f4ef82d75d68db396ded31c8317300699eca7ad90_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3e68d4ea67cb9c838d6730a1039ea23b875a8ecbab2b4d76375d6df245339e41_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0ab8409b78d9ea94b865fc9ba95bd36bdf1d648ec7ce6cc179226b28fe901d7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ce0723f310f2351f67d486c97f7ce8ec8585dd6e9c7e3e86f62f5424e16723d5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:04f4d72f5b89a5f05142f1759f85a3a185cb30fcf3b4677285a76a67c08db690_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e5b6b8ee694f3fd3cb9494b50110abbf01839036c632aece1719d091d844fec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1cbd36f2d83a55cb00336de1e56e111dfba439b4d864dbe4554614c6a0fd13b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:fdc51db9f37982f80027e97083225e40df86cfd7581f4231f6d6ab1567569c2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:08d8cc1fa836edc87c3ed701c7af174ddb9dc72b4d57a13cb245275a333454c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1593b6aac7bb18c1bbb5d41693e8b8c7f0c0410fcc09e15de52d8bd53e356541_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d3c3f32d31a6175193ccb470f72186c6b0e17375de54e4cec66207f42bad0ab0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e8bd0323ef70a1304aba2dc54cbf26b72a24e8c064a9f3d4806827a1e414e252_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7d7e306ec16e50a8b5b527a78fdb62e8583866c2c0cf91b3befc8646e51deaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ce32ae8e1e42da3e4e2440a721704db7039e66b8c1fdaebaa42cf8706f43d9e1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:288324251d8152a4370b64afc0626097649087d8cf38be8ac0dc8cd02fbd291c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:83710056331ab52acd9dcb899d247c863c1728ca2730ddb4fd69de5d8cbb8709_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:9ce51f750a68023df9323fd15a7eaeb1472e9b8701c7ef413869d3febbb73459_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a610e82e2f124e3a5daeb2d2c1fb056e2c7bfac89afe8556431888339b9ba0d8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3dd74e170726d29f6fe0508c03f7410598d8fd7d37b6e60a76376953ccd8de55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ff84e7b914e4318aca775db8601d5b04ed6eb240d4d116f6505e04cb947c4a3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0d482c0690409199b30cdc163256b0e0990ac4b813823692f90c604c59d6835d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:abf98e8b78df5cf21c9da051db2827b8c9081cf3ea201bf9017a5d9548dbc73e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e52cd61f4e17bcd141c936fbcd3af6cfe1ce310278f3fee66b55cd155eb966a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ef489ba496eb6f6e25acc7977ec8c21b5aff7a834ec28b29b104f83b7608eafc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0f3441a346aaba5b0eb37cfce2eab3af4eadf1a8e13a71ff976d18f32559435d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2247f41471839daf79124e6b185f25504a1ecabe7083fd2f071c4dd89db77a19_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2265090801a065c68ae424911c1619ae9be65eca3d16e984c1596cbfdf6ec379_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f22dd40cd10354e3512d2065a8dd8c9dcb995ea487c0f661f172c527509123fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:41a68d7d56728c92023a9ef71acb311c1b7c961c0d4b90ff3f0e33fd7afa8b17_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b48949ab94de75cc88f783d9255abcb589fef9e84366e77e13345391ab903a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52ba78768a24efe94f7f95fe5bdd3c6156919979d5882682e06ae4a8a8d3fb4a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ab1dfcb2a4e53dbb3cdc653c7f3f0f03bdce8487d43cc6626c75f8495bfbd71_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4602b62da727470a62e3aad71502b0495d6f809f4e4a1903980e7c99d8a411bc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:98ae20e6655d2d48c0b807763171b7e88b17d5887e43194e19b92078cbc7db84_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a64a70eb2fef4095ba241021e37c52034c067c57121d6c588f8c7fd3dc24b55f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a9f2b0a20a84bb8597c27bec675309451044172db89e0907542892d3974fa0b8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:99ad83497ea12819957ccba33c807c6e4c5297621db568e5635202cb9cc69f8f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bc0f0a94b11a840b808eb9ddfa9e7e91885f8fa5212c6436fda9a7e3b633b111_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e3b1e6ffc8764fc92f07b3c1069889d20524d2aca0c4f9e124d0290cf322f4b5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f86b12d1cbbeb92f39074e67841709b7948a8a78dcae47e49008faeaf4245fcb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:19c3c8392b72ccf9a518d1d60fab0fd1e58a05b544caa79eb11bb68f00981d9d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64d80730aa52ceef2cfcdc0c414b5108832fe23134c09fc52998becdc48aa7b8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d7ff281aaf92d1eae3e78e7505dbd192f728b591c0af391ac2bf4b7b82f2ff24_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dc361b3ec23619c49e53fbab4f36bcdf66d791ef5926025d4fcdf448e378e404_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:513feed9bdea8c02802d16c35863d47a1f20c3e8562d6a2a179a47e844749666_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:58de637f3e6e5e81a1954b602ecf35fb24dc01c92d9b723e13d980d708b37b2a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:da8ad4428510f98b74e4f23fddd762afaeb272a2bd1c77148d9c4f2683b54763_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e4d0e747f55d3f773a63180bc4e4820ee5f17efbd45eb1dac9167fbc7520650e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0d5ead6bea9804224d0fa04208c0c278245c2a80c5881a0c0a7aab67d17c830f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5abe992def861ec075251ae17bbd66fa23bd05bd3701953c0fdcf68a8d161f1e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7f96d44bae01473c9ab16031f7b07a2d22412a290013ca26f6359af073c90c1a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ddc8c89a4f85c3549945307f1860ad8c8e5baa9d46363ab6cdba0085a1461b9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:31981eccb64a5aaba6f63f2ac4e4cd4c850ce247fc9fc0b82a4818c83aae5d40_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7cea5b1e66573e1b0ef30aab6202def849867805ddfa35cf4e4a5455ad4defe1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9266e1b01adedd4027a95dfec6d57e39ea42df85ecf000565b8c6eb45ad05490_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9899b0f08b1202d149e16f09616ee7b8f37e3cda642386d93a6d3f63d72a316b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1b37c527eeeb1d60bd505d612c779f523399916c40418bdd805c60b66e3774f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5a261510ba798b5e5fdfdf452c96d96e411a337da984f3902ebdd3147160a550_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c860045f496eb011a7dd788508c28be228f796bdf97986b632007fb8fe6b0c49_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fca73fd7a3399b95dcc3102a77d81965faacc73e75c162a1e3b1567470444322_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4d0b15f61491ea50a1edad84f7479cbff8d2331a3ed68eef30df667bf901c334_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:86d47b2746de823e60068255722d2c0f1ff9d327b2865071a4f2f1e08b1f4ee9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:96ce27c20214b8caa64b859e7078fb8325a5e0f88a5dbae182421194f068b7a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e6817d8ed7a89fed106450662400add9afe9c359860a95a8498fe3d121287511_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6ddbdd6c170fe946a41c854057c7a7ecd5dc32e8c852a95f02dc9fcb7f0e1b8f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:725b61c6809ebfbba6be5fdbf5330d671d618203f7928a16efbd89d5c0fbfd0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a09f8266c30666748e723643797aab1ac8ac1752c881bfd363e9bdcc6d249cbf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ffa02bd6af0b44d4955aba57f727e13671f503393926be6d8965e31dcfcd6e3c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:a5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:e40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c2a6a8827b1441a27cd6b29cf39c6e6c2192da257a1d38f96cb81b2cc75175d6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:d1977054e52a6bc368e4c9dd256c22e1f12c4597503ee6431c7e65e60c670a2b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:a5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:e40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3fb40f87d68dba42b6064e3f46436649422174bdf900788a4d0068cb5679310c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:08f673ee7702801a2229a13c2ef383556976503890054fbd4f87472aa7a1fab3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:78a661da4ae8a60d61f932cb632bc81255e85ad2c5186d130cce3d8a186c992b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a79394247657bf440e71b0ebff47026d760c71b1b03510019b3c519de7253c79_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:bc47b3d4e3bc5b1b9b8cf11eb1093c3b146255afbae49e3ef7d77cbcaf8d63d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f95cab023a7c77837be0de1481cbf1809fc5e2397f68001ac515d3195b0da1f7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:059265b72f841516e2152ad96e660e7603aa31d267c0f6f8f7fca3bef4b39ae8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:09fecc36f19b8a5e70c3dd56db339dba4f36295297c18ffe9c9d255a824f0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1a69a94e11b71a12847b733e9744b1dc8adb6c93071332f11e9784b8bffc3de7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7db1d32435fe5be23bbadd5b7eec1d1a2cf78c95e97c108315185a2077fddc99_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2391958"
}
],
"notes": [
{
"category": "description",
"text": "A request smuggling flaw was found in the Eventlet PyPI library. The Eventlet WSGI parser is vulnerable to HTTP Request Smuggling due to improper handling of HTTP trailer sections. This vulnerability allows attackers to bypass front-end security controls, launch targeted attacks against active site users, and poison web caches.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-eventlet: Eventlet HTTP request smuggling",
"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.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5969111957d6c24152ebd937962733d7ee93fcbc52c6b0a56963b5a1c9dc0d15_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:644b47ae9a62b57f0766f45f2b305bab7e5f5dd5de65d95178ea29a83adbcf86_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9232c8af8e0ba7a15fabd923feef6dc1d3f7e2a740ef0c277009f348cc0accb4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c4db69fb2ea840583ad3b474521c3877416d9703c9f975b41ad91a70aec580f0_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:013c20bec9284a1bd213d9fb2e2aa65edfba8871c450970bbca43108f6269a6d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0bac6ac13bf085666e1a85a8213e330ff6d6d7a6a7c58be2ec3cc6f66105e450_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0cb7398bbc575c5884f712056e45800b3745a7bf59fd806037e6b2b570e56f6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5ace2dd90b2d621d42620b5a2ed422a13a7454297ffe4b657f7590452517e40_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:0189eea1d0986580e71dff3b97c420bb03f79f04da1ca9e6ffc7853fe5566ad3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:0e9e77044cbb1cae6fbb8e47aa77c3a2e6d4b6d9be38785f0de8ac5f26be537a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3320f623f15049f5c46f8425a14cb45c73e3ab11a704805ec883ad9512732856_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:72d1796407f7e57171e7370384e4352387c1336fe90e9a60538c114507d5baaf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:39468b223f5f49fec77220afae419a582db6a2deea236574f67336e1b0c1a4fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:989d54e19c2723b2c44e81d329dcedcf71c653aebc860be91033e451c9ed49e9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9ce249e1846a5b88c57c11ef546ab5afe643bd3dcf3f6cb8d1da419e3a384114_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ef019ee074174ba0c717abaa0f74a02be884ef835ea227eb0bef6dd7b3a99300_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2a7b0d43a0e93e120dd66cebc89213724feeef9ac07589a8ac0d9236e7f93da7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5f3b17cae5c72991aa39480bf841da51b44c2dc7ecc96b35acec435a39c27ae9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ae9731fa23b96fe0a08e198d4cab6bb4e4b81a006a45b1e68948ffcac4e0bf9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bec97fa6e8a87d3373096caaa844150a98355459705b4785b677d073d3fcf34f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3aa55b454c43ad80dfa5df489a795e0635845b10db18aec4f9a06cc5f869d5da_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6aeed20b8cd24c342bd24a92364c8fce56d1d34797a16be7ab8db9dbf2d7cf0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:777d265e3d5e7586527b8a20a92f52eb5cfda7ac515b2888ddf1d3035a362ea7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff35afc3e927d7e057f1cac789307af2eb12537fe985d5b9e742d8c7bb13a84a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d7123f0209595a6cd05d2db8e0e9d827200e61db15ca589f025fc9b1a59ff2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:740ef97d2a49596d2ce07805fe11b4020814f86fef4f7e8ccb7a3ff78f59e516_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7d9fc03529f56fc4e6b04414b0e10d34f94e71f02e0be2f4510af346e3e5e5f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bc4f78490737eb1d176bc498256ee4f013e723a0f0d4c058e959177c98c2134f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bfc52d6ca96f377d53757dc437ca720e860e3e016d16c084bd5f6f2e337d3a1d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c26ec64c2f5a8aee04c11e8cd29de3e0d9fa323d5eb033b54dadbdce60474e76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cf9e6024e6556ea6514dbe3bf3b1c7bdd44ebcd41c5ebbb2a7bda84c44ffeff1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fa5d2d654927396f846592a80da3c20478265bbe8f3ae4aaf2d8749d9ac2f278_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:7862391b6b069f985d3ba652ff80f29fedce94493a013b8e464e2d7bde964da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:8aa86583ab6d95341bfe038c3f1f21ec621246f6fb9918431f043791f03affab_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:8d4711dc4bd19fb7ba2bc79c47c7afcd6b3d755f73629fd06e984bde0ac78d2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:d66c62cd2681f0ae377049d8bf0aa1b00c6628d930b22a6fef5127b6d17f0af8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0982fcbef4b8f4756279e272a55c64d7c1c4fed39d71417b8639f317289f6d75_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:754659df84a55b4d50e12a60afd3a87cfcb6494bd00166e5d72f2badcf8b4480_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a7f6e95379030524472231044cd0d15a0ef984be9d8d5d5bb92a76e1055076db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:f1a2635943e5969ddff4b70b27cbe9a14b0b178b059a1531a19ec999c893cd51_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4d8512534b3c26665b3a4b895034f7f9855915392086357575ee0d576be6b04a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bf22beadfe9558f781f9e5db81bb33f09b60b867197838c268efa19faa1b372d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d13c9744485594154b03b498b6407b2d47f0817a6a4ebf6807aca1f3bfaa117e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f6dfb5a4bb0d44e481bdac34b18639086b02ae6f88344550d0766c7e3358d9dc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1147a9c8c4f5b5ad8ae728b077cbdcd40fea5db4fbcd3f04dec21fb9af0825c0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8c16f93af3941c3aefc16599859162a45822c5c2fa077df551718792c399ec4e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c1a0aba9ead3a33353dc8a033699dfa4795f4050516677dad6ed4ac664094692_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:dee9cd1a94644a85ffc67d3044d0a6251c6226111ed6f610346a0a1b16459820_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:166ce61b7567f720dda8f264dbd919dc0cd49a8929ee0f046e6d44d989005262_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7676fea92d8e9eda12a8a76c77bcc2bec9d196d04c5bdf8e4e191e637425c763_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:80ad07e0c4a7044c04490646135edbd388db21439d65f5285bbd20fdc9876f03_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:948224448cb28ac8f19094f8701e0eb07e5f185d136905415992196e09007213_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1da02c6f999c95ecb0920f31c0d82344dc9d2572d7f475f42dc42d8a9081dd44_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a7bc3f0d04dbce41099b3baab6afc7e3a71c0ae692bec1189d365093245790a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3a8aca3cfe476df607601608dbd217d64292c5d77bc2220656a1a9a3b6668b2f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:75b9a66b716e2179c8c512339bf5f4996d809c1df4ce7b19213a84bd8e743c2f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:53551d526d431b91c405ea569421560279bcbf0196a2d03b1ef584ad7d80a496_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6bb270e09c96ab51ec55d256a715febe0e6dedc4d5eeaa492987626eca8b32d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:96f0980912b063ef19f816592b2f004837d80d07ca39e9290267c1cb364f3bf6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:dd5951120ca786c6b25e52c3a4004e8e207df7f3f1e78a1c973635af022ee7c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0871b6c16b38a2eda5d1c89fd75079aff0775224307e940557e6fda6ba229f38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3cf3338663b2ac175cb7fbd0d83b6f332b00d6cb683106b7dcbb7b72f91bbbb8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a76d2cd5e2fb20b1a037b8367eba97c33292edddcd92c3f4611347fba34e34e2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:da85d837513755e4f4adb1c51051591bd24c1cbec482bf79956b8fe6a3de725f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7b26569a85b4ef6cadf9670d3472b7c9ab15b109bcda9cb73dcc66e8230df4f4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae9688141370b937a76c44d822a8af2c1e3fcbe326dcf42bde26ff6e989a602f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b01891187defbb444b2849d9a2e3817d86483f010c247b3695a4b91d5b675a9b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd35b01de09fbb4518d75811dfbcfd502f376f43a50ee4ce476d9690dfab63a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4e211caf8c5a933dd82335efdce5e001bdbdcf434e8b5a84834742229fbecd0b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7c9494105d4feeacff779458ecf3cc19b71dead22dd12da207a304d019af2124_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d0468d5af503c22a1bd83fb7ff6d57e299aebc9d9753b8656d463f44bedcf51b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e30865ea7d55b76cb925c7d26c650f0bc70fd9a02d7d59d0fe1a3024426229ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:233b59eac6fca6ccd87ab66f83799a4684116681e840103def6497241e6cfd23_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4475536f349a0f3ae2229c3dde6c46f55a2ab25b710e3856df420c18098e29f4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:99bb975c02929e0bb7b856b3f86bfc06fd10431267e140f63987fa3d697a67bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cd84996894e29d9234883627e1834217384476b6a4f68a2b6d5d961ca6ef3477_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3783056dc81f68219354963ae4e6879d023b988657eef1372f3610fae312b25c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:38914d7c7178586bf4be1f3f116612a0d97e1dee4a88288182ef1b09c574412b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a9f59df0ef23d82f6521ed0d2df4f525b6a22d01f2bf0f570cf6e8032a7b3b14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d589ed11166522b34ef9e63df5f3c76fdda425c9d726b1ffbfafb74b47c08460_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4665e4c56773950fe9da9a8158340f0997544155ded37207a5eadd77dd692743_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5be115966e17263b4d0c18e175019b447e93d9bede06bc87c53b49cd4d22778e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:611c756c064c0163c70bd8f4c72180f308f4fa9eff8b37dc322c229590989c6d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f71086b942e1399a7637de656443023593b70dd12c4667c9d615c5c7920299ca_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:34c0b4f8b1f074db22d5e81e320b1142e073e2d9f25f0dd6c245f647a201fdb2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6ca3338215628042782aee2e3bdd7dabce03b38a03b4bfe1ad6d93a666d3caaf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:941e425284a01b806853e6ea05339b5ce52b56d1aea6cd360cd5a22b7bb7b175_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f0e3f8b45691fb21f582077aa69c5f8c7ea2500d16170d14d7edd8593291dbcb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b8cc4108edfa986930272b15b13a61c9a0041e5ce47d063184ec111fa3ccfc16_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d8674e1b02678e9be89806c59eeef13352138c7b58f45e0fb513b2138484972a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:2551b49a02f96ba3948e7a47456669d03a0c663a44431e4a615ba16f17e41a79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:96a6495fa5423c74755f90b16c9f7f036ad9d392a7cef288d66066714ba1afef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6c3161dc88a50c210bc3d8012bae5b6e5bb70c4d862353ddfbaad1ecb9f05fbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ed6a7048363c48409eed14cb305e8f2437f35f28abce6e7dd7b4bd1ea06aca0a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:08dcdfe78978b0e70e260df4ec206b22f21d7248256e4bbc058b188cd1601d45_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4f99f39e9a6a4fe7fdccbce8a4e6b6517b2f4db3b33b45396dfdb80124c6950b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:00539b70d0ed7bb7fa2c1451b39db3f9a52662e0e1ac7b7d56a9f5b576186c3c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1b27777c55ff94a703b5b86e9bc34f39dae95c998b390874baddb41d1d659208_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:5d11c65fbbaf76c60977d1565b51e9595febe214e14d24043511469f6962ec66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c45d47b1c09d848db11c0e411048b01c10424d13c7ef1763f7ff4114793403a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:0d4054949bf563d74908acb8f7a3473916e84a93c9a7210b901d8b05d17a7513_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8cfd9c3ff35c35ce150c1ff31a83981d432109d241896aa4ccdf3a91dfdecdf4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1cf6e70ee2b92520a08d729488b08d8bf409b9784d6592ae61d7c3b97da4a9e8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:44c2c7882a97658a7c27154afe976cc9a4369c5a168551313ce2530410375570_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9163ea4b3eb96fc7706df4523b999333d0f24dd169a54b2ebc885ba1dd51fccf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a8ba786d108a3b2bb5f2524a4a17be6451f495fdc5cacca0c976c310a55a7005_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a27cc3348f05d178fdc90b4eaf3e884a88371f83d02e84266fdfd6324c8096b9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e35c62a0fcebd639016430efea319a3571be216f11c41d17e6dd7c6c8f3937ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70b0e5be749c3b4f016c82409ba4f2559ea72213665592fded48376efc8ae274_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f54e47721b5c645de6a91fdc65c382f8ffb712b7196070b4f0fa1eadd7afa6a5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:54523efb558477691a414aafd97958098ef05bfd34c2ecf1a576b930bdfaf3fe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cfd9360077ac2629442bad5789a8a51bbf63eeea208ba32187483ddd65a96400_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:46ea425bc4ff842500938163ddf9f23ed4325df9d688fe1484ae3746d60c7b0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fcc8808ed449ee7b0d2656e7efb0f272a41a3cb2e19101055c2f01d1c907fd69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8908c9b768ba4ea4b7e93b53be6d2da856eb38eefc9bf0bc1264241a8280d00c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b8e08fa72d69de68de37285fe05463e5f1e05ea70566b133650d8a6a0dc7fd05_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e00fab27633cab0617be1b520c7a89b38025d222b20bed2f4180dfde1d07497f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fd37b4b03f737e90c179662f90f01c29c2a72afa61ae81cc60e065e26040da35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:19c3bceb1a3e17bbfafd60ea6d16c244590019b2f1cbf91a2cc767fddb74efa4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:203130a848a2e6144934e0005db88a38a6b6f22c5cb6464ffc6a98c1f4ae7ea4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3bf25c89c0d59181fe81a30e33ea1ebec6dec838b2ef99d2c4830c66ddee8a95_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:93156295e2f3a961739c57f6ce7246d22f50f534ba423e9808ffd787bceb33db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b634f3dbaf08fd133813378d67e151d520476705b8f292adeee83687e2768a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6541102984bb49cdefa5b2d494e8ff1b28fab6cc115c555754108f65c7e627f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6dd156dd75638fca33bb1ddfe463a3e54484b8a8c0eb37d0816ee46a90edf237_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a0c61f9d9101a6b192b333d929d42f0430eba249b898afee01823990fff041ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b009966dc7bfe2d53f9ba1c5656576eaba1f81265e8f2edb7a48c2b249bad002_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bdf6a78dd3246d4836a5106991b861efd982fffba6ea2db1e22f42e48c29a509_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d6f6bed7208d2d05d8d93bc0fc47740f970539715c097f6be3a68b37e178ee2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fa889a208ecd0842c823f8482318dafb426c0ba9eaad1c8db889aaa7fbadce44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:07093043bca0089b3c56d9e5331e68f549541e5661e2a39a260aa534dc9528bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a73ebdee6a1620c6e1cb3c80a7b67183a6864a417f8815efb41be4fe004042bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e56f04824f69147ea8bd3c0fc1e6b5c26a38e95c19ee07573ab978e3efe5b495_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ecdf342afcbaa2f13f60c6f931bae5d5e13fe98299f3fb6c8ea9b6364255b403_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7fccb6e19eb4caa16d32f4cf59670c2c741c98b099d1f12368b85aab3f84dc38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:87759327bc6dc5878b47444c17f6653b5363d86c215c63a236a05e308f0cc830_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b56a763a771c2ca53c8a789f42a4a1e05877cacc669bb983ff15d0909e1437a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d5e5b0255d2a5e35ac0a19fd6278f1e996c05eebd350a9795f8da20a90e5a36c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:10f2e02396689588a8c752bda0fc37076608541bc2c7c87bb9ce9934a5322f88_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f3ed134021364ab22aa351e3b8b342b8161961b18b7b073d47417aef21032ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e155421620a4ac28a759265f53059b75308fdd1491caeba6a9a34d2fbeab4954_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ec647a6c6835e970ddd63c5d946dd72cbe91769b14061f11cdb486f9237b6c59_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:125f97f6647ec4cc82854ac0fcb6ea2d98560c53eb5d6f32133b8b69df598f0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1faa2081a881db884a86bdfe33fcb6a6af1d14c3e9ee5c44dfe4b09045684e13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3362c9e73ab0966b6dbfa9f1faa1854feff8e8a93ee884d1984af120b31e3a56_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b42361ada991ef145ed7cfa56a6e2f8849cbb11797c3e84ab798259a9fc50f24_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:102a250fa1868b1b11092bbd44d00bf7a1db231919e20b88897d0b1982576661_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:894367b856ad95beae281a18816b3443021c023121bac74ab345bef75590510a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b695ff422194fd05262480e3bc1af246f9c9212589e7d11f201f799146c8fd4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ad99424448527c960627c241c83012837af97f3687a48b3c1a7791cfcbdf22dd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:047699c5a63593f45e9dd6f9fac0fa636ffc012331ee592891bfb08001bdd963_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:799f9029090c0eb6db1d42616907d4c405b5127a4146f66905366bf275f48e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8826482bbdbf0a2d9f799378c31f6ddcac2b3099f0fa60acd32c0cbe7c19ad49_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b71d2a4314b34bdf4164ebe4796b36ba7c8327b316c064450a9b37521a9b3515_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:04f6bddab40520bae715dd9f3eb94edc601ef093c0ae44c0e35415569671819c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:bd8adea550cbbaf16cb9409b31ec8b997320d247f9f30c80608ac1fbf9c7a07e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c2ee30f4e3ec7b765de66b6b39f7a1ec2dc21ea27c489260953bd3b2bf00d84c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee6768976d5ed042750aa53b3a52dbb61f748522e389d0ce204d957434d76982_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0ae90d63bfd8c5d349436cdde4879b9e9b7688cbda159a8ef0c3035d4fc68468_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:159840e10307764c82bae9b8c564c7094b8f4d85095ada8da8f5226f5b2852b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1f8765166728541c216748bd018bc78b56d4825ab25ea2aff00dc2159657c4f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3c5d5c48ee8cae20835d5289ea89404a35896efa3fa0c9bb1d34938e6fe81c6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1951c5446e7c28e909725dff87d86a8a694d9d0be8d14d3d8381b05a04238cdf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7b8fb1f11df51c131f5be8ddfc1b1c95ac13481f58d2dcd5a465a4a8341c0f49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e03ab066f272792564bbc5417419ae634fe7125c681011e265a7e5a68c7050f2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ed488d09c9a25e1dfbe1ca8c895a561a7b59c5ab7a274d226bb768ff638d1ab9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1401a3d45911840fc38614b90338b6947b8452601d8096549a275257aa46f293_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3cafefaa62e731d480e2385cde5aa56005c228cadcf643af9860bcf4a621367b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:770db9d2d73ae5dcd359747a232cdfe88988439d79af83a68db2d272b2d5d197_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9aaa9fe683383fd292c15d90e565138aab152edc4129977a525cfc53ebd78893_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4299c86832609607cf541210da5b49603a1255ecf1821e55ae83314cef55bd52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:551bf35bbbce1c364d482e9aedd53c597f816517e5bb95192fd8fd5d2e626f88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9adcf85afec4650d314b57f6abf710eb89fe98dad51bc59d5d61482729289dd2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f2b79e7095306e8edd47f3e1d2b20b8150a61b506a46df7095bcca1bddae3b54_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:42eafa4ca6ab084394b60fba7b07184b77b6b342ffae32b6867f058b508e96cd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5c8d88010ecd35afc87692bdd3ae1caa678c6b38361b1ea96b32104b5b13736e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9f2b80358f029728d7f4ce46418bb6859d9ea7365de7b6f97a5f549ed6e77471_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ea4fc147389790709cfee364fc743693c07b86d1a60913c0949ee40dd329e6fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:17afc45022541b052772d999e52f5d548b29aa2c9edee17f51f6c401d2eb155b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:490b30bbec721a4fca03ba67a3c65fe14dd232c3d479879166934d10e2a841c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9cc42212fb15c1f3e6a88acaaa4919c9693be3c6099ea849d28855e231dc9e44_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd4f7240219ca7f98c11cc5d18978e99c4f3a18fb80e43842c7b1aa3741a940c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2431778975829348e271dc9bf123c7a24c81a52537a61414cd17c8436436078b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7ccb01b969567f51f835f0e958e3c515d243b60dfb71e38d34b15de6d05dd994_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b9242e2e5f4671c52e7ce8610ecdfa89f5d3824ac89a9fabedec93ae8d5b60b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f3e3e85941bb1c598f730642e613322099e247fe00c82942bbf61b2c9b7720c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2b2960aeaa71d91adfac978f96718518f3251288f8a0289d298f256207ea99ee_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:47c1d88223ffb35bb36a4d2bde736fb3e45f08e204519387e0e52e3e3dc00cfb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:69be6fa285a84391db513a04b0f8ab74d30b91257a393fc06215f32dc00e4e9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:854cb1ef468d88b88c96d0dad49c25dfdef26a3eade8c26ad966e26febc7358c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:13d06502c0f0a3c73f69bf8d0743718f7cfc46e71f4a12916517ad7e9bff17e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc807112929064290fc27a9cff6fb35c151b21ae8a309316bf0e359eb4ad7c3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e9291f11217f5f346970be6a524fda92069c255a635651989583997b44f3e261_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f442b5091cdf61d59a7bad5673aaa77ccf57930a2b2e94a179007b173d49ed0e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41f9f9437d67a77df14fd73bea9a55dce6a151d3e829d06adf6a4cca0ab0f669_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b959cb65553e3aff316ce884abc7b42e4313ffde89390d8b7755e18c8b019ea7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e1c8b9784a60860a08bd47935f0767b7b7f8f36c5c0adb7623a31b82c01d4c09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f9113e8a252757e26bc6ce434b052147f2cf285afb6071135706d3641df1611e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6dd9324942b3d09b4b9a768f36b47be4e555d947910ee3d115fc5448c95f7399_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1f0d2e5e5f491f0cf9d115ffac8460e76fb2ecfe905adc1ef0e75dbb6dd99ed_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf1e6eaade0b2a65408f666a55c3dd64f81dc366ab82cc9cbbd32d51a6170ec2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fd6ca7c0e9086481be0bd4c407623af4e6d62de01dd16b877556e3b818f7f8af_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3a3da785b1c68c3c0589e429959a1422d45d7d92f0ddf2a1f2914cf6be292e75_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5a0a3f72007c0e3677bb93a9baffc30d82b8fda0d65dc248a8a236a1329408f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cc03f91dbf08df9907c0ebad30c54a7fa92285b19ec4e440ed762b197378a861_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e12059245006f55cab3164481fa778ec1a44846b422aa13cd59e4279a5f9dee1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0386494d2322e8d0e6eec988cb9f57ef3e4e91bb3c8ac091caf18b600a179b39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2969090e51624a2e7f8ef0f17bea3993eb5d647689c6e1cbe0e34547a6ff6eaa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51b8117e12938db60e7a972f90f7cae176b776d3a94e56428ef440c85672dbda_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e3d21c51712e6e0cdd9c776479f6d1ab55bc1085df5bb5f583e69ee192d11fd3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ef02dbe8f97a7f197e447337209d5b9a39b094c452b53e34ddbe35ec9cf67fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9ab8271af1a39ffc70e7d733a87d17b3c92bacaa30f1b684d0d779971ded8ccd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd019260c7aa2018ad976745ab7ff71deb43fe556a8972e5d6553facd5a65a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f01eb0bd0753b888218e4ba3e2e66592744e2c360575fac15d9b6079f2a86e4c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42f9169107d898da6aa80f67edfb98bfade84a34e93521365b4af091ce9f92b7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5c8f4ec08c4ed388b7a78c7e6dab99bdd1a2026418d27a80c8913475c75757c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:af3ed66448314364ba05a0aba0076459ef771630670d6e76e92bb8a83e44a83c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d6a6142fc9210ea156df1bcb747657fe68c57c56c52e73df0daee014ea6d84e3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:82809e1befa215331f9e7f9263ca4c5a9fd86c877a4c79c8691388f5b660b442_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9c784dfa1aa85e05bdffbf6a2dfd72c1ed0ef8f9e3715a37b09ae05b16b01e29_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2410c4183950551a84c4d56849755087c1c873c9a86ffc3f78aeba765584fda_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e8ae0b5bab647ff989f276cead5f360bcb88c813f181d75dc3106eb5dbde0b39_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c9838eeaff91d7f0f3c81d57d11af3a0aa8823ab541100f0c5dce2651200660_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ae8504da2cdde248194b594cb1a6731b04280d6114fb540d2255a223a48fc298_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e6f833f3a19a716a06b1ea6b4787794a690a77c7ab75c130da533aaf9d428c66_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f56d01ef06fe016c748e8c87538dea8e9fcc84856eb116bd3597cc8e042e9f0a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0c381750c8da0904cb0ea8696bd67d063cb9120e54f7988f93165ce951e50007_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3f3e2893565fe6061c78339600a4eaa49d485818f484fcd0ccc8baa010b6d826_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:86ae6b3e4d1152193c692d92616c64a2dc085a0a37a2e4be51843298c08788d3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e391fce0b2e04f22fc089597db9e0671ba7f8b5b3a709151b5f33dd23b262144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1e7ac69aff2f28f6b3cbdb166c7dac7a3490167bcd670cd7057bdde1e1e7684d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:475e358c04d92c10245802b52880219f6b7967505a72855f9bc9b33bd17628cd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d16424fa647e34349fa402ce100cae5f3713b206f69d6cae36a03e5f7eb4e374_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ec80d535377fec7d27cbd23002084ae97b847d8fe6ef8f0ff88c960f9f691446_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0100b616991bd8bca68d583e902283aa4cc0d388046437d5d68407190e3fb041_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0da0ee0d54a1624acd043e066a3819fd7a4bdfe02a73321a91fd100599e64f1f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:69ee831e3ac5dbf239025b14e53dd23e2bc902cbf1cfcb2c5d99f1c228e57efc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c582deb37feeeac0551a5893107c5623b2cf3e97bf178fbc3d6b03c143128ea1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:07e0128e9f7e5c2f1d9d0b04d46240ad064fca7064cf2e7c932ba8542d124ea9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5fbf4751a49a88a89f674e64861e7dcf491cc67cad34719a0bfae8ab0eb100da_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aacc2698d097e25bf26e35393ef3536f7a240880d0a87f46a2b7ea3c13731d1e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fc3647c4d70cf253f4946fae6072af87545056f541c5dbfa9ce6c77734d77ec1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56dffbd86bfae06921432678caf184b335bf2fc6ac7ee128f48aee396d57ea55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:786cb35495e9433cfa8a271849c8bdfea14ca6c54af63d9f49a0dca82603b26d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:98c7b3e48d0d32805e8211cdfb3e653b1ed6b2278793fe89837c04a9f443986c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bd4fb9fc797dc15ba60847c5fcf2dd7e4ff90ec01937c24b4a04531bc307f821_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:068ee68a5aab0ca0650a815f7742cbe8a8410a58a13d10d600017dfad100cbf4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:333e6572029953b4c4676076f0991ee6e5c7d28cbe2887c71b1682f19831d8a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:506186c7c4297973e77ce372fcea0eea0388d5db0e0accba6ddc18d8c7680ca3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb7111dedf68a51d4656f8b837421c40f0833c12084c2e41382932d555238d6c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3084a7cb2734d03cc752b42ea90e7b8830013afa268c84422c514484ef924c69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6dd544a8a6b4d08fe0f4fd076109c09cf181302ab6056ec6b2b89d68a52954c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a8331adecd0a5e43182894a10a71677ddafcf12c12f211e9b7656230c918ab17_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d945852f512d781311dbae8d78e1377a06e8d752deeacc4063bf2b52cbd5baa6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:02a995500ea997486e929548855ee40c68288a4a567cf4112020d0e3b62d10cb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:44aa21f2975c14129581bfdf40e0c2a4138cfe1061946c82257f161065025518_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:664fa1569548d3e75358cc6fa91717249c49ccd909ad09a62ced8b61f3976b5f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f353131d8a1223db7f637c9851016b3a348d80c2b2be663a2db6d01e14ddca88_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:445305216f3ea0977c0f76ee3dd676121f58c29384648a2f64e76e7a1d0ea887_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5d54bd262ca625a326b01ea2bfd33db10a402c05590e6b710b0959712e1bf30b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b95084d4eb2e9c44453f2dc55bf54c25601aa4563bc143e9276d5dff383d65f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb02ec382b9619d25bb892b5afd59efc7d265c7bd7b787e30a976eea7b4f7cd1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0e446723bbab96c4e4662ff058d5eccba72d0c36d26c7b8b3f07183fa49d3ab9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1bdee83651c2e8dcab13f52b03ed670998d481bd3f8f86488760ad04e82bb4e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:9fb3cb70070ad7c4b3f7581156955397d124268423bf14fc1f0bef47f40b7a7f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:cf67c856a6dbe76c9776f26b62a34f6cedcd62e108931f38f1f2ac15d63261c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:43dea861132154bcb2841a604f7946addd7b1e5b0fe7e25538a6c57e759cd4dd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9617d07f9516a6379b20ba8f01065096ed90a9d76afa5ab45e36bbdc03a10c06_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a90d19460fbc705172df7759a3da394930623c6b6974620b79ffa07bab53c51f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5ec54fe646fe2cd114eaab995524f602dbc99aa374b166a18acbec30c871435_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:32d9191bcae0d38dc540060134626a47eeaa8ef456ee09a6c5d3fbcbbd0cd451_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7269d6e83782e3b5a928c728b5d61198b6053071fcfac3b354ff2776c7c5eba2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9621a8349f227a728571af9c11a8ba1e7bc35c372ac794148f132c498e1f170c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:eb6498725b67e95ad35031022a9c4067cc72922dbea9ea5f7173ccdef2e11daf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3e728217c3f8a21a876600b73c72d90e807f83ce8af03ff6a38cc452e5d48e88_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:859e8a6e1cde5c011db2c542f6fcd8d37bac212976581d75953f463d2c280556_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b328cc111673357f61dbfea432f7b93727a4267df63ff41519c7bd95237d3666_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c53133aeea03421274be7731f5b03c5d29143aaf270bfc67134647e1cee3175d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0833a87e886ca5fec2adbc71655d8fbe4fc2925d2fb14a7cd926d4a79d6ba0ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2003997515f3c4a4eedf7e87d4f6c21a57eed9cffa4e1187a8ea6018b1f85fb4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:75f54bd17f252279b031acd3509f06cd2b9d418efe1593eabb282ee2f9147141_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:93559e3a79fdb47a054add7a65cb98c1b8da73a542795b28a85c8c52f954cd95_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1935dc068e6fab6154c9361f30ec34459606ca802b3e32875a59eaad23d45599_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:89b6b1510e189c286c3675d32d57dd18d707d731f3e279213290efef0d6f8065_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:95e7647e6fda21b94b692f03908e4cd154e3374fca0560229c646fefe2c46730_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d81ac0615482c04941f2f4e716cf27f32933ca372dfd9ac1edf2c42772522ac6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:1876adbd1d6444a0f00c04182398800871cf59d26d89a0259bb76d1785ef6354_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8c2c8b9dcf7925622da59ae7281922dd1612dd29a2804e5c40eb52e98970d2c8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c8164cc9e16e8be9ea18be73c9df5041af326ed6b3059faff08f76e568cf4dc2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e3348bcb04f2c9bce001994cb406f11a5970d9e0d15e82e5b6f44a19ca42b135_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3b11193c44bcc8230e338c234196925fe952cb8766ae4634a3d41959cbe6ef9e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8e6e6a997146f438994d1e501e3b51243d6446d054e0b7f57ab8109cb062b380_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c71147789a1399705b03be0ee1e7de89fc403939d36efb56565237e81bee272e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e786e28fbe0b95c4f5723bebc3abde1333b259fd26673716fc5638d88286d8b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4a19cad091787605e99743d52e73e3aaff720bf2f1aea1c889a28589c83ac89a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:63c5c6b0f955717d9ffa8ab20ad9ab58a443d80405c58a4ada0429f6d3d5fbf7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8ea13b0cbfe9be0d3d7ea80d50e512af6a453921a553c7c79b566530142b611b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c5ceac8d09149b2e204846cde81f9e87b6fba38e00c6fabfc9ce043889645a0a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:29331d2c54945440e2715d0246d997ad20ea76b67411d1acbeb3cfbde5b52ee2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4c9bfdc66ceaf66bc9b66d332a5579b412cc560200b82793a37996bd1a828734_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9660025e2bde36358f60d15143e8a3a085ca716f5b73f0e6d3ef65286fb4cb09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d1782d4a16a24063794a5b7f1d511c0c9422d2a946ac65adc9d408b2963e0d7b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8fff7f10461a43a8ecedb83b3620d8b16936f7cbba840f9a5cafccc7102dd805_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a60c6b58097bb0ced1170dd3a6c88bfc2f05e19755bfef3045a227da15b8ac84_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1d69b5b232aae28996c5ed43d2c24234215902905c4694c5ac72c86ac6736b39_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6cbbb8e2f4020c8d006b00901483ebc2968e06f1ce90cb73215724002a29177f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:81113710e0afc2eca536f9dee5f0fb525b42b6a2a1c2b4c8141c409181243ed3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c985206add4f3f2159d9c16a531d2e52bd47b52e3b58cc66c78337eedb9587c5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:22d4e0100d4860ecbfea3a693e1dbee3803da780cc3adbb22c54398c41b9d05e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:27a620542daa309791058a32d9648ef3f4ed7112a52f7d2abe1de32d000a3d9b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4af8180d1e5a1cd9c0800e58ab9d206ed23c0ab8d772e1457d8c7002f5432cd9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c784d65851be8f4a512f82b94d946e36f291e1ca49332ec95db7261ad10b2476_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4120e602b26df6f97b93dd035ccbaf7603419fc1505f53a60b04d7d0cff824ce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:8726f5535666a5212364ad59773e974135b820c6f4210a7be9dabe9d6d5a497d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ab299b63908b76729b260c067f218831ef64c0ad4e0c2c36030ddf0b365048f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b079e71b94cda1fe2bd7415f10c4b6e3431c0aa6780a2965cc563864ecd0bf96_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:17101cb34459bc9b5eb483f12ca09ff2e626b17a8c10529f6ff801d19523b5d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d0a16ac7e433102846b7045d1d7287dab28afce96ca1f057619a24c3437960b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:914c6b5117522525c98560617c07726d91adc1e6336f44e0aea726a3fcb0bfb5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f65258f60d5d17a5cd7536f1aff2d1f352b318e6027e48c826619ce686ea7848_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e45fcda9f48e3dfb88619650d2cf25a3618d65909406c1392daa86a0b0b0906_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:333b5d4296161cecde72dded62e02348b02713cccfbb10a278d0803b58702b28_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8fad98bc4b0cd93f399464f668b82b8881938c1d11a70dd4b66d91a7436f29a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d18454f3b49661c052375ef14c9f6ca31589a61abe2f6d23ec0cbf49288b3685_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:009765215dab7918f6db7e0b89257cb2666f722704728d3f973f751300501f57_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1435a805d3433bd5e3b6141ed30055f8b6350e1c56f9f8b3ba4febdbef794cb4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a6b596bf430dedc60b4a2f53e60063ee69f3211a1d83251104863a80c496dfbf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:af845b43887f34f127025f2d2e2a9c64802fb74548ee670f8ee463de03d2978a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0ef10533c807e985c1c4a79cbc1fcc7f9c4c47f8e9de95394c2eeb11f19406be_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2c0993e0730d5a50177ab1f52d49de59affb5cb085b7e605f92e3e16a2025ed2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a26b20d3ef7b75aeb05acf9be2702f9d478822c43f679ff578811843692b960c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a4d4fbbacf9daea318ea4a8c362c37b8c7756280b4412be9d30e1027db3bd24e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:32d870af6b3321fd3ada475dbf0da4eebbb106bebd4efd2f4bd2d1ed895cee46_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:44598513b21b1758425792227838b0a976b2930fd77deed69bc7e510c7a42bed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e8e05a2406f75c74c21ef32d7b9137cf37af909a838f24bb03478333c184bfa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8729815d028242b26db06f2ff44816d022e0e7eac34b7b8df11d27d938fe057e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1ccf6d7ded0225c9cafb3e448dcdf68543283ca268ee9659e1ef9e5c4e75078a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3391dadcb3627066db6573e2c5169480e3565e62738a36c053ff7cf04436d02c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:45836e9b83eb2557719999a2d656ab65d8c3fc76d1c49e2089554bb00806a613_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8d8553b21651d295a2270514ef06d8a1c2f1847801373bce608ea47a9f343f39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:15ebfdd859de122945f7cf8e41e3b1a6e5e02a463b884e0a3fad2fc583c0f156_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af768b3ba72eb21d29dfca44b62d480ba9a0775a72f46283f0cbfa5a2db0e15b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e45a7281a672f84d53fc76919b0c6371feb68cf1b3ffa17b8f66fc4456e587b5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e70e8d7d2acb6a102c00bcd503ae17b849b0540508560f66c3d00070967fd289_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b64e7605d4b7472503ba03472931529a380460991e9ca7f99346b7f4b5cc802_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:661734a34dc3126e9653ebf1f7408ee2664c3c5d783865ea3b2ebac565bf81cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e90e658a6cea41dbc60c5f505e79505754af4d8e21a4ec8642017cf2fd05edde_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fc2817e5b16d83dac91d1a274fb93521165953e9bdc28f3073b127eacc5a534e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:16778d01948d8ca7522aa9737c8cd049a7cf81185552fda4773d6473e1809629_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:8bed6766df40c0c172611f3e4555cd20db639eb505b2345abed6d5babdcbb5e3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c7e700f4be4f72557608a1eb824d31e525634df235817bae2f7537cef44a1ddc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc9bf05482fc6e6265b99d15af471c07833443e3cf570f98fe9485320a91160f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:003aa53775bd7aa68eb9e6f17b74d0429a7d4b010a18eff475cf04b38e9b493e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4569fa0adbac85f6e0eb3b0fea15b8e54d0c1b47e30d2e4150ebfa1c454af232_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5b5a2718790518f88576a71aa2147861a0d9b18e245ea05d4178ed1a03f60aea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5b9a2e49d40059a937f07610c36d08b25831cb730d339d39fe0092a23484b7e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af52ecd8e68fd1305cc33e00f7191ce0713ec836c503c6da4641c90e0983ae24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d5a544e6e442437c1faacc6fe39c128b2d1b614ee14eddc71d4daec6659fa8b3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:709d1e9db0ff0e4cbae288a26ec649c033b3bef43f967348ba467beacb8bb940_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:83402ec46858a4af6aa942398120e625060d1054b01f0153687878ff1bb7cdd5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f9cac75f10f2d788cbca0d5ee0d86b9cd6306cc4aea3398d4e73d0e0115a06b2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1cd56ff15528043064ca838584925d307a50934c6e6a118fd558c706987c87db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7fdef6711b75be2dda50a98bc28af265c3d0de8a1dfbc263890f08cc5bc027c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9cd09c76f15748683e540f57fb78c18e3997fac265de588558d9523cb01af762_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7b02e0e7863575591c8f061856ec92ae63f93f83c18042b3ba7bce18f3939313_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8a8ff039e8e6da1da63e55150bf9b3d0e7f5bcaf5f14476de279e7e86879306a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e914b65759662d462bacd6f4e9119396c7b328c3d705981ebefa3fa44d528343_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fa17dd6cab9295064cc00b7d7838776910fffe3d6fa0e5f619a43c6db8ada0cd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:39b63894fac4b3593d329f88bafa14872da758417975ac4e519a470004c01cd7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4f9bd383efba6e1bcd94b7a665177d408a9d09ed6abc91b7c1f5096cc9c716d7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b318889972c37662382a2905888bb3f1cfd71a433b6afa3504cc12f3c6fa6eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ddca32f42f27e22361c7285694591b0adfec5e6b22ea5e0714152230de4269f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6299220482f0e3c3f393e5eda761e3fab67e96ddffbf71a7a77408359401533d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d79a89cd2a26411dd32ebe870a3b520a7554e50ff5fc6a6e808c6d066b9a2298_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dd9778efa474673fae38ef8756527a4d8be8b2b9117ed31a2311d7ef6398d38a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f55ce8e190fe51295ba9c603a0b12cec77133cd6197ad453da97ce16c0490a3b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0e8341548fb734f7d830b3e9789f576a1481011da3c69b9a031dd73060ed1d85_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1c671b9965ce8d5d95823765967a24153723d7873c1f9595791a3d5dd87bf616_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:45df9f1e03139df090148d1d135d83dcac69c16a95c7a75451066823e784c796_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f87f4821bacea3fcb8300e1437a70ac8f59871e9f93d137ecc992ba54f4c6ecc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2876144218625eb13968b95d331dd3f71280a7dacbe687b71119a5dff99a47a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e8f36ad2e4bf89a9bb1a66d9760ec91c6ad6702bf799c650454b177cf5e02661_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:23b0e71b138eb4c9e23e073f11974dd0f054d1cb78bc36227497076c0e8c1764_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:2bb5f0a1682720b3071e499962c26d2d4c251f3ea1b8fa251cc3672de8bbc229_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b88e42f7000f64593afa03762f3147c0f9f0cdddd2ad762942ba6ec38198a06_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:be556777383ec5ea2f8f241b4041fe9b4a5d8315f64a39f7381acdf49ba4bb4a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3d1bc6478c932d695a39d9d99a4cef0ed71084e48e30d1cbe2d97fdead890109_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:40e602a3b1bd99d11ffec934c73e4c8e8ddc467fe2bbad87d599f014032517f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d8161c91d731205f8fd61104da764c5157212beb1c15572139df1924dbaf2f7c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:6354e7d162ca21ff645f85b23efdbffec8881b41f636b635d9dd722fb2695fa7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:855da3c26547421a3d19f55e6f6ec3cacc2d89d854a854076e4d02f241ecb6bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:9d81d657fdd5847b3967a328a58f541ec829a890b701937bba6bf190ec884db0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af18c1924bcec23e6ae18a55268803d2a8d1b012152fe3ce225f27833a0cfa73_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:21656ae3e6fcc6356ea9226dedda5a263f7cf26c9cea2f0abcee058b8c742407_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3698e2a155099e47a40d08a6288f6071be4bcf359269e1c0afb136a55d3b9d94_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49b07f0266e0c2c9f60457d6fbf2b9850396a154435fd74752fb130246b3083e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d6ab8803bac3ebada13e90d9dd6208301b981488277cdeb847c25ff8002f5a30_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5cf0b82b3b281feb5bdbf130c292cadc0f958068bb9b199ae343716f1c06538c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:64a63605d152239b2d79517aa8491e55bd000f0a56a1c0ce018f46c91615d6e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6b11cc744de3c1075dfcc6bba210ba8630c1285dc763e29c2ca92e0a6e93877c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6b3f0a2d76bb8d59fa0f80a8ea9a5be31b817f609616357d16299e106136508b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4e48ac2c69b06ec640ad1a030f8f362a04a3e9f56a86d7cdfc1fcb3b5153888c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:85e96028782951f12624e1d9d247b60dda409d9a812dd600809618c45ab2fa1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cc6f78094ef67715b6e53c67909ce27754b45ca8169077269af8705650fbafe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f789fc86f85771671e023e9be500435b1fbcb7aafa009f8c4e6de156ccb97ab3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:03e4d350f807eb47d0c5a0c101db1dad2ccfb6f2ae3471a9c4e1834b469083fe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:35e6839dd0b0c041b9c8b96be0487aea33181c71b05b4f9637411169c9f4199a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a26bac6b099818b6001c8eb82d73918ee017896e9299a189c51ada1000f4fe3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e38c6946a5624a992dc152865350970ca58249cb21df6c944da9968dc41c1109_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3afe0837c149f85cc4342abf22348d1edfd3cab0ee47da44574134b3cc185dbf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:56a3eb27754a136e415cdec3caab804cbbfaa9aaede0fb9fae065bcc1a0196e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7e8dc30740476e4dd332aa0539af3f9bc12bd6aa72c64e75f5e9e0b8d2620b3e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e55a15f93eedbf7b0e13fea4d3ac9b891453f854d5294a891c1b9a848c6ef54f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:280a1d3ebea4063a3ecd076897fc7bfc0f5b994a68f56ca5f61aadc778f1e9c1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6118230d5cbfa3823cca0e7dfafae0385bac42a6263945ae144652bfb9b4ef12_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c488d9cdc38eb475a612aeb32d9f7773e3f872d568edd48b7d5f66b76a2e192e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e244ce4887df2622a242a251028398497d178a3025bf7e186baa71d717d53685_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61909dd359430849c04591218c11cedb8fdf6e4489d0454473810582ce373b1d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:67d1623cf33e4a5ecaa5ec7f1dae3af4e0e0478489b3a628de2062dca1473c7e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7ccd86a40b9f8901dad612623b56cbae1c260160c1d0bd8fbae4ae9e73d21e74_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ebaf06d929ec771d3882b5a8e4ae86816f995d27fa65afcbf29c048a2bb6fc72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:08bf893d824045af0b68cb4898c2cdcd2d7c9a7c0aa1f8edb3a5a39f0ccf036b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2b2051f90781bc62840adb0e5a60951231433e23dc381b2c26156775469683c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:699c950e437c327caffd05eedebe7c6f82f19e899e9e736ab787aecaf9bac072_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:93bf1697031cce06c4e576aa1ba5d8bda7e91b918627ed1d61f8c89a95a111f0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:707500db7f401655e50021f4606293a83292d7dc663772cf30eb96a9ad625bdf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8b33fc26e42a8b4a7b69c94635b01dbd975ff885be7228fd8f86323a592fcecb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9e96b53e74d1b802c2e63544e4689c9d262e9c996902c6e8a7f3ca34b23fdd50_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f2ed46b09f78b1c40eb9e6af9209a4e844095b0c57ce404370ccfbdeceea210e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:240701090a5f8e40d4b88fa200cf63dffb11a8e2eae713cf3c629b016c2823b0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:77a1a98a21cdd445c61af995ea508add1582f8cc8a940887c265e2dc335cf217_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d397c7a96aacea416f5db435c36cc61bd57c85e688a6b63d7a062520104a9de5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e09eaebe629254a4f57e9ac5f83ab709fcd8c934e027a1a43d570205886d6516_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:481ab9bc77d5c211db3596838e7e78d433708d295766223689ff01be60facc42_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7036403b4ab9460482491386c7a920df215fd9a86e9da5034a011eca320e1ca2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a2a6c2aad7bbf903fda4d91b29e2940c5707d533e70b0671194f710472713b8b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a40b41bc3bf8b94d1c45ac663b132301493089c3068e98dc7e0d3915fde9256b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:957899abc8de7f0991851e6895c4530594227825f9c71adcfd359469bbe5188f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:98d2699768903d2e054aef086920f5a14d339a8a23053cb68ec146033b662c10_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a5349be7d33bb9d7d94718e63db975b1bc65c355bebd77269e5bc1f3affa6892_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bbf05fdb021442514d6125cfbeec569b15594d5ca88f996f5c97a13fe58e39a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:af8ad7c28f1cd01b74fcd95eaaf3bf9fa7bbd397ab8d1532f6ed2a46c6ad1abc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f73002387a396d9dfc14afa7ac22c12c4354a1b59b5cfe1700a9b0692a4e2104_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2d2d9f64984ac68b9ea27602982e0c3b95518c46d40e943cff5b3f26995f0d4e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:33270bfb06a8f7cd9d6eae5517f74a53f905b4a59190dab49604b6aa5a670f9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1f98b001245f7eb8d334deb8c40ae02d5d337223a138eb62c2207a76166c48b6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f8b3ec39d4b9a9117b8f79bcae9e7731eb8c49d96c6fffbefbf011323edff57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e3a293358c5e7c8f13153fc98cb5a779e997dd31f497d4deafc4ecfd0f833ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4379021fe63045cc14b52bff805f386a8f2cd6e7dd1f610865952738e1a9ab44_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:75b59dd85933088716cb16850f913a6255ec5bde55c1392f59a5b5f2d11f3f55_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:dacc9761f298bdba26c47083ccba6b6050aab0ca3ad1eacb7cd5c95b1f131cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:dacf9ee50a503485566d7a987f231e04adf176c0852c6302bdf0bc4a0fdac0ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:548a7b07a9187069e2b5cd50f66cb4a56db437495cad6470920a70341cb710b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61ad680342bcad1460f4255c94490aa3e08ec579714e9b7091a2cd48816a7f62_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0c7b43c868b24bc3021b41795db539ce116907fe765922e5606dd82e7ca8cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fa28b66298c8b34f2c7b357b012e663e3954cfc7c85aa1e44651a79aeaf8b2a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a2ac689e121314cc8fb297e64c5e603db1d5916876abbac3815b343e578f96b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8baecd6a4500b2e21b83a699b8bb1d4eb4edb6e2c09970d31a8d9112c2c0230d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9250bc5d881852654c420b833aa018257e927522e9d8e1b74307dd7b4b0bfc42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d963c7c8e408edb21d2d85eee1db0fe4395f46df69dec0664f3f9836c77ea7ed_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31d64e12bd1b486fbff24f932eb90d0991f288ab42fa3729fb686f6fb1a3a12d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:35359eae77d7751386f969f79ffa899d95d4af9ebc73429ff5321c3bdc8b6c67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:68cad1c790fb3b5dd6e4dabae9cd1899552b0f4b5b61451e4f71fca5c5fc75ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd60ed7fd7955cbac6882fa5e0d7e38bc3c06791950867c3ebcd98679e366f06_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3813d16b41b7c5844562faadc6d72e788ad612ecd14218a511e3ac4fbf68b4fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6fede6672fe85cfd09592a8662b18db4e0b4f0794655febbba7190e9e30f475c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:71972d1c403ce0380f8c579da1a6ddf56d5a6aeff7f711fd6f5efcc49dfa01c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:aaa92509b71c898caed43ac2b5d3b3fc44fff333855789eb1d7df15f08e91ea3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:583e1fc8e2153750cb82fb979286fe2b78e937f01a21753556b935737333890a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8312f577bec837b4be7057f728c3a3c265a7edcdcc31133b69335905d537f2be_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bbe162375a11ed3810a1081c30dd400f461f2421d5f1e27d8792048bbd216956_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d35c6ed4b93aef162df955ca750277ecd1d9469b713bb9a511669147a5b46e33_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3678d30cf1504f94fa97afb735317fa7335984133c68a4500d49735f28412312_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:83c7c5507378c169941b9e2452c77f40778adc76e5983fa2ff394056bed5d78f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c626150f07ba75062856d06674f8c419ae002930de38821811236c2445f1c1b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e226d545f885b4380928e9bbbc0804267ec45a85a5028b304f579afdd26f8c3e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8a10e4d7343e563ffe42c9181bbbc9dfd687744c94e125be639026f595e462a3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a53b0253f537d2d04a2665ad24a169f07fe8268ea662cebd3368a2045e586914_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f27fd0404deb58aad573fe174a675889a7fba84fc5cb916ef702c89f1b51c724_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fe683caef773a1963fc13f96afe58892563ea9921db8ac39369e3a9a05ea7181_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:60e6e4080a8c39326a9a09c7e3def79cdbedd3c178dc301609d3d8e67007e0da_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:67d61d27aa46f8c1f49f2f691ebeec6a8465c1506c83e876415fcf6be19c2d77_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e1d93d28a1107734216ecbfac1bdbeb688c21a50fdee28f7a1742013e2c8c129_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f74b7312ebbffb5dfae17070ddcb798440a801a40a6797442779a5fa0b650e9f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:15c5e645edf257a08c061ad9ae7dab4293104a042b8396181d76dd28f396cebe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27978322fa73148af7670efebefad1175166acf9a127ea881149603534034fea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d214c12c98c1c95fff59a40d7529d29db15dfd6e3ee12b32d178888c2992a4b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d4a1f1b3de1606844a597602508eee8024e34e5f2ece04852602b4f0718d5f39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1794986bda8e564f5dcb1bd4b385f8ec43899bdc981cab2f72f6914d02094275_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75b78aa7b834f6ae099b76db9be71ae5391ae79ecba4e6b88dd5777a004d7064_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8797eac9a0a1012640bd8d2a04469760246c27b0ba73a18d7a9027693eedb7d5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:df623c15a78ca969fb8ad134bde911c2047bf82b50244ee8e523763b6587e072_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05f9496cb181c53eb12a46e8f258333f87a54b703412f2f0717e361d4d1e9409_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4ab28f40d1b15cc2ef0ad2f041770ddc69bec7c151ed128e6065dd1c722690e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:858152628388d9e146897a7a373713f74ef204bb937d935995e8721dd3c6140a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98a949efb0c81c5c5968e069c9b6a518b3b6afbaf4e75cae5eb207554b06c2db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c38d58b62290b59d0182b50ce3cfd87fbb7729f3ce6fc06ffa46d9805c7dd78_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b49f8648e81dfa19ba4a05cd0f0f40d67eea325821b3e6bfd7825783955a0f5f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d966d36d2a008aadd39a289ad8eb427350a2940518f800158cbef89414588f9b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ec1e69a505e7c80c680f442000a32ffe9b1af694d810ca5582092ffe6dfac254_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:41fae1a5e5e4a0b5502c3adf571c9b0fc33ee2cfaec493e8153178bc64436d2c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:80531a0fe966e1cc0582c581951b09a7a4e42037c106748c44859110361b2c1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9b3bfe91fc01c7e3dd7f50da66aaf2b879a450901f1c73f84d021e69a5576342_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e38f330016b2e81eca6f69397ad57a5d0348f2d2f2c3522307b35aadf8b5ddb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:525b23eadc757450747d893874b77ec666fe15f329f0ee40e4b04571240c5e1f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5f459bbc953c9460f2166b782dfc3be213709521d5109b52d428a560ad05aa46_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5f83dd9b2d73733b7972a43e3e152614dd4e87926f4bdc7a10a2f292ae771276_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a913cef121c9a6c3ddc57b01fc807bb042e5a903489c05f99e6e2da9e6ec0b98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:7055ad7af6f2763c0f9a1a6ac6f24fa4dc2ba312cc9b0805ae0a06187cecc89a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:a120d08d454a9112a7f31a9da6627e788406726fe1c035bd70c180eda14f37d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:161ad6696b6d7e64bd2fa9ecf35a337e1510361af64ef4f6b8482d1f2c87d864_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9d28e4ba3e1edbd660f9a0fbfe4f0d990fd3e03d9589548acab5416ffbe17e00_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aec827e9517e79a99451685f94adbb7a4ad776367652958ca004075fd982d69e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf24751d6b6d66fcfc26aa8e0f94a4248a3edab6dbfe3fe9651a90b6b4d92192_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:78da28b1bb83150be79dce517585380c81a778f59489052aaa3ac0a71506a052_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:88b0549c1ff942159d48cb2da2681cd727d3b4e9b18964a7a7fc5cc51890ecf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8c4c2f467bab09a9b40d1ecf1c8723ff9544eb8903918c6dd3cfb0060cd5da82_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ca12eb74b51e1d5205a322884b88c8efd900ea567d8585eb655df8060a72a7ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0b4672982b3ab346f6a22832e4bc73e8f5a2e42dd7673266c3c9a7dc563e5167_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2969828f1fcae82b7ef16d3588046ace3cf51b9ea578658c42475386e0ee1fc7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:58c5b3a8ca2791474b4a92c43090bd44085e08e1a9dd8c65b3436a910be41a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:aa005faff536d4390dffec3bc457a4f20010f70a17411d185b2c1c6c97b663d7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3bb3c46533b24f1a6a6669117dc888ed8f0c7ae56b34068a4ff2052335e34c4e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4f9a68a87323bb2263ed303e3fde605101d955c86c4476baacb43a8c9b74a47c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8bc73e26c8f8fd634a32c3faabd2d87385947f74ec3907189760c565e91e7519_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c0abc19c0d20438799cd30ca25a5c3459f1be7cec680d64fe1db22087a20688b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1840c1e925794e4f05dc6fdb3fa9b660c16d3a96e4a5299b427ca19bcdc3e7ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2238d41551f6e4f6e5b6f9e1d718b7bb2a7205e188ab54de967a794a6d270f05_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ae30b3ab740f21c451d0272bceacb99fa34d22bbf2ea22f1e1e18230a156104b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bd2933bc337a590b443394a8e0e46be3b6ffdcfd006344534281f0520fe2facc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5043634a40e7f9d541c57c28ae82902ccc4a906d4e056c36f55322e6bad59705_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:71360db1f3a4ad29ea21c8fc43a5ace3c714908e9db2fcd24b399cb7086ac311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b41a8ae60c0eafa4a13e6dcd0e79ba63b0d7bd2bdc28aaed434b3bef98a5dc95_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e224a02ca283984387d514861d34711f5fe9146a33f1aa4ad9f9158260e226a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5137d9c1d64fb22e3b2562c5eb2ebbda136ba77ffccc6b9f401ff7e0dbd7ac52_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ae4b76786960056dea05371c3148d40f624bfd4ca4e314d83c330fc5d4dc9f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7e61ea6fa0abe887217ee126701d71f7f4307c46225f8592d5cd1dffe62428ec_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f122c11c2f6a10ca150b136f7291d2e135b3a182d67809aa49727da289787cee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f08586dd67c2d3d21053a044138f1bbedceb0847f1af8c3aa76127d86135a58_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6ade6ae0f25bbd0118a7530d4447b9ed17058e4f9daa871a226125ef5ced3192_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9f4ebe4007be3988112fb00dc8f711930f3ffa1cc9bb60aafb9842694b7ad04d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a944b6da606cd0a5845f9cdd307445b8baa6343078c1698e9dd48d5d30df6260_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:770e169283c6dc690b2e5ad6560c43ace5897760f45ba4e0cbf006a75def23b1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b61ee2b7a6814324bdf1fbf6c5c72b994b9b0069a85e1f92a0cc9fc2633bd93_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a000b455663f871d2c08877974c63f3d0a3f494a44bffe0b143301d97a2bcd4a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f59a52f0304427bf2b814e616bc0675dbf800d94fbb7107026d976a5c77bd6ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518db4df4846950212845f7b1a78803ca297a5fdce2d1e09a3ca0d9b48f039b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4040654f77bc137b99afdd6aabdd47a314bdbe1794f931ec2dc9b7d2337111ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e503dc23e8e6a2988adc1a8e109401358217ca17ac8ac523bfd669e5a3504055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f1fc49b7b09dfd1ed67cbec6138650de4e29228b2cd16d1bf94a6d305122962e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1267a95b647ac530955099ac9bf8a2510e1b151628992e71b502a10ffd79c37b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39516d2dafdcde7dba1a531b909c6495d54d5e44bccf8c3fbdbecde8ae689201_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:69ad8c7b14b26b771bd20dd9a6d3eef52a3c5954b94becd42c1d1f2cdd1f9bb8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4b691a98453ddf2c1dd80a6e7f8f557474f358a6270a6b4bfa676b7cff5e39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c0bbfb74cc437ec2fb4bf9353b8caec1c941939bf38991bef916b2fb156cb70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:96c7847d759b62b52ca65856bbe6d1c25e49f9ee9333d2364b2a5f8bc69c46b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ca88f406b57deca5600c7753cc0d64279a4e9b030b0081b85eeb87a93a8dc5a4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:db209a1b80ab7b1e6183361f0fb98147afb983607906c30f82027d3bd0251d76_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dfc75b5189f731217fbe7068ad92322052693a962fe798bf0a5f1a67fb38c899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e442a9e8be5d749d694409c6588126eae0938deb8ba7ee9ad201cd56a600bd11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eb3ab7be1af1e0118f4dc015d4091b7587b3515c5b970495b60b407ce8acae63_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ffa7ba153e3b857d714843fab966cf5fa4789f000aa7044562dc37647962738f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2f29c6007abb7084880e408947a9c8ed602603bf0e766e076adf700979cd40d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7d8e3e51ce3be568a9fe7a145d443e9223bd161cae7ecff0c2ffd2a9fb40d837_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cc51710a07f6a46a72c7802009f13f26aa351caaa4adaebc0d4983c3601e8a2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2c600e3161e493dad43a984808f70b880d37964e3eac08c1bc00a297d23ba1c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4253559bc4e21c1177de09c223d9304a80438fa2f38c39e720e17e1b993cb746_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a95180c5a4d2713fcdb002fb2879c9df206d1b05e5ba1379189c8ca4825b7866_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ad0eb0b006e9297f5bc0f907f18e2227a7ca646710c6831c1439799cc97b8b20_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dab7a82d88f90f1ef4ac307b16132d4d573a4fa9080acc3272ca084613bd902a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31e1e6592359d6a681a2575484ae93896983eb644a94e27d2eebeb579880c7f6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7a6675a0c03a88df6a0737032529308d1f3ba950221e5041084189a6fe95f22e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9e23fb1c99e6496bde42a13dfe236b060662b908ea30ee8d45c99c5ae447c493_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aca57c8abaa83b2d1dce95fa7fe5b9416be70e100957ce48f212e2ec404387bc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:18bf4a07ec975ed90d11a29f4ef82d75d68db396ded31c8317300699eca7ad90_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3e68d4ea67cb9c838d6730a1039ea23b875a8ecbab2b4d76375d6df245339e41_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0ab8409b78d9ea94b865fc9ba95bd36bdf1d648ec7ce6cc179226b28fe901d7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ce0723f310f2351f67d486c97f7ce8ec8585dd6e9c7e3e86f62f5424e16723d5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:04f4d72f5b89a5f05142f1759f85a3a185cb30fcf3b4677285a76a67c08db690_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e5b6b8ee694f3fd3cb9494b50110abbf01839036c632aece1719d091d844fec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1cbd36f2d83a55cb00336de1e56e111dfba439b4d864dbe4554614c6a0fd13b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:fdc51db9f37982f80027e97083225e40df86cfd7581f4231f6d6ab1567569c2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:08d8cc1fa836edc87c3ed701c7af174ddb9dc72b4d57a13cb245275a333454c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1593b6aac7bb18c1bbb5d41693e8b8c7f0c0410fcc09e15de52d8bd53e356541_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d3c3f32d31a6175193ccb470f72186c6b0e17375de54e4cec66207f42bad0ab0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e8bd0323ef70a1304aba2dc54cbf26b72a24e8c064a9f3d4806827a1e414e252_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7d7e306ec16e50a8b5b527a78fdb62e8583866c2c0cf91b3befc8646e51deaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ce32ae8e1e42da3e4e2440a721704db7039e66b8c1fdaebaa42cf8706f43d9e1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:288324251d8152a4370b64afc0626097649087d8cf38be8ac0dc8cd02fbd291c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:83710056331ab52acd9dcb899d247c863c1728ca2730ddb4fd69de5d8cbb8709_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:9ce51f750a68023df9323fd15a7eaeb1472e9b8701c7ef413869d3febbb73459_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a610e82e2f124e3a5daeb2d2c1fb056e2c7bfac89afe8556431888339b9ba0d8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3dd74e170726d29f6fe0508c03f7410598d8fd7d37b6e60a76376953ccd8de55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ff84e7b914e4318aca775db8601d5b04ed6eb240d4d116f6505e04cb947c4a3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0d482c0690409199b30cdc163256b0e0990ac4b813823692f90c604c59d6835d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:abf98e8b78df5cf21c9da051db2827b8c9081cf3ea201bf9017a5d9548dbc73e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e52cd61f4e17bcd141c936fbcd3af6cfe1ce310278f3fee66b55cd155eb966a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ef489ba496eb6f6e25acc7977ec8c21b5aff7a834ec28b29b104f83b7608eafc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0f3441a346aaba5b0eb37cfce2eab3af4eadf1a8e13a71ff976d18f32559435d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2247f41471839daf79124e6b185f25504a1ecabe7083fd2f071c4dd89db77a19_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2265090801a065c68ae424911c1619ae9be65eca3d16e984c1596cbfdf6ec379_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f22dd40cd10354e3512d2065a8dd8c9dcb995ea487c0f661f172c527509123fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:41a68d7d56728c92023a9ef71acb311c1b7c961c0d4b90ff3f0e33fd7afa8b17_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b48949ab94de75cc88f783d9255abcb589fef9e84366e77e13345391ab903a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52ba78768a24efe94f7f95fe5bdd3c6156919979d5882682e06ae4a8a8d3fb4a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ab1dfcb2a4e53dbb3cdc653c7f3f0f03bdce8487d43cc6626c75f8495bfbd71_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4602b62da727470a62e3aad71502b0495d6f809f4e4a1903980e7c99d8a411bc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:98ae20e6655d2d48c0b807763171b7e88b17d5887e43194e19b92078cbc7db84_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a64a70eb2fef4095ba241021e37c52034c067c57121d6c588f8c7fd3dc24b55f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a9f2b0a20a84bb8597c27bec675309451044172db89e0907542892d3974fa0b8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:99ad83497ea12819957ccba33c807c6e4c5297621db568e5635202cb9cc69f8f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bc0f0a94b11a840b808eb9ddfa9e7e91885f8fa5212c6436fda9a7e3b633b111_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e3b1e6ffc8764fc92f07b3c1069889d20524d2aca0c4f9e124d0290cf322f4b5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f86b12d1cbbeb92f39074e67841709b7948a8a78dcae47e49008faeaf4245fcb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:19c3c8392b72ccf9a518d1d60fab0fd1e58a05b544caa79eb11bb68f00981d9d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64d80730aa52ceef2cfcdc0c414b5108832fe23134c09fc52998becdc48aa7b8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d7ff281aaf92d1eae3e78e7505dbd192f728b591c0af391ac2bf4b7b82f2ff24_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dc361b3ec23619c49e53fbab4f36bcdf66d791ef5926025d4fcdf448e378e404_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:513feed9bdea8c02802d16c35863d47a1f20c3e8562d6a2a179a47e844749666_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:58de637f3e6e5e81a1954b602ecf35fb24dc01c92d9b723e13d980d708b37b2a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:da8ad4428510f98b74e4f23fddd762afaeb272a2bd1c77148d9c4f2683b54763_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e4d0e747f55d3f773a63180bc4e4820ee5f17efbd45eb1dac9167fbc7520650e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0d5ead6bea9804224d0fa04208c0c278245c2a80c5881a0c0a7aab67d17c830f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5abe992def861ec075251ae17bbd66fa23bd05bd3701953c0fdcf68a8d161f1e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7f96d44bae01473c9ab16031f7b07a2d22412a290013ca26f6359af073c90c1a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ddc8c89a4f85c3549945307f1860ad8c8e5baa9d46363ab6cdba0085a1461b9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:31981eccb64a5aaba6f63f2ac4e4cd4c850ce247fc9fc0b82a4818c83aae5d40_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7cea5b1e66573e1b0ef30aab6202def849867805ddfa35cf4e4a5455ad4defe1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9266e1b01adedd4027a95dfec6d57e39ea42df85ecf000565b8c6eb45ad05490_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9899b0f08b1202d149e16f09616ee7b8f37e3cda642386d93a6d3f63d72a316b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1b37c527eeeb1d60bd505d612c779f523399916c40418bdd805c60b66e3774f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5a261510ba798b5e5fdfdf452c96d96e411a337da984f3902ebdd3147160a550_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c860045f496eb011a7dd788508c28be228f796bdf97986b632007fb8fe6b0c49_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fca73fd7a3399b95dcc3102a77d81965faacc73e75c162a1e3b1567470444322_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4d0b15f61491ea50a1edad84f7479cbff8d2331a3ed68eef30df667bf901c334_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:86d47b2746de823e60068255722d2c0f1ff9d327b2865071a4f2f1e08b1f4ee9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:96ce27c20214b8caa64b859e7078fb8325a5e0f88a5dbae182421194f068b7a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e6817d8ed7a89fed106450662400add9afe9c359860a95a8498fe3d121287511_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6ddbdd6c170fe946a41c854057c7a7ecd5dc32e8c852a95f02dc9fcb7f0e1b8f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:725b61c6809ebfbba6be5fdbf5330d671d618203f7928a16efbd89d5c0fbfd0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a09f8266c30666748e723643797aab1ac8ac1752c881bfd363e9bdcc6d249cbf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ffa02bd6af0b44d4955aba57f727e13671f503393926be6d8965e31dcfcd6e3c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:a5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:e40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c2a6a8827b1441a27cd6b29cf39c6e6c2192da257a1d38f96cb81b2cc75175d6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:d1977054e52a6bc368e4c9dd256c22e1f12c4597503ee6431c7e65e60c670a2b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:a5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:e40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3fb40f87d68dba42b6064e3f46436649422174bdf900788a4d0068cb5679310c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:08f673ee7702801a2229a13c2ef383556976503890054fbd4f87472aa7a1fab3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:78a661da4ae8a60d61f932cb632bc81255e85ad2c5186d130cce3d8a186c992b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a79394247657bf440e71b0ebff47026d760c71b1b03510019b3c519de7253c79_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:bc47b3d4e3bc5b1b9b8cf11eb1093c3b146255afbae49e3ef7d77cbcaf8d63d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f95cab023a7c77837be0de1481cbf1809fc5e2397f68001ac515d3195b0da1f7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:059265b72f841516e2152ad96e660e7603aa31d267c0f6f8f7fca3bef4b39ae8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:09fecc36f19b8a5e70c3dd56db339dba4f36295297c18ffe9c9d255a824f0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1a69a94e11b71a12847b733e9744b1dc8adb6c93071332f11e9784b8bffc3de7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7db1d32435fe5be23bbadd5b7eec1d1a2cf78c95e97c108315185a2077fddc99_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58068"
},
{
"category": "external",
"summary": "RHBZ#2391958",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2391958"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58068"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58068",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58068"
},
{
"category": "external",
"summary": "https://github.com/eventlet/eventlet/commit/0bfebd1117d392559e25b4bfbfcc941754de88fb",
"url": "https://github.com/eventlet/eventlet/commit/0bfebd1117d392559e25b4bfbfcc941754de88fb"
},
{
"category": "external",
"summary": "https://github.com/eventlet/eventlet/pull/1062",
"url": "https://github.com/eventlet/eventlet/pull/1062"
},
{
"category": "external",
"summary": "https://github.com/eventlet/eventlet/security/advisories/GHSA-hw6f-rjfj-j7j7",
"url": "https://github.com/eventlet/eventlet/security/advisories/GHSA-hw6f-rjfj-j7j7"
}
],
"release_date": "2025-08-29T21:12:24.534000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-03T17:11:40+00:00",
"details": "For OpenShift Container Platform 4.18 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.18/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:\u003cSHASUM_HERE\u003e\n\n (For s390x architecture)\n The image digest is sha256:\u003cSHASUM_HERE\u003e\n\n (For ppc64le architecture)\n The image digest is sha256:\u003cSHASUM_HERE\u003e\n\n (For aarch64 architecture)\n The image digest is sha256:\u003cSHASUM_HERE\u003e\n\nAll OpenShift Container Platform 4.18 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.18/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5969111957d6c24152ebd937962733d7ee93fcbc52c6b0a56963b5a1c9dc0d15_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:644b47ae9a62b57f0766f45f2b305bab7e5f5dd5de65d95178ea29a83adbcf86_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9232c8af8e0ba7a15fabd923feef6dc1d3f7e2a740ef0c277009f348cc0accb4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c4db69fb2ea840583ad3b474521c3877416d9703c9f975b41ad91a70aec580f0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1062"
},
{
"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.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:013c20bec9284a1bd213d9fb2e2aa65edfba8871c450970bbca43108f6269a6d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0bac6ac13bf085666e1a85a8213e330ff6d6d7a6a7c58be2ec3cc6f66105e450_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0cb7398bbc575c5884f712056e45800b3745a7bf59fd806037e6b2b570e56f6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5ace2dd90b2d621d42620b5a2ed422a13a7454297ffe4b657f7590452517e40_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:0189eea1d0986580e71dff3b97c420bb03f79f04da1ca9e6ffc7853fe5566ad3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:0e9e77044cbb1cae6fbb8e47aa77c3a2e6d4b6d9be38785f0de8ac5f26be537a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3320f623f15049f5c46f8425a14cb45c73e3ab11a704805ec883ad9512732856_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:72d1796407f7e57171e7370384e4352387c1336fe90e9a60538c114507d5baaf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:39468b223f5f49fec77220afae419a582db6a2deea236574f67336e1b0c1a4fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:989d54e19c2723b2c44e81d329dcedcf71c653aebc860be91033e451c9ed49e9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9ce249e1846a5b88c57c11ef546ab5afe643bd3dcf3f6cb8d1da419e3a384114_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ef019ee074174ba0c717abaa0f74a02be884ef835ea227eb0bef6dd7b3a99300_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2a7b0d43a0e93e120dd66cebc89213724feeef9ac07589a8ac0d9236e7f93da7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5f3b17cae5c72991aa39480bf841da51b44c2dc7ecc96b35acec435a39c27ae9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ae9731fa23b96fe0a08e198d4cab6bb4e4b81a006a45b1e68948ffcac4e0bf9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bec97fa6e8a87d3373096caaa844150a98355459705b4785b677d073d3fcf34f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3aa55b454c43ad80dfa5df489a795e0635845b10db18aec4f9a06cc5f869d5da_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6aeed20b8cd24c342bd24a92364c8fce56d1d34797a16be7ab8db9dbf2d7cf0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:777d265e3d5e7586527b8a20a92f52eb5cfda7ac515b2888ddf1d3035a362ea7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff35afc3e927d7e057f1cac789307af2eb12537fe985d5b9e742d8c7bb13a84a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d7123f0209595a6cd05d2db8e0e9d827200e61db15ca589f025fc9b1a59ff2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:740ef97d2a49596d2ce07805fe11b4020814f86fef4f7e8ccb7a3ff78f59e516_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7d9fc03529f56fc4e6b04414b0e10d34f94e71f02e0be2f4510af346e3e5e5f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bc4f78490737eb1d176bc498256ee4f013e723a0f0d4c058e959177c98c2134f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bfc52d6ca96f377d53757dc437ca720e860e3e016d16c084bd5f6f2e337d3a1d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c26ec64c2f5a8aee04c11e8cd29de3e0d9fa323d5eb033b54dadbdce60474e76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cf9e6024e6556ea6514dbe3bf3b1c7bdd44ebcd41c5ebbb2a7bda84c44ffeff1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fa5d2d654927396f846592a80da3c20478265bbe8f3ae4aaf2d8749d9ac2f278_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:7862391b6b069f985d3ba652ff80f29fedce94493a013b8e464e2d7bde964da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:8aa86583ab6d95341bfe038c3f1f21ec621246f6fb9918431f043791f03affab_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:8d4711dc4bd19fb7ba2bc79c47c7afcd6b3d755f73629fd06e984bde0ac78d2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:d66c62cd2681f0ae377049d8bf0aa1b00c6628d930b22a6fef5127b6d17f0af8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0982fcbef4b8f4756279e272a55c64d7c1c4fed39d71417b8639f317289f6d75_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:754659df84a55b4d50e12a60afd3a87cfcb6494bd00166e5d72f2badcf8b4480_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a7f6e95379030524472231044cd0d15a0ef984be9d8d5d5bb92a76e1055076db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:f1a2635943e5969ddff4b70b27cbe9a14b0b178b059a1531a19ec999c893cd51_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4d8512534b3c26665b3a4b895034f7f9855915392086357575ee0d576be6b04a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bf22beadfe9558f781f9e5db81bb33f09b60b867197838c268efa19faa1b372d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d13c9744485594154b03b498b6407b2d47f0817a6a4ebf6807aca1f3bfaa117e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f6dfb5a4bb0d44e481bdac34b18639086b02ae6f88344550d0766c7e3358d9dc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1147a9c8c4f5b5ad8ae728b077cbdcd40fea5db4fbcd3f04dec21fb9af0825c0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8c16f93af3941c3aefc16599859162a45822c5c2fa077df551718792c399ec4e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c1a0aba9ead3a33353dc8a033699dfa4795f4050516677dad6ed4ac664094692_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:dee9cd1a94644a85ffc67d3044d0a6251c6226111ed6f610346a0a1b16459820_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:166ce61b7567f720dda8f264dbd919dc0cd49a8929ee0f046e6d44d989005262_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7676fea92d8e9eda12a8a76c77bcc2bec9d196d04c5bdf8e4e191e637425c763_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:80ad07e0c4a7044c04490646135edbd388db21439d65f5285bbd20fdc9876f03_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:948224448cb28ac8f19094f8701e0eb07e5f185d136905415992196e09007213_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1da02c6f999c95ecb0920f31c0d82344dc9d2572d7f475f42dc42d8a9081dd44_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a7bc3f0d04dbce41099b3baab6afc7e3a71c0ae692bec1189d365093245790a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3a8aca3cfe476df607601608dbd217d64292c5d77bc2220656a1a9a3b6668b2f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:75b9a66b716e2179c8c512339bf5f4996d809c1df4ce7b19213a84bd8e743c2f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:53551d526d431b91c405ea569421560279bcbf0196a2d03b1ef584ad7d80a496_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6bb270e09c96ab51ec55d256a715febe0e6dedc4d5eeaa492987626eca8b32d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:96f0980912b063ef19f816592b2f004837d80d07ca39e9290267c1cb364f3bf6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:dd5951120ca786c6b25e52c3a4004e8e207df7f3f1e78a1c973635af022ee7c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0871b6c16b38a2eda5d1c89fd75079aff0775224307e940557e6fda6ba229f38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3cf3338663b2ac175cb7fbd0d83b6f332b00d6cb683106b7dcbb7b72f91bbbb8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a76d2cd5e2fb20b1a037b8367eba97c33292edddcd92c3f4611347fba34e34e2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:da85d837513755e4f4adb1c51051591bd24c1cbec482bf79956b8fe6a3de725f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7b26569a85b4ef6cadf9670d3472b7c9ab15b109bcda9cb73dcc66e8230df4f4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae9688141370b937a76c44d822a8af2c1e3fcbe326dcf42bde26ff6e989a602f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b01891187defbb444b2849d9a2e3817d86483f010c247b3695a4b91d5b675a9b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd35b01de09fbb4518d75811dfbcfd502f376f43a50ee4ce476d9690dfab63a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4e211caf8c5a933dd82335efdce5e001bdbdcf434e8b5a84834742229fbecd0b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7c9494105d4feeacff779458ecf3cc19b71dead22dd12da207a304d019af2124_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d0468d5af503c22a1bd83fb7ff6d57e299aebc9d9753b8656d463f44bedcf51b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e30865ea7d55b76cb925c7d26c650f0bc70fd9a02d7d59d0fe1a3024426229ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:233b59eac6fca6ccd87ab66f83799a4684116681e840103def6497241e6cfd23_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4475536f349a0f3ae2229c3dde6c46f55a2ab25b710e3856df420c18098e29f4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:99bb975c02929e0bb7b856b3f86bfc06fd10431267e140f63987fa3d697a67bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cd84996894e29d9234883627e1834217384476b6a4f68a2b6d5d961ca6ef3477_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3783056dc81f68219354963ae4e6879d023b988657eef1372f3610fae312b25c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:38914d7c7178586bf4be1f3f116612a0d97e1dee4a88288182ef1b09c574412b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a9f59df0ef23d82f6521ed0d2df4f525b6a22d01f2bf0f570cf6e8032a7b3b14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d589ed11166522b34ef9e63df5f3c76fdda425c9d726b1ffbfafb74b47c08460_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4665e4c56773950fe9da9a8158340f0997544155ded37207a5eadd77dd692743_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5be115966e17263b4d0c18e175019b447e93d9bede06bc87c53b49cd4d22778e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:611c756c064c0163c70bd8f4c72180f308f4fa9eff8b37dc322c229590989c6d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f71086b942e1399a7637de656443023593b70dd12c4667c9d615c5c7920299ca_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:34c0b4f8b1f074db22d5e81e320b1142e073e2d9f25f0dd6c245f647a201fdb2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6ca3338215628042782aee2e3bdd7dabce03b38a03b4bfe1ad6d93a666d3caaf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:941e425284a01b806853e6ea05339b5ce52b56d1aea6cd360cd5a22b7bb7b175_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f0e3f8b45691fb21f582077aa69c5f8c7ea2500d16170d14d7edd8593291dbcb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b8cc4108edfa986930272b15b13a61c9a0041e5ce47d063184ec111fa3ccfc16_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d8674e1b02678e9be89806c59eeef13352138c7b58f45e0fb513b2138484972a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:2551b49a02f96ba3948e7a47456669d03a0c663a44431e4a615ba16f17e41a79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:96a6495fa5423c74755f90b16c9f7f036ad9d392a7cef288d66066714ba1afef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6c3161dc88a50c210bc3d8012bae5b6e5bb70c4d862353ddfbaad1ecb9f05fbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ed6a7048363c48409eed14cb305e8f2437f35f28abce6e7dd7b4bd1ea06aca0a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:08dcdfe78978b0e70e260df4ec206b22f21d7248256e4bbc058b188cd1601d45_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4f99f39e9a6a4fe7fdccbce8a4e6b6517b2f4db3b33b45396dfdb80124c6950b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:00539b70d0ed7bb7fa2c1451b39db3f9a52662e0e1ac7b7d56a9f5b576186c3c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1b27777c55ff94a703b5b86e9bc34f39dae95c998b390874baddb41d1d659208_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:5d11c65fbbaf76c60977d1565b51e9595febe214e14d24043511469f6962ec66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c45d47b1c09d848db11c0e411048b01c10424d13c7ef1763f7ff4114793403a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:0d4054949bf563d74908acb8f7a3473916e84a93c9a7210b901d8b05d17a7513_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8cfd9c3ff35c35ce150c1ff31a83981d432109d241896aa4ccdf3a91dfdecdf4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1cf6e70ee2b92520a08d729488b08d8bf409b9784d6592ae61d7c3b97da4a9e8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:44c2c7882a97658a7c27154afe976cc9a4369c5a168551313ce2530410375570_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9163ea4b3eb96fc7706df4523b999333d0f24dd169a54b2ebc885ba1dd51fccf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a8ba786d108a3b2bb5f2524a4a17be6451f495fdc5cacca0c976c310a55a7005_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a27cc3348f05d178fdc90b4eaf3e884a88371f83d02e84266fdfd6324c8096b9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e35c62a0fcebd639016430efea319a3571be216f11c41d17e6dd7c6c8f3937ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70b0e5be749c3b4f016c82409ba4f2559ea72213665592fded48376efc8ae274_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f54e47721b5c645de6a91fdc65c382f8ffb712b7196070b4f0fa1eadd7afa6a5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:54523efb558477691a414aafd97958098ef05bfd34c2ecf1a576b930bdfaf3fe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cfd9360077ac2629442bad5789a8a51bbf63eeea208ba32187483ddd65a96400_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:46ea425bc4ff842500938163ddf9f23ed4325df9d688fe1484ae3746d60c7b0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fcc8808ed449ee7b0d2656e7efb0f272a41a3cb2e19101055c2f01d1c907fd69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8908c9b768ba4ea4b7e93b53be6d2da856eb38eefc9bf0bc1264241a8280d00c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b8e08fa72d69de68de37285fe05463e5f1e05ea70566b133650d8a6a0dc7fd05_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e00fab27633cab0617be1b520c7a89b38025d222b20bed2f4180dfde1d07497f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fd37b4b03f737e90c179662f90f01c29c2a72afa61ae81cc60e065e26040da35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:19c3bceb1a3e17bbfafd60ea6d16c244590019b2f1cbf91a2cc767fddb74efa4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:203130a848a2e6144934e0005db88a38a6b6f22c5cb6464ffc6a98c1f4ae7ea4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3bf25c89c0d59181fe81a30e33ea1ebec6dec838b2ef99d2c4830c66ddee8a95_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:93156295e2f3a961739c57f6ce7246d22f50f534ba423e9808ffd787bceb33db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b634f3dbaf08fd133813378d67e151d520476705b8f292adeee83687e2768a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6541102984bb49cdefa5b2d494e8ff1b28fab6cc115c555754108f65c7e627f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6dd156dd75638fca33bb1ddfe463a3e54484b8a8c0eb37d0816ee46a90edf237_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a0c61f9d9101a6b192b333d929d42f0430eba249b898afee01823990fff041ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b009966dc7bfe2d53f9ba1c5656576eaba1f81265e8f2edb7a48c2b249bad002_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bdf6a78dd3246d4836a5106991b861efd982fffba6ea2db1e22f42e48c29a509_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d6f6bed7208d2d05d8d93bc0fc47740f970539715c097f6be3a68b37e178ee2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fa889a208ecd0842c823f8482318dafb426c0ba9eaad1c8db889aaa7fbadce44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:07093043bca0089b3c56d9e5331e68f549541e5661e2a39a260aa534dc9528bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a73ebdee6a1620c6e1cb3c80a7b67183a6864a417f8815efb41be4fe004042bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e56f04824f69147ea8bd3c0fc1e6b5c26a38e95c19ee07573ab978e3efe5b495_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ecdf342afcbaa2f13f60c6f931bae5d5e13fe98299f3fb6c8ea9b6364255b403_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7fccb6e19eb4caa16d32f4cf59670c2c741c98b099d1f12368b85aab3f84dc38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:87759327bc6dc5878b47444c17f6653b5363d86c215c63a236a05e308f0cc830_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b56a763a771c2ca53c8a789f42a4a1e05877cacc669bb983ff15d0909e1437a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d5e5b0255d2a5e35ac0a19fd6278f1e996c05eebd350a9795f8da20a90e5a36c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:10f2e02396689588a8c752bda0fc37076608541bc2c7c87bb9ce9934a5322f88_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f3ed134021364ab22aa351e3b8b342b8161961b18b7b073d47417aef21032ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e155421620a4ac28a759265f53059b75308fdd1491caeba6a9a34d2fbeab4954_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ec647a6c6835e970ddd63c5d946dd72cbe91769b14061f11cdb486f9237b6c59_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:125f97f6647ec4cc82854ac0fcb6ea2d98560c53eb5d6f32133b8b69df598f0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1faa2081a881db884a86bdfe33fcb6a6af1d14c3e9ee5c44dfe4b09045684e13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3362c9e73ab0966b6dbfa9f1faa1854feff8e8a93ee884d1984af120b31e3a56_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b42361ada991ef145ed7cfa56a6e2f8849cbb11797c3e84ab798259a9fc50f24_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:102a250fa1868b1b11092bbd44d00bf7a1db231919e20b88897d0b1982576661_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:894367b856ad95beae281a18816b3443021c023121bac74ab345bef75590510a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b695ff422194fd05262480e3bc1af246f9c9212589e7d11f201f799146c8fd4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ad99424448527c960627c241c83012837af97f3687a48b3c1a7791cfcbdf22dd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:047699c5a63593f45e9dd6f9fac0fa636ffc012331ee592891bfb08001bdd963_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:799f9029090c0eb6db1d42616907d4c405b5127a4146f66905366bf275f48e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8826482bbdbf0a2d9f799378c31f6ddcac2b3099f0fa60acd32c0cbe7c19ad49_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b71d2a4314b34bdf4164ebe4796b36ba7c8327b316c064450a9b37521a9b3515_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:04f6bddab40520bae715dd9f3eb94edc601ef093c0ae44c0e35415569671819c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:bd8adea550cbbaf16cb9409b31ec8b997320d247f9f30c80608ac1fbf9c7a07e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c2ee30f4e3ec7b765de66b6b39f7a1ec2dc21ea27c489260953bd3b2bf00d84c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee6768976d5ed042750aa53b3a52dbb61f748522e389d0ce204d957434d76982_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0ae90d63bfd8c5d349436cdde4879b9e9b7688cbda159a8ef0c3035d4fc68468_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:159840e10307764c82bae9b8c564c7094b8f4d85095ada8da8f5226f5b2852b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1f8765166728541c216748bd018bc78b56d4825ab25ea2aff00dc2159657c4f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3c5d5c48ee8cae20835d5289ea89404a35896efa3fa0c9bb1d34938e6fe81c6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1951c5446e7c28e909725dff87d86a8a694d9d0be8d14d3d8381b05a04238cdf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7b8fb1f11df51c131f5be8ddfc1b1c95ac13481f58d2dcd5a465a4a8341c0f49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e03ab066f272792564bbc5417419ae634fe7125c681011e265a7e5a68c7050f2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ed488d09c9a25e1dfbe1ca8c895a561a7b59c5ab7a274d226bb768ff638d1ab9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1401a3d45911840fc38614b90338b6947b8452601d8096549a275257aa46f293_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3cafefaa62e731d480e2385cde5aa56005c228cadcf643af9860bcf4a621367b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:770db9d2d73ae5dcd359747a232cdfe88988439d79af83a68db2d272b2d5d197_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9aaa9fe683383fd292c15d90e565138aab152edc4129977a525cfc53ebd78893_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4299c86832609607cf541210da5b49603a1255ecf1821e55ae83314cef55bd52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:551bf35bbbce1c364d482e9aedd53c597f816517e5bb95192fd8fd5d2e626f88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9adcf85afec4650d314b57f6abf710eb89fe98dad51bc59d5d61482729289dd2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f2b79e7095306e8edd47f3e1d2b20b8150a61b506a46df7095bcca1bddae3b54_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:42eafa4ca6ab084394b60fba7b07184b77b6b342ffae32b6867f058b508e96cd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5c8d88010ecd35afc87692bdd3ae1caa678c6b38361b1ea96b32104b5b13736e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9f2b80358f029728d7f4ce46418bb6859d9ea7365de7b6f97a5f549ed6e77471_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ea4fc147389790709cfee364fc743693c07b86d1a60913c0949ee40dd329e6fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:17afc45022541b052772d999e52f5d548b29aa2c9edee17f51f6c401d2eb155b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:490b30bbec721a4fca03ba67a3c65fe14dd232c3d479879166934d10e2a841c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9cc42212fb15c1f3e6a88acaaa4919c9693be3c6099ea849d28855e231dc9e44_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd4f7240219ca7f98c11cc5d18978e99c4f3a18fb80e43842c7b1aa3741a940c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2431778975829348e271dc9bf123c7a24c81a52537a61414cd17c8436436078b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7ccb01b969567f51f835f0e958e3c515d243b60dfb71e38d34b15de6d05dd994_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b9242e2e5f4671c52e7ce8610ecdfa89f5d3824ac89a9fabedec93ae8d5b60b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f3e3e85941bb1c598f730642e613322099e247fe00c82942bbf61b2c9b7720c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2b2960aeaa71d91adfac978f96718518f3251288f8a0289d298f256207ea99ee_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:47c1d88223ffb35bb36a4d2bde736fb3e45f08e204519387e0e52e3e3dc00cfb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:69be6fa285a84391db513a04b0f8ab74d30b91257a393fc06215f32dc00e4e9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:854cb1ef468d88b88c96d0dad49c25dfdef26a3eade8c26ad966e26febc7358c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:13d06502c0f0a3c73f69bf8d0743718f7cfc46e71f4a12916517ad7e9bff17e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc807112929064290fc27a9cff6fb35c151b21ae8a309316bf0e359eb4ad7c3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e9291f11217f5f346970be6a524fda92069c255a635651989583997b44f3e261_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f442b5091cdf61d59a7bad5673aaa77ccf57930a2b2e94a179007b173d49ed0e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41f9f9437d67a77df14fd73bea9a55dce6a151d3e829d06adf6a4cca0ab0f669_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b959cb65553e3aff316ce884abc7b42e4313ffde89390d8b7755e18c8b019ea7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e1c8b9784a60860a08bd47935f0767b7b7f8f36c5c0adb7623a31b82c01d4c09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f9113e8a252757e26bc6ce434b052147f2cf285afb6071135706d3641df1611e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6dd9324942b3d09b4b9a768f36b47be4e555d947910ee3d115fc5448c95f7399_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1f0d2e5e5f491f0cf9d115ffac8460e76fb2ecfe905adc1ef0e75dbb6dd99ed_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf1e6eaade0b2a65408f666a55c3dd64f81dc366ab82cc9cbbd32d51a6170ec2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fd6ca7c0e9086481be0bd4c407623af4e6d62de01dd16b877556e3b818f7f8af_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3a3da785b1c68c3c0589e429959a1422d45d7d92f0ddf2a1f2914cf6be292e75_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5a0a3f72007c0e3677bb93a9baffc30d82b8fda0d65dc248a8a236a1329408f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cc03f91dbf08df9907c0ebad30c54a7fa92285b19ec4e440ed762b197378a861_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e12059245006f55cab3164481fa778ec1a44846b422aa13cd59e4279a5f9dee1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0386494d2322e8d0e6eec988cb9f57ef3e4e91bb3c8ac091caf18b600a179b39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2969090e51624a2e7f8ef0f17bea3993eb5d647689c6e1cbe0e34547a6ff6eaa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51b8117e12938db60e7a972f90f7cae176b776d3a94e56428ef440c85672dbda_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e3d21c51712e6e0cdd9c776479f6d1ab55bc1085df5bb5f583e69ee192d11fd3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ef02dbe8f97a7f197e447337209d5b9a39b094c452b53e34ddbe35ec9cf67fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9ab8271af1a39ffc70e7d733a87d17b3c92bacaa30f1b684d0d779971ded8ccd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd019260c7aa2018ad976745ab7ff71deb43fe556a8972e5d6553facd5a65a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f01eb0bd0753b888218e4ba3e2e66592744e2c360575fac15d9b6079f2a86e4c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42f9169107d898da6aa80f67edfb98bfade84a34e93521365b4af091ce9f92b7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5c8f4ec08c4ed388b7a78c7e6dab99bdd1a2026418d27a80c8913475c75757c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:af3ed66448314364ba05a0aba0076459ef771630670d6e76e92bb8a83e44a83c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d6a6142fc9210ea156df1bcb747657fe68c57c56c52e73df0daee014ea6d84e3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:82809e1befa215331f9e7f9263ca4c5a9fd86c877a4c79c8691388f5b660b442_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9c784dfa1aa85e05bdffbf6a2dfd72c1ed0ef8f9e3715a37b09ae05b16b01e29_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2410c4183950551a84c4d56849755087c1c873c9a86ffc3f78aeba765584fda_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e8ae0b5bab647ff989f276cead5f360bcb88c813f181d75dc3106eb5dbde0b39_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c9838eeaff91d7f0f3c81d57d11af3a0aa8823ab541100f0c5dce2651200660_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ae8504da2cdde248194b594cb1a6731b04280d6114fb540d2255a223a48fc298_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e6f833f3a19a716a06b1ea6b4787794a690a77c7ab75c130da533aaf9d428c66_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f56d01ef06fe016c748e8c87538dea8e9fcc84856eb116bd3597cc8e042e9f0a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0c381750c8da0904cb0ea8696bd67d063cb9120e54f7988f93165ce951e50007_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3f3e2893565fe6061c78339600a4eaa49d485818f484fcd0ccc8baa010b6d826_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:86ae6b3e4d1152193c692d92616c64a2dc085a0a37a2e4be51843298c08788d3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e391fce0b2e04f22fc089597db9e0671ba7f8b5b3a709151b5f33dd23b262144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1e7ac69aff2f28f6b3cbdb166c7dac7a3490167bcd670cd7057bdde1e1e7684d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:475e358c04d92c10245802b52880219f6b7967505a72855f9bc9b33bd17628cd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d16424fa647e34349fa402ce100cae5f3713b206f69d6cae36a03e5f7eb4e374_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ec80d535377fec7d27cbd23002084ae97b847d8fe6ef8f0ff88c960f9f691446_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0100b616991bd8bca68d583e902283aa4cc0d388046437d5d68407190e3fb041_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0da0ee0d54a1624acd043e066a3819fd7a4bdfe02a73321a91fd100599e64f1f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:69ee831e3ac5dbf239025b14e53dd23e2bc902cbf1cfcb2c5d99f1c228e57efc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c582deb37feeeac0551a5893107c5623b2cf3e97bf178fbc3d6b03c143128ea1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:07e0128e9f7e5c2f1d9d0b04d46240ad064fca7064cf2e7c932ba8542d124ea9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5fbf4751a49a88a89f674e64861e7dcf491cc67cad34719a0bfae8ab0eb100da_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aacc2698d097e25bf26e35393ef3536f7a240880d0a87f46a2b7ea3c13731d1e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fc3647c4d70cf253f4946fae6072af87545056f541c5dbfa9ce6c77734d77ec1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56dffbd86bfae06921432678caf184b335bf2fc6ac7ee128f48aee396d57ea55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:786cb35495e9433cfa8a271849c8bdfea14ca6c54af63d9f49a0dca82603b26d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:98c7b3e48d0d32805e8211cdfb3e653b1ed6b2278793fe89837c04a9f443986c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bd4fb9fc797dc15ba60847c5fcf2dd7e4ff90ec01937c24b4a04531bc307f821_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:068ee68a5aab0ca0650a815f7742cbe8a8410a58a13d10d600017dfad100cbf4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:333e6572029953b4c4676076f0991ee6e5c7d28cbe2887c71b1682f19831d8a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:506186c7c4297973e77ce372fcea0eea0388d5db0e0accba6ddc18d8c7680ca3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb7111dedf68a51d4656f8b837421c40f0833c12084c2e41382932d555238d6c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3084a7cb2734d03cc752b42ea90e7b8830013afa268c84422c514484ef924c69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6dd544a8a6b4d08fe0f4fd076109c09cf181302ab6056ec6b2b89d68a52954c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a8331adecd0a5e43182894a10a71677ddafcf12c12f211e9b7656230c918ab17_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d945852f512d781311dbae8d78e1377a06e8d752deeacc4063bf2b52cbd5baa6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:02a995500ea997486e929548855ee40c68288a4a567cf4112020d0e3b62d10cb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:44aa21f2975c14129581bfdf40e0c2a4138cfe1061946c82257f161065025518_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:664fa1569548d3e75358cc6fa91717249c49ccd909ad09a62ced8b61f3976b5f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f353131d8a1223db7f637c9851016b3a348d80c2b2be663a2db6d01e14ddca88_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:445305216f3ea0977c0f76ee3dd676121f58c29384648a2f64e76e7a1d0ea887_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5d54bd262ca625a326b01ea2bfd33db10a402c05590e6b710b0959712e1bf30b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b95084d4eb2e9c44453f2dc55bf54c25601aa4563bc143e9276d5dff383d65f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb02ec382b9619d25bb892b5afd59efc7d265c7bd7b787e30a976eea7b4f7cd1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0e446723bbab96c4e4662ff058d5eccba72d0c36d26c7b8b3f07183fa49d3ab9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1bdee83651c2e8dcab13f52b03ed670998d481bd3f8f86488760ad04e82bb4e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:9fb3cb70070ad7c4b3f7581156955397d124268423bf14fc1f0bef47f40b7a7f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:cf67c856a6dbe76c9776f26b62a34f6cedcd62e108931f38f1f2ac15d63261c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:43dea861132154bcb2841a604f7946addd7b1e5b0fe7e25538a6c57e759cd4dd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9617d07f9516a6379b20ba8f01065096ed90a9d76afa5ab45e36bbdc03a10c06_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a90d19460fbc705172df7759a3da394930623c6b6974620b79ffa07bab53c51f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5ec54fe646fe2cd114eaab995524f602dbc99aa374b166a18acbec30c871435_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:32d9191bcae0d38dc540060134626a47eeaa8ef456ee09a6c5d3fbcbbd0cd451_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7269d6e83782e3b5a928c728b5d61198b6053071fcfac3b354ff2776c7c5eba2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9621a8349f227a728571af9c11a8ba1e7bc35c372ac794148f132c498e1f170c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:eb6498725b67e95ad35031022a9c4067cc72922dbea9ea5f7173ccdef2e11daf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3e728217c3f8a21a876600b73c72d90e807f83ce8af03ff6a38cc452e5d48e88_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:859e8a6e1cde5c011db2c542f6fcd8d37bac212976581d75953f463d2c280556_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b328cc111673357f61dbfea432f7b93727a4267df63ff41519c7bd95237d3666_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c53133aeea03421274be7731f5b03c5d29143aaf270bfc67134647e1cee3175d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0833a87e886ca5fec2adbc71655d8fbe4fc2925d2fb14a7cd926d4a79d6ba0ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2003997515f3c4a4eedf7e87d4f6c21a57eed9cffa4e1187a8ea6018b1f85fb4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:75f54bd17f252279b031acd3509f06cd2b9d418efe1593eabb282ee2f9147141_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:93559e3a79fdb47a054add7a65cb98c1b8da73a542795b28a85c8c52f954cd95_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1935dc068e6fab6154c9361f30ec34459606ca802b3e32875a59eaad23d45599_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:89b6b1510e189c286c3675d32d57dd18d707d731f3e279213290efef0d6f8065_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:95e7647e6fda21b94b692f03908e4cd154e3374fca0560229c646fefe2c46730_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d81ac0615482c04941f2f4e716cf27f32933ca372dfd9ac1edf2c42772522ac6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:1876adbd1d6444a0f00c04182398800871cf59d26d89a0259bb76d1785ef6354_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8c2c8b9dcf7925622da59ae7281922dd1612dd29a2804e5c40eb52e98970d2c8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c8164cc9e16e8be9ea18be73c9df5041af326ed6b3059faff08f76e568cf4dc2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e3348bcb04f2c9bce001994cb406f11a5970d9e0d15e82e5b6f44a19ca42b135_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3b11193c44bcc8230e338c234196925fe952cb8766ae4634a3d41959cbe6ef9e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8e6e6a997146f438994d1e501e3b51243d6446d054e0b7f57ab8109cb062b380_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c71147789a1399705b03be0ee1e7de89fc403939d36efb56565237e81bee272e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e786e28fbe0b95c4f5723bebc3abde1333b259fd26673716fc5638d88286d8b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4a19cad091787605e99743d52e73e3aaff720bf2f1aea1c889a28589c83ac89a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:63c5c6b0f955717d9ffa8ab20ad9ab58a443d80405c58a4ada0429f6d3d5fbf7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8ea13b0cbfe9be0d3d7ea80d50e512af6a453921a553c7c79b566530142b611b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c5ceac8d09149b2e204846cde81f9e87b6fba38e00c6fabfc9ce043889645a0a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:29331d2c54945440e2715d0246d997ad20ea76b67411d1acbeb3cfbde5b52ee2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4c9bfdc66ceaf66bc9b66d332a5579b412cc560200b82793a37996bd1a828734_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9660025e2bde36358f60d15143e8a3a085ca716f5b73f0e6d3ef65286fb4cb09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d1782d4a16a24063794a5b7f1d511c0c9422d2a946ac65adc9d408b2963e0d7b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8fff7f10461a43a8ecedb83b3620d8b16936f7cbba840f9a5cafccc7102dd805_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a60c6b58097bb0ced1170dd3a6c88bfc2f05e19755bfef3045a227da15b8ac84_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1d69b5b232aae28996c5ed43d2c24234215902905c4694c5ac72c86ac6736b39_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6cbbb8e2f4020c8d006b00901483ebc2968e06f1ce90cb73215724002a29177f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:81113710e0afc2eca536f9dee5f0fb525b42b6a2a1c2b4c8141c409181243ed3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c985206add4f3f2159d9c16a531d2e52bd47b52e3b58cc66c78337eedb9587c5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:22d4e0100d4860ecbfea3a693e1dbee3803da780cc3adbb22c54398c41b9d05e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:27a620542daa309791058a32d9648ef3f4ed7112a52f7d2abe1de32d000a3d9b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4af8180d1e5a1cd9c0800e58ab9d206ed23c0ab8d772e1457d8c7002f5432cd9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c784d65851be8f4a512f82b94d946e36f291e1ca49332ec95db7261ad10b2476_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4120e602b26df6f97b93dd035ccbaf7603419fc1505f53a60b04d7d0cff824ce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:8726f5535666a5212364ad59773e974135b820c6f4210a7be9dabe9d6d5a497d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ab299b63908b76729b260c067f218831ef64c0ad4e0c2c36030ddf0b365048f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b079e71b94cda1fe2bd7415f10c4b6e3431c0aa6780a2965cc563864ecd0bf96_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:17101cb34459bc9b5eb483f12ca09ff2e626b17a8c10529f6ff801d19523b5d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d0a16ac7e433102846b7045d1d7287dab28afce96ca1f057619a24c3437960b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:914c6b5117522525c98560617c07726d91adc1e6336f44e0aea726a3fcb0bfb5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f65258f60d5d17a5cd7536f1aff2d1f352b318e6027e48c826619ce686ea7848_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e45fcda9f48e3dfb88619650d2cf25a3618d65909406c1392daa86a0b0b0906_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:333b5d4296161cecde72dded62e02348b02713cccfbb10a278d0803b58702b28_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8fad98bc4b0cd93f399464f668b82b8881938c1d11a70dd4b66d91a7436f29a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d18454f3b49661c052375ef14c9f6ca31589a61abe2f6d23ec0cbf49288b3685_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:009765215dab7918f6db7e0b89257cb2666f722704728d3f973f751300501f57_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1435a805d3433bd5e3b6141ed30055f8b6350e1c56f9f8b3ba4febdbef794cb4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a6b596bf430dedc60b4a2f53e60063ee69f3211a1d83251104863a80c496dfbf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:af845b43887f34f127025f2d2e2a9c64802fb74548ee670f8ee463de03d2978a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0ef10533c807e985c1c4a79cbc1fcc7f9c4c47f8e9de95394c2eeb11f19406be_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2c0993e0730d5a50177ab1f52d49de59affb5cb085b7e605f92e3e16a2025ed2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a26b20d3ef7b75aeb05acf9be2702f9d478822c43f679ff578811843692b960c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a4d4fbbacf9daea318ea4a8c362c37b8c7756280b4412be9d30e1027db3bd24e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:32d870af6b3321fd3ada475dbf0da4eebbb106bebd4efd2f4bd2d1ed895cee46_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:44598513b21b1758425792227838b0a976b2930fd77deed69bc7e510c7a42bed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e8e05a2406f75c74c21ef32d7b9137cf37af909a838f24bb03478333c184bfa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8729815d028242b26db06f2ff44816d022e0e7eac34b7b8df11d27d938fe057e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1ccf6d7ded0225c9cafb3e448dcdf68543283ca268ee9659e1ef9e5c4e75078a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3391dadcb3627066db6573e2c5169480e3565e62738a36c053ff7cf04436d02c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:45836e9b83eb2557719999a2d656ab65d8c3fc76d1c49e2089554bb00806a613_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8d8553b21651d295a2270514ef06d8a1c2f1847801373bce608ea47a9f343f39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:15ebfdd859de122945f7cf8e41e3b1a6e5e02a463b884e0a3fad2fc583c0f156_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af768b3ba72eb21d29dfca44b62d480ba9a0775a72f46283f0cbfa5a2db0e15b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e45a7281a672f84d53fc76919b0c6371feb68cf1b3ffa17b8f66fc4456e587b5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e70e8d7d2acb6a102c00bcd503ae17b849b0540508560f66c3d00070967fd289_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b64e7605d4b7472503ba03472931529a380460991e9ca7f99346b7f4b5cc802_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:661734a34dc3126e9653ebf1f7408ee2664c3c5d783865ea3b2ebac565bf81cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e90e658a6cea41dbc60c5f505e79505754af4d8e21a4ec8642017cf2fd05edde_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fc2817e5b16d83dac91d1a274fb93521165953e9bdc28f3073b127eacc5a534e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:16778d01948d8ca7522aa9737c8cd049a7cf81185552fda4773d6473e1809629_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:8bed6766df40c0c172611f3e4555cd20db639eb505b2345abed6d5babdcbb5e3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c7e700f4be4f72557608a1eb824d31e525634df235817bae2f7537cef44a1ddc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc9bf05482fc6e6265b99d15af471c07833443e3cf570f98fe9485320a91160f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:003aa53775bd7aa68eb9e6f17b74d0429a7d4b010a18eff475cf04b38e9b493e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4569fa0adbac85f6e0eb3b0fea15b8e54d0c1b47e30d2e4150ebfa1c454af232_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5b5a2718790518f88576a71aa2147861a0d9b18e245ea05d4178ed1a03f60aea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5b9a2e49d40059a937f07610c36d08b25831cb730d339d39fe0092a23484b7e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af52ecd8e68fd1305cc33e00f7191ce0713ec836c503c6da4641c90e0983ae24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d5a544e6e442437c1faacc6fe39c128b2d1b614ee14eddc71d4daec6659fa8b3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:709d1e9db0ff0e4cbae288a26ec649c033b3bef43f967348ba467beacb8bb940_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:83402ec46858a4af6aa942398120e625060d1054b01f0153687878ff1bb7cdd5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f9cac75f10f2d788cbca0d5ee0d86b9cd6306cc4aea3398d4e73d0e0115a06b2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1cd56ff15528043064ca838584925d307a50934c6e6a118fd558c706987c87db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7fdef6711b75be2dda50a98bc28af265c3d0de8a1dfbc263890f08cc5bc027c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9cd09c76f15748683e540f57fb78c18e3997fac265de588558d9523cb01af762_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7b02e0e7863575591c8f061856ec92ae63f93f83c18042b3ba7bce18f3939313_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8a8ff039e8e6da1da63e55150bf9b3d0e7f5bcaf5f14476de279e7e86879306a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e914b65759662d462bacd6f4e9119396c7b328c3d705981ebefa3fa44d528343_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fa17dd6cab9295064cc00b7d7838776910fffe3d6fa0e5f619a43c6db8ada0cd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:39b63894fac4b3593d329f88bafa14872da758417975ac4e519a470004c01cd7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4f9bd383efba6e1bcd94b7a665177d408a9d09ed6abc91b7c1f5096cc9c716d7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b318889972c37662382a2905888bb3f1cfd71a433b6afa3504cc12f3c6fa6eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ddca32f42f27e22361c7285694591b0adfec5e6b22ea5e0714152230de4269f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6299220482f0e3c3f393e5eda761e3fab67e96ddffbf71a7a77408359401533d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d79a89cd2a26411dd32ebe870a3b520a7554e50ff5fc6a6e808c6d066b9a2298_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dd9778efa474673fae38ef8756527a4d8be8b2b9117ed31a2311d7ef6398d38a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f55ce8e190fe51295ba9c603a0b12cec77133cd6197ad453da97ce16c0490a3b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0e8341548fb734f7d830b3e9789f576a1481011da3c69b9a031dd73060ed1d85_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1c671b9965ce8d5d95823765967a24153723d7873c1f9595791a3d5dd87bf616_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:45df9f1e03139df090148d1d135d83dcac69c16a95c7a75451066823e784c796_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f87f4821bacea3fcb8300e1437a70ac8f59871e9f93d137ecc992ba54f4c6ecc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2876144218625eb13968b95d331dd3f71280a7dacbe687b71119a5dff99a47a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e8f36ad2e4bf89a9bb1a66d9760ec91c6ad6702bf799c650454b177cf5e02661_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:23b0e71b138eb4c9e23e073f11974dd0f054d1cb78bc36227497076c0e8c1764_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:2bb5f0a1682720b3071e499962c26d2d4c251f3ea1b8fa251cc3672de8bbc229_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b88e42f7000f64593afa03762f3147c0f9f0cdddd2ad762942ba6ec38198a06_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:be556777383ec5ea2f8f241b4041fe9b4a5d8315f64a39f7381acdf49ba4bb4a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3d1bc6478c932d695a39d9d99a4cef0ed71084e48e30d1cbe2d97fdead890109_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:40e602a3b1bd99d11ffec934c73e4c8e8ddc467fe2bbad87d599f014032517f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d8161c91d731205f8fd61104da764c5157212beb1c15572139df1924dbaf2f7c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:6354e7d162ca21ff645f85b23efdbffec8881b41f636b635d9dd722fb2695fa7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:855da3c26547421a3d19f55e6f6ec3cacc2d89d854a854076e4d02f241ecb6bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:9d81d657fdd5847b3967a328a58f541ec829a890b701937bba6bf190ec884db0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af18c1924bcec23e6ae18a55268803d2a8d1b012152fe3ce225f27833a0cfa73_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:21656ae3e6fcc6356ea9226dedda5a263f7cf26c9cea2f0abcee058b8c742407_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3698e2a155099e47a40d08a6288f6071be4bcf359269e1c0afb136a55d3b9d94_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49b07f0266e0c2c9f60457d6fbf2b9850396a154435fd74752fb130246b3083e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d6ab8803bac3ebada13e90d9dd6208301b981488277cdeb847c25ff8002f5a30_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5cf0b82b3b281feb5bdbf130c292cadc0f958068bb9b199ae343716f1c06538c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:64a63605d152239b2d79517aa8491e55bd000f0a56a1c0ce018f46c91615d6e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6b11cc744de3c1075dfcc6bba210ba8630c1285dc763e29c2ca92e0a6e93877c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6b3f0a2d76bb8d59fa0f80a8ea9a5be31b817f609616357d16299e106136508b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4e48ac2c69b06ec640ad1a030f8f362a04a3e9f56a86d7cdfc1fcb3b5153888c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:85e96028782951f12624e1d9d247b60dda409d9a812dd600809618c45ab2fa1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cc6f78094ef67715b6e53c67909ce27754b45ca8169077269af8705650fbafe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f789fc86f85771671e023e9be500435b1fbcb7aafa009f8c4e6de156ccb97ab3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:03e4d350f807eb47d0c5a0c101db1dad2ccfb6f2ae3471a9c4e1834b469083fe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:35e6839dd0b0c041b9c8b96be0487aea33181c71b05b4f9637411169c9f4199a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a26bac6b099818b6001c8eb82d73918ee017896e9299a189c51ada1000f4fe3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e38c6946a5624a992dc152865350970ca58249cb21df6c944da9968dc41c1109_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5969111957d6c24152ebd937962733d7ee93fcbc52c6b0a56963b5a1c9dc0d15_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:644b47ae9a62b57f0766f45f2b305bab7e5f5dd5de65d95178ea29a83adbcf86_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3afe0837c149f85cc4342abf22348d1edfd3cab0ee47da44574134b3cc185dbf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:56a3eb27754a136e415cdec3caab804cbbfaa9aaede0fb9fae065bcc1a0196e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9232c8af8e0ba7a15fabd923feef6dc1d3f7e2a740ef0c277009f348cc0accb4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c4db69fb2ea840583ad3b474521c3877416d9703c9f975b41ad91a70aec580f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7e8dc30740476e4dd332aa0539af3f9bc12bd6aa72c64e75f5e9e0b8d2620b3e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e55a15f93eedbf7b0e13fea4d3ac9b891453f854d5294a891c1b9a848c6ef54f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:280a1d3ebea4063a3ecd076897fc7bfc0f5b994a68f56ca5f61aadc778f1e9c1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6118230d5cbfa3823cca0e7dfafae0385bac42a6263945ae144652bfb9b4ef12_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c488d9cdc38eb475a612aeb32d9f7773e3f872d568edd48b7d5f66b76a2e192e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e244ce4887df2622a242a251028398497d178a3025bf7e186baa71d717d53685_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61909dd359430849c04591218c11cedb8fdf6e4489d0454473810582ce373b1d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:67d1623cf33e4a5ecaa5ec7f1dae3af4e0e0478489b3a628de2062dca1473c7e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7ccd86a40b9f8901dad612623b56cbae1c260160c1d0bd8fbae4ae9e73d21e74_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ebaf06d929ec771d3882b5a8e4ae86816f995d27fa65afcbf29c048a2bb6fc72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:08bf893d824045af0b68cb4898c2cdcd2d7c9a7c0aa1f8edb3a5a39f0ccf036b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2b2051f90781bc62840adb0e5a60951231433e23dc381b2c26156775469683c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:699c950e437c327caffd05eedebe7c6f82f19e899e9e736ab787aecaf9bac072_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:93bf1697031cce06c4e576aa1ba5d8bda7e91b918627ed1d61f8c89a95a111f0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:707500db7f401655e50021f4606293a83292d7dc663772cf30eb96a9ad625bdf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8b33fc26e42a8b4a7b69c94635b01dbd975ff885be7228fd8f86323a592fcecb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9e96b53e74d1b802c2e63544e4689c9d262e9c996902c6e8a7f3ca34b23fdd50_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f2ed46b09f78b1c40eb9e6af9209a4e844095b0c57ce404370ccfbdeceea210e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:240701090a5f8e40d4b88fa200cf63dffb11a8e2eae713cf3c629b016c2823b0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:77a1a98a21cdd445c61af995ea508add1582f8cc8a940887c265e2dc335cf217_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d397c7a96aacea416f5db435c36cc61bd57c85e688a6b63d7a062520104a9de5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e09eaebe629254a4f57e9ac5f83ab709fcd8c934e027a1a43d570205886d6516_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:481ab9bc77d5c211db3596838e7e78d433708d295766223689ff01be60facc42_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7036403b4ab9460482491386c7a920df215fd9a86e9da5034a011eca320e1ca2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a2a6c2aad7bbf903fda4d91b29e2940c5707d533e70b0671194f710472713b8b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a40b41bc3bf8b94d1c45ac663b132301493089c3068e98dc7e0d3915fde9256b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:957899abc8de7f0991851e6895c4530594227825f9c71adcfd359469bbe5188f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:98d2699768903d2e054aef086920f5a14d339a8a23053cb68ec146033b662c10_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a5349be7d33bb9d7d94718e63db975b1bc65c355bebd77269e5bc1f3affa6892_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bbf05fdb021442514d6125cfbeec569b15594d5ca88f996f5c97a13fe58e39a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:af8ad7c28f1cd01b74fcd95eaaf3bf9fa7bbd397ab8d1532f6ed2a46c6ad1abc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f73002387a396d9dfc14afa7ac22c12c4354a1b59b5cfe1700a9b0692a4e2104_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2d2d9f64984ac68b9ea27602982e0c3b95518c46d40e943cff5b3f26995f0d4e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:33270bfb06a8f7cd9d6eae5517f74a53f905b4a59190dab49604b6aa5a670f9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1f98b001245f7eb8d334deb8c40ae02d5d337223a138eb62c2207a76166c48b6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f8b3ec39d4b9a9117b8f79bcae9e7731eb8c49d96c6fffbefbf011323edff57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e3a293358c5e7c8f13153fc98cb5a779e997dd31f497d4deafc4ecfd0f833ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4379021fe63045cc14b52bff805f386a8f2cd6e7dd1f610865952738e1a9ab44_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:75b59dd85933088716cb16850f913a6255ec5bde55c1392f59a5b5f2d11f3f55_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:dacc9761f298bdba26c47083ccba6b6050aab0ca3ad1eacb7cd5c95b1f131cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:dacf9ee50a503485566d7a987f231e04adf176c0852c6302bdf0bc4a0fdac0ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:548a7b07a9187069e2b5cd50f66cb4a56db437495cad6470920a70341cb710b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61ad680342bcad1460f4255c94490aa3e08ec579714e9b7091a2cd48816a7f62_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0c7b43c868b24bc3021b41795db539ce116907fe765922e5606dd82e7ca8cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fa28b66298c8b34f2c7b357b012e663e3954cfc7c85aa1e44651a79aeaf8b2a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a2ac689e121314cc8fb297e64c5e603db1d5916876abbac3815b343e578f96b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8baecd6a4500b2e21b83a699b8bb1d4eb4edb6e2c09970d31a8d9112c2c0230d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9250bc5d881852654c420b833aa018257e927522e9d8e1b74307dd7b4b0bfc42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d963c7c8e408edb21d2d85eee1db0fe4395f46df69dec0664f3f9836c77ea7ed_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31d64e12bd1b486fbff24f932eb90d0991f288ab42fa3729fb686f6fb1a3a12d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:35359eae77d7751386f969f79ffa899d95d4af9ebc73429ff5321c3bdc8b6c67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:68cad1c790fb3b5dd6e4dabae9cd1899552b0f4b5b61451e4f71fca5c5fc75ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd60ed7fd7955cbac6882fa5e0d7e38bc3c06791950867c3ebcd98679e366f06_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3813d16b41b7c5844562faadc6d72e788ad612ecd14218a511e3ac4fbf68b4fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6fede6672fe85cfd09592a8662b18db4e0b4f0794655febbba7190e9e30f475c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:71972d1c403ce0380f8c579da1a6ddf56d5a6aeff7f711fd6f5efcc49dfa01c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:aaa92509b71c898caed43ac2b5d3b3fc44fff333855789eb1d7df15f08e91ea3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:583e1fc8e2153750cb82fb979286fe2b78e937f01a21753556b935737333890a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8312f577bec837b4be7057f728c3a3c265a7edcdcc31133b69335905d537f2be_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bbe162375a11ed3810a1081c30dd400f461f2421d5f1e27d8792048bbd216956_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d35c6ed4b93aef162df955ca750277ecd1d9469b713bb9a511669147a5b46e33_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3678d30cf1504f94fa97afb735317fa7335984133c68a4500d49735f28412312_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:83c7c5507378c169941b9e2452c77f40778adc76e5983fa2ff394056bed5d78f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c626150f07ba75062856d06674f8c419ae002930de38821811236c2445f1c1b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e226d545f885b4380928e9bbbc0804267ec45a85a5028b304f579afdd26f8c3e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8a10e4d7343e563ffe42c9181bbbc9dfd687744c94e125be639026f595e462a3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a53b0253f537d2d04a2665ad24a169f07fe8268ea662cebd3368a2045e586914_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f27fd0404deb58aad573fe174a675889a7fba84fc5cb916ef702c89f1b51c724_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fe683caef773a1963fc13f96afe58892563ea9921db8ac39369e3a9a05ea7181_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:60e6e4080a8c39326a9a09c7e3def79cdbedd3c178dc301609d3d8e67007e0da_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:67d61d27aa46f8c1f49f2f691ebeec6a8465c1506c83e876415fcf6be19c2d77_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e1d93d28a1107734216ecbfac1bdbeb688c21a50fdee28f7a1742013e2c8c129_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f74b7312ebbffb5dfae17070ddcb798440a801a40a6797442779a5fa0b650e9f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:15c5e645edf257a08c061ad9ae7dab4293104a042b8396181d76dd28f396cebe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27978322fa73148af7670efebefad1175166acf9a127ea881149603534034fea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d214c12c98c1c95fff59a40d7529d29db15dfd6e3ee12b32d178888c2992a4b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d4a1f1b3de1606844a597602508eee8024e34e5f2ece04852602b4f0718d5f39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1794986bda8e564f5dcb1bd4b385f8ec43899bdc981cab2f72f6914d02094275_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75b78aa7b834f6ae099b76db9be71ae5391ae79ecba4e6b88dd5777a004d7064_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8797eac9a0a1012640bd8d2a04469760246c27b0ba73a18d7a9027693eedb7d5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:df623c15a78ca969fb8ad134bde911c2047bf82b50244ee8e523763b6587e072_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05f9496cb181c53eb12a46e8f258333f87a54b703412f2f0717e361d4d1e9409_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4ab28f40d1b15cc2ef0ad2f041770ddc69bec7c151ed128e6065dd1c722690e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:858152628388d9e146897a7a373713f74ef204bb937d935995e8721dd3c6140a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98a949efb0c81c5c5968e069c9b6a518b3b6afbaf4e75cae5eb207554b06c2db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c38d58b62290b59d0182b50ce3cfd87fbb7729f3ce6fc06ffa46d9805c7dd78_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b49f8648e81dfa19ba4a05cd0f0f40d67eea325821b3e6bfd7825783955a0f5f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d966d36d2a008aadd39a289ad8eb427350a2940518f800158cbef89414588f9b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ec1e69a505e7c80c680f442000a32ffe9b1af694d810ca5582092ffe6dfac254_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:41fae1a5e5e4a0b5502c3adf571c9b0fc33ee2cfaec493e8153178bc64436d2c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:80531a0fe966e1cc0582c581951b09a7a4e42037c106748c44859110361b2c1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9b3bfe91fc01c7e3dd7f50da66aaf2b879a450901f1c73f84d021e69a5576342_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e38f330016b2e81eca6f69397ad57a5d0348f2d2f2c3522307b35aadf8b5ddb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:525b23eadc757450747d893874b77ec666fe15f329f0ee40e4b04571240c5e1f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5f459bbc953c9460f2166b782dfc3be213709521d5109b52d428a560ad05aa46_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5f83dd9b2d73733b7972a43e3e152614dd4e87926f4bdc7a10a2f292ae771276_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a913cef121c9a6c3ddc57b01fc807bb042e5a903489c05f99e6e2da9e6ec0b98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:7055ad7af6f2763c0f9a1a6ac6f24fa4dc2ba312cc9b0805ae0a06187cecc89a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:a120d08d454a9112a7f31a9da6627e788406726fe1c035bd70c180eda14f37d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:161ad6696b6d7e64bd2fa9ecf35a337e1510361af64ef4f6b8482d1f2c87d864_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9d28e4ba3e1edbd660f9a0fbfe4f0d990fd3e03d9589548acab5416ffbe17e00_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aec827e9517e79a99451685f94adbb7a4ad776367652958ca004075fd982d69e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf24751d6b6d66fcfc26aa8e0f94a4248a3edab6dbfe3fe9651a90b6b4d92192_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:78da28b1bb83150be79dce517585380c81a778f59489052aaa3ac0a71506a052_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:88b0549c1ff942159d48cb2da2681cd727d3b4e9b18964a7a7fc5cc51890ecf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8c4c2f467bab09a9b40d1ecf1c8723ff9544eb8903918c6dd3cfb0060cd5da82_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ca12eb74b51e1d5205a322884b88c8efd900ea567d8585eb655df8060a72a7ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0b4672982b3ab346f6a22832e4bc73e8f5a2e42dd7673266c3c9a7dc563e5167_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2969828f1fcae82b7ef16d3588046ace3cf51b9ea578658c42475386e0ee1fc7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:58c5b3a8ca2791474b4a92c43090bd44085e08e1a9dd8c65b3436a910be41a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:aa005faff536d4390dffec3bc457a4f20010f70a17411d185b2c1c6c97b663d7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3bb3c46533b24f1a6a6669117dc888ed8f0c7ae56b34068a4ff2052335e34c4e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4f9a68a87323bb2263ed303e3fde605101d955c86c4476baacb43a8c9b74a47c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8bc73e26c8f8fd634a32c3faabd2d87385947f74ec3907189760c565e91e7519_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c0abc19c0d20438799cd30ca25a5c3459f1be7cec680d64fe1db22087a20688b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1840c1e925794e4f05dc6fdb3fa9b660c16d3a96e4a5299b427ca19bcdc3e7ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2238d41551f6e4f6e5b6f9e1d718b7bb2a7205e188ab54de967a794a6d270f05_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ae30b3ab740f21c451d0272bceacb99fa34d22bbf2ea22f1e1e18230a156104b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bd2933bc337a590b443394a8e0e46be3b6ffdcfd006344534281f0520fe2facc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5043634a40e7f9d541c57c28ae82902ccc4a906d4e056c36f55322e6bad59705_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:71360db1f3a4ad29ea21c8fc43a5ace3c714908e9db2fcd24b399cb7086ac311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b41a8ae60c0eafa4a13e6dcd0e79ba63b0d7bd2bdc28aaed434b3bef98a5dc95_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e224a02ca283984387d514861d34711f5fe9146a33f1aa4ad9f9158260e226a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5137d9c1d64fb22e3b2562c5eb2ebbda136ba77ffccc6b9f401ff7e0dbd7ac52_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ae4b76786960056dea05371c3148d40f624bfd4ca4e314d83c330fc5d4dc9f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7e61ea6fa0abe887217ee126701d71f7f4307c46225f8592d5cd1dffe62428ec_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f122c11c2f6a10ca150b136f7291d2e135b3a182d67809aa49727da289787cee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f08586dd67c2d3d21053a044138f1bbedceb0847f1af8c3aa76127d86135a58_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6ade6ae0f25bbd0118a7530d4447b9ed17058e4f9daa871a226125ef5ced3192_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9f4ebe4007be3988112fb00dc8f711930f3ffa1cc9bb60aafb9842694b7ad04d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a944b6da606cd0a5845f9cdd307445b8baa6343078c1698e9dd48d5d30df6260_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:770e169283c6dc690b2e5ad6560c43ace5897760f45ba4e0cbf006a75def23b1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b61ee2b7a6814324bdf1fbf6c5c72b994b9b0069a85e1f92a0cc9fc2633bd93_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a000b455663f871d2c08877974c63f3d0a3f494a44bffe0b143301d97a2bcd4a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f59a52f0304427bf2b814e616bc0675dbf800d94fbb7107026d976a5c77bd6ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518db4df4846950212845f7b1a78803ca297a5fdce2d1e09a3ca0d9b48f039b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4040654f77bc137b99afdd6aabdd47a314bdbe1794f931ec2dc9b7d2337111ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e503dc23e8e6a2988adc1a8e109401358217ca17ac8ac523bfd669e5a3504055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f1fc49b7b09dfd1ed67cbec6138650de4e29228b2cd16d1bf94a6d305122962e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1267a95b647ac530955099ac9bf8a2510e1b151628992e71b502a10ffd79c37b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39516d2dafdcde7dba1a531b909c6495d54d5e44bccf8c3fbdbecde8ae689201_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:69ad8c7b14b26b771bd20dd9a6d3eef52a3c5954b94becd42c1d1f2cdd1f9bb8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4b691a98453ddf2c1dd80a6e7f8f557474f358a6270a6b4bfa676b7cff5e39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c0bbfb74cc437ec2fb4bf9353b8caec1c941939bf38991bef916b2fb156cb70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:96c7847d759b62b52ca65856bbe6d1c25e49f9ee9333d2364b2a5f8bc69c46b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ca88f406b57deca5600c7753cc0d64279a4e9b030b0081b85eeb87a93a8dc5a4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:db209a1b80ab7b1e6183361f0fb98147afb983607906c30f82027d3bd0251d76_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dfc75b5189f731217fbe7068ad92322052693a962fe798bf0a5f1a67fb38c899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e442a9e8be5d749d694409c6588126eae0938deb8ba7ee9ad201cd56a600bd11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eb3ab7be1af1e0118f4dc015d4091b7587b3515c5b970495b60b407ce8acae63_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ffa7ba153e3b857d714843fab966cf5fa4789f000aa7044562dc37647962738f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2f29c6007abb7084880e408947a9c8ed602603bf0e766e076adf700979cd40d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7d8e3e51ce3be568a9fe7a145d443e9223bd161cae7ecff0c2ffd2a9fb40d837_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cc51710a07f6a46a72c7802009f13f26aa351caaa4adaebc0d4983c3601e8a2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2c600e3161e493dad43a984808f70b880d37964e3eac08c1bc00a297d23ba1c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4253559bc4e21c1177de09c223d9304a80438fa2f38c39e720e17e1b993cb746_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a95180c5a4d2713fcdb002fb2879c9df206d1b05e5ba1379189c8ca4825b7866_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ad0eb0b006e9297f5bc0f907f18e2227a7ca646710c6831c1439799cc97b8b20_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dab7a82d88f90f1ef4ac307b16132d4d573a4fa9080acc3272ca084613bd902a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31e1e6592359d6a681a2575484ae93896983eb644a94e27d2eebeb579880c7f6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7a6675a0c03a88df6a0737032529308d1f3ba950221e5041084189a6fe95f22e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9e23fb1c99e6496bde42a13dfe236b060662b908ea30ee8d45c99c5ae447c493_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aca57c8abaa83b2d1dce95fa7fe5b9416be70e100957ce48f212e2ec404387bc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:18bf4a07ec975ed90d11a29f4ef82d75d68db396ded31c8317300699eca7ad90_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3e68d4ea67cb9c838d6730a1039ea23b875a8ecbab2b4d76375d6df245339e41_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0ab8409b78d9ea94b865fc9ba95bd36bdf1d648ec7ce6cc179226b28fe901d7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ce0723f310f2351f67d486c97f7ce8ec8585dd6e9c7e3e86f62f5424e16723d5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:04f4d72f5b89a5f05142f1759f85a3a185cb30fcf3b4677285a76a67c08db690_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e5b6b8ee694f3fd3cb9494b50110abbf01839036c632aece1719d091d844fec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1cbd36f2d83a55cb00336de1e56e111dfba439b4d864dbe4554614c6a0fd13b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:fdc51db9f37982f80027e97083225e40df86cfd7581f4231f6d6ab1567569c2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:08d8cc1fa836edc87c3ed701c7af174ddb9dc72b4d57a13cb245275a333454c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1593b6aac7bb18c1bbb5d41693e8b8c7f0c0410fcc09e15de52d8bd53e356541_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d3c3f32d31a6175193ccb470f72186c6b0e17375de54e4cec66207f42bad0ab0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e8bd0323ef70a1304aba2dc54cbf26b72a24e8c064a9f3d4806827a1e414e252_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7d7e306ec16e50a8b5b527a78fdb62e8583866c2c0cf91b3befc8646e51deaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ce32ae8e1e42da3e4e2440a721704db7039e66b8c1fdaebaa42cf8706f43d9e1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:288324251d8152a4370b64afc0626097649087d8cf38be8ac0dc8cd02fbd291c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:83710056331ab52acd9dcb899d247c863c1728ca2730ddb4fd69de5d8cbb8709_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:9ce51f750a68023df9323fd15a7eaeb1472e9b8701c7ef413869d3febbb73459_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a610e82e2f124e3a5daeb2d2c1fb056e2c7bfac89afe8556431888339b9ba0d8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3dd74e170726d29f6fe0508c03f7410598d8fd7d37b6e60a76376953ccd8de55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ff84e7b914e4318aca775db8601d5b04ed6eb240d4d116f6505e04cb947c4a3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0d482c0690409199b30cdc163256b0e0990ac4b813823692f90c604c59d6835d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:abf98e8b78df5cf21c9da051db2827b8c9081cf3ea201bf9017a5d9548dbc73e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e52cd61f4e17bcd141c936fbcd3af6cfe1ce310278f3fee66b55cd155eb966a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ef489ba496eb6f6e25acc7977ec8c21b5aff7a834ec28b29b104f83b7608eafc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0f3441a346aaba5b0eb37cfce2eab3af4eadf1a8e13a71ff976d18f32559435d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2247f41471839daf79124e6b185f25504a1ecabe7083fd2f071c4dd89db77a19_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2265090801a065c68ae424911c1619ae9be65eca3d16e984c1596cbfdf6ec379_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f22dd40cd10354e3512d2065a8dd8c9dcb995ea487c0f661f172c527509123fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:41a68d7d56728c92023a9ef71acb311c1b7c961c0d4b90ff3f0e33fd7afa8b17_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b48949ab94de75cc88f783d9255abcb589fef9e84366e77e13345391ab903a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52ba78768a24efe94f7f95fe5bdd3c6156919979d5882682e06ae4a8a8d3fb4a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ab1dfcb2a4e53dbb3cdc653c7f3f0f03bdce8487d43cc6626c75f8495bfbd71_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4602b62da727470a62e3aad71502b0495d6f809f4e4a1903980e7c99d8a411bc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:98ae20e6655d2d48c0b807763171b7e88b17d5887e43194e19b92078cbc7db84_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a64a70eb2fef4095ba241021e37c52034c067c57121d6c588f8c7fd3dc24b55f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a9f2b0a20a84bb8597c27bec675309451044172db89e0907542892d3974fa0b8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:99ad83497ea12819957ccba33c807c6e4c5297621db568e5635202cb9cc69f8f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bc0f0a94b11a840b808eb9ddfa9e7e91885f8fa5212c6436fda9a7e3b633b111_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e3b1e6ffc8764fc92f07b3c1069889d20524d2aca0c4f9e124d0290cf322f4b5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f86b12d1cbbeb92f39074e67841709b7948a8a78dcae47e49008faeaf4245fcb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:19c3c8392b72ccf9a518d1d60fab0fd1e58a05b544caa79eb11bb68f00981d9d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64d80730aa52ceef2cfcdc0c414b5108832fe23134c09fc52998becdc48aa7b8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d7ff281aaf92d1eae3e78e7505dbd192f728b591c0af391ac2bf4b7b82f2ff24_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dc361b3ec23619c49e53fbab4f36bcdf66d791ef5926025d4fcdf448e378e404_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:513feed9bdea8c02802d16c35863d47a1f20c3e8562d6a2a179a47e844749666_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:58de637f3e6e5e81a1954b602ecf35fb24dc01c92d9b723e13d980d708b37b2a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:da8ad4428510f98b74e4f23fddd762afaeb272a2bd1c77148d9c4f2683b54763_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e4d0e747f55d3f773a63180bc4e4820ee5f17efbd45eb1dac9167fbc7520650e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0d5ead6bea9804224d0fa04208c0c278245c2a80c5881a0c0a7aab67d17c830f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5abe992def861ec075251ae17bbd66fa23bd05bd3701953c0fdcf68a8d161f1e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7f96d44bae01473c9ab16031f7b07a2d22412a290013ca26f6359af073c90c1a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ddc8c89a4f85c3549945307f1860ad8c8e5baa9d46363ab6cdba0085a1461b9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:31981eccb64a5aaba6f63f2ac4e4cd4c850ce247fc9fc0b82a4818c83aae5d40_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7cea5b1e66573e1b0ef30aab6202def849867805ddfa35cf4e4a5455ad4defe1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9266e1b01adedd4027a95dfec6d57e39ea42df85ecf000565b8c6eb45ad05490_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9899b0f08b1202d149e16f09616ee7b8f37e3cda642386d93a6d3f63d72a316b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1b37c527eeeb1d60bd505d612c779f523399916c40418bdd805c60b66e3774f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5a261510ba798b5e5fdfdf452c96d96e411a337da984f3902ebdd3147160a550_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c860045f496eb011a7dd788508c28be228f796bdf97986b632007fb8fe6b0c49_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fca73fd7a3399b95dcc3102a77d81965faacc73e75c162a1e3b1567470444322_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4d0b15f61491ea50a1edad84f7479cbff8d2331a3ed68eef30df667bf901c334_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:86d47b2746de823e60068255722d2c0f1ff9d327b2865071a4f2f1e08b1f4ee9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:96ce27c20214b8caa64b859e7078fb8325a5e0f88a5dbae182421194f068b7a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e6817d8ed7a89fed106450662400add9afe9c359860a95a8498fe3d121287511_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6ddbdd6c170fe946a41c854057c7a7ecd5dc32e8c852a95f02dc9fcb7f0e1b8f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:725b61c6809ebfbba6be5fdbf5330d671d618203f7928a16efbd89d5c0fbfd0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a09f8266c30666748e723643797aab1ac8ac1752c881bfd363e9bdcc6d249cbf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ffa02bd6af0b44d4955aba57f727e13671f503393926be6d8965e31dcfcd6e3c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:a5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:e40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c2a6a8827b1441a27cd6b29cf39c6e6c2192da257a1d38f96cb81b2cc75175d6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:d1977054e52a6bc368e4c9dd256c22e1f12c4597503ee6431c7e65e60c670a2b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:a5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:e40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3fb40f87d68dba42b6064e3f46436649422174bdf900788a4d0068cb5679310c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:08f673ee7702801a2229a13c2ef383556976503890054fbd4f87472aa7a1fab3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:78a661da4ae8a60d61f932cb632bc81255e85ad2c5186d130cce3d8a186c992b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a79394247657bf440e71b0ebff47026d760c71b1b03510019b3c519de7253c79_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:bc47b3d4e3bc5b1b9b8cf11eb1093c3b146255afbae49e3ef7d77cbcaf8d63d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f95cab023a7c77837be0de1481cbf1809fc5e2397f68001ac515d3195b0da1f7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:059265b72f841516e2152ad96e660e7603aa31d267c0f6f8f7fca3bef4b39ae8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:09fecc36f19b8a5e70c3dd56db339dba4f36295297c18ffe9c9d255a824f0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1a69a94e11b71a12847b733e9744b1dc8adb6c93071332f11e9784b8bffc3de7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7db1d32435fe5be23bbadd5b7eec1d1a2cf78c95e97c108315185a2077fddc99_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:013c20bec9284a1bd213d9fb2e2aa65edfba8871c450970bbca43108f6269a6d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0bac6ac13bf085666e1a85a8213e330ff6d6d7a6a7c58be2ec3cc6f66105e450_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0cb7398bbc575c5884f712056e45800b3745a7bf59fd806037e6b2b570e56f6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5ace2dd90b2d621d42620b5a2ed422a13a7454297ffe4b657f7590452517e40_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:0189eea1d0986580e71dff3b97c420bb03f79f04da1ca9e6ffc7853fe5566ad3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:0e9e77044cbb1cae6fbb8e47aa77c3a2e6d4b6d9be38785f0de8ac5f26be537a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3320f623f15049f5c46f8425a14cb45c73e3ab11a704805ec883ad9512732856_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:72d1796407f7e57171e7370384e4352387c1336fe90e9a60538c114507d5baaf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:39468b223f5f49fec77220afae419a582db6a2deea236574f67336e1b0c1a4fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:989d54e19c2723b2c44e81d329dcedcf71c653aebc860be91033e451c9ed49e9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9ce249e1846a5b88c57c11ef546ab5afe643bd3dcf3f6cb8d1da419e3a384114_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ef019ee074174ba0c717abaa0f74a02be884ef835ea227eb0bef6dd7b3a99300_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2a7b0d43a0e93e120dd66cebc89213724feeef9ac07589a8ac0d9236e7f93da7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5f3b17cae5c72991aa39480bf841da51b44c2dc7ecc96b35acec435a39c27ae9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ae9731fa23b96fe0a08e198d4cab6bb4e4b81a006a45b1e68948ffcac4e0bf9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bec97fa6e8a87d3373096caaa844150a98355459705b4785b677d073d3fcf34f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3aa55b454c43ad80dfa5df489a795e0635845b10db18aec4f9a06cc5f869d5da_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6aeed20b8cd24c342bd24a92364c8fce56d1d34797a16be7ab8db9dbf2d7cf0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:777d265e3d5e7586527b8a20a92f52eb5cfda7ac515b2888ddf1d3035a362ea7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff35afc3e927d7e057f1cac789307af2eb12537fe985d5b9e742d8c7bb13a84a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d7123f0209595a6cd05d2db8e0e9d827200e61db15ca589f025fc9b1a59ff2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:740ef97d2a49596d2ce07805fe11b4020814f86fef4f7e8ccb7a3ff78f59e516_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7d9fc03529f56fc4e6b04414b0e10d34f94e71f02e0be2f4510af346e3e5e5f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bc4f78490737eb1d176bc498256ee4f013e723a0f0d4c058e959177c98c2134f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bfc52d6ca96f377d53757dc437ca720e860e3e016d16c084bd5f6f2e337d3a1d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c26ec64c2f5a8aee04c11e8cd29de3e0d9fa323d5eb033b54dadbdce60474e76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cf9e6024e6556ea6514dbe3bf3b1c7bdd44ebcd41c5ebbb2a7bda84c44ffeff1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fa5d2d654927396f846592a80da3c20478265bbe8f3ae4aaf2d8749d9ac2f278_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:7862391b6b069f985d3ba652ff80f29fedce94493a013b8e464e2d7bde964da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:8aa86583ab6d95341bfe038c3f1f21ec621246f6fb9918431f043791f03affab_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:8d4711dc4bd19fb7ba2bc79c47c7afcd6b3d755f73629fd06e984bde0ac78d2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:d66c62cd2681f0ae377049d8bf0aa1b00c6628d930b22a6fef5127b6d17f0af8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0982fcbef4b8f4756279e272a55c64d7c1c4fed39d71417b8639f317289f6d75_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:754659df84a55b4d50e12a60afd3a87cfcb6494bd00166e5d72f2badcf8b4480_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a7f6e95379030524472231044cd0d15a0ef984be9d8d5d5bb92a76e1055076db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:f1a2635943e5969ddff4b70b27cbe9a14b0b178b059a1531a19ec999c893cd51_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4d8512534b3c26665b3a4b895034f7f9855915392086357575ee0d576be6b04a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bf22beadfe9558f781f9e5db81bb33f09b60b867197838c268efa19faa1b372d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d13c9744485594154b03b498b6407b2d47f0817a6a4ebf6807aca1f3bfaa117e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f6dfb5a4bb0d44e481bdac34b18639086b02ae6f88344550d0766c7e3358d9dc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1147a9c8c4f5b5ad8ae728b077cbdcd40fea5db4fbcd3f04dec21fb9af0825c0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8c16f93af3941c3aefc16599859162a45822c5c2fa077df551718792c399ec4e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c1a0aba9ead3a33353dc8a033699dfa4795f4050516677dad6ed4ac664094692_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:dee9cd1a94644a85ffc67d3044d0a6251c6226111ed6f610346a0a1b16459820_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:166ce61b7567f720dda8f264dbd919dc0cd49a8929ee0f046e6d44d989005262_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7676fea92d8e9eda12a8a76c77bcc2bec9d196d04c5bdf8e4e191e637425c763_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:80ad07e0c4a7044c04490646135edbd388db21439d65f5285bbd20fdc9876f03_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:948224448cb28ac8f19094f8701e0eb07e5f185d136905415992196e09007213_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1da02c6f999c95ecb0920f31c0d82344dc9d2572d7f475f42dc42d8a9081dd44_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a7bc3f0d04dbce41099b3baab6afc7e3a71c0ae692bec1189d365093245790a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3a8aca3cfe476df607601608dbd217d64292c5d77bc2220656a1a9a3b6668b2f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:75b9a66b716e2179c8c512339bf5f4996d809c1df4ce7b19213a84bd8e743c2f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:53551d526d431b91c405ea569421560279bcbf0196a2d03b1ef584ad7d80a496_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6bb270e09c96ab51ec55d256a715febe0e6dedc4d5eeaa492987626eca8b32d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:96f0980912b063ef19f816592b2f004837d80d07ca39e9290267c1cb364f3bf6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:dd5951120ca786c6b25e52c3a4004e8e207df7f3f1e78a1c973635af022ee7c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0871b6c16b38a2eda5d1c89fd75079aff0775224307e940557e6fda6ba229f38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3cf3338663b2ac175cb7fbd0d83b6f332b00d6cb683106b7dcbb7b72f91bbbb8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a76d2cd5e2fb20b1a037b8367eba97c33292edddcd92c3f4611347fba34e34e2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:da85d837513755e4f4adb1c51051591bd24c1cbec482bf79956b8fe6a3de725f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7b26569a85b4ef6cadf9670d3472b7c9ab15b109bcda9cb73dcc66e8230df4f4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae9688141370b937a76c44d822a8af2c1e3fcbe326dcf42bde26ff6e989a602f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b01891187defbb444b2849d9a2e3817d86483f010c247b3695a4b91d5b675a9b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd35b01de09fbb4518d75811dfbcfd502f376f43a50ee4ce476d9690dfab63a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4e211caf8c5a933dd82335efdce5e001bdbdcf434e8b5a84834742229fbecd0b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7c9494105d4feeacff779458ecf3cc19b71dead22dd12da207a304d019af2124_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d0468d5af503c22a1bd83fb7ff6d57e299aebc9d9753b8656d463f44bedcf51b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e30865ea7d55b76cb925c7d26c650f0bc70fd9a02d7d59d0fe1a3024426229ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:233b59eac6fca6ccd87ab66f83799a4684116681e840103def6497241e6cfd23_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4475536f349a0f3ae2229c3dde6c46f55a2ab25b710e3856df420c18098e29f4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:99bb975c02929e0bb7b856b3f86bfc06fd10431267e140f63987fa3d697a67bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cd84996894e29d9234883627e1834217384476b6a4f68a2b6d5d961ca6ef3477_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3783056dc81f68219354963ae4e6879d023b988657eef1372f3610fae312b25c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:38914d7c7178586bf4be1f3f116612a0d97e1dee4a88288182ef1b09c574412b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a9f59df0ef23d82f6521ed0d2df4f525b6a22d01f2bf0f570cf6e8032a7b3b14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d589ed11166522b34ef9e63df5f3c76fdda425c9d726b1ffbfafb74b47c08460_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4665e4c56773950fe9da9a8158340f0997544155ded37207a5eadd77dd692743_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5be115966e17263b4d0c18e175019b447e93d9bede06bc87c53b49cd4d22778e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:611c756c064c0163c70bd8f4c72180f308f4fa9eff8b37dc322c229590989c6d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f71086b942e1399a7637de656443023593b70dd12c4667c9d615c5c7920299ca_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:34c0b4f8b1f074db22d5e81e320b1142e073e2d9f25f0dd6c245f647a201fdb2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6ca3338215628042782aee2e3bdd7dabce03b38a03b4bfe1ad6d93a666d3caaf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:941e425284a01b806853e6ea05339b5ce52b56d1aea6cd360cd5a22b7bb7b175_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f0e3f8b45691fb21f582077aa69c5f8c7ea2500d16170d14d7edd8593291dbcb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b8cc4108edfa986930272b15b13a61c9a0041e5ce47d063184ec111fa3ccfc16_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d8674e1b02678e9be89806c59eeef13352138c7b58f45e0fb513b2138484972a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:2551b49a02f96ba3948e7a47456669d03a0c663a44431e4a615ba16f17e41a79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:96a6495fa5423c74755f90b16c9f7f036ad9d392a7cef288d66066714ba1afef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6c3161dc88a50c210bc3d8012bae5b6e5bb70c4d862353ddfbaad1ecb9f05fbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ed6a7048363c48409eed14cb305e8f2437f35f28abce6e7dd7b4bd1ea06aca0a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:08dcdfe78978b0e70e260df4ec206b22f21d7248256e4bbc058b188cd1601d45_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4f99f39e9a6a4fe7fdccbce8a4e6b6517b2f4db3b33b45396dfdb80124c6950b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:00539b70d0ed7bb7fa2c1451b39db3f9a52662e0e1ac7b7d56a9f5b576186c3c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1b27777c55ff94a703b5b86e9bc34f39dae95c998b390874baddb41d1d659208_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:5d11c65fbbaf76c60977d1565b51e9595febe214e14d24043511469f6962ec66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c45d47b1c09d848db11c0e411048b01c10424d13c7ef1763f7ff4114793403a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:0d4054949bf563d74908acb8f7a3473916e84a93c9a7210b901d8b05d17a7513_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8cfd9c3ff35c35ce150c1ff31a83981d432109d241896aa4ccdf3a91dfdecdf4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1cf6e70ee2b92520a08d729488b08d8bf409b9784d6592ae61d7c3b97da4a9e8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:44c2c7882a97658a7c27154afe976cc9a4369c5a168551313ce2530410375570_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9163ea4b3eb96fc7706df4523b999333d0f24dd169a54b2ebc885ba1dd51fccf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a8ba786d108a3b2bb5f2524a4a17be6451f495fdc5cacca0c976c310a55a7005_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a27cc3348f05d178fdc90b4eaf3e884a88371f83d02e84266fdfd6324c8096b9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e35c62a0fcebd639016430efea319a3571be216f11c41d17e6dd7c6c8f3937ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70b0e5be749c3b4f016c82409ba4f2559ea72213665592fded48376efc8ae274_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f54e47721b5c645de6a91fdc65c382f8ffb712b7196070b4f0fa1eadd7afa6a5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:54523efb558477691a414aafd97958098ef05bfd34c2ecf1a576b930bdfaf3fe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cfd9360077ac2629442bad5789a8a51bbf63eeea208ba32187483ddd65a96400_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:46ea425bc4ff842500938163ddf9f23ed4325df9d688fe1484ae3746d60c7b0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fcc8808ed449ee7b0d2656e7efb0f272a41a3cb2e19101055c2f01d1c907fd69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8908c9b768ba4ea4b7e93b53be6d2da856eb38eefc9bf0bc1264241a8280d00c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b8e08fa72d69de68de37285fe05463e5f1e05ea70566b133650d8a6a0dc7fd05_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e00fab27633cab0617be1b520c7a89b38025d222b20bed2f4180dfde1d07497f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fd37b4b03f737e90c179662f90f01c29c2a72afa61ae81cc60e065e26040da35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:19c3bceb1a3e17bbfafd60ea6d16c244590019b2f1cbf91a2cc767fddb74efa4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:203130a848a2e6144934e0005db88a38a6b6f22c5cb6464ffc6a98c1f4ae7ea4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3bf25c89c0d59181fe81a30e33ea1ebec6dec838b2ef99d2c4830c66ddee8a95_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:93156295e2f3a961739c57f6ce7246d22f50f534ba423e9808ffd787bceb33db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b634f3dbaf08fd133813378d67e151d520476705b8f292adeee83687e2768a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6541102984bb49cdefa5b2d494e8ff1b28fab6cc115c555754108f65c7e627f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6dd156dd75638fca33bb1ddfe463a3e54484b8a8c0eb37d0816ee46a90edf237_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a0c61f9d9101a6b192b333d929d42f0430eba249b898afee01823990fff041ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b009966dc7bfe2d53f9ba1c5656576eaba1f81265e8f2edb7a48c2b249bad002_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bdf6a78dd3246d4836a5106991b861efd982fffba6ea2db1e22f42e48c29a509_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d6f6bed7208d2d05d8d93bc0fc47740f970539715c097f6be3a68b37e178ee2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fa889a208ecd0842c823f8482318dafb426c0ba9eaad1c8db889aaa7fbadce44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:07093043bca0089b3c56d9e5331e68f549541e5661e2a39a260aa534dc9528bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a73ebdee6a1620c6e1cb3c80a7b67183a6864a417f8815efb41be4fe004042bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e56f04824f69147ea8bd3c0fc1e6b5c26a38e95c19ee07573ab978e3efe5b495_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ecdf342afcbaa2f13f60c6f931bae5d5e13fe98299f3fb6c8ea9b6364255b403_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7fccb6e19eb4caa16d32f4cf59670c2c741c98b099d1f12368b85aab3f84dc38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:87759327bc6dc5878b47444c17f6653b5363d86c215c63a236a05e308f0cc830_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b56a763a771c2ca53c8a789f42a4a1e05877cacc669bb983ff15d0909e1437a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d5e5b0255d2a5e35ac0a19fd6278f1e996c05eebd350a9795f8da20a90e5a36c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:10f2e02396689588a8c752bda0fc37076608541bc2c7c87bb9ce9934a5322f88_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f3ed134021364ab22aa351e3b8b342b8161961b18b7b073d47417aef21032ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e155421620a4ac28a759265f53059b75308fdd1491caeba6a9a34d2fbeab4954_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ec647a6c6835e970ddd63c5d946dd72cbe91769b14061f11cdb486f9237b6c59_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:125f97f6647ec4cc82854ac0fcb6ea2d98560c53eb5d6f32133b8b69df598f0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1faa2081a881db884a86bdfe33fcb6a6af1d14c3e9ee5c44dfe4b09045684e13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3362c9e73ab0966b6dbfa9f1faa1854feff8e8a93ee884d1984af120b31e3a56_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b42361ada991ef145ed7cfa56a6e2f8849cbb11797c3e84ab798259a9fc50f24_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:102a250fa1868b1b11092bbd44d00bf7a1db231919e20b88897d0b1982576661_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:894367b856ad95beae281a18816b3443021c023121bac74ab345bef75590510a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b695ff422194fd05262480e3bc1af246f9c9212589e7d11f201f799146c8fd4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ad99424448527c960627c241c83012837af97f3687a48b3c1a7791cfcbdf22dd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:047699c5a63593f45e9dd6f9fac0fa636ffc012331ee592891bfb08001bdd963_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:799f9029090c0eb6db1d42616907d4c405b5127a4146f66905366bf275f48e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8826482bbdbf0a2d9f799378c31f6ddcac2b3099f0fa60acd32c0cbe7c19ad49_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b71d2a4314b34bdf4164ebe4796b36ba7c8327b316c064450a9b37521a9b3515_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:04f6bddab40520bae715dd9f3eb94edc601ef093c0ae44c0e35415569671819c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:bd8adea550cbbaf16cb9409b31ec8b997320d247f9f30c80608ac1fbf9c7a07e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c2ee30f4e3ec7b765de66b6b39f7a1ec2dc21ea27c489260953bd3b2bf00d84c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee6768976d5ed042750aa53b3a52dbb61f748522e389d0ce204d957434d76982_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0ae90d63bfd8c5d349436cdde4879b9e9b7688cbda159a8ef0c3035d4fc68468_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:159840e10307764c82bae9b8c564c7094b8f4d85095ada8da8f5226f5b2852b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1f8765166728541c216748bd018bc78b56d4825ab25ea2aff00dc2159657c4f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3c5d5c48ee8cae20835d5289ea89404a35896efa3fa0c9bb1d34938e6fe81c6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1951c5446e7c28e909725dff87d86a8a694d9d0be8d14d3d8381b05a04238cdf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7b8fb1f11df51c131f5be8ddfc1b1c95ac13481f58d2dcd5a465a4a8341c0f49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e03ab066f272792564bbc5417419ae634fe7125c681011e265a7e5a68c7050f2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ed488d09c9a25e1dfbe1ca8c895a561a7b59c5ab7a274d226bb768ff638d1ab9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1401a3d45911840fc38614b90338b6947b8452601d8096549a275257aa46f293_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3cafefaa62e731d480e2385cde5aa56005c228cadcf643af9860bcf4a621367b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:770db9d2d73ae5dcd359747a232cdfe88988439d79af83a68db2d272b2d5d197_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9aaa9fe683383fd292c15d90e565138aab152edc4129977a525cfc53ebd78893_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4299c86832609607cf541210da5b49603a1255ecf1821e55ae83314cef55bd52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:551bf35bbbce1c364d482e9aedd53c597f816517e5bb95192fd8fd5d2e626f88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9adcf85afec4650d314b57f6abf710eb89fe98dad51bc59d5d61482729289dd2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f2b79e7095306e8edd47f3e1d2b20b8150a61b506a46df7095bcca1bddae3b54_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:42eafa4ca6ab084394b60fba7b07184b77b6b342ffae32b6867f058b508e96cd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5c8d88010ecd35afc87692bdd3ae1caa678c6b38361b1ea96b32104b5b13736e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9f2b80358f029728d7f4ce46418bb6859d9ea7365de7b6f97a5f549ed6e77471_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ea4fc147389790709cfee364fc743693c07b86d1a60913c0949ee40dd329e6fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:17afc45022541b052772d999e52f5d548b29aa2c9edee17f51f6c401d2eb155b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:490b30bbec721a4fca03ba67a3c65fe14dd232c3d479879166934d10e2a841c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9cc42212fb15c1f3e6a88acaaa4919c9693be3c6099ea849d28855e231dc9e44_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd4f7240219ca7f98c11cc5d18978e99c4f3a18fb80e43842c7b1aa3741a940c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2431778975829348e271dc9bf123c7a24c81a52537a61414cd17c8436436078b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7ccb01b969567f51f835f0e958e3c515d243b60dfb71e38d34b15de6d05dd994_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b9242e2e5f4671c52e7ce8610ecdfa89f5d3824ac89a9fabedec93ae8d5b60b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f3e3e85941bb1c598f730642e613322099e247fe00c82942bbf61b2c9b7720c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2b2960aeaa71d91adfac978f96718518f3251288f8a0289d298f256207ea99ee_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:47c1d88223ffb35bb36a4d2bde736fb3e45f08e204519387e0e52e3e3dc00cfb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:69be6fa285a84391db513a04b0f8ab74d30b91257a393fc06215f32dc00e4e9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:854cb1ef468d88b88c96d0dad49c25dfdef26a3eade8c26ad966e26febc7358c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:13d06502c0f0a3c73f69bf8d0743718f7cfc46e71f4a12916517ad7e9bff17e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc807112929064290fc27a9cff6fb35c151b21ae8a309316bf0e359eb4ad7c3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e9291f11217f5f346970be6a524fda92069c255a635651989583997b44f3e261_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f442b5091cdf61d59a7bad5673aaa77ccf57930a2b2e94a179007b173d49ed0e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41f9f9437d67a77df14fd73bea9a55dce6a151d3e829d06adf6a4cca0ab0f669_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b959cb65553e3aff316ce884abc7b42e4313ffde89390d8b7755e18c8b019ea7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e1c8b9784a60860a08bd47935f0767b7b7f8f36c5c0adb7623a31b82c01d4c09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f9113e8a252757e26bc6ce434b052147f2cf285afb6071135706d3641df1611e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6dd9324942b3d09b4b9a768f36b47be4e555d947910ee3d115fc5448c95f7399_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1f0d2e5e5f491f0cf9d115ffac8460e76fb2ecfe905adc1ef0e75dbb6dd99ed_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf1e6eaade0b2a65408f666a55c3dd64f81dc366ab82cc9cbbd32d51a6170ec2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fd6ca7c0e9086481be0bd4c407623af4e6d62de01dd16b877556e3b818f7f8af_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3a3da785b1c68c3c0589e429959a1422d45d7d92f0ddf2a1f2914cf6be292e75_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5a0a3f72007c0e3677bb93a9baffc30d82b8fda0d65dc248a8a236a1329408f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cc03f91dbf08df9907c0ebad30c54a7fa92285b19ec4e440ed762b197378a861_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e12059245006f55cab3164481fa778ec1a44846b422aa13cd59e4279a5f9dee1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0386494d2322e8d0e6eec988cb9f57ef3e4e91bb3c8ac091caf18b600a179b39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2969090e51624a2e7f8ef0f17bea3993eb5d647689c6e1cbe0e34547a6ff6eaa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51b8117e12938db60e7a972f90f7cae176b776d3a94e56428ef440c85672dbda_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e3d21c51712e6e0cdd9c776479f6d1ab55bc1085df5bb5f583e69ee192d11fd3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ef02dbe8f97a7f197e447337209d5b9a39b094c452b53e34ddbe35ec9cf67fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9ab8271af1a39ffc70e7d733a87d17b3c92bacaa30f1b684d0d779971ded8ccd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd019260c7aa2018ad976745ab7ff71deb43fe556a8972e5d6553facd5a65a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f01eb0bd0753b888218e4ba3e2e66592744e2c360575fac15d9b6079f2a86e4c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42f9169107d898da6aa80f67edfb98bfade84a34e93521365b4af091ce9f92b7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5c8f4ec08c4ed388b7a78c7e6dab99bdd1a2026418d27a80c8913475c75757c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:af3ed66448314364ba05a0aba0076459ef771630670d6e76e92bb8a83e44a83c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d6a6142fc9210ea156df1bcb747657fe68c57c56c52e73df0daee014ea6d84e3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:82809e1befa215331f9e7f9263ca4c5a9fd86c877a4c79c8691388f5b660b442_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9c784dfa1aa85e05bdffbf6a2dfd72c1ed0ef8f9e3715a37b09ae05b16b01e29_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2410c4183950551a84c4d56849755087c1c873c9a86ffc3f78aeba765584fda_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e8ae0b5bab647ff989f276cead5f360bcb88c813f181d75dc3106eb5dbde0b39_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c9838eeaff91d7f0f3c81d57d11af3a0aa8823ab541100f0c5dce2651200660_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ae8504da2cdde248194b594cb1a6731b04280d6114fb540d2255a223a48fc298_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e6f833f3a19a716a06b1ea6b4787794a690a77c7ab75c130da533aaf9d428c66_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f56d01ef06fe016c748e8c87538dea8e9fcc84856eb116bd3597cc8e042e9f0a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0c381750c8da0904cb0ea8696bd67d063cb9120e54f7988f93165ce951e50007_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3f3e2893565fe6061c78339600a4eaa49d485818f484fcd0ccc8baa010b6d826_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:86ae6b3e4d1152193c692d92616c64a2dc085a0a37a2e4be51843298c08788d3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e391fce0b2e04f22fc089597db9e0671ba7f8b5b3a709151b5f33dd23b262144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1e7ac69aff2f28f6b3cbdb166c7dac7a3490167bcd670cd7057bdde1e1e7684d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:475e358c04d92c10245802b52880219f6b7967505a72855f9bc9b33bd17628cd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d16424fa647e34349fa402ce100cae5f3713b206f69d6cae36a03e5f7eb4e374_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ec80d535377fec7d27cbd23002084ae97b847d8fe6ef8f0ff88c960f9f691446_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0100b616991bd8bca68d583e902283aa4cc0d388046437d5d68407190e3fb041_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0da0ee0d54a1624acd043e066a3819fd7a4bdfe02a73321a91fd100599e64f1f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:69ee831e3ac5dbf239025b14e53dd23e2bc902cbf1cfcb2c5d99f1c228e57efc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c582deb37feeeac0551a5893107c5623b2cf3e97bf178fbc3d6b03c143128ea1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:07e0128e9f7e5c2f1d9d0b04d46240ad064fca7064cf2e7c932ba8542d124ea9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5fbf4751a49a88a89f674e64861e7dcf491cc67cad34719a0bfae8ab0eb100da_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aacc2698d097e25bf26e35393ef3536f7a240880d0a87f46a2b7ea3c13731d1e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fc3647c4d70cf253f4946fae6072af87545056f541c5dbfa9ce6c77734d77ec1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56dffbd86bfae06921432678caf184b335bf2fc6ac7ee128f48aee396d57ea55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:786cb35495e9433cfa8a271849c8bdfea14ca6c54af63d9f49a0dca82603b26d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:98c7b3e48d0d32805e8211cdfb3e653b1ed6b2278793fe89837c04a9f443986c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bd4fb9fc797dc15ba60847c5fcf2dd7e4ff90ec01937c24b4a04531bc307f821_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:068ee68a5aab0ca0650a815f7742cbe8a8410a58a13d10d600017dfad100cbf4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:333e6572029953b4c4676076f0991ee6e5c7d28cbe2887c71b1682f19831d8a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:506186c7c4297973e77ce372fcea0eea0388d5db0e0accba6ddc18d8c7680ca3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb7111dedf68a51d4656f8b837421c40f0833c12084c2e41382932d555238d6c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3084a7cb2734d03cc752b42ea90e7b8830013afa268c84422c514484ef924c69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6dd544a8a6b4d08fe0f4fd076109c09cf181302ab6056ec6b2b89d68a52954c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a8331adecd0a5e43182894a10a71677ddafcf12c12f211e9b7656230c918ab17_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d945852f512d781311dbae8d78e1377a06e8d752deeacc4063bf2b52cbd5baa6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:02a995500ea997486e929548855ee40c68288a4a567cf4112020d0e3b62d10cb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:44aa21f2975c14129581bfdf40e0c2a4138cfe1061946c82257f161065025518_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:664fa1569548d3e75358cc6fa91717249c49ccd909ad09a62ced8b61f3976b5f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f353131d8a1223db7f637c9851016b3a348d80c2b2be663a2db6d01e14ddca88_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:445305216f3ea0977c0f76ee3dd676121f58c29384648a2f64e76e7a1d0ea887_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5d54bd262ca625a326b01ea2bfd33db10a402c05590e6b710b0959712e1bf30b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b95084d4eb2e9c44453f2dc55bf54c25601aa4563bc143e9276d5dff383d65f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb02ec382b9619d25bb892b5afd59efc7d265c7bd7b787e30a976eea7b4f7cd1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0e446723bbab96c4e4662ff058d5eccba72d0c36d26c7b8b3f07183fa49d3ab9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1bdee83651c2e8dcab13f52b03ed670998d481bd3f8f86488760ad04e82bb4e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:9fb3cb70070ad7c4b3f7581156955397d124268423bf14fc1f0bef47f40b7a7f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:cf67c856a6dbe76c9776f26b62a34f6cedcd62e108931f38f1f2ac15d63261c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:43dea861132154bcb2841a604f7946addd7b1e5b0fe7e25538a6c57e759cd4dd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9617d07f9516a6379b20ba8f01065096ed90a9d76afa5ab45e36bbdc03a10c06_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a90d19460fbc705172df7759a3da394930623c6b6974620b79ffa07bab53c51f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5ec54fe646fe2cd114eaab995524f602dbc99aa374b166a18acbec30c871435_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:32d9191bcae0d38dc540060134626a47eeaa8ef456ee09a6c5d3fbcbbd0cd451_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7269d6e83782e3b5a928c728b5d61198b6053071fcfac3b354ff2776c7c5eba2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9621a8349f227a728571af9c11a8ba1e7bc35c372ac794148f132c498e1f170c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:eb6498725b67e95ad35031022a9c4067cc72922dbea9ea5f7173ccdef2e11daf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3e728217c3f8a21a876600b73c72d90e807f83ce8af03ff6a38cc452e5d48e88_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:859e8a6e1cde5c011db2c542f6fcd8d37bac212976581d75953f463d2c280556_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b328cc111673357f61dbfea432f7b93727a4267df63ff41519c7bd95237d3666_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c53133aeea03421274be7731f5b03c5d29143aaf270bfc67134647e1cee3175d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0833a87e886ca5fec2adbc71655d8fbe4fc2925d2fb14a7cd926d4a79d6ba0ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2003997515f3c4a4eedf7e87d4f6c21a57eed9cffa4e1187a8ea6018b1f85fb4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:75f54bd17f252279b031acd3509f06cd2b9d418efe1593eabb282ee2f9147141_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:93559e3a79fdb47a054add7a65cb98c1b8da73a542795b28a85c8c52f954cd95_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1935dc068e6fab6154c9361f30ec34459606ca802b3e32875a59eaad23d45599_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:89b6b1510e189c286c3675d32d57dd18d707d731f3e279213290efef0d6f8065_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:95e7647e6fda21b94b692f03908e4cd154e3374fca0560229c646fefe2c46730_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d81ac0615482c04941f2f4e716cf27f32933ca372dfd9ac1edf2c42772522ac6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:1876adbd1d6444a0f00c04182398800871cf59d26d89a0259bb76d1785ef6354_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8c2c8b9dcf7925622da59ae7281922dd1612dd29a2804e5c40eb52e98970d2c8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c8164cc9e16e8be9ea18be73c9df5041af326ed6b3059faff08f76e568cf4dc2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e3348bcb04f2c9bce001994cb406f11a5970d9e0d15e82e5b6f44a19ca42b135_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3b11193c44bcc8230e338c234196925fe952cb8766ae4634a3d41959cbe6ef9e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8e6e6a997146f438994d1e501e3b51243d6446d054e0b7f57ab8109cb062b380_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c71147789a1399705b03be0ee1e7de89fc403939d36efb56565237e81bee272e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e786e28fbe0b95c4f5723bebc3abde1333b259fd26673716fc5638d88286d8b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4a19cad091787605e99743d52e73e3aaff720bf2f1aea1c889a28589c83ac89a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:63c5c6b0f955717d9ffa8ab20ad9ab58a443d80405c58a4ada0429f6d3d5fbf7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8ea13b0cbfe9be0d3d7ea80d50e512af6a453921a553c7c79b566530142b611b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c5ceac8d09149b2e204846cde81f9e87b6fba38e00c6fabfc9ce043889645a0a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:29331d2c54945440e2715d0246d997ad20ea76b67411d1acbeb3cfbde5b52ee2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4c9bfdc66ceaf66bc9b66d332a5579b412cc560200b82793a37996bd1a828734_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9660025e2bde36358f60d15143e8a3a085ca716f5b73f0e6d3ef65286fb4cb09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d1782d4a16a24063794a5b7f1d511c0c9422d2a946ac65adc9d408b2963e0d7b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8fff7f10461a43a8ecedb83b3620d8b16936f7cbba840f9a5cafccc7102dd805_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a60c6b58097bb0ced1170dd3a6c88bfc2f05e19755bfef3045a227da15b8ac84_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1d69b5b232aae28996c5ed43d2c24234215902905c4694c5ac72c86ac6736b39_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6cbbb8e2f4020c8d006b00901483ebc2968e06f1ce90cb73215724002a29177f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:81113710e0afc2eca536f9dee5f0fb525b42b6a2a1c2b4c8141c409181243ed3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c985206add4f3f2159d9c16a531d2e52bd47b52e3b58cc66c78337eedb9587c5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:22d4e0100d4860ecbfea3a693e1dbee3803da780cc3adbb22c54398c41b9d05e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:27a620542daa309791058a32d9648ef3f4ed7112a52f7d2abe1de32d000a3d9b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4af8180d1e5a1cd9c0800e58ab9d206ed23c0ab8d772e1457d8c7002f5432cd9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c784d65851be8f4a512f82b94d946e36f291e1ca49332ec95db7261ad10b2476_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4120e602b26df6f97b93dd035ccbaf7603419fc1505f53a60b04d7d0cff824ce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:8726f5535666a5212364ad59773e974135b820c6f4210a7be9dabe9d6d5a497d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ab299b63908b76729b260c067f218831ef64c0ad4e0c2c36030ddf0b365048f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b079e71b94cda1fe2bd7415f10c4b6e3431c0aa6780a2965cc563864ecd0bf96_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:17101cb34459bc9b5eb483f12ca09ff2e626b17a8c10529f6ff801d19523b5d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d0a16ac7e433102846b7045d1d7287dab28afce96ca1f057619a24c3437960b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:914c6b5117522525c98560617c07726d91adc1e6336f44e0aea726a3fcb0bfb5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f65258f60d5d17a5cd7536f1aff2d1f352b318e6027e48c826619ce686ea7848_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e45fcda9f48e3dfb88619650d2cf25a3618d65909406c1392daa86a0b0b0906_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:333b5d4296161cecde72dded62e02348b02713cccfbb10a278d0803b58702b28_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8fad98bc4b0cd93f399464f668b82b8881938c1d11a70dd4b66d91a7436f29a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d18454f3b49661c052375ef14c9f6ca31589a61abe2f6d23ec0cbf49288b3685_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:009765215dab7918f6db7e0b89257cb2666f722704728d3f973f751300501f57_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1435a805d3433bd5e3b6141ed30055f8b6350e1c56f9f8b3ba4febdbef794cb4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a6b596bf430dedc60b4a2f53e60063ee69f3211a1d83251104863a80c496dfbf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:af845b43887f34f127025f2d2e2a9c64802fb74548ee670f8ee463de03d2978a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0ef10533c807e985c1c4a79cbc1fcc7f9c4c47f8e9de95394c2eeb11f19406be_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2c0993e0730d5a50177ab1f52d49de59affb5cb085b7e605f92e3e16a2025ed2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a26b20d3ef7b75aeb05acf9be2702f9d478822c43f679ff578811843692b960c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a4d4fbbacf9daea318ea4a8c362c37b8c7756280b4412be9d30e1027db3bd24e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:32d870af6b3321fd3ada475dbf0da4eebbb106bebd4efd2f4bd2d1ed895cee46_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:44598513b21b1758425792227838b0a976b2930fd77deed69bc7e510c7a42bed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e8e05a2406f75c74c21ef32d7b9137cf37af909a838f24bb03478333c184bfa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8729815d028242b26db06f2ff44816d022e0e7eac34b7b8df11d27d938fe057e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1ccf6d7ded0225c9cafb3e448dcdf68543283ca268ee9659e1ef9e5c4e75078a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3391dadcb3627066db6573e2c5169480e3565e62738a36c053ff7cf04436d02c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:45836e9b83eb2557719999a2d656ab65d8c3fc76d1c49e2089554bb00806a613_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8d8553b21651d295a2270514ef06d8a1c2f1847801373bce608ea47a9f343f39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:15ebfdd859de122945f7cf8e41e3b1a6e5e02a463b884e0a3fad2fc583c0f156_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af768b3ba72eb21d29dfca44b62d480ba9a0775a72f46283f0cbfa5a2db0e15b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e45a7281a672f84d53fc76919b0c6371feb68cf1b3ffa17b8f66fc4456e587b5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e70e8d7d2acb6a102c00bcd503ae17b849b0540508560f66c3d00070967fd289_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b64e7605d4b7472503ba03472931529a380460991e9ca7f99346b7f4b5cc802_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:661734a34dc3126e9653ebf1f7408ee2664c3c5d783865ea3b2ebac565bf81cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e90e658a6cea41dbc60c5f505e79505754af4d8e21a4ec8642017cf2fd05edde_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fc2817e5b16d83dac91d1a274fb93521165953e9bdc28f3073b127eacc5a534e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:16778d01948d8ca7522aa9737c8cd049a7cf81185552fda4773d6473e1809629_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:8bed6766df40c0c172611f3e4555cd20db639eb505b2345abed6d5babdcbb5e3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c7e700f4be4f72557608a1eb824d31e525634df235817bae2f7537cef44a1ddc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc9bf05482fc6e6265b99d15af471c07833443e3cf570f98fe9485320a91160f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:003aa53775bd7aa68eb9e6f17b74d0429a7d4b010a18eff475cf04b38e9b493e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4569fa0adbac85f6e0eb3b0fea15b8e54d0c1b47e30d2e4150ebfa1c454af232_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5b5a2718790518f88576a71aa2147861a0d9b18e245ea05d4178ed1a03f60aea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5b9a2e49d40059a937f07610c36d08b25831cb730d339d39fe0092a23484b7e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af52ecd8e68fd1305cc33e00f7191ce0713ec836c503c6da4641c90e0983ae24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d5a544e6e442437c1faacc6fe39c128b2d1b614ee14eddc71d4daec6659fa8b3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:709d1e9db0ff0e4cbae288a26ec649c033b3bef43f967348ba467beacb8bb940_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:83402ec46858a4af6aa942398120e625060d1054b01f0153687878ff1bb7cdd5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f9cac75f10f2d788cbca0d5ee0d86b9cd6306cc4aea3398d4e73d0e0115a06b2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1cd56ff15528043064ca838584925d307a50934c6e6a118fd558c706987c87db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7fdef6711b75be2dda50a98bc28af265c3d0de8a1dfbc263890f08cc5bc027c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9cd09c76f15748683e540f57fb78c18e3997fac265de588558d9523cb01af762_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7b02e0e7863575591c8f061856ec92ae63f93f83c18042b3ba7bce18f3939313_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8a8ff039e8e6da1da63e55150bf9b3d0e7f5bcaf5f14476de279e7e86879306a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e914b65759662d462bacd6f4e9119396c7b328c3d705981ebefa3fa44d528343_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fa17dd6cab9295064cc00b7d7838776910fffe3d6fa0e5f619a43c6db8ada0cd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:39b63894fac4b3593d329f88bafa14872da758417975ac4e519a470004c01cd7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4f9bd383efba6e1bcd94b7a665177d408a9d09ed6abc91b7c1f5096cc9c716d7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b318889972c37662382a2905888bb3f1cfd71a433b6afa3504cc12f3c6fa6eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ddca32f42f27e22361c7285694591b0adfec5e6b22ea5e0714152230de4269f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6299220482f0e3c3f393e5eda761e3fab67e96ddffbf71a7a77408359401533d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d79a89cd2a26411dd32ebe870a3b520a7554e50ff5fc6a6e808c6d066b9a2298_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dd9778efa474673fae38ef8756527a4d8be8b2b9117ed31a2311d7ef6398d38a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f55ce8e190fe51295ba9c603a0b12cec77133cd6197ad453da97ce16c0490a3b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0e8341548fb734f7d830b3e9789f576a1481011da3c69b9a031dd73060ed1d85_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1c671b9965ce8d5d95823765967a24153723d7873c1f9595791a3d5dd87bf616_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:45df9f1e03139df090148d1d135d83dcac69c16a95c7a75451066823e784c796_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f87f4821bacea3fcb8300e1437a70ac8f59871e9f93d137ecc992ba54f4c6ecc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2876144218625eb13968b95d331dd3f71280a7dacbe687b71119a5dff99a47a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e8f36ad2e4bf89a9bb1a66d9760ec91c6ad6702bf799c650454b177cf5e02661_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:23b0e71b138eb4c9e23e073f11974dd0f054d1cb78bc36227497076c0e8c1764_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:2bb5f0a1682720b3071e499962c26d2d4c251f3ea1b8fa251cc3672de8bbc229_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b88e42f7000f64593afa03762f3147c0f9f0cdddd2ad762942ba6ec38198a06_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:be556777383ec5ea2f8f241b4041fe9b4a5d8315f64a39f7381acdf49ba4bb4a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3d1bc6478c932d695a39d9d99a4cef0ed71084e48e30d1cbe2d97fdead890109_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:40e602a3b1bd99d11ffec934c73e4c8e8ddc467fe2bbad87d599f014032517f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d8161c91d731205f8fd61104da764c5157212beb1c15572139df1924dbaf2f7c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:6354e7d162ca21ff645f85b23efdbffec8881b41f636b635d9dd722fb2695fa7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:855da3c26547421a3d19f55e6f6ec3cacc2d89d854a854076e4d02f241ecb6bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:9d81d657fdd5847b3967a328a58f541ec829a890b701937bba6bf190ec884db0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af18c1924bcec23e6ae18a55268803d2a8d1b012152fe3ce225f27833a0cfa73_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:21656ae3e6fcc6356ea9226dedda5a263f7cf26c9cea2f0abcee058b8c742407_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3698e2a155099e47a40d08a6288f6071be4bcf359269e1c0afb136a55d3b9d94_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49b07f0266e0c2c9f60457d6fbf2b9850396a154435fd74752fb130246b3083e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d6ab8803bac3ebada13e90d9dd6208301b981488277cdeb847c25ff8002f5a30_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5cf0b82b3b281feb5bdbf130c292cadc0f958068bb9b199ae343716f1c06538c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:64a63605d152239b2d79517aa8491e55bd000f0a56a1c0ce018f46c91615d6e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6b11cc744de3c1075dfcc6bba210ba8630c1285dc763e29c2ca92e0a6e93877c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6b3f0a2d76bb8d59fa0f80a8ea9a5be31b817f609616357d16299e106136508b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4e48ac2c69b06ec640ad1a030f8f362a04a3e9f56a86d7cdfc1fcb3b5153888c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:85e96028782951f12624e1d9d247b60dda409d9a812dd600809618c45ab2fa1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cc6f78094ef67715b6e53c67909ce27754b45ca8169077269af8705650fbafe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f789fc86f85771671e023e9be500435b1fbcb7aafa009f8c4e6de156ccb97ab3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:03e4d350f807eb47d0c5a0c101db1dad2ccfb6f2ae3471a9c4e1834b469083fe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:35e6839dd0b0c041b9c8b96be0487aea33181c71b05b4f9637411169c9f4199a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a26bac6b099818b6001c8eb82d73918ee017896e9299a189c51ada1000f4fe3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e38c6946a5624a992dc152865350970ca58249cb21df6c944da9968dc41c1109_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5969111957d6c24152ebd937962733d7ee93fcbc52c6b0a56963b5a1c9dc0d15_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:644b47ae9a62b57f0766f45f2b305bab7e5f5dd5de65d95178ea29a83adbcf86_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3afe0837c149f85cc4342abf22348d1edfd3cab0ee47da44574134b3cc185dbf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:56a3eb27754a136e415cdec3caab804cbbfaa9aaede0fb9fae065bcc1a0196e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9232c8af8e0ba7a15fabd923feef6dc1d3f7e2a740ef0c277009f348cc0accb4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c4db69fb2ea840583ad3b474521c3877416d9703c9f975b41ad91a70aec580f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7e8dc30740476e4dd332aa0539af3f9bc12bd6aa72c64e75f5e9e0b8d2620b3e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e55a15f93eedbf7b0e13fea4d3ac9b891453f854d5294a891c1b9a848c6ef54f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:280a1d3ebea4063a3ecd076897fc7bfc0f5b994a68f56ca5f61aadc778f1e9c1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6118230d5cbfa3823cca0e7dfafae0385bac42a6263945ae144652bfb9b4ef12_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c488d9cdc38eb475a612aeb32d9f7773e3f872d568edd48b7d5f66b76a2e192e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e244ce4887df2622a242a251028398497d178a3025bf7e186baa71d717d53685_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61909dd359430849c04591218c11cedb8fdf6e4489d0454473810582ce373b1d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:67d1623cf33e4a5ecaa5ec7f1dae3af4e0e0478489b3a628de2062dca1473c7e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7ccd86a40b9f8901dad612623b56cbae1c260160c1d0bd8fbae4ae9e73d21e74_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ebaf06d929ec771d3882b5a8e4ae86816f995d27fa65afcbf29c048a2bb6fc72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:08bf893d824045af0b68cb4898c2cdcd2d7c9a7c0aa1f8edb3a5a39f0ccf036b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2b2051f90781bc62840adb0e5a60951231433e23dc381b2c26156775469683c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:699c950e437c327caffd05eedebe7c6f82f19e899e9e736ab787aecaf9bac072_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:93bf1697031cce06c4e576aa1ba5d8bda7e91b918627ed1d61f8c89a95a111f0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:707500db7f401655e50021f4606293a83292d7dc663772cf30eb96a9ad625bdf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8b33fc26e42a8b4a7b69c94635b01dbd975ff885be7228fd8f86323a592fcecb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9e96b53e74d1b802c2e63544e4689c9d262e9c996902c6e8a7f3ca34b23fdd50_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f2ed46b09f78b1c40eb9e6af9209a4e844095b0c57ce404370ccfbdeceea210e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:240701090a5f8e40d4b88fa200cf63dffb11a8e2eae713cf3c629b016c2823b0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:77a1a98a21cdd445c61af995ea508add1582f8cc8a940887c265e2dc335cf217_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d397c7a96aacea416f5db435c36cc61bd57c85e688a6b63d7a062520104a9de5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e09eaebe629254a4f57e9ac5f83ab709fcd8c934e027a1a43d570205886d6516_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:481ab9bc77d5c211db3596838e7e78d433708d295766223689ff01be60facc42_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7036403b4ab9460482491386c7a920df215fd9a86e9da5034a011eca320e1ca2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a2a6c2aad7bbf903fda4d91b29e2940c5707d533e70b0671194f710472713b8b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a40b41bc3bf8b94d1c45ac663b132301493089c3068e98dc7e0d3915fde9256b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:957899abc8de7f0991851e6895c4530594227825f9c71adcfd359469bbe5188f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:98d2699768903d2e054aef086920f5a14d339a8a23053cb68ec146033b662c10_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a5349be7d33bb9d7d94718e63db975b1bc65c355bebd77269e5bc1f3affa6892_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bbf05fdb021442514d6125cfbeec569b15594d5ca88f996f5c97a13fe58e39a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:af8ad7c28f1cd01b74fcd95eaaf3bf9fa7bbd397ab8d1532f6ed2a46c6ad1abc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f73002387a396d9dfc14afa7ac22c12c4354a1b59b5cfe1700a9b0692a4e2104_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2d2d9f64984ac68b9ea27602982e0c3b95518c46d40e943cff5b3f26995f0d4e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:33270bfb06a8f7cd9d6eae5517f74a53f905b4a59190dab49604b6aa5a670f9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1f98b001245f7eb8d334deb8c40ae02d5d337223a138eb62c2207a76166c48b6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f8b3ec39d4b9a9117b8f79bcae9e7731eb8c49d96c6fffbefbf011323edff57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e3a293358c5e7c8f13153fc98cb5a779e997dd31f497d4deafc4ecfd0f833ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4379021fe63045cc14b52bff805f386a8f2cd6e7dd1f610865952738e1a9ab44_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:75b59dd85933088716cb16850f913a6255ec5bde55c1392f59a5b5f2d11f3f55_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:dacc9761f298bdba26c47083ccba6b6050aab0ca3ad1eacb7cd5c95b1f131cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:dacf9ee50a503485566d7a987f231e04adf176c0852c6302bdf0bc4a0fdac0ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:548a7b07a9187069e2b5cd50f66cb4a56db437495cad6470920a70341cb710b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61ad680342bcad1460f4255c94490aa3e08ec579714e9b7091a2cd48816a7f62_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0c7b43c868b24bc3021b41795db539ce116907fe765922e5606dd82e7ca8cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fa28b66298c8b34f2c7b357b012e663e3954cfc7c85aa1e44651a79aeaf8b2a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a2ac689e121314cc8fb297e64c5e603db1d5916876abbac3815b343e578f96b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8baecd6a4500b2e21b83a699b8bb1d4eb4edb6e2c09970d31a8d9112c2c0230d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9250bc5d881852654c420b833aa018257e927522e9d8e1b74307dd7b4b0bfc42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d963c7c8e408edb21d2d85eee1db0fe4395f46df69dec0664f3f9836c77ea7ed_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31d64e12bd1b486fbff24f932eb90d0991f288ab42fa3729fb686f6fb1a3a12d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:35359eae77d7751386f969f79ffa899d95d4af9ebc73429ff5321c3bdc8b6c67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:68cad1c790fb3b5dd6e4dabae9cd1899552b0f4b5b61451e4f71fca5c5fc75ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd60ed7fd7955cbac6882fa5e0d7e38bc3c06791950867c3ebcd98679e366f06_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3813d16b41b7c5844562faadc6d72e788ad612ecd14218a511e3ac4fbf68b4fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6fede6672fe85cfd09592a8662b18db4e0b4f0794655febbba7190e9e30f475c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:71972d1c403ce0380f8c579da1a6ddf56d5a6aeff7f711fd6f5efcc49dfa01c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:aaa92509b71c898caed43ac2b5d3b3fc44fff333855789eb1d7df15f08e91ea3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:583e1fc8e2153750cb82fb979286fe2b78e937f01a21753556b935737333890a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8312f577bec837b4be7057f728c3a3c265a7edcdcc31133b69335905d537f2be_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bbe162375a11ed3810a1081c30dd400f461f2421d5f1e27d8792048bbd216956_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d35c6ed4b93aef162df955ca750277ecd1d9469b713bb9a511669147a5b46e33_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3678d30cf1504f94fa97afb735317fa7335984133c68a4500d49735f28412312_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:83c7c5507378c169941b9e2452c77f40778adc76e5983fa2ff394056bed5d78f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c626150f07ba75062856d06674f8c419ae002930de38821811236c2445f1c1b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e226d545f885b4380928e9bbbc0804267ec45a85a5028b304f579afdd26f8c3e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8a10e4d7343e563ffe42c9181bbbc9dfd687744c94e125be639026f595e462a3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a53b0253f537d2d04a2665ad24a169f07fe8268ea662cebd3368a2045e586914_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f27fd0404deb58aad573fe174a675889a7fba84fc5cb916ef702c89f1b51c724_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fe683caef773a1963fc13f96afe58892563ea9921db8ac39369e3a9a05ea7181_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:60e6e4080a8c39326a9a09c7e3def79cdbedd3c178dc301609d3d8e67007e0da_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:67d61d27aa46f8c1f49f2f691ebeec6a8465c1506c83e876415fcf6be19c2d77_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e1d93d28a1107734216ecbfac1bdbeb688c21a50fdee28f7a1742013e2c8c129_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f74b7312ebbffb5dfae17070ddcb798440a801a40a6797442779a5fa0b650e9f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:15c5e645edf257a08c061ad9ae7dab4293104a042b8396181d76dd28f396cebe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27978322fa73148af7670efebefad1175166acf9a127ea881149603534034fea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d214c12c98c1c95fff59a40d7529d29db15dfd6e3ee12b32d178888c2992a4b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d4a1f1b3de1606844a597602508eee8024e34e5f2ece04852602b4f0718d5f39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1794986bda8e564f5dcb1bd4b385f8ec43899bdc981cab2f72f6914d02094275_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75b78aa7b834f6ae099b76db9be71ae5391ae79ecba4e6b88dd5777a004d7064_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8797eac9a0a1012640bd8d2a04469760246c27b0ba73a18d7a9027693eedb7d5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:df623c15a78ca969fb8ad134bde911c2047bf82b50244ee8e523763b6587e072_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05f9496cb181c53eb12a46e8f258333f87a54b703412f2f0717e361d4d1e9409_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4ab28f40d1b15cc2ef0ad2f041770ddc69bec7c151ed128e6065dd1c722690e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:858152628388d9e146897a7a373713f74ef204bb937d935995e8721dd3c6140a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98a949efb0c81c5c5968e069c9b6a518b3b6afbaf4e75cae5eb207554b06c2db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c38d58b62290b59d0182b50ce3cfd87fbb7729f3ce6fc06ffa46d9805c7dd78_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b49f8648e81dfa19ba4a05cd0f0f40d67eea325821b3e6bfd7825783955a0f5f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d966d36d2a008aadd39a289ad8eb427350a2940518f800158cbef89414588f9b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ec1e69a505e7c80c680f442000a32ffe9b1af694d810ca5582092ffe6dfac254_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:41fae1a5e5e4a0b5502c3adf571c9b0fc33ee2cfaec493e8153178bc64436d2c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:80531a0fe966e1cc0582c581951b09a7a4e42037c106748c44859110361b2c1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9b3bfe91fc01c7e3dd7f50da66aaf2b879a450901f1c73f84d021e69a5576342_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e38f330016b2e81eca6f69397ad57a5d0348f2d2f2c3522307b35aadf8b5ddb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:525b23eadc757450747d893874b77ec666fe15f329f0ee40e4b04571240c5e1f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5f459bbc953c9460f2166b782dfc3be213709521d5109b52d428a560ad05aa46_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5f83dd9b2d73733b7972a43e3e152614dd4e87926f4bdc7a10a2f292ae771276_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a913cef121c9a6c3ddc57b01fc807bb042e5a903489c05f99e6e2da9e6ec0b98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:7055ad7af6f2763c0f9a1a6ac6f24fa4dc2ba312cc9b0805ae0a06187cecc89a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:a120d08d454a9112a7f31a9da6627e788406726fe1c035bd70c180eda14f37d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:161ad6696b6d7e64bd2fa9ecf35a337e1510361af64ef4f6b8482d1f2c87d864_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9d28e4ba3e1edbd660f9a0fbfe4f0d990fd3e03d9589548acab5416ffbe17e00_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aec827e9517e79a99451685f94adbb7a4ad776367652958ca004075fd982d69e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf24751d6b6d66fcfc26aa8e0f94a4248a3edab6dbfe3fe9651a90b6b4d92192_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:78da28b1bb83150be79dce517585380c81a778f59489052aaa3ac0a71506a052_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:88b0549c1ff942159d48cb2da2681cd727d3b4e9b18964a7a7fc5cc51890ecf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8c4c2f467bab09a9b40d1ecf1c8723ff9544eb8903918c6dd3cfb0060cd5da82_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ca12eb74b51e1d5205a322884b88c8efd900ea567d8585eb655df8060a72a7ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0b4672982b3ab346f6a22832e4bc73e8f5a2e42dd7673266c3c9a7dc563e5167_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2969828f1fcae82b7ef16d3588046ace3cf51b9ea578658c42475386e0ee1fc7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:58c5b3a8ca2791474b4a92c43090bd44085e08e1a9dd8c65b3436a910be41a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:aa005faff536d4390dffec3bc457a4f20010f70a17411d185b2c1c6c97b663d7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3bb3c46533b24f1a6a6669117dc888ed8f0c7ae56b34068a4ff2052335e34c4e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4f9a68a87323bb2263ed303e3fde605101d955c86c4476baacb43a8c9b74a47c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8bc73e26c8f8fd634a32c3faabd2d87385947f74ec3907189760c565e91e7519_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c0abc19c0d20438799cd30ca25a5c3459f1be7cec680d64fe1db22087a20688b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1840c1e925794e4f05dc6fdb3fa9b660c16d3a96e4a5299b427ca19bcdc3e7ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2238d41551f6e4f6e5b6f9e1d718b7bb2a7205e188ab54de967a794a6d270f05_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ae30b3ab740f21c451d0272bceacb99fa34d22bbf2ea22f1e1e18230a156104b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bd2933bc337a590b443394a8e0e46be3b6ffdcfd006344534281f0520fe2facc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5043634a40e7f9d541c57c28ae82902ccc4a906d4e056c36f55322e6bad59705_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:71360db1f3a4ad29ea21c8fc43a5ace3c714908e9db2fcd24b399cb7086ac311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b41a8ae60c0eafa4a13e6dcd0e79ba63b0d7bd2bdc28aaed434b3bef98a5dc95_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e224a02ca283984387d514861d34711f5fe9146a33f1aa4ad9f9158260e226a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5137d9c1d64fb22e3b2562c5eb2ebbda136ba77ffccc6b9f401ff7e0dbd7ac52_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ae4b76786960056dea05371c3148d40f624bfd4ca4e314d83c330fc5d4dc9f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7e61ea6fa0abe887217ee126701d71f7f4307c46225f8592d5cd1dffe62428ec_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f122c11c2f6a10ca150b136f7291d2e135b3a182d67809aa49727da289787cee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f08586dd67c2d3d21053a044138f1bbedceb0847f1af8c3aa76127d86135a58_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6ade6ae0f25bbd0118a7530d4447b9ed17058e4f9daa871a226125ef5ced3192_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9f4ebe4007be3988112fb00dc8f711930f3ffa1cc9bb60aafb9842694b7ad04d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a944b6da606cd0a5845f9cdd307445b8baa6343078c1698e9dd48d5d30df6260_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:770e169283c6dc690b2e5ad6560c43ace5897760f45ba4e0cbf006a75def23b1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b61ee2b7a6814324bdf1fbf6c5c72b994b9b0069a85e1f92a0cc9fc2633bd93_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a000b455663f871d2c08877974c63f3d0a3f494a44bffe0b143301d97a2bcd4a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f59a52f0304427bf2b814e616bc0675dbf800d94fbb7107026d976a5c77bd6ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518db4df4846950212845f7b1a78803ca297a5fdce2d1e09a3ca0d9b48f039b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4040654f77bc137b99afdd6aabdd47a314bdbe1794f931ec2dc9b7d2337111ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e503dc23e8e6a2988adc1a8e109401358217ca17ac8ac523bfd669e5a3504055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f1fc49b7b09dfd1ed67cbec6138650de4e29228b2cd16d1bf94a6d305122962e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1267a95b647ac530955099ac9bf8a2510e1b151628992e71b502a10ffd79c37b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39516d2dafdcde7dba1a531b909c6495d54d5e44bccf8c3fbdbecde8ae689201_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:69ad8c7b14b26b771bd20dd9a6d3eef52a3c5954b94becd42c1d1f2cdd1f9bb8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4b691a98453ddf2c1dd80a6e7f8f557474f358a6270a6b4bfa676b7cff5e39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c0bbfb74cc437ec2fb4bf9353b8caec1c941939bf38991bef916b2fb156cb70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:96c7847d759b62b52ca65856bbe6d1c25e49f9ee9333d2364b2a5f8bc69c46b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ca88f406b57deca5600c7753cc0d64279a4e9b030b0081b85eeb87a93a8dc5a4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:db209a1b80ab7b1e6183361f0fb98147afb983607906c30f82027d3bd0251d76_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dfc75b5189f731217fbe7068ad92322052693a962fe798bf0a5f1a67fb38c899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e442a9e8be5d749d694409c6588126eae0938deb8ba7ee9ad201cd56a600bd11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eb3ab7be1af1e0118f4dc015d4091b7587b3515c5b970495b60b407ce8acae63_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ffa7ba153e3b857d714843fab966cf5fa4789f000aa7044562dc37647962738f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2f29c6007abb7084880e408947a9c8ed602603bf0e766e076adf700979cd40d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7d8e3e51ce3be568a9fe7a145d443e9223bd161cae7ecff0c2ffd2a9fb40d837_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cc51710a07f6a46a72c7802009f13f26aa351caaa4adaebc0d4983c3601e8a2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2c600e3161e493dad43a984808f70b880d37964e3eac08c1bc00a297d23ba1c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4253559bc4e21c1177de09c223d9304a80438fa2f38c39e720e17e1b993cb746_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a95180c5a4d2713fcdb002fb2879c9df206d1b05e5ba1379189c8ca4825b7866_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ad0eb0b006e9297f5bc0f907f18e2227a7ca646710c6831c1439799cc97b8b20_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dab7a82d88f90f1ef4ac307b16132d4d573a4fa9080acc3272ca084613bd902a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31e1e6592359d6a681a2575484ae93896983eb644a94e27d2eebeb579880c7f6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7a6675a0c03a88df6a0737032529308d1f3ba950221e5041084189a6fe95f22e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9e23fb1c99e6496bde42a13dfe236b060662b908ea30ee8d45c99c5ae447c493_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aca57c8abaa83b2d1dce95fa7fe5b9416be70e100957ce48f212e2ec404387bc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:18bf4a07ec975ed90d11a29f4ef82d75d68db396ded31c8317300699eca7ad90_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3e68d4ea67cb9c838d6730a1039ea23b875a8ecbab2b4d76375d6df245339e41_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0ab8409b78d9ea94b865fc9ba95bd36bdf1d648ec7ce6cc179226b28fe901d7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ce0723f310f2351f67d486c97f7ce8ec8585dd6e9c7e3e86f62f5424e16723d5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:04f4d72f5b89a5f05142f1759f85a3a185cb30fcf3b4677285a76a67c08db690_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e5b6b8ee694f3fd3cb9494b50110abbf01839036c632aece1719d091d844fec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1cbd36f2d83a55cb00336de1e56e111dfba439b4d864dbe4554614c6a0fd13b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:fdc51db9f37982f80027e97083225e40df86cfd7581f4231f6d6ab1567569c2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:08d8cc1fa836edc87c3ed701c7af174ddb9dc72b4d57a13cb245275a333454c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1593b6aac7bb18c1bbb5d41693e8b8c7f0c0410fcc09e15de52d8bd53e356541_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d3c3f32d31a6175193ccb470f72186c6b0e17375de54e4cec66207f42bad0ab0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e8bd0323ef70a1304aba2dc54cbf26b72a24e8c064a9f3d4806827a1e414e252_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7d7e306ec16e50a8b5b527a78fdb62e8583866c2c0cf91b3befc8646e51deaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ce32ae8e1e42da3e4e2440a721704db7039e66b8c1fdaebaa42cf8706f43d9e1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:288324251d8152a4370b64afc0626097649087d8cf38be8ac0dc8cd02fbd291c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:83710056331ab52acd9dcb899d247c863c1728ca2730ddb4fd69de5d8cbb8709_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:9ce51f750a68023df9323fd15a7eaeb1472e9b8701c7ef413869d3febbb73459_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a610e82e2f124e3a5daeb2d2c1fb056e2c7bfac89afe8556431888339b9ba0d8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3dd74e170726d29f6fe0508c03f7410598d8fd7d37b6e60a76376953ccd8de55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ff84e7b914e4318aca775db8601d5b04ed6eb240d4d116f6505e04cb947c4a3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0d482c0690409199b30cdc163256b0e0990ac4b813823692f90c604c59d6835d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:abf98e8b78df5cf21c9da051db2827b8c9081cf3ea201bf9017a5d9548dbc73e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e52cd61f4e17bcd141c936fbcd3af6cfe1ce310278f3fee66b55cd155eb966a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ef489ba496eb6f6e25acc7977ec8c21b5aff7a834ec28b29b104f83b7608eafc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0f3441a346aaba5b0eb37cfce2eab3af4eadf1a8e13a71ff976d18f32559435d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2247f41471839daf79124e6b185f25504a1ecabe7083fd2f071c4dd89db77a19_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2265090801a065c68ae424911c1619ae9be65eca3d16e984c1596cbfdf6ec379_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f22dd40cd10354e3512d2065a8dd8c9dcb995ea487c0f661f172c527509123fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:41a68d7d56728c92023a9ef71acb311c1b7c961c0d4b90ff3f0e33fd7afa8b17_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b48949ab94de75cc88f783d9255abcb589fef9e84366e77e13345391ab903a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52ba78768a24efe94f7f95fe5bdd3c6156919979d5882682e06ae4a8a8d3fb4a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ab1dfcb2a4e53dbb3cdc653c7f3f0f03bdce8487d43cc6626c75f8495bfbd71_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4602b62da727470a62e3aad71502b0495d6f809f4e4a1903980e7c99d8a411bc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:98ae20e6655d2d48c0b807763171b7e88b17d5887e43194e19b92078cbc7db84_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a64a70eb2fef4095ba241021e37c52034c067c57121d6c588f8c7fd3dc24b55f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a9f2b0a20a84bb8597c27bec675309451044172db89e0907542892d3974fa0b8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:99ad83497ea12819957ccba33c807c6e4c5297621db568e5635202cb9cc69f8f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bc0f0a94b11a840b808eb9ddfa9e7e91885f8fa5212c6436fda9a7e3b633b111_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e3b1e6ffc8764fc92f07b3c1069889d20524d2aca0c4f9e124d0290cf322f4b5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f86b12d1cbbeb92f39074e67841709b7948a8a78dcae47e49008faeaf4245fcb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:19c3c8392b72ccf9a518d1d60fab0fd1e58a05b544caa79eb11bb68f00981d9d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64d80730aa52ceef2cfcdc0c414b5108832fe23134c09fc52998becdc48aa7b8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d7ff281aaf92d1eae3e78e7505dbd192f728b591c0af391ac2bf4b7b82f2ff24_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dc361b3ec23619c49e53fbab4f36bcdf66d791ef5926025d4fcdf448e378e404_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:513feed9bdea8c02802d16c35863d47a1f20c3e8562d6a2a179a47e844749666_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:58de637f3e6e5e81a1954b602ecf35fb24dc01c92d9b723e13d980d708b37b2a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:da8ad4428510f98b74e4f23fddd762afaeb272a2bd1c77148d9c4f2683b54763_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e4d0e747f55d3f773a63180bc4e4820ee5f17efbd45eb1dac9167fbc7520650e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0d5ead6bea9804224d0fa04208c0c278245c2a80c5881a0c0a7aab67d17c830f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5abe992def861ec075251ae17bbd66fa23bd05bd3701953c0fdcf68a8d161f1e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7f96d44bae01473c9ab16031f7b07a2d22412a290013ca26f6359af073c90c1a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ddc8c89a4f85c3549945307f1860ad8c8e5baa9d46363ab6cdba0085a1461b9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:31981eccb64a5aaba6f63f2ac4e4cd4c850ce247fc9fc0b82a4818c83aae5d40_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7cea5b1e66573e1b0ef30aab6202def849867805ddfa35cf4e4a5455ad4defe1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9266e1b01adedd4027a95dfec6d57e39ea42df85ecf000565b8c6eb45ad05490_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9899b0f08b1202d149e16f09616ee7b8f37e3cda642386d93a6d3f63d72a316b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1b37c527eeeb1d60bd505d612c779f523399916c40418bdd805c60b66e3774f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5a261510ba798b5e5fdfdf452c96d96e411a337da984f3902ebdd3147160a550_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c860045f496eb011a7dd788508c28be228f796bdf97986b632007fb8fe6b0c49_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fca73fd7a3399b95dcc3102a77d81965faacc73e75c162a1e3b1567470444322_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4d0b15f61491ea50a1edad84f7479cbff8d2331a3ed68eef30df667bf901c334_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:86d47b2746de823e60068255722d2c0f1ff9d327b2865071a4f2f1e08b1f4ee9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:96ce27c20214b8caa64b859e7078fb8325a5e0f88a5dbae182421194f068b7a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e6817d8ed7a89fed106450662400add9afe9c359860a95a8498fe3d121287511_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6ddbdd6c170fe946a41c854057c7a7ecd5dc32e8c852a95f02dc9fcb7f0e1b8f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:725b61c6809ebfbba6be5fdbf5330d671d618203f7928a16efbd89d5c0fbfd0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a09f8266c30666748e723643797aab1ac8ac1752c881bfd363e9bdcc6d249cbf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ffa02bd6af0b44d4955aba57f727e13671f503393926be6d8965e31dcfcd6e3c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:a5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:e40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c2a6a8827b1441a27cd6b29cf39c6e6c2192da257a1d38f96cb81b2cc75175d6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:d1977054e52a6bc368e4c9dd256c22e1f12c4597503ee6431c7e65e60c670a2b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:a5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:e40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3fb40f87d68dba42b6064e3f46436649422174bdf900788a4d0068cb5679310c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:08f673ee7702801a2229a13c2ef383556976503890054fbd4f87472aa7a1fab3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:78a661da4ae8a60d61f932cb632bc81255e85ad2c5186d130cce3d8a186c992b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a79394247657bf440e71b0ebff47026d760c71b1b03510019b3c519de7253c79_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:bc47b3d4e3bc5b1b9b8cf11eb1093c3b146255afbae49e3ef7d77cbcaf8d63d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f95cab023a7c77837be0de1481cbf1809fc5e2397f68001ac515d3195b0da1f7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:059265b72f841516e2152ad96e660e7603aa31d267c0f6f8f7fca3bef4b39ae8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:09fecc36f19b8a5e70c3dd56db339dba4f36295297c18ffe9c9d255a824f0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1a69a94e11b71a12847b733e9744b1dc8adb6c93071332f11e9784b8bffc3de7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7db1d32435fe5be23bbadd5b7eec1d1a2cf78c95e97c108315185a2077fddc99_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-eventlet: Eventlet HTTP request smuggling"
},
{
"cve": "CVE-2025-65637",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-12-04T19:00:54.313916+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:013c20bec9284a1bd213d9fb2e2aa65edfba8871c450970bbca43108f6269a6d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0bac6ac13bf085666e1a85a8213e330ff6d6d7a6a7c58be2ec3cc6f66105e450_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0cb7398bbc575c5884f712056e45800b3745a7bf59fd806037e6b2b570e56f6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5ace2dd90b2d621d42620b5a2ed422a13a7454297ffe4b657f7590452517e40_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:0189eea1d0986580e71dff3b97c420bb03f79f04da1ca9e6ffc7853fe5566ad3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:0e9e77044cbb1cae6fbb8e47aa77c3a2e6d4b6d9be38785f0de8ac5f26be537a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3320f623f15049f5c46f8425a14cb45c73e3ab11a704805ec883ad9512732856_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:72d1796407f7e57171e7370384e4352387c1336fe90e9a60538c114507d5baaf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:39468b223f5f49fec77220afae419a582db6a2deea236574f67336e1b0c1a4fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:989d54e19c2723b2c44e81d329dcedcf71c653aebc860be91033e451c9ed49e9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9ce249e1846a5b88c57c11ef546ab5afe643bd3dcf3f6cb8d1da419e3a384114_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ef019ee074174ba0c717abaa0f74a02be884ef835ea227eb0bef6dd7b3a99300_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2a7b0d43a0e93e120dd66cebc89213724feeef9ac07589a8ac0d9236e7f93da7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5f3b17cae5c72991aa39480bf841da51b44c2dc7ecc96b35acec435a39c27ae9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ae9731fa23b96fe0a08e198d4cab6bb4e4b81a006a45b1e68948ffcac4e0bf9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bec97fa6e8a87d3373096caaa844150a98355459705b4785b677d073d3fcf34f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3aa55b454c43ad80dfa5df489a795e0635845b10db18aec4f9a06cc5f869d5da_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6aeed20b8cd24c342bd24a92364c8fce56d1d34797a16be7ab8db9dbf2d7cf0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:777d265e3d5e7586527b8a20a92f52eb5cfda7ac515b2888ddf1d3035a362ea7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff35afc3e927d7e057f1cac789307af2eb12537fe985d5b9e742d8c7bb13a84a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d7123f0209595a6cd05d2db8e0e9d827200e61db15ca589f025fc9b1a59ff2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:740ef97d2a49596d2ce07805fe11b4020814f86fef4f7e8ccb7a3ff78f59e516_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7d9fc03529f56fc4e6b04414b0e10d34f94e71f02e0be2f4510af346e3e5e5f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bc4f78490737eb1d176bc498256ee4f013e723a0f0d4c058e959177c98c2134f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bfc52d6ca96f377d53757dc437ca720e860e3e016d16c084bd5f6f2e337d3a1d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c26ec64c2f5a8aee04c11e8cd29de3e0d9fa323d5eb033b54dadbdce60474e76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cf9e6024e6556ea6514dbe3bf3b1c7bdd44ebcd41c5ebbb2a7bda84c44ffeff1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fa5d2d654927396f846592a80da3c20478265bbe8f3ae4aaf2d8749d9ac2f278_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:7862391b6b069f985d3ba652ff80f29fedce94493a013b8e464e2d7bde964da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:8aa86583ab6d95341bfe038c3f1f21ec621246f6fb9918431f043791f03affab_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:8d4711dc4bd19fb7ba2bc79c47c7afcd6b3d755f73629fd06e984bde0ac78d2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:d66c62cd2681f0ae377049d8bf0aa1b00c6628d930b22a6fef5127b6d17f0af8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0982fcbef4b8f4756279e272a55c64d7c1c4fed39d71417b8639f317289f6d75_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:754659df84a55b4d50e12a60afd3a87cfcb6494bd00166e5d72f2badcf8b4480_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a7f6e95379030524472231044cd0d15a0ef984be9d8d5d5bb92a76e1055076db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:f1a2635943e5969ddff4b70b27cbe9a14b0b178b059a1531a19ec999c893cd51_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4d8512534b3c26665b3a4b895034f7f9855915392086357575ee0d576be6b04a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bf22beadfe9558f781f9e5db81bb33f09b60b867197838c268efa19faa1b372d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d13c9744485594154b03b498b6407b2d47f0817a6a4ebf6807aca1f3bfaa117e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f6dfb5a4bb0d44e481bdac34b18639086b02ae6f88344550d0766c7e3358d9dc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1147a9c8c4f5b5ad8ae728b077cbdcd40fea5db4fbcd3f04dec21fb9af0825c0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8c16f93af3941c3aefc16599859162a45822c5c2fa077df551718792c399ec4e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c1a0aba9ead3a33353dc8a033699dfa4795f4050516677dad6ed4ac664094692_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:dee9cd1a94644a85ffc67d3044d0a6251c6226111ed6f610346a0a1b16459820_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:166ce61b7567f720dda8f264dbd919dc0cd49a8929ee0f046e6d44d989005262_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7676fea92d8e9eda12a8a76c77bcc2bec9d196d04c5bdf8e4e191e637425c763_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:80ad07e0c4a7044c04490646135edbd388db21439d65f5285bbd20fdc9876f03_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:948224448cb28ac8f19094f8701e0eb07e5f185d136905415992196e09007213_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1da02c6f999c95ecb0920f31c0d82344dc9d2572d7f475f42dc42d8a9081dd44_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a7bc3f0d04dbce41099b3baab6afc7e3a71c0ae692bec1189d365093245790a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3a8aca3cfe476df607601608dbd217d64292c5d77bc2220656a1a9a3b6668b2f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:75b9a66b716e2179c8c512339bf5f4996d809c1df4ce7b19213a84bd8e743c2f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:53551d526d431b91c405ea569421560279bcbf0196a2d03b1ef584ad7d80a496_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6bb270e09c96ab51ec55d256a715febe0e6dedc4d5eeaa492987626eca8b32d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:96f0980912b063ef19f816592b2f004837d80d07ca39e9290267c1cb364f3bf6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:dd5951120ca786c6b25e52c3a4004e8e207df7f3f1e78a1c973635af022ee7c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0871b6c16b38a2eda5d1c89fd75079aff0775224307e940557e6fda6ba229f38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3cf3338663b2ac175cb7fbd0d83b6f332b00d6cb683106b7dcbb7b72f91bbbb8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a76d2cd5e2fb20b1a037b8367eba97c33292edddcd92c3f4611347fba34e34e2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:da85d837513755e4f4adb1c51051591bd24c1cbec482bf79956b8fe6a3de725f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7b26569a85b4ef6cadf9670d3472b7c9ab15b109bcda9cb73dcc66e8230df4f4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae9688141370b937a76c44d822a8af2c1e3fcbe326dcf42bde26ff6e989a602f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b01891187defbb444b2849d9a2e3817d86483f010c247b3695a4b91d5b675a9b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd35b01de09fbb4518d75811dfbcfd502f376f43a50ee4ce476d9690dfab63a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4e211caf8c5a933dd82335efdce5e001bdbdcf434e8b5a84834742229fbecd0b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7c9494105d4feeacff779458ecf3cc19b71dead22dd12da207a304d019af2124_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d0468d5af503c22a1bd83fb7ff6d57e299aebc9d9753b8656d463f44bedcf51b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e30865ea7d55b76cb925c7d26c650f0bc70fd9a02d7d59d0fe1a3024426229ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:233b59eac6fca6ccd87ab66f83799a4684116681e840103def6497241e6cfd23_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4475536f349a0f3ae2229c3dde6c46f55a2ab25b710e3856df420c18098e29f4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:99bb975c02929e0bb7b856b3f86bfc06fd10431267e140f63987fa3d697a67bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cd84996894e29d9234883627e1834217384476b6a4f68a2b6d5d961ca6ef3477_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3783056dc81f68219354963ae4e6879d023b988657eef1372f3610fae312b25c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:38914d7c7178586bf4be1f3f116612a0d97e1dee4a88288182ef1b09c574412b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a9f59df0ef23d82f6521ed0d2df4f525b6a22d01f2bf0f570cf6e8032a7b3b14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d589ed11166522b34ef9e63df5f3c76fdda425c9d726b1ffbfafb74b47c08460_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4665e4c56773950fe9da9a8158340f0997544155ded37207a5eadd77dd692743_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5be115966e17263b4d0c18e175019b447e93d9bede06bc87c53b49cd4d22778e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:611c756c064c0163c70bd8f4c72180f308f4fa9eff8b37dc322c229590989c6d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f71086b942e1399a7637de656443023593b70dd12c4667c9d615c5c7920299ca_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:34c0b4f8b1f074db22d5e81e320b1142e073e2d9f25f0dd6c245f647a201fdb2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6ca3338215628042782aee2e3bdd7dabce03b38a03b4bfe1ad6d93a666d3caaf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:941e425284a01b806853e6ea05339b5ce52b56d1aea6cd360cd5a22b7bb7b175_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f0e3f8b45691fb21f582077aa69c5f8c7ea2500d16170d14d7edd8593291dbcb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b8cc4108edfa986930272b15b13a61c9a0041e5ce47d063184ec111fa3ccfc16_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d8674e1b02678e9be89806c59eeef13352138c7b58f45e0fb513b2138484972a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:2551b49a02f96ba3948e7a47456669d03a0c663a44431e4a615ba16f17e41a79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:96a6495fa5423c74755f90b16c9f7f036ad9d392a7cef288d66066714ba1afef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6c3161dc88a50c210bc3d8012bae5b6e5bb70c4d862353ddfbaad1ecb9f05fbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ed6a7048363c48409eed14cb305e8f2437f35f28abce6e7dd7b4bd1ea06aca0a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:08dcdfe78978b0e70e260df4ec206b22f21d7248256e4bbc058b188cd1601d45_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4f99f39e9a6a4fe7fdccbce8a4e6b6517b2f4db3b33b45396dfdb80124c6950b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:00539b70d0ed7bb7fa2c1451b39db3f9a52662e0e1ac7b7d56a9f5b576186c3c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1b27777c55ff94a703b5b86e9bc34f39dae95c998b390874baddb41d1d659208_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:5d11c65fbbaf76c60977d1565b51e9595febe214e14d24043511469f6962ec66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c45d47b1c09d848db11c0e411048b01c10424d13c7ef1763f7ff4114793403a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:0d4054949bf563d74908acb8f7a3473916e84a93c9a7210b901d8b05d17a7513_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8cfd9c3ff35c35ce150c1ff31a83981d432109d241896aa4ccdf3a91dfdecdf4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1cf6e70ee2b92520a08d729488b08d8bf409b9784d6592ae61d7c3b97da4a9e8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:44c2c7882a97658a7c27154afe976cc9a4369c5a168551313ce2530410375570_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9163ea4b3eb96fc7706df4523b999333d0f24dd169a54b2ebc885ba1dd51fccf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a8ba786d108a3b2bb5f2524a4a17be6451f495fdc5cacca0c976c310a55a7005_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a27cc3348f05d178fdc90b4eaf3e884a88371f83d02e84266fdfd6324c8096b9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e35c62a0fcebd639016430efea319a3571be216f11c41d17e6dd7c6c8f3937ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70b0e5be749c3b4f016c82409ba4f2559ea72213665592fded48376efc8ae274_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f54e47721b5c645de6a91fdc65c382f8ffb712b7196070b4f0fa1eadd7afa6a5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:54523efb558477691a414aafd97958098ef05bfd34c2ecf1a576b930bdfaf3fe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cfd9360077ac2629442bad5789a8a51bbf63eeea208ba32187483ddd65a96400_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:46ea425bc4ff842500938163ddf9f23ed4325df9d688fe1484ae3746d60c7b0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fcc8808ed449ee7b0d2656e7efb0f272a41a3cb2e19101055c2f01d1c907fd69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8908c9b768ba4ea4b7e93b53be6d2da856eb38eefc9bf0bc1264241a8280d00c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b8e08fa72d69de68de37285fe05463e5f1e05ea70566b133650d8a6a0dc7fd05_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e00fab27633cab0617be1b520c7a89b38025d222b20bed2f4180dfde1d07497f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fd37b4b03f737e90c179662f90f01c29c2a72afa61ae81cc60e065e26040da35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:19c3bceb1a3e17bbfafd60ea6d16c244590019b2f1cbf91a2cc767fddb74efa4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:203130a848a2e6144934e0005db88a38a6b6f22c5cb6464ffc6a98c1f4ae7ea4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3bf25c89c0d59181fe81a30e33ea1ebec6dec838b2ef99d2c4830c66ddee8a95_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:93156295e2f3a961739c57f6ce7246d22f50f534ba423e9808ffd787bceb33db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b634f3dbaf08fd133813378d67e151d520476705b8f292adeee83687e2768a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6541102984bb49cdefa5b2d494e8ff1b28fab6cc115c555754108f65c7e627f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6dd156dd75638fca33bb1ddfe463a3e54484b8a8c0eb37d0816ee46a90edf237_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a0c61f9d9101a6b192b333d929d42f0430eba249b898afee01823990fff041ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b009966dc7bfe2d53f9ba1c5656576eaba1f81265e8f2edb7a48c2b249bad002_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bdf6a78dd3246d4836a5106991b861efd982fffba6ea2db1e22f42e48c29a509_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d6f6bed7208d2d05d8d93bc0fc47740f970539715c097f6be3a68b37e178ee2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fa889a208ecd0842c823f8482318dafb426c0ba9eaad1c8db889aaa7fbadce44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:07093043bca0089b3c56d9e5331e68f549541e5661e2a39a260aa534dc9528bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a73ebdee6a1620c6e1cb3c80a7b67183a6864a417f8815efb41be4fe004042bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e56f04824f69147ea8bd3c0fc1e6b5c26a38e95c19ee07573ab978e3efe5b495_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ecdf342afcbaa2f13f60c6f931bae5d5e13fe98299f3fb6c8ea9b6364255b403_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7fccb6e19eb4caa16d32f4cf59670c2c741c98b099d1f12368b85aab3f84dc38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:87759327bc6dc5878b47444c17f6653b5363d86c215c63a236a05e308f0cc830_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b56a763a771c2ca53c8a789f42a4a1e05877cacc669bb983ff15d0909e1437a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d5e5b0255d2a5e35ac0a19fd6278f1e996c05eebd350a9795f8da20a90e5a36c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:10f2e02396689588a8c752bda0fc37076608541bc2c7c87bb9ce9934a5322f88_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f3ed134021364ab22aa351e3b8b342b8161961b18b7b073d47417aef21032ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e155421620a4ac28a759265f53059b75308fdd1491caeba6a9a34d2fbeab4954_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ec647a6c6835e970ddd63c5d946dd72cbe91769b14061f11cdb486f9237b6c59_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:125f97f6647ec4cc82854ac0fcb6ea2d98560c53eb5d6f32133b8b69df598f0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1faa2081a881db884a86bdfe33fcb6a6af1d14c3e9ee5c44dfe4b09045684e13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3362c9e73ab0966b6dbfa9f1faa1854feff8e8a93ee884d1984af120b31e3a56_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b42361ada991ef145ed7cfa56a6e2f8849cbb11797c3e84ab798259a9fc50f24_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:102a250fa1868b1b11092bbd44d00bf7a1db231919e20b88897d0b1982576661_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:894367b856ad95beae281a18816b3443021c023121bac74ab345bef75590510a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b695ff422194fd05262480e3bc1af246f9c9212589e7d11f201f799146c8fd4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ad99424448527c960627c241c83012837af97f3687a48b3c1a7791cfcbdf22dd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:047699c5a63593f45e9dd6f9fac0fa636ffc012331ee592891bfb08001bdd963_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:799f9029090c0eb6db1d42616907d4c405b5127a4146f66905366bf275f48e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8826482bbdbf0a2d9f799378c31f6ddcac2b3099f0fa60acd32c0cbe7c19ad49_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b71d2a4314b34bdf4164ebe4796b36ba7c8327b316c064450a9b37521a9b3515_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:04f6bddab40520bae715dd9f3eb94edc601ef093c0ae44c0e35415569671819c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:bd8adea550cbbaf16cb9409b31ec8b997320d247f9f30c80608ac1fbf9c7a07e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c2ee30f4e3ec7b765de66b6b39f7a1ec2dc21ea27c489260953bd3b2bf00d84c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee6768976d5ed042750aa53b3a52dbb61f748522e389d0ce204d957434d76982_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0ae90d63bfd8c5d349436cdde4879b9e9b7688cbda159a8ef0c3035d4fc68468_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:159840e10307764c82bae9b8c564c7094b8f4d85095ada8da8f5226f5b2852b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1f8765166728541c216748bd018bc78b56d4825ab25ea2aff00dc2159657c4f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3c5d5c48ee8cae20835d5289ea89404a35896efa3fa0c9bb1d34938e6fe81c6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1951c5446e7c28e909725dff87d86a8a694d9d0be8d14d3d8381b05a04238cdf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7b8fb1f11df51c131f5be8ddfc1b1c95ac13481f58d2dcd5a465a4a8341c0f49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e03ab066f272792564bbc5417419ae634fe7125c681011e265a7e5a68c7050f2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ed488d09c9a25e1dfbe1ca8c895a561a7b59c5ab7a274d226bb768ff638d1ab9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1401a3d45911840fc38614b90338b6947b8452601d8096549a275257aa46f293_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3cafefaa62e731d480e2385cde5aa56005c228cadcf643af9860bcf4a621367b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:770db9d2d73ae5dcd359747a232cdfe88988439d79af83a68db2d272b2d5d197_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9aaa9fe683383fd292c15d90e565138aab152edc4129977a525cfc53ebd78893_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4299c86832609607cf541210da5b49603a1255ecf1821e55ae83314cef55bd52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:551bf35bbbce1c364d482e9aedd53c597f816517e5bb95192fd8fd5d2e626f88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9adcf85afec4650d314b57f6abf710eb89fe98dad51bc59d5d61482729289dd2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f2b79e7095306e8edd47f3e1d2b20b8150a61b506a46df7095bcca1bddae3b54_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:42eafa4ca6ab084394b60fba7b07184b77b6b342ffae32b6867f058b508e96cd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5c8d88010ecd35afc87692bdd3ae1caa678c6b38361b1ea96b32104b5b13736e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9f2b80358f029728d7f4ce46418bb6859d9ea7365de7b6f97a5f549ed6e77471_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ea4fc147389790709cfee364fc743693c07b86d1a60913c0949ee40dd329e6fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:17afc45022541b052772d999e52f5d548b29aa2c9edee17f51f6c401d2eb155b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:490b30bbec721a4fca03ba67a3c65fe14dd232c3d479879166934d10e2a841c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9cc42212fb15c1f3e6a88acaaa4919c9693be3c6099ea849d28855e231dc9e44_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd4f7240219ca7f98c11cc5d18978e99c4f3a18fb80e43842c7b1aa3741a940c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2431778975829348e271dc9bf123c7a24c81a52537a61414cd17c8436436078b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7ccb01b969567f51f835f0e958e3c515d243b60dfb71e38d34b15de6d05dd994_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b9242e2e5f4671c52e7ce8610ecdfa89f5d3824ac89a9fabedec93ae8d5b60b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f3e3e85941bb1c598f730642e613322099e247fe00c82942bbf61b2c9b7720c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2b2960aeaa71d91adfac978f96718518f3251288f8a0289d298f256207ea99ee_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:47c1d88223ffb35bb36a4d2bde736fb3e45f08e204519387e0e52e3e3dc00cfb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:69be6fa285a84391db513a04b0f8ab74d30b91257a393fc06215f32dc00e4e9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:854cb1ef468d88b88c96d0dad49c25dfdef26a3eade8c26ad966e26febc7358c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:13d06502c0f0a3c73f69bf8d0743718f7cfc46e71f4a12916517ad7e9bff17e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc807112929064290fc27a9cff6fb35c151b21ae8a309316bf0e359eb4ad7c3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e9291f11217f5f346970be6a524fda92069c255a635651989583997b44f3e261_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f442b5091cdf61d59a7bad5673aaa77ccf57930a2b2e94a179007b173d49ed0e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41f9f9437d67a77df14fd73bea9a55dce6a151d3e829d06adf6a4cca0ab0f669_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b959cb65553e3aff316ce884abc7b42e4313ffde89390d8b7755e18c8b019ea7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e1c8b9784a60860a08bd47935f0767b7b7f8f36c5c0adb7623a31b82c01d4c09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f9113e8a252757e26bc6ce434b052147f2cf285afb6071135706d3641df1611e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6dd9324942b3d09b4b9a768f36b47be4e555d947910ee3d115fc5448c95f7399_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1f0d2e5e5f491f0cf9d115ffac8460e76fb2ecfe905adc1ef0e75dbb6dd99ed_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf1e6eaade0b2a65408f666a55c3dd64f81dc366ab82cc9cbbd32d51a6170ec2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fd6ca7c0e9086481be0bd4c407623af4e6d62de01dd16b877556e3b818f7f8af_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3a3da785b1c68c3c0589e429959a1422d45d7d92f0ddf2a1f2914cf6be292e75_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5a0a3f72007c0e3677bb93a9baffc30d82b8fda0d65dc248a8a236a1329408f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cc03f91dbf08df9907c0ebad30c54a7fa92285b19ec4e440ed762b197378a861_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e12059245006f55cab3164481fa778ec1a44846b422aa13cd59e4279a5f9dee1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0386494d2322e8d0e6eec988cb9f57ef3e4e91bb3c8ac091caf18b600a179b39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2969090e51624a2e7f8ef0f17bea3993eb5d647689c6e1cbe0e34547a6ff6eaa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51b8117e12938db60e7a972f90f7cae176b776d3a94e56428ef440c85672dbda_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e3d21c51712e6e0cdd9c776479f6d1ab55bc1085df5bb5f583e69ee192d11fd3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ef02dbe8f97a7f197e447337209d5b9a39b094c452b53e34ddbe35ec9cf67fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9ab8271af1a39ffc70e7d733a87d17b3c92bacaa30f1b684d0d779971ded8ccd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd019260c7aa2018ad976745ab7ff71deb43fe556a8972e5d6553facd5a65a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f01eb0bd0753b888218e4ba3e2e66592744e2c360575fac15d9b6079f2a86e4c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42f9169107d898da6aa80f67edfb98bfade84a34e93521365b4af091ce9f92b7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5c8f4ec08c4ed388b7a78c7e6dab99bdd1a2026418d27a80c8913475c75757c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:af3ed66448314364ba05a0aba0076459ef771630670d6e76e92bb8a83e44a83c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d6a6142fc9210ea156df1bcb747657fe68c57c56c52e73df0daee014ea6d84e3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:82809e1befa215331f9e7f9263ca4c5a9fd86c877a4c79c8691388f5b660b442_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9c784dfa1aa85e05bdffbf6a2dfd72c1ed0ef8f9e3715a37b09ae05b16b01e29_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2410c4183950551a84c4d56849755087c1c873c9a86ffc3f78aeba765584fda_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e8ae0b5bab647ff989f276cead5f360bcb88c813f181d75dc3106eb5dbde0b39_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c9838eeaff91d7f0f3c81d57d11af3a0aa8823ab541100f0c5dce2651200660_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ae8504da2cdde248194b594cb1a6731b04280d6114fb540d2255a223a48fc298_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e6f833f3a19a716a06b1ea6b4787794a690a77c7ab75c130da533aaf9d428c66_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f56d01ef06fe016c748e8c87538dea8e9fcc84856eb116bd3597cc8e042e9f0a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0c381750c8da0904cb0ea8696bd67d063cb9120e54f7988f93165ce951e50007_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3f3e2893565fe6061c78339600a4eaa49d485818f484fcd0ccc8baa010b6d826_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:86ae6b3e4d1152193c692d92616c64a2dc085a0a37a2e4be51843298c08788d3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e391fce0b2e04f22fc089597db9e0671ba7f8b5b3a709151b5f33dd23b262144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1e7ac69aff2f28f6b3cbdb166c7dac7a3490167bcd670cd7057bdde1e1e7684d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:475e358c04d92c10245802b52880219f6b7967505a72855f9bc9b33bd17628cd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d16424fa647e34349fa402ce100cae5f3713b206f69d6cae36a03e5f7eb4e374_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ec80d535377fec7d27cbd23002084ae97b847d8fe6ef8f0ff88c960f9f691446_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0100b616991bd8bca68d583e902283aa4cc0d388046437d5d68407190e3fb041_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0da0ee0d54a1624acd043e066a3819fd7a4bdfe02a73321a91fd100599e64f1f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:69ee831e3ac5dbf239025b14e53dd23e2bc902cbf1cfcb2c5d99f1c228e57efc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c582deb37feeeac0551a5893107c5623b2cf3e97bf178fbc3d6b03c143128ea1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:07e0128e9f7e5c2f1d9d0b04d46240ad064fca7064cf2e7c932ba8542d124ea9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5fbf4751a49a88a89f674e64861e7dcf491cc67cad34719a0bfae8ab0eb100da_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aacc2698d097e25bf26e35393ef3536f7a240880d0a87f46a2b7ea3c13731d1e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fc3647c4d70cf253f4946fae6072af87545056f541c5dbfa9ce6c77734d77ec1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56dffbd86bfae06921432678caf184b335bf2fc6ac7ee128f48aee396d57ea55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:786cb35495e9433cfa8a271849c8bdfea14ca6c54af63d9f49a0dca82603b26d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:98c7b3e48d0d32805e8211cdfb3e653b1ed6b2278793fe89837c04a9f443986c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bd4fb9fc797dc15ba60847c5fcf2dd7e4ff90ec01937c24b4a04531bc307f821_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:068ee68a5aab0ca0650a815f7742cbe8a8410a58a13d10d600017dfad100cbf4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:333e6572029953b4c4676076f0991ee6e5c7d28cbe2887c71b1682f19831d8a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:506186c7c4297973e77ce372fcea0eea0388d5db0e0accba6ddc18d8c7680ca3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb7111dedf68a51d4656f8b837421c40f0833c12084c2e41382932d555238d6c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3084a7cb2734d03cc752b42ea90e7b8830013afa268c84422c514484ef924c69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6dd544a8a6b4d08fe0f4fd076109c09cf181302ab6056ec6b2b89d68a52954c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a8331adecd0a5e43182894a10a71677ddafcf12c12f211e9b7656230c918ab17_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d945852f512d781311dbae8d78e1377a06e8d752deeacc4063bf2b52cbd5baa6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:02a995500ea997486e929548855ee40c68288a4a567cf4112020d0e3b62d10cb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:44aa21f2975c14129581bfdf40e0c2a4138cfe1061946c82257f161065025518_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:664fa1569548d3e75358cc6fa91717249c49ccd909ad09a62ced8b61f3976b5f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f353131d8a1223db7f637c9851016b3a348d80c2b2be663a2db6d01e14ddca88_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:445305216f3ea0977c0f76ee3dd676121f58c29384648a2f64e76e7a1d0ea887_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5d54bd262ca625a326b01ea2bfd33db10a402c05590e6b710b0959712e1bf30b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b95084d4eb2e9c44453f2dc55bf54c25601aa4563bc143e9276d5dff383d65f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb02ec382b9619d25bb892b5afd59efc7d265c7bd7b787e30a976eea7b4f7cd1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0e446723bbab96c4e4662ff058d5eccba72d0c36d26c7b8b3f07183fa49d3ab9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1bdee83651c2e8dcab13f52b03ed670998d481bd3f8f86488760ad04e82bb4e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:9fb3cb70070ad7c4b3f7581156955397d124268423bf14fc1f0bef47f40b7a7f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:cf67c856a6dbe76c9776f26b62a34f6cedcd62e108931f38f1f2ac15d63261c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:43dea861132154bcb2841a604f7946addd7b1e5b0fe7e25538a6c57e759cd4dd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9617d07f9516a6379b20ba8f01065096ed90a9d76afa5ab45e36bbdc03a10c06_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a90d19460fbc705172df7759a3da394930623c6b6974620b79ffa07bab53c51f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5ec54fe646fe2cd114eaab995524f602dbc99aa374b166a18acbec30c871435_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:32d9191bcae0d38dc540060134626a47eeaa8ef456ee09a6c5d3fbcbbd0cd451_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7269d6e83782e3b5a928c728b5d61198b6053071fcfac3b354ff2776c7c5eba2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9621a8349f227a728571af9c11a8ba1e7bc35c372ac794148f132c498e1f170c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:eb6498725b67e95ad35031022a9c4067cc72922dbea9ea5f7173ccdef2e11daf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3e728217c3f8a21a876600b73c72d90e807f83ce8af03ff6a38cc452e5d48e88_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:859e8a6e1cde5c011db2c542f6fcd8d37bac212976581d75953f463d2c280556_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b328cc111673357f61dbfea432f7b93727a4267df63ff41519c7bd95237d3666_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c53133aeea03421274be7731f5b03c5d29143aaf270bfc67134647e1cee3175d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0833a87e886ca5fec2adbc71655d8fbe4fc2925d2fb14a7cd926d4a79d6ba0ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2003997515f3c4a4eedf7e87d4f6c21a57eed9cffa4e1187a8ea6018b1f85fb4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:75f54bd17f252279b031acd3509f06cd2b9d418efe1593eabb282ee2f9147141_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:93559e3a79fdb47a054add7a65cb98c1b8da73a542795b28a85c8c52f954cd95_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1935dc068e6fab6154c9361f30ec34459606ca802b3e32875a59eaad23d45599_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:89b6b1510e189c286c3675d32d57dd18d707d731f3e279213290efef0d6f8065_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:95e7647e6fda21b94b692f03908e4cd154e3374fca0560229c646fefe2c46730_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d81ac0615482c04941f2f4e716cf27f32933ca372dfd9ac1edf2c42772522ac6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:1876adbd1d6444a0f00c04182398800871cf59d26d89a0259bb76d1785ef6354_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8c2c8b9dcf7925622da59ae7281922dd1612dd29a2804e5c40eb52e98970d2c8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c8164cc9e16e8be9ea18be73c9df5041af326ed6b3059faff08f76e568cf4dc2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e3348bcb04f2c9bce001994cb406f11a5970d9e0d15e82e5b6f44a19ca42b135_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3b11193c44bcc8230e338c234196925fe952cb8766ae4634a3d41959cbe6ef9e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8e6e6a997146f438994d1e501e3b51243d6446d054e0b7f57ab8109cb062b380_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c71147789a1399705b03be0ee1e7de89fc403939d36efb56565237e81bee272e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e786e28fbe0b95c4f5723bebc3abde1333b259fd26673716fc5638d88286d8b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4a19cad091787605e99743d52e73e3aaff720bf2f1aea1c889a28589c83ac89a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:63c5c6b0f955717d9ffa8ab20ad9ab58a443d80405c58a4ada0429f6d3d5fbf7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8ea13b0cbfe9be0d3d7ea80d50e512af6a453921a553c7c79b566530142b611b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c5ceac8d09149b2e204846cde81f9e87b6fba38e00c6fabfc9ce043889645a0a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:29331d2c54945440e2715d0246d997ad20ea76b67411d1acbeb3cfbde5b52ee2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4c9bfdc66ceaf66bc9b66d332a5579b412cc560200b82793a37996bd1a828734_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9660025e2bde36358f60d15143e8a3a085ca716f5b73f0e6d3ef65286fb4cb09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d1782d4a16a24063794a5b7f1d511c0c9422d2a946ac65adc9d408b2963e0d7b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8fff7f10461a43a8ecedb83b3620d8b16936f7cbba840f9a5cafccc7102dd805_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a60c6b58097bb0ced1170dd3a6c88bfc2f05e19755bfef3045a227da15b8ac84_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1d69b5b232aae28996c5ed43d2c24234215902905c4694c5ac72c86ac6736b39_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6cbbb8e2f4020c8d006b00901483ebc2968e06f1ce90cb73215724002a29177f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:81113710e0afc2eca536f9dee5f0fb525b42b6a2a1c2b4c8141c409181243ed3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c985206add4f3f2159d9c16a531d2e52bd47b52e3b58cc66c78337eedb9587c5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:22d4e0100d4860ecbfea3a693e1dbee3803da780cc3adbb22c54398c41b9d05e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:27a620542daa309791058a32d9648ef3f4ed7112a52f7d2abe1de32d000a3d9b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4af8180d1e5a1cd9c0800e58ab9d206ed23c0ab8d772e1457d8c7002f5432cd9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c784d65851be8f4a512f82b94d946e36f291e1ca49332ec95db7261ad10b2476_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4120e602b26df6f97b93dd035ccbaf7603419fc1505f53a60b04d7d0cff824ce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:8726f5535666a5212364ad59773e974135b820c6f4210a7be9dabe9d6d5a497d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ab299b63908b76729b260c067f218831ef64c0ad4e0c2c36030ddf0b365048f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b079e71b94cda1fe2bd7415f10c4b6e3431c0aa6780a2965cc563864ecd0bf96_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:17101cb34459bc9b5eb483f12ca09ff2e626b17a8c10529f6ff801d19523b5d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d0a16ac7e433102846b7045d1d7287dab28afce96ca1f057619a24c3437960b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:914c6b5117522525c98560617c07726d91adc1e6336f44e0aea726a3fcb0bfb5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f65258f60d5d17a5cd7536f1aff2d1f352b318e6027e48c826619ce686ea7848_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e45fcda9f48e3dfb88619650d2cf25a3618d65909406c1392daa86a0b0b0906_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:333b5d4296161cecde72dded62e02348b02713cccfbb10a278d0803b58702b28_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8fad98bc4b0cd93f399464f668b82b8881938c1d11a70dd4b66d91a7436f29a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d18454f3b49661c052375ef14c9f6ca31589a61abe2f6d23ec0cbf49288b3685_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:009765215dab7918f6db7e0b89257cb2666f722704728d3f973f751300501f57_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1435a805d3433bd5e3b6141ed30055f8b6350e1c56f9f8b3ba4febdbef794cb4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a6b596bf430dedc60b4a2f53e60063ee69f3211a1d83251104863a80c496dfbf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:af845b43887f34f127025f2d2e2a9c64802fb74548ee670f8ee463de03d2978a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0ef10533c807e985c1c4a79cbc1fcc7f9c4c47f8e9de95394c2eeb11f19406be_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2c0993e0730d5a50177ab1f52d49de59affb5cb085b7e605f92e3e16a2025ed2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a26b20d3ef7b75aeb05acf9be2702f9d478822c43f679ff578811843692b960c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a4d4fbbacf9daea318ea4a8c362c37b8c7756280b4412be9d30e1027db3bd24e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:32d870af6b3321fd3ada475dbf0da4eebbb106bebd4efd2f4bd2d1ed895cee46_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:44598513b21b1758425792227838b0a976b2930fd77deed69bc7e510c7a42bed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e8e05a2406f75c74c21ef32d7b9137cf37af909a838f24bb03478333c184bfa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8729815d028242b26db06f2ff44816d022e0e7eac34b7b8df11d27d938fe057e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1ccf6d7ded0225c9cafb3e448dcdf68543283ca268ee9659e1ef9e5c4e75078a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3391dadcb3627066db6573e2c5169480e3565e62738a36c053ff7cf04436d02c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:45836e9b83eb2557719999a2d656ab65d8c3fc76d1c49e2089554bb00806a613_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8d8553b21651d295a2270514ef06d8a1c2f1847801373bce608ea47a9f343f39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:15ebfdd859de122945f7cf8e41e3b1a6e5e02a463b884e0a3fad2fc583c0f156_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af768b3ba72eb21d29dfca44b62d480ba9a0775a72f46283f0cbfa5a2db0e15b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e45a7281a672f84d53fc76919b0c6371feb68cf1b3ffa17b8f66fc4456e587b5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e70e8d7d2acb6a102c00bcd503ae17b849b0540508560f66c3d00070967fd289_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b64e7605d4b7472503ba03472931529a380460991e9ca7f99346b7f4b5cc802_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:661734a34dc3126e9653ebf1f7408ee2664c3c5d783865ea3b2ebac565bf81cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e90e658a6cea41dbc60c5f505e79505754af4d8e21a4ec8642017cf2fd05edde_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fc2817e5b16d83dac91d1a274fb93521165953e9bdc28f3073b127eacc5a534e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:16778d01948d8ca7522aa9737c8cd049a7cf81185552fda4773d6473e1809629_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:8bed6766df40c0c172611f3e4555cd20db639eb505b2345abed6d5babdcbb5e3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c7e700f4be4f72557608a1eb824d31e525634df235817bae2f7537cef44a1ddc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc9bf05482fc6e6265b99d15af471c07833443e3cf570f98fe9485320a91160f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:003aa53775bd7aa68eb9e6f17b74d0429a7d4b010a18eff475cf04b38e9b493e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4569fa0adbac85f6e0eb3b0fea15b8e54d0c1b47e30d2e4150ebfa1c454af232_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5b5a2718790518f88576a71aa2147861a0d9b18e245ea05d4178ed1a03f60aea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5b9a2e49d40059a937f07610c36d08b25831cb730d339d39fe0092a23484b7e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af52ecd8e68fd1305cc33e00f7191ce0713ec836c503c6da4641c90e0983ae24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d5a544e6e442437c1faacc6fe39c128b2d1b614ee14eddc71d4daec6659fa8b3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:709d1e9db0ff0e4cbae288a26ec649c033b3bef43f967348ba467beacb8bb940_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:83402ec46858a4af6aa942398120e625060d1054b01f0153687878ff1bb7cdd5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f9cac75f10f2d788cbca0d5ee0d86b9cd6306cc4aea3398d4e73d0e0115a06b2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1cd56ff15528043064ca838584925d307a50934c6e6a118fd558c706987c87db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7fdef6711b75be2dda50a98bc28af265c3d0de8a1dfbc263890f08cc5bc027c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9cd09c76f15748683e540f57fb78c18e3997fac265de588558d9523cb01af762_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7b02e0e7863575591c8f061856ec92ae63f93f83c18042b3ba7bce18f3939313_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8a8ff039e8e6da1da63e55150bf9b3d0e7f5bcaf5f14476de279e7e86879306a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e914b65759662d462bacd6f4e9119396c7b328c3d705981ebefa3fa44d528343_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fa17dd6cab9295064cc00b7d7838776910fffe3d6fa0e5f619a43c6db8ada0cd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:39b63894fac4b3593d329f88bafa14872da758417975ac4e519a470004c01cd7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4f9bd383efba6e1bcd94b7a665177d408a9d09ed6abc91b7c1f5096cc9c716d7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b318889972c37662382a2905888bb3f1cfd71a433b6afa3504cc12f3c6fa6eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ddca32f42f27e22361c7285694591b0adfec5e6b22ea5e0714152230de4269f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6299220482f0e3c3f393e5eda761e3fab67e96ddffbf71a7a77408359401533d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d79a89cd2a26411dd32ebe870a3b520a7554e50ff5fc6a6e808c6d066b9a2298_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dd9778efa474673fae38ef8756527a4d8be8b2b9117ed31a2311d7ef6398d38a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f55ce8e190fe51295ba9c603a0b12cec77133cd6197ad453da97ce16c0490a3b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0e8341548fb734f7d830b3e9789f576a1481011da3c69b9a031dd73060ed1d85_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1c671b9965ce8d5d95823765967a24153723d7873c1f9595791a3d5dd87bf616_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:45df9f1e03139df090148d1d135d83dcac69c16a95c7a75451066823e784c796_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f87f4821bacea3fcb8300e1437a70ac8f59871e9f93d137ecc992ba54f4c6ecc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2876144218625eb13968b95d331dd3f71280a7dacbe687b71119a5dff99a47a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e8f36ad2e4bf89a9bb1a66d9760ec91c6ad6702bf799c650454b177cf5e02661_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:23b0e71b138eb4c9e23e073f11974dd0f054d1cb78bc36227497076c0e8c1764_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:2bb5f0a1682720b3071e499962c26d2d4c251f3ea1b8fa251cc3672de8bbc229_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b88e42f7000f64593afa03762f3147c0f9f0cdddd2ad762942ba6ec38198a06_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:be556777383ec5ea2f8f241b4041fe9b4a5d8315f64a39f7381acdf49ba4bb4a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3d1bc6478c932d695a39d9d99a4cef0ed71084e48e30d1cbe2d97fdead890109_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:40e602a3b1bd99d11ffec934c73e4c8e8ddc467fe2bbad87d599f014032517f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d8161c91d731205f8fd61104da764c5157212beb1c15572139df1924dbaf2f7c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:6354e7d162ca21ff645f85b23efdbffec8881b41f636b635d9dd722fb2695fa7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:855da3c26547421a3d19f55e6f6ec3cacc2d89d854a854076e4d02f241ecb6bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:9d81d657fdd5847b3967a328a58f541ec829a890b701937bba6bf190ec884db0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af18c1924bcec23e6ae18a55268803d2a8d1b012152fe3ce225f27833a0cfa73_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:21656ae3e6fcc6356ea9226dedda5a263f7cf26c9cea2f0abcee058b8c742407_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3698e2a155099e47a40d08a6288f6071be4bcf359269e1c0afb136a55d3b9d94_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49b07f0266e0c2c9f60457d6fbf2b9850396a154435fd74752fb130246b3083e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d6ab8803bac3ebada13e90d9dd6208301b981488277cdeb847c25ff8002f5a30_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5cf0b82b3b281feb5bdbf130c292cadc0f958068bb9b199ae343716f1c06538c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:64a63605d152239b2d79517aa8491e55bd000f0a56a1c0ce018f46c91615d6e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6b11cc744de3c1075dfcc6bba210ba8630c1285dc763e29c2ca92e0a6e93877c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6b3f0a2d76bb8d59fa0f80a8ea9a5be31b817f609616357d16299e106136508b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4e48ac2c69b06ec640ad1a030f8f362a04a3e9f56a86d7cdfc1fcb3b5153888c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:85e96028782951f12624e1d9d247b60dda409d9a812dd600809618c45ab2fa1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cc6f78094ef67715b6e53c67909ce27754b45ca8169077269af8705650fbafe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f789fc86f85771671e023e9be500435b1fbcb7aafa009f8c4e6de156ccb97ab3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:03e4d350f807eb47d0c5a0c101db1dad2ccfb6f2ae3471a9c4e1834b469083fe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:35e6839dd0b0c041b9c8b96be0487aea33181c71b05b4f9637411169c9f4199a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a26bac6b099818b6001c8eb82d73918ee017896e9299a189c51ada1000f4fe3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e38c6946a5624a992dc152865350970ca58249cb21df6c944da9968dc41c1109_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5969111957d6c24152ebd937962733d7ee93fcbc52c6b0a56963b5a1c9dc0d15_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:644b47ae9a62b57f0766f45f2b305bab7e5f5dd5de65d95178ea29a83adbcf86_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3afe0837c149f85cc4342abf22348d1edfd3cab0ee47da44574134b3cc185dbf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:56a3eb27754a136e415cdec3caab804cbbfaa9aaede0fb9fae065bcc1a0196e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9232c8af8e0ba7a15fabd923feef6dc1d3f7e2a740ef0c277009f348cc0accb4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c4db69fb2ea840583ad3b474521c3877416d9703c9f975b41ad91a70aec580f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7e8dc30740476e4dd332aa0539af3f9bc12bd6aa72c64e75f5e9e0b8d2620b3e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e55a15f93eedbf7b0e13fea4d3ac9b891453f854d5294a891c1b9a848c6ef54f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:280a1d3ebea4063a3ecd076897fc7bfc0f5b994a68f56ca5f61aadc778f1e9c1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6118230d5cbfa3823cca0e7dfafae0385bac42a6263945ae144652bfb9b4ef12_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c488d9cdc38eb475a612aeb32d9f7773e3f872d568edd48b7d5f66b76a2e192e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e244ce4887df2622a242a251028398497d178a3025bf7e186baa71d717d53685_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61909dd359430849c04591218c11cedb8fdf6e4489d0454473810582ce373b1d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:67d1623cf33e4a5ecaa5ec7f1dae3af4e0e0478489b3a628de2062dca1473c7e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7ccd86a40b9f8901dad612623b56cbae1c260160c1d0bd8fbae4ae9e73d21e74_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ebaf06d929ec771d3882b5a8e4ae86816f995d27fa65afcbf29c048a2bb6fc72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:08bf893d824045af0b68cb4898c2cdcd2d7c9a7c0aa1f8edb3a5a39f0ccf036b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2b2051f90781bc62840adb0e5a60951231433e23dc381b2c26156775469683c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:699c950e437c327caffd05eedebe7c6f82f19e899e9e736ab787aecaf9bac072_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:93bf1697031cce06c4e576aa1ba5d8bda7e91b918627ed1d61f8c89a95a111f0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:707500db7f401655e50021f4606293a83292d7dc663772cf30eb96a9ad625bdf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8b33fc26e42a8b4a7b69c94635b01dbd975ff885be7228fd8f86323a592fcecb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9e96b53e74d1b802c2e63544e4689c9d262e9c996902c6e8a7f3ca34b23fdd50_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f2ed46b09f78b1c40eb9e6af9209a4e844095b0c57ce404370ccfbdeceea210e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:240701090a5f8e40d4b88fa200cf63dffb11a8e2eae713cf3c629b016c2823b0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:77a1a98a21cdd445c61af995ea508add1582f8cc8a940887c265e2dc335cf217_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d397c7a96aacea416f5db435c36cc61bd57c85e688a6b63d7a062520104a9de5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e09eaebe629254a4f57e9ac5f83ab709fcd8c934e027a1a43d570205886d6516_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:481ab9bc77d5c211db3596838e7e78d433708d295766223689ff01be60facc42_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7036403b4ab9460482491386c7a920df215fd9a86e9da5034a011eca320e1ca2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a2a6c2aad7bbf903fda4d91b29e2940c5707d533e70b0671194f710472713b8b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a40b41bc3bf8b94d1c45ac663b132301493089c3068e98dc7e0d3915fde9256b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:957899abc8de7f0991851e6895c4530594227825f9c71adcfd359469bbe5188f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:98d2699768903d2e054aef086920f5a14d339a8a23053cb68ec146033b662c10_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a5349be7d33bb9d7d94718e63db975b1bc65c355bebd77269e5bc1f3affa6892_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bbf05fdb021442514d6125cfbeec569b15594d5ca88f996f5c97a13fe58e39a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:af8ad7c28f1cd01b74fcd95eaaf3bf9fa7bbd397ab8d1532f6ed2a46c6ad1abc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f73002387a396d9dfc14afa7ac22c12c4354a1b59b5cfe1700a9b0692a4e2104_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2d2d9f64984ac68b9ea27602982e0c3b95518c46d40e943cff5b3f26995f0d4e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:33270bfb06a8f7cd9d6eae5517f74a53f905b4a59190dab49604b6aa5a670f9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1f98b001245f7eb8d334deb8c40ae02d5d337223a138eb62c2207a76166c48b6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f8b3ec39d4b9a9117b8f79bcae9e7731eb8c49d96c6fffbefbf011323edff57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e3a293358c5e7c8f13153fc98cb5a779e997dd31f497d4deafc4ecfd0f833ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4379021fe63045cc14b52bff805f386a8f2cd6e7dd1f610865952738e1a9ab44_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:75b59dd85933088716cb16850f913a6255ec5bde55c1392f59a5b5f2d11f3f55_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:dacc9761f298bdba26c47083ccba6b6050aab0ca3ad1eacb7cd5c95b1f131cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:dacf9ee50a503485566d7a987f231e04adf176c0852c6302bdf0bc4a0fdac0ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:548a7b07a9187069e2b5cd50f66cb4a56db437495cad6470920a70341cb710b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61ad680342bcad1460f4255c94490aa3e08ec579714e9b7091a2cd48816a7f62_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0c7b43c868b24bc3021b41795db539ce116907fe765922e5606dd82e7ca8cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fa28b66298c8b34f2c7b357b012e663e3954cfc7c85aa1e44651a79aeaf8b2a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a2ac689e121314cc8fb297e64c5e603db1d5916876abbac3815b343e578f96b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8baecd6a4500b2e21b83a699b8bb1d4eb4edb6e2c09970d31a8d9112c2c0230d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9250bc5d881852654c420b833aa018257e927522e9d8e1b74307dd7b4b0bfc42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d963c7c8e408edb21d2d85eee1db0fe4395f46df69dec0664f3f9836c77ea7ed_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31d64e12bd1b486fbff24f932eb90d0991f288ab42fa3729fb686f6fb1a3a12d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:35359eae77d7751386f969f79ffa899d95d4af9ebc73429ff5321c3bdc8b6c67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:68cad1c790fb3b5dd6e4dabae9cd1899552b0f4b5b61451e4f71fca5c5fc75ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd60ed7fd7955cbac6882fa5e0d7e38bc3c06791950867c3ebcd98679e366f06_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3813d16b41b7c5844562faadc6d72e788ad612ecd14218a511e3ac4fbf68b4fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6fede6672fe85cfd09592a8662b18db4e0b4f0794655febbba7190e9e30f475c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:71972d1c403ce0380f8c579da1a6ddf56d5a6aeff7f711fd6f5efcc49dfa01c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:aaa92509b71c898caed43ac2b5d3b3fc44fff333855789eb1d7df15f08e91ea3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:583e1fc8e2153750cb82fb979286fe2b78e937f01a21753556b935737333890a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8312f577bec837b4be7057f728c3a3c265a7edcdcc31133b69335905d537f2be_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bbe162375a11ed3810a1081c30dd400f461f2421d5f1e27d8792048bbd216956_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d35c6ed4b93aef162df955ca750277ecd1d9469b713bb9a511669147a5b46e33_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3678d30cf1504f94fa97afb735317fa7335984133c68a4500d49735f28412312_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:83c7c5507378c169941b9e2452c77f40778adc76e5983fa2ff394056bed5d78f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c626150f07ba75062856d06674f8c419ae002930de38821811236c2445f1c1b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e226d545f885b4380928e9bbbc0804267ec45a85a5028b304f579afdd26f8c3e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8a10e4d7343e563ffe42c9181bbbc9dfd687744c94e125be639026f595e462a3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a53b0253f537d2d04a2665ad24a169f07fe8268ea662cebd3368a2045e586914_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f27fd0404deb58aad573fe174a675889a7fba84fc5cb916ef702c89f1b51c724_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fe683caef773a1963fc13f96afe58892563ea9921db8ac39369e3a9a05ea7181_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:60e6e4080a8c39326a9a09c7e3def79cdbedd3c178dc301609d3d8e67007e0da_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:67d61d27aa46f8c1f49f2f691ebeec6a8465c1506c83e876415fcf6be19c2d77_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e1d93d28a1107734216ecbfac1bdbeb688c21a50fdee28f7a1742013e2c8c129_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f74b7312ebbffb5dfae17070ddcb798440a801a40a6797442779a5fa0b650e9f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:15c5e645edf257a08c061ad9ae7dab4293104a042b8396181d76dd28f396cebe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27978322fa73148af7670efebefad1175166acf9a127ea881149603534034fea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d214c12c98c1c95fff59a40d7529d29db15dfd6e3ee12b32d178888c2992a4b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d4a1f1b3de1606844a597602508eee8024e34e5f2ece04852602b4f0718d5f39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1794986bda8e564f5dcb1bd4b385f8ec43899bdc981cab2f72f6914d02094275_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75b78aa7b834f6ae099b76db9be71ae5391ae79ecba4e6b88dd5777a004d7064_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8797eac9a0a1012640bd8d2a04469760246c27b0ba73a18d7a9027693eedb7d5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:df623c15a78ca969fb8ad134bde911c2047bf82b50244ee8e523763b6587e072_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05f9496cb181c53eb12a46e8f258333f87a54b703412f2f0717e361d4d1e9409_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4ab28f40d1b15cc2ef0ad2f041770ddc69bec7c151ed128e6065dd1c722690e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:858152628388d9e146897a7a373713f74ef204bb937d935995e8721dd3c6140a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98a949efb0c81c5c5968e069c9b6a518b3b6afbaf4e75cae5eb207554b06c2db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c38d58b62290b59d0182b50ce3cfd87fbb7729f3ce6fc06ffa46d9805c7dd78_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b49f8648e81dfa19ba4a05cd0f0f40d67eea325821b3e6bfd7825783955a0f5f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d966d36d2a008aadd39a289ad8eb427350a2940518f800158cbef89414588f9b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ec1e69a505e7c80c680f442000a32ffe9b1af694d810ca5582092ffe6dfac254_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:41fae1a5e5e4a0b5502c3adf571c9b0fc33ee2cfaec493e8153178bc64436d2c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:80531a0fe966e1cc0582c581951b09a7a4e42037c106748c44859110361b2c1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9b3bfe91fc01c7e3dd7f50da66aaf2b879a450901f1c73f84d021e69a5576342_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e38f330016b2e81eca6f69397ad57a5d0348f2d2f2c3522307b35aadf8b5ddb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:525b23eadc757450747d893874b77ec666fe15f329f0ee40e4b04571240c5e1f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5f459bbc953c9460f2166b782dfc3be213709521d5109b52d428a560ad05aa46_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5f83dd9b2d73733b7972a43e3e152614dd4e87926f4bdc7a10a2f292ae771276_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a913cef121c9a6c3ddc57b01fc807bb042e5a903489c05f99e6e2da9e6ec0b98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:7055ad7af6f2763c0f9a1a6ac6f24fa4dc2ba312cc9b0805ae0a06187cecc89a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:a120d08d454a9112a7f31a9da6627e788406726fe1c035bd70c180eda14f37d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:161ad6696b6d7e64bd2fa9ecf35a337e1510361af64ef4f6b8482d1f2c87d864_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9d28e4ba3e1edbd660f9a0fbfe4f0d990fd3e03d9589548acab5416ffbe17e00_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aec827e9517e79a99451685f94adbb7a4ad776367652958ca004075fd982d69e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf24751d6b6d66fcfc26aa8e0f94a4248a3edab6dbfe3fe9651a90b6b4d92192_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:78da28b1bb83150be79dce517585380c81a778f59489052aaa3ac0a71506a052_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:88b0549c1ff942159d48cb2da2681cd727d3b4e9b18964a7a7fc5cc51890ecf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8c4c2f467bab09a9b40d1ecf1c8723ff9544eb8903918c6dd3cfb0060cd5da82_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ca12eb74b51e1d5205a322884b88c8efd900ea567d8585eb655df8060a72a7ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0b4672982b3ab346f6a22832e4bc73e8f5a2e42dd7673266c3c9a7dc563e5167_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2969828f1fcae82b7ef16d3588046ace3cf51b9ea578658c42475386e0ee1fc7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:58c5b3a8ca2791474b4a92c43090bd44085e08e1a9dd8c65b3436a910be41a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:aa005faff536d4390dffec3bc457a4f20010f70a17411d185b2c1c6c97b663d7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3bb3c46533b24f1a6a6669117dc888ed8f0c7ae56b34068a4ff2052335e34c4e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4f9a68a87323bb2263ed303e3fde605101d955c86c4476baacb43a8c9b74a47c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8bc73e26c8f8fd634a32c3faabd2d87385947f74ec3907189760c565e91e7519_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c0abc19c0d20438799cd30ca25a5c3459f1be7cec680d64fe1db22087a20688b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1840c1e925794e4f05dc6fdb3fa9b660c16d3a96e4a5299b427ca19bcdc3e7ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2238d41551f6e4f6e5b6f9e1d718b7bb2a7205e188ab54de967a794a6d270f05_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ae30b3ab740f21c451d0272bceacb99fa34d22bbf2ea22f1e1e18230a156104b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bd2933bc337a590b443394a8e0e46be3b6ffdcfd006344534281f0520fe2facc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5043634a40e7f9d541c57c28ae82902ccc4a906d4e056c36f55322e6bad59705_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:71360db1f3a4ad29ea21c8fc43a5ace3c714908e9db2fcd24b399cb7086ac311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b41a8ae60c0eafa4a13e6dcd0e79ba63b0d7bd2bdc28aaed434b3bef98a5dc95_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e224a02ca283984387d514861d34711f5fe9146a33f1aa4ad9f9158260e226a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5137d9c1d64fb22e3b2562c5eb2ebbda136ba77ffccc6b9f401ff7e0dbd7ac52_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ae4b76786960056dea05371c3148d40f624bfd4ca4e314d83c330fc5d4dc9f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7e61ea6fa0abe887217ee126701d71f7f4307c46225f8592d5cd1dffe62428ec_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f122c11c2f6a10ca150b136f7291d2e135b3a182d67809aa49727da289787cee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f08586dd67c2d3d21053a044138f1bbedceb0847f1af8c3aa76127d86135a58_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6ade6ae0f25bbd0118a7530d4447b9ed17058e4f9daa871a226125ef5ced3192_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9f4ebe4007be3988112fb00dc8f711930f3ffa1cc9bb60aafb9842694b7ad04d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a944b6da606cd0a5845f9cdd307445b8baa6343078c1698e9dd48d5d30df6260_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:770e169283c6dc690b2e5ad6560c43ace5897760f45ba4e0cbf006a75def23b1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b61ee2b7a6814324bdf1fbf6c5c72b994b9b0069a85e1f92a0cc9fc2633bd93_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a000b455663f871d2c08877974c63f3d0a3f494a44bffe0b143301d97a2bcd4a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f59a52f0304427bf2b814e616bc0675dbf800d94fbb7107026d976a5c77bd6ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518db4df4846950212845f7b1a78803ca297a5fdce2d1e09a3ca0d9b48f039b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4040654f77bc137b99afdd6aabdd47a314bdbe1794f931ec2dc9b7d2337111ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e503dc23e8e6a2988adc1a8e109401358217ca17ac8ac523bfd669e5a3504055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f1fc49b7b09dfd1ed67cbec6138650de4e29228b2cd16d1bf94a6d305122962e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1267a95b647ac530955099ac9bf8a2510e1b151628992e71b502a10ffd79c37b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39516d2dafdcde7dba1a531b909c6495d54d5e44bccf8c3fbdbecde8ae689201_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:69ad8c7b14b26b771bd20dd9a6d3eef52a3c5954b94becd42c1d1f2cdd1f9bb8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4b691a98453ddf2c1dd80a6e7f8f557474f358a6270a6b4bfa676b7cff5e39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c0bbfb74cc437ec2fb4bf9353b8caec1c941939bf38991bef916b2fb156cb70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:96c7847d759b62b52ca65856bbe6d1c25e49f9ee9333d2364b2a5f8bc69c46b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ca88f406b57deca5600c7753cc0d64279a4e9b030b0081b85eeb87a93a8dc5a4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:db209a1b80ab7b1e6183361f0fb98147afb983607906c30f82027d3bd0251d76_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dfc75b5189f731217fbe7068ad92322052693a962fe798bf0a5f1a67fb38c899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e442a9e8be5d749d694409c6588126eae0938deb8ba7ee9ad201cd56a600bd11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eb3ab7be1af1e0118f4dc015d4091b7587b3515c5b970495b60b407ce8acae63_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ffa7ba153e3b857d714843fab966cf5fa4789f000aa7044562dc37647962738f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2f29c6007abb7084880e408947a9c8ed602603bf0e766e076adf700979cd40d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7d8e3e51ce3be568a9fe7a145d443e9223bd161cae7ecff0c2ffd2a9fb40d837_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cc51710a07f6a46a72c7802009f13f26aa351caaa4adaebc0d4983c3601e8a2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2c600e3161e493dad43a984808f70b880d37964e3eac08c1bc00a297d23ba1c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31e1e6592359d6a681a2575484ae93896983eb644a94e27d2eebeb579880c7f6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7a6675a0c03a88df6a0737032529308d1f3ba950221e5041084189a6fe95f22e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9e23fb1c99e6496bde42a13dfe236b060662b908ea30ee8d45c99c5ae447c493_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aca57c8abaa83b2d1dce95fa7fe5b9416be70e100957ce48f212e2ec404387bc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:18bf4a07ec975ed90d11a29f4ef82d75d68db396ded31c8317300699eca7ad90_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3e68d4ea67cb9c838d6730a1039ea23b875a8ecbab2b4d76375d6df245339e41_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0ab8409b78d9ea94b865fc9ba95bd36bdf1d648ec7ce6cc179226b28fe901d7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ce0723f310f2351f67d486c97f7ce8ec8585dd6e9c7e3e86f62f5424e16723d5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:04f4d72f5b89a5f05142f1759f85a3a185cb30fcf3b4677285a76a67c08db690_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e5b6b8ee694f3fd3cb9494b50110abbf01839036c632aece1719d091d844fec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1cbd36f2d83a55cb00336de1e56e111dfba439b4d864dbe4554614c6a0fd13b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:fdc51db9f37982f80027e97083225e40df86cfd7581f4231f6d6ab1567569c2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:08d8cc1fa836edc87c3ed701c7af174ddb9dc72b4d57a13cb245275a333454c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1593b6aac7bb18c1bbb5d41693e8b8c7f0c0410fcc09e15de52d8bd53e356541_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d3c3f32d31a6175193ccb470f72186c6b0e17375de54e4cec66207f42bad0ab0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e8bd0323ef70a1304aba2dc54cbf26b72a24e8c064a9f3d4806827a1e414e252_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7d7e306ec16e50a8b5b527a78fdb62e8583866c2c0cf91b3befc8646e51deaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ce32ae8e1e42da3e4e2440a721704db7039e66b8c1fdaebaa42cf8706f43d9e1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:288324251d8152a4370b64afc0626097649087d8cf38be8ac0dc8cd02fbd291c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:83710056331ab52acd9dcb899d247c863c1728ca2730ddb4fd69de5d8cbb8709_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:9ce51f750a68023df9323fd15a7eaeb1472e9b8701c7ef413869d3febbb73459_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a610e82e2f124e3a5daeb2d2c1fb056e2c7bfac89afe8556431888339b9ba0d8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3dd74e170726d29f6fe0508c03f7410598d8fd7d37b6e60a76376953ccd8de55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ff84e7b914e4318aca775db8601d5b04ed6eb240d4d116f6505e04cb947c4a3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0d482c0690409199b30cdc163256b0e0990ac4b813823692f90c604c59d6835d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:abf98e8b78df5cf21c9da051db2827b8c9081cf3ea201bf9017a5d9548dbc73e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e52cd61f4e17bcd141c936fbcd3af6cfe1ce310278f3fee66b55cd155eb966a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ef489ba496eb6f6e25acc7977ec8c21b5aff7a834ec28b29b104f83b7608eafc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0f3441a346aaba5b0eb37cfce2eab3af4eadf1a8e13a71ff976d18f32559435d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2247f41471839daf79124e6b185f25504a1ecabe7083fd2f071c4dd89db77a19_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2265090801a065c68ae424911c1619ae9be65eca3d16e984c1596cbfdf6ec379_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f22dd40cd10354e3512d2065a8dd8c9dcb995ea487c0f661f172c527509123fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:41a68d7d56728c92023a9ef71acb311c1b7c961c0d4b90ff3f0e33fd7afa8b17_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b48949ab94de75cc88f783d9255abcb589fef9e84366e77e13345391ab903a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52ba78768a24efe94f7f95fe5bdd3c6156919979d5882682e06ae4a8a8d3fb4a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ab1dfcb2a4e53dbb3cdc653c7f3f0f03bdce8487d43cc6626c75f8495bfbd71_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4602b62da727470a62e3aad71502b0495d6f809f4e4a1903980e7c99d8a411bc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:98ae20e6655d2d48c0b807763171b7e88b17d5887e43194e19b92078cbc7db84_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a64a70eb2fef4095ba241021e37c52034c067c57121d6c588f8c7fd3dc24b55f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a9f2b0a20a84bb8597c27bec675309451044172db89e0907542892d3974fa0b8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:99ad83497ea12819957ccba33c807c6e4c5297621db568e5635202cb9cc69f8f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bc0f0a94b11a840b808eb9ddfa9e7e91885f8fa5212c6436fda9a7e3b633b111_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e3b1e6ffc8764fc92f07b3c1069889d20524d2aca0c4f9e124d0290cf322f4b5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f86b12d1cbbeb92f39074e67841709b7948a8a78dcae47e49008faeaf4245fcb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:19c3c8392b72ccf9a518d1d60fab0fd1e58a05b544caa79eb11bb68f00981d9d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64d80730aa52ceef2cfcdc0c414b5108832fe23134c09fc52998becdc48aa7b8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d7ff281aaf92d1eae3e78e7505dbd192f728b591c0af391ac2bf4b7b82f2ff24_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dc361b3ec23619c49e53fbab4f36bcdf66d791ef5926025d4fcdf448e378e404_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:513feed9bdea8c02802d16c35863d47a1f20c3e8562d6a2a179a47e844749666_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:58de637f3e6e5e81a1954b602ecf35fb24dc01c92d9b723e13d980d708b37b2a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:da8ad4428510f98b74e4f23fddd762afaeb272a2bd1c77148d9c4f2683b54763_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e4d0e747f55d3f773a63180bc4e4820ee5f17efbd45eb1dac9167fbc7520650e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0d5ead6bea9804224d0fa04208c0c278245c2a80c5881a0c0a7aab67d17c830f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5abe992def861ec075251ae17bbd66fa23bd05bd3701953c0fdcf68a8d161f1e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7f96d44bae01473c9ab16031f7b07a2d22412a290013ca26f6359af073c90c1a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ddc8c89a4f85c3549945307f1860ad8c8e5baa9d46363ab6cdba0085a1461b9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:31981eccb64a5aaba6f63f2ac4e4cd4c850ce247fc9fc0b82a4818c83aae5d40_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7cea5b1e66573e1b0ef30aab6202def849867805ddfa35cf4e4a5455ad4defe1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9266e1b01adedd4027a95dfec6d57e39ea42df85ecf000565b8c6eb45ad05490_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9899b0f08b1202d149e16f09616ee7b8f37e3cda642386d93a6d3f63d72a316b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1b37c527eeeb1d60bd505d612c779f523399916c40418bdd805c60b66e3774f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5a261510ba798b5e5fdfdf452c96d96e411a337da984f3902ebdd3147160a550_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c860045f496eb011a7dd788508c28be228f796bdf97986b632007fb8fe6b0c49_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fca73fd7a3399b95dcc3102a77d81965faacc73e75c162a1e3b1567470444322_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4d0b15f61491ea50a1edad84f7479cbff8d2331a3ed68eef30df667bf901c334_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:86d47b2746de823e60068255722d2c0f1ff9d327b2865071a4f2f1e08b1f4ee9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:96ce27c20214b8caa64b859e7078fb8325a5e0f88a5dbae182421194f068b7a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e6817d8ed7a89fed106450662400add9afe9c359860a95a8498fe3d121287511_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6ddbdd6c170fe946a41c854057c7a7ecd5dc32e8c852a95f02dc9fcb7f0e1b8f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:725b61c6809ebfbba6be5fdbf5330d671d618203f7928a16efbd89d5c0fbfd0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a09f8266c30666748e723643797aab1ac8ac1752c881bfd363e9bdcc6d249cbf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ffa02bd6af0b44d4955aba57f727e13671f503393926be6d8965e31dcfcd6e3c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:a5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:e40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c2a6a8827b1441a27cd6b29cf39c6e6c2192da257a1d38f96cb81b2cc75175d6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:d1977054e52a6bc368e4c9dd256c22e1f12c4597503ee6431c7e65e60c670a2b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:a5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:e40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3fb40f87d68dba42b6064e3f46436649422174bdf900788a4d0068cb5679310c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:08f673ee7702801a2229a13c2ef383556976503890054fbd4f87472aa7a1fab3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:78a661da4ae8a60d61f932cb632bc81255e85ad2c5186d130cce3d8a186c992b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a79394247657bf440e71b0ebff47026d760c71b1b03510019b3c519de7253c79_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:bc47b3d4e3bc5b1b9b8cf11eb1093c3b146255afbae49e3ef7d77cbcaf8d63d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f95cab023a7c77837be0de1481cbf1809fc5e2397f68001ac515d3195b0da1f7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:059265b72f841516e2152ad96e660e7603aa31d267c0f6f8f7fca3bef4b39ae8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:09fecc36f19b8a5e70c3dd56db339dba4f36295297c18ffe9c9d255a824f0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1a69a94e11b71a12847b733e9744b1dc8adb6c93071332f11e9784b8bffc3de7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7db1d32435fe5be23bbadd5b7eec1d1a2cf78c95e97c108315185a2077fddc99_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418900"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go\u2019s internal bufio.Scanner, the read operation fails with a \u201ctoken too long\u201d error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is categorized as Moderate because its impact is limited to the logging subsystem and requires a specific, non-default usage pattern to trigger\u2014namely, sending a single unbounded line exceeding 64KB through Entry.Writer(). Most Logrus deployments do not expose this interface directly to attacker-controlled input, which raises the attack complexity and reduces realistic exploitability. Additionally, the flaw does not affect confidentiality or integrity, nor does it allow code execution or privilege escalation. The failure results in a controlled degradation of availability (logging becoming non-functional), rather than a broader application outage or systemic compromise. These constrained conditions and limited real-world impact justify treating the issue as moderate rather than important.",
"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.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4253559bc4e21c1177de09c223d9304a80438fa2f38c39e720e17e1b993cb746_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a95180c5a4d2713fcdb002fb2879c9df206d1b05e5ba1379189c8ca4825b7866_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ad0eb0b006e9297f5bc0f907f18e2227a7ca646710c6831c1439799cc97b8b20_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dab7a82d88f90f1ef4ac307b16132d4d573a4fa9080acc3272ca084613bd902a_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:013c20bec9284a1bd213d9fb2e2aa65edfba8871c450970bbca43108f6269a6d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0bac6ac13bf085666e1a85a8213e330ff6d6d7a6a7c58be2ec3cc6f66105e450_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0cb7398bbc575c5884f712056e45800b3745a7bf59fd806037e6b2b570e56f6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5ace2dd90b2d621d42620b5a2ed422a13a7454297ffe4b657f7590452517e40_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:0189eea1d0986580e71dff3b97c420bb03f79f04da1ca9e6ffc7853fe5566ad3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:0e9e77044cbb1cae6fbb8e47aa77c3a2e6d4b6d9be38785f0de8ac5f26be537a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3320f623f15049f5c46f8425a14cb45c73e3ab11a704805ec883ad9512732856_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:72d1796407f7e57171e7370384e4352387c1336fe90e9a60538c114507d5baaf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:39468b223f5f49fec77220afae419a582db6a2deea236574f67336e1b0c1a4fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:989d54e19c2723b2c44e81d329dcedcf71c653aebc860be91033e451c9ed49e9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9ce249e1846a5b88c57c11ef546ab5afe643bd3dcf3f6cb8d1da419e3a384114_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ef019ee074174ba0c717abaa0f74a02be884ef835ea227eb0bef6dd7b3a99300_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2a7b0d43a0e93e120dd66cebc89213724feeef9ac07589a8ac0d9236e7f93da7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5f3b17cae5c72991aa39480bf841da51b44c2dc7ecc96b35acec435a39c27ae9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ae9731fa23b96fe0a08e198d4cab6bb4e4b81a006a45b1e68948ffcac4e0bf9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bec97fa6e8a87d3373096caaa844150a98355459705b4785b677d073d3fcf34f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3aa55b454c43ad80dfa5df489a795e0635845b10db18aec4f9a06cc5f869d5da_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6aeed20b8cd24c342bd24a92364c8fce56d1d34797a16be7ab8db9dbf2d7cf0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:777d265e3d5e7586527b8a20a92f52eb5cfda7ac515b2888ddf1d3035a362ea7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff35afc3e927d7e057f1cac789307af2eb12537fe985d5b9e742d8c7bb13a84a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d7123f0209595a6cd05d2db8e0e9d827200e61db15ca589f025fc9b1a59ff2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:740ef97d2a49596d2ce07805fe11b4020814f86fef4f7e8ccb7a3ff78f59e516_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7d9fc03529f56fc4e6b04414b0e10d34f94e71f02e0be2f4510af346e3e5e5f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bc4f78490737eb1d176bc498256ee4f013e723a0f0d4c058e959177c98c2134f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bfc52d6ca96f377d53757dc437ca720e860e3e016d16c084bd5f6f2e337d3a1d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c26ec64c2f5a8aee04c11e8cd29de3e0d9fa323d5eb033b54dadbdce60474e76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cf9e6024e6556ea6514dbe3bf3b1c7bdd44ebcd41c5ebbb2a7bda84c44ffeff1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fa5d2d654927396f846592a80da3c20478265bbe8f3ae4aaf2d8749d9ac2f278_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:7862391b6b069f985d3ba652ff80f29fedce94493a013b8e464e2d7bde964da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:8aa86583ab6d95341bfe038c3f1f21ec621246f6fb9918431f043791f03affab_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:8d4711dc4bd19fb7ba2bc79c47c7afcd6b3d755f73629fd06e984bde0ac78d2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:d66c62cd2681f0ae377049d8bf0aa1b00c6628d930b22a6fef5127b6d17f0af8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0982fcbef4b8f4756279e272a55c64d7c1c4fed39d71417b8639f317289f6d75_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:754659df84a55b4d50e12a60afd3a87cfcb6494bd00166e5d72f2badcf8b4480_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a7f6e95379030524472231044cd0d15a0ef984be9d8d5d5bb92a76e1055076db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:f1a2635943e5969ddff4b70b27cbe9a14b0b178b059a1531a19ec999c893cd51_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4d8512534b3c26665b3a4b895034f7f9855915392086357575ee0d576be6b04a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bf22beadfe9558f781f9e5db81bb33f09b60b867197838c268efa19faa1b372d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d13c9744485594154b03b498b6407b2d47f0817a6a4ebf6807aca1f3bfaa117e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f6dfb5a4bb0d44e481bdac34b18639086b02ae6f88344550d0766c7e3358d9dc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1147a9c8c4f5b5ad8ae728b077cbdcd40fea5db4fbcd3f04dec21fb9af0825c0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8c16f93af3941c3aefc16599859162a45822c5c2fa077df551718792c399ec4e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c1a0aba9ead3a33353dc8a033699dfa4795f4050516677dad6ed4ac664094692_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:dee9cd1a94644a85ffc67d3044d0a6251c6226111ed6f610346a0a1b16459820_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:166ce61b7567f720dda8f264dbd919dc0cd49a8929ee0f046e6d44d989005262_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7676fea92d8e9eda12a8a76c77bcc2bec9d196d04c5bdf8e4e191e637425c763_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:80ad07e0c4a7044c04490646135edbd388db21439d65f5285bbd20fdc9876f03_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:948224448cb28ac8f19094f8701e0eb07e5f185d136905415992196e09007213_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1da02c6f999c95ecb0920f31c0d82344dc9d2572d7f475f42dc42d8a9081dd44_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a7bc3f0d04dbce41099b3baab6afc7e3a71c0ae692bec1189d365093245790a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3a8aca3cfe476df607601608dbd217d64292c5d77bc2220656a1a9a3b6668b2f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:75b9a66b716e2179c8c512339bf5f4996d809c1df4ce7b19213a84bd8e743c2f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:53551d526d431b91c405ea569421560279bcbf0196a2d03b1ef584ad7d80a496_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6bb270e09c96ab51ec55d256a715febe0e6dedc4d5eeaa492987626eca8b32d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:96f0980912b063ef19f816592b2f004837d80d07ca39e9290267c1cb364f3bf6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:dd5951120ca786c6b25e52c3a4004e8e207df7f3f1e78a1c973635af022ee7c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0871b6c16b38a2eda5d1c89fd75079aff0775224307e940557e6fda6ba229f38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3cf3338663b2ac175cb7fbd0d83b6f332b00d6cb683106b7dcbb7b72f91bbbb8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a76d2cd5e2fb20b1a037b8367eba97c33292edddcd92c3f4611347fba34e34e2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:da85d837513755e4f4adb1c51051591bd24c1cbec482bf79956b8fe6a3de725f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7b26569a85b4ef6cadf9670d3472b7c9ab15b109bcda9cb73dcc66e8230df4f4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae9688141370b937a76c44d822a8af2c1e3fcbe326dcf42bde26ff6e989a602f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b01891187defbb444b2849d9a2e3817d86483f010c247b3695a4b91d5b675a9b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd35b01de09fbb4518d75811dfbcfd502f376f43a50ee4ce476d9690dfab63a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4e211caf8c5a933dd82335efdce5e001bdbdcf434e8b5a84834742229fbecd0b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7c9494105d4feeacff779458ecf3cc19b71dead22dd12da207a304d019af2124_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d0468d5af503c22a1bd83fb7ff6d57e299aebc9d9753b8656d463f44bedcf51b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e30865ea7d55b76cb925c7d26c650f0bc70fd9a02d7d59d0fe1a3024426229ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:233b59eac6fca6ccd87ab66f83799a4684116681e840103def6497241e6cfd23_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4475536f349a0f3ae2229c3dde6c46f55a2ab25b710e3856df420c18098e29f4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:99bb975c02929e0bb7b856b3f86bfc06fd10431267e140f63987fa3d697a67bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cd84996894e29d9234883627e1834217384476b6a4f68a2b6d5d961ca6ef3477_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3783056dc81f68219354963ae4e6879d023b988657eef1372f3610fae312b25c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:38914d7c7178586bf4be1f3f116612a0d97e1dee4a88288182ef1b09c574412b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a9f59df0ef23d82f6521ed0d2df4f525b6a22d01f2bf0f570cf6e8032a7b3b14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d589ed11166522b34ef9e63df5f3c76fdda425c9d726b1ffbfafb74b47c08460_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4665e4c56773950fe9da9a8158340f0997544155ded37207a5eadd77dd692743_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5be115966e17263b4d0c18e175019b447e93d9bede06bc87c53b49cd4d22778e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:611c756c064c0163c70bd8f4c72180f308f4fa9eff8b37dc322c229590989c6d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f71086b942e1399a7637de656443023593b70dd12c4667c9d615c5c7920299ca_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:34c0b4f8b1f074db22d5e81e320b1142e073e2d9f25f0dd6c245f647a201fdb2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6ca3338215628042782aee2e3bdd7dabce03b38a03b4bfe1ad6d93a666d3caaf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:941e425284a01b806853e6ea05339b5ce52b56d1aea6cd360cd5a22b7bb7b175_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f0e3f8b45691fb21f582077aa69c5f8c7ea2500d16170d14d7edd8593291dbcb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b8cc4108edfa986930272b15b13a61c9a0041e5ce47d063184ec111fa3ccfc16_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d8674e1b02678e9be89806c59eeef13352138c7b58f45e0fb513b2138484972a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:2551b49a02f96ba3948e7a47456669d03a0c663a44431e4a615ba16f17e41a79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:96a6495fa5423c74755f90b16c9f7f036ad9d392a7cef288d66066714ba1afef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6c3161dc88a50c210bc3d8012bae5b6e5bb70c4d862353ddfbaad1ecb9f05fbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ed6a7048363c48409eed14cb305e8f2437f35f28abce6e7dd7b4bd1ea06aca0a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:08dcdfe78978b0e70e260df4ec206b22f21d7248256e4bbc058b188cd1601d45_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4f99f39e9a6a4fe7fdccbce8a4e6b6517b2f4db3b33b45396dfdb80124c6950b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:00539b70d0ed7bb7fa2c1451b39db3f9a52662e0e1ac7b7d56a9f5b576186c3c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1b27777c55ff94a703b5b86e9bc34f39dae95c998b390874baddb41d1d659208_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:5d11c65fbbaf76c60977d1565b51e9595febe214e14d24043511469f6962ec66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c45d47b1c09d848db11c0e411048b01c10424d13c7ef1763f7ff4114793403a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:0d4054949bf563d74908acb8f7a3473916e84a93c9a7210b901d8b05d17a7513_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8cfd9c3ff35c35ce150c1ff31a83981d432109d241896aa4ccdf3a91dfdecdf4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1cf6e70ee2b92520a08d729488b08d8bf409b9784d6592ae61d7c3b97da4a9e8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:44c2c7882a97658a7c27154afe976cc9a4369c5a168551313ce2530410375570_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9163ea4b3eb96fc7706df4523b999333d0f24dd169a54b2ebc885ba1dd51fccf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a8ba786d108a3b2bb5f2524a4a17be6451f495fdc5cacca0c976c310a55a7005_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a27cc3348f05d178fdc90b4eaf3e884a88371f83d02e84266fdfd6324c8096b9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e35c62a0fcebd639016430efea319a3571be216f11c41d17e6dd7c6c8f3937ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70b0e5be749c3b4f016c82409ba4f2559ea72213665592fded48376efc8ae274_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f54e47721b5c645de6a91fdc65c382f8ffb712b7196070b4f0fa1eadd7afa6a5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:54523efb558477691a414aafd97958098ef05bfd34c2ecf1a576b930bdfaf3fe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cfd9360077ac2629442bad5789a8a51bbf63eeea208ba32187483ddd65a96400_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:46ea425bc4ff842500938163ddf9f23ed4325df9d688fe1484ae3746d60c7b0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fcc8808ed449ee7b0d2656e7efb0f272a41a3cb2e19101055c2f01d1c907fd69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8908c9b768ba4ea4b7e93b53be6d2da856eb38eefc9bf0bc1264241a8280d00c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b8e08fa72d69de68de37285fe05463e5f1e05ea70566b133650d8a6a0dc7fd05_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e00fab27633cab0617be1b520c7a89b38025d222b20bed2f4180dfde1d07497f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fd37b4b03f737e90c179662f90f01c29c2a72afa61ae81cc60e065e26040da35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:19c3bceb1a3e17bbfafd60ea6d16c244590019b2f1cbf91a2cc767fddb74efa4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:203130a848a2e6144934e0005db88a38a6b6f22c5cb6464ffc6a98c1f4ae7ea4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3bf25c89c0d59181fe81a30e33ea1ebec6dec838b2ef99d2c4830c66ddee8a95_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:93156295e2f3a961739c57f6ce7246d22f50f534ba423e9808ffd787bceb33db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b634f3dbaf08fd133813378d67e151d520476705b8f292adeee83687e2768a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6541102984bb49cdefa5b2d494e8ff1b28fab6cc115c555754108f65c7e627f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6dd156dd75638fca33bb1ddfe463a3e54484b8a8c0eb37d0816ee46a90edf237_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a0c61f9d9101a6b192b333d929d42f0430eba249b898afee01823990fff041ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b009966dc7bfe2d53f9ba1c5656576eaba1f81265e8f2edb7a48c2b249bad002_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bdf6a78dd3246d4836a5106991b861efd982fffba6ea2db1e22f42e48c29a509_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d6f6bed7208d2d05d8d93bc0fc47740f970539715c097f6be3a68b37e178ee2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fa889a208ecd0842c823f8482318dafb426c0ba9eaad1c8db889aaa7fbadce44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:07093043bca0089b3c56d9e5331e68f549541e5661e2a39a260aa534dc9528bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a73ebdee6a1620c6e1cb3c80a7b67183a6864a417f8815efb41be4fe004042bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e56f04824f69147ea8bd3c0fc1e6b5c26a38e95c19ee07573ab978e3efe5b495_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ecdf342afcbaa2f13f60c6f931bae5d5e13fe98299f3fb6c8ea9b6364255b403_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7fccb6e19eb4caa16d32f4cf59670c2c741c98b099d1f12368b85aab3f84dc38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:87759327bc6dc5878b47444c17f6653b5363d86c215c63a236a05e308f0cc830_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b56a763a771c2ca53c8a789f42a4a1e05877cacc669bb983ff15d0909e1437a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d5e5b0255d2a5e35ac0a19fd6278f1e996c05eebd350a9795f8da20a90e5a36c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:10f2e02396689588a8c752bda0fc37076608541bc2c7c87bb9ce9934a5322f88_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f3ed134021364ab22aa351e3b8b342b8161961b18b7b073d47417aef21032ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e155421620a4ac28a759265f53059b75308fdd1491caeba6a9a34d2fbeab4954_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ec647a6c6835e970ddd63c5d946dd72cbe91769b14061f11cdb486f9237b6c59_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:125f97f6647ec4cc82854ac0fcb6ea2d98560c53eb5d6f32133b8b69df598f0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1faa2081a881db884a86bdfe33fcb6a6af1d14c3e9ee5c44dfe4b09045684e13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3362c9e73ab0966b6dbfa9f1faa1854feff8e8a93ee884d1984af120b31e3a56_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b42361ada991ef145ed7cfa56a6e2f8849cbb11797c3e84ab798259a9fc50f24_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:102a250fa1868b1b11092bbd44d00bf7a1db231919e20b88897d0b1982576661_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:894367b856ad95beae281a18816b3443021c023121bac74ab345bef75590510a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b695ff422194fd05262480e3bc1af246f9c9212589e7d11f201f799146c8fd4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ad99424448527c960627c241c83012837af97f3687a48b3c1a7791cfcbdf22dd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:047699c5a63593f45e9dd6f9fac0fa636ffc012331ee592891bfb08001bdd963_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:799f9029090c0eb6db1d42616907d4c405b5127a4146f66905366bf275f48e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8826482bbdbf0a2d9f799378c31f6ddcac2b3099f0fa60acd32c0cbe7c19ad49_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b71d2a4314b34bdf4164ebe4796b36ba7c8327b316c064450a9b37521a9b3515_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:04f6bddab40520bae715dd9f3eb94edc601ef093c0ae44c0e35415569671819c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:bd8adea550cbbaf16cb9409b31ec8b997320d247f9f30c80608ac1fbf9c7a07e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c2ee30f4e3ec7b765de66b6b39f7a1ec2dc21ea27c489260953bd3b2bf00d84c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee6768976d5ed042750aa53b3a52dbb61f748522e389d0ce204d957434d76982_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0ae90d63bfd8c5d349436cdde4879b9e9b7688cbda159a8ef0c3035d4fc68468_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:159840e10307764c82bae9b8c564c7094b8f4d85095ada8da8f5226f5b2852b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1f8765166728541c216748bd018bc78b56d4825ab25ea2aff00dc2159657c4f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3c5d5c48ee8cae20835d5289ea89404a35896efa3fa0c9bb1d34938e6fe81c6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1951c5446e7c28e909725dff87d86a8a694d9d0be8d14d3d8381b05a04238cdf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7b8fb1f11df51c131f5be8ddfc1b1c95ac13481f58d2dcd5a465a4a8341c0f49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e03ab066f272792564bbc5417419ae634fe7125c681011e265a7e5a68c7050f2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ed488d09c9a25e1dfbe1ca8c895a561a7b59c5ab7a274d226bb768ff638d1ab9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1401a3d45911840fc38614b90338b6947b8452601d8096549a275257aa46f293_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3cafefaa62e731d480e2385cde5aa56005c228cadcf643af9860bcf4a621367b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:770db9d2d73ae5dcd359747a232cdfe88988439d79af83a68db2d272b2d5d197_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9aaa9fe683383fd292c15d90e565138aab152edc4129977a525cfc53ebd78893_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4299c86832609607cf541210da5b49603a1255ecf1821e55ae83314cef55bd52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:551bf35bbbce1c364d482e9aedd53c597f816517e5bb95192fd8fd5d2e626f88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9adcf85afec4650d314b57f6abf710eb89fe98dad51bc59d5d61482729289dd2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f2b79e7095306e8edd47f3e1d2b20b8150a61b506a46df7095bcca1bddae3b54_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:42eafa4ca6ab084394b60fba7b07184b77b6b342ffae32b6867f058b508e96cd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5c8d88010ecd35afc87692bdd3ae1caa678c6b38361b1ea96b32104b5b13736e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9f2b80358f029728d7f4ce46418bb6859d9ea7365de7b6f97a5f549ed6e77471_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ea4fc147389790709cfee364fc743693c07b86d1a60913c0949ee40dd329e6fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:17afc45022541b052772d999e52f5d548b29aa2c9edee17f51f6c401d2eb155b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:490b30bbec721a4fca03ba67a3c65fe14dd232c3d479879166934d10e2a841c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9cc42212fb15c1f3e6a88acaaa4919c9693be3c6099ea849d28855e231dc9e44_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd4f7240219ca7f98c11cc5d18978e99c4f3a18fb80e43842c7b1aa3741a940c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2431778975829348e271dc9bf123c7a24c81a52537a61414cd17c8436436078b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7ccb01b969567f51f835f0e958e3c515d243b60dfb71e38d34b15de6d05dd994_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b9242e2e5f4671c52e7ce8610ecdfa89f5d3824ac89a9fabedec93ae8d5b60b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f3e3e85941bb1c598f730642e613322099e247fe00c82942bbf61b2c9b7720c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2b2960aeaa71d91adfac978f96718518f3251288f8a0289d298f256207ea99ee_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:47c1d88223ffb35bb36a4d2bde736fb3e45f08e204519387e0e52e3e3dc00cfb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:69be6fa285a84391db513a04b0f8ab74d30b91257a393fc06215f32dc00e4e9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:854cb1ef468d88b88c96d0dad49c25dfdef26a3eade8c26ad966e26febc7358c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:13d06502c0f0a3c73f69bf8d0743718f7cfc46e71f4a12916517ad7e9bff17e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc807112929064290fc27a9cff6fb35c151b21ae8a309316bf0e359eb4ad7c3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e9291f11217f5f346970be6a524fda92069c255a635651989583997b44f3e261_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f442b5091cdf61d59a7bad5673aaa77ccf57930a2b2e94a179007b173d49ed0e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41f9f9437d67a77df14fd73bea9a55dce6a151d3e829d06adf6a4cca0ab0f669_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b959cb65553e3aff316ce884abc7b42e4313ffde89390d8b7755e18c8b019ea7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e1c8b9784a60860a08bd47935f0767b7b7f8f36c5c0adb7623a31b82c01d4c09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f9113e8a252757e26bc6ce434b052147f2cf285afb6071135706d3641df1611e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6dd9324942b3d09b4b9a768f36b47be4e555d947910ee3d115fc5448c95f7399_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1f0d2e5e5f491f0cf9d115ffac8460e76fb2ecfe905adc1ef0e75dbb6dd99ed_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf1e6eaade0b2a65408f666a55c3dd64f81dc366ab82cc9cbbd32d51a6170ec2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fd6ca7c0e9086481be0bd4c407623af4e6d62de01dd16b877556e3b818f7f8af_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3a3da785b1c68c3c0589e429959a1422d45d7d92f0ddf2a1f2914cf6be292e75_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5a0a3f72007c0e3677bb93a9baffc30d82b8fda0d65dc248a8a236a1329408f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cc03f91dbf08df9907c0ebad30c54a7fa92285b19ec4e440ed762b197378a861_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e12059245006f55cab3164481fa778ec1a44846b422aa13cd59e4279a5f9dee1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0386494d2322e8d0e6eec988cb9f57ef3e4e91bb3c8ac091caf18b600a179b39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2969090e51624a2e7f8ef0f17bea3993eb5d647689c6e1cbe0e34547a6ff6eaa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51b8117e12938db60e7a972f90f7cae176b776d3a94e56428ef440c85672dbda_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e3d21c51712e6e0cdd9c776479f6d1ab55bc1085df5bb5f583e69ee192d11fd3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ef02dbe8f97a7f197e447337209d5b9a39b094c452b53e34ddbe35ec9cf67fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9ab8271af1a39ffc70e7d733a87d17b3c92bacaa30f1b684d0d779971ded8ccd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd019260c7aa2018ad976745ab7ff71deb43fe556a8972e5d6553facd5a65a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f01eb0bd0753b888218e4ba3e2e66592744e2c360575fac15d9b6079f2a86e4c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42f9169107d898da6aa80f67edfb98bfade84a34e93521365b4af091ce9f92b7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5c8f4ec08c4ed388b7a78c7e6dab99bdd1a2026418d27a80c8913475c75757c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:af3ed66448314364ba05a0aba0076459ef771630670d6e76e92bb8a83e44a83c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d6a6142fc9210ea156df1bcb747657fe68c57c56c52e73df0daee014ea6d84e3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:82809e1befa215331f9e7f9263ca4c5a9fd86c877a4c79c8691388f5b660b442_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9c784dfa1aa85e05bdffbf6a2dfd72c1ed0ef8f9e3715a37b09ae05b16b01e29_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2410c4183950551a84c4d56849755087c1c873c9a86ffc3f78aeba765584fda_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e8ae0b5bab647ff989f276cead5f360bcb88c813f181d75dc3106eb5dbde0b39_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c9838eeaff91d7f0f3c81d57d11af3a0aa8823ab541100f0c5dce2651200660_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ae8504da2cdde248194b594cb1a6731b04280d6114fb540d2255a223a48fc298_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e6f833f3a19a716a06b1ea6b4787794a690a77c7ab75c130da533aaf9d428c66_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f56d01ef06fe016c748e8c87538dea8e9fcc84856eb116bd3597cc8e042e9f0a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0c381750c8da0904cb0ea8696bd67d063cb9120e54f7988f93165ce951e50007_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3f3e2893565fe6061c78339600a4eaa49d485818f484fcd0ccc8baa010b6d826_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:86ae6b3e4d1152193c692d92616c64a2dc085a0a37a2e4be51843298c08788d3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e391fce0b2e04f22fc089597db9e0671ba7f8b5b3a709151b5f33dd23b262144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1e7ac69aff2f28f6b3cbdb166c7dac7a3490167bcd670cd7057bdde1e1e7684d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:475e358c04d92c10245802b52880219f6b7967505a72855f9bc9b33bd17628cd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d16424fa647e34349fa402ce100cae5f3713b206f69d6cae36a03e5f7eb4e374_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ec80d535377fec7d27cbd23002084ae97b847d8fe6ef8f0ff88c960f9f691446_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0100b616991bd8bca68d583e902283aa4cc0d388046437d5d68407190e3fb041_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0da0ee0d54a1624acd043e066a3819fd7a4bdfe02a73321a91fd100599e64f1f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:69ee831e3ac5dbf239025b14e53dd23e2bc902cbf1cfcb2c5d99f1c228e57efc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c582deb37feeeac0551a5893107c5623b2cf3e97bf178fbc3d6b03c143128ea1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:07e0128e9f7e5c2f1d9d0b04d46240ad064fca7064cf2e7c932ba8542d124ea9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5fbf4751a49a88a89f674e64861e7dcf491cc67cad34719a0bfae8ab0eb100da_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aacc2698d097e25bf26e35393ef3536f7a240880d0a87f46a2b7ea3c13731d1e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fc3647c4d70cf253f4946fae6072af87545056f541c5dbfa9ce6c77734d77ec1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56dffbd86bfae06921432678caf184b335bf2fc6ac7ee128f48aee396d57ea55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:786cb35495e9433cfa8a271849c8bdfea14ca6c54af63d9f49a0dca82603b26d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:98c7b3e48d0d32805e8211cdfb3e653b1ed6b2278793fe89837c04a9f443986c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bd4fb9fc797dc15ba60847c5fcf2dd7e4ff90ec01937c24b4a04531bc307f821_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:068ee68a5aab0ca0650a815f7742cbe8a8410a58a13d10d600017dfad100cbf4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:333e6572029953b4c4676076f0991ee6e5c7d28cbe2887c71b1682f19831d8a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:506186c7c4297973e77ce372fcea0eea0388d5db0e0accba6ddc18d8c7680ca3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb7111dedf68a51d4656f8b837421c40f0833c12084c2e41382932d555238d6c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3084a7cb2734d03cc752b42ea90e7b8830013afa268c84422c514484ef924c69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6dd544a8a6b4d08fe0f4fd076109c09cf181302ab6056ec6b2b89d68a52954c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a8331adecd0a5e43182894a10a71677ddafcf12c12f211e9b7656230c918ab17_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d945852f512d781311dbae8d78e1377a06e8d752deeacc4063bf2b52cbd5baa6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:02a995500ea997486e929548855ee40c68288a4a567cf4112020d0e3b62d10cb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:44aa21f2975c14129581bfdf40e0c2a4138cfe1061946c82257f161065025518_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:664fa1569548d3e75358cc6fa91717249c49ccd909ad09a62ced8b61f3976b5f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f353131d8a1223db7f637c9851016b3a348d80c2b2be663a2db6d01e14ddca88_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:445305216f3ea0977c0f76ee3dd676121f58c29384648a2f64e76e7a1d0ea887_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5d54bd262ca625a326b01ea2bfd33db10a402c05590e6b710b0959712e1bf30b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b95084d4eb2e9c44453f2dc55bf54c25601aa4563bc143e9276d5dff383d65f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb02ec382b9619d25bb892b5afd59efc7d265c7bd7b787e30a976eea7b4f7cd1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0e446723bbab96c4e4662ff058d5eccba72d0c36d26c7b8b3f07183fa49d3ab9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1bdee83651c2e8dcab13f52b03ed670998d481bd3f8f86488760ad04e82bb4e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:9fb3cb70070ad7c4b3f7581156955397d124268423bf14fc1f0bef47f40b7a7f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:cf67c856a6dbe76c9776f26b62a34f6cedcd62e108931f38f1f2ac15d63261c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:43dea861132154bcb2841a604f7946addd7b1e5b0fe7e25538a6c57e759cd4dd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9617d07f9516a6379b20ba8f01065096ed90a9d76afa5ab45e36bbdc03a10c06_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a90d19460fbc705172df7759a3da394930623c6b6974620b79ffa07bab53c51f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5ec54fe646fe2cd114eaab995524f602dbc99aa374b166a18acbec30c871435_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:32d9191bcae0d38dc540060134626a47eeaa8ef456ee09a6c5d3fbcbbd0cd451_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7269d6e83782e3b5a928c728b5d61198b6053071fcfac3b354ff2776c7c5eba2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9621a8349f227a728571af9c11a8ba1e7bc35c372ac794148f132c498e1f170c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:eb6498725b67e95ad35031022a9c4067cc72922dbea9ea5f7173ccdef2e11daf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3e728217c3f8a21a876600b73c72d90e807f83ce8af03ff6a38cc452e5d48e88_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:859e8a6e1cde5c011db2c542f6fcd8d37bac212976581d75953f463d2c280556_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b328cc111673357f61dbfea432f7b93727a4267df63ff41519c7bd95237d3666_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c53133aeea03421274be7731f5b03c5d29143aaf270bfc67134647e1cee3175d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0833a87e886ca5fec2adbc71655d8fbe4fc2925d2fb14a7cd926d4a79d6ba0ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2003997515f3c4a4eedf7e87d4f6c21a57eed9cffa4e1187a8ea6018b1f85fb4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:75f54bd17f252279b031acd3509f06cd2b9d418efe1593eabb282ee2f9147141_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:93559e3a79fdb47a054add7a65cb98c1b8da73a542795b28a85c8c52f954cd95_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1935dc068e6fab6154c9361f30ec34459606ca802b3e32875a59eaad23d45599_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:89b6b1510e189c286c3675d32d57dd18d707d731f3e279213290efef0d6f8065_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:95e7647e6fda21b94b692f03908e4cd154e3374fca0560229c646fefe2c46730_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d81ac0615482c04941f2f4e716cf27f32933ca372dfd9ac1edf2c42772522ac6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:1876adbd1d6444a0f00c04182398800871cf59d26d89a0259bb76d1785ef6354_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8c2c8b9dcf7925622da59ae7281922dd1612dd29a2804e5c40eb52e98970d2c8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c8164cc9e16e8be9ea18be73c9df5041af326ed6b3059faff08f76e568cf4dc2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e3348bcb04f2c9bce001994cb406f11a5970d9e0d15e82e5b6f44a19ca42b135_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3b11193c44bcc8230e338c234196925fe952cb8766ae4634a3d41959cbe6ef9e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8e6e6a997146f438994d1e501e3b51243d6446d054e0b7f57ab8109cb062b380_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c71147789a1399705b03be0ee1e7de89fc403939d36efb56565237e81bee272e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e786e28fbe0b95c4f5723bebc3abde1333b259fd26673716fc5638d88286d8b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4a19cad091787605e99743d52e73e3aaff720bf2f1aea1c889a28589c83ac89a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:63c5c6b0f955717d9ffa8ab20ad9ab58a443d80405c58a4ada0429f6d3d5fbf7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8ea13b0cbfe9be0d3d7ea80d50e512af6a453921a553c7c79b566530142b611b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c5ceac8d09149b2e204846cde81f9e87b6fba38e00c6fabfc9ce043889645a0a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:29331d2c54945440e2715d0246d997ad20ea76b67411d1acbeb3cfbde5b52ee2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4c9bfdc66ceaf66bc9b66d332a5579b412cc560200b82793a37996bd1a828734_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9660025e2bde36358f60d15143e8a3a085ca716f5b73f0e6d3ef65286fb4cb09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d1782d4a16a24063794a5b7f1d511c0c9422d2a946ac65adc9d408b2963e0d7b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8fff7f10461a43a8ecedb83b3620d8b16936f7cbba840f9a5cafccc7102dd805_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a60c6b58097bb0ced1170dd3a6c88bfc2f05e19755bfef3045a227da15b8ac84_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1d69b5b232aae28996c5ed43d2c24234215902905c4694c5ac72c86ac6736b39_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6cbbb8e2f4020c8d006b00901483ebc2968e06f1ce90cb73215724002a29177f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:81113710e0afc2eca536f9dee5f0fb525b42b6a2a1c2b4c8141c409181243ed3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c985206add4f3f2159d9c16a531d2e52bd47b52e3b58cc66c78337eedb9587c5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:22d4e0100d4860ecbfea3a693e1dbee3803da780cc3adbb22c54398c41b9d05e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:27a620542daa309791058a32d9648ef3f4ed7112a52f7d2abe1de32d000a3d9b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4af8180d1e5a1cd9c0800e58ab9d206ed23c0ab8d772e1457d8c7002f5432cd9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c784d65851be8f4a512f82b94d946e36f291e1ca49332ec95db7261ad10b2476_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4120e602b26df6f97b93dd035ccbaf7603419fc1505f53a60b04d7d0cff824ce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:8726f5535666a5212364ad59773e974135b820c6f4210a7be9dabe9d6d5a497d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ab299b63908b76729b260c067f218831ef64c0ad4e0c2c36030ddf0b365048f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b079e71b94cda1fe2bd7415f10c4b6e3431c0aa6780a2965cc563864ecd0bf96_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:17101cb34459bc9b5eb483f12ca09ff2e626b17a8c10529f6ff801d19523b5d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d0a16ac7e433102846b7045d1d7287dab28afce96ca1f057619a24c3437960b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:914c6b5117522525c98560617c07726d91adc1e6336f44e0aea726a3fcb0bfb5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f65258f60d5d17a5cd7536f1aff2d1f352b318e6027e48c826619ce686ea7848_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e45fcda9f48e3dfb88619650d2cf25a3618d65909406c1392daa86a0b0b0906_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:333b5d4296161cecde72dded62e02348b02713cccfbb10a278d0803b58702b28_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8fad98bc4b0cd93f399464f668b82b8881938c1d11a70dd4b66d91a7436f29a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d18454f3b49661c052375ef14c9f6ca31589a61abe2f6d23ec0cbf49288b3685_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:009765215dab7918f6db7e0b89257cb2666f722704728d3f973f751300501f57_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1435a805d3433bd5e3b6141ed30055f8b6350e1c56f9f8b3ba4febdbef794cb4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a6b596bf430dedc60b4a2f53e60063ee69f3211a1d83251104863a80c496dfbf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:af845b43887f34f127025f2d2e2a9c64802fb74548ee670f8ee463de03d2978a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0ef10533c807e985c1c4a79cbc1fcc7f9c4c47f8e9de95394c2eeb11f19406be_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2c0993e0730d5a50177ab1f52d49de59affb5cb085b7e605f92e3e16a2025ed2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a26b20d3ef7b75aeb05acf9be2702f9d478822c43f679ff578811843692b960c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a4d4fbbacf9daea318ea4a8c362c37b8c7756280b4412be9d30e1027db3bd24e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:32d870af6b3321fd3ada475dbf0da4eebbb106bebd4efd2f4bd2d1ed895cee46_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:44598513b21b1758425792227838b0a976b2930fd77deed69bc7e510c7a42bed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e8e05a2406f75c74c21ef32d7b9137cf37af909a838f24bb03478333c184bfa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8729815d028242b26db06f2ff44816d022e0e7eac34b7b8df11d27d938fe057e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1ccf6d7ded0225c9cafb3e448dcdf68543283ca268ee9659e1ef9e5c4e75078a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3391dadcb3627066db6573e2c5169480e3565e62738a36c053ff7cf04436d02c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:45836e9b83eb2557719999a2d656ab65d8c3fc76d1c49e2089554bb00806a613_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8d8553b21651d295a2270514ef06d8a1c2f1847801373bce608ea47a9f343f39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:15ebfdd859de122945f7cf8e41e3b1a6e5e02a463b884e0a3fad2fc583c0f156_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af768b3ba72eb21d29dfca44b62d480ba9a0775a72f46283f0cbfa5a2db0e15b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e45a7281a672f84d53fc76919b0c6371feb68cf1b3ffa17b8f66fc4456e587b5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e70e8d7d2acb6a102c00bcd503ae17b849b0540508560f66c3d00070967fd289_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b64e7605d4b7472503ba03472931529a380460991e9ca7f99346b7f4b5cc802_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:661734a34dc3126e9653ebf1f7408ee2664c3c5d783865ea3b2ebac565bf81cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e90e658a6cea41dbc60c5f505e79505754af4d8e21a4ec8642017cf2fd05edde_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fc2817e5b16d83dac91d1a274fb93521165953e9bdc28f3073b127eacc5a534e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:16778d01948d8ca7522aa9737c8cd049a7cf81185552fda4773d6473e1809629_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:8bed6766df40c0c172611f3e4555cd20db639eb505b2345abed6d5babdcbb5e3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c7e700f4be4f72557608a1eb824d31e525634df235817bae2f7537cef44a1ddc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc9bf05482fc6e6265b99d15af471c07833443e3cf570f98fe9485320a91160f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:003aa53775bd7aa68eb9e6f17b74d0429a7d4b010a18eff475cf04b38e9b493e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4569fa0adbac85f6e0eb3b0fea15b8e54d0c1b47e30d2e4150ebfa1c454af232_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5b5a2718790518f88576a71aa2147861a0d9b18e245ea05d4178ed1a03f60aea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5b9a2e49d40059a937f07610c36d08b25831cb730d339d39fe0092a23484b7e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af52ecd8e68fd1305cc33e00f7191ce0713ec836c503c6da4641c90e0983ae24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d5a544e6e442437c1faacc6fe39c128b2d1b614ee14eddc71d4daec6659fa8b3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:709d1e9db0ff0e4cbae288a26ec649c033b3bef43f967348ba467beacb8bb940_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:83402ec46858a4af6aa942398120e625060d1054b01f0153687878ff1bb7cdd5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f9cac75f10f2d788cbca0d5ee0d86b9cd6306cc4aea3398d4e73d0e0115a06b2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1cd56ff15528043064ca838584925d307a50934c6e6a118fd558c706987c87db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7fdef6711b75be2dda50a98bc28af265c3d0de8a1dfbc263890f08cc5bc027c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9cd09c76f15748683e540f57fb78c18e3997fac265de588558d9523cb01af762_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7b02e0e7863575591c8f061856ec92ae63f93f83c18042b3ba7bce18f3939313_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8a8ff039e8e6da1da63e55150bf9b3d0e7f5bcaf5f14476de279e7e86879306a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e914b65759662d462bacd6f4e9119396c7b328c3d705981ebefa3fa44d528343_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fa17dd6cab9295064cc00b7d7838776910fffe3d6fa0e5f619a43c6db8ada0cd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:39b63894fac4b3593d329f88bafa14872da758417975ac4e519a470004c01cd7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4f9bd383efba6e1bcd94b7a665177d408a9d09ed6abc91b7c1f5096cc9c716d7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b318889972c37662382a2905888bb3f1cfd71a433b6afa3504cc12f3c6fa6eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ddca32f42f27e22361c7285694591b0adfec5e6b22ea5e0714152230de4269f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6299220482f0e3c3f393e5eda761e3fab67e96ddffbf71a7a77408359401533d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d79a89cd2a26411dd32ebe870a3b520a7554e50ff5fc6a6e808c6d066b9a2298_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dd9778efa474673fae38ef8756527a4d8be8b2b9117ed31a2311d7ef6398d38a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f55ce8e190fe51295ba9c603a0b12cec77133cd6197ad453da97ce16c0490a3b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0e8341548fb734f7d830b3e9789f576a1481011da3c69b9a031dd73060ed1d85_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1c671b9965ce8d5d95823765967a24153723d7873c1f9595791a3d5dd87bf616_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:45df9f1e03139df090148d1d135d83dcac69c16a95c7a75451066823e784c796_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f87f4821bacea3fcb8300e1437a70ac8f59871e9f93d137ecc992ba54f4c6ecc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2876144218625eb13968b95d331dd3f71280a7dacbe687b71119a5dff99a47a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e8f36ad2e4bf89a9bb1a66d9760ec91c6ad6702bf799c650454b177cf5e02661_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:23b0e71b138eb4c9e23e073f11974dd0f054d1cb78bc36227497076c0e8c1764_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:2bb5f0a1682720b3071e499962c26d2d4c251f3ea1b8fa251cc3672de8bbc229_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b88e42f7000f64593afa03762f3147c0f9f0cdddd2ad762942ba6ec38198a06_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:be556777383ec5ea2f8f241b4041fe9b4a5d8315f64a39f7381acdf49ba4bb4a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3d1bc6478c932d695a39d9d99a4cef0ed71084e48e30d1cbe2d97fdead890109_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:40e602a3b1bd99d11ffec934c73e4c8e8ddc467fe2bbad87d599f014032517f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d8161c91d731205f8fd61104da764c5157212beb1c15572139df1924dbaf2f7c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:6354e7d162ca21ff645f85b23efdbffec8881b41f636b635d9dd722fb2695fa7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:855da3c26547421a3d19f55e6f6ec3cacc2d89d854a854076e4d02f241ecb6bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:9d81d657fdd5847b3967a328a58f541ec829a890b701937bba6bf190ec884db0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af18c1924bcec23e6ae18a55268803d2a8d1b012152fe3ce225f27833a0cfa73_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:21656ae3e6fcc6356ea9226dedda5a263f7cf26c9cea2f0abcee058b8c742407_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3698e2a155099e47a40d08a6288f6071be4bcf359269e1c0afb136a55d3b9d94_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49b07f0266e0c2c9f60457d6fbf2b9850396a154435fd74752fb130246b3083e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d6ab8803bac3ebada13e90d9dd6208301b981488277cdeb847c25ff8002f5a30_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5cf0b82b3b281feb5bdbf130c292cadc0f958068bb9b199ae343716f1c06538c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:64a63605d152239b2d79517aa8491e55bd000f0a56a1c0ce018f46c91615d6e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6b11cc744de3c1075dfcc6bba210ba8630c1285dc763e29c2ca92e0a6e93877c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6b3f0a2d76bb8d59fa0f80a8ea9a5be31b817f609616357d16299e106136508b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4e48ac2c69b06ec640ad1a030f8f362a04a3e9f56a86d7cdfc1fcb3b5153888c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:85e96028782951f12624e1d9d247b60dda409d9a812dd600809618c45ab2fa1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cc6f78094ef67715b6e53c67909ce27754b45ca8169077269af8705650fbafe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f789fc86f85771671e023e9be500435b1fbcb7aafa009f8c4e6de156ccb97ab3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:03e4d350f807eb47d0c5a0c101db1dad2ccfb6f2ae3471a9c4e1834b469083fe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:35e6839dd0b0c041b9c8b96be0487aea33181c71b05b4f9637411169c9f4199a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a26bac6b099818b6001c8eb82d73918ee017896e9299a189c51ada1000f4fe3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e38c6946a5624a992dc152865350970ca58249cb21df6c944da9968dc41c1109_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5969111957d6c24152ebd937962733d7ee93fcbc52c6b0a56963b5a1c9dc0d15_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:644b47ae9a62b57f0766f45f2b305bab7e5f5dd5de65d95178ea29a83adbcf86_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3afe0837c149f85cc4342abf22348d1edfd3cab0ee47da44574134b3cc185dbf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:56a3eb27754a136e415cdec3caab804cbbfaa9aaede0fb9fae065bcc1a0196e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9232c8af8e0ba7a15fabd923feef6dc1d3f7e2a740ef0c277009f348cc0accb4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c4db69fb2ea840583ad3b474521c3877416d9703c9f975b41ad91a70aec580f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7e8dc30740476e4dd332aa0539af3f9bc12bd6aa72c64e75f5e9e0b8d2620b3e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e55a15f93eedbf7b0e13fea4d3ac9b891453f854d5294a891c1b9a848c6ef54f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:280a1d3ebea4063a3ecd076897fc7bfc0f5b994a68f56ca5f61aadc778f1e9c1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6118230d5cbfa3823cca0e7dfafae0385bac42a6263945ae144652bfb9b4ef12_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c488d9cdc38eb475a612aeb32d9f7773e3f872d568edd48b7d5f66b76a2e192e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e244ce4887df2622a242a251028398497d178a3025bf7e186baa71d717d53685_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61909dd359430849c04591218c11cedb8fdf6e4489d0454473810582ce373b1d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:67d1623cf33e4a5ecaa5ec7f1dae3af4e0e0478489b3a628de2062dca1473c7e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7ccd86a40b9f8901dad612623b56cbae1c260160c1d0bd8fbae4ae9e73d21e74_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ebaf06d929ec771d3882b5a8e4ae86816f995d27fa65afcbf29c048a2bb6fc72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:08bf893d824045af0b68cb4898c2cdcd2d7c9a7c0aa1f8edb3a5a39f0ccf036b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2b2051f90781bc62840adb0e5a60951231433e23dc381b2c26156775469683c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:699c950e437c327caffd05eedebe7c6f82f19e899e9e736ab787aecaf9bac072_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:93bf1697031cce06c4e576aa1ba5d8bda7e91b918627ed1d61f8c89a95a111f0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:707500db7f401655e50021f4606293a83292d7dc663772cf30eb96a9ad625bdf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8b33fc26e42a8b4a7b69c94635b01dbd975ff885be7228fd8f86323a592fcecb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9e96b53e74d1b802c2e63544e4689c9d262e9c996902c6e8a7f3ca34b23fdd50_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f2ed46b09f78b1c40eb9e6af9209a4e844095b0c57ce404370ccfbdeceea210e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:240701090a5f8e40d4b88fa200cf63dffb11a8e2eae713cf3c629b016c2823b0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:77a1a98a21cdd445c61af995ea508add1582f8cc8a940887c265e2dc335cf217_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d397c7a96aacea416f5db435c36cc61bd57c85e688a6b63d7a062520104a9de5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e09eaebe629254a4f57e9ac5f83ab709fcd8c934e027a1a43d570205886d6516_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:481ab9bc77d5c211db3596838e7e78d433708d295766223689ff01be60facc42_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7036403b4ab9460482491386c7a920df215fd9a86e9da5034a011eca320e1ca2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a2a6c2aad7bbf903fda4d91b29e2940c5707d533e70b0671194f710472713b8b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a40b41bc3bf8b94d1c45ac663b132301493089c3068e98dc7e0d3915fde9256b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:957899abc8de7f0991851e6895c4530594227825f9c71adcfd359469bbe5188f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:98d2699768903d2e054aef086920f5a14d339a8a23053cb68ec146033b662c10_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a5349be7d33bb9d7d94718e63db975b1bc65c355bebd77269e5bc1f3affa6892_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bbf05fdb021442514d6125cfbeec569b15594d5ca88f996f5c97a13fe58e39a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:af8ad7c28f1cd01b74fcd95eaaf3bf9fa7bbd397ab8d1532f6ed2a46c6ad1abc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f73002387a396d9dfc14afa7ac22c12c4354a1b59b5cfe1700a9b0692a4e2104_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2d2d9f64984ac68b9ea27602982e0c3b95518c46d40e943cff5b3f26995f0d4e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:33270bfb06a8f7cd9d6eae5517f74a53f905b4a59190dab49604b6aa5a670f9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1f98b001245f7eb8d334deb8c40ae02d5d337223a138eb62c2207a76166c48b6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f8b3ec39d4b9a9117b8f79bcae9e7731eb8c49d96c6fffbefbf011323edff57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e3a293358c5e7c8f13153fc98cb5a779e997dd31f497d4deafc4ecfd0f833ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4379021fe63045cc14b52bff805f386a8f2cd6e7dd1f610865952738e1a9ab44_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:75b59dd85933088716cb16850f913a6255ec5bde55c1392f59a5b5f2d11f3f55_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:dacc9761f298bdba26c47083ccba6b6050aab0ca3ad1eacb7cd5c95b1f131cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:dacf9ee50a503485566d7a987f231e04adf176c0852c6302bdf0bc4a0fdac0ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:548a7b07a9187069e2b5cd50f66cb4a56db437495cad6470920a70341cb710b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61ad680342bcad1460f4255c94490aa3e08ec579714e9b7091a2cd48816a7f62_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0c7b43c868b24bc3021b41795db539ce116907fe765922e5606dd82e7ca8cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fa28b66298c8b34f2c7b357b012e663e3954cfc7c85aa1e44651a79aeaf8b2a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a2ac689e121314cc8fb297e64c5e603db1d5916876abbac3815b343e578f96b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8baecd6a4500b2e21b83a699b8bb1d4eb4edb6e2c09970d31a8d9112c2c0230d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9250bc5d881852654c420b833aa018257e927522e9d8e1b74307dd7b4b0bfc42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d963c7c8e408edb21d2d85eee1db0fe4395f46df69dec0664f3f9836c77ea7ed_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31d64e12bd1b486fbff24f932eb90d0991f288ab42fa3729fb686f6fb1a3a12d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:35359eae77d7751386f969f79ffa899d95d4af9ebc73429ff5321c3bdc8b6c67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:68cad1c790fb3b5dd6e4dabae9cd1899552b0f4b5b61451e4f71fca5c5fc75ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd60ed7fd7955cbac6882fa5e0d7e38bc3c06791950867c3ebcd98679e366f06_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3813d16b41b7c5844562faadc6d72e788ad612ecd14218a511e3ac4fbf68b4fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6fede6672fe85cfd09592a8662b18db4e0b4f0794655febbba7190e9e30f475c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:71972d1c403ce0380f8c579da1a6ddf56d5a6aeff7f711fd6f5efcc49dfa01c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:aaa92509b71c898caed43ac2b5d3b3fc44fff333855789eb1d7df15f08e91ea3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:583e1fc8e2153750cb82fb979286fe2b78e937f01a21753556b935737333890a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8312f577bec837b4be7057f728c3a3c265a7edcdcc31133b69335905d537f2be_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bbe162375a11ed3810a1081c30dd400f461f2421d5f1e27d8792048bbd216956_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d35c6ed4b93aef162df955ca750277ecd1d9469b713bb9a511669147a5b46e33_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3678d30cf1504f94fa97afb735317fa7335984133c68a4500d49735f28412312_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:83c7c5507378c169941b9e2452c77f40778adc76e5983fa2ff394056bed5d78f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c626150f07ba75062856d06674f8c419ae002930de38821811236c2445f1c1b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e226d545f885b4380928e9bbbc0804267ec45a85a5028b304f579afdd26f8c3e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8a10e4d7343e563ffe42c9181bbbc9dfd687744c94e125be639026f595e462a3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a53b0253f537d2d04a2665ad24a169f07fe8268ea662cebd3368a2045e586914_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f27fd0404deb58aad573fe174a675889a7fba84fc5cb916ef702c89f1b51c724_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fe683caef773a1963fc13f96afe58892563ea9921db8ac39369e3a9a05ea7181_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:60e6e4080a8c39326a9a09c7e3def79cdbedd3c178dc301609d3d8e67007e0da_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:67d61d27aa46f8c1f49f2f691ebeec6a8465c1506c83e876415fcf6be19c2d77_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e1d93d28a1107734216ecbfac1bdbeb688c21a50fdee28f7a1742013e2c8c129_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f74b7312ebbffb5dfae17070ddcb798440a801a40a6797442779a5fa0b650e9f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:15c5e645edf257a08c061ad9ae7dab4293104a042b8396181d76dd28f396cebe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27978322fa73148af7670efebefad1175166acf9a127ea881149603534034fea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d214c12c98c1c95fff59a40d7529d29db15dfd6e3ee12b32d178888c2992a4b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d4a1f1b3de1606844a597602508eee8024e34e5f2ece04852602b4f0718d5f39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1794986bda8e564f5dcb1bd4b385f8ec43899bdc981cab2f72f6914d02094275_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75b78aa7b834f6ae099b76db9be71ae5391ae79ecba4e6b88dd5777a004d7064_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8797eac9a0a1012640bd8d2a04469760246c27b0ba73a18d7a9027693eedb7d5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:df623c15a78ca969fb8ad134bde911c2047bf82b50244ee8e523763b6587e072_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05f9496cb181c53eb12a46e8f258333f87a54b703412f2f0717e361d4d1e9409_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4ab28f40d1b15cc2ef0ad2f041770ddc69bec7c151ed128e6065dd1c722690e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:858152628388d9e146897a7a373713f74ef204bb937d935995e8721dd3c6140a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98a949efb0c81c5c5968e069c9b6a518b3b6afbaf4e75cae5eb207554b06c2db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c38d58b62290b59d0182b50ce3cfd87fbb7729f3ce6fc06ffa46d9805c7dd78_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b49f8648e81dfa19ba4a05cd0f0f40d67eea325821b3e6bfd7825783955a0f5f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d966d36d2a008aadd39a289ad8eb427350a2940518f800158cbef89414588f9b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ec1e69a505e7c80c680f442000a32ffe9b1af694d810ca5582092ffe6dfac254_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:41fae1a5e5e4a0b5502c3adf571c9b0fc33ee2cfaec493e8153178bc64436d2c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:80531a0fe966e1cc0582c581951b09a7a4e42037c106748c44859110361b2c1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9b3bfe91fc01c7e3dd7f50da66aaf2b879a450901f1c73f84d021e69a5576342_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e38f330016b2e81eca6f69397ad57a5d0348f2d2f2c3522307b35aadf8b5ddb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:525b23eadc757450747d893874b77ec666fe15f329f0ee40e4b04571240c5e1f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5f459bbc953c9460f2166b782dfc3be213709521d5109b52d428a560ad05aa46_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5f83dd9b2d73733b7972a43e3e152614dd4e87926f4bdc7a10a2f292ae771276_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a913cef121c9a6c3ddc57b01fc807bb042e5a903489c05f99e6e2da9e6ec0b98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:7055ad7af6f2763c0f9a1a6ac6f24fa4dc2ba312cc9b0805ae0a06187cecc89a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:a120d08d454a9112a7f31a9da6627e788406726fe1c035bd70c180eda14f37d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:161ad6696b6d7e64bd2fa9ecf35a337e1510361af64ef4f6b8482d1f2c87d864_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9d28e4ba3e1edbd660f9a0fbfe4f0d990fd3e03d9589548acab5416ffbe17e00_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aec827e9517e79a99451685f94adbb7a4ad776367652958ca004075fd982d69e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf24751d6b6d66fcfc26aa8e0f94a4248a3edab6dbfe3fe9651a90b6b4d92192_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:78da28b1bb83150be79dce517585380c81a778f59489052aaa3ac0a71506a052_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:88b0549c1ff942159d48cb2da2681cd727d3b4e9b18964a7a7fc5cc51890ecf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8c4c2f467bab09a9b40d1ecf1c8723ff9544eb8903918c6dd3cfb0060cd5da82_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ca12eb74b51e1d5205a322884b88c8efd900ea567d8585eb655df8060a72a7ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0b4672982b3ab346f6a22832e4bc73e8f5a2e42dd7673266c3c9a7dc563e5167_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2969828f1fcae82b7ef16d3588046ace3cf51b9ea578658c42475386e0ee1fc7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:58c5b3a8ca2791474b4a92c43090bd44085e08e1a9dd8c65b3436a910be41a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:aa005faff536d4390dffec3bc457a4f20010f70a17411d185b2c1c6c97b663d7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3bb3c46533b24f1a6a6669117dc888ed8f0c7ae56b34068a4ff2052335e34c4e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4f9a68a87323bb2263ed303e3fde605101d955c86c4476baacb43a8c9b74a47c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8bc73e26c8f8fd634a32c3faabd2d87385947f74ec3907189760c565e91e7519_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c0abc19c0d20438799cd30ca25a5c3459f1be7cec680d64fe1db22087a20688b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1840c1e925794e4f05dc6fdb3fa9b660c16d3a96e4a5299b427ca19bcdc3e7ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2238d41551f6e4f6e5b6f9e1d718b7bb2a7205e188ab54de967a794a6d270f05_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ae30b3ab740f21c451d0272bceacb99fa34d22bbf2ea22f1e1e18230a156104b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bd2933bc337a590b443394a8e0e46be3b6ffdcfd006344534281f0520fe2facc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5043634a40e7f9d541c57c28ae82902ccc4a906d4e056c36f55322e6bad59705_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:71360db1f3a4ad29ea21c8fc43a5ace3c714908e9db2fcd24b399cb7086ac311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b41a8ae60c0eafa4a13e6dcd0e79ba63b0d7bd2bdc28aaed434b3bef98a5dc95_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e224a02ca283984387d514861d34711f5fe9146a33f1aa4ad9f9158260e226a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5137d9c1d64fb22e3b2562c5eb2ebbda136ba77ffccc6b9f401ff7e0dbd7ac52_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ae4b76786960056dea05371c3148d40f624bfd4ca4e314d83c330fc5d4dc9f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7e61ea6fa0abe887217ee126701d71f7f4307c46225f8592d5cd1dffe62428ec_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f122c11c2f6a10ca150b136f7291d2e135b3a182d67809aa49727da289787cee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f08586dd67c2d3d21053a044138f1bbedceb0847f1af8c3aa76127d86135a58_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6ade6ae0f25bbd0118a7530d4447b9ed17058e4f9daa871a226125ef5ced3192_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9f4ebe4007be3988112fb00dc8f711930f3ffa1cc9bb60aafb9842694b7ad04d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a944b6da606cd0a5845f9cdd307445b8baa6343078c1698e9dd48d5d30df6260_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:770e169283c6dc690b2e5ad6560c43ace5897760f45ba4e0cbf006a75def23b1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b61ee2b7a6814324bdf1fbf6c5c72b994b9b0069a85e1f92a0cc9fc2633bd93_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a000b455663f871d2c08877974c63f3d0a3f494a44bffe0b143301d97a2bcd4a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f59a52f0304427bf2b814e616bc0675dbf800d94fbb7107026d976a5c77bd6ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518db4df4846950212845f7b1a78803ca297a5fdce2d1e09a3ca0d9b48f039b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4040654f77bc137b99afdd6aabdd47a314bdbe1794f931ec2dc9b7d2337111ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e503dc23e8e6a2988adc1a8e109401358217ca17ac8ac523bfd669e5a3504055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f1fc49b7b09dfd1ed67cbec6138650de4e29228b2cd16d1bf94a6d305122962e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1267a95b647ac530955099ac9bf8a2510e1b151628992e71b502a10ffd79c37b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39516d2dafdcde7dba1a531b909c6495d54d5e44bccf8c3fbdbecde8ae689201_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:69ad8c7b14b26b771bd20dd9a6d3eef52a3c5954b94becd42c1d1f2cdd1f9bb8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4b691a98453ddf2c1dd80a6e7f8f557474f358a6270a6b4bfa676b7cff5e39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c0bbfb74cc437ec2fb4bf9353b8caec1c941939bf38991bef916b2fb156cb70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:96c7847d759b62b52ca65856bbe6d1c25e49f9ee9333d2364b2a5f8bc69c46b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ca88f406b57deca5600c7753cc0d64279a4e9b030b0081b85eeb87a93a8dc5a4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:db209a1b80ab7b1e6183361f0fb98147afb983607906c30f82027d3bd0251d76_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dfc75b5189f731217fbe7068ad92322052693a962fe798bf0a5f1a67fb38c899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e442a9e8be5d749d694409c6588126eae0938deb8ba7ee9ad201cd56a600bd11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eb3ab7be1af1e0118f4dc015d4091b7587b3515c5b970495b60b407ce8acae63_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ffa7ba153e3b857d714843fab966cf5fa4789f000aa7044562dc37647962738f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2f29c6007abb7084880e408947a9c8ed602603bf0e766e076adf700979cd40d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7d8e3e51ce3be568a9fe7a145d443e9223bd161cae7ecff0c2ffd2a9fb40d837_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cc51710a07f6a46a72c7802009f13f26aa351caaa4adaebc0d4983c3601e8a2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2c600e3161e493dad43a984808f70b880d37964e3eac08c1bc00a297d23ba1c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31e1e6592359d6a681a2575484ae93896983eb644a94e27d2eebeb579880c7f6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7a6675a0c03a88df6a0737032529308d1f3ba950221e5041084189a6fe95f22e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9e23fb1c99e6496bde42a13dfe236b060662b908ea30ee8d45c99c5ae447c493_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aca57c8abaa83b2d1dce95fa7fe5b9416be70e100957ce48f212e2ec404387bc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:18bf4a07ec975ed90d11a29f4ef82d75d68db396ded31c8317300699eca7ad90_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3e68d4ea67cb9c838d6730a1039ea23b875a8ecbab2b4d76375d6df245339e41_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0ab8409b78d9ea94b865fc9ba95bd36bdf1d648ec7ce6cc179226b28fe901d7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ce0723f310f2351f67d486c97f7ce8ec8585dd6e9c7e3e86f62f5424e16723d5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:04f4d72f5b89a5f05142f1759f85a3a185cb30fcf3b4677285a76a67c08db690_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e5b6b8ee694f3fd3cb9494b50110abbf01839036c632aece1719d091d844fec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1cbd36f2d83a55cb00336de1e56e111dfba439b4d864dbe4554614c6a0fd13b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:fdc51db9f37982f80027e97083225e40df86cfd7581f4231f6d6ab1567569c2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:08d8cc1fa836edc87c3ed701c7af174ddb9dc72b4d57a13cb245275a333454c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1593b6aac7bb18c1bbb5d41693e8b8c7f0c0410fcc09e15de52d8bd53e356541_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d3c3f32d31a6175193ccb470f72186c6b0e17375de54e4cec66207f42bad0ab0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e8bd0323ef70a1304aba2dc54cbf26b72a24e8c064a9f3d4806827a1e414e252_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7d7e306ec16e50a8b5b527a78fdb62e8583866c2c0cf91b3befc8646e51deaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ce32ae8e1e42da3e4e2440a721704db7039e66b8c1fdaebaa42cf8706f43d9e1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:288324251d8152a4370b64afc0626097649087d8cf38be8ac0dc8cd02fbd291c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:83710056331ab52acd9dcb899d247c863c1728ca2730ddb4fd69de5d8cbb8709_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:9ce51f750a68023df9323fd15a7eaeb1472e9b8701c7ef413869d3febbb73459_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a610e82e2f124e3a5daeb2d2c1fb056e2c7bfac89afe8556431888339b9ba0d8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3dd74e170726d29f6fe0508c03f7410598d8fd7d37b6e60a76376953ccd8de55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ff84e7b914e4318aca775db8601d5b04ed6eb240d4d116f6505e04cb947c4a3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0d482c0690409199b30cdc163256b0e0990ac4b813823692f90c604c59d6835d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:abf98e8b78df5cf21c9da051db2827b8c9081cf3ea201bf9017a5d9548dbc73e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e52cd61f4e17bcd141c936fbcd3af6cfe1ce310278f3fee66b55cd155eb966a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ef489ba496eb6f6e25acc7977ec8c21b5aff7a834ec28b29b104f83b7608eafc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0f3441a346aaba5b0eb37cfce2eab3af4eadf1a8e13a71ff976d18f32559435d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2247f41471839daf79124e6b185f25504a1ecabe7083fd2f071c4dd89db77a19_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2265090801a065c68ae424911c1619ae9be65eca3d16e984c1596cbfdf6ec379_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f22dd40cd10354e3512d2065a8dd8c9dcb995ea487c0f661f172c527509123fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:41a68d7d56728c92023a9ef71acb311c1b7c961c0d4b90ff3f0e33fd7afa8b17_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b48949ab94de75cc88f783d9255abcb589fef9e84366e77e13345391ab903a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52ba78768a24efe94f7f95fe5bdd3c6156919979d5882682e06ae4a8a8d3fb4a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ab1dfcb2a4e53dbb3cdc653c7f3f0f03bdce8487d43cc6626c75f8495bfbd71_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4602b62da727470a62e3aad71502b0495d6f809f4e4a1903980e7c99d8a411bc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:98ae20e6655d2d48c0b807763171b7e88b17d5887e43194e19b92078cbc7db84_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a64a70eb2fef4095ba241021e37c52034c067c57121d6c588f8c7fd3dc24b55f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a9f2b0a20a84bb8597c27bec675309451044172db89e0907542892d3974fa0b8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:99ad83497ea12819957ccba33c807c6e4c5297621db568e5635202cb9cc69f8f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bc0f0a94b11a840b808eb9ddfa9e7e91885f8fa5212c6436fda9a7e3b633b111_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e3b1e6ffc8764fc92f07b3c1069889d20524d2aca0c4f9e124d0290cf322f4b5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f86b12d1cbbeb92f39074e67841709b7948a8a78dcae47e49008faeaf4245fcb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:19c3c8392b72ccf9a518d1d60fab0fd1e58a05b544caa79eb11bb68f00981d9d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64d80730aa52ceef2cfcdc0c414b5108832fe23134c09fc52998becdc48aa7b8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d7ff281aaf92d1eae3e78e7505dbd192f728b591c0af391ac2bf4b7b82f2ff24_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dc361b3ec23619c49e53fbab4f36bcdf66d791ef5926025d4fcdf448e378e404_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:513feed9bdea8c02802d16c35863d47a1f20c3e8562d6a2a179a47e844749666_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:58de637f3e6e5e81a1954b602ecf35fb24dc01c92d9b723e13d980d708b37b2a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:da8ad4428510f98b74e4f23fddd762afaeb272a2bd1c77148d9c4f2683b54763_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e4d0e747f55d3f773a63180bc4e4820ee5f17efbd45eb1dac9167fbc7520650e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0d5ead6bea9804224d0fa04208c0c278245c2a80c5881a0c0a7aab67d17c830f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5abe992def861ec075251ae17bbd66fa23bd05bd3701953c0fdcf68a8d161f1e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7f96d44bae01473c9ab16031f7b07a2d22412a290013ca26f6359af073c90c1a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ddc8c89a4f85c3549945307f1860ad8c8e5baa9d46363ab6cdba0085a1461b9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:31981eccb64a5aaba6f63f2ac4e4cd4c850ce247fc9fc0b82a4818c83aae5d40_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7cea5b1e66573e1b0ef30aab6202def849867805ddfa35cf4e4a5455ad4defe1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9266e1b01adedd4027a95dfec6d57e39ea42df85ecf000565b8c6eb45ad05490_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9899b0f08b1202d149e16f09616ee7b8f37e3cda642386d93a6d3f63d72a316b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1b37c527eeeb1d60bd505d612c779f523399916c40418bdd805c60b66e3774f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5a261510ba798b5e5fdfdf452c96d96e411a337da984f3902ebdd3147160a550_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c860045f496eb011a7dd788508c28be228f796bdf97986b632007fb8fe6b0c49_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fca73fd7a3399b95dcc3102a77d81965faacc73e75c162a1e3b1567470444322_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4d0b15f61491ea50a1edad84f7479cbff8d2331a3ed68eef30df667bf901c334_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:86d47b2746de823e60068255722d2c0f1ff9d327b2865071a4f2f1e08b1f4ee9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:96ce27c20214b8caa64b859e7078fb8325a5e0f88a5dbae182421194f068b7a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e6817d8ed7a89fed106450662400add9afe9c359860a95a8498fe3d121287511_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6ddbdd6c170fe946a41c854057c7a7ecd5dc32e8c852a95f02dc9fcb7f0e1b8f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:725b61c6809ebfbba6be5fdbf5330d671d618203f7928a16efbd89d5c0fbfd0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a09f8266c30666748e723643797aab1ac8ac1752c881bfd363e9bdcc6d249cbf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ffa02bd6af0b44d4955aba57f727e13671f503393926be6d8965e31dcfcd6e3c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:a5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:e40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c2a6a8827b1441a27cd6b29cf39c6e6c2192da257a1d38f96cb81b2cc75175d6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:d1977054e52a6bc368e4c9dd256c22e1f12c4597503ee6431c7e65e60c670a2b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:a5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:e40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3fb40f87d68dba42b6064e3f46436649422174bdf900788a4d0068cb5679310c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:08f673ee7702801a2229a13c2ef383556976503890054fbd4f87472aa7a1fab3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:78a661da4ae8a60d61f932cb632bc81255e85ad2c5186d130cce3d8a186c992b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a79394247657bf440e71b0ebff47026d760c71b1b03510019b3c519de7253c79_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:bc47b3d4e3bc5b1b9b8cf11eb1093c3b146255afbae49e3ef7d77cbcaf8d63d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f95cab023a7c77837be0de1481cbf1809fc5e2397f68001ac515d3195b0da1f7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:059265b72f841516e2152ad96e660e7603aa31d267c0f6f8f7fca3bef4b39ae8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:09fecc36f19b8a5e70c3dd56db339dba4f36295297c18ffe9c9d255a824f0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1a69a94e11b71a12847b733e9744b1dc8adb6c93071332f11e9784b8bffc3de7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7db1d32435fe5be23bbadd5b7eec1d1a2cf78c95e97c108315185a2077fddc99_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "RHBZ#2418900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc",
"url": "https://github.com/mjuanxd/logrus-dos-poc"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md",
"url": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/issues/1370",
"url": "https://github.com/sirupsen/logrus/issues/1370"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/pull/1376",
"url": "https://github.com/sirupsen/logrus/pull/1376"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391",
"url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391"
}
],
"release_date": "2025-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-03T17:11:40+00:00",
"details": "For OpenShift Container Platform 4.18 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.18/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:\u003cSHASUM_HERE\u003e\n\n (For s390x architecture)\n The image digest is sha256:\u003cSHASUM_HERE\u003e\n\n (For ppc64le architecture)\n The image digest is sha256:\u003cSHASUM_HERE\u003e\n\n (For aarch64 architecture)\n The image digest is sha256:\u003cSHASUM_HERE\u003e\n\nAll OpenShift Container Platform 4.18 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.18/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4253559bc4e21c1177de09c223d9304a80438fa2f38c39e720e17e1b993cb746_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a95180c5a4d2713fcdb002fb2879c9df206d1b05e5ba1379189c8ca4825b7866_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ad0eb0b006e9297f5bc0f907f18e2227a7ca646710c6831c1439799cc97b8b20_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dab7a82d88f90f1ef4ac307b16132d4d573a4fa9080acc3272ca084613bd902a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1062"
},
{
"category": "workaround",
"details": "Mitigation is either unavailable or does not meet Red Hat Product Security standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:013c20bec9284a1bd213d9fb2e2aa65edfba8871c450970bbca43108f6269a6d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0bac6ac13bf085666e1a85a8213e330ff6d6d7a6a7c58be2ec3cc6f66105e450_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0cb7398bbc575c5884f712056e45800b3745a7bf59fd806037e6b2b570e56f6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5ace2dd90b2d621d42620b5a2ed422a13a7454297ffe4b657f7590452517e40_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:0189eea1d0986580e71dff3b97c420bb03f79f04da1ca9e6ffc7853fe5566ad3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:0e9e77044cbb1cae6fbb8e47aa77c3a2e6d4b6d9be38785f0de8ac5f26be537a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3320f623f15049f5c46f8425a14cb45c73e3ab11a704805ec883ad9512732856_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:72d1796407f7e57171e7370384e4352387c1336fe90e9a60538c114507d5baaf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:39468b223f5f49fec77220afae419a582db6a2deea236574f67336e1b0c1a4fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:989d54e19c2723b2c44e81d329dcedcf71c653aebc860be91033e451c9ed49e9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9ce249e1846a5b88c57c11ef546ab5afe643bd3dcf3f6cb8d1da419e3a384114_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ef019ee074174ba0c717abaa0f74a02be884ef835ea227eb0bef6dd7b3a99300_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2a7b0d43a0e93e120dd66cebc89213724feeef9ac07589a8ac0d9236e7f93da7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5f3b17cae5c72991aa39480bf841da51b44c2dc7ecc96b35acec435a39c27ae9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ae9731fa23b96fe0a08e198d4cab6bb4e4b81a006a45b1e68948ffcac4e0bf9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bec97fa6e8a87d3373096caaa844150a98355459705b4785b677d073d3fcf34f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3aa55b454c43ad80dfa5df489a795e0635845b10db18aec4f9a06cc5f869d5da_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6aeed20b8cd24c342bd24a92364c8fce56d1d34797a16be7ab8db9dbf2d7cf0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:777d265e3d5e7586527b8a20a92f52eb5cfda7ac515b2888ddf1d3035a362ea7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff35afc3e927d7e057f1cac789307af2eb12537fe985d5b9e742d8c7bb13a84a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d7123f0209595a6cd05d2db8e0e9d827200e61db15ca589f025fc9b1a59ff2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:740ef97d2a49596d2ce07805fe11b4020814f86fef4f7e8ccb7a3ff78f59e516_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7d9fc03529f56fc4e6b04414b0e10d34f94e71f02e0be2f4510af346e3e5e5f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bc4f78490737eb1d176bc498256ee4f013e723a0f0d4c058e959177c98c2134f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bfc52d6ca96f377d53757dc437ca720e860e3e016d16c084bd5f6f2e337d3a1d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c26ec64c2f5a8aee04c11e8cd29de3e0d9fa323d5eb033b54dadbdce60474e76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cf9e6024e6556ea6514dbe3bf3b1c7bdd44ebcd41c5ebbb2a7bda84c44ffeff1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fa5d2d654927396f846592a80da3c20478265bbe8f3ae4aaf2d8749d9ac2f278_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:7862391b6b069f985d3ba652ff80f29fedce94493a013b8e464e2d7bde964da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:8aa86583ab6d95341bfe038c3f1f21ec621246f6fb9918431f043791f03affab_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:8d4711dc4bd19fb7ba2bc79c47c7afcd6b3d755f73629fd06e984bde0ac78d2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:d66c62cd2681f0ae377049d8bf0aa1b00c6628d930b22a6fef5127b6d17f0af8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0982fcbef4b8f4756279e272a55c64d7c1c4fed39d71417b8639f317289f6d75_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:754659df84a55b4d50e12a60afd3a87cfcb6494bd00166e5d72f2badcf8b4480_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a7f6e95379030524472231044cd0d15a0ef984be9d8d5d5bb92a76e1055076db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:f1a2635943e5969ddff4b70b27cbe9a14b0b178b059a1531a19ec999c893cd51_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4d8512534b3c26665b3a4b895034f7f9855915392086357575ee0d576be6b04a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bf22beadfe9558f781f9e5db81bb33f09b60b867197838c268efa19faa1b372d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d13c9744485594154b03b498b6407b2d47f0817a6a4ebf6807aca1f3bfaa117e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f6dfb5a4bb0d44e481bdac34b18639086b02ae6f88344550d0766c7e3358d9dc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1147a9c8c4f5b5ad8ae728b077cbdcd40fea5db4fbcd3f04dec21fb9af0825c0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8c16f93af3941c3aefc16599859162a45822c5c2fa077df551718792c399ec4e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c1a0aba9ead3a33353dc8a033699dfa4795f4050516677dad6ed4ac664094692_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:dee9cd1a94644a85ffc67d3044d0a6251c6226111ed6f610346a0a1b16459820_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:166ce61b7567f720dda8f264dbd919dc0cd49a8929ee0f046e6d44d989005262_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7676fea92d8e9eda12a8a76c77bcc2bec9d196d04c5bdf8e4e191e637425c763_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:80ad07e0c4a7044c04490646135edbd388db21439d65f5285bbd20fdc9876f03_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:948224448cb28ac8f19094f8701e0eb07e5f185d136905415992196e09007213_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1da02c6f999c95ecb0920f31c0d82344dc9d2572d7f475f42dc42d8a9081dd44_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a7bc3f0d04dbce41099b3baab6afc7e3a71c0ae692bec1189d365093245790a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3a8aca3cfe476df607601608dbd217d64292c5d77bc2220656a1a9a3b6668b2f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:75b9a66b716e2179c8c512339bf5f4996d809c1df4ce7b19213a84bd8e743c2f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:53551d526d431b91c405ea569421560279bcbf0196a2d03b1ef584ad7d80a496_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6bb270e09c96ab51ec55d256a715febe0e6dedc4d5eeaa492987626eca8b32d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:96f0980912b063ef19f816592b2f004837d80d07ca39e9290267c1cb364f3bf6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:dd5951120ca786c6b25e52c3a4004e8e207df7f3f1e78a1c973635af022ee7c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0871b6c16b38a2eda5d1c89fd75079aff0775224307e940557e6fda6ba229f38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3cf3338663b2ac175cb7fbd0d83b6f332b00d6cb683106b7dcbb7b72f91bbbb8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a76d2cd5e2fb20b1a037b8367eba97c33292edddcd92c3f4611347fba34e34e2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:da85d837513755e4f4adb1c51051591bd24c1cbec482bf79956b8fe6a3de725f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7b26569a85b4ef6cadf9670d3472b7c9ab15b109bcda9cb73dcc66e8230df4f4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae9688141370b937a76c44d822a8af2c1e3fcbe326dcf42bde26ff6e989a602f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b01891187defbb444b2849d9a2e3817d86483f010c247b3695a4b91d5b675a9b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd35b01de09fbb4518d75811dfbcfd502f376f43a50ee4ce476d9690dfab63a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4e211caf8c5a933dd82335efdce5e001bdbdcf434e8b5a84834742229fbecd0b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7c9494105d4feeacff779458ecf3cc19b71dead22dd12da207a304d019af2124_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d0468d5af503c22a1bd83fb7ff6d57e299aebc9d9753b8656d463f44bedcf51b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e30865ea7d55b76cb925c7d26c650f0bc70fd9a02d7d59d0fe1a3024426229ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:233b59eac6fca6ccd87ab66f83799a4684116681e840103def6497241e6cfd23_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4475536f349a0f3ae2229c3dde6c46f55a2ab25b710e3856df420c18098e29f4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:99bb975c02929e0bb7b856b3f86bfc06fd10431267e140f63987fa3d697a67bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cd84996894e29d9234883627e1834217384476b6a4f68a2b6d5d961ca6ef3477_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3783056dc81f68219354963ae4e6879d023b988657eef1372f3610fae312b25c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:38914d7c7178586bf4be1f3f116612a0d97e1dee4a88288182ef1b09c574412b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a9f59df0ef23d82f6521ed0d2df4f525b6a22d01f2bf0f570cf6e8032a7b3b14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d589ed11166522b34ef9e63df5f3c76fdda425c9d726b1ffbfafb74b47c08460_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4665e4c56773950fe9da9a8158340f0997544155ded37207a5eadd77dd692743_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5be115966e17263b4d0c18e175019b447e93d9bede06bc87c53b49cd4d22778e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:611c756c064c0163c70bd8f4c72180f308f4fa9eff8b37dc322c229590989c6d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f71086b942e1399a7637de656443023593b70dd12c4667c9d615c5c7920299ca_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:34c0b4f8b1f074db22d5e81e320b1142e073e2d9f25f0dd6c245f647a201fdb2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6ca3338215628042782aee2e3bdd7dabce03b38a03b4bfe1ad6d93a666d3caaf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:941e425284a01b806853e6ea05339b5ce52b56d1aea6cd360cd5a22b7bb7b175_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f0e3f8b45691fb21f582077aa69c5f8c7ea2500d16170d14d7edd8593291dbcb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b8cc4108edfa986930272b15b13a61c9a0041e5ce47d063184ec111fa3ccfc16_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d8674e1b02678e9be89806c59eeef13352138c7b58f45e0fb513b2138484972a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:2551b49a02f96ba3948e7a47456669d03a0c663a44431e4a615ba16f17e41a79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:96a6495fa5423c74755f90b16c9f7f036ad9d392a7cef288d66066714ba1afef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6c3161dc88a50c210bc3d8012bae5b6e5bb70c4d862353ddfbaad1ecb9f05fbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ed6a7048363c48409eed14cb305e8f2437f35f28abce6e7dd7b4bd1ea06aca0a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:08dcdfe78978b0e70e260df4ec206b22f21d7248256e4bbc058b188cd1601d45_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4f99f39e9a6a4fe7fdccbce8a4e6b6517b2f4db3b33b45396dfdb80124c6950b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:00539b70d0ed7bb7fa2c1451b39db3f9a52662e0e1ac7b7d56a9f5b576186c3c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1b27777c55ff94a703b5b86e9bc34f39dae95c998b390874baddb41d1d659208_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:5d11c65fbbaf76c60977d1565b51e9595febe214e14d24043511469f6962ec66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c45d47b1c09d848db11c0e411048b01c10424d13c7ef1763f7ff4114793403a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:0d4054949bf563d74908acb8f7a3473916e84a93c9a7210b901d8b05d17a7513_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8cfd9c3ff35c35ce150c1ff31a83981d432109d241896aa4ccdf3a91dfdecdf4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1cf6e70ee2b92520a08d729488b08d8bf409b9784d6592ae61d7c3b97da4a9e8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:44c2c7882a97658a7c27154afe976cc9a4369c5a168551313ce2530410375570_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9163ea4b3eb96fc7706df4523b999333d0f24dd169a54b2ebc885ba1dd51fccf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a8ba786d108a3b2bb5f2524a4a17be6451f495fdc5cacca0c976c310a55a7005_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a27cc3348f05d178fdc90b4eaf3e884a88371f83d02e84266fdfd6324c8096b9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e35c62a0fcebd639016430efea319a3571be216f11c41d17e6dd7c6c8f3937ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70b0e5be749c3b4f016c82409ba4f2559ea72213665592fded48376efc8ae274_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f54e47721b5c645de6a91fdc65c382f8ffb712b7196070b4f0fa1eadd7afa6a5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:54523efb558477691a414aafd97958098ef05bfd34c2ecf1a576b930bdfaf3fe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cfd9360077ac2629442bad5789a8a51bbf63eeea208ba32187483ddd65a96400_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:46ea425bc4ff842500938163ddf9f23ed4325df9d688fe1484ae3746d60c7b0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fcc8808ed449ee7b0d2656e7efb0f272a41a3cb2e19101055c2f01d1c907fd69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8908c9b768ba4ea4b7e93b53be6d2da856eb38eefc9bf0bc1264241a8280d00c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b8e08fa72d69de68de37285fe05463e5f1e05ea70566b133650d8a6a0dc7fd05_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e00fab27633cab0617be1b520c7a89b38025d222b20bed2f4180dfde1d07497f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fd37b4b03f737e90c179662f90f01c29c2a72afa61ae81cc60e065e26040da35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:19c3bceb1a3e17bbfafd60ea6d16c244590019b2f1cbf91a2cc767fddb74efa4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:203130a848a2e6144934e0005db88a38a6b6f22c5cb6464ffc6a98c1f4ae7ea4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3bf25c89c0d59181fe81a30e33ea1ebec6dec838b2ef99d2c4830c66ddee8a95_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:93156295e2f3a961739c57f6ce7246d22f50f534ba423e9808ffd787bceb33db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b634f3dbaf08fd133813378d67e151d520476705b8f292adeee83687e2768a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6541102984bb49cdefa5b2d494e8ff1b28fab6cc115c555754108f65c7e627f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6dd156dd75638fca33bb1ddfe463a3e54484b8a8c0eb37d0816ee46a90edf237_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a0c61f9d9101a6b192b333d929d42f0430eba249b898afee01823990fff041ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b009966dc7bfe2d53f9ba1c5656576eaba1f81265e8f2edb7a48c2b249bad002_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bdf6a78dd3246d4836a5106991b861efd982fffba6ea2db1e22f42e48c29a509_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d6f6bed7208d2d05d8d93bc0fc47740f970539715c097f6be3a68b37e178ee2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fa889a208ecd0842c823f8482318dafb426c0ba9eaad1c8db889aaa7fbadce44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:07093043bca0089b3c56d9e5331e68f549541e5661e2a39a260aa534dc9528bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a73ebdee6a1620c6e1cb3c80a7b67183a6864a417f8815efb41be4fe004042bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e56f04824f69147ea8bd3c0fc1e6b5c26a38e95c19ee07573ab978e3efe5b495_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ecdf342afcbaa2f13f60c6f931bae5d5e13fe98299f3fb6c8ea9b6364255b403_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7fccb6e19eb4caa16d32f4cf59670c2c741c98b099d1f12368b85aab3f84dc38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:87759327bc6dc5878b47444c17f6653b5363d86c215c63a236a05e308f0cc830_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b56a763a771c2ca53c8a789f42a4a1e05877cacc669bb983ff15d0909e1437a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d5e5b0255d2a5e35ac0a19fd6278f1e996c05eebd350a9795f8da20a90e5a36c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:10f2e02396689588a8c752bda0fc37076608541bc2c7c87bb9ce9934a5322f88_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f3ed134021364ab22aa351e3b8b342b8161961b18b7b073d47417aef21032ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e155421620a4ac28a759265f53059b75308fdd1491caeba6a9a34d2fbeab4954_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ec647a6c6835e970ddd63c5d946dd72cbe91769b14061f11cdb486f9237b6c59_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:125f97f6647ec4cc82854ac0fcb6ea2d98560c53eb5d6f32133b8b69df598f0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1faa2081a881db884a86bdfe33fcb6a6af1d14c3e9ee5c44dfe4b09045684e13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3362c9e73ab0966b6dbfa9f1faa1854feff8e8a93ee884d1984af120b31e3a56_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b42361ada991ef145ed7cfa56a6e2f8849cbb11797c3e84ab798259a9fc50f24_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:102a250fa1868b1b11092bbd44d00bf7a1db231919e20b88897d0b1982576661_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:894367b856ad95beae281a18816b3443021c023121bac74ab345bef75590510a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b695ff422194fd05262480e3bc1af246f9c9212589e7d11f201f799146c8fd4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ad99424448527c960627c241c83012837af97f3687a48b3c1a7791cfcbdf22dd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:047699c5a63593f45e9dd6f9fac0fa636ffc012331ee592891bfb08001bdd963_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:799f9029090c0eb6db1d42616907d4c405b5127a4146f66905366bf275f48e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8826482bbdbf0a2d9f799378c31f6ddcac2b3099f0fa60acd32c0cbe7c19ad49_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b71d2a4314b34bdf4164ebe4796b36ba7c8327b316c064450a9b37521a9b3515_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:04f6bddab40520bae715dd9f3eb94edc601ef093c0ae44c0e35415569671819c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:bd8adea550cbbaf16cb9409b31ec8b997320d247f9f30c80608ac1fbf9c7a07e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c2ee30f4e3ec7b765de66b6b39f7a1ec2dc21ea27c489260953bd3b2bf00d84c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee6768976d5ed042750aa53b3a52dbb61f748522e389d0ce204d957434d76982_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0ae90d63bfd8c5d349436cdde4879b9e9b7688cbda159a8ef0c3035d4fc68468_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:159840e10307764c82bae9b8c564c7094b8f4d85095ada8da8f5226f5b2852b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1f8765166728541c216748bd018bc78b56d4825ab25ea2aff00dc2159657c4f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3c5d5c48ee8cae20835d5289ea89404a35896efa3fa0c9bb1d34938e6fe81c6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1951c5446e7c28e909725dff87d86a8a694d9d0be8d14d3d8381b05a04238cdf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7b8fb1f11df51c131f5be8ddfc1b1c95ac13481f58d2dcd5a465a4a8341c0f49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e03ab066f272792564bbc5417419ae634fe7125c681011e265a7e5a68c7050f2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ed488d09c9a25e1dfbe1ca8c895a561a7b59c5ab7a274d226bb768ff638d1ab9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1401a3d45911840fc38614b90338b6947b8452601d8096549a275257aa46f293_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3cafefaa62e731d480e2385cde5aa56005c228cadcf643af9860bcf4a621367b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:770db9d2d73ae5dcd359747a232cdfe88988439d79af83a68db2d272b2d5d197_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9aaa9fe683383fd292c15d90e565138aab152edc4129977a525cfc53ebd78893_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4299c86832609607cf541210da5b49603a1255ecf1821e55ae83314cef55bd52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:551bf35bbbce1c364d482e9aedd53c597f816517e5bb95192fd8fd5d2e626f88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9adcf85afec4650d314b57f6abf710eb89fe98dad51bc59d5d61482729289dd2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f2b79e7095306e8edd47f3e1d2b20b8150a61b506a46df7095bcca1bddae3b54_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:42eafa4ca6ab084394b60fba7b07184b77b6b342ffae32b6867f058b508e96cd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5c8d88010ecd35afc87692bdd3ae1caa678c6b38361b1ea96b32104b5b13736e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9f2b80358f029728d7f4ce46418bb6859d9ea7365de7b6f97a5f549ed6e77471_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ea4fc147389790709cfee364fc743693c07b86d1a60913c0949ee40dd329e6fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:17afc45022541b052772d999e52f5d548b29aa2c9edee17f51f6c401d2eb155b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:490b30bbec721a4fca03ba67a3c65fe14dd232c3d479879166934d10e2a841c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9cc42212fb15c1f3e6a88acaaa4919c9693be3c6099ea849d28855e231dc9e44_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd4f7240219ca7f98c11cc5d18978e99c4f3a18fb80e43842c7b1aa3741a940c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2431778975829348e271dc9bf123c7a24c81a52537a61414cd17c8436436078b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7ccb01b969567f51f835f0e958e3c515d243b60dfb71e38d34b15de6d05dd994_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b9242e2e5f4671c52e7ce8610ecdfa89f5d3824ac89a9fabedec93ae8d5b60b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f3e3e85941bb1c598f730642e613322099e247fe00c82942bbf61b2c9b7720c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2b2960aeaa71d91adfac978f96718518f3251288f8a0289d298f256207ea99ee_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:47c1d88223ffb35bb36a4d2bde736fb3e45f08e204519387e0e52e3e3dc00cfb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:69be6fa285a84391db513a04b0f8ab74d30b91257a393fc06215f32dc00e4e9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:854cb1ef468d88b88c96d0dad49c25dfdef26a3eade8c26ad966e26febc7358c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:13d06502c0f0a3c73f69bf8d0743718f7cfc46e71f4a12916517ad7e9bff17e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc807112929064290fc27a9cff6fb35c151b21ae8a309316bf0e359eb4ad7c3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e9291f11217f5f346970be6a524fda92069c255a635651989583997b44f3e261_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f442b5091cdf61d59a7bad5673aaa77ccf57930a2b2e94a179007b173d49ed0e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41f9f9437d67a77df14fd73bea9a55dce6a151d3e829d06adf6a4cca0ab0f669_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b959cb65553e3aff316ce884abc7b42e4313ffde89390d8b7755e18c8b019ea7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e1c8b9784a60860a08bd47935f0767b7b7f8f36c5c0adb7623a31b82c01d4c09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f9113e8a252757e26bc6ce434b052147f2cf285afb6071135706d3641df1611e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6dd9324942b3d09b4b9a768f36b47be4e555d947910ee3d115fc5448c95f7399_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1f0d2e5e5f491f0cf9d115ffac8460e76fb2ecfe905adc1ef0e75dbb6dd99ed_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf1e6eaade0b2a65408f666a55c3dd64f81dc366ab82cc9cbbd32d51a6170ec2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fd6ca7c0e9086481be0bd4c407623af4e6d62de01dd16b877556e3b818f7f8af_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3a3da785b1c68c3c0589e429959a1422d45d7d92f0ddf2a1f2914cf6be292e75_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5a0a3f72007c0e3677bb93a9baffc30d82b8fda0d65dc248a8a236a1329408f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cc03f91dbf08df9907c0ebad30c54a7fa92285b19ec4e440ed762b197378a861_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e12059245006f55cab3164481fa778ec1a44846b422aa13cd59e4279a5f9dee1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0386494d2322e8d0e6eec988cb9f57ef3e4e91bb3c8ac091caf18b600a179b39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2969090e51624a2e7f8ef0f17bea3993eb5d647689c6e1cbe0e34547a6ff6eaa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51b8117e12938db60e7a972f90f7cae176b776d3a94e56428ef440c85672dbda_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e3d21c51712e6e0cdd9c776479f6d1ab55bc1085df5bb5f583e69ee192d11fd3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ef02dbe8f97a7f197e447337209d5b9a39b094c452b53e34ddbe35ec9cf67fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9ab8271af1a39ffc70e7d733a87d17b3c92bacaa30f1b684d0d779971ded8ccd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd019260c7aa2018ad976745ab7ff71deb43fe556a8972e5d6553facd5a65a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f01eb0bd0753b888218e4ba3e2e66592744e2c360575fac15d9b6079f2a86e4c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42f9169107d898da6aa80f67edfb98bfade84a34e93521365b4af091ce9f92b7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5c8f4ec08c4ed388b7a78c7e6dab99bdd1a2026418d27a80c8913475c75757c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:af3ed66448314364ba05a0aba0076459ef771630670d6e76e92bb8a83e44a83c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d6a6142fc9210ea156df1bcb747657fe68c57c56c52e73df0daee014ea6d84e3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:82809e1befa215331f9e7f9263ca4c5a9fd86c877a4c79c8691388f5b660b442_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9c784dfa1aa85e05bdffbf6a2dfd72c1ed0ef8f9e3715a37b09ae05b16b01e29_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2410c4183950551a84c4d56849755087c1c873c9a86ffc3f78aeba765584fda_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e8ae0b5bab647ff989f276cead5f360bcb88c813f181d75dc3106eb5dbde0b39_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c9838eeaff91d7f0f3c81d57d11af3a0aa8823ab541100f0c5dce2651200660_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ae8504da2cdde248194b594cb1a6731b04280d6114fb540d2255a223a48fc298_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e6f833f3a19a716a06b1ea6b4787794a690a77c7ab75c130da533aaf9d428c66_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f56d01ef06fe016c748e8c87538dea8e9fcc84856eb116bd3597cc8e042e9f0a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0c381750c8da0904cb0ea8696bd67d063cb9120e54f7988f93165ce951e50007_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3f3e2893565fe6061c78339600a4eaa49d485818f484fcd0ccc8baa010b6d826_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:86ae6b3e4d1152193c692d92616c64a2dc085a0a37a2e4be51843298c08788d3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e391fce0b2e04f22fc089597db9e0671ba7f8b5b3a709151b5f33dd23b262144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1e7ac69aff2f28f6b3cbdb166c7dac7a3490167bcd670cd7057bdde1e1e7684d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:475e358c04d92c10245802b52880219f6b7967505a72855f9bc9b33bd17628cd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d16424fa647e34349fa402ce100cae5f3713b206f69d6cae36a03e5f7eb4e374_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ec80d535377fec7d27cbd23002084ae97b847d8fe6ef8f0ff88c960f9f691446_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0100b616991bd8bca68d583e902283aa4cc0d388046437d5d68407190e3fb041_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0da0ee0d54a1624acd043e066a3819fd7a4bdfe02a73321a91fd100599e64f1f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:69ee831e3ac5dbf239025b14e53dd23e2bc902cbf1cfcb2c5d99f1c228e57efc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c582deb37feeeac0551a5893107c5623b2cf3e97bf178fbc3d6b03c143128ea1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:07e0128e9f7e5c2f1d9d0b04d46240ad064fca7064cf2e7c932ba8542d124ea9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5fbf4751a49a88a89f674e64861e7dcf491cc67cad34719a0bfae8ab0eb100da_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aacc2698d097e25bf26e35393ef3536f7a240880d0a87f46a2b7ea3c13731d1e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fc3647c4d70cf253f4946fae6072af87545056f541c5dbfa9ce6c77734d77ec1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56dffbd86bfae06921432678caf184b335bf2fc6ac7ee128f48aee396d57ea55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:786cb35495e9433cfa8a271849c8bdfea14ca6c54af63d9f49a0dca82603b26d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:98c7b3e48d0d32805e8211cdfb3e653b1ed6b2278793fe89837c04a9f443986c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bd4fb9fc797dc15ba60847c5fcf2dd7e4ff90ec01937c24b4a04531bc307f821_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:068ee68a5aab0ca0650a815f7742cbe8a8410a58a13d10d600017dfad100cbf4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:333e6572029953b4c4676076f0991ee6e5c7d28cbe2887c71b1682f19831d8a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:506186c7c4297973e77ce372fcea0eea0388d5db0e0accba6ddc18d8c7680ca3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb7111dedf68a51d4656f8b837421c40f0833c12084c2e41382932d555238d6c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3084a7cb2734d03cc752b42ea90e7b8830013afa268c84422c514484ef924c69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6dd544a8a6b4d08fe0f4fd076109c09cf181302ab6056ec6b2b89d68a52954c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a8331adecd0a5e43182894a10a71677ddafcf12c12f211e9b7656230c918ab17_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d945852f512d781311dbae8d78e1377a06e8d752deeacc4063bf2b52cbd5baa6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:02a995500ea997486e929548855ee40c68288a4a567cf4112020d0e3b62d10cb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:44aa21f2975c14129581bfdf40e0c2a4138cfe1061946c82257f161065025518_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:664fa1569548d3e75358cc6fa91717249c49ccd909ad09a62ced8b61f3976b5f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f353131d8a1223db7f637c9851016b3a348d80c2b2be663a2db6d01e14ddca88_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:445305216f3ea0977c0f76ee3dd676121f58c29384648a2f64e76e7a1d0ea887_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5d54bd262ca625a326b01ea2bfd33db10a402c05590e6b710b0959712e1bf30b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b95084d4eb2e9c44453f2dc55bf54c25601aa4563bc143e9276d5dff383d65f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb02ec382b9619d25bb892b5afd59efc7d265c7bd7b787e30a976eea7b4f7cd1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0e446723bbab96c4e4662ff058d5eccba72d0c36d26c7b8b3f07183fa49d3ab9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1bdee83651c2e8dcab13f52b03ed670998d481bd3f8f86488760ad04e82bb4e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:9fb3cb70070ad7c4b3f7581156955397d124268423bf14fc1f0bef47f40b7a7f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:cf67c856a6dbe76c9776f26b62a34f6cedcd62e108931f38f1f2ac15d63261c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:43dea861132154bcb2841a604f7946addd7b1e5b0fe7e25538a6c57e759cd4dd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9617d07f9516a6379b20ba8f01065096ed90a9d76afa5ab45e36bbdc03a10c06_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a90d19460fbc705172df7759a3da394930623c6b6974620b79ffa07bab53c51f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5ec54fe646fe2cd114eaab995524f602dbc99aa374b166a18acbec30c871435_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:32d9191bcae0d38dc540060134626a47eeaa8ef456ee09a6c5d3fbcbbd0cd451_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7269d6e83782e3b5a928c728b5d61198b6053071fcfac3b354ff2776c7c5eba2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9621a8349f227a728571af9c11a8ba1e7bc35c372ac794148f132c498e1f170c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:eb6498725b67e95ad35031022a9c4067cc72922dbea9ea5f7173ccdef2e11daf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3e728217c3f8a21a876600b73c72d90e807f83ce8af03ff6a38cc452e5d48e88_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:859e8a6e1cde5c011db2c542f6fcd8d37bac212976581d75953f463d2c280556_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b328cc111673357f61dbfea432f7b93727a4267df63ff41519c7bd95237d3666_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c53133aeea03421274be7731f5b03c5d29143aaf270bfc67134647e1cee3175d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0833a87e886ca5fec2adbc71655d8fbe4fc2925d2fb14a7cd926d4a79d6ba0ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2003997515f3c4a4eedf7e87d4f6c21a57eed9cffa4e1187a8ea6018b1f85fb4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:75f54bd17f252279b031acd3509f06cd2b9d418efe1593eabb282ee2f9147141_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:93559e3a79fdb47a054add7a65cb98c1b8da73a542795b28a85c8c52f954cd95_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1935dc068e6fab6154c9361f30ec34459606ca802b3e32875a59eaad23d45599_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:89b6b1510e189c286c3675d32d57dd18d707d731f3e279213290efef0d6f8065_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:95e7647e6fda21b94b692f03908e4cd154e3374fca0560229c646fefe2c46730_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d81ac0615482c04941f2f4e716cf27f32933ca372dfd9ac1edf2c42772522ac6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:1876adbd1d6444a0f00c04182398800871cf59d26d89a0259bb76d1785ef6354_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8c2c8b9dcf7925622da59ae7281922dd1612dd29a2804e5c40eb52e98970d2c8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c8164cc9e16e8be9ea18be73c9df5041af326ed6b3059faff08f76e568cf4dc2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e3348bcb04f2c9bce001994cb406f11a5970d9e0d15e82e5b6f44a19ca42b135_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3b11193c44bcc8230e338c234196925fe952cb8766ae4634a3d41959cbe6ef9e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8e6e6a997146f438994d1e501e3b51243d6446d054e0b7f57ab8109cb062b380_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c71147789a1399705b03be0ee1e7de89fc403939d36efb56565237e81bee272e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e786e28fbe0b95c4f5723bebc3abde1333b259fd26673716fc5638d88286d8b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4a19cad091787605e99743d52e73e3aaff720bf2f1aea1c889a28589c83ac89a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:63c5c6b0f955717d9ffa8ab20ad9ab58a443d80405c58a4ada0429f6d3d5fbf7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8ea13b0cbfe9be0d3d7ea80d50e512af6a453921a553c7c79b566530142b611b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c5ceac8d09149b2e204846cde81f9e87b6fba38e00c6fabfc9ce043889645a0a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:29331d2c54945440e2715d0246d997ad20ea76b67411d1acbeb3cfbde5b52ee2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4c9bfdc66ceaf66bc9b66d332a5579b412cc560200b82793a37996bd1a828734_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9660025e2bde36358f60d15143e8a3a085ca716f5b73f0e6d3ef65286fb4cb09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d1782d4a16a24063794a5b7f1d511c0c9422d2a946ac65adc9d408b2963e0d7b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8fff7f10461a43a8ecedb83b3620d8b16936f7cbba840f9a5cafccc7102dd805_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a60c6b58097bb0ced1170dd3a6c88bfc2f05e19755bfef3045a227da15b8ac84_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1d69b5b232aae28996c5ed43d2c24234215902905c4694c5ac72c86ac6736b39_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6cbbb8e2f4020c8d006b00901483ebc2968e06f1ce90cb73215724002a29177f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:81113710e0afc2eca536f9dee5f0fb525b42b6a2a1c2b4c8141c409181243ed3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c985206add4f3f2159d9c16a531d2e52bd47b52e3b58cc66c78337eedb9587c5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:22d4e0100d4860ecbfea3a693e1dbee3803da780cc3adbb22c54398c41b9d05e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:27a620542daa309791058a32d9648ef3f4ed7112a52f7d2abe1de32d000a3d9b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4af8180d1e5a1cd9c0800e58ab9d206ed23c0ab8d772e1457d8c7002f5432cd9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c784d65851be8f4a512f82b94d946e36f291e1ca49332ec95db7261ad10b2476_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4120e602b26df6f97b93dd035ccbaf7603419fc1505f53a60b04d7d0cff824ce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:8726f5535666a5212364ad59773e974135b820c6f4210a7be9dabe9d6d5a497d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ab299b63908b76729b260c067f218831ef64c0ad4e0c2c36030ddf0b365048f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b079e71b94cda1fe2bd7415f10c4b6e3431c0aa6780a2965cc563864ecd0bf96_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:17101cb34459bc9b5eb483f12ca09ff2e626b17a8c10529f6ff801d19523b5d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d0a16ac7e433102846b7045d1d7287dab28afce96ca1f057619a24c3437960b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:914c6b5117522525c98560617c07726d91adc1e6336f44e0aea726a3fcb0bfb5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f65258f60d5d17a5cd7536f1aff2d1f352b318e6027e48c826619ce686ea7848_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e45fcda9f48e3dfb88619650d2cf25a3618d65909406c1392daa86a0b0b0906_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:333b5d4296161cecde72dded62e02348b02713cccfbb10a278d0803b58702b28_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8fad98bc4b0cd93f399464f668b82b8881938c1d11a70dd4b66d91a7436f29a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d18454f3b49661c052375ef14c9f6ca31589a61abe2f6d23ec0cbf49288b3685_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:009765215dab7918f6db7e0b89257cb2666f722704728d3f973f751300501f57_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1435a805d3433bd5e3b6141ed30055f8b6350e1c56f9f8b3ba4febdbef794cb4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a6b596bf430dedc60b4a2f53e60063ee69f3211a1d83251104863a80c496dfbf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:af845b43887f34f127025f2d2e2a9c64802fb74548ee670f8ee463de03d2978a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0ef10533c807e985c1c4a79cbc1fcc7f9c4c47f8e9de95394c2eeb11f19406be_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2c0993e0730d5a50177ab1f52d49de59affb5cb085b7e605f92e3e16a2025ed2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a26b20d3ef7b75aeb05acf9be2702f9d478822c43f679ff578811843692b960c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a4d4fbbacf9daea318ea4a8c362c37b8c7756280b4412be9d30e1027db3bd24e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:32d870af6b3321fd3ada475dbf0da4eebbb106bebd4efd2f4bd2d1ed895cee46_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:44598513b21b1758425792227838b0a976b2930fd77deed69bc7e510c7a42bed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e8e05a2406f75c74c21ef32d7b9137cf37af909a838f24bb03478333c184bfa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8729815d028242b26db06f2ff44816d022e0e7eac34b7b8df11d27d938fe057e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1ccf6d7ded0225c9cafb3e448dcdf68543283ca268ee9659e1ef9e5c4e75078a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3391dadcb3627066db6573e2c5169480e3565e62738a36c053ff7cf04436d02c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:45836e9b83eb2557719999a2d656ab65d8c3fc76d1c49e2089554bb00806a613_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8d8553b21651d295a2270514ef06d8a1c2f1847801373bce608ea47a9f343f39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:15ebfdd859de122945f7cf8e41e3b1a6e5e02a463b884e0a3fad2fc583c0f156_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af768b3ba72eb21d29dfca44b62d480ba9a0775a72f46283f0cbfa5a2db0e15b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e45a7281a672f84d53fc76919b0c6371feb68cf1b3ffa17b8f66fc4456e587b5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e70e8d7d2acb6a102c00bcd503ae17b849b0540508560f66c3d00070967fd289_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b64e7605d4b7472503ba03472931529a380460991e9ca7f99346b7f4b5cc802_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:661734a34dc3126e9653ebf1f7408ee2664c3c5d783865ea3b2ebac565bf81cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e90e658a6cea41dbc60c5f505e79505754af4d8e21a4ec8642017cf2fd05edde_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fc2817e5b16d83dac91d1a274fb93521165953e9bdc28f3073b127eacc5a534e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:16778d01948d8ca7522aa9737c8cd049a7cf81185552fda4773d6473e1809629_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:8bed6766df40c0c172611f3e4555cd20db639eb505b2345abed6d5babdcbb5e3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c7e700f4be4f72557608a1eb824d31e525634df235817bae2f7537cef44a1ddc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc9bf05482fc6e6265b99d15af471c07833443e3cf570f98fe9485320a91160f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:003aa53775bd7aa68eb9e6f17b74d0429a7d4b010a18eff475cf04b38e9b493e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4569fa0adbac85f6e0eb3b0fea15b8e54d0c1b47e30d2e4150ebfa1c454af232_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5b5a2718790518f88576a71aa2147861a0d9b18e245ea05d4178ed1a03f60aea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5b9a2e49d40059a937f07610c36d08b25831cb730d339d39fe0092a23484b7e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af52ecd8e68fd1305cc33e00f7191ce0713ec836c503c6da4641c90e0983ae24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d5a544e6e442437c1faacc6fe39c128b2d1b614ee14eddc71d4daec6659fa8b3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:709d1e9db0ff0e4cbae288a26ec649c033b3bef43f967348ba467beacb8bb940_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:83402ec46858a4af6aa942398120e625060d1054b01f0153687878ff1bb7cdd5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f9cac75f10f2d788cbca0d5ee0d86b9cd6306cc4aea3398d4e73d0e0115a06b2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1cd56ff15528043064ca838584925d307a50934c6e6a118fd558c706987c87db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7fdef6711b75be2dda50a98bc28af265c3d0de8a1dfbc263890f08cc5bc027c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9cd09c76f15748683e540f57fb78c18e3997fac265de588558d9523cb01af762_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7b02e0e7863575591c8f061856ec92ae63f93f83c18042b3ba7bce18f3939313_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8a8ff039e8e6da1da63e55150bf9b3d0e7f5bcaf5f14476de279e7e86879306a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e914b65759662d462bacd6f4e9119396c7b328c3d705981ebefa3fa44d528343_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fa17dd6cab9295064cc00b7d7838776910fffe3d6fa0e5f619a43c6db8ada0cd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:39b63894fac4b3593d329f88bafa14872da758417975ac4e519a470004c01cd7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4f9bd383efba6e1bcd94b7a665177d408a9d09ed6abc91b7c1f5096cc9c716d7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b318889972c37662382a2905888bb3f1cfd71a433b6afa3504cc12f3c6fa6eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ddca32f42f27e22361c7285694591b0adfec5e6b22ea5e0714152230de4269f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6299220482f0e3c3f393e5eda761e3fab67e96ddffbf71a7a77408359401533d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d79a89cd2a26411dd32ebe870a3b520a7554e50ff5fc6a6e808c6d066b9a2298_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dd9778efa474673fae38ef8756527a4d8be8b2b9117ed31a2311d7ef6398d38a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f55ce8e190fe51295ba9c603a0b12cec77133cd6197ad453da97ce16c0490a3b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0e8341548fb734f7d830b3e9789f576a1481011da3c69b9a031dd73060ed1d85_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1c671b9965ce8d5d95823765967a24153723d7873c1f9595791a3d5dd87bf616_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:45df9f1e03139df090148d1d135d83dcac69c16a95c7a75451066823e784c796_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f87f4821bacea3fcb8300e1437a70ac8f59871e9f93d137ecc992ba54f4c6ecc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2876144218625eb13968b95d331dd3f71280a7dacbe687b71119a5dff99a47a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e8f36ad2e4bf89a9bb1a66d9760ec91c6ad6702bf799c650454b177cf5e02661_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:23b0e71b138eb4c9e23e073f11974dd0f054d1cb78bc36227497076c0e8c1764_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:2bb5f0a1682720b3071e499962c26d2d4c251f3ea1b8fa251cc3672de8bbc229_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b88e42f7000f64593afa03762f3147c0f9f0cdddd2ad762942ba6ec38198a06_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:be556777383ec5ea2f8f241b4041fe9b4a5d8315f64a39f7381acdf49ba4bb4a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3d1bc6478c932d695a39d9d99a4cef0ed71084e48e30d1cbe2d97fdead890109_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:40e602a3b1bd99d11ffec934c73e4c8e8ddc467fe2bbad87d599f014032517f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d8161c91d731205f8fd61104da764c5157212beb1c15572139df1924dbaf2f7c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:6354e7d162ca21ff645f85b23efdbffec8881b41f636b635d9dd722fb2695fa7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:855da3c26547421a3d19f55e6f6ec3cacc2d89d854a854076e4d02f241ecb6bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:9d81d657fdd5847b3967a328a58f541ec829a890b701937bba6bf190ec884db0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af18c1924bcec23e6ae18a55268803d2a8d1b012152fe3ce225f27833a0cfa73_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:21656ae3e6fcc6356ea9226dedda5a263f7cf26c9cea2f0abcee058b8c742407_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3698e2a155099e47a40d08a6288f6071be4bcf359269e1c0afb136a55d3b9d94_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49b07f0266e0c2c9f60457d6fbf2b9850396a154435fd74752fb130246b3083e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d6ab8803bac3ebada13e90d9dd6208301b981488277cdeb847c25ff8002f5a30_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5cf0b82b3b281feb5bdbf130c292cadc0f958068bb9b199ae343716f1c06538c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:64a63605d152239b2d79517aa8491e55bd000f0a56a1c0ce018f46c91615d6e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6b11cc744de3c1075dfcc6bba210ba8630c1285dc763e29c2ca92e0a6e93877c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6b3f0a2d76bb8d59fa0f80a8ea9a5be31b817f609616357d16299e106136508b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4e48ac2c69b06ec640ad1a030f8f362a04a3e9f56a86d7cdfc1fcb3b5153888c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:85e96028782951f12624e1d9d247b60dda409d9a812dd600809618c45ab2fa1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cc6f78094ef67715b6e53c67909ce27754b45ca8169077269af8705650fbafe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f789fc86f85771671e023e9be500435b1fbcb7aafa009f8c4e6de156ccb97ab3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:03e4d350f807eb47d0c5a0c101db1dad2ccfb6f2ae3471a9c4e1834b469083fe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:35e6839dd0b0c041b9c8b96be0487aea33181c71b05b4f9637411169c9f4199a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a26bac6b099818b6001c8eb82d73918ee017896e9299a189c51ada1000f4fe3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e38c6946a5624a992dc152865350970ca58249cb21df6c944da9968dc41c1109_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5969111957d6c24152ebd937962733d7ee93fcbc52c6b0a56963b5a1c9dc0d15_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:644b47ae9a62b57f0766f45f2b305bab7e5f5dd5de65d95178ea29a83adbcf86_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3afe0837c149f85cc4342abf22348d1edfd3cab0ee47da44574134b3cc185dbf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:56a3eb27754a136e415cdec3caab804cbbfaa9aaede0fb9fae065bcc1a0196e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9232c8af8e0ba7a15fabd923feef6dc1d3f7e2a740ef0c277009f348cc0accb4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c4db69fb2ea840583ad3b474521c3877416d9703c9f975b41ad91a70aec580f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7e8dc30740476e4dd332aa0539af3f9bc12bd6aa72c64e75f5e9e0b8d2620b3e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e55a15f93eedbf7b0e13fea4d3ac9b891453f854d5294a891c1b9a848c6ef54f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:280a1d3ebea4063a3ecd076897fc7bfc0f5b994a68f56ca5f61aadc778f1e9c1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6118230d5cbfa3823cca0e7dfafae0385bac42a6263945ae144652bfb9b4ef12_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c488d9cdc38eb475a612aeb32d9f7773e3f872d568edd48b7d5f66b76a2e192e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e244ce4887df2622a242a251028398497d178a3025bf7e186baa71d717d53685_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61909dd359430849c04591218c11cedb8fdf6e4489d0454473810582ce373b1d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:67d1623cf33e4a5ecaa5ec7f1dae3af4e0e0478489b3a628de2062dca1473c7e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7ccd86a40b9f8901dad612623b56cbae1c260160c1d0bd8fbae4ae9e73d21e74_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ebaf06d929ec771d3882b5a8e4ae86816f995d27fa65afcbf29c048a2bb6fc72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:08bf893d824045af0b68cb4898c2cdcd2d7c9a7c0aa1f8edb3a5a39f0ccf036b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2b2051f90781bc62840adb0e5a60951231433e23dc381b2c26156775469683c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:699c950e437c327caffd05eedebe7c6f82f19e899e9e736ab787aecaf9bac072_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:93bf1697031cce06c4e576aa1ba5d8bda7e91b918627ed1d61f8c89a95a111f0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:707500db7f401655e50021f4606293a83292d7dc663772cf30eb96a9ad625bdf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8b33fc26e42a8b4a7b69c94635b01dbd975ff885be7228fd8f86323a592fcecb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9e96b53e74d1b802c2e63544e4689c9d262e9c996902c6e8a7f3ca34b23fdd50_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f2ed46b09f78b1c40eb9e6af9209a4e844095b0c57ce404370ccfbdeceea210e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:240701090a5f8e40d4b88fa200cf63dffb11a8e2eae713cf3c629b016c2823b0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:77a1a98a21cdd445c61af995ea508add1582f8cc8a940887c265e2dc335cf217_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d397c7a96aacea416f5db435c36cc61bd57c85e688a6b63d7a062520104a9de5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e09eaebe629254a4f57e9ac5f83ab709fcd8c934e027a1a43d570205886d6516_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:481ab9bc77d5c211db3596838e7e78d433708d295766223689ff01be60facc42_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7036403b4ab9460482491386c7a920df215fd9a86e9da5034a011eca320e1ca2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a2a6c2aad7bbf903fda4d91b29e2940c5707d533e70b0671194f710472713b8b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a40b41bc3bf8b94d1c45ac663b132301493089c3068e98dc7e0d3915fde9256b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:957899abc8de7f0991851e6895c4530594227825f9c71adcfd359469bbe5188f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:98d2699768903d2e054aef086920f5a14d339a8a23053cb68ec146033b662c10_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a5349be7d33bb9d7d94718e63db975b1bc65c355bebd77269e5bc1f3affa6892_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bbf05fdb021442514d6125cfbeec569b15594d5ca88f996f5c97a13fe58e39a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:af8ad7c28f1cd01b74fcd95eaaf3bf9fa7bbd397ab8d1532f6ed2a46c6ad1abc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f73002387a396d9dfc14afa7ac22c12c4354a1b59b5cfe1700a9b0692a4e2104_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2d2d9f64984ac68b9ea27602982e0c3b95518c46d40e943cff5b3f26995f0d4e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:33270bfb06a8f7cd9d6eae5517f74a53f905b4a59190dab49604b6aa5a670f9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1f98b001245f7eb8d334deb8c40ae02d5d337223a138eb62c2207a76166c48b6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f8b3ec39d4b9a9117b8f79bcae9e7731eb8c49d96c6fffbefbf011323edff57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e3a293358c5e7c8f13153fc98cb5a779e997dd31f497d4deafc4ecfd0f833ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4379021fe63045cc14b52bff805f386a8f2cd6e7dd1f610865952738e1a9ab44_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:75b59dd85933088716cb16850f913a6255ec5bde55c1392f59a5b5f2d11f3f55_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:dacc9761f298bdba26c47083ccba6b6050aab0ca3ad1eacb7cd5c95b1f131cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:dacf9ee50a503485566d7a987f231e04adf176c0852c6302bdf0bc4a0fdac0ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:548a7b07a9187069e2b5cd50f66cb4a56db437495cad6470920a70341cb710b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61ad680342bcad1460f4255c94490aa3e08ec579714e9b7091a2cd48816a7f62_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0c7b43c868b24bc3021b41795db539ce116907fe765922e5606dd82e7ca8cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fa28b66298c8b34f2c7b357b012e663e3954cfc7c85aa1e44651a79aeaf8b2a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a2ac689e121314cc8fb297e64c5e603db1d5916876abbac3815b343e578f96b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8baecd6a4500b2e21b83a699b8bb1d4eb4edb6e2c09970d31a8d9112c2c0230d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9250bc5d881852654c420b833aa018257e927522e9d8e1b74307dd7b4b0bfc42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d963c7c8e408edb21d2d85eee1db0fe4395f46df69dec0664f3f9836c77ea7ed_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31d64e12bd1b486fbff24f932eb90d0991f288ab42fa3729fb686f6fb1a3a12d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:35359eae77d7751386f969f79ffa899d95d4af9ebc73429ff5321c3bdc8b6c67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:68cad1c790fb3b5dd6e4dabae9cd1899552b0f4b5b61451e4f71fca5c5fc75ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd60ed7fd7955cbac6882fa5e0d7e38bc3c06791950867c3ebcd98679e366f06_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3813d16b41b7c5844562faadc6d72e788ad612ecd14218a511e3ac4fbf68b4fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6fede6672fe85cfd09592a8662b18db4e0b4f0794655febbba7190e9e30f475c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:71972d1c403ce0380f8c579da1a6ddf56d5a6aeff7f711fd6f5efcc49dfa01c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:aaa92509b71c898caed43ac2b5d3b3fc44fff333855789eb1d7df15f08e91ea3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:583e1fc8e2153750cb82fb979286fe2b78e937f01a21753556b935737333890a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8312f577bec837b4be7057f728c3a3c265a7edcdcc31133b69335905d537f2be_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bbe162375a11ed3810a1081c30dd400f461f2421d5f1e27d8792048bbd216956_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d35c6ed4b93aef162df955ca750277ecd1d9469b713bb9a511669147a5b46e33_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3678d30cf1504f94fa97afb735317fa7335984133c68a4500d49735f28412312_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:83c7c5507378c169941b9e2452c77f40778adc76e5983fa2ff394056bed5d78f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c626150f07ba75062856d06674f8c419ae002930de38821811236c2445f1c1b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e226d545f885b4380928e9bbbc0804267ec45a85a5028b304f579afdd26f8c3e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8a10e4d7343e563ffe42c9181bbbc9dfd687744c94e125be639026f595e462a3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a53b0253f537d2d04a2665ad24a169f07fe8268ea662cebd3368a2045e586914_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f27fd0404deb58aad573fe174a675889a7fba84fc5cb916ef702c89f1b51c724_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fe683caef773a1963fc13f96afe58892563ea9921db8ac39369e3a9a05ea7181_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:60e6e4080a8c39326a9a09c7e3def79cdbedd3c178dc301609d3d8e67007e0da_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:67d61d27aa46f8c1f49f2f691ebeec6a8465c1506c83e876415fcf6be19c2d77_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e1d93d28a1107734216ecbfac1bdbeb688c21a50fdee28f7a1742013e2c8c129_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f74b7312ebbffb5dfae17070ddcb798440a801a40a6797442779a5fa0b650e9f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:15c5e645edf257a08c061ad9ae7dab4293104a042b8396181d76dd28f396cebe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27978322fa73148af7670efebefad1175166acf9a127ea881149603534034fea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d214c12c98c1c95fff59a40d7529d29db15dfd6e3ee12b32d178888c2992a4b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d4a1f1b3de1606844a597602508eee8024e34e5f2ece04852602b4f0718d5f39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1794986bda8e564f5dcb1bd4b385f8ec43899bdc981cab2f72f6914d02094275_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75b78aa7b834f6ae099b76db9be71ae5391ae79ecba4e6b88dd5777a004d7064_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8797eac9a0a1012640bd8d2a04469760246c27b0ba73a18d7a9027693eedb7d5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:df623c15a78ca969fb8ad134bde911c2047bf82b50244ee8e523763b6587e072_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05f9496cb181c53eb12a46e8f258333f87a54b703412f2f0717e361d4d1e9409_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4ab28f40d1b15cc2ef0ad2f041770ddc69bec7c151ed128e6065dd1c722690e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:858152628388d9e146897a7a373713f74ef204bb937d935995e8721dd3c6140a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98a949efb0c81c5c5968e069c9b6a518b3b6afbaf4e75cae5eb207554b06c2db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c38d58b62290b59d0182b50ce3cfd87fbb7729f3ce6fc06ffa46d9805c7dd78_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b49f8648e81dfa19ba4a05cd0f0f40d67eea325821b3e6bfd7825783955a0f5f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d966d36d2a008aadd39a289ad8eb427350a2940518f800158cbef89414588f9b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ec1e69a505e7c80c680f442000a32ffe9b1af694d810ca5582092ffe6dfac254_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:41fae1a5e5e4a0b5502c3adf571c9b0fc33ee2cfaec493e8153178bc64436d2c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:80531a0fe966e1cc0582c581951b09a7a4e42037c106748c44859110361b2c1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9b3bfe91fc01c7e3dd7f50da66aaf2b879a450901f1c73f84d021e69a5576342_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e38f330016b2e81eca6f69397ad57a5d0348f2d2f2c3522307b35aadf8b5ddb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:525b23eadc757450747d893874b77ec666fe15f329f0ee40e4b04571240c5e1f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5f459bbc953c9460f2166b782dfc3be213709521d5109b52d428a560ad05aa46_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5f83dd9b2d73733b7972a43e3e152614dd4e87926f4bdc7a10a2f292ae771276_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a913cef121c9a6c3ddc57b01fc807bb042e5a903489c05f99e6e2da9e6ec0b98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:7055ad7af6f2763c0f9a1a6ac6f24fa4dc2ba312cc9b0805ae0a06187cecc89a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:a120d08d454a9112a7f31a9da6627e788406726fe1c035bd70c180eda14f37d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:161ad6696b6d7e64bd2fa9ecf35a337e1510361af64ef4f6b8482d1f2c87d864_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9d28e4ba3e1edbd660f9a0fbfe4f0d990fd3e03d9589548acab5416ffbe17e00_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aec827e9517e79a99451685f94adbb7a4ad776367652958ca004075fd982d69e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf24751d6b6d66fcfc26aa8e0f94a4248a3edab6dbfe3fe9651a90b6b4d92192_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:78da28b1bb83150be79dce517585380c81a778f59489052aaa3ac0a71506a052_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:88b0549c1ff942159d48cb2da2681cd727d3b4e9b18964a7a7fc5cc51890ecf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8c4c2f467bab09a9b40d1ecf1c8723ff9544eb8903918c6dd3cfb0060cd5da82_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ca12eb74b51e1d5205a322884b88c8efd900ea567d8585eb655df8060a72a7ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0b4672982b3ab346f6a22832e4bc73e8f5a2e42dd7673266c3c9a7dc563e5167_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2969828f1fcae82b7ef16d3588046ace3cf51b9ea578658c42475386e0ee1fc7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:58c5b3a8ca2791474b4a92c43090bd44085e08e1a9dd8c65b3436a910be41a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:aa005faff536d4390dffec3bc457a4f20010f70a17411d185b2c1c6c97b663d7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3bb3c46533b24f1a6a6669117dc888ed8f0c7ae56b34068a4ff2052335e34c4e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4f9a68a87323bb2263ed303e3fde605101d955c86c4476baacb43a8c9b74a47c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8bc73e26c8f8fd634a32c3faabd2d87385947f74ec3907189760c565e91e7519_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c0abc19c0d20438799cd30ca25a5c3459f1be7cec680d64fe1db22087a20688b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1840c1e925794e4f05dc6fdb3fa9b660c16d3a96e4a5299b427ca19bcdc3e7ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2238d41551f6e4f6e5b6f9e1d718b7bb2a7205e188ab54de967a794a6d270f05_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ae30b3ab740f21c451d0272bceacb99fa34d22bbf2ea22f1e1e18230a156104b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bd2933bc337a590b443394a8e0e46be3b6ffdcfd006344534281f0520fe2facc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5043634a40e7f9d541c57c28ae82902ccc4a906d4e056c36f55322e6bad59705_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:71360db1f3a4ad29ea21c8fc43a5ace3c714908e9db2fcd24b399cb7086ac311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b41a8ae60c0eafa4a13e6dcd0e79ba63b0d7bd2bdc28aaed434b3bef98a5dc95_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e224a02ca283984387d514861d34711f5fe9146a33f1aa4ad9f9158260e226a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5137d9c1d64fb22e3b2562c5eb2ebbda136ba77ffccc6b9f401ff7e0dbd7ac52_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ae4b76786960056dea05371c3148d40f624bfd4ca4e314d83c330fc5d4dc9f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7e61ea6fa0abe887217ee126701d71f7f4307c46225f8592d5cd1dffe62428ec_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f122c11c2f6a10ca150b136f7291d2e135b3a182d67809aa49727da289787cee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f08586dd67c2d3d21053a044138f1bbedceb0847f1af8c3aa76127d86135a58_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6ade6ae0f25bbd0118a7530d4447b9ed17058e4f9daa871a226125ef5ced3192_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9f4ebe4007be3988112fb00dc8f711930f3ffa1cc9bb60aafb9842694b7ad04d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a944b6da606cd0a5845f9cdd307445b8baa6343078c1698e9dd48d5d30df6260_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:770e169283c6dc690b2e5ad6560c43ace5897760f45ba4e0cbf006a75def23b1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b61ee2b7a6814324bdf1fbf6c5c72b994b9b0069a85e1f92a0cc9fc2633bd93_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a000b455663f871d2c08877974c63f3d0a3f494a44bffe0b143301d97a2bcd4a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f59a52f0304427bf2b814e616bc0675dbf800d94fbb7107026d976a5c77bd6ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518db4df4846950212845f7b1a78803ca297a5fdce2d1e09a3ca0d9b48f039b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4040654f77bc137b99afdd6aabdd47a314bdbe1794f931ec2dc9b7d2337111ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e503dc23e8e6a2988adc1a8e109401358217ca17ac8ac523bfd669e5a3504055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f1fc49b7b09dfd1ed67cbec6138650de4e29228b2cd16d1bf94a6d305122962e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1267a95b647ac530955099ac9bf8a2510e1b151628992e71b502a10ffd79c37b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39516d2dafdcde7dba1a531b909c6495d54d5e44bccf8c3fbdbecde8ae689201_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:69ad8c7b14b26b771bd20dd9a6d3eef52a3c5954b94becd42c1d1f2cdd1f9bb8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4b691a98453ddf2c1dd80a6e7f8f557474f358a6270a6b4bfa676b7cff5e39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c0bbfb74cc437ec2fb4bf9353b8caec1c941939bf38991bef916b2fb156cb70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:96c7847d759b62b52ca65856bbe6d1c25e49f9ee9333d2364b2a5f8bc69c46b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ca88f406b57deca5600c7753cc0d64279a4e9b030b0081b85eeb87a93a8dc5a4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:db209a1b80ab7b1e6183361f0fb98147afb983607906c30f82027d3bd0251d76_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dfc75b5189f731217fbe7068ad92322052693a962fe798bf0a5f1a67fb38c899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e442a9e8be5d749d694409c6588126eae0938deb8ba7ee9ad201cd56a600bd11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eb3ab7be1af1e0118f4dc015d4091b7587b3515c5b970495b60b407ce8acae63_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ffa7ba153e3b857d714843fab966cf5fa4789f000aa7044562dc37647962738f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2f29c6007abb7084880e408947a9c8ed602603bf0e766e076adf700979cd40d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7d8e3e51ce3be568a9fe7a145d443e9223bd161cae7ecff0c2ffd2a9fb40d837_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cc51710a07f6a46a72c7802009f13f26aa351caaa4adaebc0d4983c3601e8a2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2c600e3161e493dad43a984808f70b880d37964e3eac08c1bc00a297d23ba1c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4253559bc4e21c1177de09c223d9304a80438fa2f38c39e720e17e1b993cb746_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a95180c5a4d2713fcdb002fb2879c9df206d1b05e5ba1379189c8ca4825b7866_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ad0eb0b006e9297f5bc0f907f18e2227a7ca646710c6831c1439799cc97b8b20_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dab7a82d88f90f1ef4ac307b16132d4d573a4fa9080acc3272ca084613bd902a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31e1e6592359d6a681a2575484ae93896983eb644a94e27d2eebeb579880c7f6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7a6675a0c03a88df6a0737032529308d1f3ba950221e5041084189a6fe95f22e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9e23fb1c99e6496bde42a13dfe236b060662b908ea30ee8d45c99c5ae447c493_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aca57c8abaa83b2d1dce95fa7fe5b9416be70e100957ce48f212e2ec404387bc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:18bf4a07ec975ed90d11a29f4ef82d75d68db396ded31c8317300699eca7ad90_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3e68d4ea67cb9c838d6730a1039ea23b875a8ecbab2b4d76375d6df245339e41_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0ab8409b78d9ea94b865fc9ba95bd36bdf1d648ec7ce6cc179226b28fe901d7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ce0723f310f2351f67d486c97f7ce8ec8585dd6e9c7e3e86f62f5424e16723d5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:04f4d72f5b89a5f05142f1759f85a3a185cb30fcf3b4677285a76a67c08db690_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e5b6b8ee694f3fd3cb9494b50110abbf01839036c632aece1719d091d844fec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1cbd36f2d83a55cb00336de1e56e111dfba439b4d864dbe4554614c6a0fd13b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:fdc51db9f37982f80027e97083225e40df86cfd7581f4231f6d6ab1567569c2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:08d8cc1fa836edc87c3ed701c7af174ddb9dc72b4d57a13cb245275a333454c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1593b6aac7bb18c1bbb5d41693e8b8c7f0c0410fcc09e15de52d8bd53e356541_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d3c3f32d31a6175193ccb470f72186c6b0e17375de54e4cec66207f42bad0ab0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e8bd0323ef70a1304aba2dc54cbf26b72a24e8c064a9f3d4806827a1e414e252_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7d7e306ec16e50a8b5b527a78fdb62e8583866c2c0cf91b3befc8646e51deaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ce32ae8e1e42da3e4e2440a721704db7039e66b8c1fdaebaa42cf8706f43d9e1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:288324251d8152a4370b64afc0626097649087d8cf38be8ac0dc8cd02fbd291c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:83710056331ab52acd9dcb899d247c863c1728ca2730ddb4fd69de5d8cbb8709_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:9ce51f750a68023df9323fd15a7eaeb1472e9b8701c7ef413869d3febbb73459_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a610e82e2f124e3a5daeb2d2c1fb056e2c7bfac89afe8556431888339b9ba0d8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3dd74e170726d29f6fe0508c03f7410598d8fd7d37b6e60a76376953ccd8de55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ff84e7b914e4318aca775db8601d5b04ed6eb240d4d116f6505e04cb947c4a3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0d482c0690409199b30cdc163256b0e0990ac4b813823692f90c604c59d6835d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:abf98e8b78df5cf21c9da051db2827b8c9081cf3ea201bf9017a5d9548dbc73e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e52cd61f4e17bcd141c936fbcd3af6cfe1ce310278f3fee66b55cd155eb966a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ef489ba496eb6f6e25acc7977ec8c21b5aff7a834ec28b29b104f83b7608eafc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0f3441a346aaba5b0eb37cfce2eab3af4eadf1a8e13a71ff976d18f32559435d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2247f41471839daf79124e6b185f25504a1ecabe7083fd2f071c4dd89db77a19_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2265090801a065c68ae424911c1619ae9be65eca3d16e984c1596cbfdf6ec379_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f22dd40cd10354e3512d2065a8dd8c9dcb995ea487c0f661f172c527509123fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:41a68d7d56728c92023a9ef71acb311c1b7c961c0d4b90ff3f0e33fd7afa8b17_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b48949ab94de75cc88f783d9255abcb589fef9e84366e77e13345391ab903a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52ba78768a24efe94f7f95fe5bdd3c6156919979d5882682e06ae4a8a8d3fb4a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ab1dfcb2a4e53dbb3cdc653c7f3f0f03bdce8487d43cc6626c75f8495bfbd71_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4602b62da727470a62e3aad71502b0495d6f809f4e4a1903980e7c99d8a411bc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:98ae20e6655d2d48c0b807763171b7e88b17d5887e43194e19b92078cbc7db84_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a64a70eb2fef4095ba241021e37c52034c067c57121d6c588f8c7fd3dc24b55f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a9f2b0a20a84bb8597c27bec675309451044172db89e0907542892d3974fa0b8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:99ad83497ea12819957ccba33c807c6e4c5297621db568e5635202cb9cc69f8f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bc0f0a94b11a840b808eb9ddfa9e7e91885f8fa5212c6436fda9a7e3b633b111_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e3b1e6ffc8764fc92f07b3c1069889d20524d2aca0c4f9e124d0290cf322f4b5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f86b12d1cbbeb92f39074e67841709b7948a8a78dcae47e49008faeaf4245fcb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:19c3c8392b72ccf9a518d1d60fab0fd1e58a05b544caa79eb11bb68f00981d9d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64d80730aa52ceef2cfcdc0c414b5108832fe23134c09fc52998becdc48aa7b8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d7ff281aaf92d1eae3e78e7505dbd192f728b591c0af391ac2bf4b7b82f2ff24_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dc361b3ec23619c49e53fbab4f36bcdf66d791ef5926025d4fcdf448e378e404_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:513feed9bdea8c02802d16c35863d47a1f20c3e8562d6a2a179a47e844749666_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:58de637f3e6e5e81a1954b602ecf35fb24dc01c92d9b723e13d980d708b37b2a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:da8ad4428510f98b74e4f23fddd762afaeb272a2bd1c77148d9c4f2683b54763_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e4d0e747f55d3f773a63180bc4e4820ee5f17efbd45eb1dac9167fbc7520650e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0d5ead6bea9804224d0fa04208c0c278245c2a80c5881a0c0a7aab67d17c830f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5abe992def861ec075251ae17bbd66fa23bd05bd3701953c0fdcf68a8d161f1e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7f96d44bae01473c9ab16031f7b07a2d22412a290013ca26f6359af073c90c1a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ddc8c89a4f85c3549945307f1860ad8c8e5baa9d46363ab6cdba0085a1461b9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:31981eccb64a5aaba6f63f2ac4e4cd4c850ce247fc9fc0b82a4818c83aae5d40_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7cea5b1e66573e1b0ef30aab6202def849867805ddfa35cf4e4a5455ad4defe1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9266e1b01adedd4027a95dfec6d57e39ea42df85ecf000565b8c6eb45ad05490_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9899b0f08b1202d149e16f09616ee7b8f37e3cda642386d93a6d3f63d72a316b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1b37c527eeeb1d60bd505d612c779f523399916c40418bdd805c60b66e3774f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5a261510ba798b5e5fdfdf452c96d96e411a337da984f3902ebdd3147160a550_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c860045f496eb011a7dd788508c28be228f796bdf97986b632007fb8fe6b0c49_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fca73fd7a3399b95dcc3102a77d81965faacc73e75c162a1e3b1567470444322_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4d0b15f61491ea50a1edad84f7479cbff8d2331a3ed68eef30df667bf901c334_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:86d47b2746de823e60068255722d2c0f1ff9d327b2865071a4f2f1e08b1f4ee9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:96ce27c20214b8caa64b859e7078fb8325a5e0f88a5dbae182421194f068b7a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e6817d8ed7a89fed106450662400add9afe9c359860a95a8498fe3d121287511_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6ddbdd6c170fe946a41c854057c7a7ecd5dc32e8c852a95f02dc9fcb7f0e1b8f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:725b61c6809ebfbba6be5fdbf5330d671d618203f7928a16efbd89d5c0fbfd0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a09f8266c30666748e723643797aab1ac8ac1752c881bfd363e9bdcc6d249cbf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ffa02bd6af0b44d4955aba57f727e13671f503393926be6d8965e31dcfcd6e3c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:a5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:e40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c2a6a8827b1441a27cd6b29cf39c6e6c2192da257a1d38f96cb81b2cc75175d6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:d1977054e52a6bc368e4c9dd256c22e1f12c4597503ee6431c7e65e60c670a2b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:a5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:e40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3fb40f87d68dba42b6064e3f46436649422174bdf900788a4d0068cb5679310c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:08f673ee7702801a2229a13c2ef383556976503890054fbd4f87472aa7a1fab3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:78a661da4ae8a60d61f932cb632bc81255e85ad2c5186d130cce3d8a186c992b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a79394247657bf440e71b0ebff47026d760c71b1b03510019b3c519de7253c79_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:bc47b3d4e3bc5b1b9b8cf11eb1093c3b146255afbae49e3ef7d77cbcaf8d63d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f95cab023a7c77837be0de1481cbf1809fc5e2397f68001ac515d3195b0da1f7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:059265b72f841516e2152ad96e660e7603aa31d267c0f6f8f7fca3bef4b39ae8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:09fecc36f19b8a5e70c3dd56db339dba4f36295297c18ffe9c9d255a824f0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1a69a94e11b71a12847b733e9744b1dc8adb6c93071332f11e9784b8bffc3de7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7db1d32435fe5be23bbadd5b7eec1d1a2cf78c95e97c108315185a2077fddc99_arm64"
]
}
],
"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.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:013c20bec9284a1bd213d9fb2e2aa65edfba8871c450970bbca43108f6269a6d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0bac6ac13bf085666e1a85a8213e330ff6d6d7a6a7c58be2ec3cc6f66105e450_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0cb7398bbc575c5884f712056e45800b3745a7bf59fd806037e6b2b570e56f6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5ace2dd90b2d621d42620b5a2ed422a13a7454297ffe4b657f7590452517e40_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:0189eea1d0986580e71dff3b97c420bb03f79f04da1ca9e6ffc7853fe5566ad3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:0e9e77044cbb1cae6fbb8e47aa77c3a2e6d4b6d9be38785f0de8ac5f26be537a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3320f623f15049f5c46f8425a14cb45c73e3ab11a704805ec883ad9512732856_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:72d1796407f7e57171e7370384e4352387c1336fe90e9a60538c114507d5baaf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:39468b223f5f49fec77220afae419a582db6a2deea236574f67336e1b0c1a4fb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:989d54e19c2723b2c44e81d329dcedcf71c653aebc860be91033e451c9ed49e9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9ce249e1846a5b88c57c11ef546ab5afe643bd3dcf3f6cb8d1da419e3a384114_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ef019ee074174ba0c717abaa0f74a02be884ef835ea227eb0bef6dd7b3a99300_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2a7b0d43a0e93e120dd66cebc89213724feeef9ac07589a8ac0d9236e7f93da7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5f3b17cae5c72991aa39480bf841da51b44c2dc7ecc96b35acec435a39c27ae9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ae9731fa23b96fe0a08e198d4cab6bb4e4b81a006a45b1e68948ffcac4e0bf9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bec97fa6e8a87d3373096caaa844150a98355459705b4785b677d073d3fcf34f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3aa55b454c43ad80dfa5df489a795e0635845b10db18aec4f9a06cc5f869d5da_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6aeed20b8cd24c342bd24a92364c8fce56d1d34797a16be7ab8db9dbf2d7cf0f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:777d265e3d5e7586527b8a20a92f52eb5cfda7ac515b2888ddf1d3035a362ea7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ff35afc3e927d7e057f1cac789307af2eb12537fe985d5b9e742d8c7bb13a84a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d7123f0209595a6cd05d2db8e0e9d827200e61db15ca589f025fc9b1a59ff2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:740ef97d2a49596d2ce07805fe11b4020814f86fef4f7e8ccb7a3ff78f59e516_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7d9fc03529f56fc4e6b04414b0e10d34f94e71f02e0be2f4510af346e3e5e5f0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bc4f78490737eb1d176bc498256ee4f013e723a0f0d4c058e959177c98c2134f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:bfc52d6ca96f377d53757dc437ca720e860e3e016d16c084bd5f6f2e337d3a1d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c26ec64c2f5a8aee04c11e8cd29de3e0d9fa323d5eb033b54dadbdce60474e76_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cf9e6024e6556ea6514dbe3bf3b1c7bdd44ebcd41c5ebbb2a7bda84c44ffeff1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fa5d2d654927396f846592a80da3c20478265bbe8f3ae4aaf2d8749d9ac2f278_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:7862391b6b069f985d3ba652ff80f29fedce94493a013b8e464e2d7bde964da4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:8aa86583ab6d95341bfe038c3f1f21ec621246f6fb9918431f043791f03affab_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:8d4711dc4bd19fb7ba2bc79c47c7afcd6b3d755f73629fd06e984bde0ac78d2d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:d66c62cd2681f0ae377049d8bf0aa1b00c6628d930b22a6fef5127b6d17f0af8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:0982fcbef4b8f4756279e272a55c64d7c1c4fed39d71417b8639f317289f6d75_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:754659df84a55b4d50e12a60afd3a87cfcb6494bd00166e5d72f2badcf8b4480_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a7f6e95379030524472231044cd0d15a0ef984be9d8d5d5bb92a76e1055076db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:f1a2635943e5969ddff4b70b27cbe9a14b0b178b059a1531a19ec999c893cd51_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:4d8512534b3c26665b3a4b895034f7f9855915392086357575ee0d576be6b04a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bf22beadfe9558f781f9e5db81bb33f09b60b867197838c268efa19faa1b372d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d13c9744485594154b03b498b6407b2d47f0817a6a4ebf6807aca1f3bfaa117e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f6dfb5a4bb0d44e481bdac34b18639086b02ae6f88344550d0766c7e3358d9dc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:1147a9c8c4f5b5ad8ae728b077cbdcd40fea5db4fbcd3f04dec21fb9af0825c0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:8c16f93af3941c3aefc16599859162a45822c5c2fa077df551718792c399ec4e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c1a0aba9ead3a33353dc8a033699dfa4795f4050516677dad6ed4ac664094692_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:dee9cd1a94644a85ffc67d3044d0a6251c6226111ed6f610346a0a1b16459820_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:166ce61b7567f720dda8f264dbd919dc0cd49a8929ee0f046e6d44d989005262_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7676fea92d8e9eda12a8a76c77bcc2bec9d196d04c5bdf8e4e191e637425c763_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:80ad07e0c4a7044c04490646135edbd388db21439d65f5285bbd20fdc9876f03_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:948224448cb28ac8f19094f8701e0eb07e5f185d136905415992196e09007213_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1da02c6f999c95ecb0920f31c0d82344dc9d2572d7f475f42dc42d8a9081dd44_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2a7bc3f0d04dbce41099b3baab6afc7e3a71c0ae692bec1189d365093245790a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3a8aca3cfe476df607601608dbd217d64292c5d77bc2220656a1a9a3b6668b2f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:75b9a66b716e2179c8c512339bf5f4996d809c1df4ce7b19213a84bd8e743c2f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:53551d526d431b91c405ea569421560279bcbf0196a2d03b1ef584ad7d80a496_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:6bb270e09c96ab51ec55d256a715febe0e6dedc4d5eeaa492987626eca8b32d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:96f0980912b063ef19f816592b2f004837d80d07ca39e9290267c1cb364f3bf6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:dd5951120ca786c6b25e52c3a4004e8e207df7f3f1e78a1c973635af022ee7c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0871b6c16b38a2eda5d1c89fd75079aff0775224307e940557e6fda6ba229f38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3cf3338663b2ac175cb7fbd0d83b6f332b00d6cb683106b7dcbb7b72f91bbbb8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a76d2cd5e2fb20b1a037b8367eba97c33292edddcd92c3f4611347fba34e34e2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:da85d837513755e4f4adb1c51051591bd24c1cbec482bf79956b8fe6a3de725f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7b26569a85b4ef6cadf9670d3472b7c9ab15b109bcda9cb73dcc66e8230df4f4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae9688141370b937a76c44d822a8af2c1e3fcbe326dcf42bde26ff6e989a602f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b01891187defbb444b2849d9a2e3817d86483f010c247b3695a4b91d5b675a9b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:cd35b01de09fbb4518d75811dfbcfd502f376f43a50ee4ce476d9690dfab63a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:4e211caf8c5a933dd82335efdce5e001bdbdcf434e8b5a84834742229fbecd0b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7c9494105d4feeacff779458ecf3cc19b71dead22dd12da207a304d019af2124_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d0468d5af503c22a1bd83fb7ff6d57e299aebc9d9753b8656d463f44bedcf51b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e30865ea7d55b76cb925c7d26c650f0bc70fd9a02d7d59d0fe1a3024426229ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:233b59eac6fca6ccd87ab66f83799a4684116681e840103def6497241e6cfd23_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:4475536f349a0f3ae2229c3dde6c46f55a2ab25b710e3856df420c18098e29f4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:99bb975c02929e0bb7b856b3f86bfc06fd10431267e140f63987fa3d697a67bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cd84996894e29d9234883627e1834217384476b6a4f68a2b6d5d961ca6ef3477_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3783056dc81f68219354963ae4e6879d023b988657eef1372f3610fae312b25c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:38914d7c7178586bf4be1f3f116612a0d97e1dee4a88288182ef1b09c574412b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a9f59df0ef23d82f6521ed0d2df4f525b6a22d01f2bf0f570cf6e8032a7b3b14_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:d589ed11166522b34ef9e63df5f3c76fdda425c9d726b1ffbfafb74b47c08460_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4665e4c56773950fe9da9a8158340f0997544155ded37207a5eadd77dd692743_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5be115966e17263b4d0c18e175019b447e93d9bede06bc87c53b49cd4d22778e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:611c756c064c0163c70bd8f4c72180f308f4fa9eff8b37dc322c229590989c6d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f71086b942e1399a7637de656443023593b70dd12c4667c9d615c5c7920299ca_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:34c0b4f8b1f074db22d5e81e320b1142e073e2d9f25f0dd6c245f647a201fdb2_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:6ca3338215628042782aee2e3bdd7dabce03b38a03b4bfe1ad6d93a666d3caaf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:941e425284a01b806853e6ea05339b5ce52b56d1aea6cd360cd5a22b7bb7b175_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f0e3f8b45691fb21f582077aa69c5f8c7ea2500d16170d14d7edd8593291dbcb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:b8cc4108edfa986930272b15b13a61c9a0041e5ce47d063184ec111fa3ccfc16_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:d8674e1b02678e9be89806c59eeef13352138c7b58f45e0fb513b2138484972a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:2551b49a02f96ba3948e7a47456669d03a0c663a44431e4a615ba16f17e41a79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:96a6495fa5423c74755f90b16c9f7f036ad9d392a7cef288d66066714ba1afef_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6c3161dc88a50c210bc3d8012bae5b6e5bb70c4d862353ddfbaad1ecb9f05fbc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ed6a7048363c48409eed14cb305e8f2437f35f28abce6e7dd7b4bd1ea06aca0a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:08dcdfe78978b0e70e260df4ec206b22f21d7248256e4bbc058b188cd1601d45_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4f99f39e9a6a4fe7fdccbce8a4e6b6517b2f4db3b33b45396dfdb80124c6950b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:00539b70d0ed7bb7fa2c1451b39db3f9a52662e0e1ac7b7d56a9f5b576186c3c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1b27777c55ff94a703b5b86e9bc34f39dae95c998b390874baddb41d1d659208_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:5d11c65fbbaf76c60977d1565b51e9595febe214e14d24043511469f6962ec66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c45d47b1c09d848db11c0e411048b01c10424d13c7ef1763f7ff4114793403a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:0d4054949bf563d74908acb8f7a3473916e84a93c9a7210b901d8b05d17a7513_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:8cfd9c3ff35c35ce150c1ff31a83981d432109d241896aa4ccdf3a91dfdecdf4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:1cf6e70ee2b92520a08d729488b08d8bf409b9784d6592ae61d7c3b97da4a9e8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:44c2c7882a97658a7c27154afe976cc9a4369c5a168551313ce2530410375570_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9163ea4b3eb96fc7706df4523b999333d0f24dd169a54b2ebc885ba1dd51fccf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a8ba786d108a3b2bb5f2524a4a17be6451f495fdc5cacca0c976c310a55a7005_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a27cc3348f05d178fdc90b4eaf3e884a88371f83d02e84266fdfd6324c8096b9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e35c62a0fcebd639016430efea319a3571be216f11c41d17e6dd7c6c8f3937ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70b0e5be749c3b4f016c82409ba4f2559ea72213665592fded48376efc8ae274_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:f54e47721b5c645de6a91fdc65c382f8ffb712b7196070b4f0fa1eadd7afa6a5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:54523efb558477691a414aafd97958098ef05bfd34c2ecf1a576b930bdfaf3fe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cfd9360077ac2629442bad5789a8a51bbf63eeea208ba32187483ddd65a96400_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:46ea425bc4ff842500938163ddf9f23ed4325df9d688fe1484ae3746d60c7b0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fcc8808ed449ee7b0d2656e7efb0f272a41a3cb2e19101055c2f01d1c907fd69_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8908c9b768ba4ea4b7e93b53be6d2da856eb38eefc9bf0bc1264241a8280d00c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b8e08fa72d69de68de37285fe05463e5f1e05ea70566b133650d8a6a0dc7fd05_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:e00fab27633cab0617be1b520c7a89b38025d222b20bed2f4180dfde1d07497f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fd37b4b03f737e90c179662f90f01c29c2a72afa61ae81cc60e065e26040da35_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:19c3bceb1a3e17bbfafd60ea6d16c244590019b2f1cbf91a2cc767fddb74efa4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:203130a848a2e6144934e0005db88a38a6b6f22c5cb6464ffc6a98c1f4ae7ea4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3bf25c89c0d59181fe81a30e33ea1ebec6dec838b2ef99d2c4830c66ddee8a95_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:93156295e2f3a961739c57f6ce7246d22f50f534ba423e9808ffd787bceb33db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b634f3dbaf08fd133813378d67e151d520476705b8f292adeee83687e2768a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6541102984bb49cdefa5b2d494e8ff1b28fab6cc115c555754108f65c7e627f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6dd156dd75638fca33bb1ddfe463a3e54484b8a8c0eb37d0816ee46a90edf237_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a0c61f9d9101a6b192b333d929d42f0430eba249b898afee01823990fff041ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b009966dc7bfe2d53f9ba1c5656576eaba1f81265e8f2edb7a48c2b249bad002_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bdf6a78dd3246d4836a5106991b861efd982fffba6ea2db1e22f42e48c29a509_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d6f6bed7208d2d05d8d93bc0fc47740f970539715c097f6be3a68b37e178ee2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fa889a208ecd0842c823f8482318dafb426c0ba9eaad1c8db889aaa7fbadce44_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:07093043bca0089b3c56d9e5331e68f549541e5661e2a39a260aa534dc9528bd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a73ebdee6a1620c6e1cb3c80a7b67183a6864a417f8815efb41be4fe004042bb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e56f04824f69147ea8bd3c0fc1e6b5c26a38e95c19ee07573ab978e3efe5b495_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ecdf342afcbaa2f13f60c6f931bae5d5e13fe98299f3fb6c8ea9b6364255b403_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7fccb6e19eb4caa16d32f4cf59670c2c741c98b099d1f12368b85aab3f84dc38_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:87759327bc6dc5878b47444c17f6653b5363d86c215c63a236a05e308f0cc830_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b56a763a771c2ca53c8a789f42a4a1e05877cacc669bb983ff15d0909e1437a5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d5e5b0255d2a5e35ac0a19fd6278f1e996c05eebd350a9795f8da20a90e5a36c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:10f2e02396689588a8c752bda0fc37076608541bc2c7c87bb9ce9934a5322f88_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2f3ed134021364ab22aa351e3b8b342b8161961b18b7b073d47417aef21032ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:e155421620a4ac28a759265f53059b75308fdd1491caeba6a9a34d2fbeab4954_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ec647a6c6835e970ddd63c5d946dd72cbe91769b14061f11cdb486f9237b6c59_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:125f97f6647ec4cc82854ac0fcb6ea2d98560c53eb5d6f32133b8b69df598f0b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1faa2081a881db884a86bdfe33fcb6a6af1d14c3e9ee5c44dfe4b09045684e13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:3362c9e73ab0966b6dbfa9f1faa1854feff8e8a93ee884d1984af120b31e3a56_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b42361ada991ef145ed7cfa56a6e2f8849cbb11797c3e84ab798259a9fc50f24_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:102a250fa1868b1b11092bbd44d00bf7a1db231919e20b88897d0b1982576661_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:894367b856ad95beae281a18816b3443021c023121bac74ab345bef75590510a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b695ff422194fd05262480e3bc1af246f9c9212589e7d11f201f799146c8fd4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ad99424448527c960627c241c83012837af97f3687a48b3c1a7791cfcbdf22dd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:047699c5a63593f45e9dd6f9fac0fa636ffc012331ee592891bfb08001bdd963_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:799f9029090c0eb6db1d42616907d4c405b5127a4146f66905366bf275f48e11_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8826482bbdbf0a2d9f799378c31f6ddcac2b3099f0fa60acd32c0cbe7c19ad49_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b71d2a4314b34bdf4164ebe4796b36ba7c8327b316c064450a9b37521a9b3515_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:04f6bddab40520bae715dd9f3eb94edc601ef093c0ae44c0e35415569671819c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:bd8adea550cbbaf16cb9409b31ec8b997320d247f9f30c80608ac1fbf9c7a07e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c2ee30f4e3ec7b765de66b6b39f7a1ec2dc21ea27c489260953bd3b2bf00d84c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:ee6768976d5ed042750aa53b3a52dbb61f748522e389d0ce204d957434d76982_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0ae90d63bfd8c5d349436cdde4879b9e9b7688cbda159a8ef0c3035d4fc68468_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:159840e10307764c82bae9b8c564c7094b8f4d85095ada8da8f5226f5b2852b5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1f8765166728541c216748bd018bc78b56d4825ab25ea2aff00dc2159657c4f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3c5d5c48ee8cae20835d5289ea89404a35896efa3fa0c9bb1d34938e6fe81c6b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1951c5446e7c28e909725dff87d86a8a694d9d0be8d14d3d8381b05a04238cdf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7b8fb1f11df51c131f5be8ddfc1b1c95ac13481f58d2dcd5a465a4a8341c0f49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e03ab066f272792564bbc5417419ae634fe7125c681011e265a7e5a68c7050f2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ed488d09c9a25e1dfbe1ca8c895a561a7b59c5ab7a274d226bb768ff638d1ab9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:1401a3d45911840fc38614b90338b6947b8452601d8096549a275257aa46f293_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3cafefaa62e731d480e2385cde5aa56005c228cadcf643af9860bcf4a621367b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:770db9d2d73ae5dcd359747a232cdfe88988439d79af83a68db2d272b2d5d197_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9aaa9fe683383fd292c15d90e565138aab152edc4129977a525cfc53ebd78893_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:4299c86832609607cf541210da5b49603a1255ecf1821e55ae83314cef55bd52_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:551bf35bbbce1c364d482e9aedd53c597f816517e5bb95192fd8fd5d2e626f88_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9adcf85afec4650d314b57f6abf710eb89fe98dad51bc59d5d61482729289dd2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f2b79e7095306e8edd47f3e1d2b20b8150a61b506a46df7095bcca1bddae3b54_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:42eafa4ca6ab084394b60fba7b07184b77b6b342ffae32b6867f058b508e96cd_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5c8d88010ecd35afc87692bdd3ae1caa678c6b38361b1ea96b32104b5b13736e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9f2b80358f029728d7f4ce46418bb6859d9ea7365de7b6f97a5f549ed6e77471_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ea4fc147389790709cfee364fc743693c07b86d1a60913c0949ee40dd329e6fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:17afc45022541b052772d999e52f5d548b29aa2c9edee17f51f6c401d2eb155b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:490b30bbec721a4fca03ba67a3c65fe14dd232c3d479879166934d10e2a841c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9cc42212fb15c1f3e6a88acaaa4919c9693be3c6099ea849d28855e231dc9e44_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bd4f7240219ca7f98c11cc5d18978e99c4f3a18fb80e43842c7b1aa3741a940c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2431778975829348e271dc9bf123c7a24c81a52537a61414cd17c8436436078b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7ccb01b969567f51f835f0e958e3c515d243b60dfb71e38d34b15de6d05dd994_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b9242e2e5f4671c52e7ce8610ecdfa89f5d3824ac89a9fabedec93ae8d5b60b4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f3e3e85941bb1c598f730642e613322099e247fe00c82942bbf61b2c9b7720c4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2b2960aeaa71d91adfac978f96718518f3251288f8a0289d298f256207ea99ee_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:47c1d88223ffb35bb36a4d2bde736fb3e45f08e204519387e0e52e3e3dc00cfb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:69be6fa285a84391db513a04b0f8ab74d30b91257a393fc06215f32dc00e4e9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:854cb1ef468d88b88c96d0dad49c25dfdef26a3eade8c26ad966e26febc7358c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:13d06502c0f0a3c73f69bf8d0743718f7cfc46e71f4a12916517ad7e9bff17e1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc807112929064290fc27a9cff6fb35c151b21ae8a309316bf0e359eb4ad7c3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e9291f11217f5f346970be6a524fda92069c255a635651989583997b44f3e261_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f442b5091cdf61d59a7bad5673aaa77ccf57930a2b2e94a179007b173d49ed0e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41f9f9437d67a77df14fd73bea9a55dce6a151d3e829d06adf6a4cca0ab0f669_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b959cb65553e3aff316ce884abc7b42e4313ffde89390d8b7755e18c8b019ea7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e1c8b9784a60860a08bd47935f0767b7b7f8f36c5c0adb7623a31b82c01d4c09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f9113e8a252757e26bc6ce434b052147f2cf285afb6071135706d3641df1611e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6dd9324942b3d09b4b9a768f36b47be4e555d947910ee3d115fc5448c95f7399_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1f0d2e5e5f491f0cf9d115ffac8460e76fb2ecfe905adc1ef0e75dbb6dd99ed_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf1e6eaade0b2a65408f666a55c3dd64f81dc366ab82cc9cbbd32d51a6170ec2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:fd6ca7c0e9086481be0bd4c407623af4e6d62de01dd16b877556e3b818f7f8af_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3a3da785b1c68c3c0589e429959a1422d45d7d92f0ddf2a1f2914cf6be292e75_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5a0a3f72007c0e3677bb93a9baffc30d82b8fda0d65dc248a8a236a1329408f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cc03f91dbf08df9907c0ebad30c54a7fa92285b19ec4e440ed762b197378a861_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e12059245006f55cab3164481fa778ec1a44846b422aa13cd59e4279a5f9dee1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0386494d2322e8d0e6eec988cb9f57ef3e4e91bb3c8ac091caf18b600a179b39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2969090e51624a2e7f8ef0f17bea3993eb5d647689c6e1cbe0e34547a6ff6eaa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51b8117e12938db60e7a972f90f7cae176b776d3a94e56428ef440c85672dbda_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e3d21c51712e6e0cdd9c776479f6d1ab55bc1085df5bb5f583e69ee192d11fd3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ef02dbe8f97a7f197e447337209d5b9a39b094c452b53e34ddbe35ec9cf67fe_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9ab8271af1a39ffc70e7d733a87d17b3c92bacaa30f1b684d0d779971ded8ccd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cd019260c7aa2018ad976745ab7ff71deb43fe556a8972e5d6553facd5a65a49_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f01eb0bd0753b888218e4ba3e2e66592744e2c360575fac15d9b6079f2a86e4c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42f9169107d898da6aa80f67edfb98bfade84a34e93521365b4af091ce9f92b7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5c8f4ec08c4ed388b7a78c7e6dab99bdd1a2026418d27a80c8913475c75757c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:af3ed66448314364ba05a0aba0076459ef771630670d6e76e92bb8a83e44a83c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d6a6142fc9210ea156df1bcb747657fe68c57c56c52e73df0daee014ea6d84e3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:82809e1befa215331f9e7f9263ca4c5a9fd86c877a4c79c8691388f5b660b442_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9c784dfa1aa85e05bdffbf6a2dfd72c1ed0ef8f9e3715a37b09ae05b16b01e29_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a2410c4183950551a84c4d56849755087c1c873c9a86ffc3f78aeba765584fda_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e8ae0b5bab647ff989f276cead5f360bcb88c813f181d75dc3106eb5dbde0b39_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4c9838eeaff91d7f0f3c81d57d11af3a0aa8823ab541100f0c5dce2651200660_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ae8504da2cdde248194b594cb1a6731b04280d6114fb540d2255a223a48fc298_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e6f833f3a19a716a06b1ea6b4787794a690a77c7ab75c130da533aaf9d428c66_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f56d01ef06fe016c748e8c87538dea8e9fcc84856eb116bd3597cc8e042e9f0a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0c381750c8da0904cb0ea8696bd67d063cb9120e54f7988f93165ce951e50007_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3f3e2893565fe6061c78339600a4eaa49d485818f484fcd0ccc8baa010b6d826_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:86ae6b3e4d1152193c692d92616c64a2dc085a0a37a2e4be51843298c08788d3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e391fce0b2e04f22fc089597db9e0671ba7f8b5b3a709151b5f33dd23b262144_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1e7ac69aff2f28f6b3cbdb166c7dac7a3490167bcd670cd7057bdde1e1e7684d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:475e358c04d92c10245802b52880219f6b7967505a72855f9bc9b33bd17628cd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:d16424fa647e34349fa402ce100cae5f3713b206f69d6cae36a03e5f7eb4e374_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:ec80d535377fec7d27cbd23002084ae97b847d8fe6ef8f0ff88c960f9f691446_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0100b616991bd8bca68d583e902283aa4cc0d388046437d5d68407190e3fb041_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0da0ee0d54a1624acd043e066a3819fd7a4bdfe02a73321a91fd100599e64f1f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:69ee831e3ac5dbf239025b14e53dd23e2bc902cbf1cfcb2c5d99f1c228e57efc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c582deb37feeeac0551a5893107c5623b2cf3e97bf178fbc3d6b03c143128ea1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:07e0128e9f7e5c2f1d9d0b04d46240ad064fca7064cf2e7c932ba8542d124ea9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:5fbf4751a49a88a89f674e64861e7dcf491cc67cad34719a0bfae8ab0eb100da_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:aacc2698d097e25bf26e35393ef3536f7a240880d0a87f46a2b7ea3c13731d1e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fc3647c4d70cf253f4946fae6072af87545056f541c5dbfa9ce6c77734d77ec1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:56dffbd86bfae06921432678caf184b335bf2fc6ac7ee128f48aee396d57ea55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:786cb35495e9433cfa8a271849c8bdfea14ca6c54af63d9f49a0dca82603b26d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:98c7b3e48d0d32805e8211cdfb3e653b1ed6b2278793fe89837c04a9f443986c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bd4fb9fc797dc15ba60847c5fcf2dd7e4ff90ec01937c24b4a04531bc307f821_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:068ee68a5aab0ca0650a815f7742cbe8a8410a58a13d10d600017dfad100cbf4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:333e6572029953b4c4676076f0991ee6e5c7d28cbe2887c71b1682f19831d8a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:506186c7c4297973e77ce372fcea0eea0388d5db0e0accba6ddc18d8c7680ca3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:cb7111dedf68a51d4656f8b837421c40f0833c12084c2e41382932d555238d6c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3084a7cb2734d03cc752b42ea90e7b8830013afa268c84422c514484ef924c69_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6dd544a8a6b4d08fe0f4fd076109c09cf181302ab6056ec6b2b89d68a52954c5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a8331adecd0a5e43182894a10a71677ddafcf12c12f211e9b7656230c918ab17_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d945852f512d781311dbae8d78e1377a06e8d752deeacc4063bf2b52cbd5baa6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:02a995500ea997486e929548855ee40c68288a4a567cf4112020d0e3b62d10cb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:44aa21f2975c14129581bfdf40e0c2a4138cfe1061946c82257f161065025518_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:664fa1569548d3e75358cc6fa91717249c49ccd909ad09a62ced8b61f3976b5f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f353131d8a1223db7f637c9851016b3a348d80c2b2be663a2db6d01e14ddca88_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:445305216f3ea0977c0f76ee3dd676121f58c29384648a2f64e76e7a1d0ea887_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5d54bd262ca625a326b01ea2bfd33db10a402c05590e6b710b0959712e1bf30b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b95084d4eb2e9c44453f2dc55bf54c25601aa4563bc143e9276d5dff383d65f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb02ec382b9619d25bb892b5afd59efc7d265c7bd7b787e30a976eea7b4f7cd1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0e446723bbab96c4e4662ff058d5eccba72d0c36d26c7b8b3f07183fa49d3ab9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1bdee83651c2e8dcab13f52b03ed670998d481bd3f8f86488760ad04e82bb4e8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:9fb3cb70070ad7c4b3f7581156955397d124268423bf14fc1f0bef47f40b7a7f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:cf67c856a6dbe76c9776f26b62a34f6cedcd62e108931f38f1f2ac15d63261c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:43dea861132154bcb2841a604f7946addd7b1e5b0fe7e25538a6c57e759cd4dd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9617d07f9516a6379b20ba8f01065096ed90a9d76afa5ab45e36bbdc03a10c06_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a90d19460fbc705172df7759a3da394930623c6b6974620b79ffa07bab53c51f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5ec54fe646fe2cd114eaab995524f602dbc99aa374b166a18acbec30c871435_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:32d9191bcae0d38dc540060134626a47eeaa8ef456ee09a6c5d3fbcbbd0cd451_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7269d6e83782e3b5a928c728b5d61198b6053071fcfac3b354ff2776c7c5eba2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9621a8349f227a728571af9c11a8ba1e7bc35c372ac794148f132c498e1f170c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:eb6498725b67e95ad35031022a9c4067cc72922dbea9ea5f7173ccdef2e11daf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3e728217c3f8a21a876600b73c72d90e807f83ce8af03ff6a38cc452e5d48e88_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:859e8a6e1cde5c011db2c542f6fcd8d37bac212976581d75953f463d2c280556_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b328cc111673357f61dbfea432f7b93727a4267df63ff41519c7bd95237d3666_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c53133aeea03421274be7731f5b03c5d29143aaf270bfc67134647e1cee3175d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0833a87e886ca5fec2adbc71655d8fbe4fc2925d2fb14a7cd926d4a79d6ba0ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2003997515f3c4a4eedf7e87d4f6c21a57eed9cffa4e1187a8ea6018b1f85fb4_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:75f54bd17f252279b031acd3509f06cd2b9d418efe1593eabb282ee2f9147141_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:93559e3a79fdb47a054add7a65cb98c1b8da73a542795b28a85c8c52f954cd95_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1935dc068e6fab6154c9361f30ec34459606ca802b3e32875a59eaad23d45599_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:89b6b1510e189c286c3675d32d57dd18d707d731f3e279213290efef0d6f8065_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:95e7647e6fda21b94b692f03908e4cd154e3374fca0560229c646fefe2c46730_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d81ac0615482c04941f2f4e716cf27f32933ca372dfd9ac1edf2c42772522ac6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:1876adbd1d6444a0f00c04182398800871cf59d26d89a0259bb76d1785ef6354_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8c2c8b9dcf7925622da59ae7281922dd1612dd29a2804e5c40eb52e98970d2c8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c8164cc9e16e8be9ea18be73c9df5041af326ed6b3059faff08f76e568cf4dc2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e3348bcb04f2c9bce001994cb406f11a5970d9e0d15e82e5b6f44a19ca42b135_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3b11193c44bcc8230e338c234196925fe952cb8766ae4634a3d41959cbe6ef9e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:8e6e6a997146f438994d1e501e3b51243d6446d054e0b7f57ab8109cb062b380_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c71147789a1399705b03be0ee1e7de89fc403939d36efb56565237e81bee272e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e786e28fbe0b95c4f5723bebc3abde1333b259fd26673716fc5638d88286d8b7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4a19cad091787605e99743d52e73e3aaff720bf2f1aea1c889a28589c83ac89a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:63c5c6b0f955717d9ffa8ab20ad9ab58a443d80405c58a4ada0429f6d3d5fbf7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8ea13b0cbfe9be0d3d7ea80d50e512af6a453921a553c7c79b566530142b611b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c5ceac8d09149b2e204846cde81f9e87b6fba38e00c6fabfc9ce043889645a0a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:29331d2c54945440e2715d0246d997ad20ea76b67411d1acbeb3cfbde5b52ee2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:4c9bfdc66ceaf66bc9b66d332a5579b412cc560200b82793a37996bd1a828734_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9660025e2bde36358f60d15143e8a3a085ca716f5b73f0e6d3ef65286fb4cb09_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:d1782d4a16a24063794a5b7f1d511c0c9422d2a946ac65adc9d408b2963e0d7b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8fff7f10461a43a8ecedb83b3620d8b16936f7cbba840f9a5cafccc7102dd805_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a60c6b58097bb0ced1170dd3a6c88bfc2f05e19755bfef3045a227da15b8ac84_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1d69b5b232aae28996c5ed43d2c24234215902905c4694c5ac72c86ac6736b39_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6cbbb8e2f4020c8d006b00901483ebc2968e06f1ce90cb73215724002a29177f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:81113710e0afc2eca536f9dee5f0fb525b42b6a2a1c2b4c8141c409181243ed3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c985206add4f3f2159d9c16a531d2e52bd47b52e3b58cc66c78337eedb9587c5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:22d4e0100d4860ecbfea3a693e1dbee3803da780cc3adbb22c54398c41b9d05e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:27a620542daa309791058a32d9648ef3f4ed7112a52f7d2abe1de32d000a3d9b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4af8180d1e5a1cd9c0800e58ab9d206ed23c0ab8d772e1457d8c7002f5432cd9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:c784d65851be8f4a512f82b94d946e36f291e1ca49332ec95db7261ad10b2476_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4120e602b26df6f97b93dd035ccbaf7603419fc1505f53a60b04d7d0cff824ce_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:8726f5535666a5212364ad59773e974135b820c6f4210a7be9dabe9d6d5a497d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ab299b63908b76729b260c067f218831ef64c0ad4e0c2c36030ddf0b365048f8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b079e71b94cda1fe2bd7415f10c4b6e3431c0aa6780a2965cc563864ecd0bf96_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:17101cb34459bc9b5eb483f12ca09ff2e626b17a8c10529f6ff801d19523b5d1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5d0a16ac7e433102846b7045d1d7287dab28afce96ca1f057619a24c3437960b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:914c6b5117522525c98560617c07726d91adc1e6336f44e0aea726a3fcb0bfb5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f65258f60d5d17a5cd7536f1aff2d1f352b318e6027e48c826619ce686ea7848_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:2e45fcda9f48e3dfb88619650d2cf25a3618d65909406c1392daa86a0b0b0906_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:333b5d4296161cecde72dded62e02348b02713cccfbb10a278d0803b58702b28_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8fad98bc4b0cd93f399464f668b82b8881938c1d11a70dd4b66d91a7436f29a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d18454f3b49661c052375ef14c9f6ca31589a61abe2f6d23ec0cbf49288b3685_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:009765215dab7918f6db7e0b89257cb2666f722704728d3f973f751300501f57_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1435a805d3433bd5e3b6141ed30055f8b6350e1c56f9f8b3ba4febdbef794cb4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:a6b596bf430dedc60b4a2f53e60063ee69f3211a1d83251104863a80c496dfbf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:af845b43887f34f127025f2d2e2a9c64802fb74548ee670f8ee463de03d2978a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:0ef10533c807e985c1c4a79cbc1fcc7f9c4c47f8e9de95394c2eeb11f19406be_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2c0993e0730d5a50177ab1f52d49de59affb5cb085b7e605f92e3e16a2025ed2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a26b20d3ef7b75aeb05acf9be2702f9d478822c43f679ff578811843692b960c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a4d4fbbacf9daea318ea4a8c362c37b8c7756280b4412be9d30e1027db3bd24e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:32d870af6b3321fd3ada475dbf0da4eebbb106bebd4efd2f4bd2d1ed895cee46_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:44598513b21b1758425792227838b0a976b2930fd77deed69bc7e510c7a42bed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5e8e05a2406f75c74c21ef32d7b9137cf37af909a838f24bb03478333c184bfa_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8729815d028242b26db06f2ff44816d022e0e7eac34b7b8df11d27d938fe057e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1ccf6d7ded0225c9cafb3e448dcdf68543283ca268ee9659e1ef9e5c4e75078a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3391dadcb3627066db6573e2c5169480e3565e62738a36c053ff7cf04436d02c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:45836e9b83eb2557719999a2d656ab65d8c3fc76d1c49e2089554bb00806a613_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8d8553b21651d295a2270514ef06d8a1c2f1847801373bce608ea47a9f343f39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:15ebfdd859de122945f7cf8e41e3b1a6e5e02a463b884e0a3fad2fc583c0f156_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af768b3ba72eb21d29dfca44b62d480ba9a0775a72f46283f0cbfa5a2db0e15b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e45a7281a672f84d53fc76919b0c6371feb68cf1b3ffa17b8f66fc4456e587b5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e70e8d7d2acb6a102c00bcd503ae17b849b0540508560f66c3d00070967fd289_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4b64e7605d4b7472503ba03472931529a380460991e9ca7f99346b7f4b5cc802_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:661734a34dc3126e9653ebf1f7408ee2664c3c5d783865ea3b2ebac565bf81cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e90e658a6cea41dbc60c5f505e79505754af4d8e21a4ec8642017cf2fd05edde_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fc2817e5b16d83dac91d1a274fb93521165953e9bdc28f3073b127eacc5a534e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:16778d01948d8ca7522aa9737c8cd049a7cf81185552fda4773d6473e1809629_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:8bed6766df40c0c172611f3e4555cd20db639eb505b2345abed6d5babdcbb5e3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c7e700f4be4f72557608a1eb824d31e525634df235817bae2f7537cef44a1ddc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:cc9bf05482fc6e6265b99d15af471c07833443e3cf570f98fe9485320a91160f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:003aa53775bd7aa68eb9e6f17b74d0429a7d4b010a18eff475cf04b38e9b493e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4569fa0adbac85f6e0eb3b0fea15b8e54d0c1b47e30d2e4150ebfa1c454af232_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5b5a2718790518f88576a71aa2147861a0d9b18e245ea05d4178ed1a03f60aea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5b9a2e49d40059a937f07610c36d08b25831cb730d339d39fe0092a23484b7e2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af52ecd8e68fd1305cc33e00f7191ce0713ec836c503c6da4641c90e0983ae24_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d5a544e6e442437c1faacc6fe39c128b2d1b614ee14eddc71d4daec6659fa8b3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:709d1e9db0ff0e4cbae288a26ec649c033b3bef43f967348ba467beacb8bb940_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:83402ec46858a4af6aa942398120e625060d1054b01f0153687878ff1bb7cdd5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:f9cac75f10f2d788cbca0d5ee0d86b9cd6306cc4aea3398d4e73d0e0115a06b2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1cd56ff15528043064ca838584925d307a50934c6e6a118fd558c706987c87db_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7fdef6711b75be2dda50a98bc28af265c3d0de8a1dfbc263890f08cc5bc027c3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9cd09c76f15748683e540f57fb78c18e3997fac265de588558d9523cb01af762_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7b02e0e7863575591c8f061856ec92ae63f93f83c18042b3ba7bce18f3939313_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:8a8ff039e8e6da1da63e55150bf9b3d0e7f5bcaf5f14476de279e7e86879306a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:e914b65759662d462bacd6f4e9119396c7b328c3d705981ebefa3fa44d528343_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fa17dd6cab9295064cc00b7d7838776910fffe3d6fa0e5f619a43c6db8ada0cd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:39b63894fac4b3593d329f88bafa14872da758417975ac4e519a470004c01cd7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:4f9bd383efba6e1bcd94b7a665177d408a9d09ed6abc91b7c1f5096cc9c716d7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b318889972c37662382a2905888bb3f1cfd71a433b6afa3504cc12f3c6fa6eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ddca32f42f27e22361c7285694591b0adfec5e6b22ea5e0714152230de4269f8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6299220482f0e3c3f393e5eda761e3fab67e96ddffbf71a7a77408359401533d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d79a89cd2a26411dd32ebe870a3b520a7554e50ff5fc6a6e808c6d066b9a2298_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dd9778efa474673fae38ef8756527a4d8be8b2b9117ed31a2311d7ef6398d38a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:f55ce8e190fe51295ba9c603a0b12cec77133cd6197ad453da97ce16c0490a3b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0e8341548fb734f7d830b3e9789f576a1481011da3c69b9a031dd73060ed1d85_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1c671b9965ce8d5d95823765967a24153723d7873c1f9595791a3d5dd87bf616_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:45df9f1e03139df090148d1d135d83dcac69c16a95c7a75451066823e784c796_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f87f4821bacea3fcb8300e1437a70ac8f59871e9f93d137ecc992ba54f4c6ecc_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2876144218625eb13968b95d331dd3f71280a7dacbe687b71119a5dff99a47a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:e8f36ad2e4bf89a9bb1a66d9760ec91c6ad6702bf799c650454b177cf5e02661_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:23b0e71b138eb4c9e23e073f11974dd0f054d1cb78bc36227497076c0e8c1764_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:2bb5f0a1682720b3071e499962c26d2d4c251f3ea1b8fa251cc3672de8bbc229_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b88e42f7000f64593afa03762f3147c0f9f0cdddd2ad762942ba6ec38198a06_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:be556777383ec5ea2f8f241b4041fe9b4a5d8315f64a39f7381acdf49ba4bb4a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3d1bc6478c932d695a39d9d99a4cef0ed71084e48e30d1cbe2d97fdead890109_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:40e602a3b1bd99d11ffec934c73e4c8e8ddc467fe2bbad87d599f014032517f5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d8161c91d731205f8fd61104da764c5157212beb1c15572139df1924dbaf2f7c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:6354e7d162ca21ff645f85b23efdbffec8881b41f636b635d9dd722fb2695fa7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:855da3c26547421a3d19f55e6f6ec3cacc2d89d854a854076e4d02f241ecb6bc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:9d81d657fdd5847b3967a328a58f541ec829a890b701937bba6bf190ec884db0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:af18c1924bcec23e6ae18a55268803d2a8d1b012152fe3ce225f27833a0cfa73_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:21656ae3e6fcc6356ea9226dedda5a263f7cf26c9cea2f0abcee058b8c742407_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3698e2a155099e47a40d08a6288f6071be4bcf359269e1c0afb136a55d3b9d94_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:49b07f0266e0c2c9f60457d6fbf2b9850396a154435fd74752fb130246b3083e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d6ab8803bac3ebada13e90d9dd6208301b981488277cdeb847c25ff8002f5a30_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5cf0b82b3b281feb5bdbf130c292cadc0f958068bb9b199ae343716f1c06538c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:64a63605d152239b2d79517aa8491e55bd000f0a56a1c0ce018f46c91615d6e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6b11cc744de3c1075dfcc6bba210ba8630c1285dc763e29c2ca92e0a6e93877c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:6b3f0a2d76bb8d59fa0f80a8ea9a5be31b817f609616357d16299e106136508b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4e48ac2c69b06ec640ad1a030f8f362a04a3e9f56a86d7cdfc1fcb3b5153888c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:85e96028782951f12624e1d9d247b60dda409d9a812dd600809618c45ab2fa1e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cc6f78094ef67715b6e53c67909ce27754b45ca8169077269af8705650fbafe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f789fc86f85771671e023e9be500435b1fbcb7aafa009f8c4e6de156ccb97ab3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:03e4d350f807eb47d0c5a0c101db1dad2ccfb6f2ae3471a9c4e1834b469083fe_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:35e6839dd0b0c041b9c8b96be0487aea33181c71b05b4f9637411169c9f4199a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:7a26bac6b099818b6001c8eb82d73918ee017896e9299a189c51ada1000f4fe3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e38c6946a5624a992dc152865350970ca58249cb21df6c944da9968dc41c1109_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5969111957d6c24152ebd937962733d7ee93fcbc52c6b0a56963b5a1c9dc0d15_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:644b47ae9a62b57f0766f45f2b305bab7e5f5dd5de65d95178ea29a83adbcf86_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3afe0837c149f85cc4342abf22348d1edfd3cab0ee47da44574134b3cc185dbf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:56a3eb27754a136e415cdec3caab804cbbfaa9aaede0fb9fae065bcc1a0196e5_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9232c8af8e0ba7a15fabd923feef6dc1d3f7e2a740ef0c277009f348cc0accb4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c4db69fb2ea840583ad3b474521c3877416d9703c9f975b41ad91a70aec580f0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7e8dc30740476e4dd332aa0539af3f9bc12bd6aa72c64e75f5e9e0b8d2620b3e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e55a15f93eedbf7b0e13fea4d3ac9b891453f854d5294a891c1b9a848c6ef54f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:280a1d3ebea4063a3ecd076897fc7bfc0f5b994a68f56ca5f61aadc778f1e9c1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:6118230d5cbfa3823cca0e7dfafae0385bac42a6263945ae144652bfb9b4ef12_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c488d9cdc38eb475a612aeb32d9f7773e3f872d568edd48b7d5f66b76a2e192e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e244ce4887df2622a242a251028398497d178a3025bf7e186baa71d717d53685_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:61909dd359430849c04591218c11cedb8fdf6e4489d0454473810582ce373b1d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:67d1623cf33e4a5ecaa5ec7f1dae3af4e0e0478489b3a628de2062dca1473c7e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7ccd86a40b9f8901dad612623b56cbae1c260160c1d0bd8fbae4ae9e73d21e74_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ebaf06d929ec771d3882b5a8e4ae86816f995d27fa65afcbf29c048a2bb6fc72_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:08bf893d824045af0b68cb4898c2cdcd2d7c9a7c0aa1f8edb3a5a39f0ccf036b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:2b2051f90781bc62840adb0e5a60951231433e23dc381b2c26156775469683c7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:699c950e437c327caffd05eedebe7c6f82f19e899e9e736ab787aecaf9bac072_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:93bf1697031cce06c4e576aa1ba5d8bda7e91b918627ed1d61f8c89a95a111f0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:707500db7f401655e50021f4606293a83292d7dc663772cf30eb96a9ad625bdf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8b33fc26e42a8b4a7b69c94635b01dbd975ff885be7228fd8f86323a592fcecb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:9e96b53e74d1b802c2e63544e4689c9d262e9c996902c6e8a7f3ca34b23fdd50_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:f2ed46b09f78b1c40eb9e6af9209a4e844095b0c57ce404370ccfbdeceea210e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:240701090a5f8e40d4b88fa200cf63dffb11a8e2eae713cf3c629b016c2823b0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:77a1a98a21cdd445c61af995ea508add1582f8cc8a940887c265e2dc335cf217_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d397c7a96aacea416f5db435c36cc61bd57c85e688a6b63d7a062520104a9de5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e09eaebe629254a4f57e9ac5f83ab709fcd8c934e027a1a43d570205886d6516_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:481ab9bc77d5c211db3596838e7e78d433708d295766223689ff01be60facc42_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:7036403b4ab9460482491386c7a920df215fd9a86e9da5034a011eca320e1ca2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a2a6c2aad7bbf903fda4d91b29e2940c5707d533e70b0671194f710472713b8b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a40b41bc3bf8b94d1c45ac663b132301493089c3068e98dc7e0d3915fde9256b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:957899abc8de7f0991851e6895c4530594227825f9c71adcfd359469bbe5188f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:98d2699768903d2e054aef086920f5a14d339a8a23053cb68ec146033b662c10_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:a5349be7d33bb9d7d94718e63db975b1bc65c355bebd77269e5bc1f3affa6892_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:bbf05fdb021442514d6125cfbeec569b15594d5ca88f996f5c97a13fe58e39a0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:af8ad7c28f1cd01b74fcd95eaaf3bf9fa7bbd397ab8d1532f6ed2a46c6ad1abc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f73002387a396d9dfc14afa7ac22c12c4354a1b59b5cfe1700a9b0692a4e2104_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2d2d9f64984ac68b9ea27602982e0c3b95518c46d40e943cff5b3f26995f0d4e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:33270bfb06a8f7cd9d6eae5517f74a53f905b4a59190dab49604b6aa5a670f9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:1f98b001245f7eb8d334deb8c40ae02d5d337223a138eb62c2207a76166c48b6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:7f8b3ec39d4b9a9117b8f79bcae9e7731eb8c49d96c6fffbefbf011323edff57_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e3a293358c5e7c8f13153fc98cb5a779e997dd31f497d4deafc4ecfd0f833ae8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4379021fe63045cc14b52bff805f386a8f2cd6e7dd1f610865952738e1a9ab44_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:75b59dd85933088716cb16850f913a6255ec5bde55c1392f59a5b5f2d11f3f55_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:dacc9761f298bdba26c47083ccba6b6050aab0ca3ad1eacb7cd5c95b1f131cbf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:dacf9ee50a503485566d7a987f231e04adf176c0852c6302bdf0bc4a0fdac0ad_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:548a7b07a9187069e2b5cd50f66cb4a56db437495cad6470920a70341cb710b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61ad680342bcad1460f4255c94490aa3e08ec579714e9b7091a2cd48816a7f62_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0c7b43c868b24bc3021b41795db539ce116907fe765922e5606dd82e7ca8cfd_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:fa28b66298c8b34f2c7b357b012e663e3954cfc7c85aa1e44651a79aeaf8b2a9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3a2ac689e121314cc8fb297e64c5e603db1d5916876abbac3815b343e578f96b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8baecd6a4500b2e21b83a699b8bb1d4eb4edb6e2c09970d31a8d9112c2c0230d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9250bc5d881852654c420b833aa018257e927522e9d8e1b74307dd7b4b0bfc42_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d963c7c8e408edb21d2d85eee1db0fe4395f46df69dec0664f3f9836c77ea7ed_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31d64e12bd1b486fbff24f932eb90d0991f288ab42fa3729fb686f6fb1a3a12d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:35359eae77d7751386f969f79ffa899d95d4af9ebc73429ff5321c3bdc8b6c67_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:68cad1c790fb3b5dd6e4dabae9cd1899552b0f4b5b61451e4f71fca5c5fc75ba_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:cd60ed7fd7955cbac6882fa5e0d7e38bc3c06791950867c3ebcd98679e366f06_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3813d16b41b7c5844562faadc6d72e788ad612ecd14218a511e3ac4fbf68b4fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:6fede6672fe85cfd09592a8662b18db4e0b4f0794655febbba7190e9e30f475c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:71972d1c403ce0380f8c579da1a6ddf56d5a6aeff7f711fd6f5efcc49dfa01c9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:aaa92509b71c898caed43ac2b5d3b3fc44fff333855789eb1d7df15f08e91ea3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:583e1fc8e2153750cb82fb979286fe2b78e937f01a21753556b935737333890a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8312f577bec837b4be7057f728c3a3c265a7edcdcc31133b69335905d537f2be_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bbe162375a11ed3810a1081c30dd400f461f2421d5f1e27d8792048bbd216956_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d35c6ed4b93aef162df955ca750277ecd1d9469b713bb9a511669147a5b46e33_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3678d30cf1504f94fa97afb735317fa7335984133c68a4500d49735f28412312_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:83c7c5507378c169941b9e2452c77f40778adc76e5983fa2ff394056bed5d78f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c626150f07ba75062856d06674f8c419ae002930de38821811236c2445f1c1b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e226d545f885b4380928e9bbbc0804267ec45a85a5028b304f579afdd26f8c3e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8a10e4d7343e563ffe42c9181bbbc9dfd687744c94e125be639026f595e462a3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a53b0253f537d2d04a2665ad24a169f07fe8268ea662cebd3368a2045e586914_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f27fd0404deb58aad573fe174a675889a7fba84fc5cb916ef702c89f1b51c724_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:fe683caef773a1963fc13f96afe58892563ea9921db8ac39369e3a9a05ea7181_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:60e6e4080a8c39326a9a09c7e3def79cdbedd3c178dc301609d3d8e67007e0da_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:67d61d27aa46f8c1f49f2f691ebeec6a8465c1506c83e876415fcf6be19c2d77_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e1d93d28a1107734216ecbfac1bdbeb688c21a50fdee28f7a1742013e2c8c129_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f74b7312ebbffb5dfae17070ddcb798440a801a40a6797442779a5fa0b650e9f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:15c5e645edf257a08c061ad9ae7dab4293104a042b8396181d76dd28f396cebe_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:27978322fa73148af7670efebefad1175166acf9a127ea881149603534034fea_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d214c12c98c1c95fff59a40d7529d29db15dfd6e3ee12b32d178888c2992a4b8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d4a1f1b3de1606844a597602508eee8024e34e5f2ece04852602b4f0718d5f39_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1794986bda8e564f5dcb1bd4b385f8ec43899bdc981cab2f72f6914d02094275_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:75b78aa7b834f6ae099b76db9be71ae5391ae79ecba4e6b88dd5777a004d7064_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8797eac9a0a1012640bd8d2a04469760246c27b0ba73a18d7a9027693eedb7d5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:df623c15a78ca969fb8ad134bde911c2047bf82b50244ee8e523763b6587e072_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05f9496cb181c53eb12a46e8f258333f87a54b703412f2f0717e361d4d1e9409_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4ab28f40d1b15cc2ef0ad2f041770ddc69bec7c151ed128e6065dd1c722690e7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:858152628388d9e146897a7a373713f74ef204bb937d935995e8721dd3c6140a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98a949efb0c81c5c5968e069c9b6a518b3b6afbaf4e75cae5eb207554b06c2db_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:5c38d58b62290b59d0182b50ce3cfd87fbb7729f3ce6fc06ffa46d9805c7dd78_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b49f8648e81dfa19ba4a05cd0f0f40d67eea325821b3e6bfd7825783955a0f5f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d966d36d2a008aadd39a289ad8eb427350a2940518f800158cbef89414588f9b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ec1e69a505e7c80c680f442000a32ffe9b1af694d810ca5582092ffe6dfac254_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:41fae1a5e5e4a0b5502c3adf571c9b0fc33ee2cfaec493e8153178bc64436d2c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:80531a0fe966e1cc0582c581951b09a7a4e42037c106748c44859110361b2c1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9b3bfe91fc01c7e3dd7f50da66aaf2b879a450901f1c73f84d021e69a5576342_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e38f330016b2e81eca6f69397ad57a5d0348f2d2f2c3522307b35aadf8b5ddb9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:525b23eadc757450747d893874b77ec666fe15f329f0ee40e4b04571240c5e1f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5f459bbc953c9460f2166b782dfc3be213709521d5109b52d428a560ad05aa46_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5f83dd9b2d73733b7972a43e3e152614dd4e87926f4bdc7a10a2f292ae771276_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a913cef121c9a6c3ddc57b01fc807bb042e5a903489c05f99e6e2da9e6ec0b98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:7055ad7af6f2763c0f9a1a6ac6f24fa4dc2ba312cc9b0805ae0a06187cecc89a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:a120d08d454a9112a7f31a9da6627e788406726fe1c035bd70c180eda14f37d8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:161ad6696b6d7e64bd2fa9ecf35a337e1510361af64ef4f6b8482d1f2c87d864_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9d28e4ba3e1edbd660f9a0fbfe4f0d990fd3e03d9589548acab5416ffbe17e00_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aec827e9517e79a99451685f94adbb7a4ad776367652958ca004075fd982d69e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:cf24751d6b6d66fcfc26aa8e0f94a4248a3edab6dbfe3fe9651a90b6b4d92192_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:78da28b1bb83150be79dce517585380c81a778f59489052aaa3ac0a71506a052_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:88b0549c1ff942159d48cb2da2681cd727d3b4e9b18964a7a7fc5cc51890ecf3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8c4c2f467bab09a9b40d1ecf1c8723ff9544eb8903918c6dd3cfb0060cd5da82_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ca12eb74b51e1d5205a322884b88c8efd900ea567d8585eb655df8060a72a7ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0b4672982b3ab346f6a22832e4bc73e8f5a2e42dd7673266c3c9a7dc563e5167_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2969828f1fcae82b7ef16d3588046ace3cf51b9ea578658c42475386e0ee1fc7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:58c5b3a8ca2791474b4a92c43090bd44085e08e1a9dd8c65b3436a910be41a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:aa005faff536d4390dffec3bc457a4f20010f70a17411d185b2c1c6c97b663d7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3bb3c46533b24f1a6a6669117dc888ed8f0c7ae56b34068a4ff2052335e34c4e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4f9a68a87323bb2263ed303e3fde605101d955c86c4476baacb43a8c9b74a47c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8bc73e26c8f8fd634a32c3faabd2d87385947f74ec3907189760c565e91e7519_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c0abc19c0d20438799cd30ca25a5c3459f1be7cec680d64fe1db22087a20688b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1840c1e925794e4f05dc6fdb3fa9b660c16d3a96e4a5299b427ca19bcdc3e7ca_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2238d41551f6e4f6e5b6f9e1d718b7bb2a7205e188ab54de967a794a6d270f05_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ae30b3ab740f21c451d0272bceacb99fa34d22bbf2ea22f1e1e18230a156104b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:bd2933bc337a590b443394a8e0e46be3b6ffdcfd006344534281f0520fe2facc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5043634a40e7f9d541c57c28ae82902ccc4a906d4e056c36f55322e6bad59705_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:71360db1f3a4ad29ea21c8fc43a5ace3c714908e9db2fcd24b399cb7086ac311_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b41a8ae60c0eafa4a13e6dcd0e79ba63b0d7bd2bdc28aaed434b3bef98a5dc95_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e224a02ca283984387d514861d34711f5fe9146a33f1aa4ad9f9158260e226a0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5137d9c1d64fb22e3b2562c5eb2ebbda136ba77ffccc6b9f401ff7e0dbd7ac52_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ae4b76786960056dea05371c3148d40f624bfd4ca4e314d83c330fc5d4dc9f3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7e61ea6fa0abe887217ee126701d71f7f4307c46225f8592d5cd1dffe62428ec_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:f122c11c2f6a10ca150b136f7291d2e135b3a182d67809aa49727da289787cee_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f08586dd67c2d3d21053a044138f1bbedceb0847f1af8c3aa76127d86135a58_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6ade6ae0f25bbd0118a7530d4447b9ed17058e4f9daa871a226125ef5ced3192_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9f4ebe4007be3988112fb00dc8f711930f3ffa1cc9bb60aafb9842694b7ad04d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a944b6da606cd0a5845f9cdd307445b8baa6343078c1698e9dd48d5d30df6260_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:770e169283c6dc690b2e5ad6560c43ace5897760f45ba4e0cbf006a75def23b1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8b61ee2b7a6814324bdf1fbf6c5c72b994b9b0069a85e1f92a0cc9fc2633bd93_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a000b455663f871d2c08877974c63f3d0a3f494a44bffe0b143301d97a2bcd4a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:f59a52f0304427bf2b814e616bc0675dbf800d94fbb7107026d976a5c77bd6ac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518db4df4846950212845f7b1a78803ca297a5fdce2d1e09a3ca0d9b48f039b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4040654f77bc137b99afdd6aabdd47a314bdbe1794f931ec2dc9b7d2337111ac_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e503dc23e8e6a2988adc1a8e109401358217ca17ac8ac523bfd669e5a3504055_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f1fc49b7b09dfd1ed67cbec6138650de4e29228b2cd16d1bf94a6d305122962e_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1267a95b647ac530955099ac9bf8a2510e1b151628992e71b502a10ffd79c37b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39516d2dafdcde7dba1a531b909c6495d54d5e44bccf8c3fbdbecde8ae689201_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:69ad8c7b14b26b771bd20dd9a6d3eef52a3c5954b94becd42c1d1f2cdd1f9bb8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ff4b691a98453ddf2c1dd80a6e7f8f557474f358a6270a6b4bfa676b7cff5e39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c0bbfb74cc437ec2fb4bf9353b8caec1c941939bf38991bef916b2fb156cb70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:96c7847d759b62b52ca65856bbe6d1c25e49f9ee9333d2364b2a5f8bc69c46b6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ca88f406b57deca5600c7753cc0d64279a4e9b030b0081b85eeb87a93a8dc5a4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:db209a1b80ab7b1e6183361f0fb98147afb983607906c30f82027d3bd0251d76_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dfc75b5189f731217fbe7068ad92322052693a962fe798bf0a5f1a67fb38c899_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e442a9e8be5d749d694409c6588126eae0938deb8ba7ee9ad201cd56a600bd11_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:eb3ab7be1af1e0118f4dc015d4091b7587b3515c5b970495b60b407ce8acae63_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ffa7ba153e3b857d714843fab966cf5fa4789f000aa7044562dc37647962738f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2f29c6007abb7084880e408947a9c8ed602603bf0e766e076adf700979cd40d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7d8e3e51ce3be568a9fe7a145d443e9223bd161cae7ecff0c2ffd2a9fb40d837_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cc51710a07f6a46a72c7802009f13f26aa351caaa4adaebc0d4983c3601e8a2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f2c600e3161e493dad43a984808f70b880d37964e3eac08c1bc00a297d23ba1c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4253559bc4e21c1177de09c223d9304a80438fa2f38c39e720e17e1b993cb746_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a95180c5a4d2713fcdb002fb2879c9df206d1b05e5ba1379189c8ca4825b7866_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ad0eb0b006e9297f5bc0f907f18e2227a7ca646710c6831c1439799cc97b8b20_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dab7a82d88f90f1ef4ac307b16132d4d573a4fa9080acc3272ca084613bd902a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:31e1e6592359d6a681a2575484ae93896983eb644a94e27d2eebeb579880c7f6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7a6675a0c03a88df6a0737032529308d1f3ba950221e5041084189a6fe95f22e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:9e23fb1c99e6496bde42a13dfe236b060662b908ea30ee8d45c99c5ae447c493_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aca57c8abaa83b2d1dce95fa7fe5b9416be70e100957ce48f212e2ec404387bc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:18bf4a07ec975ed90d11a29f4ef82d75d68db396ded31c8317300699eca7ad90_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3e68d4ea67cb9c838d6730a1039ea23b875a8ecbab2b4d76375d6df245339e41_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0ab8409b78d9ea94b865fc9ba95bd36bdf1d648ec7ce6cc179226b28fe901d7_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ce0723f310f2351f67d486c97f7ce8ec8585dd6e9c7e3e86f62f5424e16723d5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:04f4d72f5b89a5f05142f1759f85a3a185cb30fcf3b4677285a76a67c08db690_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e5b6b8ee694f3fd3cb9494b50110abbf01839036c632aece1719d091d844fec_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d1cbd36f2d83a55cb00336de1e56e111dfba439b4d864dbe4554614c6a0fd13b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:fdc51db9f37982f80027e97083225e40df86cfd7581f4231f6d6ab1567569c2a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:08d8cc1fa836edc87c3ed701c7af174ddb9dc72b4d57a13cb245275a333454c7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:1593b6aac7bb18c1bbb5d41693e8b8c7f0c0410fcc09e15de52d8bd53e356541_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d3c3f32d31a6175193ccb470f72186c6b0e17375de54e4cec66207f42bad0ab0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e8bd0323ef70a1304aba2dc54cbf26b72a24e8c064a9f3d4806827a1e414e252_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7d7e306ec16e50a8b5b527a78fdb62e8583866c2c0cf91b3befc8646e51deaa8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ce32ae8e1e42da3e4e2440a721704db7039e66b8c1fdaebaa42cf8706f43d9e1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:288324251d8152a4370b64afc0626097649087d8cf38be8ac0dc8cd02fbd291c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:83710056331ab52acd9dcb899d247c863c1728ca2730ddb4fd69de5d8cbb8709_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:9ce51f750a68023df9323fd15a7eaeb1472e9b8701c7ef413869d3febbb73459_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a610e82e2f124e3a5daeb2d2c1fb056e2c7bfac89afe8556431888339b9ba0d8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:3dd74e170726d29f6fe0508c03f7410598d8fd7d37b6e60a76376953ccd8de55_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ff84e7b914e4318aca775db8601d5b04ed6eb240d4d116f6505e04cb947c4a3c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0d482c0690409199b30cdc163256b0e0990ac4b813823692f90c604c59d6835d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:abf98e8b78df5cf21c9da051db2827b8c9081cf3ea201bf9017a5d9548dbc73e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:e52cd61f4e17bcd141c936fbcd3af6cfe1ce310278f3fee66b55cd155eb966a9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ef489ba496eb6f6e25acc7977ec8c21b5aff7a834ec28b29b104f83b7608eafc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0f3441a346aaba5b0eb37cfce2eab3af4eadf1a8e13a71ff976d18f32559435d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2247f41471839daf79124e6b185f25504a1ecabe7083fd2f071c4dd89db77a19_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2265090801a065c68ae424911c1619ae9be65eca3d16e984c1596cbfdf6ec379_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f22dd40cd10354e3512d2065a8dd8c9dcb995ea487c0f661f172c527509123fc_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:41a68d7d56728c92023a9ef71acb311c1b7c961c0d4b90ff3f0e33fd7afa8b17_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52b48949ab94de75cc88f783d9255abcb589fef9e84366e77e13345391ab903a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:52ba78768a24efe94f7f95fe5bdd3c6156919979d5882682e06ae4a8a8d3fb4a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7ab1dfcb2a4e53dbb3cdc653c7f3f0f03bdce8487d43cc6626c75f8495bfbd71_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4602b62da727470a62e3aad71502b0495d6f809f4e4a1903980e7c99d8a411bc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:98ae20e6655d2d48c0b807763171b7e88b17d5887e43194e19b92078cbc7db84_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a64a70eb2fef4095ba241021e37c52034c067c57121d6c588f8c7fd3dc24b55f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a9f2b0a20a84bb8597c27bec675309451044172db89e0907542892d3974fa0b8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:99ad83497ea12819957ccba33c807c6e4c5297621db568e5635202cb9cc69f8f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bc0f0a94b11a840b808eb9ddfa9e7e91885f8fa5212c6436fda9a7e3b633b111_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e3b1e6ffc8764fc92f07b3c1069889d20524d2aca0c4f9e124d0290cf322f4b5_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f86b12d1cbbeb92f39074e67841709b7948a8a78dcae47e49008faeaf4245fcb_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:19c3c8392b72ccf9a518d1d60fab0fd1e58a05b544caa79eb11bb68f00981d9d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64d80730aa52ceef2cfcdc0c414b5108832fe23134c09fc52998becdc48aa7b8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d7ff281aaf92d1eae3e78e7505dbd192f728b591c0af391ac2bf4b7b82f2ff24_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dc361b3ec23619c49e53fbab4f36bcdf66d791ef5926025d4fcdf448e378e404_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:513feed9bdea8c02802d16c35863d47a1f20c3e8562d6a2a179a47e844749666_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:58de637f3e6e5e81a1954b602ecf35fb24dc01c92d9b723e13d980d708b37b2a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:da8ad4428510f98b74e4f23fddd762afaeb272a2bd1c77148d9c4f2683b54763_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e4d0e747f55d3f773a63180bc4e4820ee5f17efbd45eb1dac9167fbc7520650e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0d5ead6bea9804224d0fa04208c0c278245c2a80c5881a0c0a7aab67d17c830f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5abe992def861ec075251ae17bbd66fa23bd05bd3701953c0fdcf68a8d161f1e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7f96d44bae01473c9ab16031f7b07a2d22412a290013ca26f6359af073c90c1a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ddc8c89a4f85c3549945307f1860ad8c8e5baa9d46363ab6cdba0085a1461b9a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:31981eccb64a5aaba6f63f2ac4e4cd4c850ce247fc9fc0b82a4818c83aae5d40_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7cea5b1e66573e1b0ef30aab6202def849867805ddfa35cf4e4a5455ad4defe1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9266e1b01adedd4027a95dfec6d57e39ea42df85ecf000565b8c6eb45ad05490_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9899b0f08b1202d149e16f09616ee7b8f37e3cda642386d93a6d3f63d72a316b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1b37c527eeeb1d60bd505d612c779f523399916c40418bdd805c60b66e3774f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5a261510ba798b5e5fdfdf452c96d96e411a337da984f3902ebdd3147160a550_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c860045f496eb011a7dd788508c28be228f796bdf97986b632007fb8fe6b0c49_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:fca73fd7a3399b95dcc3102a77d81965faacc73e75c162a1e3b1567470444322_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4d0b15f61491ea50a1edad84f7479cbff8d2331a3ed68eef30df667bf901c334_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:86d47b2746de823e60068255722d2c0f1ff9d327b2865071a4f2f1e08b1f4ee9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:96ce27c20214b8caa64b859e7078fb8325a5e0f88a5dbae182421194f068b7a8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e6817d8ed7a89fed106450662400add9afe9c359860a95a8498fe3d121287511_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6ddbdd6c170fe946a41c854057c7a7ecd5dc32e8c852a95f02dc9fcb7f0e1b8f_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:725b61c6809ebfbba6be5fdbf5330d671d618203f7928a16efbd89d5c0fbfd0c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a09f8266c30666748e723643797aab1ac8ac1752c881bfd363e9bdcc6d249cbf_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ffa02bd6af0b44d4955aba57f727e13671f503393926be6d8965e31dcfcd6e3c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:a5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:e40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:c2a6a8827b1441a27cd6b29cf39c6e6c2192da257a1d38f96cb81b2cc75175d6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:d1977054e52a6bc368e4c9dd256c22e1f12c4597503ee6431c7e65e60c670a2b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:a5dd49c88c7a2214ce16e99ef9837adcf0471e938793880f9f337d9a9431b79d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:e40c4396a04373eb38c18fb54dcce637ee1d8e71a3ecb877e73f37a44e6aa3b2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3fb40f87d68dba42b6064e3f46436649422174bdf900788a4d0068cb5679310c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:08f673ee7702801a2229a13c2ef383556976503890054fbd4f87472aa7a1fab3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:78a661da4ae8a60d61f932cb632bc81255e85ad2c5186d130cce3d8a186c992b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a79394247657bf440e71b0ebff47026d760c71b1b03510019b3c519de7253c79_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:bc47b3d4e3bc5b1b9b8cf11eb1093c3b146255afbae49e3ef7d77cbcaf8d63d3_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f95cab023a7c77837be0de1481cbf1809fc5e2397f68001ac515d3195b0da1f7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:059265b72f841516e2152ad96e660e7603aa31d267c0f6f8f7fca3bef4b39ae8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:09fecc36f19b8a5e70c3dd56db339dba4f36295297c18ffe9c9d255a824f0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1a69a94e11b71a12847b733e9744b1dc8adb6c93071332f11e9784b8bffc3de7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7db1d32435fe5be23bbadd5b7eec1d1a2cf78c95e97c108315185a2077fddc99_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload"
}
]
}
RHSA-2026:0425
Vulnerability from csaf_redhat - Published: 2026-01-12 03:43 - Updated: 2026-02-04 07:51Notes
{
"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": "An update for runc is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\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": "The runC tool is a lightweight, portable implementation of the Open Container Format (OCF) that provides container runtime.\n\nSecurity Fix(es):\n\n* runc: container escape via \u0027masked path\u0027 abuse due to mount race conditions (CVE-2025-31133)\n\n* runc: container escape with malicious config due to /dev/console mount and related races (CVE-2025-52565)\n\n* runc: container escape and denial of service due to arbitrary write gadgets and procfs write redirects (CVE-2025-52881)\n\n* github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload (CVE-2025-65637)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"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:0425",
"url": "https://access.redhat.com/errata/RHSA-2026:0425"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2404705",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404705"
},
{
"category": "external",
"summary": "2404708",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404708"
},
{
"category": "external",
"summary": "2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "2418900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_0425.json"
}
],
"title": "Red Hat Security Advisory: runc security update",
"tracking": {
"current_release_date": "2026-02-04T07:51:07+00:00",
"generator": {
"date": "2026-02-04T07:51:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2026:0425",
"initial_release_date": "2026-01-12T03:43:04+00:00",
"revision_history": [
{
"date": "2026-01-12T03:43:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-12T03:43:04+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-04T07:51:07+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.2.9-1.el9_4.src",
"product": {
"name": "runc-4:1.2.9-1.el9_4.src",
"product_id": "runc-4:1.2.9-1.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-1.el9_4?arch=src\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.2.9-1.el9_4.aarch64",
"product": {
"name": "runc-4:1.2.9-1.el9_4.aarch64",
"product_id": "runc-4:1.2.9-1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-1.el9_4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-1.el9_4.aarch64",
"product": {
"name": "runc-debugsource-4:1.2.9-1.el9_4.aarch64",
"product_id": "runc-debugsource-4:1.2.9-1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-1.el9_4?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-1.el9_4.aarch64",
"product": {
"name": "runc-debuginfo-4:1.2.9-1.el9_4.aarch64",
"product_id": "runc-debuginfo-4:1.2.9-1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-1.el9_4?arch=aarch64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.2.9-1.el9_4.ppc64le",
"product": {
"name": "runc-4:1.2.9-1.el9_4.ppc64le",
"product_id": "runc-4:1.2.9-1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-1.el9_4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-1.el9_4.ppc64le",
"product": {
"name": "runc-debugsource-4:1.2.9-1.el9_4.ppc64le",
"product_id": "runc-debugsource-4:1.2.9-1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-1.el9_4?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-1.el9_4.ppc64le",
"product": {
"name": "runc-debuginfo-4:1.2.9-1.el9_4.ppc64le",
"product_id": "runc-debuginfo-4:1.2.9-1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-1.el9_4?arch=ppc64le\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.2.9-1.el9_4.x86_64",
"product": {
"name": "runc-4:1.2.9-1.el9_4.x86_64",
"product_id": "runc-4:1.2.9-1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-1.el9_4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-1.el9_4.x86_64",
"product": {
"name": "runc-debugsource-4:1.2.9-1.el9_4.x86_64",
"product_id": "runc-debugsource-4:1.2.9-1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-1.el9_4?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-1.el9_4.x86_64",
"product": {
"name": "runc-debuginfo-4:1.2.9-1.el9_4.x86_64",
"product_id": "runc-debuginfo-4:1.2.9-1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-1.el9_4?arch=x86_64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.2.9-1.el9_4.s390x",
"product": {
"name": "runc-4:1.2.9-1.el9_4.s390x",
"product_id": "runc-4:1.2.9-1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-1.el9_4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-1.el9_4.s390x",
"product": {
"name": "runc-debugsource-4:1.2.9-1.el9_4.s390x",
"product_id": "runc-debugsource-4:1.2.9-1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-1.el9_4?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-1.el9_4.s390x",
"product": {
"name": "runc-debuginfo-4:1.2.9-1.el9_4.s390x",
"product_id": "runc-debuginfo-4:1.2.9-1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-1.el9_4?arch=s390x\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.aarch64"
},
"product_reference": "runc-4:1.2.9-1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.ppc64le"
},
"product_reference": "runc-4:1.2.9-1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.s390x"
},
"product_reference": "runc-4:1.2.9-1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-1.el9_4.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.src"
},
"product_reference": "runc-4:1.2.9-1.el9_4.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.x86_64"
},
"product_reference": "runc-4:1.2.9-1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.aarch64"
},
"product_reference": "runc-debuginfo-4:1.2.9-1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.ppc64le"
},
"product_reference": "runc-debuginfo-4:1.2.9-1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.s390x"
},
"product_reference": "runc-debuginfo-4:1.2.9-1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.x86_64"
},
"product_reference": "runc-debuginfo-4:1.2.9-1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.aarch64"
},
"product_reference": "runc-debugsource-4:1.2.9-1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.ppc64le"
},
"product_reference": "runc-debugsource-4:1.2.9-1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.s390x"
},
"product_reference": "runc-debugsource-4:1.2.9-1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.x86_64"
},
"product_reference": "runc-debugsource-4:1.2.9-1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-31133",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:17:18.235000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404705"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This flaw exploits an issue with how masked paths are implementedin runc. When masking files, runc will bind-mount the container\u0027s /dev/null inode on top of the file. However, if an attacker can replace /dev/null with a symlink to some other procfs file, runc will instead bind-mount the symlink target read-write.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: container escape via \u0027masked path\u0027 abuse due to mount race conditions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"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": [
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-31133"
},
{
"category": "external",
"summary": "RHBZ#2404705",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404705"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-31133",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-31133"
}
],
"release_date": "2025-11-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-12T03:43:04+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0425"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using user namespaces, with the host root user not mapped into the container\u0027s namespace. procfs file permissions are managed using Unix\nDAC and thus user namespaces stop a container process from being able to write to them.\n\n* Not running as a root user in the container (this includes disabling setuid binaries with noNewPrivileges). As above, procfs file permissions are managed using Unix DAC and thus non-root users cannot write to them.\n\n* Depending on the maskedPath configuration (the default configuratio nonly masks paths in /proc and /sys), using an AppArmor that blocks unexpectedwrites to any maskedPaths (as is the case with the defaultprofile used by Docker and Podman) will block attempts to exploit this issue. However, CVE-2025-52881 allows an attacker to bypass LSMlabels, and so this mitigation is not helpful when considered incombination with CVE-2025-52881.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: container escape via \u0027masked path\u0027 abuse due to mount race conditions"
},
{
"cve": "CVE-2025-52565",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.653000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404708"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. CVE-2025-52565 is very similar in concept and application toCVE-2025-31133, except that it exploits a flaw in /dev/console\nbind-mounts. When creating the /dev/console bind-mount (to /dev/pts/$n), if an attacker replaces /dev/pts/$n with a symlink then runc will bind-mount the symlink target over /dev/console.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: container escape with malicious config due to /dev/console mount and related races",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"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": [
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52565"
},
{
"category": "external",
"summary": "RHBZ#2404708",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404708"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52565",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52565"
}
],
"release_date": "2025-11-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-12T03:43:04+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0425"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using user namespaces, with the host root user not mapped into the container\u0027s namespace. procfs file permissions are managed using Unix DAC and thus user namespaces stop a container process from being able to write to them.\n* Not running as a root user in the container (this includes disabling setuid binaries with noNewPrivileges). As above, procfs file permissions are managed using Unix DAC and thus non-root users cannot write to them.\n* The default SELinux policy should mitigate this issue, as the /dev/console bind-mount does not re-label the mount and so the container process should not be able to write to unsafe procfs files. However, CVE-2025-52881 allows an attacker to bypass LSM labels, and so this mitigation is not helpful when considered in combination with CVE-2025-52881.\n* The default AppArmor profile used by most runtimes will NOT help mitigate this issue, as /dev/console access is permitted. You could create a custom profile that blocks access to /dev/console, but such a profile might break regular containers. In addition, CVE-2025-52881 allows an attacker to bypass LSM labels, and so that mitigation is not helpful when considered in combination with CVE-2025-52881.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: container escape with malicious config due to /dev/console mount and related races"
},
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"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": [
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-12T03:43:04+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0425"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"cve": "CVE-2025-65637",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-12-04T19:00:54.313916+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418900"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go\u2019s internal bufio.Scanner, the read operation fails with a \u201ctoken too long\u201d error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is categorized as Moderate because its impact is limited to the logging subsystem and requires a specific, non-default usage pattern to trigger\u2014namely, sending a single unbounded line exceeding 64KB through Entry.Writer(). Most Logrus deployments do not expose this interface directly to attacker-controlled input, which raises the attack complexity and reduces realistic exploitability. Additionally, the flaw does not affect confidentiality or integrity, nor does it allow code execution or privilege escalation. The failure results in a controlled degradation of availability (logging becoming non-functional), rather than a broader application outage or systemic compromise. These constrained conditions and limited real-world impact justify treating the issue as moderate rather than important.",
"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": [
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "RHBZ#2418900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc",
"url": "https://github.com/mjuanxd/logrus-dos-poc"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md",
"url": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/issues/1370",
"url": "https://github.com/sirupsen/logrus/issues/1370"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/pull/1376",
"url": "https://github.com/sirupsen/logrus/pull/1376"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391",
"url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391"
}
],
"release_date": "2025-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-12T03:43:04+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0425"
},
{
"category": "workaround",
"details": "Mitigation is either unavailable or does not meet Red Hat Product Security standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.x86_64"
]
}
],
"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": [
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload"
}
]
}
RHSA-2026:0715
Vulnerability from csaf_redhat - Published: 2026-01-22 18:11 - Updated: 2026-02-04 07:51Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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.17.47 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.17.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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.17.47. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:0701\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.17/html/release_notes/\n\nSecurity Fix(es):\n\n* github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload (CVE-2025-65637)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.17 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.17/html-single/updating_clusters/index#updating-cluster-cli.",
"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:0715",
"url": "https://access.redhat.com/errata/RHSA-2026:0715"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65637",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"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_0715.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.17.47 bug fix and security update",
"tracking": {
"current_release_date": "2026-02-04T07:51:07+00:00",
"generator": {
"date": "2026-02-04T07:51:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2026:0715",
"initial_release_date": "2026-01-22T18:11:18+00:00",
"revision_history": [
{
"date": "2026-01-22T18:11:18+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-22T18:12:00+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-04T07:51:07+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.17",
"product": {
"name": "Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.17::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f22278253c5ea6533c9406f2101a1a2bb006f281f59405ac45b23c8ecf9a2699_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f22278253c5ea6533c9406f2101a1a2bb006f281f59405ac45b23c8ecf9a2699_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f22278253c5ea6533c9406f2101a1a2bb006f281f59405ac45b23c8ecf9a2699_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Af22278253c5ea6533c9406f2101a1a2bb006f281f59405ac45b23c8ecf9a2699?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:93dd5b790e4b967dad69b0d6493e452b2bad83f97277b5c273cd739a25df5482_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:93dd5b790e4b967dad69b0d6493e452b2bad83f97277b5c273cd739a25df5482_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:93dd5b790e4b967dad69b0d6493e452b2bad83f97277b5c273cd739a25df5482_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A93dd5b790e4b967dad69b0d6493e452b2bad83f97277b5c273cd739a25df5482?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6bba0fdbe83a3346cf335f104dbcfa89d6e130c71ebb57edb8b762a86384c240_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6bba0fdbe83a3346cf335f104dbcfa89d6e130c71ebb57edb8b762a86384c240_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6bba0fdbe83a3346cf335f104dbcfa89d6e130c71ebb57edb8b762a86384c240_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A6bba0fdbe83a3346cf335f104dbcfa89d6e130c71ebb57edb8b762a86384c240?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768296019"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a78e70137b43ed821e6034893803916a0a3f2e85c8a778318e7b59069a62a741_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a78e70137b43ed821e6034893803916a0a3f2e85c8a778318e7b59069a62a741_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a78e70137b43ed821e6034893803916a0a3f2e85c8a778318e7b59069a62a741_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3Aa78e70137b43ed821e6034893803916a0a3f2e85c8a778318e7b59069a62a741?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768295818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a17cfce25fd92837717b5f67132f9b2452ba944d2e339ef1ccf5f4188b839496_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a17cfce25fd92837717b5f67132f9b2452ba944d2e339ef1ccf5f4188b839496_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a17cfce25fd92837717b5f67132f9b2452ba944d2e339ef1ccf5f4188b839496_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Aa17cfce25fd92837717b5f67132f9b2452ba944d2e339ef1ccf5f4188b839496?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd68f9f9a354fa8ed08cd228e572153a917ddaf18fb012d6e321fcfedffc4398_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd68f9f9a354fa8ed08cd228e572153a917ddaf18fb012d6e321fcfedffc4398_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd68f9f9a354fa8ed08cd228e572153a917ddaf18fb012d6e321fcfedffc4398_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3Acd68f9f9a354fa8ed08cd228e572153a917ddaf18fb012d6e321fcfedffc4398?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd42ee1b7d59d9b3bbef1a82fd64ef5e2c25b9a4e2ebf6535866a555badfe7ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd42ee1b7d59d9b3bbef1a82fd64ef5e2c25b9a4e2ebf6535866a555badfe7ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd42ee1b7d59d9b3bbef1a82fd64ef5e2c25b9a4e2ebf6535866a555badfe7ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Abd42ee1b7d59d9b3bbef1a82fd64ef5e2c25b9a4e2ebf6535866a555badfe7ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301807"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c188d94794d0eba8649a37f35faf1f8ade7454539098582f6be7f1335b6ebe1a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c188d94794d0eba8649a37f35faf1f8ade7454539098582f6be7f1335b6ebe1a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c188d94794d0eba8649a37f35faf1f8ade7454539098582f6be7f1335b6ebe1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Ac188d94794d0eba8649a37f35faf1f8ade7454539098582f6be7f1335b6ebe1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7555d2b86c7511b717e727fbd7661eed656eae631cbb1aadf622d40b1bebf8c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7555d2b86c7511b717e727fbd7661eed656eae631cbb1aadf622d40b1bebf8c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7555d2b86c7511b717e727fbd7661eed656eae631cbb1aadf622d40b1bebf8c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Af7555d2b86c7511b717e727fbd7661eed656eae631cbb1aadf622d40b1bebf8c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302983"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:449a3f3b289590e43919464f821058059fe6d544893270cc10e9645361376a51_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:449a3f3b289590e43919464f821058059fe6d544893270cc10e9645361376a51_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:449a3f3b289590e43919464f821058059fe6d544893270cc10e9645361376a51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A449a3f3b289590e43919464f821058059fe6d544893270cc10e9645361376a51?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:822d381502280b1492f76d3369bf6b471443704a66a5806b420f4d38d75a1924_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:822d381502280b1492f76d3369bf6b471443704a66a5806b420f4d38d75a1924_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:822d381502280b1492f76d3369bf6b471443704a66a5806b420f4d38d75a1924_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A822d381502280b1492f76d3369bf6b471443704a66a5806b420f4d38d75a1924?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1df345c4394ba358da2486c986063d53907a58ca8d268461d2acb8c431084e22_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1df345c4394ba358da2486c986063d53907a58ca8d268461d2acb8c431084e22_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1df345c4394ba358da2486c986063d53907a58ca8d268461d2acb8c431084e22_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A1df345c4394ba358da2486c986063d53907a58ca8d268461d2acb8c431084e22?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302191"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f56800d9a677be0c8375367758a56eb870712418bb8cf74bd69e658134d7a477_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f56800d9a677be0c8375367758a56eb870712418bb8cf74bd69e658134d7a477_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f56800d9a677be0c8375367758a56eb870712418bb8cf74bd69e658134d7a477_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Af56800d9a677be0c8375367758a56eb870712418bb8cf74bd69e658134d7a477?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:92a5e4c52b35d2e53bebd8a32fa067565cbe80f7954c83295a75c421f54d67fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:92a5e4c52b35d2e53bebd8a32fa067565cbe80f7954c83295a75c421f54d67fd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:92a5e4c52b35d2e53bebd8a32fa067565cbe80f7954c83295a75c421f54d67fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A92a5e4c52b35d2e53bebd8a32fa067565cbe80f7954c83295a75c421f54d67fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aafbc10a184282e13581cadd3ef9159a55d762454fcfe02e93094dda76c1c251_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aafbc10a184282e13581cadd3ef9159a55d762454fcfe02e93094dda76c1c251_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aafbc10a184282e13581cadd3ef9159a55d762454fcfe02e93094dda76c1c251_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Aaafbc10a184282e13581cadd3ef9159a55d762454fcfe02e93094dda76c1c251?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4a5af9cb6dd7d12352fbfbd07816aacfb5ea0c5bb24baa5d13b16116db2725e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4a5af9cb6dd7d12352fbfbd07816aacfb5ea0c5bb24baa5d13b16116db2725e0_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4a5af9cb6dd7d12352fbfbd07816aacfb5ea0c5bb24baa5d13b16116db2725e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A4a5af9cb6dd7d12352fbfbd07816aacfb5ea0c5bb24baa5d13b16116db2725e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ef6420d4046616c139ad5040590810fe216223526ff3a505b4a590bd37c7c869_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ef6420d4046616c139ad5040590810fe216223526ff3a505b4a590bd37c7c869_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ef6420d4046616c139ad5040590810fe216223526ff3a505b4a590bd37c7c869_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Aef6420d4046616c139ad5040590810fe216223526ff3a505b4a590bd37c7c869?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:dfddbc24187efb679102afa10e98778bfbbf1cf7230993de878594e1115c6b45_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:dfddbc24187efb679102afa10e98778bfbbf1cf7230993de878594e1115c6b45_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:dfddbc24187efb679102afa10e98778bfbbf1cf7230993de878594e1115c6b45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Adfddbc24187efb679102afa10e98778bfbbf1cf7230993de878594e1115c6b45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1f6bde3bc457c5a876c40bf55d3d25019a14db18f1aef9461623bcfdf6d0c6e2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1f6bde3bc457c5a876c40bf55d3d25019a14db18f1aef9461623bcfdf6d0c6e2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1f6bde3bc457c5a876c40bf55d3d25019a14db18f1aef9461623bcfdf6d0c6e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3A1f6bde3bc457c5a876c40bf55d3d25019a14db18f1aef9461623bcfdf6d0c6e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768300816"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6d821894ed49e432dad5f0eeb88a1d84d15c8d3325069e1dc8b6f377d31e7553_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6d821894ed49e432dad5f0eeb88a1d84d15c8d3325069e1dc8b6f377d31e7553_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6d821894ed49e432dad5f0eeb88a1d84d15c8d3325069e1dc8b6f377d31e7553_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A6d821894ed49e432dad5f0eeb88a1d84d15c8d3325069e1dc8b6f377d31e7553?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768299679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49a04065b27e87dded7dff1142f373b08c7140163a0757f42b168a24380b482d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49a04065b27e87dded7dff1142f373b08c7140163a0757f42b168a24380b482d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49a04065b27e87dded7dff1142f373b08c7140163a0757f42b168a24380b482d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3A49a04065b27e87dded7dff1142f373b08c7140163a0757f42b168a24380b482d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768299488"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:cdf02314e3d66d60041dafcf2f4c069d61497ea1b4d36a1ab29edb07b89016a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:cdf02314e3d66d60041dafcf2f4c069d61497ea1b4d36a1ab29edb07b89016a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:cdf02314e3d66d60041dafcf2f4c069d61497ea1b4d36a1ab29edb07b89016a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Acdf02314e3d66d60041dafcf2f4c069d61497ea1b4d36a1ab29edb07b89016a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2bcdf90387cde05688f0c9691a7204b4ae342ee20874f79fab2a5cb15d49d2f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2bcdf90387cde05688f0c9691a7204b4ae342ee20874f79fab2a5cb15d49d2f7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2bcdf90387cde05688f0c9691a7204b4ae342ee20874f79fab2a5cb15d49d2f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A2bcdf90387cde05688f0c9691a7204b4ae342ee20874f79fab2a5cb15d49d2f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:52ea1ad37d60ad4421a29e12c150ca51fbbba9caf7abb3555fed321f5847f425_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:52ea1ad37d60ad4421a29e12c150ca51fbbba9caf7abb3555fed321f5847f425_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:52ea1ad37d60ad4421a29e12c150ca51fbbba9caf7abb3555fed321f5847f425_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A52ea1ad37d60ad4421a29e12c150ca51fbbba9caf7abb3555fed321f5847f425?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:de82ca914b1eaa932b2f27e9d54b94da55ae48a3edf726b910e58a565525021e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:de82ca914b1eaa932b2f27e9d54b94da55ae48a3edf726b910e58a565525021e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:de82ca914b1eaa932b2f27e9d54b94da55ae48a3edf726b910e58a565525021e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3Ade82ca914b1eaa932b2f27e9d54b94da55ae48a3edf726b910e58a565525021e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a9aeeb1058816fc132243b1c8c6fd6c29cf1a785f983e955e14fc7921225b018_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a9aeeb1058816fc132243b1c8c6fd6c29cf1a785f983e955e14fc7921225b018_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a9aeeb1058816fc132243b1c8c6fd6c29cf1a785f983e955e14fc7921225b018_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Aa9aeeb1058816fc132243b1c8c6fd6c29cf1a785f983e955e14fc7921225b018?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768378857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:57d8cd207f20b40bee4795f5f9226d21dd980112c4f99eee3781928a4c0158a8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:57d8cd207f20b40bee4795f5f9226d21dd980112c4f99eee3781928a4c0158a8_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:57d8cd207f20b40bee4795f5f9226d21dd980112c4f99eee3781928a4c0158a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A57d8cd207f20b40bee4795f5f9226d21dd980112c4f99eee3781928a4c0158a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3006b6992e3cd3128f0ac9b463234c18dd0216269edb4a1238d632e4e69aa0ab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3006b6992e3cd3128f0ac9b463234c18dd0216269edb4a1238d632e4e69aa0ab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3006b6992e3cd3128f0ac9b463234c18dd0216269edb4a1238d632e4e69aa0ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A3006b6992e3cd3128f0ac9b463234c18dd0216269edb4a1238d632e4e69aa0ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1d990a3975d37d242fcb265d3b051f219bbd26254f56b46ec9c7e147f8ca8678_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1d990a3975d37d242fcb265d3b051f219bbd26254f56b46ec9c7e147f8ca8678_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1d990a3975d37d242fcb265d3b051f219bbd26254f56b46ec9c7e147f8ca8678_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A1d990a3975d37d242fcb265d3b051f219bbd26254f56b46ec9c7e147f8ca8678?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9b0c7c3990c15259812f90683663cc1cdb5a8fe8b86d54f214770fe012006f52_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9b0c7c3990c15259812f90683663cc1cdb5a8fe8b86d54f214770fe012006f52_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9b0c7c3990c15259812f90683663cc1cdb5a8fe8b86d54f214770fe012006f52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A9b0c7c3990c15259812f90683663cc1cdb5a8fe8b86d54f214770fe012006f52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768369786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:af88d98c253d2763483b59c575a1c1ec06d8f1607dbfb9c6c32ebddfccb09512_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:af88d98c253d2763483b59c575a1c1ec06d8f1607dbfb9c6c32ebddfccb09512_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:af88d98c253d2763483b59c575a1c1ec06d8f1607dbfb9c6c32ebddfccb09512_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3Aaf88d98c253d2763483b59c575a1c1ec06d8f1607dbfb9c6c32ebddfccb09512?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302899"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c0dbd1efb355a435b3b0325b8d8e40481e5467e8df2f0acaa18a4a377e93fc75_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c0dbd1efb355a435b3b0325b8d8e40481e5467e8df2f0acaa18a4a377e93fc75_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c0dbd1efb355a435b3b0325b8d8e40481e5467e8df2f0acaa18a4a377e93fc75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Ac0dbd1efb355a435b3b0325b8d8e40481e5467e8df2f0acaa18a4a377e93fc75?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c965fc0bc9538c01b2447925cc90b1ec01ac0ff264af9906afbe3a2d6987f40a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c965fc0bc9538c01b2447925cc90b1ec01ac0ff264af9906afbe3a2d6987f40a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c965fc0bc9538c01b2447925cc90b1ec01ac0ff264af9906afbe3a2d6987f40a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Ac965fc0bc9538c01b2447925cc90b1ec01ac0ff264af9906afbe3a2d6987f40a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768300768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ca4d1f8ca7a8d7e0820404752c1460f49cd9db6890a563d8e19d00e465a91ccd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ca4d1f8ca7a8d7e0820404752c1460f49cd9db6890a563d8e19d00e465a91ccd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ca4d1f8ca7a8d7e0820404752c1460f49cd9db6890a563d8e19d00e465a91ccd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3Aca4d1f8ca7a8d7e0820404752c1460f49cd9db6890a563d8e19d00e465a91ccd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768295793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a7a6a97619294573e90dab878889ed905e6258e0a1f2ce7bd3bfabc674e3a130_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a7a6a97619294573e90dab878889ed905e6258e0a1f2ce7bd3bfabc674e3a130_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a7a6a97619294573e90dab878889ed905e6258e0a1f2ce7bd3bfabc674e3a130_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3Aa7a6a97619294573e90dab878889ed905e6258e0a1f2ce7bd3bfabc674e3a130?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768356991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0f4d9c2da050f40790d66f6c0d0a0845405242e049627583f82b74a1050711dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0f4d9c2da050f40790d66f6c0d0a0845405242e049627583f82b74a1050711dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0f4d9c2da050f40790d66f6c0d0a0845405242e049627583f82b74a1050711dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A0f4d9c2da050f40790d66f6c0d0a0845405242e049627583f82b74a1050711dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768296190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:36f010428fed43c8c051095dab67d8ec2ed8ee781e1df61d3f59c43cb5e639e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:36f010428fed43c8c051095dab67d8ec2ed8ee781e1df61d3f59c43cb5e639e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:36f010428fed43c8c051095dab67d8ec2ed8ee781e1df61d3f59c43cb5e639e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A36f010428fed43c8c051095dab67d8ec2ed8ee781e1df61d3f59c43cb5e639e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768295822"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f7e9a7bba6a7b50f67defbf3c769c726adb6a9b62ab6e0ba5b3e68dee58afb2d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f7e9a7bba6a7b50f67defbf3c769c726adb6a9b62ab6e0ba5b3e68dee58afb2d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f7e9a7bba6a7b50f67defbf3c769c726adb6a9b62ab6e0ba5b3e68dee58afb2d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Af7e9a7bba6a7b50f67defbf3c769c726adb6a9b62ab6e0ba5b3e68dee58afb2d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ec9b1d0f06ddb82cd82c876ceb27af4ffd00b63309aa11b5e304e76c047c7d13_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ec9b1d0f06ddb82cd82c876ceb27af4ffd00b63309aa11b5e304e76c047c7d13_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ec9b1d0f06ddb82cd82c876ceb27af4ffd00b63309aa11b5e304e76c047c7d13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Aec9b1d0f06ddb82cd82c876ceb27af4ffd00b63309aa11b5e304e76c047c7d13?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dfd97aefcb3d919afcc2e008449f1357d84572b675937293302611d03f8c2b46_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dfd97aefcb3d919afcc2e008449f1357d84572b675937293302611d03f8c2b46_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dfd97aefcb3d919afcc2e008449f1357d84572b675937293302611d03f8c2b46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Adfd97aefcb3d919afcc2e008449f1357d84572b675937293302611d03f8c2b46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9371d1185a2f239e486c36ce1d77971338d28260fc1e2a41390fb170b2993c83_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9371d1185a2f239e486c36ce1d77971338d28260fc1e2a41390fb170b2993c83_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9371d1185a2f239e486c36ce1d77971338d28260fc1e2a41390fb170b2993c83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A9371d1185a2f239e486c36ce1d77971338d28260fc1e2a41390fb170b2993c83?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768369893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:efd6be9172c4cd3022f1895349dc0985c9d93b2c59f28ea25a756d757dbb3fc0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:efd6be9172c4cd3022f1895349dc0985c9d93b2c59f28ea25a756d757dbb3fc0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:efd6be9172c4cd3022f1895349dc0985c9d93b2c59f28ea25a756d757dbb3fc0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3Aefd6be9172c4cd3022f1895349dc0985c9d93b2c59f28ea25a756d757dbb3fc0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768434451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b36f75ab417ade94575a84022a86fb9e668c7cc123174225b433ad8fa8754dce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b36f75ab417ade94575a84022a86fb9e668c7cc123174225b433ad8fa8754dce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b36f75ab417ade94575a84022a86fb9e668c7cc123174225b433ad8fa8754dce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Ab36f75ab417ade94575a84022a86fb9e668c7cc123174225b433ad8fa8754dce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301523"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ddca08d53910252a6b7e157fd1ba4482d983f3db381b53d6f6d6eaff75a831c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ddca08d53910252a6b7e157fd1ba4482d983f3db381b53d6f6d6eaff75a831c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ddca08d53910252a6b7e157fd1ba4482d983f3db381b53d6f6d6eaff75a831c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A9ddca08d53910252a6b7e157fd1ba4482d983f3db381b53d6f6d6eaff75a831c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a00fd45e668449c41c4967c4846741e2781008d11f1580b871be51e4df138a90_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a00fd45e668449c41c4967c4846741e2781008d11f1580b871be51e4df138a90_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a00fd45e668449c41c4967c4846741e2781008d11f1580b871be51e4df138a90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Aa00fd45e668449c41c4967c4846741e2781008d11f1580b871be51e4df138a90?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a1e7407b4f0c1eb0013a8edbad29db77e67ec9564c458826423d5b2de2869a7d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a1e7407b4f0c1eb0013a8edbad29db77e67ec9564c458826423d5b2de2869a7d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a1e7407b4f0c1eb0013a8edbad29db77e67ec9564c458826423d5b2de2869a7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3Aa1e7407b4f0c1eb0013a8edbad29db77e67ec9564c458826423d5b2de2869a7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768434457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1e88b21782ccea906becc06bc88ca25088b66e7e474a79e2d5d93db2d83023e7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1e88b21782ccea906becc06bc88ca25088b66e7e474a79e2d5d93db2d83023e7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1e88b21782ccea906becc06bc88ca25088b66e7e474a79e2d5d93db2d83023e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A1e88b21782ccea906becc06bc88ca25088b66e7e474a79e2d5d93db2d83023e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301691"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c89addfb732b3ae9ae58a31b8a01c3619cefbe15eaa93654d460767ab56025b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c89addfb732b3ae9ae58a31b8a01c3619cefbe15eaa93654d460767ab56025b8_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c89addfb732b3ae9ae58a31b8a01c3619cefbe15eaa93654d460767ab56025b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Ac89addfb732b3ae9ae58a31b8a01c3619cefbe15eaa93654d460767ab56025b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac1cf2f80d1f6ee5d9e12d0a9e5d371b66f72ff2b264850518727f084b1d098f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac1cf2f80d1f6ee5d9e12d0a9e5d371b66f72ff2b264850518727f084b1d098f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac1cf2f80d1f6ee5d9e12d0a9e5d371b66f72ff2b264850518727f084b1d098f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Aac1cf2f80d1f6ee5d9e12d0a9e5d371b66f72ff2b264850518727f084b1d098f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301044"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dedeb01e53c5e783cf69200dc83d962a4616b56e9bb5c7230a2992bb0a8f0bb5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dedeb01e53c5e783cf69200dc83d962a4616b56e9bb5c7230a2992bb0a8f0bb5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dedeb01e53c5e783cf69200dc83d962a4616b56e9bb5c7230a2992bb0a8f0bb5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Adedeb01e53c5e783cf69200dc83d962a4616b56e9bb5c7230a2992bb0a8f0bb5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301353"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c2b834e3252917e20f7cbe1128d2f8182bdb27220ff5a0eafd41bd793ccabfcd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c2b834e3252917e20f7cbe1128d2f8182bdb27220ff5a0eafd41bd793ccabfcd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c2b834e3252917e20f7cbe1128d2f8182bdb27220ff5a0eafd41bd793ccabfcd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Ac2b834e3252917e20f7cbe1128d2f8182bdb27220ff5a0eafd41bd793ccabfcd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768434790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d174ead9529893b0515c066e30c78d5b9906f51f43856025ee87b1b7bfd89e8b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d174ead9529893b0515c066e30c78d5b9906f51f43856025ee87b1b7bfd89e8b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d174ead9529893b0515c066e30c78d5b9906f51f43856025ee87b1b7bfd89e8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Ad174ead9529893b0515c066e30c78d5b9906f51f43856025ee87b1b7bfd89e8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ccb324413b8669ca4679b0a3b9738f5675b06ee70bfddfb5424159ca5d73fdf1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ccb324413b8669ca4679b0a3b9738f5675b06ee70bfddfb5424159ca5d73fdf1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ccb324413b8669ca4679b0a3b9738f5675b06ee70bfddfb5424159ca5d73fdf1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Accb324413b8669ca4679b0a3b9738f5675b06ee70bfddfb5424159ca5d73fdf1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768316266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d884c62655d3a1d77fe3e761630a0f9f664b45715d64582ee953e4309ea07a1c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d884c62655d3a1d77fe3e761630a0f9f664b45715d64582ee953e4309ea07a1c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d884c62655d3a1d77fe3e761630a0f9f664b45715d64582ee953e4309ea07a1c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Ad884c62655d3a1d77fe3e761630a0f9f664b45715d64582ee953e4309ea07a1c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77f37e1feb3db4f61c4f9ba61073adb04d732a91573b6ef866f38e63282dce07_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77f37e1feb3db4f61c4f9ba61073adb04d732a91573b6ef866f38e63282dce07_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77f37e1feb3db4f61c4f9ba61073adb04d732a91573b6ef866f38e63282dce07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A77f37e1feb3db4f61c4f9ba61073adb04d732a91573b6ef866f38e63282dce07?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:151cb59fac2491538b23cd8d2bfa7d498c40def2ace199b9c237a6dc8128deb6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:151cb59fac2491538b23cd8d2bfa7d498c40def2ace199b9c237a6dc8128deb6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:151cb59fac2491538b23cd8d2bfa7d498c40def2ace199b9c237a6dc8128deb6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A151cb59fac2491538b23cd8d2bfa7d498c40def2ace199b9c237a6dc8128deb6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:23a196e57eded601b36b969ee0ed1c504b460957765d0f034e210b4cb4cc228a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:23a196e57eded601b36b969ee0ed1c504b460957765d0f034e210b4cb4cc228a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:23a196e57eded601b36b969ee0ed1c504b460957765d0f034e210b4cb4cc228a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A23a196e57eded601b36b969ee0ed1c504b460957765d0f034e210b4cb4cc228a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7bd9f907050e7aa05bd6135496050eb61033046b4c93ed41c2006a40b33c7d1d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7bd9f907050e7aa05bd6135496050eb61033046b4c93ed41c2006a40b33c7d1d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7bd9f907050e7aa05bd6135496050eb61033046b4c93ed41c2006a40b33c7d1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A7bd9f907050e7aa05bd6135496050eb61033046b4c93ed41c2006a40b33c7d1d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:56f9d3a433c936529b62d98cdade113cf13361303482dcdb16bff51ca5016d42_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:56f9d3a433c936529b62d98cdade113cf13361303482dcdb16bff51ca5016d42_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:56f9d3a433c936529b62d98cdade113cf13361303482dcdb16bff51ca5016d42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A56f9d3a433c936529b62d98cdade113cf13361303482dcdb16bff51ca5016d42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768333120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:386ec95060a77d2d73a5968875dd791f2fe7b8b0f6c6d47f86fde271a007e983_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:386ec95060a77d2d73a5968875dd791f2fe7b8b0f6c6d47f86fde271a007e983_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:386ec95060a77d2d73a5968875dd791f2fe7b8b0f6c6d47f86fde271a007e983_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A386ec95060a77d2d73a5968875dd791f2fe7b8b0f6c6d47f86fde271a007e983?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1659ff076546ed12ba6a737c8ad879ccb0ee7c1b9bb9bd58093b4f6ff9f333eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1659ff076546ed12ba6a737c8ad879ccb0ee7c1b9bb9bd58093b4f6ff9f333eb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1659ff076546ed12ba6a737c8ad879ccb0ee7c1b9bb9bd58093b4f6ff9f333eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A1659ff076546ed12ba6a737c8ad879ccb0ee7c1b9bb9bd58093b4f6ff9f333eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9fd74bd9bad7167de3ff9b41aa42aa1b2ae6631d29db10a6c7b3d1a5f8258e2f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9fd74bd9bad7167de3ff9b41aa42aa1b2ae6631d29db10a6c7b3d1a5f8258e2f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9fd74bd9bad7167de3ff9b41aa42aa1b2ae6631d29db10a6c7b3d1a5f8258e2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A9fd74bd9bad7167de3ff9b41aa42aa1b2ae6631d29db10a6c7b3d1a5f8258e2f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345427"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a8ae4cd3710f2a342bf936124105d1f6f3a110cfce2d3c1a81962b22d2e238e6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a8ae4cd3710f2a342bf936124105d1f6f3a110cfce2d3c1a81962b22d2e238e6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a8ae4cd3710f2a342bf936124105d1f6f3a110cfce2d3c1a81962b22d2e238e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Aa8ae4cd3710f2a342bf936124105d1f6f3a110cfce2d3c1a81962b22d2e238e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:080537bdc8349630e0acc787277931110ff3601df9c9838ca885fbdb2c920c48_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:080537bdc8349630e0acc787277931110ff3601df9c9838ca885fbdb2c920c48_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:080537bdc8349630e0acc787277931110ff3601df9c9838ca885fbdb2c920c48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A080537bdc8349630e0acc787277931110ff3601df9c9838ca885fbdb2c920c48?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768378035"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6058e350b046f81fcfe80534a48a4364ac81c3e4fb3b75cb23819feb81422e52_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6058e350b046f81fcfe80534a48a4364ac81c3e4fb3b75cb23819feb81422e52_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6058e350b046f81fcfe80534a48a4364ac81c3e4fb3b75cb23819feb81422e52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A6058e350b046f81fcfe80534a48a4364ac81c3e4fb3b75cb23819feb81422e52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:28c12edf2a8fd2bbc0cf125a72bed3eb4d0c93ecad9d6d0c31ea82675dcfbf64_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:28c12edf2a8fd2bbc0cf125a72bed3eb4d0c93ecad9d6d0c31ea82675dcfbf64_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:28c12edf2a8fd2bbc0cf125a72bed3eb4d0c93ecad9d6d0c31ea82675dcfbf64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A28c12edf2a8fd2bbc0cf125a72bed3eb4d0c93ecad9d6d0c31ea82675dcfbf64?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768305042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:49dca66cadc6a72da5b0b9a1d40ac44562b6417838c633446e912f8ff508c4d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:49dca66cadc6a72da5b0b9a1d40ac44562b6417838c633446e912f8ff508c4d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:49dca66cadc6a72da5b0b9a1d40ac44562b6417838c633446e912f8ff508c4d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A49dca66cadc6a72da5b0b9a1d40ac44562b6417838c633446e912f8ff508c4d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d988aca8e138e1e0728970a21984376b6082bfd946484718beb292562938b6cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d988aca8e138e1e0728970a21984376b6082bfd946484718beb292562938b6cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d988aca8e138e1e0728970a21984376b6082bfd946484718beb292562938b6cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Ad988aca8e138e1e0728970a21984376b6082bfd946484718beb292562938b6cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768370221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b480e8370a665314b7560735fc5e1bb694a13479d1c45801fe2c88f0790ba2e6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b480e8370a665314b7560735fc5e1bb694a13479d1c45801fe2c88f0790ba2e6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b480e8370a665314b7560735fc5e1bb694a13479d1c45801fe2c88f0790ba2e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Ab480e8370a665314b7560735fc5e1bb694a13479d1c45801fe2c88f0790ba2e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef29e32ee8dfbc89612071e78114b4a7555e9155bbc795b52cc1abcfb4fb9dab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef29e32ee8dfbc89612071e78114b4a7555e9155bbc795b52cc1abcfb4fb9dab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef29e32ee8dfbc89612071e78114b4a7555e9155bbc795b52cc1abcfb4fb9dab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3Aef29e32ee8dfbc89612071e78114b4a7555e9155bbc795b52cc1abcfb4fb9dab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768296065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:2f8eb5b5c93f3f68db92c25bbba9eea70d9880e24f04e0917330f5077d2d9e2c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:2f8eb5b5c93f3f68db92c25bbba9eea70d9880e24f04e0917330f5077d2d9e2c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:2f8eb5b5c93f3f68db92c25bbba9eea70d9880e24f04e0917330f5077d2d9e2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3A2f8eb5b5c93f3f68db92c25bbba9eea70d9880e24f04e0917330f5077d2d9e2c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768295963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:eb3eb1a02fa35890bbeff0c81e519c0cffaa8b948684fc2baeea061c1c77cd67_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:eb3eb1a02fa35890bbeff0c81e519c0cffaa8b948684fc2baeea061c1c77cd67_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:eb3eb1a02fa35890bbeff0c81e519c0cffaa8b948684fc2baeea061c1c77cd67_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3Aeb3eb1a02fa35890bbeff0c81e519c0cffaa8b948684fc2baeea061c1c77cd67?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768295896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:bb8b9f6c64c40e8f86228c282cf1cd74a8a94809b72bd16d4a32356f4a063cab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:bb8b9f6c64c40e8f86228c282cf1cd74a8a94809b72bd16d4a32356f4a063cab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:bb8b9f6c64c40e8f86228c282cf1cd74a8a94809b72bd16d4a32356f4a063cab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Abb8b9f6c64c40e8f86228c282cf1cd74a8a94809b72bd16d4a32356f4a063cab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768295884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d0638623451a9f6ba7334bbd29342a422f4a020efb6728044be9230d5cba7604_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d0638623451a9f6ba7334bbd29342a422f4a020efb6728044be9230d5cba7604_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d0638623451a9f6ba7334bbd29342a422f4a020efb6728044be9230d5cba7604_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3Ad0638623451a9f6ba7334bbd29342a422f4a020efb6728044be9230d5cba7604?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768295795"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f5c2cb43ae80eaba9e03a4ba2c604e06f482ec7b7ed258c3308ca97b52f1afe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f5c2cb43ae80eaba9e03a4ba2c604e06f482ec7b7ed258c3308ca97b52f1afe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f5c2cb43ae80eaba9e03a4ba2c604e06f482ec7b7ed258c3308ca97b52f1afe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A1f5c2cb43ae80eaba9e03a4ba2c604e06f482ec7b7ed258c3308ca97b52f1afe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768296232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:23d6db8a3486fe02b29cf1a2b15c76f8c6a1103c83c7fcdec057f4611039dbb4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:23d6db8a3486fe02b29cf1a2b15c76f8c6a1103c83c7fcdec057f4611039dbb4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:23d6db8a3486fe02b29cf1a2b15c76f8c6a1103c83c7fcdec057f4611039dbb4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A23d6db8a3486fe02b29cf1a2b15c76f8c6a1103c83c7fcdec057f4611039dbb4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768296275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d87a31efe869f29a5bc4d3ac8110fe92239cd543658c4e2a991f7fa681ce942f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d87a31efe869f29a5bc4d3ac8110fe92239cd543658c4e2a991f7fa681ce942f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d87a31efe869f29a5bc4d3ac8110fe92239cd543658c4e2a991f7fa681ce942f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3Ad87a31efe869f29a5bc4d3ac8110fe92239cd543658c4e2a991f7fa681ce942f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768296377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:76f8ead63875da99f27542a9275347a27e6c7068fc00c2609701b4900dfb4751_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:76f8ead63875da99f27542a9275347a27e6c7068fc00c2609701b4900dfb4751_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:76f8ead63875da99f27542a9275347a27e6c7068fc00c2609701b4900dfb4751_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A76f8ead63875da99f27542a9275347a27e6c7068fc00c2609701b4900dfb4751?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768296340"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db8c3a6c513c148dbb186bf70e3c1225f9889c0620e2d283381e9f723263929f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db8c3a6c513c148dbb186bf70e3c1225f9889c0620e2d283381e9f723263929f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db8c3a6c513c148dbb186bf70e3c1225f9889c0620e2d283381e9f723263929f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Adb8c3a6c513c148dbb186bf70e3c1225f9889c0620e2d283381e9f723263929f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768296063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:47c1a66a7c0285188993eae0e07eae92fa757399b8405fb5c5ba863aa5098e09_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:47c1a66a7c0285188993eae0e07eae92fa757399b8405fb5c5ba863aa5098e09_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:47c1a66a7c0285188993eae0e07eae92fa757399b8405fb5c5ba863aa5098e09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3A47c1a66a7c0285188993eae0e07eae92fa757399b8405fb5c5ba863aa5098e09?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768296099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:45f9b84d81fcf4d42358a8ed4d778f42a5aa58cd2c2b0694ec13667197260c57_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:45f9b84d81fcf4d42358a8ed4d778f42a5aa58cd2c2b0694ec13667197260c57_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:45f9b84d81fcf4d42358a8ed4d778f42a5aa58cd2c2b0694ec13667197260c57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A45f9b84d81fcf4d42358a8ed4d778f42a5aa58cd2c2b0694ec13667197260c57?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5c32c9e4721df459be232064101f5283e3f7514528cd82cc9e3dcbc666d0e431_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5c32c9e4721df459be232064101f5283e3f7514528cd82cc9e3dcbc666d0e431_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5c32c9e4721df459be232064101f5283e3f7514528cd82cc9e3dcbc666d0e431_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A5c32c9e4721df459be232064101f5283e3f7514528cd82cc9e3dcbc666d0e431?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768332577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:99ceeee46528a54646d3a9bc4e4d79207d5639ac5381b2f7c6d1eb34ce915126_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:99ceeee46528a54646d3a9bc4e4d79207d5639ac5381b2f7c6d1eb34ce915126_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:99ceeee46528a54646d3a9bc4e4d79207d5639ac5381b2f7c6d1eb34ce915126_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A99ceeee46528a54646d3a9bc4e4d79207d5639ac5381b2f7c6d1eb34ce915126?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344010"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:94db7f48fe1cd78942235739b373d592e77fe57418d4b03d758c342de441f85e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:94db7f48fe1cd78942235739b373d592e77fe57418d4b03d758c342de441f85e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:94db7f48fe1cd78942235739b373d592e77fe57418d4b03d758c342de441f85e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A94db7f48fe1cd78942235739b373d592e77fe57418d4b03d758c342de441f85e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768347301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7d026e011e75ba7712e212c44d5da5d8d059d2f5190eb8ea3ac591eb87b3f53c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7d026e011e75ba7712e212c44d5da5d8d059d2f5190eb8ea3ac591eb87b3f53c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7d026e011e75ba7712e212c44d5da5d8d059d2f5190eb8ea3ac591eb87b3f53c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A7d026e011e75ba7712e212c44d5da5d8d059d2f5190eb8ea3ac591eb87b3f53c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8a4db434be8da3b76850ebb5fbaec5b25e027f36827b175564b851efe8e4e207_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8a4db434be8da3b76850ebb5fbaec5b25e027f36827b175564b851efe8e4e207_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8a4db434be8da3b76850ebb5fbaec5b25e027f36827b175564b851efe8e4e207_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A8a4db434be8da3b76850ebb5fbaec5b25e027f36827b175564b851efe8e4e207?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60063e70844eb9c274e0ecdc975613a9abf3cfd2c342ff7fe4955a810fe329bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60063e70844eb9c274e0ecdc975613a9abf3cfd2c342ff7fe4955a810fe329bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60063e70844eb9c274e0ecdc975613a9abf3cfd2c342ff7fe4955a810fe329bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A60063e70844eb9c274e0ecdc975613a9abf3cfd2c342ff7fe4955a810fe329bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fec4897ca4f0afa1971e61cd69ccdd70d3e8fda38fc9d1d7946705047af06b0a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fec4897ca4f0afa1971e61cd69ccdd70d3e8fda38fc9d1d7946705047af06b0a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fec4897ca4f0afa1971e61cd69ccdd70d3e8fda38fc9d1d7946705047af06b0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Afec4897ca4f0afa1971e61cd69ccdd70d3e8fda38fc9d1d7946705047af06b0a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c18f66b13e348a8302275d33df04d882a29269f8406e679ed3d99d7b3ed1f47b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c18f66b13e348a8302275d33df04d882a29269f8406e679ed3d99d7b3ed1f47b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c18f66b13e348a8302275d33df04d882a29269f8406e679ed3d99d7b3ed1f47b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Ac18f66b13e348a8302275d33df04d882a29269f8406e679ed3d99d7b3ed1f47b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:38ce6ebfc32523e04157c78429e0ae945f91836047afe2a2997a23d3b17b4ca9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:38ce6ebfc32523e04157c78429e0ae945f91836047afe2a2997a23d3b17b4ca9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:38ce6ebfc32523e04157c78429e0ae945f91836047afe2a2997a23d3b17b4ca9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A38ce6ebfc32523e04157c78429e0ae945f91836047afe2a2997a23d3b17b4ca9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9c55764da31648a9412bbaa7e12c09ddba0458e9ea62d14882dc93b81b8bef36_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9c55764da31648a9412bbaa7e12c09ddba0458e9ea62d14882dc93b81b8bef36_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9c55764da31648a9412bbaa7e12c09ddba0458e9ea62d14882dc93b81b8bef36_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A9c55764da31648a9412bbaa7e12c09ddba0458e9ea62d14882dc93b81b8bef36?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:db162a9bba7e608d41878f091b5cb1374aaadf9d160b0ac707670807d0721947_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:db162a9bba7e608d41878f091b5cb1374aaadf9d160b0ac707670807d0721947_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:db162a9bba7e608d41878f091b5cb1374aaadf9d160b0ac707670807d0721947_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Adb162a9bba7e608d41878f091b5cb1374aaadf9d160b0ac707670807d0721947?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ac7cd2ff42826c444258237513abbd778aad47648d6b351478e88558d726e0b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ac7cd2ff42826c444258237513abbd778aad47648d6b351478e88558d726e0b1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ac7cd2ff42826c444258237513abbd778aad47648d6b351478e88558d726e0b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Aac7cd2ff42826c444258237513abbd778aad47648d6b351478e88558d726e0b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6e69f47f2f9de096199b893a1516e84334c6f20b549250d0eae2e9e198eed780_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6e69f47f2f9de096199b893a1516e84334c6f20b549250d0eae2e9e198eed780_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6e69f47f2f9de096199b893a1516e84334c6f20b549250d0eae2e9e198eed780_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A6e69f47f2f9de096199b893a1516e84334c6f20b549250d0eae2e9e198eed780?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303788"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:049cc98c7e42a0fe60e48453970e699e6de4d19f34f3f82626d873e8e0e6d6bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:049cc98c7e42a0fe60e48453970e699e6de4d19f34f3f82626d873e8e0e6d6bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:049cc98c7e42a0fe60e48453970e699e6de4d19f34f3f82626d873e8e0e6d6bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A049cc98c7e42a0fe60e48453970e699e6de4d19f34f3f82626d873e8e0e6d6bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303080"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:df77ce81156b3d17d6c2ac9aa736f2e29328ffb6cb3ec96f82d18c4922a5752f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:df77ce81156b3d17d6c2ac9aa736f2e29328ffb6cb3ec96f82d18c4922a5752f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:df77ce81156b3d17d6c2ac9aa736f2e29328ffb6cb3ec96f82d18c4922a5752f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Adf77ce81156b3d17d6c2ac9aa736f2e29328ffb6cb3ec96f82d18c4922a5752f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768343852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbea59f95df585d491fca47804bdf6a9702e9bee7f9582d5d6b7aae38b3cefde_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbea59f95df585d491fca47804bdf6a9702e9bee7f9582d5d6b7aae38b3cefde_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbea59f95df585d491fca47804bdf6a9702e9bee7f9582d5d6b7aae38b3cefde_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Afbea59f95df585d491fca47804bdf6a9702e9bee7f9582d5d6b7aae38b3cefde?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302943"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:6781b43d7898ce652b73b9fd885a32796fd780342f3ffa94beeb9eca7c34ba3f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:6781b43d7898ce652b73b9fd885a32796fd780342f3ffa94beeb9eca7c34ba3f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:6781b43d7898ce652b73b9fd885a32796fd780342f3ffa94beeb9eca7c34ba3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A6781b43d7898ce652b73b9fd885a32796fd780342f3ffa94beeb9eca7c34ba3f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f6f2545cab188c060156573969a8cb4404beed2a8428775bd4225123f8d88e8a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f6f2545cab188c060156573969a8cb4404beed2a8428775bd4225123f8d88e8a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f6f2545cab188c060156573969a8cb4404beed2a8428775bd4225123f8d88e8a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Af6f2545cab188c060156573969a8cb4404beed2a8428775bd4225123f8d88e8a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8c26f166731d6e55be7edd9716204557d1c09bc6e106a78ac56809c7f447b73_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8c26f166731d6e55be7edd9716204557d1c09bc6e106a78ac56809c7f447b73_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8c26f166731d6e55be7edd9716204557d1c09bc6e106a78ac56809c7f447b73_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Ae8c26f166731d6e55be7edd9716204557d1c09bc6e106a78ac56809c7f447b73?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b7bc6bb21ad0a6caf10096011762cd31626d99087fd63a6ba5c234edba48cfe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b7bc6bb21ad0a6caf10096011762cd31626d99087fd63a6ba5c234edba48cfe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b7bc6bb21ad0a6caf10096011762cd31626d99087fd63a6ba5c234edba48cfe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A8b7bc6bb21ad0a6caf10096011762cd31626d99087fd63a6ba5c234edba48cfe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:44f7ea110bd204637c855688b0525d6b4e5cbc4ddfb94dbec504f5b969be230a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:44f7ea110bd204637c855688b0525d6b4e5cbc4ddfb94dbec504f5b969be230a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:44f7ea110bd204637c855688b0525d6b4e5cbc4ddfb94dbec504f5b969be230a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A44f7ea110bd204637c855688b0525d6b4e5cbc4ddfb94dbec504f5b969be230a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302310"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:74619cbac36e7d89f22e0932ba0d0c3d16dc69758cebd0571e3fa2c8f9ae5741_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:74619cbac36e7d89f22e0932ba0d0c3d16dc69758cebd0571e3fa2c8f9ae5741_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:74619cbac36e7d89f22e0932ba0d0c3d16dc69758cebd0571e3fa2c8f9ae5741_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A74619cbac36e7d89f22e0932ba0d0c3d16dc69758cebd0571e3fa2c8f9ae5741?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b5e9bfbc0a68d71a97e59b2c45fb24646c91a7fb80900dd7fff5babf8154f122_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b5e9bfbc0a68d71a97e59b2c45fb24646c91a7fb80900dd7fff5babf8154f122_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b5e9bfbc0a68d71a97e59b2c45fb24646c91a7fb80900dd7fff5babf8154f122_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Ab5e9bfbc0a68d71a97e59b2c45fb24646c91a7fb80900dd7fff5babf8154f122?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5d300c0a3d2d88a3fcf15a49dfa85f628d690dbdaecffebbcb9220acb5c9b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5d300c0a3d2d88a3fcf15a49dfa85f628d690dbdaecffebbcb9220acb5c9b0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5d300c0a3d2d88a3fcf15a49dfa85f628d690dbdaecffebbcb9220acb5c9b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Abd5d300c0a3d2d88a3fcf15a49dfa85f628d690dbdaecffebbcb9220acb5c9b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:22475308f0ad3bdcfdc2ebfaf8633cdd619b93d9952e53b0b86b9a1012d4d7d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:22475308f0ad3bdcfdc2ebfaf8633cdd619b93d9952e53b0b86b9a1012d4d7d8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:22475308f0ad3bdcfdc2ebfaf8633cdd619b93d9952e53b0b86b9a1012d4d7d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A22475308f0ad3bdcfdc2ebfaf8633cdd619b93d9952e53b0b86b9a1012d4d7d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301919"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b3b81c10b0437001151a88df4966f1fe0e84ea2510ffd6ea3325605c85b7f325_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b3b81c10b0437001151a88df4966f1fe0e84ea2510ffd6ea3325605c85b7f325_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b3b81c10b0437001151a88df4966f1fe0e84ea2510ffd6ea3325605c85b7f325_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Ab3b81c10b0437001151a88df4966f1fe0e84ea2510ffd6ea3325605c85b7f325?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768343865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d50feb1690369653042a58650567440bd3b5055b9a930ed268e2e6f2586bbc1c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d50feb1690369653042a58650567440bd3b5055b9a930ed268e2e6f2586bbc1c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d50feb1690369653042a58650567440bd3b5055b9a930ed268e2e6f2586bbc1c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ad50feb1690369653042a58650567440bd3b5055b9a930ed268e2e6f2586bbc1c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768343705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8b4e5145db2029d347b9f9380181e914e84112b8ce6c5a1859c7b91f3d4ebc77_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8b4e5145db2029d347b9f9380181e914e84112b8ce6c5a1859c7b91f3d4ebc77_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8b4e5145db2029d347b9f9380181e914e84112b8ce6c5a1859c7b91f3d4ebc77_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A8b4e5145db2029d347b9f9380181e914e84112b8ce6c5a1859c7b91f3d4ebc77?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302680"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8f6b24615c498f2f8efd31b8a4d7e0cd090e6d0d42b289d1651e1628e6f61177_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8f6b24615c498f2f8efd31b8a4d7e0cd090e6d0d42b289d1651e1628e6f61177_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8f6b24615c498f2f8efd31b8a4d7e0cd090e6d0d42b289d1651e1628e6f61177_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A8f6b24615c498f2f8efd31b8a4d7e0cd090e6d0d42b289d1651e1628e6f61177?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6ba0e03b91ab911d4e36710ce33d2b3c3c1e31ea8387f2859edadd67d3690e0b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6ba0e03b91ab911d4e36710ce33d2b3c3c1e31ea8387f2859edadd67d3690e0b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6ba0e03b91ab911d4e36710ce33d2b3c3c1e31ea8387f2859edadd67d3690e0b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A6ba0e03b91ab911d4e36710ce33d2b3c3c1e31ea8387f2859edadd67d3690e0b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a028df66f21ea17b04867e874d01a1431d5e0a2aa61d1876910240d334e33b72_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a028df66f21ea17b04867e874d01a1431d5e0a2aa61d1876910240d334e33b72_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a028df66f21ea17b04867e874d01a1431d5e0a2aa61d1876910240d334e33b72_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Aa028df66f21ea17b04867e874d01a1431d5e0a2aa61d1876910240d334e33b72?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f155478cf4b3c58d4b0d599ee2154a6004c5479bac6b16734ae924a21fdb633f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f155478cf4b3c58d4b0d599ee2154a6004c5479bac6b16734ae924a21fdb633f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f155478cf4b3c58d4b0d599ee2154a6004c5479bac6b16734ae924a21fdb633f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Af155478cf4b3c58d4b0d599ee2154a6004c5479bac6b16734ae924a21fdb633f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:96da591c5df8beb62dcc2b83f3f156e7cfb042777bb72c826c110011829d268b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:96da591c5df8beb62dcc2b83f3f156e7cfb042777bb72c826c110011829d268b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:96da591c5df8beb62dcc2b83f3f156e7cfb042777bb72c826c110011829d268b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A96da591c5df8beb62dcc2b83f3f156e7cfb042777bb72c826c110011829d268b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e805f6e217cf7e4c6afd179e6e539289c49db6eb79181853e411e5e1de1f8257_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e805f6e217cf7e4c6afd179e6e539289c49db6eb79181853e411e5e1de1f8257_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e805f6e217cf7e4c6afd179e6e539289c49db6eb79181853e411e5e1de1f8257_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3Ae805f6e217cf7e4c6afd179e6e539289c49db6eb79181853e411e5e1de1f8257?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:b2bf8f2660cbc9b308ced1e70e6026a379f8fee9bb4f9646a6fa6c93020a5937_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:b2bf8f2660cbc9b308ced1e70e6026a379f8fee9bb4f9646a6fa6c93020a5937_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:b2bf8f2660cbc9b308ced1e70e6026a379f8fee9bb4f9646a6fa6c93020a5937_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3Ab2bf8f2660cbc9b308ced1e70e6026a379f8fee9bb4f9646a6fa6c93020a5937?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345795"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b90fa8327a23cd9b45bf288bcf5367bbe5ef9fe8733aaa590846782fe5db8cac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b90fa8327a23cd9b45bf288bcf5367bbe5ef9fe8733aaa590846782fe5db8cac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b90fa8327a23cd9b45bf288bcf5367bbe5ef9fe8733aaa590846782fe5db8cac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3Ab90fa8327a23cd9b45bf288bcf5367bbe5ef9fe8733aaa590846782fe5db8cac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2855ad515e7a85e0c50aa1ea7aa3398ad47626cc7967eebcc3787906a809ed42_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2855ad515e7a85e0c50aa1ea7aa3398ad47626cc7967eebcc3787906a809ed42_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2855ad515e7a85e0c50aa1ea7aa3398ad47626cc7967eebcc3787906a809ed42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A2855ad515e7a85e0c50aa1ea7aa3398ad47626cc7967eebcc3787906a809ed42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302536"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a374c5ae2d4cfa792009ce7dce8cc8c9188924dfaca3407075095357df5353c1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a374c5ae2d4cfa792009ce7dce8cc8c9188924dfaca3407075095357df5353c1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a374c5ae2d4cfa792009ce7dce8cc8c9188924dfaca3407075095357df5353c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Aa374c5ae2d4cfa792009ce7dce8cc8c9188924dfaca3407075095357df5353c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768300930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c67817948f76127224dc2f62076e7ab3067554208de9e845e86d6b9642f57ee0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c67817948f76127224dc2f62076e7ab3067554208de9e845e86d6b9642f57ee0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c67817948f76127224dc2f62076e7ab3067554208de9e845e86d6b9642f57ee0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Ac67817948f76127224dc2f62076e7ab3067554208de9e845e86d6b9642f57ee0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:97f01757ffdf1d19f4e771cb243e026adb86687ce831fc0370c502f0047154e6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:97f01757ffdf1d19f4e771cb243e026adb86687ce831fc0370c502f0047154e6_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:97f01757ffdf1d19f4e771cb243e026adb86687ce831fc0370c502f0047154e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A97f01757ffdf1d19f4e771cb243e026adb86687ce831fc0370c502f0047154e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303514"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2fce5aeca6f39b0933902d82ba1a3800947e34325c1264adff2bdbb229b421e6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2fce5aeca6f39b0933902d82ba1a3800947e34325c1264adff2bdbb229b421e6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2fce5aeca6f39b0933902d82ba1a3800947e34325c1264adff2bdbb229b421e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A2fce5aeca6f39b0933902d82ba1a3800947e34325c1264adff2bdbb229b421e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768300907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d1f5ed2781569cd91f07b74160e8bc95e0ec0d2d0f61b658918df40a2be32acb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d1f5ed2781569cd91f07b74160e8bc95e0ec0d2d0f61b658918df40a2be32acb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d1f5ed2781569cd91f07b74160e8bc95e0ec0d2d0f61b658918df40a2be32acb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3Ad1f5ed2781569cd91f07b74160e8bc95e0ec0d2d0f61b658918df40a2be32acb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768299828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0904ac65004bc0e9303b0c21ed48818d5b0a40ad40bbb8d33392ed6021dff62a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0904ac65004bc0e9303b0c21ed48818d5b0a40ad40bbb8d33392ed6021dff62a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0904ac65004bc0e9303b0c21ed48818d5b0a40ad40bbb8d33392ed6021dff62a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A0904ac65004bc0e9303b0c21ed48818d5b0a40ad40bbb8d33392ed6021dff62a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768300320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6fe22827668ce4ed48495c07757bb8406c4fe521258df08a7a827206451a65c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6fe22827668ce4ed48495c07757bb8406c4fe521258df08a7a827206451a65c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6fe22827668ce4ed48495c07757bb8406c4fe521258df08a7a827206451a65c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Ae6fe22827668ce4ed48495c07757bb8406c4fe521258df08a7a827206451a65c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768298947"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:028a6a942607833095029e8b7107082a65554a7e4d4a48dd16561c40d87e52e6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:028a6a942607833095029e8b7107082a65554a7e4d4a48dd16561c40d87e52e6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:028a6a942607833095029e8b7107082a65554a7e4d4a48dd16561c40d87e52e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3A028a6a942607833095029e8b7107082a65554a7e4d4a48dd16561c40d87e52e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768300845"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:411f6ece7654c52571e96b57f22fff14854a73bf7b17b0f6670162cb16bce75f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:411f6ece7654c52571e96b57f22fff14854a73bf7b17b0f6670162cb16bce75f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:411f6ece7654c52571e96b57f22fff14854a73bf7b17b0f6670162cb16bce75f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A411f6ece7654c52571e96b57f22fff14854a73bf7b17b0f6670162cb16bce75f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768370003"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d7fe0b61d26d7bf6bd11543fe192a29461e17380d0e475b19164c5dad151229a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d7fe0b61d26d7bf6bd11543fe192a29461e17380d0e475b19164c5dad151229a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d7fe0b61d26d7bf6bd11543fe192a29461e17380d0e475b19164c5dad151229a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Ad7fe0b61d26d7bf6bd11543fe192a29461e17380d0e475b19164c5dad151229a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:10fc93aaf15cf598f8062798b7a18634160ae003a1b28eab01b3deb1ee737ca8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:10fc93aaf15cf598f8062798b7a18634160ae003a1b28eab01b3deb1ee737ca8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:10fc93aaf15cf598f8062798b7a18634160ae003a1b28eab01b3deb1ee737ca8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A10fc93aaf15cf598f8062798b7a18634160ae003a1b28eab01b3deb1ee737ca8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4ad37ac98ed9d6978c86161547294042273c5874ba39461231aa9631f7fe6c78_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4ad37ac98ed9d6978c86161547294042273c5874ba39461231aa9631f7fe6c78_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4ad37ac98ed9d6978c86161547294042273c5874ba39461231aa9631f7fe6c78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3A4ad37ac98ed9d6978c86161547294042273c5874ba39461231aa9631f7fe6c78?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768304077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e38ff55ce894a4a3ec7af3ec0886256a9c69acc1727467522645bd43cde9e0a7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e38ff55ce894a4a3ec7af3ec0886256a9c69acc1727467522645bd43cde9e0a7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e38ff55ce894a4a3ec7af3ec0886256a9c69acc1727467522645bd43cde9e0a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3Ae38ff55ce894a4a3ec7af3ec0886256a9c69acc1727467522645bd43cde9e0a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768357184"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:15079624de818f932b095ca63060b10e6be76643afab31d5cce675450fccd042_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:15079624de818f932b095ca63060b10e6be76643afab31d5cce675450fccd042_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:15079624de818f932b095ca63060b10e6be76643afab31d5cce675450fccd042_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A15079624de818f932b095ca63060b10e6be76643afab31d5cce675450fccd042?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:abb50e95c2f02f979d84e96a2241c8dfef2c02ff3f60f5a721b06ce77b9ccb91_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:abb50e95c2f02f979d84e96a2241c8dfef2c02ff3f60f5a721b06ce77b9ccb91_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:abb50e95c2f02f979d84e96a2241c8dfef2c02ff3f60f5a721b06ce77b9ccb91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Aabb50e95c2f02f979d84e96a2241c8dfef2c02ff3f60f5a721b06ce77b9ccb91?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768378306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1bbb799dcbed9b505e2c4e66f33c2c7cde2cc1839d913008d58de8f996e58e4b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1bbb799dcbed9b505e2c4e66f33c2c7cde2cc1839d913008d58de8f996e58e4b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1bbb799dcbed9b505e2c4e66f33c2c7cde2cc1839d913008d58de8f996e58e4b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A1bbb799dcbed9b505e2c4e66f33c2c7cde2cc1839d913008d58de8f996e58e4b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c12b750d337083e95aad58a49575afa062c0c8fb4b3d3c80cdb5143d8e2f07e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c12b750d337083e95aad58a49575afa062c0c8fb4b3d3c80cdb5143d8e2f07e0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c12b750d337083e95aad58a49575afa062c0c8fb4b3d3c80cdb5143d8e2f07e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Ac12b750d337083e95aad58a49575afa062c0c8fb4b3d3c80cdb5143d8e2f07e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302696"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d9076e23e260e71a3904eeeca57c7110b23aa5d5e2bb2534d55c40762f65e5a7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d9076e23e260e71a3904eeeca57c7110b23aa5d5e2bb2534d55c40762f65e5a7_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d9076e23e260e71a3904eeeca57c7110b23aa5d5e2bb2534d55c40762f65e5a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Ad9076e23e260e71a3904eeeca57c7110b23aa5d5e2bb2534d55c40762f65e5a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:497ff6fdf6fe96578a021a69945fead5b62b608b90ab39ffe003cc65414fdddc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:497ff6fdf6fe96578a021a69945fead5b62b608b90ab39ffe003cc65414fdddc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:497ff6fdf6fe96578a021a69945fead5b62b608b90ab39ffe003cc65414fdddc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A497ff6fdf6fe96578a021a69945fead5b62b608b90ab39ffe003cc65414fdddc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768300685"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f74e38e0539a523232472f6c01717c6c5617c42c84e09aee6b53c3060bb49136_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f74e38e0539a523232472f6c01717c6c5617c42c84e09aee6b53c3060bb49136_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f74e38e0539a523232472f6c01717c6c5617c42c84e09aee6b53c3060bb49136_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Af74e38e0539a523232472f6c01717c6c5617c42c84e09aee6b53c3060bb49136?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a87fa4bc0af3d3e3befe09d9f26c86180935833a16f8e5b0249e6015172ad60f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a87fa4bc0af3d3e3befe09d9f26c86180935833a16f8e5b0249e6015172ad60f_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a87fa4bc0af3d3e3befe09d9f26c86180935833a16f8e5b0249e6015172ad60f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Aa87fa4bc0af3d3e3befe09d9f26c86180935833a16f8e5b0249e6015172ad60f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:96dad98ff7a5e3f5b97e1d85e387409dea8b68fe7554e3420fc1492613455e75_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:96dad98ff7a5e3f5b97e1d85e387409dea8b68fe7554e3420fc1492613455e75_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:96dad98ff7a5e3f5b97e1d85e387409dea8b68fe7554e3420fc1492613455e75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A96dad98ff7a5e3f5b97e1d85e387409dea8b68fe7554e3420fc1492613455e75?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:007bc9793a3de6738670ea13750957fddb35ce26a760b09076bf271611dc1746_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:007bc9793a3de6738670ea13750957fddb35ce26a760b09076bf271611dc1746_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:007bc9793a3de6738670ea13750957fddb35ce26a760b09076bf271611dc1746_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A007bc9793a3de6738670ea13750957fddb35ce26a760b09076bf271611dc1746?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768343878"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:cdbf77903c99fcbf1861940b2b6d91ab45461b057e7287366ceeda3eecfcdf8c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:cdbf77903c99fcbf1861940b2b6d91ab45461b057e7287366ceeda3eecfcdf8c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:cdbf77903c99fcbf1861940b2b6d91ab45461b057e7287366ceeda3eecfcdf8c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3Acdbf77903c99fcbf1861940b2b6d91ab45461b057e7287366ceeda3eecfcdf8c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768296072"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:320db78d1b6ba1723b6a51ea1949419023985f32f434ec5cf144bd001af97d7d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:320db78d1b6ba1723b6a51ea1949419023985f32f434ec5cf144bd001af97d7d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:320db78d1b6ba1723b6a51ea1949419023985f32f434ec5cf144bd001af97d7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3A320db78d1b6ba1723b6a51ea1949419023985f32f434ec5cf144bd001af97d7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768295886"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:edbf78c7ef72b2d4f304abaeee6f5258fbe0c8324501eb88ed5cf42c5a4444d5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:edbf78c7ef72b2d4f304abaeee6f5258fbe0c8324501eb88ed5cf42c5a4444d5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:edbf78c7ef72b2d4f304abaeee6f5258fbe0c8324501eb88ed5cf42c5a4444d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Aedbf78c7ef72b2d4f304abaeee6f5258fbe0c8324501eb88ed5cf42c5a4444d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768298872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cd9ee1dc64badca69a5aa6519d2b952b4d542160cc2cee970c499d67daf758ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cd9ee1dc64badca69a5aa6519d2b952b4d542160cc2cee970c499d67daf758ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cd9ee1dc64badca69a5aa6519d2b952b4d542160cc2cee970c499d67daf758ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Acd9ee1dc64badca69a5aa6519d2b952b4d542160cc2cee970c499d67daf758ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301439"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:38c5894ef06e695fa2acf7b718cc00b785778a85ac7dfea4df434a9cfbe667ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:38c5894ef06e695fa2acf7b718cc00b785778a85ac7dfea4df434a9cfbe667ca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:38c5894ef06e695fa2acf7b718cc00b785778a85ac7dfea4df434a9cfbe667ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A38c5894ef06e695fa2acf7b718cc00b785778a85ac7dfea4df434a9cfbe667ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768370342"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e0f06060e323ea0100415d8423e57c4beac4cee5fa120d74227b7b4095cc996_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e0f06060e323ea0100415d8423e57c4beac4cee5fa120d74227b7b4095cc996_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e0f06060e323ea0100415d8423e57c4beac4cee5fa120d74227b7b4095cc996_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A7e0f06060e323ea0100415d8423e57c4beac4cee5fa120d74227b7b4095cc996?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768386208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3e8335863602ce35ad246a5eea083ce009f0092b8ee950f0dd69807bc87a433c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3e8335863602ce35ad246a5eea083ce009f0092b8ee950f0dd69807bc87a433c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3e8335863602ce35ad246a5eea083ce009f0092b8ee950f0dd69807bc87a433c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A3e8335863602ce35ad246a5eea083ce009f0092b8ee950f0dd69807bc87a433c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:22a5c5b08e789b28881dec527170da8209c98fb810250b3554abf923c4ad5fff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:22a5c5b08e789b28881dec527170da8209c98fb810250b3554abf923c4ad5fff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:22a5c5b08e789b28881dec527170da8209c98fb810250b3554abf923c4ad5fff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A22a5c5b08e789b28881dec527170da8209c98fb810250b3554abf923c4ad5fff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1816a6bfec19873a742fe09afff825bb6f550e7696aebbeb98311784efa8e397_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1816a6bfec19873a742fe09afff825bb6f550e7696aebbeb98311784efa8e397_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1816a6bfec19873a742fe09afff825bb6f550e7696aebbeb98311784efa8e397_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A1816a6bfec19873a742fe09afff825bb6f550e7696aebbeb98311784efa8e397?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768370414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:767c66258eec0215094cf26db159ae778e1b41f0e8a2fc497e2aa6496709aaa0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:767c66258eec0215094cf26db159ae778e1b41f0e8a2fc497e2aa6496709aaa0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:767c66258eec0215094cf26db159ae778e1b41f0e8a2fc497e2aa6496709aaa0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A767c66258eec0215094cf26db159ae778e1b41f0e8a2fc497e2aa6496709aaa0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768315536"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f4cfad2c4d47ca9f60c43ce08da894876103834e30c7bce2858d2de478eda406_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f4cfad2c4d47ca9f60c43ce08da894876103834e30c7bce2858d2de478eda406_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f4cfad2c4d47ca9f60c43ce08da894876103834e30c7bce2858d2de478eda406_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Af4cfad2c4d47ca9f60c43ce08da894876103834e30c7bce2858d2de478eda406?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768369836"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a4c6ef8049e4cae2db1076c1fe9652e5e463e475c2e47ae57cadac77b85c1b3a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a4c6ef8049e4cae2db1076c1fe9652e5e463e475c2e47ae57cadac77b85c1b3a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a4c6ef8049e4cae2db1076c1fe9652e5e463e475c2e47ae57cadac77b85c1b3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Aa4c6ef8049e4cae2db1076c1fe9652e5e463e475c2e47ae57cadac77b85c1b3a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768300911"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:8583e3ba61ffa3f4bc5d0e411cceed3812338ee1c4e2233778fc111a84151260_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:8583e3ba61ffa3f4bc5d0e411cceed3812338ee1c4e2233778fc111a84151260_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:8583e3ba61ffa3f4bc5d0e411cceed3812338ee1c4e2233778fc111a84151260_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A8583e3ba61ffa3f4bc5d0e411cceed3812338ee1c4e2233778fc111a84151260?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768395874"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:cc958c954099b1f3837c0f42d7876dc5a65389e28635dc1ab1d31b7c9ed42eba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:cc958c954099b1f3837c0f42d7876dc5a65389e28635dc1ab1d31b7c9ed42eba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:cc958c954099b1f3837c0f42d7876dc5a65389e28635dc1ab1d31b7c9ed42eba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel9@sha256%3Acc958c954099b1f3837c0f42d7876dc5a65389e28635dc1ab1d31b7c9ed42eba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768296320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8d5da449175d5eef48240f1e01c67bc7413a183f9dc8c19e593682f114e18369_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8d5da449175d5eef48240f1e01c67bc7413a183f9dc8c19e593682f114e18369_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8d5da449175d5eef48240f1e01c67bc7413a183f9dc8c19e593682f114e18369_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel9@sha256%3A8d5da449175d5eef48240f1e01c67bc7413a183f9dc8c19e593682f114e18369?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768296069"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb7d53422af0058a6458a0082778d7b80fbd96d848f730d6cc2b1ef1fe8378ce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb7d53422af0058a6458a0082778d7b80fbd96d848f730d6cc2b1ef1fe8378ce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb7d53422af0058a6458a0082778d7b80fbd96d848f730d6cc2b1ef1fe8378ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Afb7d53422af0058a6458a0082778d7b80fbd96d848f730d6cc2b1ef1fe8378ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768334534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d3cd1417108e10bc782552970f119812a447237dc7c4bbef5da96cf86a5171ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d3cd1417108e10bc782552970f119812a447237dc7c4bbef5da96cf86a5171ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d3cd1417108e10bc782552970f119812a447237dc7c4bbef5da96cf86a5171ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3Ad3cd1417108e10bc782552970f119812a447237dc7c4bbef5da96cf86a5171ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ea775328601453d6232efb25ab5666dea264037104e7be017c3bb14596a5a09f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ea775328601453d6232efb25ab5666dea264037104e7be017c3bb14596a5a09f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ea775328601453d6232efb25ab5666dea264037104e7be017c3bb14596a5a09f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Aea775328601453d6232efb25ab5666dea264037104e7be017c3bb14596a5a09f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ab5e76c192e880195e0866154536be7bbe0b5f8c98fbc019e6ce572777c5b09_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ab5e76c192e880195e0866154536be7bbe0b5f8c98fbc019e6ce572777c5b09_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ab5e76c192e880195e0866154536be7bbe0b5f8c98fbc019e6ce572777c5b09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A5ab5e76c192e880195e0866154536be7bbe0b5f8c98fbc019e6ce572777c5b09?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301361"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3172fc318303c88eeb816481baf2013ce141ee6ea060be84175da3e782337fea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3172fc318303c88eeb816481baf2013ce141ee6ea060be84175da3e782337fea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3172fc318303c88eeb816481baf2013ce141ee6ea060be84175da3e782337fea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A3172fc318303c88eeb816481baf2013ce141ee6ea060be84175da3e782337fea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:d4bd66cc6323876242247ccb70e60906cf79e73d31124f0cc8c1006437459b9b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:d4bd66cc6323876242247ccb70e60906cf79e73d31124f0cc8c1006437459b9b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:d4bd66cc6323876242247ccb70e60906cf79e73d31124f0cc8c1006437459b9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Ad4bd66cc6323876242247ccb70e60906cf79e73d31124f0cc8c1006437459b9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768304018"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:79ad6ae13e6a7072a38644b1ebf5b67318fb04067d329ac5f6108e493b571d58_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:79ad6ae13e6a7072a38644b1ebf5b67318fb04067d329ac5f6108e493b571d58_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:79ad6ae13e6a7072a38644b1ebf5b67318fb04067d329ac5f6108e493b571d58_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A79ad6ae13e6a7072a38644b1ebf5b67318fb04067d329ac5f6108e493b571d58?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:90db58690c68927ea26fe9b9434fa474bac70f8ead720ba1f5bdffac029c8d0c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:90db58690c68927ea26fe9b9434fa474bac70f8ead720ba1f5bdffac029c8d0c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:90db58690c68927ea26fe9b9434fa474bac70f8ead720ba1f5bdffac029c8d0c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A90db58690c68927ea26fe9b9434fa474bac70f8ead720ba1f5bdffac029c8d0c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302973"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:397024bdbb37bb9cb2b1d8c44e6558b61cb9485a7e6603cabf58ae7d44092291_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:397024bdbb37bb9cb2b1d8c44e6558b61cb9485a7e6603cabf58ae7d44092291_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:397024bdbb37bb9cb2b1d8c44e6558b61cb9485a7e6603cabf58ae7d44092291_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A397024bdbb37bb9cb2b1d8c44e6558b61cb9485a7e6603cabf58ae7d44092291?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3d282b4786374825528fd450d57f92ac67af73b5bca607a226c05b3de7c9c0f0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3d282b4786374825528fd450d57f92ac67af73b5bca607a226c05b3de7c9c0f0_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3d282b4786374825528fd450d57f92ac67af73b5bca607a226c05b3de7c9c0f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A3d282b4786374825528fd450d57f92ac67af73b5bca607a226c05b3de7c9c0f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768370242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ef3a40a70625942adab0b6a9859ef2dd2e2f6706d6993fa0e04ac35f22734b44_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ef3a40a70625942adab0b6a9859ef2dd2e2f6706d6993fa0e04ac35f22734b44_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ef3a40a70625942adab0b6a9859ef2dd2e2f6706d6993fa0e04ac35f22734b44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Aef3a40a70625942adab0b6a9859ef2dd2e2f6706d6993fa0e04ac35f22734b44?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768377455"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5922e41d5d0fb6a1ea2e1e6d42347d998505b40e914365078217e91f20d712d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5922e41d5d0fb6a1ea2e1e6d42347d998505b40e914365078217e91f20d712d8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5922e41d5d0fb6a1ea2e1e6d42347d998505b40e914365078217e91f20d712d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A5922e41d5d0fb6a1ea2e1e6d42347d998505b40e914365078217e91f20d712d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768300681"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:eee57c35a67ba8a454e404025d05e2a8844e3dd5352cc257b45095bf5912db01_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:eee57c35a67ba8a454e404025d05e2a8844e3dd5352cc257b45095bf5912db01_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:eee57c35a67ba8a454e404025d05e2a8844e3dd5352cc257b45095bf5912db01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3Aeee57c35a67ba8a454e404025d05e2a8844e3dd5352cc257b45095bf5912db01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:55079f2e8372c052df93fff5d047873d1c942128e9c299f37c097a2ba04e2307_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:55079f2e8372c052df93fff5d047873d1c942128e9c299f37c097a2ba04e2307_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:55079f2e8372c052df93fff5d047873d1c942128e9c299f37c097a2ba04e2307_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A55079f2e8372c052df93fff5d047873d1c942128e9c299f37c097a2ba04e2307?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768299282"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5ece27c9bb54514eca68d0eb4b5dcb7ff8ea1c0a52274ce14e9b3da6600cf71_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5ece27c9bb54514eca68d0eb4b5dcb7ff8ea1c0a52274ce14e9b3da6600cf71_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5ece27c9bb54514eca68d0eb4b5dcb7ff8ea1c0a52274ce14e9b3da6600cf71_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3Ae5ece27c9bb54514eca68d0eb4b5dcb7ff8ea1c0a52274ce14e9b3da6600cf71?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768299328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1da9826ca384c51052a649dc23c586408ecde83943782b47af54411b34d9e4fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1da9826ca384c51052a649dc23c586408ecde83943782b47af54411b34d9e4fc_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1da9826ca384c51052a649dc23c586408ecde83943782b47af54411b34d9e4fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A1da9826ca384c51052a649dc23c586408ecde83943782b47af54411b34d9e4fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3a24fbac9c6f2dc66c7df9da9138153f24ffb48984065b4e285165aaf226b193_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3a24fbac9c6f2dc66c7df9da9138153f24ffb48984065b4e285165aaf226b193_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3a24fbac9c6f2dc66c7df9da9138153f24ffb48984065b4e285165aaf226b193_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A3a24fbac9c6f2dc66c7df9da9138153f24ffb48984065b4e285165aaf226b193?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5cba64ffaa60bf9c3a736a54aae19e7091464e2459ee0b5c3989461f29d21424_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5cba64ffaa60bf9c3a736a54aae19e7091464e2459ee0b5c3989461f29d21424_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5cba64ffaa60bf9c3a736a54aae19e7091464e2459ee0b5c3989461f29d21424_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A5cba64ffaa60bf9c3a736a54aae19e7091464e2459ee0b5c3989461f29d21424?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303084"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f8ecf162263f4c9831b79e98df9ce36396ea6a998747ae40e743ee433e3c41be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f8ecf162263f4c9831b79e98df9ce36396ea6a998747ae40e743ee433e3c41be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f8ecf162263f4c9831b79e98df9ce36396ea6a998747ae40e743ee433e3c41be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9@sha256%3Af8ecf162263f4c9831b79e98df9ce36396ea6a998747ae40e743ee433e3c41be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768295896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f8ecf162263f4c9831b79e98df9ce36396ea6a998747ae40e743ee433e3c41be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f8ecf162263f4c9831b79e98df9ce36396ea6a998747ae40e743ee433e3c41be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f8ecf162263f4c9831b79e98df9ce36396ea6a998747ae40e743ee433e3c41be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9@sha256%3Af8ecf162263f4c9831b79e98df9ce36396ea6a998747ae40e743ee433e3c41be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768295896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8bc36a039878cc535de99714a87bce976db8628767037f716e88e6c7de5ab183_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8bc36a039878cc535de99714a87bce976db8628767037f716e88e6c7de5ab183_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8bc36a039878cc535de99714a87bce976db8628767037f716e88e6c7de5ab183_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A8bc36a039878cc535de99714a87bce976db8628767037f716e88e6c7de5ab183?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768295807"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8bc36a039878cc535de99714a87bce976db8628767037f716e88e6c7de5ab183_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8bc36a039878cc535de99714a87bce976db8628767037f716e88e6c7de5ab183_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8bc36a039878cc535de99714a87bce976db8628767037f716e88e6c7de5ab183_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9-operator@sha256%3A8bc36a039878cc535de99714a87bce976db8628767037f716e88e6c7de5ab183?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768295807"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:ba204b99b5881580ec39e216ec7ac0fb04d56ee6d71104496d88d3ddc057e096_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:ba204b99b5881580ec39e216ec7ac0fb04d56ee6d71104496d88d3ddc057e096_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:ba204b99b5881580ec39e216ec7ac0fb04d56ee6d71104496d88d3ddc057e096_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel9@sha256%3Aba204b99b5881580ec39e216ec7ac0fb04d56ee6d71104496d88d3ddc057e096?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768295955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e26b62f8b25250c571a54af7f1e4c2ab42262a2411ac9f64f3aa933ae2782bae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e26b62f8b25250c571a54af7f1e4c2ab42262a2411ac9f64f3aa933ae2782bae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e26b62f8b25250c571a54af7f1e4c2ab42262a2411ac9f64f3aa933ae2782bae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel9@sha256%3Ae26b62f8b25250c571a54af7f1e4c2ab42262a2411ac9f64f3aa933ae2782bae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768295830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:106da5b0750a07f1ed06dd2fb32b6c3646f707efa4e670cc5620999c4f935be0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:106da5b0750a07f1ed06dd2fb32b6c3646f707efa4e670cc5620999c4f935be0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:106da5b0750a07f1ed06dd2fb32b6c3646f707efa4e670cc5620999c4f935be0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A106da5b0750a07f1ed06dd2fb32b6c3646f707efa4e670cc5620999c4f935be0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768377693"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ab2b2cdd65666cdba8407139371c27c37e14e7cb958d6f9010f5067d8fc70022_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ab2b2cdd65666cdba8407139371c27c37e14e7cb958d6f9010f5067d8fc70022_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ab2b2cdd65666cdba8407139371c27c37e14e7cb958d6f9010f5067d8fc70022_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3Aab2b2cdd65666cdba8407139371c27c37e14e7cb958d6f9010f5067d8fc70022?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768304107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4d76a7cb33ba6ddc5590519c6bb491a9efd3554d7a767f5fa96fba8d7d49990f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4d76a7cb33ba6ddc5590519c6bb491a9efd3554d7a767f5fa96fba8d7d49990f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4d76a7cb33ba6ddc5590519c6bb491a9efd3554d7a767f5fa96fba8d7d49990f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A4d76a7cb33ba6ddc5590519c6bb491a9efd3554d7a767f5fa96fba8d7d49990f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8344a6b4e10728c7e56538c3ab5f61f63bb7bd1e9ee66eb9ad32dfb107a9ecb8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8344a6b4e10728c7e56538c3ab5f61f63bb7bd1e9ee66eb9ad32dfb107a9ecb8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8344a6b4e10728c7e56538c3ab5f61f63bb7bd1e9ee66eb9ad32dfb107a9ecb8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A8344a6b4e10728c7e56538c3ab5f61f63bb7bd1e9ee66eb9ad32dfb107a9ecb8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0edc465277f4de05bc5157ccfb3b378933d8cc5dad5bea4a2c38b8fe79a8bcd7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0edc465277f4de05bc5157ccfb3b378933d8cc5dad5bea4a2c38b8fe79a8bcd7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0edc465277f4de05bc5157ccfb3b378933d8cc5dad5bea4a2c38b8fe79a8bcd7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A0edc465277f4de05bc5157ccfb3b378933d8cc5dad5bea4a2c38b8fe79a8bcd7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768334418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9fe6e36b7bd3a29d554e672d2093c3a65aa003a36a17c0dde9ae074c55a9bc46_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9fe6e36b7bd3a29d554e672d2093c3a65aa003a36a17c0dde9ae074c55a9bc46_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9fe6e36b7bd3a29d554e672d2093c3a65aa003a36a17c0dde9ae074c55a9bc46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A9fe6e36b7bd3a29d554e672d2093c3a65aa003a36a17c0dde9ae074c55a9bc46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b9ce2b1cb81eb9f5ad883bad542b64c41ad3a9174923291f3dec200ad5d63364_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b9ce2b1cb81eb9f5ad883bad542b64c41ad3a9174923291f3dec200ad5d63364_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b9ce2b1cb81eb9f5ad883bad542b64c41ad3a9174923291f3dec200ad5d63364_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Ab9ce2b1cb81eb9f5ad883bad542b64c41ad3a9174923291f3dec200ad5d63364?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345887"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:c339d2f84e1defbb24c4c4f6649f863c395fd550522b07bc132a159acf0a44fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:c339d2f84e1defbb24c4c4f6649f863c395fd550522b07bc132a159acf0a44fd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:c339d2f84e1defbb24c4c4f6649f863c395fd550522b07bc132a159acf0a44fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel9@sha256%3Ac339d2f84e1defbb24c4c4f6649f863c395fd550522b07bc132a159acf0a44fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768296253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3a63b4b71447165c2d16071b69286bff5387b2034229cd7fe3aca53745d7dab1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3a63b4b71447165c2d16071b69286bff5387b2034229cd7fe3aca53745d7dab1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3a63b4b71447165c2d16071b69286bff5387b2034229cd7fe3aca53745d7dab1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel9@sha256%3A3a63b4b71447165c2d16071b69286bff5387b2034229cd7fe3aca53745d7dab1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768295848"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dcbf05a303a984ad4e9544f37d691a733ab4f7a7f466790b18e9e2e2ea1f1dbe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dcbf05a303a984ad4e9544f37d691a733ab4f7a7f466790b18e9e2e2ea1f1dbe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dcbf05a303a984ad4e9544f37d691a733ab4f7a7f466790b18e9e2e2ea1f1dbe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Adcbf05a303a984ad4e9544f37d691a733ab4f7a7f466790b18e9e2e2ea1f1dbe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0f685c2d8ccddd1f62f2dde6cfa0bfcff8b959952347e7a07773476d87a16e1b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0f685c2d8ccddd1f62f2dde6cfa0bfcff8b959952347e7a07773476d87a16e1b_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0f685c2d8ccddd1f62f2dde6cfa0bfcff8b959952347e7a07773476d87a16e1b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A0f685c2d8ccddd1f62f2dde6cfa0bfcff8b959952347e7a07773476d87a16e1b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:87b8b142f5e2097e8e260522e12e0fe586688fe0fc782a2498387b75bc1fdd80_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:87b8b142f5e2097e8e260522e12e0fe586688fe0fc782a2498387b75bc1fdd80_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:87b8b142f5e2097e8e260522e12e0fe586688fe0fc782a2498387b75bc1fdd80_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A87b8b142f5e2097e8e260522e12e0fe586688fe0fc782a2498387b75bc1fdd80?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768296019"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7317dfa48ac53af504a467efc1ec18a94f5909815560231de51d521c00826d7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7317dfa48ac53af504a467efc1ec18a94f5909815560231de51d521c00826d7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7317dfa48ac53af504a467efc1ec18a94f5909815560231de51d521c00826d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3Ab7317dfa48ac53af504a467efc1ec18a94f5909815560231de51d521c00826d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768295818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cd7f5703c9e7d4f6619286c135215e44dba4ff472516951bd295468bd413ff22_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cd7f5703c9e7d4f6619286c135215e44dba4ff472516951bd295468bd413ff22_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cd7f5703c9e7d4f6619286c135215e44dba4ff472516951bd295468bd413ff22_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Acd7f5703c9e7d4f6619286c135215e44dba4ff472516951bd295468bd413ff22?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2572f6fe095b0e146393f7f6f8087b721ab806982f866516531404eea2e510f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2572f6fe095b0e146393f7f6f8087b721ab806982f866516531404eea2e510f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2572f6fe095b0e146393f7f6f8087b721ab806982f866516531404eea2e510f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A2572f6fe095b0e146393f7f6f8087b721ab806982f866516531404eea2e510f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e39f7e9d8034b32f918fb3eb1adcd89b248e4d879734bcdd5860595b4dc33d93_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e39f7e9d8034b32f918fb3eb1adcd89b248e4d879734bcdd5860595b4dc33d93_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e39f7e9d8034b32f918fb3eb1adcd89b248e4d879734bcdd5860595b4dc33d93_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Ae39f7e9d8034b32f918fb3eb1adcd89b248e4d879734bcdd5860595b4dc33d93?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301807"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f6849640cd6983e63f57ff0562d9bf20f0e7a5b42c78fb91b92f139e43ce0518_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f6849640cd6983e63f57ff0562d9bf20f0e7a5b42c78fb91b92f139e43ce0518_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f6849640cd6983e63f57ff0562d9bf20f0e7a5b42c78fb91b92f139e43ce0518_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Af6849640cd6983e63f57ff0562d9bf20f0e7a5b42c78fb91b92f139e43ce0518?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3e12a7a5ce51c186e6eaa43fce50a694fd43ac3cd7469ef8bfd09517095dc7d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3e12a7a5ce51c186e6eaa43fce50a694fd43ac3cd7469ef8bfd09517095dc7d0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3e12a7a5ce51c186e6eaa43fce50a694fd43ac3cd7469ef8bfd09517095dc7d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A3e12a7a5ce51c186e6eaa43fce50a694fd43ac3cd7469ef8bfd09517095dc7d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302983"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b6023361c8192bc3330c9337c616ec5d3a1870b298b15554f6caf760ee6c40df_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b6023361c8192bc3330c9337c616ec5d3a1870b298b15554f6caf760ee6c40df_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b6023361c8192bc3330c9337c616ec5d3a1870b298b15554f6caf760ee6c40df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Ab6023361c8192bc3330c9337c616ec5d3a1870b298b15554f6caf760ee6c40df?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:602f2ab70f206ffe5e1aa3887e33f407303d13bd584a04c1ad7c9080665da084_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:602f2ab70f206ffe5e1aa3887e33f407303d13bd584a04c1ad7c9080665da084_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:602f2ab70f206ffe5e1aa3887e33f407303d13bd584a04c1ad7c9080665da084_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A602f2ab70f206ffe5e1aa3887e33f407303d13bd584a04c1ad7c9080665da084?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5018226c990212b9f0281f7bd4b9d6f1567e7c6dfdc9c92481a2ed2013b691f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5018226c990212b9f0281f7bd4b9d6f1567e7c6dfdc9c92481a2ed2013b691f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5018226c990212b9f0281f7bd4b9d6f1567e7c6dfdc9c92481a2ed2013b691f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Ad5018226c990212b9f0281f7bd4b9d6f1567e7c6dfdc9c92481a2ed2013b691f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302191"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:19defe671bdf01032e1009a3bc17596d32487cfc555223ac691b8a84298fbb4c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:19defe671bdf01032e1009a3bc17596d32487cfc555223ac691b8a84298fbb4c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:19defe671bdf01032e1009a3bc17596d32487cfc555223ac691b8a84298fbb4c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A19defe671bdf01032e1009a3bc17596d32487cfc555223ac691b8a84298fbb4c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3988f1b68baf551de912a788168287612cdc1cc7c4e7f3113402a077280784bf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3988f1b68baf551de912a788168287612cdc1cc7c4e7f3113402a077280784bf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3988f1b68baf551de912a788168287612cdc1cc7c4e7f3113402a077280784bf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A3988f1b68baf551de912a788168287612cdc1cc7c4e7f3113402a077280784bf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4d52c456f1c8dadb233b01ead052ce5b6748a03f22a12933bbb861f5e6179393_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4d52c456f1c8dadb233b01ead052ce5b6748a03f22a12933bbb861f5e6179393_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4d52c456f1c8dadb233b01ead052ce5b6748a03f22a12933bbb861f5e6179393_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A4d52c456f1c8dadb233b01ead052ce5b6748a03f22a12933bbb861f5e6179393?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:dc77ee000b0904922c06c4ca01d1e9922d72891c358474709eb5f859b74b69d6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:dc77ee000b0904922c06c4ca01d1e9922d72891c358474709eb5f859b74b69d6_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:dc77ee000b0904922c06c4ca01d1e9922d72891c358474709eb5f859b74b69d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3Adc77ee000b0904922c06c4ca01d1e9922d72891c358474709eb5f859b74b69d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:257557b9f4a28c6dd8e9d43b007d563649c1f53a120154f5ad5602abf14e5e50_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:257557b9f4a28c6dd8e9d43b007d563649c1f53a120154f5ad5602abf14e5e50_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:257557b9f4a28c6dd8e9d43b007d563649c1f53a120154f5ad5602abf14e5e50_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A257557b9f4a28c6dd8e9d43b007d563649c1f53a120154f5ad5602abf14e5e50?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:928a3bfb73ef2297dffe4a01d7d828bad20cd7dafbf8f20116e640a487ced903_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:928a3bfb73ef2297dffe4a01d7d828bad20cd7dafbf8f20116e640a487ced903_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:928a3bfb73ef2297dffe4a01d7d828bad20cd7dafbf8f20116e640a487ced903_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A928a3bfb73ef2297dffe4a01d7d828bad20cd7dafbf8f20116e640a487ced903?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4d00e1dd2fc0f01bdee4e8a43510fd99d1db320326bd4d5cadc2bc2110a5f28b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4d00e1dd2fc0f01bdee4e8a43510fd99d1db320326bd4d5cadc2bc2110a5f28b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4d00e1dd2fc0f01bdee4e8a43510fd99d1db320326bd4d5cadc2bc2110a5f28b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A4d00e1dd2fc0f01bdee4e8a43510fd99d1db320326bd4d5cadc2bc2110a5f28b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4bea2647a0ad9fc7c353016566616683f2131115e56b7717bbc1035c4ff79ef9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4bea2647a0ad9fc7c353016566616683f2131115e56b7717bbc1035c4ff79ef9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4bea2647a0ad9fc7c353016566616683f2131115e56b7717bbc1035c4ff79ef9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A4bea2647a0ad9fc7c353016566616683f2131115e56b7717bbc1035c4ff79ef9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:43fac342e1843d331f83c674e25bed22bfd6f1e32690de285bbf645a76f5be72_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:43fac342e1843d331f83c674e25bed22bfd6f1e32690de285bbf645a76f5be72_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:43fac342e1843d331f83c674e25bed22bfd6f1e32690de285bbf645a76f5be72_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A43fac342e1843d331f83c674e25bed22bfd6f1e32690de285bbf645a76f5be72?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:a73b3fbd46d12b57ce7a136fb23ce9cb0adb0dbb21d04c90acbddceba49fc166_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:a73b3fbd46d12b57ce7a136fb23ce9cb0adb0dbb21d04c90acbddceba49fc166_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:a73b3fbd46d12b57ce7a136fb23ce9cb0adb0dbb21d04c90acbddceba49fc166_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3Aa73b3fbd46d12b57ce7a136fb23ce9cb0adb0dbb21d04c90acbddceba49fc166?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:97a0679a75ad118affbe3ce459b0e8c447b6f0d2a9133615343b79fbd712e8a7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:97a0679a75ad118affbe3ce459b0e8c447b6f0d2a9133615343b79fbd712e8a7_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:97a0679a75ad118affbe3ce459b0e8c447b6f0d2a9133615343b79fbd712e8a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A97a0679a75ad118affbe3ce459b0e8c447b6f0d2a9133615343b79fbd712e8a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768378857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:788030ad73fe759f1dafeb66cc9493c7831515ab7ded879fac7b2bd9490b229e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:788030ad73fe759f1dafeb66cc9493c7831515ab7ded879fac7b2bd9490b229e_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:788030ad73fe759f1dafeb66cc9493c7831515ab7ded879fac7b2bd9490b229e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A788030ad73fe759f1dafeb66cc9493c7831515ab7ded879fac7b2bd9490b229e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c70395cc3af5bf9ad32f9fed59716b0256086f4793f30102a17b50cfb28669f2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c70395cc3af5bf9ad32f9fed59716b0256086f4793f30102a17b50cfb28669f2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c70395cc3af5bf9ad32f9fed59716b0256086f4793f30102a17b50cfb28669f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ac70395cc3af5bf9ad32f9fed59716b0256086f4793f30102a17b50cfb28669f2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:00ebbe8646b24d21a488bf4020b71e0ee5bb6f4d8d0a997541b3b3240da27ded_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:00ebbe8646b24d21a488bf4020b71e0ee5bb6f4d8d0a997541b3b3240da27ded_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:00ebbe8646b24d21a488bf4020b71e0ee5bb6f4d8d0a997541b3b3240da27ded_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A00ebbe8646b24d21a488bf4020b71e0ee5bb6f4d8d0a997541b3b3240da27ded?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3e0bf592eb5fe00bc152b5f7c10fe91f9789ebe36cfba0fd1bc702b129a3686c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3e0bf592eb5fe00bc152b5f7c10fe91f9789ebe36cfba0fd1bc702b129a3686c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3e0bf592eb5fe00bc152b5f7c10fe91f9789ebe36cfba0fd1bc702b129a3686c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A3e0bf592eb5fe00bc152b5f7c10fe91f9789ebe36cfba0fd1bc702b129a3686c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768369786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae32d496888e2e03b6d2d819f5063f356a38fdf36dda821126ebbc5d482c6b2b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae32d496888e2e03b6d2d819f5063f356a38fdf36dda821126ebbc5d482c6b2b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae32d496888e2e03b6d2d819f5063f356a38fdf36dda821126ebbc5d482c6b2b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3Aae32d496888e2e03b6d2d819f5063f356a38fdf36dda821126ebbc5d482c6b2b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302899"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0372dc1974b82374601decd0c7c48b352baa4dd6ffcf43c26fa0e501c337de2a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0372dc1974b82374601decd0c7c48b352baa4dd6ffcf43c26fa0e501c337de2a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0372dc1974b82374601decd0c7c48b352baa4dd6ffcf43c26fa0e501c337de2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A0372dc1974b82374601decd0c7c48b352baa4dd6ffcf43c26fa0e501c337de2a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a0723a1d41abed167044e2319f621ab3eafbeda880191952a248f0b18c18438_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a0723a1d41abed167044e2319f621ab3eafbeda880191952a248f0b18c18438_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a0723a1d41abed167044e2319f621ab3eafbeda880191952a248f0b18c18438_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A2a0723a1d41abed167044e2319f621ab3eafbeda880191952a248f0b18c18438?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768300768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:83de49cccf7f453e86d49dfa368a5dc496afcdc5e91c53b3cb4922f2e14fe998_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:83de49cccf7f453e86d49dfa368a5dc496afcdc5e91c53b3cb4922f2e14fe998_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:83de49cccf7f453e86d49dfa368a5dc496afcdc5e91c53b3cb4922f2e14fe998_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A83de49cccf7f453e86d49dfa368a5dc496afcdc5e91c53b3cb4922f2e14fe998?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768295793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6fb8c2aebd19bd2c9dd6b463fa87b5c278d374228c297fa4d0356b576be77be2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6fb8c2aebd19bd2c9dd6b463fa87b5c278d374228c297fa4d0356b576be77be2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6fb8c2aebd19bd2c9dd6b463fa87b5c278d374228c297fa4d0356b576be77be2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A6fb8c2aebd19bd2c9dd6b463fa87b5c278d374228c297fa4d0356b576be77be2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768356991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e3431b1036881405a033766b3f91280ebd0504f042d302751ba39fb14e7cf4e7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e3431b1036881405a033766b3f91280ebd0504f042d302751ba39fb14e7cf4e7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e3431b1036881405a033766b3f91280ebd0504f042d302751ba39fb14e7cf4e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3Ae3431b1036881405a033766b3f91280ebd0504f042d302751ba39fb14e7cf4e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768296190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:fff0072bbac9a35ad891a4d2171f977d3ab01ae30eb390b21552b5e8876602e2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:fff0072bbac9a35ad891a4d2171f977d3ab01ae30eb390b21552b5e8876602e2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:fff0072bbac9a35ad891a4d2171f977d3ab01ae30eb390b21552b5e8876602e2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3Afff0072bbac9a35ad891a4d2171f977d3ab01ae30eb390b21552b5e8876602e2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768295822"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7e6e74205ea4ee862e8e029309467bf2df8307639f7e1caa4800e2569bdeb219_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7e6e74205ea4ee862e8e029309467bf2df8307639f7e1caa4800e2569bdeb219_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7e6e74205ea4ee862e8e029309467bf2df8307639f7e1caa4800e2569bdeb219_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A7e6e74205ea4ee862e8e029309467bf2df8307639f7e1caa4800e2569bdeb219?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1f0cce74be4ddeaec91630fe523ffc18556a01ae2ac9e22dadd8e24277bda65a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1f0cce74be4ddeaec91630fe523ffc18556a01ae2ac9e22dadd8e24277bda65a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1f0cce74be4ddeaec91630fe523ffc18556a01ae2ac9e22dadd8e24277bda65a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A1f0cce74be4ddeaec91630fe523ffc18556a01ae2ac9e22dadd8e24277bda65a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e55365fcbef6a6e83587d5ff5e05197c58692979fc3bbfed319a116990863268_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e55365fcbef6a6e83587d5ff5e05197c58692979fc3bbfed319a116990863268_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e55365fcbef6a6e83587d5ff5e05197c58692979fc3bbfed319a116990863268_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Ae55365fcbef6a6e83587d5ff5e05197c58692979fc3bbfed319a116990863268?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:21392184df64cde99256e947da7ef0fd360b0ef627c1adf0f92b7e5a2f01e8ad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:21392184df64cde99256e947da7ef0fd360b0ef627c1adf0f92b7e5a2f01e8ad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:21392184df64cde99256e947da7ef0fd360b0ef627c1adf0f92b7e5a2f01e8ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A21392184df64cde99256e947da7ef0fd360b0ef627c1adf0f92b7e5a2f01e8ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768369893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0642ac1cb901f1c6573106f7574c760aeac07946a1c058f94e1f0f13ddc21f81_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0642ac1cb901f1c6573106f7574c760aeac07946a1c058f94e1f0f13ddc21f81_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0642ac1cb901f1c6573106f7574c760aeac07946a1c058f94e1f0f13ddc21f81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A0642ac1cb901f1c6573106f7574c760aeac07946a1c058f94e1f0f13ddc21f81?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768434451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cb7af29983abc2400722359c181490cd621b6368142e01d5cda987abfaf09330_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cb7af29983abc2400722359c181490cd621b6368142e01d5cda987abfaf09330_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cb7af29983abc2400722359c181490cd621b6368142e01d5cda987abfaf09330_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Acb7af29983abc2400722359c181490cd621b6368142e01d5cda987abfaf09330?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301523"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9b2ac5c38a95ffda2bb6e40d0168d94183e7cad2da02cc3daecbb7e790b6f93e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9b2ac5c38a95ffda2bb6e40d0168d94183e7cad2da02cc3daecbb7e790b6f93e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9b2ac5c38a95ffda2bb6e40d0168d94183e7cad2da02cc3daecbb7e790b6f93e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A9b2ac5c38a95ffda2bb6e40d0168d94183e7cad2da02cc3daecbb7e790b6f93e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a262e0c68a133a100ed375316b8ed98c673aff2cfab700aad88271d538a3a773_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a262e0c68a133a100ed375316b8ed98c673aff2cfab700aad88271d538a3a773_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a262e0c68a133a100ed375316b8ed98c673aff2cfab700aad88271d538a3a773_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Aa262e0c68a133a100ed375316b8ed98c673aff2cfab700aad88271d538a3a773?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:93b726684de640f9988213465d572c14c2d41746bb9b1fc05fbc2053a89d63d4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:93b726684de640f9988213465d572c14c2d41746bb9b1fc05fbc2053a89d63d4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:93b726684de640f9988213465d572c14c2d41746bb9b1fc05fbc2053a89d63d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A93b726684de640f9988213465d572c14c2d41746bb9b1fc05fbc2053a89d63d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768434457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:af3bddc8b160b3959a4c78f297acfe0565e790ebb1354202bfee505640d56736_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:af3bddc8b160b3959a4c78f297acfe0565e790ebb1354202bfee505640d56736_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:af3bddc8b160b3959a4c78f297acfe0565e790ebb1354202bfee505640d56736_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Aaf3bddc8b160b3959a4c78f297acfe0565e790ebb1354202bfee505640d56736?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301691"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5737d41fb537ab51485af1c14b36993ad233e13fe5bf29baa0dee6966a6d7a7e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5737d41fb537ab51485af1c14b36993ad233e13fe5bf29baa0dee6966a6d7a7e_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5737d41fb537ab51485af1c14b36993ad233e13fe5bf29baa0dee6966a6d7a7e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A5737d41fb537ab51485af1c14b36993ad233e13fe5bf29baa0dee6966a6d7a7e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7777b47c630920f0f22d61616252ff74c8b8f798108f12966b6aaed5d4ad9e1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7777b47c630920f0f22d61616252ff74c8b8f798108f12966b6aaed5d4ad9e1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7777b47c630920f0f22d61616252ff74c8b8f798108f12966b6aaed5d4ad9e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Aa7777b47c630920f0f22d61616252ff74c8b8f798108f12966b6aaed5d4ad9e1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301044"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a2f4cf9accdf41e869afac3801881f2c523c1b94cb401e4c618f41c315cc5f47_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a2f4cf9accdf41e869afac3801881f2c523c1b94cb401e4c618f41c315cc5f47_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a2f4cf9accdf41e869afac3801881f2c523c1b94cb401e4c618f41c315cc5f47_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Aa2f4cf9accdf41e869afac3801881f2c523c1b94cb401e4c618f41c315cc5f47?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301353"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:55600b9bb8d4998379c911d0467e61a5d4eef7a2ff04d50dc4c15d042e5a0e6b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:55600b9bb8d4998379c911d0467e61a5d4eef7a2ff04d50dc4c15d042e5a0e6b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:55600b9bb8d4998379c911d0467e61a5d4eef7a2ff04d50dc4c15d042e5a0e6b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A55600b9bb8d4998379c911d0467e61a5d4eef7a2ff04d50dc4c15d042e5a0e6b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768434790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4f5d8feefcf0dfe5950fa481f8b6a1409acb628cff532d030f4f5fb63167b8af_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4f5d8feefcf0dfe5950fa481f8b6a1409acb628cff532d030f4f5fb63167b8af_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4f5d8feefcf0dfe5950fa481f8b6a1409acb628cff532d030f4f5fb63167b8af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A4f5d8feefcf0dfe5950fa481f8b6a1409acb628cff532d030f4f5fb63167b8af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:948a5868474bcbd679f7da799e68e6cdc5856ccb68fa614325d500b545895fe5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:948a5868474bcbd679f7da799e68e6cdc5856ccb68fa614325d500b545895fe5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:948a5868474bcbd679f7da799e68e6cdc5856ccb68fa614325d500b545895fe5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A948a5868474bcbd679f7da799e68e6cdc5856ccb68fa614325d500b545895fe5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768316266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f833006c803eb2568db59d7383ce99ee399eb8cf6779f7ddf8128a8aed078dce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f833006c803eb2568db59d7383ce99ee399eb8cf6779f7ddf8128a8aed078dce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f833006c803eb2568db59d7383ce99ee399eb8cf6779f7ddf8128a8aed078dce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Af833006c803eb2568db59d7383ce99ee399eb8cf6779f7ddf8128a8aed078dce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:34f21e2e0839de25218fb49104156fe0157548614db11dc28e6fde767a337311_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:34f21e2e0839de25218fb49104156fe0157548614db11dc28e6fde767a337311_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:34f21e2e0839de25218fb49104156fe0157548614db11dc28e6fde767a337311_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A34f21e2e0839de25218fb49104156fe0157548614db11dc28e6fde767a337311?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:17036ab7fc36d09d46ef4fed525ec667e5c598cff800bb58c756e6384555fdda_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:17036ab7fc36d09d46ef4fed525ec667e5c598cff800bb58c756e6384555fdda_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:17036ab7fc36d09d46ef4fed525ec667e5c598cff800bb58c756e6384555fdda_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A17036ab7fc36d09d46ef4fed525ec667e5c598cff800bb58c756e6384555fdda?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0b35f08d6b65e25aacbf7ab4e8a301deea0770a46e2eee1a6cfdaeb4a3160008_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0b35f08d6b65e25aacbf7ab4e8a301deea0770a46e2eee1a6cfdaeb4a3160008_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0b35f08d6b65e25aacbf7ab4e8a301deea0770a46e2eee1a6cfdaeb4a3160008_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A0b35f08d6b65e25aacbf7ab4e8a301deea0770a46e2eee1a6cfdaeb4a3160008?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ae99f6392f5cf2dfee91c9bcc50ce4afcf961585e1c18c4c83d70e3e1fccb617_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ae99f6392f5cf2dfee91c9bcc50ce4afcf961585e1c18c4c83d70e3e1fccb617_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ae99f6392f5cf2dfee91c9bcc50ce4afcf961585e1c18c4c83d70e3e1fccb617_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Aae99f6392f5cf2dfee91c9bcc50ce4afcf961585e1c18c4c83d70e3e1fccb617?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:997afcbfdc83d639c9d8875a7b2cf78f894fd581c0cb63e7017e5b146f6a6d95_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:997afcbfdc83d639c9d8875a7b2cf78f894fd581c0cb63e7017e5b146f6a6d95_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:997afcbfdc83d639c9d8875a7b2cf78f894fd581c0cb63e7017e5b146f6a6d95_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A997afcbfdc83d639c9d8875a7b2cf78f894fd581c0cb63e7017e5b146f6a6d95?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768333120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3671e42dfbb3810f7d9154137e779ae50674d0e9b45e124a73d95478cf0a99b6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3671e42dfbb3810f7d9154137e779ae50674d0e9b45e124a73d95478cf0a99b6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3671e42dfbb3810f7d9154137e779ae50674d0e9b45e124a73d95478cf0a99b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A3671e42dfbb3810f7d9154137e779ae50674d0e9b45e124a73d95478cf0a99b6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0ce48134847ba67e970651368d699e1e7a10e10e2ed6ab6467c9d184ab599484_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0ce48134847ba67e970651368d699e1e7a10e10e2ed6ab6467c9d184ab599484_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0ce48134847ba67e970651368d699e1e7a10e10e2ed6ab6467c9d184ab599484_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A0ce48134847ba67e970651368d699e1e7a10e10e2ed6ab6467c9d184ab599484?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a1d4cf42bceb3e6a4815dc7f665a3a577d6fe06db8f9eaec973da25a81f20344_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a1d4cf42bceb3e6a4815dc7f665a3a577d6fe06db8f9eaec973da25a81f20344_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a1d4cf42bceb3e6a4815dc7f665a3a577d6fe06db8f9eaec973da25a81f20344_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Aa1d4cf42bceb3e6a4815dc7f665a3a577d6fe06db8f9eaec973da25a81f20344?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345427"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0876b2485bba3c6b51a0084237a10b17cbc660663eafef423c56419f19a169d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0876b2485bba3c6b51a0084237a10b17cbc660663eafef423c56419f19a169d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0876b2485bba3c6b51a0084237a10b17cbc660663eafef423c56419f19a169d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Ac0876b2485bba3c6b51a0084237a10b17cbc660663eafef423c56419f19a169d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9d9163e0a8b00ac0ceabe5308169b5c73f8f7b970e77a8488968440c33adc443_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9d9163e0a8b00ac0ceabe5308169b5c73f8f7b970e77a8488968440c33adc443_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9d9163e0a8b00ac0ceabe5308169b5c73f8f7b970e77a8488968440c33adc443_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A9d9163e0a8b00ac0ceabe5308169b5c73f8f7b970e77a8488968440c33adc443?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768378035"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71df3b2f0192d48b744e6ad4053a454395f8a07ef2485beb2d1e40febb8013a6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71df3b2f0192d48b744e6ad4053a454395f8a07ef2485beb2d1e40febb8013a6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71df3b2f0192d48b744e6ad4053a454395f8a07ef2485beb2d1e40febb8013a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A71df3b2f0192d48b744e6ad4053a454395f8a07ef2485beb2d1e40febb8013a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:aeaa185fb7d7fad9da905d9f2552b12642c3aff657ffa1392cef219e453e6144_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:aeaa185fb7d7fad9da905d9f2552b12642c3aff657ffa1392cef219e453e6144_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:aeaa185fb7d7fad9da905d9f2552b12642c3aff657ffa1392cef219e453e6144_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Aaeaa185fb7d7fad9da905d9f2552b12642c3aff657ffa1392cef219e453e6144?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768305042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:26262a7bd08b1386429962224cea80c59be8a6cf3939e3e8186aa8e3728dc09e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:26262a7bd08b1386429962224cea80c59be8a6cf3939e3e8186aa8e3728dc09e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:26262a7bd08b1386429962224cea80c59be8a6cf3939e3e8186aa8e3728dc09e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A26262a7bd08b1386429962224cea80c59be8a6cf3939e3e8186aa8e3728dc09e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fbd7c627d7e30861c49e05b57636341b8aef3a4c2d3b639f396c090ec589e3a9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fbd7c627d7e30861c49e05b57636341b8aef3a4c2d3b639f396c090ec589e3a9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fbd7c627d7e30861c49e05b57636341b8aef3a4c2d3b639f396c090ec589e3a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Afbd7c627d7e30861c49e05b57636341b8aef3a4c2d3b639f396c090ec589e3a9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768370221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64858e17fa94577ab6e73e0ce5d01bea8482966b71273ba7e14016bec203da32_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64858e17fa94577ab6e73e0ce5d01bea8482966b71273ba7e14016bec203da32_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64858e17fa94577ab6e73e0ce5d01bea8482966b71273ba7e14016bec203da32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A64858e17fa94577ab6e73e0ce5d01bea8482966b71273ba7e14016bec203da32?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:abf664ae6d14cab3de4206584371e064771b3dbd5314178b663bbc1c2671603d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:abf664ae6d14cab3de4206584371e064771b3dbd5314178b663bbc1c2671603d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:abf664ae6d14cab3de4206584371e064771b3dbd5314178b663bbc1c2671603d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3Aabf664ae6d14cab3de4206584371e064771b3dbd5314178b663bbc1c2671603d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768296065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9f923ffcc65bca7959193bb55baf61902ad429e6b3a76ad62f236648ec64da0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9f923ffcc65bca7959193bb55baf61902ad429e6b3a76ad62f236648ec64da0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9f923ffcc65bca7959193bb55baf61902ad429e6b3a76ad62f236648ec64da0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3Ab9f923ffcc65bca7959193bb55baf61902ad429e6b3a76ad62f236648ec64da0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768295963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f29e5ebee536e2716d1b2630c7ea37b153628b8a3e7c193784d9ce2c63285478_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f29e5ebee536e2716d1b2630c7ea37b153628b8a3e7c193784d9ce2c63285478_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f29e5ebee536e2716d1b2630c7ea37b153628b8a3e7c193784d9ce2c63285478_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3Af29e5ebee536e2716d1b2630c7ea37b153628b8a3e7c193784d9ce2c63285478?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768295896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:3cc08e7287be504e70b6f7a0875462c5576af11fa95d743b4928c3963382fd93_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:3cc08e7287be504e70b6f7a0875462c5576af11fa95d743b4928c3963382fd93_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:3cc08e7287be504e70b6f7a0875462c5576af11fa95d743b4928c3963382fd93_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A3cc08e7287be504e70b6f7a0875462c5576af11fa95d743b4928c3963382fd93?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768295884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4b3e56e84ecdc767b87617389a1c4f4cd6323f85785c6268ce25c0f42e8af174_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4b3e56e84ecdc767b87617389a1c4f4cd6323f85785c6268ce25c0f42e8af174_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4b3e56e84ecdc767b87617389a1c4f4cd6323f85785c6268ce25c0f42e8af174_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A4b3e56e84ecdc767b87617389a1c4f4cd6323f85785c6268ce25c0f42e8af174?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768295795"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:5cf70e72ea8d1fd7eddfba9095150e06f900c732a74c87e297aeb28c9f335391_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:5cf70e72ea8d1fd7eddfba9095150e06f900c732a74c87e297aeb28c9f335391_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:5cf70e72ea8d1fd7eddfba9095150e06f900c732a74c87e297aeb28c9f335391_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A5cf70e72ea8d1fd7eddfba9095150e06f900c732a74c87e297aeb28c9f335391?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768296232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:634d6a9894dab4709edc07a985f951f31dc0aa066deb6329e85375f334adbb36_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:634d6a9894dab4709edc07a985f951f31dc0aa066deb6329e85375f334adbb36_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:634d6a9894dab4709edc07a985f951f31dc0aa066deb6329e85375f334adbb36_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A634d6a9894dab4709edc07a985f951f31dc0aa066deb6329e85375f334adbb36?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768296275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9d9e61b5ebd3c3f14b8be6b4881d41a3bb9390c060b1519961116978b84d828a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9d9e61b5ebd3c3f14b8be6b4881d41a3bb9390c060b1519961116978b84d828a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9d9e61b5ebd3c3f14b8be6b4881d41a3bb9390c060b1519961116978b84d828a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3A9d9e61b5ebd3c3f14b8be6b4881d41a3bb9390c060b1519961116978b84d828a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768296377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fa54106372a00b616a9ead77f956f55290395cab9df2acd5da53f43ecb972e24_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fa54106372a00b616a9ead77f956f55290395cab9df2acd5da53f43ecb972e24_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fa54106372a00b616a9ead77f956f55290395cab9df2acd5da53f43ecb972e24_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3Afa54106372a00b616a9ead77f956f55290395cab9df2acd5da53f43ecb972e24?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768296340"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:278d0f71c233fe68a6c97fd42fcb3fd6b6692e4ed2d847ea161cdd31de5c3e8c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:278d0f71c233fe68a6c97fd42fcb3fd6b6692e4ed2d847ea161cdd31de5c3e8c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:278d0f71c233fe68a6c97fd42fcb3fd6b6692e4ed2d847ea161cdd31de5c3e8c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A278d0f71c233fe68a6c97fd42fcb3fd6b6692e4ed2d847ea161cdd31de5c3e8c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768296063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:ad33c16288c336c9ca9951e55d64d3d5287f82bba0566b5ee7741c5cb3ddce7b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:ad33c16288c336c9ca9951e55d64d3d5287f82bba0566b5ee7741c5cb3ddce7b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:ad33c16288c336c9ca9951e55d64d3d5287f82bba0566b5ee7741c5cb3ddce7b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3Aad33c16288c336c9ca9951e55d64d3d5287f82bba0566b5ee7741c5cb3ddce7b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768296099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f6fff2f2589bf8065a44b669c62e31bf6d02b443afcffcd30839bfa230deeee1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f6fff2f2589bf8065a44b669c62e31bf6d02b443afcffcd30839bfa230deeee1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f6fff2f2589bf8065a44b669c62e31bf6d02b443afcffcd30839bfa230deeee1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Af6fff2f2589bf8065a44b669c62e31bf6d02b443afcffcd30839bfa230deeee1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9afe4f3d9f37acf30b43480a0e11a6030c8837f4b1458d5f873b2f2b10e27f80_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9afe4f3d9f37acf30b43480a0e11a6030c8837f4b1458d5f873b2f2b10e27f80_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9afe4f3d9f37acf30b43480a0e11a6030c8837f4b1458d5f873b2f2b10e27f80_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A9afe4f3d9f37acf30b43480a0e11a6030c8837f4b1458d5f873b2f2b10e27f80?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768332577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1e9d862ed181e401f094ea7ef2fdb19835fbc29de37684d16072b063835130cd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1e9d862ed181e401f094ea7ef2fdb19835fbc29de37684d16072b063835130cd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1e9d862ed181e401f094ea7ef2fdb19835fbc29de37684d16072b063835130cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A1e9d862ed181e401f094ea7ef2fdb19835fbc29de37684d16072b063835130cd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344010"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1eadb8d1903a2a7153ed78a285f75faa35b73114cc57ff0d2688efdd795d919d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1eadb8d1903a2a7153ed78a285f75faa35b73114cc57ff0d2688efdd795d919d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1eadb8d1903a2a7153ed78a285f75faa35b73114cc57ff0d2688efdd795d919d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A1eadb8d1903a2a7153ed78a285f75faa35b73114cc57ff0d2688efdd795d919d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768347301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ee02a8bbcaa623335858e84fda3a584e875cc753c63ddfa4728ff7f4c19d7d3d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ee02a8bbcaa623335858e84fda3a584e875cc753c63ddfa4728ff7f4c19d7d3d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ee02a8bbcaa623335858e84fda3a584e875cc753c63ddfa4728ff7f4c19d7d3d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Aee02a8bbcaa623335858e84fda3a584e875cc753c63ddfa4728ff7f4c19d7d3d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:88d15d95c82368d11bf91e60b0a2a9eaae7ef4d3c399b214a9c378a2a8d06c52_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:88d15d95c82368d11bf91e60b0a2a9eaae7ef4d3c399b214a9c378a2a8d06c52_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:88d15d95c82368d11bf91e60b0a2a9eaae7ef4d3c399b214a9c378a2a8d06c52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A88d15d95c82368d11bf91e60b0a2a9eaae7ef4d3c399b214a9c378a2a8d06c52?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d149cf1c7c99f8817be7d206e4e1e615cf1ba1b0c9b040010a9b822c5bbe838e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d149cf1c7c99f8817be7d206e4e1e615cf1ba1b0c9b040010a9b822c5bbe838e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d149cf1c7c99f8817be7d206e4e1e615cf1ba1b0c9b040010a9b822c5bbe838e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Ad149cf1c7c99f8817be7d206e4e1e615cf1ba1b0c9b040010a9b822c5bbe838e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7f6bb5972b117ee8ae2f578bc1d29a336d4be24715caf640216fbf46fc871516_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7f6bb5972b117ee8ae2f578bc1d29a336d4be24715caf640216fbf46fc871516_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7f6bb5972b117ee8ae2f578bc1d29a336d4be24715caf640216fbf46fc871516_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A7f6bb5972b117ee8ae2f578bc1d29a336d4be24715caf640216fbf46fc871516?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:da53eb97f0fd93078ce7e5275d741d1a70d532332f486f92591dfbb10e6e5d3c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:da53eb97f0fd93078ce7e5275d741d1a70d532332f486f92591dfbb10e6e5d3c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:da53eb97f0fd93078ce7e5275d741d1a70d532332f486f92591dfbb10e6e5d3c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Ada53eb97f0fd93078ce7e5275d741d1a70d532332f486f92591dfbb10e6e5d3c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4ad732548af4cfeccdc62ba2028bfb7cf11c52452d3a590542fc86b4cc33bf7b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4ad732548af4cfeccdc62ba2028bfb7cf11c52452d3a590542fc86b4cc33bf7b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4ad732548af4cfeccdc62ba2028bfb7cf11c52452d3a590542fc86b4cc33bf7b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A4ad732548af4cfeccdc62ba2028bfb7cf11c52452d3a590542fc86b4cc33bf7b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:72150297b74ce841ad36162a0b9754a570d73be3aeba36b6414a23842a8e469c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:72150297b74ce841ad36162a0b9754a570d73be3aeba36b6414a23842a8e469c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:72150297b74ce841ad36162a0b9754a570d73be3aeba36b6414a23842a8e469c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A72150297b74ce841ad36162a0b9754a570d73be3aeba36b6414a23842a8e469c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7529dcf67eea6d3ae5d4b85db8de6a2436b935d76cbee890eef52be6f71b441_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7529dcf67eea6d3ae5d4b85db8de6a2436b935d76cbee890eef52be6f71b441_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7529dcf67eea6d3ae5d4b85db8de6a2436b935d76cbee890eef52be6f71b441_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Ad7529dcf67eea6d3ae5d4b85db8de6a2436b935d76cbee890eef52be6f71b441?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7428c5bb3ce7b9ad0dc2bdc5372a5ba3bada30f29ca492c46dff8f16c81df620_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7428c5bb3ce7b9ad0dc2bdc5372a5ba3bada30f29ca492c46dff8f16c81df620_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7428c5bb3ce7b9ad0dc2bdc5372a5ba3bada30f29ca492c46dff8f16c81df620_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A7428c5bb3ce7b9ad0dc2bdc5372a5ba3bada30f29ca492c46dff8f16c81df620?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c6a9f789c5e2ee8b9ddb927cb4ba397fda0265fde353a5d9d614fdb8c4a72eee_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c6a9f789c5e2ee8b9ddb927cb4ba397fda0265fde353a5d9d614fdb8c4a72eee_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c6a9f789c5e2ee8b9ddb927cb4ba397fda0265fde353a5d9d614fdb8c4a72eee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Ac6a9f789c5e2ee8b9ddb927cb4ba397fda0265fde353a5d9d614fdb8c4a72eee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303788"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:845bd0b11a6618f8368f5614584aa96e9849bb55675ebf5768609637196ef8c8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:845bd0b11a6618f8368f5614584aa96e9849bb55675ebf5768609637196ef8c8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:845bd0b11a6618f8368f5614584aa96e9849bb55675ebf5768609637196ef8c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A845bd0b11a6618f8368f5614584aa96e9849bb55675ebf5768609637196ef8c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303080"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4209cde246dd5b0427fb6d33bc0fda45730b66612a70e95b841a0dfdb4d33c13_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4209cde246dd5b0427fb6d33bc0fda45730b66612a70e95b841a0dfdb4d33c13_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4209cde246dd5b0427fb6d33bc0fda45730b66612a70e95b841a0dfdb4d33c13_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A4209cde246dd5b0427fb6d33bc0fda45730b66612a70e95b841a0dfdb4d33c13?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768343852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28767896ef434c0e95802fa613293f60381be9a1a14899cc2930731c61c77d5f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28767896ef434c0e95802fa613293f60381be9a1a14899cc2930731c61c77d5f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28767896ef434c0e95802fa613293f60381be9a1a14899cc2930731c61c77d5f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A28767896ef434c0e95802fa613293f60381be9a1a14899cc2930731c61c77d5f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302943"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d63cec9aabed77f18fc92fe1175d237da4ef091dd6de83488ead2940d29f374d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d63cec9aabed77f18fc92fe1175d237da4ef091dd6de83488ead2940d29f374d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d63cec9aabed77f18fc92fe1175d237da4ef091dd6de83488ead2940d29f374d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Ad63cec9aabed77f18fc92fe1175d237da4ef091dd6de83488ead2940d29f374d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8392a81fb99cfe57564aeab5209bf824be9a59406bb114bd1894066404638d4b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8392a81fb99cfe57564aeab5209bf824be9a59406bb114bd1894066404638d4b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8392a81fb99cfe57564aeab5209bf824be9a59406bb114bd1894066404638d4b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A8392a81fb99cfe57564aeab5209bf824be9a59406bb114bd1894066404638d4b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d4bdd45ed434b11cb8733b5a2ba83ff85dad06360e34e5482306ef6da202e756_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d4bdd45ed434b11cb8733b5a2ba83ff85dad06360e34e5482306ef6da202e756_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d4bdd45ed434b11cb8733b5a2ba83ff85dad06360e34e5482306ef6da202e756_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Ad4bdd45ed434b11cb8733b5a2ba83ff85dad06360e34e5482306ef6da202e756?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9c75108604edba1cb1f09a4e2bff422b088b6d2fff31020facffe540e476d6f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9c75108604edba1cb1f09a4e2bff422b088b6d2fff31020facffe540e476d6f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9c75108604edba1cb1f09a4e2bff422b088b6d2fff31020facffe540e476d6f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A9c75108604edba1cb1f09a4e2bff422b088b6d2fff31020facffe540e476d6f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:643224f5319a34c396342cdc2785080c64125db41f5a54c4f9c1816aed2980df_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:643224f5319a34c396342cdc2785080c64125db41f5a54c4f9c1816aed2980df_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:643224f5319a34c396342cdc2785080c64125db41f5a54c4f9c1816aed2980df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A643224f5319a34c396342cdc2785080c64125db41f5a54c4f9c1816aed2980df?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302310"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6937ac65f4bcf668ccde5e9f8aa3ecce5ea9ae76c2a199d831086765c55747d4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6937ac65f4bcf668ccde5e9f8aa3ecce5ea9ae76c2a199d831086765c55747d4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6937ac65f4bcf668ccde5e9f8aa3ecce5ea9ae76c2a199d831086765c55747d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A6937ac65f4bcf668ccde5e9f8aa3ecce5ea9ae76c2a199d831086765c55747d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b9eb5f990bba388ed137145d310099304311bc6554ff014d6eda9db609bb9d0e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b9eb5f990bba388ed137145d310099304311bc6554ff014d6eda9db609bb9d0e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b9eb5f990bba388ed137145d310099304311bc6554ff014d6eda9db609bb9d0e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Ab9eb5f990bba388ed137145d310099304311bc6554ff014d6eda9db609bb9d0e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3deeb61809de7279e8b3e3985f4775c13f42e0463b0c4d4e72e5301d192de3b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3deeb61809de7279e8b3e3985f4775c13f42e0463b0c4d4e72e5301d192de3b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3deeb61809de7279e8b3e3985f4775c13f42e0463b0c4d4e72e5301d192de3b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A3deeb61809de7279e8b3e3985f4775c13f42e0463b0c4d4e72e5301d192de3b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bf5c3d63712d2e79702fe179817e52b0acc58c49f95570d714001c19e6b130d7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bf5c3d63712d2e79702fe179817e52b0acc58c49f95570d714001c19e6b130d7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bf5c3d63712d2e79702fe179817e52b0acc58c49f95570d714001c19e6b130d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Abf5c3d63712d2e79702fe179817e52b0acc58c49f95570d714001c19e6b130d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301919"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7a9743ed6e059ff052017942a0a414538e85a67154f0bf8bd11f31e50c8cb413_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7a9743ed6e059ff052017942a0a414538e85a67154f0bf8bd11f31e50c8cb413_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7a9743ed6e059ff052017942a0a414538e85a67154f0bf8bd11f31e50c8cb413_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A7a9743ed6e059ff052017942a0a414538e85a67154f0bf8bd11f31e50c8cb413?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768343865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:77b6f487982be560d422e67ae9facfe4f5316830eb1c46bec837c5e36d9c096e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:77b6f487982be560d422e67ae9facfe4f5316830eb1c46bec837c5e36d9c096e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:77b6f487982be560d422e67ae9facfe4f5316830eb1c46bec837c5e36d9c096e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A77b6f487982be560d422e67ae9facfe4f5316830eb1c46bec837c5e36d9c096e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768343705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ef02143a4ac9749ac9082aaadb6a0bd42bfe4523053061492f5d013aaa2d91bb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ef02143a4ac9749ac9082aaadb6a0bd42bfe4523053061492f5d013aaa2d91bb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ef02143a4ac9749ac9082aaadb6a0bd42bfe4523053061492f5d013aaa2d91bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Aef02143a4ac9749ac9082aaadb6a0bd42bfe4523053061492f5d013aaa2d91bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302680"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e536eeaef0d372c2c2fae87d42785423d5af665f03f069eb9363cde71243607_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e536eeaef0d372c2c2fae87d42785423d5af665f03f069eb9363cde71243607_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e536eeaef0d372c2c2fae87d42785423d5af665f03f069eb9363cde71243607_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A3e536eeaef0d372c2c2fae87d42785423d5af665f03f069eb9363cde71243607?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a5c0e085eafc92ffb016b9a526443a280981226896ecb86f8cd0a923049da117_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a5c0e085eafc92ffb016b9a526443a280981226896ecb86f8cd0a923049da117_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a5c0e085eafc92ffb016b9a526443a280981226896ecb86f8cd0a923049da117_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Aa5c0e085eafc92ffb016b9a526443a280981226896ecb86f8cd0a923049da117?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f0327a2f059b1c386b60a43076b11a88b3bf38108d0202b49a389063cdb0fc6c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f0327a2f059b1c386b60a43076b11a88b3bf38108d0202b49a389063cdb0fc6c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f0327a2f059b1c386b60a43076b11a88b3bf38108d0202b49a389063cdb0fc6c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Af0327a2f059b1c386b60a43076b11a88b3bf38108d0202b49a389063cdb0fc6c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f70cf6ddbb28d82053dc7a0e9c3918c26d6a1e2c35f08d8035782b6dd962d8ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f70cf6ddbb28d82053dc7a0e9c3918c26d6a1e2c35f08d8035782b6dd962d8ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f70cf6ddbb28d82053dc7a0e9c3918c26d6a1e2c35f08d8035782b6dd962d8ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Af70cf6ddbb28d82053dc7a0e9c3918c26d6a1e2c35f08d8035782b6dd962d8ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:f52b36b11b1e19bbdab026bc861f62d1a9fc56732c486aa90dff96c5c3bf9999_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:f52b36b11b1e19bbdab026bc861f62d1a9fc56732c486aa90dff96c5c3bf9999_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:f52b36b11b1e19bbdab026bc861f62d1a9fc56732c486aa90dff96c5c3bf9999_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3Af52b36b11b1e19bbdab026bc861f62d1a9fc56732c486aa90dff96c5c3bf9999?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e804ca1bc68f8f00ad6e4c744c2a9c26a635d9418d2ab93a5d516ef11d097722_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e804ca1bc68f8f00ad6e4c744c2a9c26a635d9418d2ab93a5d516ef11d097722_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e804ca1bc68f8f00ad6e4c744c2a9c26a635d9418d2ab93a5d516ef11d097722_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3Ae804ca1bc68f8f00ad6e4c744c2a9c26a635d9418d2ab93a5d516ef11d097722?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d20168132315fac4ff6af2c91e2eae4a9c8aa655295177d8d0778a7d11665e6f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d20168132315fac4ff6af2c91e2eae4a9c8aa655295177d8d0778a7d11665e6f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d20168132315fac4ff6af2c91e2eae4a9c8aa655295177d8d0778a7d11665e6f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3Ad20168132315fac4ff6af2c91e2eae4a9c8aa655295177d8d0778a7d11665e6f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345795"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:44e7b77f9355d7388e55c6b6b4285bffe5c37592209c027c47fd374d144b154e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:44e7b77f9355d7388e55c6b6b4285bffe5c37592209c027c47fd374d144b154e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:44e7b77f9355d7388e55c6b6b4285bffe5c37592209c027c47fd374d144b154e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A44e7b77f9355d7388e55c6b6b4285bffe5c37592209c027c47fd374d144b154e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5741cb169c5e87e235354d14b702fe6dcfcb2d37a317a7e381310f9865976a16_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5741cb169c5e87e235354d14b702fe6dcfcb2d37a317a7e381310f9865976a16_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5741cb169c5e87e235354d14b702fe6dcfcb2d37a317a7e381310f9865976a16_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A5741cb169c5e87e235354d14b702fe6dcfcb2d37a317a7e381310f9865976a16?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302536"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:377c3b4002341a3d0bc7fc4a2363d24a478b61f1297f8b9a074392b360e0c8fa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:377c3b4002341a3d0bc7fc4a2363d24a478b61f1297f8b9a074392b360e0c8fa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:377c3b4002341a3d0bc7fc4a2363d24a478b61f1297f8b9a074392b360e0c8fa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A377c3b4002341a3d0bc7fc4a2363d24a478b61f1297f8b9a074392b360e0c8fa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768300930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:66c3a5b926ba79860acf8351e9a9655e9398b3fc9d488d3cae3b8986fb82bada_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:66c3a5b926ba79860acf8351e9a9655e9398b3fc9d488d3cae3b8986fb82bada_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:66c3a5b926ba79860acf8351e9a9655e9398b3fc9d488d3cae3b8986fb82bada_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A66c3a5b926ba79860acf8351e9a9655e9398b3fc9d488d3cae3b8986fb82bada?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:1665bafdf751c446e18d1a588123d721c17662b5f4977ce765245ebc10a239c4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:1665bafdf751c446e18d1a588123d721c17662b5f4977ce765245ebc10a239c4_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:1665bafdf751c446e18d1a588123d721c17662b5f4977ce765245ebc10a239c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A1665bafdf751c446e18d1a588123d721c17662b5f4977ce765245ebc10a239c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303514"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7a99463d1974014344e1935fc72b22e9301fdb10b8dacd850ac243f0f10ceefa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7a99463d1974014344e1935fc72b22e9301fdb10b8dacd850ac243f0f10ceefa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7a99463d1974014344e1935fc72b22e9301fdb10b8dacd850ac243f0f10ceefa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A7a99463d1974014344e1935fc72b22e9301fdb10b8dacd850ac243f0f10ceefa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768300907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:707059760688aefcec8abc6341238f4b26c071f1183be7d0281b6a05911b95d2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:707059760688aefcec8abc6341238f4b26c071f1183be7d0281b6a05911b95d2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:707059760688aefcec8abc6341238f4b26c071f1183be7d0281b6a05911b95d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A707059760688aefcec8abc6341238f4b26c071f1183be7d0281b6a05911b95d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768299828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3aca0fdc0235040b888963066a279aa2357cd4eb7a062e524f6ebcc54de1492b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3aca0fdc0235040b888963066a279aa2357cd4eb7a062e524f6ebcc54de1492b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3aca0fdc0235040b888963066a279aa2357cd4eb7a062e524f6ebcc54de1492b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A3aca0fdc0235040b888963066a279aa2357cd4eb7a062e524f6ebcc54de1492b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768300320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7fb2daf3c277f320d213af79d0a19031c9f17c9b356002d987dce0ae95e6ac4d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7fb2daf3c277f320d213af79d0a19031c9f17c9b356002d987dce0ae95e6ac4d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7fb2daf3c277f320d213af79d0a19031c9f17c9b356002d987dce0ae95e6ac4d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A7fb2daf3c277f320d213af79d0a19031c9f17c9b356002d987dce0ae95e6ac4d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768298947"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:822cee0795e360458dac6d6efe4c8b29504067572fe961e52b5948a4f9b27ade_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:822cee0795e360458dac6d6efe4c8b29504067572fe961e52b5948a4f9b27ade_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:822cee0795e360458dac6d6efe4c8b29504067572fe961e52b5948a4f9b27ade_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3A822cee0795e360458dac6d6efe4c8b29504067572fe961e52b5948a4f9b27ade?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768357184"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4722a201c20b8b5094da16f860580599e863fbd2375bd717d19d6af7b121f55a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4722a201c20b8b5094da16f860580599e863fbd2375bd717d19d6af7b121f55a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4722a201c20b8b5094da16f860580599e863fbd2375bd717d19d6af7b121f55a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A4722a201c20b8b5094da16f860580599e863fbd2375bd717d19d6af7b121f55a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0394554f9672b31c25406103df573981a763054d7ec2b40aa4d555e0bf65fdbd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0394554f9672b31c25406103df573981a763054d7ec2b40aa4d555e0bf65fdbd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0394554f9672b31c25406103df573981a763054d7ec2b40aa4d555e0bf65fdbd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A0394554f9672b31c25406103df573981a763054d7ec2b40aa4d555e0bf65fdbd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768378306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d97eac96ab00caa6c752b755856bd95ac3d0e4ca3232f7a91296fff7a7d6a2be_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d97eac96ab00caa6c752b755856bd95ac3d0e4ca3232f7a91296fff7a7d6a2be_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d97eac96ab00caa6c752b755856bd95ac3d0e4ca3232f7a91296fff7a7d6a2be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3Ad97eac96ab00caa6c752b755856bd95ac3d0e4ca3232f7a91296fff7a7d6a2be?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:bbff682a40da5f445fce2ebd84a881b9d8de856cec82204b4a767909846f5bfd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:bbff682a40da5f445fce2ebd84a881b9d8de856cec82204b4a767909846f5bfd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:bbff682a40da5f445fce2ebd84a881b9d8de856cec82204b4a767909846f5bfd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Abbff682a40da5f445fce2ebd84a881b9d8de856cec82204b4a767909846f5bfd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302696"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:25968bb65ce03e83c1f7f85d330dadaf93c91b053d577af1c533caa9724e1af5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:25968bb65ce03e83c1f7f85d330dadaf93c91b053d577af1c533caa9724e1af5_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:25968bb65ce03e83c1f7f85d330dadaf93c91b053d577af1c533caa9724e1af5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A25968bb65ce03e83c1f7f85d330dadaf93c91b053d577af1c533caa9724e1af5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:68f0aa850889bd2b18a9807bc749b279c5e3daac2bf8e996db6a6fef8616ff89_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:68f0aa850889bd2b18a9807bc749b279c5e3daac2bf8e996db6a6fef8616ff89_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:68f0aa850889bd2b18a9807bc749b279c5e3daac2bf8e996db6a6fef8616ff89_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A68f0aa850889bd2b18a9807bc749b279c5e3daac2bf8e996db6a6fef8616ff89?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768300685"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f9378202b902ceb1354cc4f58b2e2ced8323862ce6f143323f85ba4ecb5e1685_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f9378202b902ceb1354cc4f58b2e2ced8323862ce6f143323f85ba4ecb5e1685_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f9378202b902ceb1354cc4f58b2e2ced8323862ce6f143323f85ba4ecb5e1685_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Af9378202b902ceb1354cc4f58b2e2ced8323862ce6f143323f85ba4ecb5e1685?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:af32233e69f1a1e35832ba0315a522f939092815c42e04bc99dbab48a912f5bb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:af32233e69f1a1e35832ba0315a522f939092815c42e04bc99dbab48a912f5bb_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:af32233e69f1a1e35832ba0315a522f939092815c42e04bc99dbab48a912f5bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Aaf32233e69f1a1e35832ba0315a522f939092815c42e04bc99dbab48a912f5bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:09a3a404f0211a44a1c5ca99672a2749fab329aece07af3073c564b52bef29eb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:09a3a404f0211a44a1c5ca99672a2749fab329aece07af3073c564b52bef29eb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:09a3a404f0211a44a1c5ca99672a2749fab329aece07af3073c564b52bef29eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A09a3a404f0211a44a1c5ca99672a2749fab329aece07af3073c564b52bef29eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cba608ab4d269f75e2404f3728f492b83a6babb2c0a486f13a2ed2b4eb37d548_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cba608ab4d269f75e2404f3728f492b83a6babb2c0a486f13a2ed2b4eb37d548_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cba608ab4d269f75e2404f3728f492b83a6babb2c0a486f13a2ed2b4eb37d548_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Acba608ab4d269f75e2404f3728f492b83a6babb2c0a486f13a2ed2b4eb37d548?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768343878"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:486911b61b8e75c122935186c06b4727e8371eba9efce8f7829cd984d3bf2c72_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:486911b61b8e75c122935186c06b4727e8371eba9efce8f7829cd984d3bf2c72_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:486911b61b8e75c122935186c06b4727e8371eba9efce8f7829cd984d3bf2c72_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3A486911b61b8e75c122935186c06b4727e8371eba9efce8f7829cd984d3bf2c72?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768296072"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:373e267ba7ee413cb43c9eb609ae20c688b27207e152e42356af1bc26ded776c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:373e267ba7ee413cb43c9eb609ae20c688b27207e152e42356af1bc26ded776c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:373e267ba7ee413cb43c9eb609ae20c688b27207e152e42356af1bc26ded776c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3A373e267ba7ee413cb43c9eb609ae20c688b27207e152e42356af1bc26ded776c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768295886"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:98d6c0faf92316738d92dcd73181279f5e86aa0d3b612d76df13b89c9f07cf57_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:98d6c0faf92316738d92dcd73181279f5e86aa0d3b612d76df13b89c9f07cf57_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:98d6c0faf92316738d92dcd73181279f5e86aa0d3b612d76df13b89c9f07cf57_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A98d6c0faf92316738d92dcd73181279f5e86aa0d3b612d76df13b89c9f07cf57?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768298872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:34ce1d804692ef492a975157b40c8c90936130e047a846cc2875c4d0b95503af_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:34ce1d804692ef492a975157b40c8c90936130e047a846cc2875c4d0b95503af_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:34ce1d804692ef492a975157b40c8c90936130e047a846cc2875c4d0b95503af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A34ce1d804692ef492a975157b40c8c90936130e047a846cc2875c4d0b95503af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301439"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3dd40f617959356fa2f259d195628cd7330e79b2ea77f88c9530e7526aa03909_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3dd40f617959356fa2f259d195628cd7330e79b2ea77f88c9530e7526aa03909_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3dd40f617959356fa2f259d195628cd7330e79b2ea77f88c9530e7526aa03909_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A3dd40f617959356fa2f259d195628cd7330e79b2ea77f88c9530e7526aa03909?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768370342"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:68f8f8aaa4d16a68f12c9d95337b749c4468513057159e767329a243c2213e5f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:68f8f8aaa4d16a68f12c9d95337b749c4468513057159e767329a243c2213e5f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:68f8f8aaa4d16a68f12c9d95337b749c4468513057159e767329a243c2213e5f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A68f8f8aaa4d16a68f12c9d95337b749c4468513057159e767329a243c2213e5f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768386208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:45dd40da8a2d926265b9a09bdf3fc63759c33adae45ec55de3601359645ab166_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:45dd40da8a2d926265b9a09bdf3fc63759c33adae45ec55de3601359645ab166_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:45dd40da8a2d926265b9a09bdf3fc63759c33adae45ec55de3601359645ab166_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A45dd40da8a2d926265b9a09bdf3fc63759c33adae45ec55de3601359645ab166?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:57c77c8019c72b83f6c856347bba0840cf910c283eaf70a3e43afb86864a39dc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:57c77c8019c72b83f6c856347bba0840cf910c283eaf70a3e43afb86864a39dc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:57c77c8019c72b83f6c856347bba0840cf910c283eaf70a3e43afb86864a39dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A57c77c8019c72b83f6c856347bba0840cf910c283eaf70a3e43afb86864a39dc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:89c0047544a6cdd3674b84b045d10dbbb4e24a9f202c4c48eca1ea9610ac5a87_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:89c0047544a6cdd3674b84b045d10dbbb4e24a9f202c4c48eca1ea9610ac5a87_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:89c0047544a6cdd3674b84b045d10dbbb4e24a9f202c4c48eca1ea9610ac5a87_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A89c0047544a6cdd3674b84b045d10dbbb4e24a9f202c4c48eca1ea9610ac5a87?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768370414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:142b32c53f363694d8e037a3e0ae82bcd1e05cfaaf3492396ec79b7c6d859d6c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:142b32c53f363694d8e037a3e0ae82bcd1e05cfaaf3492396ec79b7c6d859d6c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:142b32c53f363694d8e037a3e0ae82bcd1e05cfaaf3492396ec79b7c6d859d6c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A142b32c53f363694d8e037a3e0ae82bcd1e05cfaaf3492396ec79b7c6d859d6c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768315536"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bb24d5d70c202b04a8cf65bf217c8b91507f175eba8a23b4101967dd6d2c278_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bb24d5d70c202b04a8cf65bf217c8b91507f175eba8a23b4101967dd6d2c278_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bb24d5d70c202b04a8cf65bf217c8b91507f175eba8a23b4101967dd6d2c278_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A2bb24d5d70c202b04a8cf65bf217c8b91507f175eba8a23b4101967dd6d2c278?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768369836"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1ddd080e1e7c8acf32a5b313a1630f56fefaf4fcd40e84cee698e3f96c518e66_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1ddd080e1e7c8acf32a5b313a1630f56fefaf4fcd40e84cee698e3f96c518e66_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1ddd080e1e7c8acf32a5b313a1630f56fefaf4fcd40e84cee698e3f96c518e66_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A1ddd080e1e7c8acf32a5b313a1630f56fefaf4fcd40e84cee698e3f96c518e66?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768300911"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:01676c777e2d1b26cf9c457027a44da29a93adf60439824efe9a0bf824fad6f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:01676c777e2d1b26cf9c457027a44da29a93adf60439824efe9a0bf824fad6f1_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:01676c777e2d1b26cf9c457027a44da29a93adf60439824efe9a0bf824fad6f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A01676c777e2d1b26cf9c457027a44da29a93adf60439824efe9a0bf824fad6f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768395874"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:892ec77abb5c8460303b76ec99d9ad6db103993c024ad348eb0c61bbeed27562_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:892ec77abb5c8460303b76ec99d9ad6db103993c024ad348eb0c61bbeed27562_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:892ec77abb5c8460303b76ec99d9ad6db103993c024ad348eb0c61bbeed27562_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A892ec77abb5c8460303b76ec99d9ad6db103993c024ad348eb0c61bbeed27562?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768334534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f626cd22bf9c9b67e99522447039638e4c8ce39756d68600c52fd173e514da87_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f626cd22bf9c9b67e99522447039638e4c8ce39756d68600c52fd173e514da87_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f626cd22bf9c9b67e99522447039638e4c8ce39756d68600c52fd173e514da87_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3Af626cd22bf9c9b67e99522447039638e4c8ce39756d68600c52fd173e514da87?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:86aeee81ec76ba3a4b65000d9f9097ce2ff13ff84346fef869bafb86ae447731_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:86aeee81ec76ba3a4b65000d9f9097ce2ff13ff84346fef869bafb86ae447731_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:86aeee81ec76ba3a4b65000d9f9097ce2ff13ff84346fef869bafb86ae447731_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A86aeee81ec76ba3a4b65000d9f9097ce2ff13ff84346fef869bafb86ae447731?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a52763a79a50764d25cc221810c1f34d4168fe48b145c0bc4cae2a2ffa41893b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a52763a79a50764d25cc221810c1f34d4168fe48b145c0bc4cae2a2ffa41893b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a52763a79a50764d25cc221810c1f34d4168fe48b145c0bc4cae2a2ffa41893b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Aa52763a79a50764d25cc221810c1f34d4168fe48b145c0bc4cae2a2ffa41893b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301361"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:21bcaeabd8595666b46edd0b3ca33a031e4541079be67b1a128f3445d60f7aec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:21bcaeabd8595666b46edd0b3ca33a031e4541079be67b1a128f3445d60f7aec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:21bcaeabd8595666b46edd0b3ca33a031e4541079be67b1a128f3445d60f7aec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A21bcaeabd8595666b46edd0b3ca33a031e4541079be67b1a128f3445d60f7aec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e81106354bf74736749fc24012c8e4bfa7281879fdda598e3327c9c0c52bb3fa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e81106354bf74736749fc24012c8e4bfa7281879fdda598e3327c9c0c52bb3fa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e81106354bf74736749fc24012c8e4bfa7281879fdda598e3327c9c0c52bb3fa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Ae81106354bf74736749fc24012c8e4bfa7281879fdda598e3327c9c0c52bb3fa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768304018"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ad2c0ee88a9724a4ec5b53503df32810dc73a4f38685e14815e4f0468dccdc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ad2c0ee88a9724a4ec5b53503df32810dc73a4f38685e14815e4f0468dccdc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ad2c0ee88a9724a4ec5b53503df32810dc73a4f38685e14815e4f0468dccdc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A09ad2c0ee88a9724a4ec5b53503df32810dc73a4f38685e14815e4f0468dccdc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:96f81dd61b80bd0d5c99ac9c7c60ff820329e739b907ca44c2155efe225f9afb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:96f81dd61b80bd0d5c99ac9c7c60ff820329e739b907ca44c2155efe225f9afb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:96f81dd61b80bd0d5c99ac9c7c60ff820329e739b907ca44c2155efe225f9afb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A96f81dd61b80bd0d5c99ac9c7c60ff820329e739b907ca44c2155efe225f9afb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302973"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:18a60158bd67abf2fcb71cbfd524863b7c67d2c94b3f52a56753eff2e16275e0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:18a60158bd67abf2fcb71cbfd524863b7c67d2c94b3f52a56753eff2e16275e0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:18a60158bd67abf2fcb71cbfd524863b7c67d2c94b3f52a56753eff2e16275e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A18a60158bd67abf2fcb71cbfd524863b7c67d2c94b3f52a56753eff2e16275e0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:39586aee081aac1f6b421a77ecb57e39a286cf69939ba994a646f25257cd8bd4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:39586aee081aac1f6b421a77ecb57e39a286cf69939ba994a646f25257cd8bd4_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:39586aee081aac1f6b421a77ecb57e39a286cf69939ba994a646f25257cd8bd4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A39586aee081aac1f6b421a77ecb57e39a286cf69939ba994a646f25257cd8bd4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768370242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:717e084214e3c0e16988ec7d26da396a1c9c7ca72f0acc499f3c8326c80a1532_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:717e084214e3c0e16988ec7d26da396a1c9c7ca72f0acc499f3c8326c80a1532_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:717e084214e3c0e16988ec7d26da396a1c9c7ca72f0acc499f3c8326c80a1532_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A717e084214e3c0e16988ec7d26da396a1c9c7ca72f0acc499f3c8326c80a1532?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768377455"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b428b537cba5f8ee9a8bc407a9b4d80b8588b602c81b09cb5d349821def16afe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b428b537cba5f8ee9a8bc407a9b4d80b8588b602c81b09cb5d349821def16afe_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b428b537cba5f8ee9a8bc407a9b4d80b8588b602c81b09cb5d349821def16afe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Ab428b537cba5f8ee9a8bc407a9b4d80b8588b602c81b09cb5d349821def16afe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f14493032189e265d853caecaef90614f5aacd93533622ccd8ed5a150d874afe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f14493032189e265d853caecaef90614f5aacd93533622ccd8ed5a150d874afe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f14493032189e265d853caecaef90614f5aacd93533622ccd8ed5a150d874afe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Af14493032189e265d853caecaef90614f5aacd93533622ccd8ed5a150d874afe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:290e954304d85218aa0d6b861c05b283499f6dbc4d64166ee8e6528b7d751cca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:290e954304d85218aa0d6b861c05b283499f6dbc4d64166ee8e6528b7d751cca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:290e954304d85218aa0d6b861c05b283499f6dbc4d64166ee8e6528b7d751cca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A290e954304d85218aa0d6b861c05b283499f6dbc4d64166ee8e6528b7d751cca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303084"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5950e0b8f5260ba9a0c65051dc6acd38aa7f5b7c04275a0aecb4055b82b4202c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5950e0b8f5260ba9a0c65051dc6acd38aa7f5b7c04275a0aecb4055b82b4202c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5950e0b8f5260ba9a0c65051dc6acd38aa7f5b7c04275a0aecb4055b82b4202c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A5950e0b8f5260ba9a0c65051dc6acd38aa7f5b7c04275a0aecb4055b82b4202c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768377693"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fda53aa2698d2ebf6eef488f1001e247061053135f2038bc2ec35d51b376f7bb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fda53aa2698d2ebf6eef488f1001e247061053135f2038bc2ec35d51b376f7bb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fda53aa2698d2ebf6eef488f1001e247061053135f2038bc2ec35d51b376f7bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3Afda53aa2698d2ebf6eef488f1001e247061053135f2038bc2ec35d51b376f7bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768304107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:fc1e70ce3d833ca0e6f9fc52832c38b70a2562e6404810d15a3336cd660770b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:fc1e70ce3d833ca0e6f9fc52832c38b70a2562e6404810d15a3336cd660770b8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:fc1e70ce3d833ca0e6f9fc52832c38b70a2562e6404810d15a3336cd660770b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Afc1e70ce3d833ca0e6f9fc52832c38b70a2562e6404810d15a3336cd660770b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:41f05f7922f8beaf694fd67de9c7a89ac7703059d7764c03c202b1a070a58886_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:41f05f7922f8beaf694fd67de9c7a89ac7703059d7764c03c202b1a070a58886_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:41f05f7922f8beaf694fd67de9c7a89ac7703059d7764c03c202b1a070a58886_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A41f05f7922f8beaf694fd67de9c7a89ac7703059d7764c03c202b1a070a58886?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:34d1252485c2bae4e6a65895af5b8aca021c709a5610ec6a03a8e40f777b6af3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:34d1252485c2bae4e6a65895af5b8aca021c709a5610ec6a03a8e40f777b6af3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:34d1252485c2bae4e6a65895af5b8aca021c709a5610ec6a03a8e40f777b6af3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A34d1252485c2bae4e6a65895af5b8aca021c709a5610ec6a03a8e40f777b6af3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768334418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d697105b7f6506493d9d32458dd590b13b585903e9553384ab9e87a6b011d376_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d697105b7f6506493d9d32458dd590b13b585903e9553384ab9e87a6b011d376_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d697105b7f6506493d9d32458dd590b13b585903e9553384ab9e87a6b011d376_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Ad697105b7f6506493d9d32458dd590b13b585903e9553384ab9e87a6b011d376?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5129fccd4a04fbf599eb50308f5e0d05ef4ba3cde3583d6d05a06a97e0eaead5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5129fccd4a04fbf599eb50308f5e0d05ef4ba3cde3583d6d05a06a97e0eaead5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5129fccd4a04fbf599eb50308f5e0d05ef4ba3cde3583d6d05a06a97e0eaead5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A5129fccd4a04fbf599eb50308f5e0d05ef4ba3cde3583d6d05a06a97e0eaead5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345887"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a7f24a2e05287cf3d1c086ae2a16db546500d37d85ed31ad5592c789054aaff3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a7f24a2e05287cf3d1c086ae2a16db546500d37d85ed31ad5592c789054aaff3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a7f24a2e05287cf3d1c086ae2a16db546500d37d85ed31ad5592c789054aaff3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Aa7f24a2e05287cf3d1c086ae2a16db546500d37d85ed31ad5592c789054aaff3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:983b3bef5915fb159b5d7b95c1509f68fe24cc1368042e657d914fc0b4fb5fb5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:983b3bef5915fb159b5d7b95c1509f68fe24cc1368042e657d914fc0b4fb5fb5_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:983b3bef5915fb159b5d7b95c1509f68fe24cc1368042e657d914fc0b4fb5fb5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A983b3bef5915fb159b5d7b95c1509f68fe24cc1368042e657d914fc0b4fb5fb5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e4646d27dec9078ad727825f27a088a9fef4da4fc45cf29d11df43352f53734a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e4646d27dec9078ad727825f27a088a9fef4da4fc45cf29d11df43352f53734a_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e4646d27dec9078ad727825f27a088a9fef4da4fc45cf29d11df43352f53734a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Ae4646d27dec9078ad727825f27a088a9fef4da4fc45cf29d11df43352f53734a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b4c65b52b46fe579f8ace23d12c22e29feff67d8a80bd5aa67f11559ecc2965a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b4c65b52b46fe579f8ace23d12c22e29feff67d8a80bd5aa67f11559ecc2965a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b4c65b52b46fe579f8ace23d12c22e29feff67d8a80bd5aa67f11559ecc2965a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3Ab4c65b52b46fe579f8ace23d12c22e29feff67d8a80bd5aa67f11559ecc2965a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:745ad76ae530a72ba95c4fa3c0ccffe47db3cb86652f4b672eac25c1e19f4df2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:745ad76ae530a72ba95c4fa3c0ccffe47db3cb86652f4b672eac25c1e19f4df2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:745ad76ae530a72ba95c4fa3c0ccffe47db3cb86652f4b672eac25c1e19f4df2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A745ad76ae530a72ba95c4fa3c0ccffe47db3cb86652f4b672eac25c1e19f4df2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301807"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:71c60741af2d75b83074c0358a65f41702871bd5271a4d47bd3e50993d829a38_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:71c60741af2d75b83074c0358a65f41702871bd5271a4d47bd3e50993d829a38_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:71c60741af2d75b83074c0358a65f41702871bd5271a4d47bd3e50993d829a38_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A71c60741af2d75b83074c0358a65f41702871bd5271a4d47bd3e50993d829a38?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:8d56e92b53233cb4f51fad49592dc56963aee47dc9161ab08d574471d0c29a9a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:8d56e92b53233cb4f51fad49592dc56963aee47dc9161ab08d574471d0c29a9a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:8d56e92b53233cb4f51fad49592dc56963aee47dc9161ab08d574471d0c29a9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A8d56e92b53233cb4f51fad49592dc56963aee47dc9161ab08d574471d0c29a9a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302983"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:be743148cccc6b42de461b8deee6ba0b11654fd68aa7c8f5b18a0ba4e31822c1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:be743148cccc6b42de461b8deee6ba0b11654fd68aa7c8f5b18a0ba4e31822c1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:be743148cccc6b42de461b8deee6ba0b11654fd68aa7c8f5b18a0ba4e31822c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Abe743148cccc6b42de461b8deee6ba0b11654fd68aa7c8f5b18a0ba4e31822c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb4d16b005d934f6266e8035416c23a13eaff3bc3755ab09f2140ed33c291484_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb4d16b005d934f6266e8035416c23a13eaff3bc3755ab09f2140ed33c291484_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb4d16b005d934f6266e8035416c23a13eaff3bc3755ab09f2140ed33c291484_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Abb4d16b005d934f6266e8035416c23a13eaff3bc3755ab09f2140ed33c291484?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:46999718996866431b667287a78e45350b111f898e88c03a8616afd7d809daf0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:46999718996866431b667287a78e45350b111f898e88c03a8616afd7d809daf0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:46999718996866431b667287a78e45350b111f898e88c03a8616afd7d809daf0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A46999718996866431b667287a78e45350b111f898e88c03a8616afd7d809daf0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302191"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7a3afb22e4cc0514ee366328c0e2c7bbe47e092066fc9b7b0fdd1c96eab29900_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7a3afb22e4cc0514ee366328c0e2c7bbe47e092066fc9b7b0fdd1c96eab29900_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7a3afb22e4cc0514ee366328c0e2c7bbe47e092066fc9b7b0fdd1c96eab29900_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A7a3afb22e4cc0514ee366328c0e2c7bbe47e092066fc9b7b0fdd1c96eab29900?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5ba989b5f80ed5e8c8b55c5766f9af9a06ceea862c90a94be47bb3f564d45ed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5ba989b5f80ed5e8c8b55c5766f9af9a06ceea862c90a94be47bb3f564d45ed_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5ba989b5f80ed5e8c8b55c5766f9af9a06ceea862c90a94be47bb3f564d45ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Ad5ba989b5f80ed5e8c8b55c5766f9af9a06ceea862c90a94be47bb3f564d45ed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6bb89886f24aa24212b3b10773602f2cd59214d2b639118cefdccafef9a834a6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6bb89886f24aa24212b3b10773602f2cd59214d2b639118cefdccafef9a834a6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6bb89886f24aa24212b3b10773602f2cd59214d2b639118cefdccafef9a834a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A6bb89886f24aa24212b3b10773602f2cd59214d2b639118cefdccafef9a834a6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:350081c392ff4c3f29b23bd7739c683e7834e7f72e26ccd3630cbc28aca9ac68_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:350081c392ff4c3f29b23bd7739c683e7834e7f72e26ccd3630cbc28aca9ac68_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:350081c392ff4c3f29b23bd7739c683e7834e7f72e26ccd3630cbc28aca9ac68_s390x",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A350081c392ff4c3f29b23bd7739c683e7834e7f72e26ccd3630cbc28aca9ac68?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f4d26363c33c79d1481df0f4c4a736203dc6e8c20158c9550f768d747030144a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f4d26363c33c79d1481df0f4c4a736203dc6e8c20158c9550f768d747030144a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f4d26363c33c79d1481df0f4c4a736203dc6e8c20158c9550f768d747030144a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Af4d26363c33c79d1481df0f4c4a736203dc6e8c20158c9550f768d747030144a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b7dfb56a6dddbca6ab5a53f4bcef850cbf913eaf9e243024480b97ad0b1006f9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b7dfb56a6dddbca6ab5a53f4bcef850cbf913eaf9e243024480b97ad0b1006f9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b7dfb56a6dddbca6ab5a53f4bcef850cbf913eaf9e243024480b97ad0b1006f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Ab7dfb56a6dddbca6ab5a53f4bcef850cbf913eaf9e243024480b97ad0b1006f9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af96dcce7a7df761d1dcd3be13a57794b9fe1cfe8c8ec878edac2114b8628673_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af96dcce7a7df761d1dcd3be13a57794b9fe1cfe8c8ec878edac2114b8628673_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af96dcce7a7df761d1dcd3be13a57794b9fe1cfe8c8ec878edac2114b8628673_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Aaf96dcce7a7df761d1dcd3be13a57794b9fe1cfe8c8ec878edac2114b8628673?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40915be8107481380cd0a69d1ed7c2061a442626954200ec8151557f7cce7103_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40915be8107481380cd0a69d1ed7c2061a442626954200ec8151557f7cce7103_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40915be8107481380cd0a69d1ed7c2061a442626954200ec8151557f7cce7103_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A40915be8107481380cd0a69d1ed7c2061a442626954200ec8151557f7cce7103?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:68512627de4406a22ed8bb6198ad52ace18355734fc88dccd9f7b7174951dcae_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:68512627de4406a22ed8bb6198ad52ace18355734fc88dccd9f7b7174951dcae_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:68512627de4406a22ed8bb6198ad52ace18355734fc88dccd9f7b7174951dcae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A68512627de4406a22ed8bb6198ad52ace18355734fc88dccd9f7b7174951dcae?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5a2b95f5661070f7601d3fe4257d23b71df30d30192f9071b3f3419714821b5d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5a2b95f5661070f7601d3fe4257d23b71df30d30192f9071b3f3419714821b5d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5a2b95f5661070f7601d3fe4257d23b71df30d30192f9071b3f3419714821b5d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A5a2b95f5661070f7601d3fe4257d23b71df30d30192f9071b3f3419714821b5d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7c7ae8c532469f1af18cad46939a093351563c259d60ee96c6f15cd9028b8612_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7c7ae8c532469f1af18cad46939a093351563c259d60ee96c6f15cd9028b8612_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7c7ae8c532469f1af18cad46939a093351563c259d60ee96c6f15cd9028b8612_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A7c7ae8c532469f1af18cad46939a093351563c259d60ee96c6f15cd9028b8612?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768378857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a987acd65800f22fd8c80b3d6c270364c2f4e8b3f34d0e1b9732f06ce9b2a2bc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a987acd65800f22fd8c80b3d6c270364c2f4e8b3f34d0e1b9732f06ce9b2a2bc_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a987acd65800f22fd8c80b3d6c270364c2f4e8b3f34d0e1b9732f06ce9b2a2bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3Aa987acd65800f22fd8c80b3d6c270364c2f4e8b3f34d0e1b9732f06ce9b2a2bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b776dee4d809f1596c238e4911854670cff57ae351b8f3bc5a769e266e815886_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b776dee4d809f1596c238e4911854670cff57ae351b8f3bc5a769e266e815886_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b776dee4d809f1596c238e4911854670cff57ae351b8f3bc5a769e266e815886_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ab776dee4d809f1596c238e4911854670cff57ae351b8f3bc5a769e266e815886?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:507429b46f02b262592c5fd9916f20da576a396b51d903750c0b5ae7c72d13a0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:507429b46f02b262592c5fd9916f20da576a396b51d903750c0b5ae7c72d13a0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:507429b46f02b262592c5fd9916f20da576a396b51d903750c0b5ae7c72d13a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A507429b46f02b262592c5fd9916f20da576a396b51d903750c0b5ae7c72d13a0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2e42d85baffdf5c31edf791ed391ce978a69cc803b4006acbff46e4d961afa03_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2e42d85baffdf5c31edf791ed391ce978a69cc803b4006acbff46e4d961afa03_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2e42d85baffdf5c31edf791ed391ce978a69cc803b4006acbff46e4d961afa03_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A2e42d85baffdf5c31edf791ed391ce978a69cc803b4006acbff46e4d961afa03?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768369786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:80139cdc4d4abba184a1ad7515593bd2cbc73d742ee5b0a6b0848bdd7ee1192b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:80139cdc4d4abba184a1ad7515593bd2cbc73d742ee5b0a6b0848bdd7ee1192b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:80139cdc4d4abba184a1ad7515593bd2cbc73d742ee5b0a6b0848bdd7ee1192b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A80139cdc4d4abba184a1ad7515593bd2cbc73d742ee5b0a6b0848bdd7ee1192b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302899"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dc7fa5fae1ff0c19d04e4fa1f1c1d80b60a4dea0303edd8408c71a08941b71b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dc7fa5fae1ff0c19d04e4fa1f1c1d80b60a4dea0303edd8408c71a08941b71b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dc7fa5fae1ff0c19d04e4fa1f1c1d80b60a4dea0303edd8408c71a08941b71b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A4dc7fa5fae1ff0c19d04e4fa1f1c1d80b60a4dea0303edd8408c71a08941b71b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1f7f66fce081baa4ad51c7d70483384fe67ad8ad2ebe06c859fbfa70d5734e2a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1f7f66fce081baa4ad51c7d70483384fe67ad8ad2ebe06c859fbfa70d5734e2a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1f7f66fce081baa4ad51c7d70483384fe67ad8ad2ebe06c859fbfa70d5734e2a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A1f7f66fce081baa4ad51c7d70483384fe67ad8ad2ebe06c859fbfa70d5734e2a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768300768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:def0050cfc69412c7f77937516c72c5d7ed4ef3c35c62392ab318aa780d6f7b1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:def0050cfc69412c7f77937516c72c5d7ed4ef3c35c62392ab318aa780d6f7b1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:def0050cfc69412c7f77937516c72c5d7ed4ef3c35c62392ab318aa780d6f7b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Adef0050cfc69412c7f77937516c72c5d7ed4ef3c35c62392ab318aa780d6f7b1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d498b2b2dc0973cd54bae666f8baedf93a36f492b60b9bff72aac7e27ea8818a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d498b2b2dc0973cd54bae666f8baedf93a36f492b60b9bff72aac7e27ea8818a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d498b2b2dc0973cd54bae666f8baedf93a36f492b60b9bff72aac7e27ea8818a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Ad498b2b2dc0973cd54bae666f8baedf93a36f492b60b9bff72aac7e27ea8818a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ef41c6771fdfd1901013c1784f3abbb940fe1d7e903f7a243421613404f25da7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ef41c6771fdfd1901013c1784f3abbb940fe1d7e903f7a243421613404f25da7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ef41c6771fdfd1901013c1784f3abbb940fe1d7e903f7a243421613404f25da7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Aef41c6771fdfd1901013c1784f3abbb940fe1d7e903f7a243421613404f25da7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5c0f78a1187bf51bc6b296f6452ebb59e13190d7868b0631df62bc65cec09a5e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5c0f78a1187bf51bc6b296f6452ebb59e13190d7868b0631df62bc65cec09a5e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5c0f78a1187bf51bc6b296f6452ebb59e13190d7868b0631df62bc65cec09a5e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A5c0f78a1187bf51bc6b296f6452ebb59e13190d7868b0631df62bc65cec09a5e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768369893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e81037d3b7cec79239dacefe093b8d9b1d826dbf05f0b6f72b263b058a6d588b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e81037d3b7cec79239dacefe093b8d9b1d826dbf05f0b6f72b263b058a6d588b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e81037d3b7cec79239dacefe093b8d9b1d826dbf05f0b6f72b263b058a6d588b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3Ae81037d3b7cec79239dacefe093b8d9b1d826dbf05f0b6f72b263b058a6d588b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768434451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d784909ed30a2e03bdc1e565120d081f86402352e770e232f2705726d9ee096b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d784909ed30a2e03bdc1e565120d081f86402352e770e232f2705726d9ee096b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d784909ed30a2e03bdc1e565120d081f86402352e770e232f2705726d9ee096b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Ad784909ed30a2e03bdc1e565120d081f86402352e770e232f2705726d9ee096b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301523"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d98189962487975bb648a186f21c7cb913d5687b26a533c6229d5b996adc2a30_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d98189962487975bb648a186f21c7cb913d5687b26a533c6229d5b996adc2a30_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d98189962487975bb648a186f21c7cb913d5687b26a533c6229d5b996adc2a30_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Ad98189962487975bb648a186f21c7cb913d5687b26a533c6229d5b996adc2a30?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9041f7f0ad16c7f084cb2fe0ad3fe216e9478f1de4bc8667d879622007467c52_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9041f7f0ad16c7f084cb2fe0ad3fe216e9478f1de4bc8667d879622007467c52_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9041f7f0ad16c7f084cb2fe0ad3fe216e9478f1de4bc8667d879622007467c52_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A9041f7f0ad16c7f084cb2fe0ad3fe216e9478f1de4bc8667d879622007467c52?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f9ab0ee59be6d9b949deb5c155917db98eaf052cfacf5ef27e63d6b791dc1cbd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f9ab0ee59be6d9b949deb5c155917db98eaf052cfacf5ef27e63d6b791dc1cbd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f9ab0ee59be6d9b949deb5c155917db98eaf052cfacf5ef27e63d6b791dc1cbd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3Af9ab0ee59be6d9b949deb5c155917db98eaf052cfacf5ef27e63d6b791dc1cbd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768434457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0c688c7488737c51d255ca31090f6795da41e5fa3348c015856d622909d36c72_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0c688c7488737c51d255ca31090f6795da41e5fa3348c015856d622909d36c72_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0c688c7488737c51d255ca31090f6795da41e5fa3348c015856d622909d36c72_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A0c688c7488737c51d255ca31090f6795da41e5fa3348c015856d622909d36c72?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301691"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f2e916b23f04cd1df28d72d5889cc9a34a322ce442f43644060c0b7700473919_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f2e916b23f04cd1df28d72d5889cc9a34a322ce442f43644060c0b7700473919_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f2e916b23f04cd1df28d72d5889cc9a34a322ce442f43644060c0b7700473919_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Af2e916b23f04cd1df28d72d5889cc9a34a322ce442f43644060c0b7700473919?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3042d2b5ace9ea0e3187c9d62dade95851a34d53432452abf69fe5388fc5b558_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3042d2b5ace9ea0e3187c9d62dade95851a34d53432452abf69fe5388fc5b558_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3042d2b5ace9ea0e3187c9d62dade95851a34d53432452abf69fe5388fc5b558_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A3042d2b5ace9ea0e3187c9d62dade95851a34d53432452abf69fe5388fc5b558?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301044"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a05f6f8b5417fe18c5ead688c98d2da1d64c2ec6e1d51861dcb935268bbb04df_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a05f6f8b5417fe18c5ead688c98d2da1d64c2ec6e1d51861dcb935268bbb04df_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a05f6f8b5417fe18c5ead688c98d2da1d64c2ec6e1d51861dcb935268bbb04df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Aa05f6f8b5417fe18c5ead688c98d2da1d64c2ec6e1d51861dcb935268bbb04df?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301353"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:3f5c13af96596dcc28d90164f2aa2dfee0ff6219423b8ae3dff251ba959743bb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:3f5c13af96596dcc28d90164f2aa2dfee0ff6219423b8ae3dff251ba959743bb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:3f5c13af96596dcc28d90164f2aa2dfee0ff6219423b8ae3dff251ba959743bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A3f5c13af96596dcc28d90164f2aa2dfee0ff6219423b8ae3dff251ba959743bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768434790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:20da97fae47c64ac7e688d6026fadfbd8910aed94d07d0b6cd3cd792e90e35df_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:20da97fae47c64ac7e688d6026fadfbd8910aed94d07d0b6cd3cd792e90e35df_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:20da97fae47c64ac7e688d6026fadfbd8910aed94d07d0b6cd3cd792e90e35df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A20da97fae47c64ac7e688d6026fadfbd8910aed94d07d0b6cd3cd792e90e35df?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e6bd08b3faee18394b7ed5611d49c2d6ff41890ab7a21a43b82d40fb3282a513_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e6bd08b3faee18394b7ed5611d49c2d6ff41890ab7a21a43b82d40fb3282a513_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e6bd08b3faee18394b7ed5611d49c2d6ff41890ab7a21a43b82d40fb3282a513_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Ae6bd08b3faee18394b7ed5611d49c2d6ff41890ab7a21a43b82d40fb3282a513?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768316266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:85803d470467828cdeff4960df35432579611b28315388b4cf04530d3e1a3ed2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:85803d470467828cdeff4960df35432579611b28315388b4cf04530d3e1a3ed2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:85803d470467828cdeff4960df35432579611b28315388b4cf04530d3e1a3ed2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A85803d470467828cdeff4960df35432579611b28315388b4cf04530d3e1a3ed2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98888796a39a516b6ae1eb17b994f3c5f7eb785fd491ba5b484f7e001ecb89ba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98888796a39a516b6ae1eb17b994f3c5f7eb785fd491ba5b484f7e001ecb89ba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98888796a39a516b6ae1eb17b994f3c5f7eb785fd491ba5b484f7e001ecb89ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A98888796a39a516b6ae1eb17b994f3c5f7eb785fd491ba5b484f7e001ecb89ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b06c85782f9423ae79a67abf2e54838d9b2b1035e90f11d6107271e29175841e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b06c85782f9423ae79a67abf2e54838d9b2b1035e90f11d6107271e29175841e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b06c85782f9423ae79a67abf2e54838d9b2b1035e90f11d6107271e29175841e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Ab06c85782f9423ae79a67abf2e54838d9b2b1035e90f11d6107271e29175841e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:70dad593cbc949ba070f9a7995a301cfc2aa9740a1b7f5cd4f86b15948c93f34_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:70dad593cbc949ba070f9a7995a301cfc2aa9740a1b7f5cd4f86b15948c93f34_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:70dad593cbc949ba070f9a7995a301cfc2aa9740a1b7f5cd4f86b15948c93f34_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A70dad593cbc949ba070f9a7995a301cfc2aa9740a1b7f5cd4f86b15948c93f34?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6058b803b0c6319977a5ee7b4ad3130fea7e55d5a7e15dff2b93551f858fc5b1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6058b803b0c6319977a5ee7b4ad3130fea7e55d5a7e15dff2b93551f858fc5b1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6058b803b0c6319977a5ee7b4ad3130fea7e55d5a7e15dff2b93551f858fc5b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A6058b803b0c6319977a5ee7b4ad3130fea7e55d5a7e15dff2b93551f858fc5b1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4f64f86046fadaa8147f68c399ec0ea9d52284e5df5e91c781d74439204db3fb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4f64f86046fadaa8147f68c399ec0ea9d52284e5df5e91c781d74439204db3fb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4f64f86046fadaa8147f68c399ec0ea9d52284e5df5e91c781d74439204db3fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A4f64f86046fadaa8147f68c399ec0ea9d52284e5df5e91c781d74439204db3fb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768333120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6e9ae4c9df5cd6811d3c05acc4a15fb86259427ccbf22d567029a37228ccd5c3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6e9ae4c9df5cd6811d3c05acc4a15fb86259427ccbf22d567029a37228ccd5c3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6e9ae4c9df5cd6811d3c05acc4a15fb86259427ccbf22d567029a37228ccd5c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A6e9ae4c9df5cd6811d3c05acc4a15fb86259427ccbf22d567029a37228ccd5c3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ebff43b9f30c8a53c7f63f05e04b381aaaa5654f8b67ebc88c369b1d599f276f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ebff43b9f30c8a53c7f63f05e04b381aaaa5654f8b67ebc88c369b1d599f276f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ebff43b9f30c8a53c7f63f05e04b381aaaa5654f8b67ebc88c369b1d599f276f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Aebff43b9f30c8a53c7f63f05e04b381aaaa5654f8b67ebc88c369b1d599f276f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e0383d61bc63755430d3b4fa1a3824752e3d7dbdac910089293b25e7e9bc5dab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e0383d61bc63755430d3b4fa1a3824752e3d7dbdac910089293b25e7e9bc5dab_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e0383d61bc63755430d3b4fa1a3824752e3d7dbdac910089293b25e7e9bc5dab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Ae0383d61bc63755430d3b4fa1a3824752e3d7dbdac910089293b25e7e9bc5dab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345427"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:533fa6bd60a602bb48db2cbb3dab2d6bbb31a644ad15c76fa75ef6cebb5df5d9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:533fa6bd60a602bb48db2cbb3dab2d6bbb31a644ad15c76fa75ef6cebb5df5d9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:533fa6bd60a602bb48db2cbb3dab2d6bbb31a644ad15c76fa75ef6cebb5df5d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A533fa6bd60a602bb48db2cbb3dab2d6bbb31a644ad15c76fa75ef6cebb5df5d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29af8f0e50403bad4218fd0fb891f402e764071cf7186bf7d49c57480ebf71a4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29af8f0e50403bad4218fd0fb891f402e764071cf7186bf7d49c57480ebf71a4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29af8f0e50403bad4218fd0fb891f402e764071cf7186bf7d49c57480ebf71a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A29af8f0e50403bad4218fd0fb891f402e764071cf7186bf7d49c57480ebf71a4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768378035"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2ad0d34847f8da3da566fc7144c1fb7ef990c711af1eea64ed548ba1f6777b63_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2ad0d34847f8da3da566fc7144c1fb7ef990c711af1eea64ed548ba1f6777b63_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2ad0d34847f8da3da566fc7144c1fb7ef990c711af1eea64ed548ba1f6777b63_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A2ad0d34847f8da3da566fc7144c1fb7ef990c711af1eea64ed548ba1f6777b63?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2bace21907bd1ab6ad1c163ebffe54f62d0c8066e28da285efebc083e808057a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2bace21907bd1ab6ad1c163ebffe54f62d0c8066e28da285efebc083e808057a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2bace21907bd1ab6ad1c163ebffe54f62d0c8066e28da285efebc083e808057a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A2bace21907bd1ab6ad1c163ebffe54f62d0c8066e28da285efebc083e808057a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768305042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:56fdd99afffdc905cf58030bc590e51e06a29f4a9b4451c5395dc15f96d13c56_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:56fdd99afffdc905cf58030bc590e51e06a29f4a9b4451c5395dc15f96d13c56_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:56fdd99afffdc905cf58030bc590e51e06a29f4a9b4451c5395dc15f96d13c56_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A56fdd99afffdc905cf58030bc590e51e06a29f4a9b4451c5395dc15f96d13c56?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ce2204cd95f2d62c748ca84cea2167e17b7712b74da1908f3cbf643d0fa186fd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ce2204cd95f2d62c748ca84cea2167e17b7712b74da1908f3cbf643d0fa186fd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ce2204cd95f2d62c748ca84cea2167e17b7712b74da1908f3cbf643d0fa186fd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Ace2204cd95f2d62c748ca84cea2167e17b7712b74da1908f3cbf643d0fa186fd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768370221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ed9d05cbeb0e7b0ba8d99cab844548634a98e2920489e1a8a0e109a82eada18b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ed9d05cbeb0e7b0ba8d99cab844548634a98e2920489e1a8a0e109a82eada18b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ed9d05cbeb0e7b0ba8d99cab844548634a98e2920489e1a8a0e109a82eada18b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Aed9d05cbeb0e7b0ba8d99cab844548634a98e2920489e1a8a0e109a82eada18b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:52819f13108cea240eb6d400b0cf1c351568feb6aa2fe0d7cb58ffbb39208807_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:52819f13108cea240eb6d400b0cf1c351568feb6aa2fe0d7cb58ffbb39208807_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:52819f13108cea240eb6d400b0cf1c351568feb6aa2fe0d7cb58ffbb39208807_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A52819f13108cea240eb6d400b0cf1c351568feb6aa2fe0d7cb58ffbb39208807?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:379db896d78b32b67f8ae5b2d768a673f3cc1b083fe3ed30327e987bbfd453c1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:379db896d78b32b67f8ae5b2d768a673f3cc1b083fe3ed30327e987bbfd453c1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:379db896d78b32b67f8ae5b2d768a673f3cc1b083fe3ed30327e987bbfd453c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A379db896d78b32b67f8ae5b2d768a673f3cc1b083fe3ed30327e987bbfd453c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768332577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4fff35cec09a09828f93597a56c1d53d7aa17c9c711d2ee1c2a82dab9caa1151_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4fff35cec09a09828f93597a56c1d53d7aa17c9c711d2ee1c2a82dab9caa1151_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4fff35cec09a09828f93597a56c1d53d7aa17c9c711d2ee1c2a82dab9caa1151_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A4fff35cec09a09828f93597a56c1d53d7aa17c9c711d2ee1c2a82dab9caa1151?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344010"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b288b8cfc75e0702005dbc94fecb9a0e1c2ecfd78c7d0b1fcc4599ecfac4b07_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b288b8cfc75e0702005dbc94fecb9a0e1c2ecfd78c7d0b1fcc4599ecfac4b07_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b288b8cfc75e0702005dbc94fecb9a0e1c2ecfd78c7d0b1fcc4599ecfac4b07_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A6b288b8cfc75e0702005dbc94fecb9a0e1c2ecfd78c7d0b1fcc4599ecfac4b07?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768347301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4a5eaaae62d4fb97d4ccc0adc87d1006af402ecea6e13748eb7c833b33304e5e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4a5eaaae62d4fb97d4ccc0adc87d1006af402ecea6e13748eb7c833b33304e5e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4a5eaaae62d4fb97d4ccc0adc87d1006af402ecea6e13748eb7c833b33304e5e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A4a5eaaae62d4fb97d4ccc0adc87d1006af402ecea6e13748eb7c833b33304e5e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8948fd53993e277b03c33acca360d6e4b13496ffeb9858801142a59d64ca8064_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8948fd53993e277b03c33acca360d6e4b13496ffeb9858801142a59d64ca8064_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8948fd53993e277b03c33acca360d6e4b13496ffeb9858801142a59d64ca8064_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A8948fd53993e277b03c33acca360d6e4b13496ffeb9858801142a59d64ca8064?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:20ceed707962d7a4a8c81b0ab3c71781bf6c88406412be499c51137f654d6b80_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:20ceed707962d7a4a8c81b0ab3c71781bf6c88406412be499c51137f654d6b80_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:20ceed707962d7a4a8c81b0ab3c71781bf6c88406412be499c51137f654d6b80_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A20ceed707962d7a4a8c81b0ab3c71781bf6c88406412be499c51137f654d6b80?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3dd5f6ae51c160ce4402e937e32c832b51f6ff12ae928a37a2785f204f9c757d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3dd5f6ae51c160ce4402e937e32c832b51f6ff12ae928a37a2785f204f9c757d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3dd5f6ae51c160ce4402e937e32c832b51f6ff12ae928a37a2785f204f9c757d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A3dd5f6ae51c160ce4402e937e32c832b51f6ff12ae928a37a2785f204f9c757d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:74baa8184424f435dc529788b54a932e7f5dfbc38169b50afb2893a8a1258992_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:74baa8184424f435dc529788b54a932e7f5dfbc38169b50afb2893a8a1258992_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:74baa8184424f435dc529788b54a932e7f5dfbc38169b50afb2893a8a1258992_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A74baa8184424f435dc529788b54a932e7f5dfbc38169b50afb2893a8a1258992?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bc4d917fa3b042c3728422d89bf80ea995ec37f4be4329dc15b9d4ebf0e8f1a2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bc4d917fa3b042c3728422d89bf80ea995ec37f4be4329dc15b9d4ebf0e8f1a2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bc4d917fa3b042c3728422d89bf80ea995ec37f4be4329dc15b9d4ebf0e8f1a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Abc4d917fa3b042c3728422d89bf80ea995ec37f4be4329dc15b9d4ebf0e8f1a2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e65f01239007eca9e79fa0afa4ee17ff4af1c494bfb33e5280e2d53bf2da334e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e65f01239007eca9e79fa0afa4ee17ff4af1c494bfb33e5280e2d53bf2da334e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e65f01239007eca9e79fa0afa4ee17ff4af1c494bfb33e5280e2d53bf2da334e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Ae65f01239007eca9e79fa0afa4ee17ff4af1c494bfb33e5280e2d53bf2da334e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:234454413dda23b83c4e0cb60c5f2e1a01b4f30372f425fcbe2a592a892ff8a5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:234454413dda23b83c4e0cb60c5f2e1a01b4f30372f425fcbe2a592a892ff8a5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:234454413dda23b83c4e0cb60c5f2e1a01b4f30372f425fcbe2a592a892ff8a5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A234454413dda23b83c4e0cb60c5f2e1a01b4f30372f425fcbe2a592a892ff8a5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:32fcf10b80768dbff43ebafe6107e22cb8a7bd2b0f4f65f11643010480b720b9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:32fcf10b80768dbff43ebafe6107e22cb8a7bd2b0f4f65f11643010480b720b9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:32fcf10b80768dbff43ebafe6107e22cb8a7bd2b0f4f65f11643010480b720b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A32fcf10b80768dbff43ebafe6107e22cb8a7bd2b0f4f65f11643010480b720b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ec3ee75995ec0c9418859fc2c9c1e7438fa3bee54abafd3f28451d63333f8b7f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ec3ee75995ec0c9418859fc2c9c1e7438fa3bee54abafd3f28451d63333f8b7f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ec3ee75995ec0c9418859fc2c9c1e7438fa3bee54abafd3f28451d63333f8b7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Aec3ee75995ec0c9418859fc2c9c1e7438fa3bee54abafd3f28451d63333f8b7f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303788"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ebb296705253ce54b8839e65757e5f1f28bda255a16487fd05a6168711d3dcd4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ebb296705253ce54b8839e65757e5f1f28bda255a16487fd05a6168711d3dcd4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ebb296705253ce54b8839e65757e5f1f28bda255a16487fd05a6168711d3dcd4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Aebb296705253ce54b8839e65757e5f1f28bda255a16487fd05a6168711d3dcd4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303080"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8764b21a9276c2d77a3d2471a9acb86f17986e0ff22d73e6dea27b6106a8e61d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8764b21a9276c2d77a3d2471a9acb86f17986e0ff22d73e6dea27b6106a8e61d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8764b21a9276c2d77a3d2471a9acb86f17986e0ff22d73e6dea27b6106a8e61d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A8764b21a9276c2d77a3d2471a9acb86f17986e0ff22d73e6dea27b6106a8e61d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768343852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b5a6f759824a9bb0917d0a45a6c4ad0c70733cae840077bcd3c378b94eb4bbc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b5a6f759824a9bb0917d0a45a6c4ad0c70733cae840077bcd3c378b94eb4bbc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b5a6f759824a9bb0917d0a45a6c4ad0c70733cae840077bcd3c378b94eb4bbc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A9b5a6f759824a9bb0917d0a45a6c4ad0c70733cae840077bcd3c378b94eb4bbc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302943"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d860a07ea0b32499aa02b6c0992fa5a316db433b455d2ceca6dca98869e26ad6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d860a07ea0b32499aa02b6c0992fa5a316db433b455d2ceca6dca98869e26ad6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d860a07ea0b32499aa02b6c0992fa5a316db433b455d2ceca6dca98869e26ad6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Ad860a07ea0b32499aa02b6c0992fa5a316db433b455d2ceca6dca98869e26ad6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c98836cae54c18ba3e65f7af896a6038e2ae5cff0b9566e32e4d48723c4b7a50_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c98836cae54c18ba3e65f7af896a6038e2ae5cff0b9566e32e4d48723c4b7a50_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c98836cae54c18ba3e65f7af896a6038e2ae5cff0b9566e32e4d48723c4b7a50_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Ac98836cae54c18ba3e65f7af896a6038e2ae5cff0b9566e32e4d48723c4b7a50?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:28e13007cb17c7fdbbc1e9a47dfa4fbfc54dc652250884e02ac02d5a04d7c0f6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:28e13007cb17c7fdbbc1e9a47dfa4fbfc54dc652250884e02ac02d5a04d7c0f6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:28e13007cb17c7fdbbc1e9a47dfa4fbfc54dc652250884e02ac02d5a04d7c0f6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A28e13007cb17c7fdbbc1e9a47dfa4fbfc54dc652250884e02ac02d5a04d7c0f6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d3e8f6d2b8aee4b5831b92b1205668be328089a07d67f30cf71875cf1b64d6f9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d3e8f6d2b8aee4b5831b92b1205668be328089a07d67f30cf71875cf1b64d6f9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d3e8f6d2b8aee4b5831b92b1205668be328089a07d67f30cf71875cf1b64d6f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ad3e8f6d2b8aee4b5831b92b1205668be328089a07d67f30cf71875cf1b64d6f9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bea9de5642afee0969a51ba809a06b8afad9002f540fedb4b92336e82dafbe74_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bea9de5642afee0969a51ba809a06b8afad9002f540fedb4b92336e82dafbe74_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bea9de5642afee0969a51ba809a06b8afad9002f540fedb4b92336e82dafbe74_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Abea9de5642afee0969a51ba809a06b8afad9002f540fedb4b92336e82dafbe74?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302310"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1f6f901717651435e2bf43bce5dc7d29c2a08056b10ff84284e0086d92701fb5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1f6f901717651435e2bf43bce5dc7d29c2a08056b10ff84284e0086d92701fb5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1f6f901717651435e2bf43bce5dc7d29c2a08056b10ff84284e0086d92701fb5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A1f6f901717651435e2bf43bce5dc7d29c2a08056b10ff84284e0086d92701fb5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a0e9b351603b6b9cd755334f0782db4c98f8d30e1d35e0abb84b0c75dbc84440_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a0e9b351603b6b9cd755334f0782db4c98f8d30e1d35e0abb84b0c75dbc84440_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a0e9b351603b6b9cd755334f0782db4c98f8d30e1d35e0abb84b0c75dbc84440_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Aa0e9b351603b6b9cd755334f0782db4c98f8d30e1d35e0abb84b0c75dbc84440?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7e2063b8b78f4c9eee48c83e45c910c95835458cf9626a0c4122b7728d8c496a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7e2063b8b78f4c9eee48c83e45c910c95835458cf9626a0c4122b7728d8c496a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7e2063b8b78f4c9eee48c83e45c910c95835458cf9626a0c4122b7728d8c496a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A7e2063b8b78f4c9eee48c83e45c910c95835458cf9626a0c4122b7728d8c496a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:49e6df324466b6ffad58b0cc45973b23f890c694f8bd9da50b8984f00e86be2d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:49e6df324466b6ffad58b0cc45973b23f890c694f8bd9da50b8984f00e86be2d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:49e6df324466b6ffad58b0cc45973b23f890c694f8bd9da50b8984f00e86be2d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A49e6df324466b6ffad58b0cc45973b23f890c694f8bd9da50b8984f00e86be2d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301919"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdc4da7c4662525a9b9d4415c743e44bcb79653a879ddd3b26db5ca00e289127_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdc4da7c4662525a9b9d4415c743e44bcb79653a879ddd3b26db5ca00e289127_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdc4da7c4662525a9b9d4415c743e44bcb79653a879ddd3b26db5ca00e289127_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Abdc4da7c4662525a9b9d4415c743e44bcb79653a879ddd3b26db5ca00e289127?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768343865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a4ce87140c2fb3bbae596eb23c25c0592f1341e27febe6a6c4837d4f1f4f21a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a4ce87140c2fb3bbae596eb23c25c0592f1341e27febe6a6c4837d4f1f4f21a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a4ce87140c2fb3bbae596eb23c25c0592f1341e27febe6a6c4837d4f1f4f21a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A9a4ce87140c2fb3bbae596eb23c25c0592f1341e27febe6a6c4837d4f1f4f21a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768343705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:336b6244ccf84253ca07ce02033fc41195b52b3da8c880b31e83e8576f30b733_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:336b6244ccf84253ca07ce02033fc41195b52b3da8c880b31e83e8576f30b733_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:336b6244ccf84253ca07ce02033fc41195b52b3da8c880b31e83e8576f30b733_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A336b6244ccf84253ca07ce02033fc41195b52b3da8c880b31e83e8576f30b733?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302680"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d1af281d07265d3f33dd757f3a85f2157762e963d577b54e8fc7d2ec2010e03c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d1af281d07265d3f33dd757f3a85f2157762e963d577b54e8fc7d2ec2010e03c_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d1af281d07265d3f33dd757f3a85f2157762e963d577b54e8fc7d2ec2010e03c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Ad1af281d07265d3f33dd757f3a85f2157762e963d577b54e8fc7d2ec2010e03c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:901935cdfa4d09e29c3c250d12246be183ed9bd6e62a23a89828573b564ff1b7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:901935cdfa4d09e29c3c250d12246be183ed9bd6e62a23a89828573b564ff1b7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:901935cdfa4d09e29c3c250d12246be183ed9bd6e62a23a89828573b564ff1b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A901935cdfa4d09e29c3c250d12246be183ed9bd6e62a23a89828573b564ff1b7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d680095d7ac726c3579999d4f647a8ce3875c9ec180a8ddd5eeac2fdfbddc526_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d680095d7ac726c3579999d4f647a8ce3875c9ec180a8ddd5eeac2fdfbddc526_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d680095d7ac726c3579999d4f647a8ce3875c9ec180a8ddd5eeac2fdfbddc526_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Ad680095d7ac726c3579999d4f647a8ce3875c9ec180a8ddd5eeac2fdfbddc526?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3d2a8a443c5faa87bb8b8f11d8decb4d913cc00d7d85a46065c1b10258aca4b5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3d2a8a443c5faa87bb8b8f11d8decb4d913cc00d7d85a46065c1b10258aca4b5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3d2a8a443c5faa87bb8b8f11d8decb4d913cc00d7d85a46065c1b10258aca4b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A3d2a8a443c5faa87bb8b8f11d8decb4d913cc00d7d85a46065c1b10258aca4b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:47dc500f4ec05b3858a5fc3dfa468f9696557f9a467a7b16a87340b7984d9b92_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:47dc500f4ec05b3858a5fc3dfa468f9696557f9a467a7b16a87340b7984d9b92_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:47dc500f4ec05b3858a5fc3dfa468f9696557f9a467a7b16a87340b7984d9b92_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A47dc500f4ec05b3858a5fc3dfa468f9696557f9a467a7b16a87340b7984d9b92?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:db7bf0477a93f3527d77d7e7ca80c488a51c6f98e5e3bc7ac53ce309e3fffe46_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:db7bf0477a93f3527d77d7e7ca80c488a51c6f98e5e3bc7ac53ce309e3fffe46_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:db7bf0477a93f3527d77d7e7ca80c488a51c6f98e5e3bc7ac53ce309e3fffe46_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3Adb7bf0477a93f3527d77d7e7ca80c488a51c6f98e5e3bc7ac53ce309e3fffe46?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0b7510c65924094dceaf87331602b6be2652121a49b110385e9a6d94ee876f01_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0b7510c65924094dceaf87331602b6be2652121a49b110385e9a6d94ee876f01_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0b7510c65924094dceaf87331602b6be2652121a49b110385e9a6d94ee876f01_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A0b7510c65924094dceaf87331602b6be2652121a49b110385e9a6d94ee876f01?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345795"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4c84a48b74a56bd251ba77a669575aa1f53862b7d4bf5b800ae7b0c164e7f348_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4c84a48b74a56bd251ba77a669575aa1f53862b7d4bf5b800ae7b0c164e7f348_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4c84a48b74a56bd251ba77a669575aa1f53862b7d4bf5b800ae7b0c164e7f348_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A4c84a48b74a56bd251ba77a669575aa1f53862b7d4bf5b800ae7b0c164e7f348?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f24a2e861990b1234f07060333ee9f49d1b443b03d35917259ab31329736f8f9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f24a2e861990b1234f07060333ee9f49d1b443b03d35917259ab31329736f8f9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f24a2e861990b1234f07060333ee9f49d1b443b03d35917259ab31329736f8f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Af24a2e861990b1234f07060333ee9f49d1b443b03d35917259ab31329736f8f9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302536"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd0041cd7fff43f1fb2e92474f9bb69bf8e1a1722f999555aa2f8184607618d8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd0041cd7fff43f1fb2e92474f9bb69bf8e1a1722f999555aa2f8184607618d8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd0041cd7fff43f1fb2e92474f9bb69bf8e1a1722f999555aa2f8184607618d8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Add0041cd7fff43f1fb2e92474f9bb69bf8e1a1722f999555aa2f8184607618d8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768300930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0763d7213f1ce83cbc0b7702a002fb86b8a0f84db0657f43bc2a0e4e42cdf4df_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0763d7213f1ce83cbc0b7702a002fb86b8a0f84db0657f43bc2a0e4e42cdf4df_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0763d7213f1ce83cbc0b7702a002fb86b8a0f84db0657f43bc2a0e4e42cdf4df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A0763d7213f1ce83cbc0b7702a002fb86b8a0f84db0657f43bc2a0e4e42cdf4df?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:14e5728959903bafe2c1641ad832aa4fcb6ec8dd4e3331f2c3eb2fad3a0d9ce1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:14e5728959903bafe2c1641ad832aa4fcb6ec8dd4e3331f2c3eb2fad3a0d9ce1_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:14e5728959903bafe2c1641ad832aa4fcb6ec8dd4e3331f2c3eb2fad3a0d9ce1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A14e5728959903bafe2c1641ad832aa4fcb6ec8dd4e3331f2c3eb2fad3a0d9ce1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303514"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c419a68fcc53ab1659588382b32321afa3c715a18a120b56482d15ad92bbfba9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c419a68fcc53ab1659588382b32321afa3c715a18a120b56482d15ad92bbfba9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c419a68fcc53ab1659588382b32321afa3c715a18a120b56482d15ad92bbfba9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3Ac419a68fcc53ab1659588382b32321afa3c715a18a120b56482d15ad92bbfba9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768300845"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:344edf790f7a68dab401e7772c61b0734e707e987b62c6f45bcf87e0728c9362_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:344edf790f7a68dab401e7772c61b0734e707e987b62c6f45bcf87e0728c9362_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:344edf790f7a68dab401e7772c61b0734e707e987b62c6f45bcf87e0728c9362_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A344edf790f7a68dab401e7772c61b0734e707e987b62c6f45bcf87e0728c9362?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768370003"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b8c1edee562f20d0645d81a73085f597911e9c49115f8a80ad0156e626bf686f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b8c1edee562f20d0645d81a73085f597911e9c49115f8a80ad0156e626bf686f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b8c1edee562f20d0645d81a73085f597911e9c49115f8a80ad0156e626bf686f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Ab8c1edee562f20d0645d81a73085f597911e9c49115f8a80ad0156e626bf686f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e5a5bd458bbc0c4be4e443aca3341d979cea5b74d3ca7b7b0696e3c2b7c90b2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e5a5bd458bbc0c4be4e443aca3341d979cea5b74d3ca7b7b0696e3c2b7c90b2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e5a5bd458bbc0c4be4e443aca3341d979cea5b74d3ca7b7b0696e3c2b7c90b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A3e5a5bd458bbc0c4be4e443aca3341d979cea5b74d3ca7b7b0696e3c2b7c90b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:26b52ae76459968b2aeae84cb41a1a506261e20a99467776b128b14168cda99b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:26b52ae76459968b2aeae84cb41a1a506261e20a99467776b128b14168cda99b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:26b52ae76459968b2aeae84cb41a1a506261e20a99467776b128b14168cda99b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3A26b52ae76459968b2aeae84cb41a1a506261e20a99467776b128b14168cda99b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768304077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:80539c0a9aa5e33b09bfdbf5fe0c1ecfc2de13963cea84abe56a7ef292585329_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:80539c0a9aa5e33b09bfdbf5fe0c1ecfc2de13963cea84abe56a7ef292585329_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:80539c0a9aa5e33b09bfdbf5fe0c1ecfc2de13963cea84abe56a7ef292585329_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A80539c0a9aa5e33b09bfdbf5fe0c1ecfc2de13963cea84abe56a7ef292585329?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a88f0d6324900e1f952a8bf666d03394e07dc5410aedf6d21fae4730bf781f20_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a88f0d6324900e1f952a8bf666d03394e07dc5410aedf6d21fae4730bf781f20_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a88f0d6324900e1f952a8bf666d03394e07dc5410aedf6d21fae4730bf781f20_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Aa88f0d6324900e1f952a8bf666d03394e07dc5410aedf6d21fae4730bf781f20?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768378306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:363c4c852c17eb5d258162ef98ab7cadfb2d3eb05d172764478d7a10d119833a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:363c4c852c17eb5d258162ef98ab7cadfb2d3eb05d172764478d7a10d119833a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:363c4c852c17eb5d258162ef98ab7cadfb2d3eb05d172764478d7a10d119833a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A363c4c852c17eb5d258162ef98ab7cadfb2d3eb05d172764478d7a10d119833a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3c1943b3166e1b32232f0f0cee92e74d5f69b4ed0c1bb5549259462f93a3ad01_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3c1943b3166e1b32232f0f0cee92e74d5f69b4ed0c1bb5549259462f93a3ad01_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3c1943b3166e1b32232f0f0cee92e74d5f69b4ed0c1bb5549259462f93a3ad01_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A3c1943b3166e1b32232f0f0cee92e74d5f69b4ed0c1bb5549259462f93a3ad01?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302696"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b49b13462420970f529f1eb6480952882be5a083d03b54886905a05ec60e340e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b49b13462420970f529f1eb6480952882be5a083d03b54886905a05ec60e340e_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b49b13462420970f529f1eb6480952882be5a083d03b54886905a05ec60e340e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Ab49b13462420970f529f1eb6480952882be5a083d03b54886905a05ec60e340e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:ea7fc873c9382e6b9b0b20c7297e3503209fa189aaf818dea19f124cd7e761e8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:ea7fc873c9382e6b9b0b20c7297e3503209fa189aaf818dea19f124cd7e761e8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:ea7fc873c9382e6b9b0b20c7297e3503209fa189aaf818dea19f124cd7e761e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Aea7fc873c9382e6b9b0b20c7297e3503209fa189aaf818dea19f124cd7e761e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768300685"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dde1bd3f99a47f40a286d24e0b810330828464531bdccc1d82dcde57c2fcc7ae_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dde1bd3f99a47f40a286d24e0b810330828464531bdccc1d82dcde57c2fcc7ae_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dde1bd3f99a47f40a286d24e0b810330828464531bdccc1d82dcde57c2fcc7ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Adde1bd3f99a47f40a286d24e0b810330828464531bdccc1d82dcde57c2fcc7ae?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2db06f36858a0c30223f07fc0b35441a292922678f303f434a580241a245855_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2db06f36858a0c30223f07fc0b35441a292922678f303f434a580241a245855_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2db06f36858a0c30223f07fc0b35441a292922678f303f434a580241a245855_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Ac2db06f36858a0c30223f07fc0b35441a292922678f303f434a580241a245855?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ef9387bcc4963efa9c689a68a9d7429b8ed38afc3a0324d6768aaff1ec893216_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ef9387bcc4963efa9c689a68a9d7429b8ed38afc3a0324d6768aaff1ec893216_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ef9387bcc4963efa9c689a68a9d7429b8ed38afc3a0324d6768aaff1ec893216_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Aef9387bcc4963efa9c689a68a9d7429b8ed38afc3a0324d6768aaff1ec893216?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:96d9062dc752925cd30753277c4d5993e24f7a14c3d4c5b87261cbbd3b22add1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:96d9062dc752925cd30753277c4d5993e24f7a14c3d4c5b87261cbbd3b22add1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:96d9062dc752925cd30753277c4d5993e24f7a14c3d4c5b87261cbbd3b22add1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A96d9062dc752925cd30753277c4d5993e24f7a14c3d4c5b87261cbbd3b22add1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768343878"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:11f427638f7beafb14f93697ac6ec287c2e6b247ed26d7edd2efbe2447eff491_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:11f427638f7beafb14f93697ac6ec287c2e6b247ed26d7edd2efbe2447eff491_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:11f427638f7beafb14f93697ac6ec287c2e6b247ed26d7edd2efbe2447eff491_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A11f427638f7beafb14f93697ac6ec287c2e6b247ed26d7edd2efbe2447eff491?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301439"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:02a280b798b4c457a6d18c50a6ec77c1d3da0f89d6949332ecf2ad7e87dffd77_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:02a280b798b4c457a6d18c50a6ec77c1d3da0f89d6949332ecf2ad7e87dffd77_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:02a280b798b4c457a6d18c50a6ec77c1d3da0f89d6949332ecf2ad7e87dffd77_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A02a280b798b4c457a6d18c50a6ec77c1d3da0f89d6949332ecf2ad7e87dffd77?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768370342"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1fd1ba8157da909d629ddfc811c7ed94a2c3e8d7cfcba0e5e487d918f0911ae3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1fd1ba8157da909d629ddfc811c7ed94a2c3e8d7cfcba0e5e487d918f0911ae3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1fd1ba8157da909d629ddfc811c7ed94a2c3e8d7cfcba0e5e487d918f0911ae3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A1fd1ba8157da909d629ddfc811c7ed94a2c3e8d7cfcba0e5e487d918f0911ae3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768386208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:60c830d32950726f53725511d28564322dcbfa351998ce67783cef1d8ae2293e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:60c830d32950726f53725511d28564322dcbfa351998ce67783cef1d8ae2293e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:60c830d32950726f53725511d28564322dcbfa351998ce67783cef1d8ae2293e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A60c830d32950726f53725511d28564322dcbfa351998ce67783cef1d8ae2293e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:71252be092a8333981aff76f5299610b42190cb17797af1a63995c287fe1152a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:71252be092a8333981aff76f5299610b42190cb17797af1a63995c287fe1152a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:71252be092a8333981aff76f5299610b42190cb17797af1a63995c287fe1152a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A71252be092a8333981aff76f5299610b42190cb17797af1a63995c287fe1152a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bc33cb9097e3ac41f2ae10ced3d22f468f7427ff3ed57f06d4093d2c797399e0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bc33cb9097e3ac41f2ae10ced3d22f468f7427ff3ed57f06d4093d2c797399e0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bc33cb9097e3ac41f2ae10ced3d22f468f7427ff3ed57f06d4093d2c797399e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Abc33cb9097e3ac41f2ae10ced3d22f468f7427ff3ed57f06d4093d2c797399e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768370414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:74fb8850cc2a17f07470999ee754a8c7c4b5d8e70b936935ed37faad7d135e9a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:74fb8850cc2a17f07470999ee754a8c7c4b5d8e70b936935ed37faad7d135e9a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:74fb8850cc2a17f07470999ee754a8c7c4b5d8e70b936935ed37faad7d135e9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A74fb8850cc2a17f07470999ee754a8c7c4b5d8e70b936935ed37faad7d135e9a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768315536"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:14706e182451c4f95b61ba798bbfe0a90c1cbd65dec24808cb27f7794004548f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:14706e182451c4f95b61ba798bbfe0a90c1cbd65dec24808cb27f7794004548f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:14706e182451c4f95b61ba798bbfe0a90c1cbd65dec24808cb27f7794004548f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A14706e182451c4f95b61ba798bbfe0a90c1cbd65dec24808cb27f7794004548f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768369836"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3b2971134874f759c4faf03b8c48009052f35e5829c4e1054b491b710130c93a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3b2971134874f759c4faf03b8c48009052f35e5829c4e1054b491b710130c93a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3b2971134874f759c4faf03b8c48009052f35e5829c4e1054b491b710130c93a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A3b2971134874f759c4faf03b8c48009052f35e5829c4e1054b491b710130c93a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768300911"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f8d09efc416ba06f362c298c670adfd634bbf2417b42dd63ef8eddec6d5d7b93_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f8d09efc416ba06f362c298c670adfd634bbf2417b42dd63ef8eddec6d5d7b93_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f8d09efc416ba06f362c298c670adfd634bbf2417b42dd63ef8eddec6d5d7b93_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3Af8d09efc416ba06f362c298c670adfd634bbf2417b42dd63ef8eddec6d5d7b93?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768395874"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:08debd7c61f7813b3b7151858b9af4b9bc04d07eea44265b74e6df5598c2eb15_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:08debd7c61f7813b3b7151858b9af4b9bc04d07eea44265b74e6df5598c2eb15_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:08debd7c61f7813b3b7151858b9af4b9bc04d07eea44265b74e6df5598c2eb15_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A08debd7c61f7813b3b7151858b9af4b9bc04d07eea44265b74e6df5598c2eb15?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768334534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4182b34853de62c1e8e4aa4ed1dbebf6b597f86cd9291697e512ac1996b81f3f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4182b34853de62c1e8e4aa4ed1dbebf6b597f86cd9291697e512ac1996b81f3f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4182b34853de62c1e8e4aa4ed1dbebf6b597f86cd9291697e512ac1996b81f3f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A4182b34853de62c1e8e4aa4ed1dbebf6b597f86cd9291697e512ac1996b81f3f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a906a0d6bb3320a5ba360d54591fadf12445e587d6701ce92734ada703a57c27_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a906a0d6bb3320a5ba360d54591fadf12445e587d6701ce92734ada703a57c27_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a906a0d6bb3320a5ba360d54591fadf12445e587d6701ce92734ada703a57c27_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Aa906a0d6bb3320a5ba360d54591fadf12445e587d6701ce92734ada703a57c27?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8b134adae6f75184ed5c57ec2843b76886d36824c58c7b609751e98efbd26f9a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8b134adae6f75184ed5c57ec2843b76886d36824c58c7b609751e98efbd26f9a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8b134adae6f75184ed5c57ec2843b76886d36824c58c7b609751e98efbd26f9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A8b134adae6f75184ed5c57ec2843b76886d36824c58c7b609751e98efbd26f9a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301361"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:879d84aa921d197ecfaacb72db873a8f02d9ace42c7e62218d77f679309bc319_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:879d84aa921d197ecfaacb72db873a8f02d9ace42c7e62218d77f679309bc319_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:879d84aa921d197ecfaacb72db873a8f02d9ace42c7e62218d77f679309bc319_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A879d84aa921d197ecfaacb72db873a8f02d9ace42c7e62218d77f679309bc319?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:68025f170de2464bf46d4fbe6e7d9cdaf58f9ef43a291c2e311f295cecc00901_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:68025f170de2464bf46d4fbe6e7d9cdaf58f9ef43a291c2e311f295cecc00901_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:68025f170de2464bf46d4fbe6e7d9cdaf58f9ef43a291c2e311f295cecc00901_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A68025f170de2464bf46d4fbe6e7d9cdaf58f9ef43a291c2e311f295cecc00901?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768304018"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:72413b4d27b0e896dec998182c4c2c3c501045254df254b75527f10d7aab3e48_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:72413b4d27b0e896dec998182c4c2c3c501045254df254b75527f10d7aab3e48_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:72413b4d27b0e896dec998182c4c2c3c501045254df254b75527f10d7aab3e48_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A72413b4d27b0e896dec998182c4c2c3c501045254df254b75527f10d7aab3e48?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d546f4f4477ce8c908418e79a08705d32becb71c83fc748568b31b412677803e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d546f4f4477ce8c908418e79a08705d32becb71c83fc748568b31b412677803e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d546f4f4477ce8c908418e79a08705d32becb71c83fc748568b31b412677803e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ad546f4f4477ce8c908418e79a08705d32becb71c83fc748568b31b412677803e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302973"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2ffdb8e761c3c52d419c064651541dc0f4b6e36c00b8f72b34fb437df8404416_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2ffdb8e761c3c52d419c064651541dc0f4b6e36c00b8f72b34fb437df8404416_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2ffdb8e761c3c52d419c064651541dc0f4b6e36c00b8f72b34fb437df8404416_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A2ffdb8e761c3c52d419c064651541dc0f4b6e36c00b8f72b34fb437df8404416?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:55d3fa9651bdf1c0ce99cb12468c157fd25f0512aa990e5f0a983f9dabcf5caa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:55d3fa9651bdf1c0ce99cb12468c157fd25f0512aa990e5f0a983f9dabcf5caa_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:55d3fa9651bdf1c0ce99cb12468c157fd25f0512aa990e5f0a983f9dabcf5caa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A55d3fa9651bdf1c0ce99cb12468c157fd25f0512aa990e5f0a983f9dabcf5caa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768370242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:77a516103c2a357530f52bd767de792b5faed786923c14afe2ac799016344776_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:77a516103c2a357530f52bd767de792b5faed786923c14afe2ac799016344776_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:77a516103c2a357530f52bd767de792b5faed786923c14afe2ac799016344776_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A77a516103c2a357530f52bd767de792b5faed786923c14afe2ac799016344776?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768377455"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07ce1f777cb829393ca9650cc859aeabe040dbaa92c0f2b78834fcaa5f27190d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07ce1f777cb829393ca9650cc859aeabe040dbaa92c0f2b78834fcaa5f27190d_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07ce1f777cb829393ca9650cc859aeabe040dbaa92c0f2b78834fcaa5f27190d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A07ce1f777cb829393ca9650cc859aeabe040dbaa92c0f2b78834fcaa5f27190d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:444ed9fd31a630ac962ba53d6f46306892e61338c4cca7c1f6d321e0c1ea64f7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:444ed9fd31a630ac962ba53d6f46306892e61338c4cca7c1f6d321e0c1ea64f7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:444ed9fd31a630ac962ba53d6f46306892e61338c4cca7c1f6d321e0c1ea64f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A444ed9fd31a630ac962ba53d6f46306892e61338c4cca7c1f6d321e0c1ea64f7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e85eb4417128ebf51ae5952be24c9e00051fd512b3479a73a5da02aa216e87c5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e85eb4417128ebf51ae5952be24c9e00051fd512b3479a73a5da02aa216e87c5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e85eb4417128ebf51ae5952be24c9e00051fd512b3479a73a5da02aa216e87c5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Ae85eb4417128ebf51ae5952be24c9e00051fd512b3479a73a5da02aa216e87c5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303084"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dee2a24fdddd2aa5c4aa8ae9c50e39fda5651c4488680e651ab1a16edad4f57b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dee2a24fdddd2aa5c4aa8ae9c50e39fda5651c4488680e651ab1a16edad4f57b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dee2a24fdddd2aa5c4aa8ae9c50e39fda5651c4488680e651ab1a16edad4f57b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Adee2a24fdddd2aa5c4aa8ae9c50e39fda5651c4488680e651ab1a16edad4f57b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768377693"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3fb4c6d8b0e7c7c939aaa309e335caace1c805f90a86d2e156a3c09ce63409b8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3fb4c6d8b0e7c7c939aaa309e335caace1c805f90a86d2e156a3c09ce63409b8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3fb4c6d8b0e7c7c939aaa309e335caace1c805f90a86d2e156a3c09ce63409b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A3fb4c6d8b0e7c7c939aaa309e335caace1c805f90a86d2e156a3c09ce63409b8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768304107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6e7e3c2ee66b15329fe6b195a8f7453aece953a9b324befaeac47ee6dcddccef_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6e7e3c2ee66b15329fe6b195a8f7453aece953a9b324befaeac47ee6dcddccef_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6e7e3c2ee66b15329fe6b195a8f7453aece953a9b324befaeac47ee6dcddccef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A6e7e3c2ee66b15329fe6b195a8f7453aece953a9b324befaeac47ee6dcddccef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1d9a067f0a66fb7cfebf5a02ebc10d3ce340f5da1cee7f1330a88b82d23aed5f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1d9a067f0a66fb7cfebf5a02ebc10d3ce340f5da1cee7f1330a88b82d23aed5f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1d9a067f0a66fb7cfebf5a02ebc10d3ce340f5da1cee7f1330a88b82d23aed5f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A1d9a067f0a66fb7cfebf5a02ebc10d3ce340f5da1cee7f1330a88b82d23aed5f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f0ea95f9d10aed3755237c3bc68236cb1dfc64551cdafb3f8d78999cbffb96_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f0ea95f9d10aed3755237c3bc68236cb1dfc64551cdafb3f8d78999cbffb96_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f0ea95f9d10aed3755237c3bc68236cb1dfc64551cdafb3f8d78999cbffb96_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A17f0ea95f9d10aed3755237c3bc68236cb1dfc64551cdafb3f8d78999cbffb96?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768334418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e8f9b1eda851e2aeeaf3454be4f20b0d90cee6fbf8a0a432906f648459cd4f30_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e8f9b1eda851e2aeeaf3454be4f20b0d90cee6fbf8a0a432906f648459cd4f30_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e8f9b1eda851e2aeeaf3454be4f20b0d90cee6fbf8a0a432906f648459cd4f30_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Ae8f9b1eda851e2aeeaf3454be4f20b0d90cee6fbf8a0a432906f648459cd4f30?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eb7c7965e17ad69839297166fe8c8c15031db8ed0549ebf44bb4ea1da98cde8b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eb7c7965e17ad69839297166fe8c8c15031db8ed0549ebf44bb4ea1da98cde8b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eb7c7965e17ad69839297166fe8c8c15031db8ed0549ebf44bb4ea1da98cde8b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Aeb7c7965e17ad69839297166fe8c8c15031db8ed0549ebf44bb4ea1da98cde8b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345887"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6ccec729cb1f9a5b01243987a9063459bc38074ee8b8c4089b630289ff73c60f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6ccec729cb1f9a5b01243987a9063459bc38074ee8b8c4089b630289ff73c60f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6ccec729cb1f9a5b01243987a9063459bc38074ee8b8c4089b630289ff73c60f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A6ccec729cb1f9a5b01243987a9063459bc38074ee8b8c4089b630289ff73c60f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a301aa9d39918b04ef7ff140a370602f1a38d00d949c795200f910774680af_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a301aa9d39918b04ef7ff140a370602f1a38d00d949c795200f910774680af_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a301aa9d39918b04ef7ff140a370602f1a38d00d949c795200f910774680af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Aa5a301aa9d39918b04ef7ff140a370602f1a38d00d949c795200f910774680af?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9efd7e8e4700fd1fcbe5f01dbb1c8b9405f125d5c98eb1ca852b855508a8c431_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9efd7e8e4700fd1fcbe5f01dbb1c8b9405f125d5c98eb1ca852b855508a8c431_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9efd7e8e4700fd1fcbe5f01dbb1c8b9405f125d5c98eb1ca852b855508a8c431_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A9efd7e8e4700fd1fcbe5f01dbb1c8b9405f125d5c98eb1ca852b855508a8c431?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:237013c3583df12deb432390a6db9a862c02e643f65ed4a1e79afccf8e046699_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:237013c3583df12deb432390a6db9a862c02e643f65ed4a1e79afccf8e046699_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:237013c3583df12deb432390a6db9a862c02e643f65ed4a1e79afccf8e046699_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A237013c3583df12deb432390a6db9a862c02e643f65ed4a1e79afccf8e046699?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c4c77c1f0b9bb88deccde95f0a3d33bb13efd83ef571e7593f48dbb728d836fb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c4c77c1f0b9bb88deccde95f0a3d33bb13efd83ef571e7593f48dbb728d836fb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c4c77c1f0b9bb88deccde95f0a3d33bb13efd83ef571e7593f48dbb728d836fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Ac4c77c1f0b9bb88deccde95f0a3d33bb13efd83ef571e7593f48dbb728d836fb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301807"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5c59d639c117295637a7a412edcb423290f884af9558aa52ca39a11721ee00e3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5c59d639c117295637a7a412edcb423290f884af9558aa52ca39a11721ee00e3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5c59d639c117295637a7a412edcb423290f884af9558aa52ca39a11721ee00e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A5c59d639c117295637a7a412edcb423290f884af9558aa52ca39a11721ee00e3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f07ac70d3e737af6be1848230461e870c7599939dc9e5e3d41ea7426b9f9c504_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f07ac70d3e737af6be1848230461e870c7599939dc9e5e3d41ea7426b9f9c504_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f07ac70d3e737af6be1848230461e870c7599939dc9e5e3d41ea7426b9f9c504_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Af07ac70d3e737af6be1848230461e870c7599939dc9e5e3d41ea7426b9f9c504?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302983"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3c6a583354c01ea55cce56473b3bfd0ca2392582a2347392d76b8016c3a167f1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3c6a583354c01ea55cce56473b3bfd0ca2392582a2347392d76b8016c3a167f1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3c6a583354c01ea55cce56473b3bfd0ca2392582a2347392d76b8016c3a167f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A3c6a583354c01ea55cce56473b3bfd0ca2392582a2347392d76b8016c3a167f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7caafee63a879388dbc1424dd2be28798ee03fdab35ba621136ca575b4cd6429_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7caafee63a879388dbc1424dd2be28798ee03fdab35ba621136ca575b4cd6429_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7caafee63a879388dbc1424dd2be28798ee03fdab35ba621136ca575b4cd6429_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A7caafee63a879388dbc1424dd2be28798ee03fdab35ba621136ca575b4cd6429?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:36cc16cda8ab3fe13a8328b30fb5f422e10f517b348c966bc7a534fc271709f4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:36cc16cda8ab3fe13a8328b30fb5f422e10f517b348c966bc7a534fc271709f4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:36cc16cda8ab3fe13a8328b30fb5f422e10f517b348c966bc7a534fc271709f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A36cc16cda8ab3fe13a8328b30fb5f422e10f517b348c966bc7a534fc271709f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302191"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7a55c39689de725b837b830ded90af46c33e43f93fc05416705b3b4d35c7f00c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7a55c39689de725b837b830ded90af46c33e43f93fc05416705b3b4d35c7f00c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7a55c39689de725b837b830ded90af46c33e43f93fc05416705b3b4d35c7f00c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A7a55c39689de725b837b830ded90af46c33e43f93fc05416705b3b4d35c7f00c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15fba08b3a68a58e903954a64bf470605e33fbb0e6551d0f08d20e842969b19a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15fba08b3a68a58e903954a64bf470605e33fbb0e6551d0f08d20e842969b19a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15fba08b3a68a58e903954a64bf470605e33fbb0e6551d0f08d20e842969b19a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A15fba08b3a68a58e903954a64bf470605e33fbb0e6551d0f08d20e842969b19a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:376e660b43cb68659210caa0973278da9324d688a55c1f4d3330f24f1203a415_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:376e660b43cb68659210caa0973278da9324d688a55c1f4d3330f24f1203a415_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:376e660b43cb68659210caa0973278da9324d688a55c1f4d3330f24f1203a415_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A376e660b43cb68659210caa0973278da9324d688a55c1f4d3330f24f1203a415?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:98c79bf62796002e6bde932ba85949ef890d48380b944b7c28d806046e4575bb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:98c79bf62796002e6bde932ba85949ef890d48380b944b7c28d806046e4575bb_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:98c79bf62796002e6bde932ba85949ef890d48380b944b7c28d806046e4575bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A98c79bf62796002e6bde932ba85949ef890d48380b944b7c28d806046e4575bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ccb5858acb83ac412670cb1055181f40ec3550c692deeef1758cd6de82b67ed9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ccb5858acb83ac412670cb1055181f40ec3550c692deeef1758cd6de82b67ed9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ccb5858acb83ac412670cb1055181f40ec3550c692deeef1758cd6de82b67ed9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Accb5858acb83ac412670cb1055181f40ec3550c692deeef1758cd6de82b67ed9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6ec30576f3e062edded4acaa8badcfda9089bc997a8a451ef987d99a5bf5854d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6ec30576f3e062edded4acaa8badcfda9089bc997a8a451ef987d99a5bf5854d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6ec30576f3e062edded4acaa8badcfda9089bc997a8a451ef987d99a5bf5854d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A6ec30576f3e062edded4acaa8badcfda9089bc997a8a451ef987d99a5bf5854d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6dee8bc8066d09e6e64a2b90738ec805dbcb5db0e9fefae3c92ff192b2706803_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6dee8bc8066d09e6e64a2b90738ec805dbcb5db0e9fefae3c92ff192b2706803_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6dee8bc8066d09e6e64a2b90738ec805dbcb5db0e9fefae3c92ff192b2706803_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3A6dee8bc8066d09e6e64a2b90738ec805dbcb5db0e9fefae3c92ff192b2706803?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768300816"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:334fe4f68e95d68321d13a2094ee31fae8375994f0dd26f3fa910ad8b78d0142_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:334fe4f68e95d68321d13a2094ee31fae8375994f0dd26f3fa910ad8b78d0142_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:334fe4f68e95d68321d13a2094ee31fae8375994f0dd26f3fa910ad8b78d0142_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A334fe4f68e95d68321d13a2094ee31fae8375994f0dd26f3fa910ad8b78d0142?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768299679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bccb846b038153050029982c163243b9e6647cc9c2ccdce08337a494a5d30969_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bccb846b038153050029982c163243b9e6647cc9c2ccdce08337a494a5d30969_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bccb846b038153050029982c163243b9e6647cc9c2ccdce08337a494a5d30969_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3Abccb846b038153050029982c163243b9e6647cc9c2ccdce08337a494a5d30969?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768299488"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:885ab40abab1c5c55910ef8ee2c18167ba3a55e541e9f5d255bd9e62302ddb10_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:885ab40abab1c5c55910ef8ee2c18167ba3a55e541e9f5d255bd9e62302ddb10_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:885ab40abab1c5c55910ef8ee2c18167ba3a55e541e9f5d255bd9e62302ddb10_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A885ab40abab1c5c55910ef8ee2c18167ba3a55e541e9f5d255bd9e62302ddb10?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:799777705a1f8f837fc36eab527b47d94612a67c343486084d0db48d42cc8482_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:799777705a1f8f837fc36eab527b47d94612a67c343486084d0db48d42cc8482_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:799777705a1f8f837fc36eab527b47d94612a67c343486084d0db48d42cc8482_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A799777705a1f8f837fc36eab527b47d94612a67c343486084d0db48d42cc8482?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cb71a249a099e3c159ed823bb10ddd6d6166e187f63dc239b7a2631b83fc65a5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cb71a249a099e3c159ed823bb10ddd6d6166e187f63dc239b7a2631b83fc65a5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cb71a249a099e3c159ed823bb10ddd6d6166e187f63dc239b7a2631b83fc65a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Acb71a249a099e3c159ed823bb10ddd6d6166e187f63dc239b7a2631b83fc65a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:06e8bc4a4e44dcc8273bec21b338cfb51457844442974b5f09991d0394417705_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:06e8bc4a4e44dcc8273bec21b338cfb51457844442974b5f09991d0394417705_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:06e8bc4a4e44dcc8273bec21b338cfb51457844442974b5f09991d0394417705_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A06e8bc4a4e44dcc8273bec21b338cfb51457844442974b5f09991d0394417705?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b8a1759ecdbaa7523680b2da57018494359c05c3ce8057167893e0e596a1a189_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b8a1759ecdbaa7523680b2da57018494359c05c3ce8057167893e0e596a1a189_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b8a1759ecdbaa7523680b2da57018494359c05c3ce8057167893e0e596a1a189_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Ab8a1759ecdbaa7523680b2da57018494359c05c3ce8057167893e0e596a1a189?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768378857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:239caea496c8ea688a05ab49f1f7fb4a31377f43050a5602452542595a34e834_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:239caea496c8ea688a05ab49f1f7fb4a31377f43050a5602452542595a34e834_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:239caea496c8ea688a05ab49f1f7fb4a31377f43050a5602452542595a34e834_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A239caea496c8ea688a05ab49f1f7fb4a31377f43050a5602452542595a34e834?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b203ab7839940fa0a8218de3e3602d75f8ee5343f6d6ee018a4a98de985544f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b203ab7839940fa0a8218de3e3602d75f8ee5343f6d6ee018a4a98de985544f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b203ab7839940fa0a8218de3e3602d75f8ee5343f6d6ee018a4a98de985544f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ab203ab7839940fa0a8218de3e3602d75f8ee5343f6d6ee018a4a98de985544f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9a19c19be8a50c2d794b647aec3c592730c75ad06217fafd8ed4b11b7eb5762b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9a19c19be8a50c2d794b647aec3c592730c75ad06217fafd8ed4b11b7eb5762b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9a19c19be8a50c2d794b647aec3c592730c75ad06217fafd8ed4b11b7eb5762b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A9a19c19be8a50c2d794b647aec3c592730c75ad06217fafd8ed4b11b7eb5762b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c5989c1ccd945b1d9aaf87ff0e86567a1434fc2119728b1f5823395ea86b503_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c5989c1ccd945b1d9aaf87ff0e86567a1434fc2119728b1f5823395ea86b503_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c5989c1ccd945b1d9aaf87ff0e86567a1434fc2119728b1f5823395ea86b503_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A0c5989c1ccd945b1d9aaf87ff0e86567a1434fc2119728b1f5823395ea86b503?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768369786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:05fc3afb6add2477f222db2d11578e51b46236017db51bddb7551dc220418c53_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:05fc3afb6add2477f222db2d11578e51b46236017db51bddb7551dc220418c53_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:05fc3afb6add2477f222db2d11578e51b46236017db51bddb7551dc220418c53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A05fc3afb6add2477f222db2d11578e51b46236017db51bddb7551dc220418c53?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302899"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9c2d04f3bcf14a2a877701b44ed5a1c35cc1e53888c0f830d6c3030f773e8fa2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9c2d04f3bcf14a2a877701b44ed5a1c35cc1e53888c0f830d6c3030f773e8fa2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9c2d04f3bcf14a2a877701b44ed5a1c35cc1e53888c0f830d6c3030f773e8fa2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A9c2d04f3bcf14a2a877701b44ed5a1c35cc1e53888c0f830d6c3030f773e8fa2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:000f14446978bf4cae98f675a93f29c531a62b695f64f79184e2ee39c9ea7efc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:000f14446978bf4cae98f675a93f29c531a62b695f64f79184e2ee39c9ea7efc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:000f14446978bf4cae98f675a93f29c531a62b695f64f79184e2ee39c9ea7efc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A000f14446978bf4cae98f675a93f29c531a62b695f64f79184e2ee39c9ea7efc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768300768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:024bc96bb6bb7d910b4bb640777901597ab67fd0e4fcb8dbe4b9b27f80decb82_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:024bc96bb6bb7d910b4bb640777901597ab67fd0e4fcb8dbe4b9b27f80decb82_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:024bc96bb6bb7d910b4bb640777901597ab67fd0e4fcb8dbe4b9b27f80decb82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A024bc96bb6bb7d910b4bb640777901597ab67fd0e4fcb8dbe4b9b27f80decb82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7c7ff8812a59064b2479fd6f68021fb09434913097c4f1fe6e7a634e690552d0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7c7ff8812a59064b2479fd6f68021fb09434913097c4f1fe6e7a634e690552d0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7c7ff8812a59064b2479fd6f68021fb09434913097c4f1fe6e7a634e690552d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A7c7ff8812a59064b2479fd6f68021fb09434913097c4f1fe6e7a634e690552d0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4d0b0bda11ea1fd3e583674c7c4cd29b1f8d312009dbb7ecd7ab205da90ac921_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4d0b0bda11ea1fd3e583674c7c4cd29b1f8d312009dbb7ecd7ab205da90ac921_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4d0b0bda11ea1fd3e583674c7c4cd29b1f8d312009dbb7ecd7ab205da90ac921_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A4d0b0bda11ea1fd3e583674c7c4cd29b1f8d312009dbb7ecd7ab205da90ac921?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f183f1113710e8a3968abb6e8a93a4a5621ad3446f5962581e944058a504eae0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f183f1113710e8a3968abb6e8a93a4a5621ad3446f5962581e944058a504eae0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f183f1113710e8a3968abb6e8a93a4a5621ad3446f5962581e944058a504eae0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Af183f1113710e8a3968abb6e8a93a4a5621ad3446f5962581e944058a504eae0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768369893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d75f8fb713c311b5cff23d890214d9e5a16ec25875f7c5221d1bbb5839bdeb6b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d75f8fb713c311b5cff23d890214d9e5a16ec25875f7c5221d1bbb5839bdeb6b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d75f8fb713c311b5cff23d890214d9e5a16ec25875f7c5221d1bbb5839bdeb6b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3Ad75f8fb713c311b5cff23d890214d9e5a16ec25875f7c5221d1bbb5839bdeb6b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768434451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:12df6988ba07897fa7002742d822364869db98148387bc254c773f6cf6aab361_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:12df6988ba07897fa7002742d822364869db98148387bc254c773f6cf6aab361_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:12df6988ba07897fa7002742d822364869db98148387bc254c773f6cf6aab361_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A12df6988ba07897fa7002742d822364869db98148387bc254c773f6cf6aab361?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301523"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:35476646a41ff39aef072f9ddc168c1516a4be8051af414efeb466486a66997f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:35476646a41ff39aef072f9ddc168c1516a4be8051af414efeb466486a66997f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:35476646a41ff39aef072f9ddc168c1516a4be8051af414efeb466486a66997f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A35476646a41ff39aef072f9ddc168c1516a4be8051af414efeb466486a66997f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9340544c0990f8c07aa9e012a94b225baf4579f49530564fed3c9c70e739403c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9340544c0990f8c07aa9e012a94b225baf4579f49530564fed3c9c70e739403c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9340544c0990f8c07aa9e012a94b225baf4579f49530564fed3c9c70e739403c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A9340544c0990f8c07aa9e012a94b225baf4579f49530564fed3c9c70e739403c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:806b48a15ebfda0e8722f8155488d90a481c51951697ad7350e8dc117d612419_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:806b48a15ebfda0e8722f8155488d90a481c51951697ad7350e8dc117d612419_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:806b48a15ebfda0e8722f8155488d90a481c51951697ad7350e8dc117d612419_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A806b48a15ebfda0e8722f8155488d90a481c51951697ad7350e8dc117d612419?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768434457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4457d82d81a322820a2424185a7e9f05e9c2b45042f6aefd34740406f07abcdd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4457d82d81a322820a2424185a7e9f05e9c2b45042f6aefd34740406f07abcdd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4457d82d81a322820a2424185a7e9f05e9c2b45042f6aefd34740406f07abcdd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A4457d82d81a322820a2424185a7e9f05e9c2b45042f6aefd34740406f07abcdd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301691"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:402e7e1b444b6f7d67adf70eecd5e96da520ba177539f30309df51a6af250a3c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:402e7e1b444b6f7d67adf70eecd5e96da520ba177539f30309df51a6af250a3c_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:402e7e1b444b6f7d67adf70eecd5e96da520ba177539f30309df51a6af250a3c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A402e7e1b444b6f7d67adf70eecd5e96da520ba177539f30309df51a6af250a3c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bb1091a626b139e9efed966b94f3d4ec620f61d1dc31873a52356bea5657ca6c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bb1091a626b139e9efed966b94f3d4ec620f61d1dc31873a52356bea5657ca6c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bb1091a626b139e9efed966b94f3d4ec620f61d1dc31873a52356bea5657ca6c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Abb1091a626b139e9efed966b94f3d4ec620f61d1dc31873a52356bea5657ca6c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301044"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:15a844ed1baf54886f48c9919d18dfcb29e6dbb4cd3be9568e15b0cc76075ce2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:15a844ed1baf54886f48c9919d18dfcb29e6dbb4cd3be9568e15b0cc76075ce2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:15a844ed1baf54886f48c9919d18dfcb29e6dbb4cd3be9568e15b0cc76075ce2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A15a844ed1baf54886f48c9919d18dfcb29e6dbb4cd3be9568e15b0cc76075ce2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301353"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:600f6c495809c9fa8abf0d5af6a486e5a1197a8f0bdb505480aa5439c05101d2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:600f6c495809c9fa8abf0d5af6a486e5a1197a8f0bdb505480aa5439c05101d2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:600f6c495809c9fa8abf0d5af6a486e5a1197a8f0bdb505480aa5439c05101d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A600f6c495809c9fa8abf0d5af6a486e5a1197a8f0bdb505480aa5439c05101d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768434790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6029e4f81e3d88ef43f1e39df7452dc432fdb22b21483b1fc3b78e0d7105e99_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6029e4f81e3d88ef43f1e39df7452dc432fdb22b21483b1fc3b78e0d7105e99_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6029e4f81e3d88ef43f1e39df7452dc432fdb22b21483b1fc3b78e0d7105e99_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Af6029e4f81e3d88ef43f1e39df7452dc432fdb22b21483b1fc3b78e0d7105e99?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8cf8ae7d88d2e0aa4ea2fcc2b2a89822495f64e00cd9125e19e22ea4759b4a00_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8cf8ae7d88d2e0aa4ea2fcc2b2a89822495f64e00cd9125e19e22ea4759b4a00_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8cf8ae7d88d2e0aa4ea2fcc2b2a89822495f64e00cd9125e19e22ea4759b4a00_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A8cf8ae7d88d2e0aa4ea2fcc2b2a89822495f64e00cd9125e19e22ea4759b4a00?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768316266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:347f24705fc774f6f680c3ed41ec23520ba6eda9a791fcaf447ca2b6a3e01bbf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:347f24705fc774f6f680c3ed41ec23520ba6eda9a791fcaf447ca2b6a3e01bbf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:347f24705fc774f6f680c3ed41ec23520ba6eda9a791fcaf447ca2b6a3e01bbf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A347f24705fc774f6f680c3ed41ec23520ba6eda9a791fcaf447ca2b6a3e01bbf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a63534d446603e6cc4b3c97772cb5b875b0e1a43326b6b5677dccb31e188e1d7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a63534d446603e6cc4b3c97772cb5b875b0e1a43326b6b5677dccb31e188e1d7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a63534d446603e6cc4b3c97772cb5b875b0e1a43326b6b5677dccb31e188e1d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Aa63534d446603e6cc4b3c97772cb5b875b0e1a43326b6b5677dccb31e188e1d7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1b7a1c54864603109f07925cf739cb627586287555adb2876385f8ce83cfa23d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1b7a1c54864603109f07925cf739cb627586287555adb2876385f8ce83cfa23d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1b7a1c54864603109f07925cf739cb627586287555adb2876385f8ce83cfa23d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A1b7a1c54864603109f07925cf739cb627586287555adb2876385f8ce83cfa23d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a88036cad50dcbf667e951551d7c3dd2e074d04ff6f1043aeda00610a39663e5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a88036cad50dcbf667e951551d7c3dd2e074d04ff6f1043aeda00610a39663e5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a88036cad50dcbf667e951551d7c3dd2e074d04ff6f1043aeda00610a39663e5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Aa88036cad50dcbf667e951551d7c3dd2e074d04ff6f1043aeda00610a39663e5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:994657490649f677a44c2b97db30f18688a51cb9b36953ffa1d928db389b3a5d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:994657490649f677a44c2b97db30f18688a51cb9b36953ffa1d928db389b3a5d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:994657490649f677a44c2b97db30f18688a51cb9b36953ffa1d928db389b3a5d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A994657490649f677a44c2b97db30f18688a51cb9b36953ffa1d928db389b3a5d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:893b5a11b945e070fcdf51db1725c9a6a82c42cf45e014bc866760fc5d4637da_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:893b5a11b945e070fcdf51db1725c9a6a82c42cf45e014bc866760fc5d4637da_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:893b5a11b945e070fcdf51db1725c9a6a82c42cf45e014bc866760fc5d4637da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A893b5a11b945e070fcdf51db1725c9a6a82c42cf45e014bc866760fc5d4637da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768333120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6b80d57abfc466bcde56a0f5147ab378b36a0c00dd7c5755d985edd56661016_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6b80d57abfc466bcde56a0f5147ab378b36a0c00dd7c5755d985edd56661016_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6b80d57abfc466bcde56a0f5147ab378b36a0c00dd7c5755d985edd56661016_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Aa6b80d57abfc466bcde56a0f5147ab378b36a0c00dd7c5755d985edd56661016?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:00a2826cfae155a2cdaa1976c1801158dc9cd6cfc479a57a65e5b91dc2525a30_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:00a2826cfae155a2cdaa1976c1801158dc9cd6cfc479a57a65e5b91dc2525a30_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:00a2826cfae155a2cdaa1976c1801158dc9cd6cfc479a57a65e5b91dc2525a30_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A00a2826cfae155a2cdaa1976c1801158dc9cd6cfc479a57a65e5b91dc2525a30?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2a414fbe968023f0b08d783918005c959e0556abeebf0a7eab43267ff484a388_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2a414fbe968023f0b08d783918005c959e0556abeebf0a7eab43267ff484a388_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2a414fbe968023f0b08d783918005c959e0556abeebf0a7eab43267ff484a388_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A2a414fbe968023f0b08d783918005c959e0556abeebf0a7eab43267ff484a388?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345427"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7f1364e8f6ef6618039ccc63dcb9d79fe73fedcf404b2c8f828d1e9eeaccc167_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7f1364e8f6ef6618039ccc63dcb9d79fe73fedcf404b2c8f828d1e9eeaccc167_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7f1364e8f6ef6618039ccc63dcb9d79fe73fedcf404b2c8f828d1e9eeaccc167_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A7f1364e8f6ef6618039ccc63dcb9d79fe73fedcf404b2c8f828d1e9eeaccc167?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:56a126a09282908dda774e301166393c14ee6c9df302094173dcb96744a0a2be_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:56a126a09282908dda774e301166393c14ee6c9df302094173dcb96744a0a2be_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:56a126a09282908dda774e301166393c14ee6c9df302094173dcb96744a0a2be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A56a126a09282908dda774e301166393c14ee6c9df302094173dcb96744a0a2be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768378035"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6eedc1f8d41ec96a245432a0c5b07a883ac03c7f1b62c3afd81a4c413e44446b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6eedc1f8d41ec96a245432a0c5b07a883ac03c7f1b62c3afd81a4c413e44446b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6eedc1f8d41ec96a245432a0c5b07a883ac03c7f1b62c3afd81a4c413e44446b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A6eedc1f8d41ec96a245432a0c5b07a883ac03c7f1b62c3afd81a4c413e44446b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af4b1b92c82e3193fb19bca5c7f32fbf24173e6cac3b0b188e0bb0d8b4885c90_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af4b1b92c82e3193fb19bca5c7f32fbf24173e6cac3b0b188e0bb0d8b4885c90_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af4b1b92c82e3193fb19bca5c7f32fbf24173e6cac3b0b188e0bb0d8b4885c90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Aaf4b1b92c82e3193fb19bca5c7f32fbf24173e6cac3b0b188e0bb0d8b4885c90?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768305042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac50bf2f26a190b0b9c559ca4082fc85067b4e894278787008aeba3baec66624_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac50bf2f26a190b0b9c559ca4082fc85067b4e894278787008aeba3baec66624_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac50bf2f26a190b0b9c559ca4082fc85067b4e894278787008aeba3baec66624_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Aac50bf2f26a190b0b9c559ca4082fc85067b4e894278787008aeba3baec66624?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:679909e392d7c5da212ea63c2d2b58718d36cd86e30bc7b303cebc7a7123a3e4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:679909e392d7c5da212ea63c2d2b58718d36cd86e30bc7b303cebc7a7123a3e4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:679909e392d7c5da212ea63c2d2b58718d36cd86e30bc7b303cebc7a7123a3e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A679909e392d7c5da212ea63c2d2b58718d36cd86e30bc7b303cebc7a7123a3e4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768370221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ded1d971da094f5d4e8f788d419ae4e4afb2496c9b9914a9564904d4141a0f3c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ded1d971da094f5d4e8f788d419ae4e4afb2496c9b9914a9564904d4141a0f3c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ded1d971da094f5d4e8f788d419ae4e4afb2496c9b9914a9564904d4141a0f3c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Aded1d971da094f5d4e8f788d419ae4e4afb2496c9b9914a9564904d4141a0f3c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c95a1e5377e06f6eacbd5fe508be7192e03e98d4b8cf8882aba928b405a29e12_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c95a1e5377e06f6eacbd5fe508be7192e03e98d4b8cf8882aba928b405a29e12_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c95a1e5377e06f6eacbd5fe508be7192e03e98d4b8cf8882aba928b405a29e12_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Ac95a1e5377e06f6eacbd5fe508be7192e03e98d4b8cf8882aba928b405a29e12?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a5150c0f69ec74453bf9d31057231bc44c49edec7ee73d071d5b94084dc3ad86_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a5150c0f69ec74453bf9d31057231bc44c49edec7ee73d071d5b94084dc3ad86_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a5150c0f69ec74453bf9d31057231bc44c49edec7ee73d071d5b94084dc3ad86_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Aa5150c0f69ec74453bf9d31057231bc44c49edec7ee73d071d5b94084dc3ad86?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768332577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d514ccec508b55c9c24b9887fa35d74db04f1eee22e68f6c281263f77514f843_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d514ccec508b55c9c24b9887fa35d74db04f1eee22e68f6c281263f77514f843_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d514ccec508b55c9c24b9887fa35d74db04f1eee22e68f6c281263f77514f843_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Ad514ccec508b55c9c24b9887fa35d74db04f1eee22e68f6c281263f77514f843?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344010"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:17aad6fa254fb592bafa35b8f17f02c2968854297b3494aa4b94ee7b84818ff5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:17aad6fa254fb592bafa35b8f17f02c2968854297b3494aa4b94ee7b84818ff5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:17aad6fa254fb592bafa35b8f17f02c2968854297b3494aa4b94ee7b84818ff5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A17aad6fa254fb592bafa35b8f17f02c2968854297b3494aa4b94ee7b84818ff5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768347301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ad9f886a813f01cff4cb2dd6f3fa3f03191476e3f37dd843591300c954675d99_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ad9f886a813f01cff4cb2dd6f3fa3f03191476e3f37dd843591300c954675d99_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ad9f886a813f01cff4cb2dd6f3fa3f03191476e3f37dd843591300c954675d99_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Aad9f886a813f01cff4cb2dd6f3fa3f03191476e3f37dd843591300c954675d99?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:be026c0a01396cbc87adc9cfe9e03b9786979d96a3a5f724ba4f359cb80cf1a8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:be026c0a01396cbc87adc9cfe9e03b9786979d96a3a5f724ba4f359cb80cf1a8_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:be026c0a01396cbc87adc9cfe9e03b9786979d96a3a5f724ba4f359cb80cf1a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Abe026c0a01396cbc87adc9cfe9e03b9786979d96a3a5f724ba4f359cb80cf1a8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f7713e0876daf10f8f52edb8594e1e1fba0afe5a2c799ce5bd9d40a80822f752_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f7713e0876daf10f8f52edb8594e1e1fba0afe5a2c799ce5bd9d40a80822f752_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f7713e0876daf10f8f52edb8594e1e1fba0afe5a2c799ce5bd9d40a80822f752_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Af7713e0876daf10f8f52edb8594e1e1fba0afe5a2c799ce5bd9d40a80822f752?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:77deb93303abb4ad7951b609805bfdccc90b1f8fbbf4191d077185e49f5685e4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:77deb93303abb4ad7951b609805bfdccc90b1f8fbbf4191d077185e49f5685e4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:77deb93303abb4ad7951b609805bfdccc90b1f8fbbf4191d077185e49f5685e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A77deb93303abb4ad7951b609805bfdccc90b1f8fbbf4191d077185e49f5685e4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b16cf416246a1231c62489e8eadc8ece013a2aadbdf12348b8c4a91936cba9f2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b16cf416246a1231c62489e8eadc8ece013a2aadbdf12348b8c4a91936cba9f2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b16cf416246a1231c62489e8eadc8ece013a2aadbdf12348b8c4a91936cba9f2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Ab16cf416246a1231c62489e8eadc8ece013a2aadbdf12348b8c4a91936cba9f2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:73b0bd3a12431edbcd0fa74b104d63a2025e4f2b514d686f91606cc1771e72f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:73b0bd3a12431edbcd0fa74b104d63a2025e4f2b514d686f91606cc1771e72f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:73b0bd3a12431edbcd0fa74b104d63a2025e4f2b514d686f91606cc1771e72f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A73b0bd3a12431edbcd0fa74b104d63a2025e4f2b514d686f91606cc1771e72f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:be30b7a33902e4b8af6390b349698ce76f82a9d89ea9fa729d477742a7aba348_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:be30b7a33902e4b8af6390b349698ce76f82a9d89ea9fa729d477742a7aba348_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:be30b7a33902e4b8af6390b349698ce76f82a9d89ea9fa729d477742a7aba348_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Abe30b7a33902e4b8af6390b349698ce76f82a9d89ea9fa729d477742a7aba348?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a975f92a9b7aec37d1842351c2ee6b689bd67ff8445bb4be5578def1794bdb80_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a975f92a9b7aec37d1842351c2ee6b689bd67ff8445bb4be5578def1794bdb80_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a975f92a9b7aec37d1842351c2ee6b689bd67ff8445bb4be5578def1794bdb80_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Aa975f92a9b7aec37d1842351c2ee6b689bd67ff8445bb4be5578def1794bdb80?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:770bbfea9d3dc0ffe4b171abca1a7ef6690c3a7e81fd1a741f874d303e6a0150_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:770bbfea9d3dc0ffe4b171abca1a7ef6690c3a7e81fd1a741f874d303e6a0150_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:770bbfea9d3dc0ffe4b171abca1a7ef6690c3a7e81fd1a741f874d303e6a0150_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A770bbfea9d3dc0ffe4b171abca1a7ef6690c3a7e81fd1a741f874d303e6a0150?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:44d12865d2ba077176a7f030667201e9534b633c9d71373266caac91d1f4c332_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:44d12865d2ba077176a7f030667201e9534b633c9d71373266caac91d1f4c332_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:44d12865d2ba077176a7f030667201e9534b633c9d71373266caac91d1f4c332_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A44d12865d2ba077176a7f030667201e9534b633c9d71373266caac91d1f4c332?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303788"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:688f3eaf6470e7a0e214dbb30674e3e677b6b05f7a81856dafdf5432aa541102_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:688f3eaf6470e7a0e214dbb30674e3e677b6b05f7a81856dafdf5432aa541102_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:688f3eaf6470e7a0e214dbb30674e3e677b6b05f7a81856dafdf5432aa541102_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A688f3eaf6470e7a0e214dbb30674e3e677b6b05f7a81856dafdf5432aa541102?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303080"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fda54164b16d1b7c889000467b5ac5e3aec30d6112091980607d2ae02223c8df_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fda54164b16d1b7c889000467b5ac5e3aec30d6112091980607d2ae02223c8df_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fda54164b16d1b7c889000467b5ac5e3aec30d6112091980607d2ae02223c8df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Afda54164b16d1b7c889000467b5ac5e3aec30d6112091980607d2ae02223c8df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768343852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a421c422c64bd60896f3e2a1f24f8fcfef0a02085ec6bc47be3cf3630eb8734d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a421c422c64bd60896f3e2a1f24f8fcfef0a02085ec6bc47be3cf3630eb8734d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a421c422c64bd60896f3e2a1f24f8fcfef0a02085ec6bc47be3cf3630eb8734d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Aa421c422c64bd60896f3e2a1f24f8fcfef0a02085ec6bc47be3cf3630eb8734d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302943"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d4f4ab142d17bf9787600a074bc5466de701dc436be2f089d5296e7f4024816d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d4f4ab142d17bf9787600a074bc5466de701dc436be2f089d5296e7f4024816d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d4f4ab142d17bf9787600a074bc5466de701dc436be2f089d5296e7f4024816d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Ad4f4ab142d17bf9787600a074bc5466de701dc436be2f089d5296e7f4024816d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98053f606b3f6fea67e115b3f502815f245e73d39a02056fa43cb8b9b4cdd771_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98053f606b3f6fea67e115b3f502815f245e73d39a02056fa43cb8b9b4cdd771_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98053f606b3f6fea67e115b3f502815f245e73d39a02056fa43cb8b9b4cdd771_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A98053f606b3f6fea67e115b3f502815f245e73d39a02056fa43cb8b9b4cdd771?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9d8b15162288a32dbb5ada08e7072932132cc488e654aee8c85c9fd3e671df27_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9d8b15162288a32dbb5ada08e7072932132cc488e654aee8c85c9fd3e671df27_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9d8b15162288a32dbb5ada08e7072932132cc488e654aee8c85c9fd3e671df27_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A9d8b15162288a32dbb5ada08e7072932132cc488e654aee8c85c9fd3e671df27?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2c21e34d3316ff7b07d5f45e0942238d3ac7aeb8e09c41448f114f7de6f8d309_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2c21e34d3316ff7b07d5f45e0942238d3ac7aeb8e09c41448f114f7de6f8d309_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2c21e34d3316ff7b07d5f45e0942238d3ac7aeb8e09c41448f114f7de6f8d309_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A2c21e34d3316ff7b07d5f45e0942238d3ac7aeb8e09c41448f114f7de6f8d309?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb25da215077195430094fab8302fe458a22c662288d11387565a1ca3746115_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb25da215077195430094fab8302fe458a22c662288d11387565a1ca3746115_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb25da215077195430094fab8302fe458a22c662288d11387565a1ca3746115_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A5cb25da215077195430094fab8302fe458a22c662288d11387565a1ca3746115?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302310"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:aadf94eb8127728adafaf12e7252ee764ad9f9b30c4717c3789837c04252954c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:aadf94eb8127728adafaf12e7252ee764ad9f9b30c4717c3789837c04252954c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:aadf94eb8127728adafaf12e7252ee764ad9f9b30c4717c3789837c04252954c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Aaadf94eb8127728adafaf12e7252ee764ad9f9b30c4717c3789837c04252954c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ab2f9e1d3c772ab490fb85395d2d7e6a3c67e70372aaf0ad84125ccdf10de4fa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ab2f9e1d3c772ab490fb85395d2d7e6a3c67e70372aaf0ad84125ccdf10de4fa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ab2f9e1d3c772ab490fb85395d2d7e6a3c67e70372aaf0ad84125ccdf10de4fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Aab2f9e1d3c772ab490fb85395d2d7e6a3c67e70372aaf0ad84125ccdf10de4fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5f90c9b276de9a3969e8945ebc8481c24375ee25ce04b4bce36edc885e5a16f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5f90c9b276de9a3969e8945ebc8481c24375ee25ce04b4bce36edc885e5a16f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5f90c9b276de9a3969e8945ebc8481c24375ee25ce04b4bce36edc885e5a16f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ad5f90c9b276de9a3969e8945ebc8481c24375ee25ce04b4bce36edc885e5a16f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1debca98d19960551091657584e816372833e340878cc63da742198a1a4f107a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1debca98d19960551091657584e816372833e340878cc63da742198a1a4f107a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1debca98d19960551091657584e816372833e340878cc63da742198a1a4f107a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A1debca98d19960551091657584e816372833e340878cc63da742198a1a4f107a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301919"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dc5e547de4ef980fa4dbae26881bd57d7ea5a55631a5a59269c92c54a675a9e5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dc5e547de4ef980fa4dbae26881bd57d7ea5a55631a5a59269c92c54a675a9e5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dc5e547de4ef980fa4dbae26881bd57d7ea5a55631a5a59269c92c54a675a9e5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Adc5e547de4ef980fa4dbae26881bd57d7ea5a55631a5a59269c92c54a675a9e5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768343865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:824fb0b057b71c530869706a0c542709d754d7b3646c8e9abf1b117c033e3dce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:824fb0b057b71c530869706a0c542709d754d7b3646c8e9abf1b117c033e3dce_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:824fb0b057b71c530869706a0c542709d754d7b3646c8e9abf1b117c033e3dce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A824fb0b057b71c530869706a0c542709d754d7b3646c8e9abf1b117c033e3dce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768343705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c2f6a596dbb26670cd4e949fb22b4d3ef96a9dbc1d7bf83ff37bd012f63377d1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c2f6a596dbb26670cd4e949fb22b4d3ef96a9dbc1d7bf83ff37bd012f63377d1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c2f6a596dbb26670cd4e949fb22b4d3ef96a9dbc1d7bf83ff37bd012f63377d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Ac2f6a596dbb26670cd4e949fb22b4d3ef96a9dbc1d7bf83ff37bd012f63377d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302680"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:09a3801acc25df33ee5059e84a0571f7be3e03a694044b1369be94004d23e4a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:09a3801acc25df33ee5059e84a0571f7be3e03a694044b1369be94004d23e4a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:09a3801acc25df33ee5059e84a0571f7be3e03a694044b1369be94004d23e4a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A09a3801acc25df33ee5059e84a0571f7be3e03a694044b1369be94004d23e4a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab99bc842c65d7090e13705944175aa8c3397aed46a996cc34fed6a3bbeeae8e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab99bc842c65d7090e13705944175aa8c3397aed46a996cc34fed6a3bbeeae8e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab99bc842c65d7090e13705944175aa8c3397aed46a996cc34fed6a3bbeeae8e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Aab99bc842c65d7090e13705944175aa8c3397aed46a996cc34fed6a3bbeeae8e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:59ffa3754ace4a376048788e6ed2a8f1eb58427a6f6469fe28d2611a54bd2a7a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:59ffa3754ace4a376048788e6ed2a8f1eb58427a6f6469fe28d2611a54bd2a7a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:59ffa3754ace4a376048788e6ed2a8f1eb58427a6f6469fe28d2611a54bd2a7a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A59ffa3754ace4a376048788e6ed2a8f1eb58427a6f6469fe28d2611a54bd2a7a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bce829876e5e27a0d15dcd8bda47e733afa216e6c685f90873b86353b8d73b5f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bce829876e5e27a0d15dcd8bda47e733afa216e6c685f90873b86353b8d73b5f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bce829876e5e27a0d15dcd8bda47e733afa216e6c685f90873b86353b8d73b5f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Abce829876e5e27a0d15dcd8bda47e733afa216e6c685f90873b86353b8d73b5f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:b399c22107c274544023707d3cbb0765f92c34b47d12044e15a34cc01fe6ffc1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:b399c22107c274544023707d3cbb0765f92c34b47d12044e15a34cc01fe6ffc1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:b399c22107c274544023707d3cbb0765f92c34b47d12044e15a34cc01fe6ffc1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3Ab399c22107c274544023707d3cbb0765f92c34b47d12044e15a34cc01fe6ffc1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:31a76a3098cf74e369ae121fe556c21496c5ab5259f88dd3b85486b120f89933_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:31a76a3098cf74e369ae121fe556c21496c5ab5259f88dd3b85486b120f89933_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:31a76a3098cf74e369ae121fe556c21496c5ab5259f88dd3b85486b120f89933_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3A31a76a3098cf74e369ae121fe556c21496c5ab5259f88dd3b85486b120f89933?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:c9e977106355100f6bf8be3447731683a42077e6ae348dba4c977ad0e5ca66d8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:c9e977106355100f6bf8be3447731683a42077e6ae348dba4c977ad0e5ca66d8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:c9e977106355100f6bf8be3447731683a42077e6ae348dba4c977ad0e5ca66d8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3Ac9e977106355100f6bf8be3447731683a42077e6ae348dba4c977ad0e5ca66d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345795"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:da9c26e95408d109f68f3db40da5c1962b20ad49fa75639fcdf7887b8f95162d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:da9c26e95408d109f68f3db40da5c1962b20ad49fa75639fcdf7887b8f95162d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:da9c26e95408d109f68f3db40da5c1962b20ad49fa75639fcdf7887b8f95162d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3Ada9c26e95408d109f68f3db40da5c1962b20ad49fa75639fcdf7887b8f95162d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:af8e2d2ccb2b1a966a1a1d2ad7955e5082744b2838eb714e21b0dbe1cf49617a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:af8e2d2ccb2b1a966a1a1d2ad7955e5082744b2838eb714e21b0dbe1cf49617a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:af8e2d2ccb2b1a966a1a1d2ad7955e5082744b2838eb714e21b0dbe1cf49617a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Aaf8e2d2ccb2b1a966a1a1d2ad7955e5082744b2838eb714e21b0dbe1cf49617a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302536"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:eff721604d4606806f771b3922582e6bdce53f74749ade05b0b2e5d7e5fbc70f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:eff721604d4606806f771b3922582e6bdce53f74749ade05b0b2e5d7e5fbc70f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:eff721604d4606806f771b3922582e6bdce53f74749ade05b0b2e5d7e5fbc70f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Aeff721604d4606806f771b3922582e6bdce53f74749ade05b0b2e5d7e5fbc70f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768300930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:30707e3e89ba622dd33caed26fdbcacb8fc53a395ff82bf1bbae7ee1402c062d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:30707e3e89ba622dd33caed26fdbcacb8fc53a395ff82bf1bbae7ee1402c062d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:30707e3e89ba622dd33caed26fdbcacb8fc53a395ff82bf1bbae7ee1402c062d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A30707e3e89ba622dd33caed26fdbcacb8fc53a395ff82bf1bbae7ee1402c062d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303705"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:c8ac1549f162857fff3dc54c73082c68165532a82bad8a718f766cf04b0474c8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:c8ac1549f162857fff3dc54c73082c68165532a82bad8a718f766cf04b0474c8_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:c8ac1549f162857fff3dc54c73082c68165532a82bad8a718f766cf04b0474c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3Ac8ac1549f162857fff3dc54c73082c68165532a82bad8a718f766cf04b0474c8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303514"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1337fe91f2009a10847e3eb7d821246f6d828a9e0679a69d7d0a52a2c59aa25f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1337fe91f2009a10847e3eb7d821246f6d828a9e0679a69d7d0a52a2c59aa25f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1337fe91f2009a10847e3eb7d821246f6d828a9e0679a69d7d0a52a2c59aa25f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A1337fe91f2009a10847e3eb7d821246f6d828a9e0679a69d7d0a52a2c59aa25f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768300907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:749f65f5ed41dd2c1a5b9c208ff9032fe7eaeea9696bcb06fffa34952fb9b369_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:749f65f5ed41dd2c1a5b9c208ff9032fe7eaeea9696bcb06fffa34952fb9b369_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:749f65f5ed41dd2c1a5b9c208ff9032fe7eaeea9696bcb06fffa34952fb9b369_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A749f65f5ed41dd2c1a5b9c208ff9032fe7eaeea9696bcb06fffa34952fb9b369?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768299828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f94aa962ae9d8f25e5a2353e3d4bc980e374a2da65136e344fe685bf89b532c1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f94aa962ae9d8f25e5a2353e3d4bc980e374a2da65136e344fe685bf89b532c1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f94aa962ae9d8f25e5a2353e3d4bc980e374a2da65136e344fe685bf89b532c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Af94aa962ae9d8f25e5a2353e3d4bc980e374a2da65136e344fe685bf89b532c1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768300320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4bf01f4ae53277d70ee877fb489cf07068f787bba3bbee31f8e3667459a440c2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4bf01f4ae53277d70ee877fb489cf07068f787bba3bbee31f8e3667459a440c2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4bf01f4ae53277d70ee877fb489cf07068f787bba3bbee31f8e3667459a440c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A4bf01f4ae53277d70ee877fb489cf07068f787bba3bbee31f8e3667459a440c2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768298947"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dad9e79fb10a3ffe3335e7f46ace9cca55e005ec4d47ffc42915fc04899cfced_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dad9e79fb10a3ffe3335e7f46ace9cca55e005ec4d47ffc42915fc04899cfced_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dad9e79fb10a3ffe3335e7f46ace9cca55e005ec4d47ffc42915fc04899cfced_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Adad9e79fb10a3ffe3335e7f46ace9cca55e005ec4d47ffc42915fc04899cfced?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:dc6430346efc8eaf5cbd4cb4d1d4d573f2032d8d98e8a5a5173ff8833c5df1fb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:dc6430346efc8eaf5cbd4cb4d1d4d573f2032d8d98e8a5a5173ff8833c5df1fb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:dc6430346efc8eaf5cbd4cb4d1d4d573f2032d8d98e8a5a5173ff8833c5df1fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3Adc6430346efc8eaf5cbd4cb4d1d4d573f2032d8d98e8a5a5173ff8833c5df1fb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f6799cbae398cfe167bd75e936a66ac89c5b2ade73e9d1f8a6a74c0a79d1845e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f6799cbae398cfe167bd75e936a66ac89c5b2ade73e9d1f8a6a74c0a79d1845e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f6799cbae398cfe167bd75e936a66ac89c5b2ade73e9d1f8a6a74c0a79d1845e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Af6799cbae398cfe167bd75e936a66ac89c5b2ade73e9d1f8a6a74c0a79d1845e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768378306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:865fddbd4236aa1cf444520ce73df6df9fe07460002b5ffcdfe5eafa37545ce6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:865fddbd4236aa1cf444520ce73df6df9fe07460002b5ffcdfe5eafa37545ce6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:865fddbd4236aa1cf444520ce73df6df9fe07460002b5ffcdfe5eafa37545ce6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A865fddbd4236aa1cf444520ce73df6df9fe07460002b5ffcdfe5eafa37545ce6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a873048329a66743417208175b49b95c9306328f9972dd795b5142fee4c18c6c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a873048329a66743417208175b49b95c9306328f9972dd795b5142fee4c18c6c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a873048329a66743417208175b49b95c9306328f9972dd795b5142fee4c18c6c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Aa873048329a66743417208175b49b95c9306328f9972dd795b5142fee4c18c6c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302696"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f536b582bc81072fe176ade0bad9d35623a418a06b32e9a8846872552cc616a4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f536b582bc81072fe176ade0bad9d35623a418a06b32e9a8846872552cc616a4_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f536b582bc81072fe176ade0bad9d35623a418a06b32e9a8846872552cc616a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Af536b582bc81072fe176ade0bad9d35623a418a06b32e9a8846872552cc616a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fbdb002576e2c451ee4ff59470088f76150c97430667110ec05e22842874576d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fbdb002576e2c451ee4ff59470088f76150c97430667110ec05e22842874576d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fbdb002576e2c451ee4ff59470088f76150c97430667110ec05e22842874576d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Afbdb002576e2c451ee4ff59470088f76150c97430667110ec05e22842874576d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768300685"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6eeb09cb868c61e5b0390b66522a2fb2985e64641288409f4314ab4192d2ab31_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6eeb09cb868c61e5b0390b66522a2fb2985e64641288409f4314ab4192d2ab31_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6eeb09cb868c61e5b0390b66522a2fb2985e64641288409f4314ab4192d2ab31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A6eeb09cb868c61e5b0390b66522a2fb2985e64641288409f4314ab4192d2ab31?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d0daae392b17d34e82a8284ab464a227936aeec4f61b120d5129877926bfcf5a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d0daae392b17d34e82a8284ab464a227936aeec4f61b120d5129877926bfcf5a_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d0daae392b17d34e82a8284ab464a227936aeec4f61b120d5129877926bfcf5a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Ad0daae392b17d34e82a8284ab464a227936aeec4f61b120d5129877926bfcf5a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3d470f79f26993da7b588adb5c6b5ad4d0d9f7d72723ab8c5f47490301ef60d5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3d470f79f26993da7b588adb5c6b5ad4d0d9f7d72723ab8c5f47490301ef60d5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3d470f79f26993da7b588adb5c6b5ad4d0d9f7d72723ab8c5f47490301ef60d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A3d470f79f26993da7b588adb5c6b5ad4d0d9f7d72723ab8c5f47490301ef60d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0d112d71692414ea3e30c71ed4d2130fa213adb6f152d52400dd3ce8d206bc1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0d112d71692414ea3e30c71ed4d2130fa213adb6f152d52400dd3ce8d206bc1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0d112d71692414ea3e30c71ed4d2130fa213adb6f152d52400dd3ce8d206bc1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Aa0d112d71692414ea3e30c71ed4d2130fa213adb6f152d52400dd3ce8d206bc1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768343878"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6f0826d52562417858c5c1e48fd6e9f092db695debf0be4e03490f6c70f41771_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6f0826d52562417858c5c1e48fd6e9f092db695debf0be4e03490f6c70f41771_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6f0826d52562417858c5c1e48fd6e9f092db695debf0be4e03490f6c70f41771_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A6f0826d52562417858c5c1e48fd6e9f092db695debf0be4e03490f6c70f41771?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768298872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a98f442617373a5862d915d4dad6878a53e5cff38ec03cb7f27c3f3e91f75cf3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a98f442617373a5862d915d4dad6878a53e5cff38ec03cb7f27c3f3e91f75cf3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a98f442617373a5862d915d4dad6878a53e5cff38ec03cb7f27c3f3e91f75cf3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Aa98f442617373a5862d915d4dad6878a53e5cff38ec03cb7f27c3f3e91f75cf3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301439"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:09bab94f68b68ec97249a7a70deed05442f2f0418791476095fc26a9516551bb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:09bab94f68b68ec97249a7a70deed05442f2f0418791476095fc26a9516551bb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:09bab94f68b68ec97249a7a70deed05442f2f0418791476095fc26a9516551bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A09bab94f68b68ec97249a7a70deed05442f2f0418791476095fc26a9516551bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768370342"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:daa865e7ffd9b6c2b3b5c996358cb5259dddf66f17318359601eebc9a074962c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:daa865e7ffd9b6c2b3b5c996358cb5259dddf66f17318359601eebc9a074962c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:daa865e7ffd9b6c2b3b5c996358cb5259dddf66f17318359601eebc9a074962c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Adaa865e7ffd9b6c2b3b5c996358cb5259dddf66f17318359601eebc9a074962c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768386208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:98cb5df12c6825b126baccac184ace907769cc55b736c9a9df733512dfab966c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:98cb5df12c6825b126baccac184ace907769cc55b736c9a9df733512dfab966c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:98cb5df12c6825b126baccac184ace907769cc55b736c9a9df733512dfab966c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A98cb5df12c6825b126baccac184ace907769cc55b736c9a9df733512dfab966c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:013763be2a50efd0f42637f99eb5cc21d8ebdf18c12490c9bc742206ebda3ad0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:013763be2a50efd0f42637f99eb5cc21d8ebdf18c12490c9bc742206ebda3ad0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:013763be2a50efd0f42637f99eb5cc21d8ebdf18c12490c9bc742206ebda3ad0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A013763be2a50efd0f42637f99eb5cc21d8ebdf18c12490c9bc742206ebda3ad0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8efac63aae37701ad39598bee831b7ab5a4adfdd3a92d04f723c68d1166ffb31_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8efac63aae37701ad39598bee831b7ab5a4adfdd3a92d04f723c68d1166ffb31_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8efac63aae37701ad39598bee831b7ab5a4adfdd3a92d04f723c68d1166ffb31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A8efac63aae37701ad39598bee831b7ab5a4adfdd3a92d04f723c68d1166ffb31?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768370414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2864a2ed84fb3a8e75922a97ce9b01144b45060757e37c77d4e2af156a70f9c6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2864a2ed84fb3a8e75922a97ce9b01144b45060757e37c77d4e2af156a70f9c6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2864a2ed84fb3a8e75922a97ce9b01144b45060757e37c77d4e2af156a70f9c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A2864a2ed84fb3a8e75922a97ce9b01144b45060757e37c77d4e2af156a70f9c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768315536"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:aff446d777c5efdd99ee146eccad6d2509d68852f790750a7f6b50ae2cf36186_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:aff446d777c5efdd99ee146eccad6d2509d68852f790750a7f6b50ae2cf36186_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:aff446d777c5efdd99ee146eccad6d2509d68852f790750a7f6b50ae2cf36186_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Aaff446d777c5efdd99ee146eccad6d2509d68852f790750a7f6b50ae2cf36186?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768369836"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:67be2dc0394d1d8043f5e4e4712af78aedf9cea5031fd3c8e2342c1cbcb898dd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:67be2dc0394d1d8043f5e4e4712af78aedf9cea5031fd3c8e2342c1cbcb898dd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:67be2dc0394d1d8043f5e4e4712af78aedf9cea5031fd3c8e2342c1cbcb898dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A67be2dc0394d1d8043f5e4e4712af78aedf9cea5031fd3c8e2342c1cbcb898dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768300911"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3765d1c0cdb5d0eb58b6ee805b1c2fc79414e5cee0ab567529f7cc9d2f32de17_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3765d1c0cdb5d0eb58b6ee805b1c2fc79414e5cee0ab567529f7cc9d2f32de17_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3765d1c0cdb5d0eb58b6ee805b1c2fc79414e5cee0ab567529f7cc9d2f32de17_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A3765d1c0cdb5d0eb58b6ee805b1c2fc79414e5cee0ab567529f7cc9d2f32de17?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768395874"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5f5f658af27805746d73e6f4302dd5064366795dc9db5d9f558916f98f5b6988_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5f5f658af27805746d73e6f4302dd5064366795dc9db5d9f558916f98f5b6988_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5f5f658af27805746d73e6f4302dd5064366795dc9db5d9f558916f98f5b6988_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A5f5f658af27805746d73e6f4302dd5064366795dc9db5d9f558916f98f5b6988?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768334534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9268c1d0fa4f5f00b6d0fee990c754f55acb80efaa8d267d5196735302cb219b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9268c1d0fa4f5f00b6d0fee990c754f55acb80efaa8d267d5196735302cb219b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9268c1d0fa4f5f00b6d0fee990c754f55acb80efaa8d267d5196735302cb219b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A9268c1d0fa4f5f00b6d0fee990c754f55acb80efaa8d267d5196735302cb219b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a7464c063b04db2a515c81cf4ad13db3ce94c936cbc5cffc710b9ec407e0c45_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a7464c063b04db2a515c81cf4ad13db3ce94c936cbc5cffc710b9ec407e0c45_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a7464c063b04db2a515c81cf4ad13db3ce94c936cbc5cffc710b9ec407e0c45_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A1a7464c063b04db2a515c81cf4ad13db3ce94c936cbc5cffc710b9ec407e0c45?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b7dfe8fd21f03e241e37672fd6b056c716d62dadee72716d10800aeb256b878c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b7dfe8fd21f03e241e37672fd6b056c716d62dadee72716d10800aeb256b878c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b7dfe8fd21f03e241e37672fd6b056c716d62dadee72716d10800aeb256b878c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Ab7dfe8fd21f03e241e37672fd6b056c716d62dadee72716d10800aeb256b878c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301361"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9a42409dbfee768b9f85ac624cb344269b2752e89ffe9b1f90995604fc6aef00_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9a42409dbfee768b9f85ac624cb344269b2752e89ffe9b1f90995604fc6aef00_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9a42409dbfee768b9f85ac624cb344269b2752e89ffe9b1f90995604fc6aef00_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A9a42409dbfee768b9f85ac624cb344269b2752e89ffe9b1f90995604fc6aef00?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:73ad5ad7112f00a1ef64402ff1e4782191887e7c806fd2251bedd0e8c0f002db_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:73ad5ad7112f00a1ef64402ff1e4782191887e7c806fd2251bedd0e8c0f002db_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:73ad5ad7112f00a1ef64402ff1e4782191887e7c806fd2251bedd0e8c0f002db_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A73ad5ad7112f00a1ef64402ff1e4782191887e7c806fd2251bedd0e8c0f002db?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768304018"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3342acc23f8f3757d73094849d949e5eec0132d8981fdcd01603f0099af4a17a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3342acc23f8f3757d73094849d949e5eec0132d8981fdcd01603f0099af4a17a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3342acc23f8f3757d73094849d949e5eec0132d8981fdcd01603f0099af4a17a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A3342acc23f8f3757d73094849d949e5eec0132d8981fdcd01603f0099af4a17a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8e8924f26586ad6207b8f5903dc30af128e9e8503b05010ff0c98e214ed51ddf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8e8924f26586ad6207b8f5903dc30af128e9e8503b05010ff0c98e214ed51ddf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8e8924f26586ad6207b8f5903dc30af128e9e8503b05010ff0c98e214ed51ddf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A8e8924f26586ad6207b8f5903dc30af128e9e8503b05010ff0c98e214ed51ddf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302973"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8bc84a9d21c84704e7ae4c0c234b3f5e9edbffc1bd54adcf60d4a8e09d672927_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8bc84a9d21c84704e7ae4c0c234b3f5e9edbffc1bd54adcf60d4a8e09d672927_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8bc84a9d21c84704e7ae4c0c234b3f5e9edbffc1bd54adcf60d4a8e09d672927_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A8bc84a9d21c84704e7ae4c0c234b3f5e9edbffc1bd54adcf60d4a8e09d672927?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b0ae68ab9ffe311085fbd170edbb9014a0cb90c124c0b5b10eb2cca2a3d58e50_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b0ae68ab9ffe311085fbd170edbb9014a0cb90c124c0b5b10eb2cca2a3d58e50_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b0ae68ab9ffe311085fbd170edbb9014a0cb90c124c0b5b10eb2cca2a3d58e50_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Ab0ae68ab9ffe311085fbd170edbb9014a0cb90c124c0b5b10eb2cca2a3d58e50?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768370242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f5238e85870c036019e7d1bf1ba8ad6b6bc2abad064d972bc1c3cae1118f92b2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f5238e85870c036019e7d1bf1ba8ad6b6bc2abad064d972bc1c3cae1118f92b2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f5238e85870c036019e7d1bf1ba8ad6b6bc2abad064d972bc1c3cae1118f92b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Af5238e85870c036019e7d1bf1ba8ad6b6bc2abad064d972bc1c3cae1118f92b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768377455"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:cccb45fd0a506c42071318421c6c102999a7970bff1172031f2e8566ebad7b94_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:cccb45fd0a506c42071318421c6c102999a7970bff1172031f2e8566ebad7b94_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:cccb45fd0a506c42071318421c6c102999a7970bff1172031f2e8566ebad7b94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3Acccb45fd0a506c42071318421c6c102999a7970bff1172031f2e8566ebad7b94?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768300681"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:6ec8e8632ce69cd5593fcaeef8c1138efe18b96a52a548d1ba676fd3dd761141_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:6ec8e8632ce69cd5593fcaeef8c1138efe18b96a52a548d1ba676fd3dd761141_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:6ec8e8632ce69cd5593fcaeef8c1138efe18b96a52a548d1ba676fd3dd761141_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A6ec8e8632ce69cd5593fcaeef8c1138efe18b96a52a548d1ba676fd3dd761141?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768301598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:73402d269c605dc273ea1b166eac43891c96d3be9eeb35ec06664cdd326a91bd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:73402d269c605dc273ea1b166eac43891c96d3be9eeb35ec06664cdd326a91bd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:73402d269c605dc273ea1b166eac43891c96d3be9eeb35ec06664cdd326a91bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A73402d269c605dc273ea1b166eac43891c96d3be9eeb35ec06664cdd326a91bd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768299282"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:c52f397b82721ea6b81f2436e6b20137b05887b3b3436cfe42b8797ad75d1c3d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:c52f397b82721ea6b81f2436e6b20137b05887b3b3436cfe42b8797ad75d1c3d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:c52f397b82721ea6b81f2436e6b20137b05887b3b3436cfe42b8797ad75d1c3d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3Ac52f397b82721ea6b81f2436e6b20137b05887b3b3436cfe42b8797ad75d1c3d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768299328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a875fa2d760f7a474e16f994b70ead9b6b41487b6fc21cde55b9faedd7baff87_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a875fa2d760f7a474e16f994b70ead9b6b41487b6fc21cde55b9faedd7baff87_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a875fa2d760f7a474e16f994b70ead9b6b41487b6fc21cde55b9faedd7baff87_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Aa875fa2d760f7a474e16f994b70ead9b6b41487b6fc21cde55b9faedd7baff87?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee6f5aa6e4c655513846ad387f0e67d9e55943c904d5371464a3029e4221a449_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee6f5aa6e4c655513846ad387f0e67d9e55943c904d5371464a3029e4221a449_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee6f5aa6e4c655513846ad387f0e67d9e55943c904d5371464a3029e4221a449_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Aee6f5aa6e4c655513846ad387f0e67d9e55943c904d5371464a3029e4221a449?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c9d31633af7f32433d311a8b9c978dcf8dc928a1b043d86b9bc0c9f828472713_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c9d31633af7f32433d311a8b9c978dcf8dc928a1b043d86b9bc0c9f828472713_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c9d31633af7f32433d311a8b9c978dcf8dc928a1b043d86b9bc0c9f828472713_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Ac9d31633af7f32433d311a8b9c978dcf8dc928a1b043d86b9bc0c9f828472713?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303084"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a9dfa6a14aa3bf5666ddf5692e5ab50695f9b654a8f830b94656a0c55b74f7a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a9dfa6a14aa3bf5666ddf5692e5ab50695f9b654a8f830b94656a0c55b74f7a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a9dfa6a14aa3bf5666ddf5692e5ab50695f9b654a8f830b94656a0c55b74f7a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Aa9dfa6a14aa3bf5666ddf5692e5ab50695f9b654a8f830b94656a0c55b74f7a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768377693"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:14415de13c4952c163a6e0af73648d0383c3391dff81e909bcf0e82a5d2e690d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:14415de13c4952c163a6e0af73648d0383c3391dff81e909bcf0e82a5d2e690d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:14415de13c4952c163a6e0af73648d0383c3391dff81e909bcf0e82a5d2e690d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A14415de13c4952c163a6e0af73648d0383c3391dff81e909bcf0e82a5d2e690d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768304107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50b44a834f7615b12590314b093bf8ec9f457c6e5d3ad5262b9e94fb9bd97754_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50b44a834f7615b12590314b093bf8ec9f457c6e5d3ad5262b9e94fb9bd97754_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50b44a834f7615b12590314b093bf8ec9f457c6e5d3ad5262b9e94fb9bd97754_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A50b44a834f7615b12590314b093bf8ec9f457c6e5d3ad5262b9e94fb9bd97754?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768344418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8412505921579869963fae9d61ebed39b95ec48a23d24ff1be5459e57023f16a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8412505921579869963fae9d61ebed39b95ec48a23d24ff1be5459e57023f16a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8412505921579869963fae9d61ebed39b95ec48a23d24ff1be5459e57023f16a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A8412505921579869963fae9d61ebed39b95ec48a23d24ff1be5459e57023f16a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768302695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a6eb218cb730499aef774f007cbbf2dc554f431bf1b0995c1b6fa36831128603_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a6eb218cb730499aef774f007cbbf2dc554f431bf1b0995c1b6fa36831128603_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a6eb218cb730499aef774f007cbbf2dc554f431bf1b0995c1b6fa36831128603_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Aa6eb218cb730499aef774f007cbbf2dc554f431bf1b0995c1b6fa36831128603?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768334418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:694d36f725faa0cb6e01520b0c36a13f7de676626e6064f381524bb8087e8194_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:694d36f725faa0cb6e01520b0c36a13f7de676626e6064f381524bb8087e8194_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:694d36f725faa0cb6e01520b0c36a13f7de676626e6064f381524bb8087e8194_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A694d36f725faa0cb6e01520b0c36a13f7de676626e6064f381524bb8087e8194?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768303538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1a64b24d1e5a66e7f859075c9cc3d27073052d7ab0fe589bfa90a902e38da412_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1a64b24d1e5a66e7f859075c9cc3d27073052d7ab0fe589bfa90a902e38da412_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1a64b24d1e5a66e7f859075c9cc3d27073052d7ab0fe589bfa90a902e38da412_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A1a64b24d1e5a66e7f859075c9cc3d27073052d7ab0fe589bfa90a902e38da412?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768345887"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0f685c2d8ccddd1f62f2dde6cfa0bfcff8b959952347e7a07773476d87a16e1b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0f685c2d8ccddd1f62f2dde6cfa0bfcff8b959952347e7a07773476d87a16e1b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0f685c2d8ccddd1f62f2dde6cfa0bfcff8b959952347e7a07773476d87a16e1b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:93dd5b790e4b967dad69b0d6493e452b2bad83f97277b5c273cd739a25df5482_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:93dd5b790e4b967dad69b0d6493e452b2bad83f97277b5c273cd739a25df5482_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:93dd5b790e4b967dad69b0d6493e452b2bad83f97277b5c273cd739a25df5482_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:983b3bef5915fb159b5d7b95c1509f68fe24cc1368042e657d914fc0b4fb5fb5_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:983b3bef5915fb159b5d7b95c1509f68fe24cc1368042e657d914fc0b4fb5fb5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:983b3bef5915fb159b5d7b95c1509f68fe24cc1368042e657d914fc0b4fb5fb5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a301aa9d39918b04ef7ff140a370602f1a38d00d949c795200f910774680af_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a301aa9d39918b04ef7ff140a370602f1a38d00d949c795200f910774680af_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a301aa9d39918b04ef7ff140a370602f1a38d00d949c795200f910774680af_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9efd7e8e4700fd1fcbe5f01dbb1c8b9405f125d5c98eb1ca852b855508a8c431_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9efd7e8e4700fd1fcbe5f01dbb1c8b9405f125d5c98eb1ca852b855508a8c431_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9efd7e8e4700fd1fcbe5f01dbb1c8b9405f125d5c98eb1ca852b855508a8c431_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a17cfce25fd92837717b5f67132f9b2452ba944d2e339ef1ccf5f4188b839496_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a17cfce25fd92837717b5f67132f9b2452ba944d2e339ef1ccf5f4188b839496_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a17cfce25fd92837717b5f67132f9b2452ba944d2e339ef1ccf5f4188b839496_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cd7f5703c9e7d4f6619286c135215e44dba4ff472516951bd295468bd413ff22_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cd7f5703c9e7d4f6619286c135215e44dba4ff472516951bd295468bd413ff22_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cd7f5703c9e7d4f6619286c135215e44dba4ff472516951bd295468bd413ff22_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e4646d27dec9078ad727825f27a088a9fef4da4fc45cf29d11df43352f53734a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e4646d27dec9078ad727825f27a088a9fef4da4fc45cf29d11df43352f53734a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e4646d27dec9078ad727825f27a088a9fef4da4fc45cf29d11df43352f53734a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:88d15d95c82368d11bf91e60b0a2a9eaae7ef4d3c399b214a9c378a2a8d06c52_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:88d15d95c82368d11bf91e60b0a2a9eaae7ef4d3c399b214a9c378a2a8d06c52_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:88d15d95c82368d11bf91e60b0a2a9eaae7ef4d3c399b214a9c378a2a8d06c52_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8948fd53993e277b03c33acca360d6e4b13496ffeb9858801142a59d64ca8064_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8948fd53993e277b03c33acca360d6e4b13496ffeb9858801142a59d64ca8064_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8948fd53993e277b03c33acca360d6e4b13496ffeb9858801142a59d64ca8064_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8a4db434be8da3b76850ebb5fbaec5b25e027f36827b175564b851efe8e4e207_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8a4db434be8da3b76850ebb5fbaec5b25e027f36827b175564b851efe8e4e207_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8a4db434be8da3b76850ebb5fbaec5b25e027f36827b175564b851efe8e4e207_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:be026c0a01396cbc87adc9cfe9e03b9786979d96a3a5f724ba4f359cb80cf1a8_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:be026c0a01396cbc87adc9cfe9e03b9786979d96a3a5f724ba4f359cb80cf1a8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:be026c0a01396cbc87adc9cfe9e03b9786979d96a3a5f724ba4f359cb80cf1a8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:350081c392ff4c3f29b23bd7739c683e7834e7f72e26ccd3630cbc28aca9ac68_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:350081c392ff4c3f29b23bd7739c683e7834e7f72e26ccd3630cbc28aca9ac68_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:350081c392ff4c3f29b23bd7739c683e7834e7f72e26ccd3630cbc28aca9ac68_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4a5af9cb6dd7d12352fbfbd07816aacfb5ea0c5bb24baa5d13b16116db2725e0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4a5af9cb6dd7d12352fbfbd07816aacfb5ea0c5bb24baa5d13b16116db2725e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4a5af9cb6dd7d12352fbfbd07816aacfb5ea0c5bb24baa5d13b16116db2725e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:98c79bf62796002e6bde932ba85949ef890d48380b944b7c28d806046e4575bb_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:98c79bf62796002e6bde932ba85949ef890d48380b944b7c28d806046e4575bb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:98c79bf62796002e6bde932ba85949ef890d48380b944b7c28d806046e4575bb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:dc77ee000b0904922c06c4ca01d1e9922d72891c358474709eb5f859b74b69d6_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:dc77ee000b0904922c06c4ca01d1e9922d72891c358474709eb5f859b74b69d6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:dc77ee000b0904922c06c4ca01d1e9922d72891c358474709eb5f859b74b69d6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7c7ae8c532469f1af18cad46939a093351563c259d60ee96c6f15cd9028b8612_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7c7ae8c532469f1af18cad46939a093351563c259d60ee96c6f15cd9028b8612_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7c7ae8c532469f1af18cad46939a093351563c259d60ee96c6f15cd9028b8612_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:97a0679a75ad118affbe3ce459b0e8c447b6f0d2a9133615343b79fbd712e8a7_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:97a0679a75ad118affbe3ce459b0e8c447b6f0d2a9133615343b79fbd712e8a7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:97a0679a75ad118affbe3ce459b0e8c447b6f0d2a9133615343b79fbd712e8a7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a9aeeb1058816fc132243b1c8c6fd6c29cf1a785f983e955e14fc7921225b018_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a9aeeb1058816fc132243b1c8c6fd6c29cf1a785f983e955e14fc7921225b018_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a9aeeb1058816fc132243b1c8c6fd6c29cf1a785f983e955e14fc7921225b018_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b8a1759ecdbaa7523680b2da57018494359c05c3ce8057167893e0e596a1a189_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b8a1759ecdbaa7523680b2da57018494359c05c3ce8057167893e0e596a1a189_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b8a1759ecdbaa7523680b2da57018494359c05c3ce8057167893e0e596a1a189_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:239caea496c8ea688a05ab49f1f7fb4a31377f43050a5602452542595a34e834_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:239caea496c8ea688a05ab49f1f7fb4a31377f43050a5602452542595a34e834_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:239caea496c8ea688a05ab49f1f7fb4a31377f43050a5602452542595a34e834_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:57d8cd207f20b40bee4795f5f9226d21dd980112c4f99eee3781928a4c0158a8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:57d8cd207f20b40bee4795f5f9226d21dd980112c4f99eee3781928a4c0158a8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:57d8cd207f20b40bee4795f5f9226d21dd980112c4f99eee3781928a4c0158a8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:788030ad73fe759f1dafeb66cc9493c7831515ab7ded879fac7b2bd9490b229e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:788030ad73fe759f1dafeb66cc9493c7831515ab7ded879fac7b2bd9490b229e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:788030ad73fe759f1dafeb66cc9493c7831515ab7ded879fac7b2bd9490b229e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a987acd65800f22fd8c80b3d6c270364c2f4e8b3f34d0e1b9732f06ce9b2a2bc_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a987acd65800f22fd8c80b3d6c270364c2f4e8b3f34d0e1b9732f06ce9b2a2bc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a987acd65800f22fd8c80b3d6c270364c2f4e8b3f34d0e1b9732f06ce9b2a2bc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:14e5728959903bafe2c1641ad832aa4fcb6ec8dd4e3331f2c3eb2fad3a0d9ce1_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:14e5728959903bafe2c1641ad832aa4fcb6ec8dd4e3331f2c3eb2fad3a0d9ce1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:14e5728959903bafe2c1641ad832aa4fcb6ec8dd4e3331f2c3eb2fad3a0d9ce1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:1665bafdf751c446e18d1a588123d721c17662b5f4977ce765245ebc10a239c4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:1665bafdf751c446e18d1a588123d721c17662b5f4977ce765245ebc10a239c4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:1665bafdf751c446e18d1a588123d721c17662b5f4977ce765245ebc10a239c4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:97f01757ffdf1d19f4e771cb243e026adb86687ce831fc0370c502f0047154e6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:97f01757ffdf1d19f4e771cb243e026adb86687ce831fc0370c502f0047154e6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:97f01757ffdf1d19f4e771cb243e026adb86687ce831fc0370c502f0047154e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:c8ac1549f162857fff3dc54c73082c68165532a82bad8a718f766cf04b0474c8_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:c8ac1549f162857fff3dc54c73082c68165532a82bad8a718f766cf04b0474c8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:c8ac1549f162857fff3dc54c73082c68165532a82bad8a718f766cf04b0474c8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:25968bb65ce03e83c1f7f85d330dadaf93c91b053d577af1c533caa9724e1af5_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:25968bb65ce03e83c1f7f85d330dadaf93c91b053d577af1c533caa9724e1af5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:25968bb65ce03e83c1f7f85d330dadaf93c91b053d577af1c533caa9724e1af5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b49b13462420970f529f1eb6480952882be5a083d03b54886905a05ec60e340e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b49b13462420970f529f1eb6480952882be5a083d03b54886905a05ec60e340e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b49b13462420970f529f1eb6480952882be5a083d03b54886905a05ec60e340e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d9076e23e260e71a3904eeeca57c7110b23aa5d5e2bb2534d55c40762f65e5a7_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d9076e23e260e71a3904eeeca57c7110b23aa5d5e2bb2534d55c40762f65e5a7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d9076e23e260e71a3904eeeca57c7110b23aa5d5e2bb2534d55c40762f65e5a7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f536b582bc81072fe176ade0bad9d35623a418a06b32e9a8846872552cc616a4_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f536b582bc81072fe176ade0bad9d35623a418a06b32e9a8846872552cc616a4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f536b582bc81072fe176ade0bad9d35623a418a06b32e9a8846872552cc616a4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a87fa4bc0af3d3e3befe09d9f26c86180935833a16f8e5b0249e6015172ad60f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a87fa4bc0af3d3e3befe09d9f26c86180935833a16f8e5b0249e6015172ad60f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a87fa4bc0af3d3e3befe09d9f26c86180935833a16f8e5b0249e6015172ad60f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:af32233e69f1a1e35832ba0315a522f939092815c42e04bc99dbab48a912f5bb_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:af32233e69f1a1e35832ba0315a522f939092815c42e04bc99dbab48a912f5bb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:af32233e69f1a1e35832ba0315a522f939092815c42e04bc99dbab48a912f5bb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2db06f36858a0c30223f07fc0b35441a292922678f303f434a580241a245855_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2db06f36858a0c30223f07fc0b35441a292922678f303f434a580241a245855_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2db06f36858a0c30223f07fc0b35441a292922678f303f434a580241a245855_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d0daae392b17d34e82a8284ab464a227936aeec4f61b120d5129877926bfcf5a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d0daae392b17d34e82a8284ab464a227936aeec4f61b120d5129877926bfcf5a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d0daae392b17d34e82a8284ab464a227936aeec4f61b120d5129877926bfcf5a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:01676c777e2d1b26cf9c457027a44da29a93adf60439824efe9a0bf824fad6f1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:01676c777e2d1b26cf9c457027a44da29a93adf60439824efe9a0bf824fad6f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:01676c777e2d1b26cf9c457027a44da29a93adf60439824efe9a0bf824fad6f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3765d1c0cdb5d0eb58b6ee805b1c2fc79414e5cee0ab567529f7cc9d2f32de17_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3765d1c0cdb5d0eb58b6ee805b1c2fc79414e5cee0ab567529f7cc9d2f32de17_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:3765d1c0cdb5d0eb58b6ee805b1c2fc79414e5cee0ab567529f7cc9d2f32de17_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:8583e3ba61ffa3f4bc5d0e411cceed3812338ee1c4e2233778fc111a84151260_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8583e3ba61ffa3f4bc5d0e411cceed3812338ee1c4e2233778fc111a84151260_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:8583e3ba61ffa3f4bc5d0e411cceed3812338ee1c4e2233778fc111a84151260_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f8d09efc416ba06f362c298c670adfd634bbf2417b42dd63ef8eddec6d5d7b93_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f8d09efc416ba06f362c298c670adfd634bbf2417b42dd63ef8eddec6d5d7b93_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f8d09efc416ba06f362c298c670adfd634bbf2417b42dd63ef8eddec6d5d7b93_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:402e7e1b444b6f7d67adf70eecd5e96da520ba177539f30309df51a6af250a3c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:402e7e1b444b6f7d67adf70eecd5e96da520ba177539f30309df51a6af250a3c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:402e7e1b444b6f7d67adf70eecd5e96da520ba177539f30309df51a6af250a3c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5737d41fb537ab51485af1c14b36993ad233e13fe5bf29baa0dee6966a6d7a7e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5737d41fb537ab51485af1c14b36993ad233e13fe5bf29baa0dee6966a6d7a7e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5737d41fb537ab51485af1c14b36993ad233e13fe5bf29baa0dee6966a6d7a7e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c89addfb732b3ae9ae58a31b8a01c3619cefbe15eaa93654d460767ab56025b8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c89addfb732b3ae9ae58a31b8a01c3619cefbe15eaa93654d460767ab56025b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c89addfb732b3ae9ae58a31b8a01c3619cefbe15eaa93654d460767ab56025b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f2e916b23f04cd1df28d72d5889cc9a34a322ce442f43644060c0b7700473919_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f2e916b23f04cd1df28d72d5889cc9a34a322ce442f43644060c0b7700473919_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f2e916b23f04cd1df28d72d5889cc9a34a322ce442f43644060c0b7700473919_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07ce1f777cb829393ca9650cc859aeabe040dbaa92c0f2b78834fcaa5f27190d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07ce1f777cb829393ca9650cc859aeabe040dbaa92c0f2b78834fcaa5f27190d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07ce1f777cb829393ca9650cc859aeabe040dbaa92c0f2b78834fcaa5f27190d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1da9826ca384c51052a649dc23c586408ecde83943782b47af54411b34d9e4fc_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1da9826ca384c51052a649dc23c586408ecde83943782b47af54411b34d9e4fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1da9826ca384c51052a649dc23c586408ecde83943782b47af54411b34d9e4fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a875fa2d760f7a474e16f994b70ead9b6b41487b6fc21cde55b9faedd7baff87_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a875fa2d760f7a474e16f994b70ead9b6b41487b6fc21cde55b9faedd7baff87_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a875fa2d760f7a474e16f994b70ead9b6b41487b6fc21cde55b9faedd7baff87_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b428b537cba5f8ee9a8bc407a9b4d80b8588b602c81b09cb5d349821def16afe_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b428b537cba5f8ee9a8bc407a9b4d80b8588b602c81b09cb5d349821def16afe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b428b537cba5f8ee9a8bc407a9b4d80b8588b602c81b09cb5d349821def16afe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:080537bdc8349630e0acc787277931110ff3601df9c9838ca885fbdb2c920c48_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:080537bdc8349630e0acc787277931110ff3601df9c9838ca885fbdb2c920c48_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:080537bdc8349630e0acc787277931110ff3601df9c9838ca885fbdb2c920c48_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29af8f0e50403bad4218fd0fb891f402e764071cf7186bf7d49c57480ebf71a4_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29af8f0e50403bad4218fd0fb891f402e764071cf7186bf7d49c57480ebf71a4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29af8f0e50403bad4218fd0fb891f402e764071cf7186bf7d49c57480ebf71a4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:56a126a09282908dda774e301166393c14ee6c9df302094173dcb96744a0a2be_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:56a126a09282908dda774e301166393c14ee6c9df302094173dcb96744a0a2be_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:56a126a09282908dda774e301166393c14ee6c9df302094173dcb96744a0a2be_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9d9163e0a8b00ac0ceabe5308169b5c73f8f7b970e77a8488968440c33adc443_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9d9163e0a8b00ac0ceabe5308169b5c73f8f7b970e77a8488968440c33adc443_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9d9163e0a8b00ac0ceabe5308169b5c73f8f7b970e77a8488968440c33adc443_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2ad0d34847f8da3da566fc7144c1fb7ef990c711af1eea64ed548ba1f6777b63_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2ad0d34847f8da3da566fc7144c1fb7ef990c711af1eea64ed548ba1f6777b63_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2ad0d34847f8da3da566fc7144c1fb7ef990c711af1eea64ed548ba1f6777b63_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6058e350b046f81fcfe80534a48a4364ac81c3e4fb3b75cb23819feb81422e52_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6058e350b046f81fcfe80534a48a4364ac81c3e4fb3b75cb23819feb81422e52_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6058e350b046f81fcfe80534a48a4364ac81c3e4fb3b75cb23819feb81422e52_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6eedc1f8d41ec96a245432a0c5b07a883ac03c7f1b62c3afd81a4c413e44446b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6eedc1f8d41ec96a245432a0c5b07a883ac03c7f1b62c3afd81a4c413e44446b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6eedc1f8d41ec96a245432a0c5b07a883ac03c7f1b62c3afd81a4c413e44446b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71df3b2f0192d48b744e6ad4053a454395f8a07ef2485beb2d1e40febb8013a6_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71df3b2f0192d48b744e6ad4053a454395f8a07ef2485beb2d1e40febb8013a6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71df3b2f0192d48b744e6ad4053a454395f8a07ef2485beb2d1e40febb8013a6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:28c12edf2a8fd2bbc0cf125a72bed3eb4d0c93ecad9d6d0c31ea82675dcfbf64_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:28c12edf2a8fd2bbc0cf125a72bed3eb4d0c93ecad9d6d0c31ea82675dcfbf64_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:28c12edf2a8fd2bbc0cf125a72bed3eb4d0c93ecad9d6d0c31ea82675dcfbf64_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2bace21907bd1ab6ad1c163ebffe54f62d0c8066e28da285efebc083e808057a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2bace21907bd1ab6ad1c163ebffe54f62d0c8066e28da285efebc083e808057a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2bace21907bd1ab6ad1c163ebffe54f62d0c8066e28da285efebc083e808057a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:aeaa185fb7d7fad9da905d9f2552b12642c3aff657ffa1392cef219e453e6144_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:aeaa185fb7d7fad9da905d9f2552b12642c3aff657ffa1392cef219e453e6144_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:aeaa185fb7d7fad9da905d9f2552b12642c3aff657ffa1392cef219e453e6144_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af4b1b92c82e3193fb19bca5c7f32fbf24173e6cac3b0b188e0bb0d8b4885c90_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af4b1b92c82e3193fb19bca5c7f32fbf24173e6cac3b0b188e0bb0d8b4885c90_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af4b1b92c82e3193fb19bca5c7f32fbf24173e6cac3b0b188e0bb0d8b4885c90_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:26262a7bd08b1386429962224cea80c59be8a6cf3939e3e8186aa8e3728dc09e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:26262a7bd08b1386429962224cea80c59be8a6cf3939e3e8186aa8e3728dc09e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:26262a7bd08b1386429962224cea80c59be8a6cf3939e3e8186aa8e3728dc09e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:49dca66cadc6a72da5b0b9a1d40ac44562b6417838c633446e912f8ff508c4d4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:49dca66cadc6a72da5b0b9a1d40ac44562b6417838c633446e912f8ff508c4d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:49dca66cadc6a72da5b0b9a1d40ac44562b6417838c633446e912f8ff508c4d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:56fdd99afffdc905cf58030bc590e51e06a29f4a9b4451c5395dc15f96d13c56_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:56fdd99afffdc905cf58030bc590e51e06a29f4a9b4451c5395dc15f96d13c56_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:56fdd99afffdc905cf58030bc590e51e06a29f4a9b4451c5395dc15f96d13c56_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac50bf2f26a190b0b9c559ca4082fc85067b4e894278787008aeba3baec66624_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac50bf2f26a190b0b9c559ca4082fc85067b4e894278787008aeba3baec66624_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac50bf2f26a190b0b9c559ca4082fc85067b4e894278787008aeba3baec66624_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:679909e392d7c5da212ea63c2d2b58718d36cd86e30bc7b303cebc7a7123a3e4_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:679909e392d7c5da212ea63c2d2b58718d36cd86e30bc7b303cebc7a7123a3e4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:679909e392d7c5da212ea63c2d2b58718d36cd86e30bc7b303cebc7a7123a3e4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ce2204cd95f2d62c748ca84cea2167e17b7712b74da1908f3cbf643d0fa186fd_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ce2204cd95f2d62c748ca84cea2167e17b7712b74da1908f3cbf643d0fa186fd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ce2204cd95f2d62c748ca84cea2167e17b7712b74da1908f3cbf643d0fa186fd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d988aca8e138e1e0728970a21984376b6082bfd946484718beb292562938b6cd_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d988aca8e138e1e0728970a21984376b6082bfd946484718beb292562938b6cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d988aca8e138e1e0728970a21984376b6082bfd946484718beb292562938b6cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fbd7c627d7e30861c49e05b57636341b8aef3a4c2d3b639f396c090ec589e3a9_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fbd7c627d7e30861c49e05b57636341b8aef3a4c2d3b639f396c090ec589e3a9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fbd7c627d7e30861c49e05b57636341b8aef3a4c2d3b639f396c090ec589e3a9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64858e17fa94577ab6e73e0ce5d01bea8482966b71273ba7e14016bec203da32_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64858e17fa94577ab6e73e0ce5d01bea8482966b71273ba7e14016bec203da32_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64858e17fa94577ab6e73e0ce5d01bea8482966b71273ba7e14016bec203da32_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b480e8370a665314b7560735fc5e1bb694a13479d1c45801fe2c88f0790ba2e6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b480e8370a665314b7560735fc5e1bb694a13479d1c45801fe2c88f0790ba2e6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b480e8370a665314b7560735fc5e1bb694a13479d1c45801fe2c88f0790ba2e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ded1d971da094f5d4e8f788d419ae4e4afb2496c9b9914a9564904d4141a0f3c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ded1d971da094f5d4e8f788d419ae4e4afb2496c9b9914a9564904d4141a0f3c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ded1d971da094f5d4e8f788d419ae4e4afb2496c9b9914a9564904d4141a0f3c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ed9d05cbeb0e7b0ba8d99cab844548634a98e2920489e1a8a0e109a82eada18b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ed9d05cbeb0e7b0ba8d99cab844548634a98e2920489e1a8a0e109a82eada18b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ed9d05cbeb0e7b0ba8d99cab844548634a98e2920489e1a8a0e109a82eada18b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:abf664ae6d14cab3de4206584371e064771b3dbd5314178b663bbc1c2671603d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:abf664ae6d14cab3de4206584371e064771b3dbd5314178b663bbc1c2671603d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:abf664ae6d14cab3de4206584371e064771b3dbd5314178b663bbc1c2671603d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef29e32ee8dfbc89612071e78114b4a7555e9155bbc795b52cc1abcfb4fb9dab_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef29e32ee8dfbc89612071e78114b4a7555e9155bbc795b52cc1abcfb4fb9dab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef29e32ee8dfbc89612071e78114b4a7555e9155bbc795b52cc1abcfb4fb9dab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:2f8eb5b5c93f3f68db92c25bbba9eea70d9880e24f04e0917330f5077d2d9e2c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:2f8eb5b5c93f3f68db92c25bbba9eea70d9880e24f04e0917330f5077d2d9e2c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:2f8eb5b5c93f3f68db92c25bbba9eea70d9880e24f04e0917330f5077d2d9e2c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9f923ffcc65bca7959193bb55baf61902ad429e6b3a76ad62f236648ec64da0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9f923ffcc65bca7959193bb55baf61902ad429e6b3a76ad62f236648ec64da0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9f923ffcc65bca7959193bb55baf61902ad429e6b3a76ad62f236648ec64da0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:3cc08e7287be504e70b6f7a0875462c5576af11fa95d743b4928c3963382fd93_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:3cc08e7287be504e70b6f7a0875462c5576af11fa95d743b4928c3963382fd93_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:3cc08e7287be504e70b6f7a0875462c5576af11fa95d743b4928c3963382fd93_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:bb8b9f6c64c40e8f86228c282cf1cd74a8a94809b72bd16d4a32356f4a063cab_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:bb8b9f6c64c40e8f86228c282cf1cd74a8a94809b72bd16d4a32356f4a063cab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:bb8b9f6c64c40e8f86228c282cf1cd74a8a94809b72bd16d4a32356f4a063cab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:eb3eb1a02fa35890bbeff0c81e519c0cffaa8b948684fc2baeea061c1c77cd67_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:eb3eb1a02fa35890bbeff0c81e519c0cffaa8b948684fc2baeea061c1c77cd67_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:eb3eb1a02fa35890bbeff0c81e519c0cffaa8b948684fc2baeea061c1c77cd67_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f29e5ebee536e2716d1b2630c7ea37b153628b8a3e7c193784d9ce2c63285478_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f29e5ebee536e2716d1b2630c7ea37b153628b8a3e7c193784d9ce2c63285478_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f29e5ebee536e2716d1b2630c7ea37b153628b8a3e7c193784d9ce2c63285478_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4b3e56e84ecdc767b87617389a1c4f4cd6323f85785c6268ce25c0f42e8af174_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4b3e56e84ecdc767b87617389a1c4f4cd6323f85785c6268ce25c0f42e8af174_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4b3e56e84ecdc767b87617389a1c4f4cd6323f85785c6268ce25c0f42e8af174_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d0638623451a9f6ba7334bbd29342a422f4a020efb6728044be9230d5cba7604_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d0638623451a9f6ba7334bbd29342a422f4a020efb6728044be9230d5cba7604_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d0638623451a9f6ba7334bbd29342a422f4a020efb6728044be9230d5cba7604_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f5c2cb43ae80eaba9e03a4ba2c604e06f482ec7b7ed258c3308ca97b52f1afe_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f5c2cb43ae80eaba9e03a4ba2c604e06f482ec7b7ed258c3308ca97b52f1afe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f5c2cb43ae80eaba9e03a4ba2c604e06f482ec7b7ed258c3308ca97b52f1afe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:5cf70e72ea8d1fd7eddfba9095150e06f900c732a74c87e297aeb28c9f335391_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:5cf70e72ea8d1fd7eddfba9095150e06f900c732a74c87e297aeb28c9f335391_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:5cf70e72ea8d1fd7eddfba9095150e06f900c732a74c87e297aeb28c9f335391_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:23d6db8a3486fe02b29cf1a2b15c76f8c6a1103c83c7fcdec057f4611039dbb4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:23d6db8a3486fe02b29cf1a2b15c76f8c6a1103c83c7fcdec057f4611039dbb4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:23d6db8a3486fe02b29cf1a2b15c76f8c6a1103c83c7fcdec057f4611039dbb4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:634d6a9894dab4709edc07a985f951f31dc0aa066deb6329e85375f334adbb36_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:634d6a9894dab4709edc07a985f951f31dc0aa066deb6329e85375f334adbb36_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:634d6a9894dab4709edc07a985f951f31dc0aa066deb6329e85375f334adbb36_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9d9e61b5ebd3c3f14b8be6b4881d41a3bb9390c060b1519961116978b84d828a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9d9e61b5ebd3c3f14b8be6b4881d41a3bb9390c060b1519961116978b84d828a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9d9e61b5ebd3c3f14b8be6b4881d41a3bb9390c060b1519961116978b84d828a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d87a31efe869f29a5bc4d3ac8110fe92239cd543658c4e2a991f7fa681ce942f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d87a31efe869f29a5bc4d3ac8110fe92239cd543658c4e2a991f7fa681ce942f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d87a31efe869f29a5bc4d3ac8110fe92239cd543658c4e2a991f7fa681ce942f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:278d0f71c233fe68a6c97fd42fcb3fd6b6692e4ed2d847ea161cdd31de5c3e8c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:278d0f71c233fe68a6c97fd42fcb3fd6b6692e4ed2d847ea161cdd31de5c3e8c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:278d0f71c233fe68a6c97fd42fcb3fd6b6692e4ed2d847ea161cdd31de5c3e8c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db8c3a6c513c148dbb186bf70e3c1225f9889c0620e2d283381e9f723263929f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db8c3a6c513c148dbb186bf70e3c1225f9889c0620e2d283381e9f723263929f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db8c3a6c513c148dbb186bf70e3c1225f9889c0620e2d283381e9f723263929f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:76f8ead63875da99f27542a9275347a27e6c7068fc00c2609701b4900dfb4751_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:76f8ead63875da99f27542a9275347a27e6c7068fc00c2609701b4900dfb4751_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:76f8ead63875da99f27542a9275347a27e6c7068fc00c2609701b4900dfb4751_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fa54106372a00b616a9ead77f956f55290395cab9df2acd5da53f43ecb972e24_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fa54106372a00b616a9ead77f956f55290395cab9df2acd5da53f43ecb972e24_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fa54106372a00b616a9ead77f956f55290395cab9df2acd5da53f43ecb972e24_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a78e70137b43ed821e6034893803916a0a3f2e85c8a778318e7b59069a62a741_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a78e70137b43ed821e6034893803916a0a3f2e85c8a778318e7b59069a62a741_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a78e70137b43ed821e6034893803916a0a3f2e85c8a778318e7b59069a62a741_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7317dfa48ac53af504a467efc1ec18a94f5909815560231de51d521c00826d7_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7317dfa48ac53af504a467efc1ec18a94f5909815560231de51d521c00826d7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7317dfa48ac53af504a467efc1ec18a94f5909815560231de51d521c00826d7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6bba0fdbe83a3346cf335f104dbcfa89d6e130c71ebb57edb8b762a86384c240_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6bba0fdbe83a3346cf335f104dbcfa89d6e130c71ebb57edb8b762a86384c240_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6bba0fdbe83a3346cf335f104dbcfa89d6e130c71ebb57edb8b762a86384c240_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:87b8b142f5e2097e8e260522e12e0fe586688fe0fc782a2498387b75bc1fdd80_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:87b8b142f5e2097e8e260522e12e0fe586688fe0fc782a2498387b75bc1fdd80_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:87b8b142f5e2097e8e260522e12e0fe586688fe0fc782a2498387b75bc1fdd80_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:47c1a66a7c0285188993eae0e07eae92fa757399b8405fb5c5ba863aa5098e09_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:47c1a66a7c0285188993eae0e07eae92fa757399b8405fb5c5ba863aa5098e09_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:47c1a66a7c0285188993eae0e07eae92fa757399b8405fb5c5ba863aa5098e09_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:ad33c16288c336c9ca9951e55d64d3d5287f82bba0566b5ee7741c5cb3ddce7b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:ad33c16288c336c9ca9951e55d64d3d5287f82bba0566b5ee7741c5cb3ddce7b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:ad33c16288c336c9ca9951e55d64d3d5287f82bba0566b5ee7741c5cb3ddce7b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:45f9b84d81fcf4d42358a8ed4d778f42a5aa58cd2c2b0694ec13667197260c57_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:45f9b84d81fcf4d42358a8ed4d778f42a5aa58cd2c2b0694ec13667197260c57_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:45f9b84d81fcf4d42358a8ed4d778f42a5aa58cd2c2b0694ec13667197260c57_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:52819f13108cea240eb6d400b0cf1c351568feb6aa2fe0d7cb58ffbb39208807_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:52819f13108cea240eb6d400b0cf1c351568feb6aa2fe0d7cb58ffbb39208807_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:52819f13108cea240eb6d400b0cf1c351568feb6aa2fe0d7cb58ffbb39208807_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c95a1e5377e06f6eacbd5fe508be7192e03e98d4b8cf8882aba928b405a29e12_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c95a1e5377e06f6eacbd5fe508be7192e03e98d4b8cf8882aba928b405a29e12_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c95a1e5377e06f6eacbd5fe508be7192e03e98d4b8cf8882aba928b405a29e12_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f6fff2f2589bf8065a44b669c62e31bf6d02b443afcffcd30839bfa230deeee1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f6fff2f2589bf8065a44b669c62e31bf6d02b443afcffcd30839bfa230deeee1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f6fff2f2589bf8065a44b669c62e31bf6d02b443afcffcd30839bfa230deeee1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:379db896d78b32b67f8ae5b2d768a673f3cc1b083fe3ed30327e987bbfd453c1_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:379db896d78b32b67f8ae5b2d768a673f3cc1b083fe3ed30327e987bbfd453c1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:379db896d78b32b67f8ae5b2d768a673f3cc1b083fe3ed30327e987bbfd453c1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5c32c9e4721df459be232064101f5283e3f7514528cd82cc9e3dcbc666d0e431_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5c32c9e4721df459be232064101f5283e3f7514528cd82cc9e3dcbc666d0e431_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5c32c9e4721df459be232064101f5283e3f7514528cd82cc9e3dcbc666d0e431_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9afe4f3d9f37acf30b43480a0e11a6030c8837f4b1458d5f873b2f2b10e27f80_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9afe4f3d9f37acf30b43480a0e11a6030c8837f4b1458d5f873b2f2b10e27f80_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9afe4f3d9f37acf30b43480a0e11a6030c8837f4b1458d5f873b2f2b10e27f80_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a5150c0f69ec74453bf9d31057231bc44c49edec7ee73d071d5b94084dc3ad86_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a5150c0f69ec74453bf9d31057231bc44c49edec7ee73d071d5b94084dc3ad86_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a5150c0f69ec74453bf9d31057231bc44c49edec7ee73d071d5b94084dc3ad86_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:237013c3583df12deb432390a6db9a862c02e643f65ed4a1e79afccf8e046699_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:237013c3583df12deb432390a6db9a862c02e643f65ed4a1e79afccf8e046699_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:237013c3583df12deb432390a6db9a862c02e643f65ed4a1e79afccf8e046699_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2572f6fe095b0e146393f7f6f8087b721ab806982f866516531404eea2e510f8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2572f6fe095b0e146393f7f6f8087b721ab806982f866516531404eea2e510f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2572f6fe095b0e146393f7f6f8087b721ab806982f866516531404eea2e510f8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b4c65b52b46fe579f8ace23d12c22e29feff67d8a80bd5aa67f11559ecc2965a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b4c65b52b46fe579f8ace23d12c22e29feff67d8a80bd5aa67f11559ecc2965a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b4c65b52b46fe579f8ace23d12c22e29feff67d8a80bd5aa67f11559ecc2965a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd68f9f9a354fa8ed08cd228e572153a917ddaf18fb012d6e321fcfedffc4398_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd68f9f9a354fa8ed08cd228e572153a917ddaf18fb012d6e321fcfedffc4398_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd68f9f9a354fa8ed08cd228e572153a917ddaf18fb012d6e321fcfedffc4398_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1e9d862ed181e401f094ea7ef2fdb19835fbc29de37684d16072b063835130cd_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1e9d862ed181e401f094ea7ef2fdb19835fbc29de37684d16072b063835130cd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1e9d862ed181e401f094ea7ef2fdb19835fbc29de37684d16072b063835130cd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4fff35cec09a09828f93597a56c1d53d7aa17c9c711d2ee1c2a82dab9caa1151_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4fff35cec09a09828f93597a56c1d53d7aa17c9c711d2ee1c2a82dab9caa1151_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4fff35cec09a09828f93597a56c1d53d7aa17c9c711d2ee1c2a82dab9caa1151_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:99ceeee46528a54646d3a9bc4e4d79207d5639ac5381b2f7c6d1eb34ce915126_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:99ceeee46528a54646d3a9bc4e4d79207d5639ac5381b2f7c6d1eb34ce915126_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:99ceeee46528a54646d3a9bc4e4d79207d5639ac5381b2f7c6d1eb34ce915126_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d514ccec508b55c9c24b9887fa35d74db04f1eee22e68f6c281263f77514f843_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d514ccec508b55c9c24b9887fa35d74db04f1eee22e68f6c281263f77514f843_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d514ccec508b55c9c24b9887fa35d74db04f1eee22e68f6c281263f77514f843_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:745ad76ae530a72ba95c4fa3c0ccffe47db3cb86652f4b672eac25c1e19f4df2_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:745ad76ae530a72ba95c4fa3c0ccffe47db3cb86652f4b672eac25c1e19f4df2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:745ad76ae530a72ba95c4fa3c0ccffe47db3cb86652f4b672eac25c1e19f4df2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd42ee1b7d59d9b3bbef1a82fd64ef5e2c25b9a4e2ebf6535866a555badfe7ec_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd42ee1b7d59d9b3bbef1a82fd64ef5e2c25b9a4e2ebf6535866a555badfe7ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd42ee1b7d59d9b3bbef1a82fd64ef5e2c25b9a4e2ebf6535866a555badfe7ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c4c77c1f0b9bb88deccde95f0a3d33bb13efd83ef571e7593f48dbb728d836fb_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c4c77c1f0b9bb88deccde95f0a3d33bb13efd83ef571e7593f48dbb728d836fb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c4c77c1f0b9bb88deccde95f0a3d33bb13efd83ef571e7593f48dbb728d836fb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e39f7e9d8034b32f918fb3eb1adcd89b248e4d879734bcdd5860595b4dc33d93_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e39f7e9d8034b32f918fb3eb1adcd89b248e4d879734bcdd5860595b4dc33d93_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e39f7e9d8034b32f918fb3eb1adcd89b248e4d879734bcdd5860595b4dc33d93_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:17aad6fa254fb592bafa35b8f17f02c2968854297b3494aa4b94ee7b84818ff5_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:17aad6fa254fb592bafa35b8f17f02c2968854297b3494aa4b94ee7b84818ff5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:17aad6fa254fb592bafa35b8f17f02c2968854297b3494aa4b94ee7b84818ff5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1eadb8d1903a2a7153ed78a285f75faa35b73114cc57ff0d2688efdd795d919d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1eadb8d1903a2a7153ed78a285f75faa35b73114cc57ff0d2688efdd795d919d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1eadb8d1903a2a7153ed78a285f75faa35b73114cc57ff0d2688efdd795d919d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b288b8cfc75e0702005dbc94fecb9a0e1c2ecfd78c7d0b1fcc4599ecfac4b07_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b288b8cfc75e0702005dbc94fecb9a0e1c2ecfd78c7d0b1fcc4599ecfac4b07_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b288b8cfc75e0702005dbc94fecb9a0e1c2ecfd78c7d0b1fcc4599ecfac4b07_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:94db7f48fe1cd78942235739b373d592e77fe57418d4b03d758c342de441f85e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:94db7f48fe1cd78942235739b373d592e77fe57418d4b03d758c342de441f85e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:94db7f48fe1cd78942235739b373d592e77fe57418d4b03d758c342de441f85e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:15a844ed1baf54886f48c9919d18dfcb29e6dbb4cd3be9568e15b0cc76075ce2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:15a844ed1baf54886f48c9919d18dfcb29e6dbb4cd3be9568e15b0cc76075ce2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:15a844ed1baf54886f48c9919d18dfcb29e6dbb4cd3be9568e15b0cc76075ce2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a05f6f8b5417fe18c5ead688c98d2da1d64c2ec6e1d51861dcb935268bbb04df_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a05f6f8b5417fe18c5ead688c98d2da1d64c2ec6e1d51861dcb935268bbb04df_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a05f6f8b5417fe18c5ead688c98d2da1d64c2ec6e1d51861dcb935268bbb04df_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a2f4cf9accdf41e869afac3801881f2c523c1b94cb401e4c618f41c315cc5f47_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a2f4cf9accdf41e869afac3801881f2c523c1b94cb401e4c618f41c315cc5f47_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a2f4cf9accdf41e869afac3801881f2c523c1b94cb401e4c618f41c315cc5f47_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dedeb01e53c5e783cf69200dc83d962a4616b56e9bb5c7230a2992bb0a8f0bb5_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dedeb01e53c5e783cf69200dc83d962a4616b56e9bb5c7230a2992bb0a8f0bb5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dedeb01e53c5e783cf69200dc83d962a4616b56e9bb5c7230a2992bb0a8f0bb5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4a5eaaae62d4fb97d4ccc0adc87d1006af402ecea6e13748eb7c833b33304e5e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4a5eaaae62d4fb97d4ccc0adc87d1006af402ecea6e13748eb7c833b33304e5e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4a5eaaae62d4fb97d4ccc0adc87d1006af402ecea6e13748eb7c833b33304e5e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7d026e011e75ba7712e212c44d5da5d8d059d2f5190eb8ea3ac591eb87b3f53c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7d026e011e75ba7712e212c44d5da5d8d059d2f5190eb8ea3ac591eb87b3f53c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7d026e011e75ba7712e212c44d5da5d8d059d2f5190eb8ea3ac591eb87b3f53c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ad9f886a813f01cff4cb2dd6f3fa3f03191476e3f37dd843591300c954675d99_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ad9f886a813f01cff4cb2dd6f3fa3f03191476e3f37dd843591300c954675d99_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ad9f886a813f01cff4cb2dd6f3fa3f03191476e3f37dd843591300c954675d99_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ee02a8bbcaa623335858e84fda3a584e875cc753c63ddfa4728ff7f4c19d7d3d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ee02a8bbcaa623335858e84fda3a584e875cc753c63ddfa4728ff7f4c19d7d3d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ee02a8bbcaa623335858e84fda3a584e875cc753c63ddfa4728ff7f4c19d7d3d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:20ceed707962d7a4a8c81b0ab3c71781bf6c88406412be499c51137f654d6b80_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:20ceed707962d7a4a8c81b0ab3c71781bf6c88406412be499c51137f654d6b80_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:20ceed707962d7a4a8c81b0ab3c71781bf6c88406412be499c51137f654d6b80_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60063e70844eb9c274e0ecdc975613a9abf3cfd2c342ff7fe4955a810fe329bb_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60063e70844eb9c274e0ecdc975613a9abf3cfd2c342ff7fe4955a810fe329bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60063e70844eb9c274e0ecdc975613a9abf3cfd2c342ff7fe4955a810fe329bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d149cf1c7c99f8817be7d206e4e1e615cf1ba1b0c9b040010a9b822c5bbe838e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d149cf1c7c99f8817be7d206e4e1e615cf1ba1b0c9b040010a9b822c5bbe838e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d149cf1c7c99f8817be7d206e4e1e615cf1ba1b0c9b040010a9b822c5bbe838e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f7713e0876daf10f8f52edb8594e1e1fba0afe5a2c799ce5bd9d40a80822f752_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f7713e0876daf10f8f52edb8594e1e1fba0afe5a2c799ce5bd9d40a80822f752_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f7713e0876daf10f8f52edb8594e1e1fba0afe5a2c799ce5bd9d40a80822f752_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3dd5f6ae51c160ce4402e937e32c832b51f6ff12ae928a37a2785f204f9c757d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3dd5f6ae51c160ce4402e937e32c832b51f6ff12ae928a37a2785f204f9c757d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3dd5f6ae51c160ce4402e937e32c832b51f6ff12ae928a37a2785f204f9c757d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:77deb93303abb4ad7951b609805bfdccc90b1f8fbbf4191d077185e49f5685e4_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:77deb93303abb4ad7951b609805bfdccc90b1f8fbbf4191d077185e49f5685e4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:77deb93303abb4ad7951b609805bfdccc90b1f8fbbf4191d077185e49f5685e4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7f6bb5972b117ee8ae2f578bc1d29a336d4be24715caf640216fbf46fc871516_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7f6bb5972b117ee8ae2f578bc1d29a336d4be24715caf640216fbf46fc871516_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7f6bb5972b117ee8ae2f578bc1d29a336d4be24715caf640216fbf46fc871516_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fec4897ca4f0afa1971e61cd69ccdd70d3e8fda38fc9d1d7946705047af06b0a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fec4897ca4f0afa1971e61cd69ccdd70d3e8fda38fc9d1d7946705047af06b0a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fec4897ca4f0afa1971e61cd69ccdd70d3e8fda38fc9d1d7946705047af06b0a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:74baa8184424f435dc529788b54a932e7f5dfbc38169b50afb2893a8a1258992_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:74baa8184424f435dc529788b54a932e7f5dfbc38169b50afb2893a8a1258992_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:74baa8184424f435dc529788b54a932e7f5dfbc38169b50afb2893a8a1258992_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b16cf416246a1231c62489e8eadc8ece013a2aadbdf12348b8c4a91936cba9f2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b16cf416246a1231c62489e8eadc8ece013a2aadbdf12348b8c4a91936cba9f2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b16cf416246a1231c62489e8eadc8ece013a2aadbdf12348b8c4a91936cba9f2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c18f66b13e348a8302275d33df04d882a29269f8406e679ed3d99d7b3ed1f47b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c18f66b13e348a8302275d33df04d882a29269f8406e679ed3d99d7b3ed1f47b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c18f66b13e348a8302275d33df04d882a29269f8406e679ed3d99d7b3ed1f47b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:da53eb97f0fd93078ce7e5275d741d1a70d532332f486f92591dfbb10e6e5d3c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:da53eb97f0fd93078ce7e5275d741d1a70d532332f486f92591dfbb10e6e5d3c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:da53eb97f0fd93078ce7e5275d741d1a70d532332f486f92591dfbb10e6e5d3c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6ccec729cb1f9a5b01243987a9063459bc38074ee8b8c4089b630289ff73c60f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6ccec729cb1f9a5b01243987a9063459bc38074ee8b8c4089b630289ff73c60f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6ccec729cb1f9a5b01243987a9063459bc38074ee8b8c4089b630289ff73c60f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a7f24a2e05287cf3d1c086ae2a16db546500d37d85ed31ad5592c789054aaff3_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a7f24a2e05287cf3d1c086ae2a16db546500d37d85ed31ad5592c789054aaff3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a7f24a2e05287cf3d1c086ae2a16db546500d37d85ed31ad5592c789054aaff3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dcbf05a303a984ad4e9544f37d691a733ab4f7a7f466790b18e9e2e2ea1f1dbe_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dcbf05a303a984ad4e9544f37d691a733ab4f7a7f466790b18e9e2e2ea1f1dbe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dcbf05a303a984ad4e9544f37d691a733ab4f7a7f466790b18e9e2e2ea1f1dbe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f22278253c5ea6533c9406f2101a1a2bb006f281f59405ac45b23c8ecf9a2699_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f22278253c5ea6533c9406f2101a1a2bb006f281f59405ac45b23c8ecf9a2699_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f22278253c5ea6533c9406f2101a1a2bb006f281f59405ac45b23c8ecf9a2699_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:38ce6ebfc32523e04157c78429e0ae945f91836047afe2a2997a23d3b17b4ca9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:38ce6ebfc32523e04157c78429e0ae945f91836047afe2a2997a23d3b17b4ca9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:38ce6ebfc32523e04157c78429e0ae945f91836047afe2a2997a23d3b17b4ca9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4ad732548af4cfeccdc62ba2028bfb7cf11c52452d3a590542fc86b4cc33bf7b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4ad732548af4cfeccdc62ba2028bfb7cf11c52452d3a590542fc86b4cc33bf7b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4ad732548af4cfeccdc62ba2028bfb7cf11c52452d3a590542fc86b4cc33bf7b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:73b0bd3a12431edbcd0fa74b104d63a2025e4f2b514d686f91606cc1771e72f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:73b0bd3a12431edbcd0fa74b104d63a2025e4f2b514d686f91606cc1771e72f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:73b0bd3a12431edbcd0fa74b104d63a2025e4f2b514d686f91606cc1771e72f8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bc4d917fa3b042c3728422d89bf80ea995ec37f4be4329dc15b9d4ebf0e8f1a2_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bc4d917fa3b042c3728422d89bf80ea995ec37f4be4329dc15b9d4ebf0e8f1a2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bc4d917fa3b042c3728422d89bf80ea995ec37f4be4329dc15b9d4ebf0e8f1a2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:72150297b74ce841ad36162a0b9754a570d73be3aeba36b6414a23842a8e469c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:72150297b74ce841ad36162a0b9754a570d73be3aeba36b6414a23842a8e469c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:72150297b74ce841ad36162a0b9754a570d73be3aeba36b6414a23842a8e469c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9c55764da31648a9412bbaa7e12c09ddba0458e9ea62d14882dc93b81b8bef36_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9c55764da31648a9412bbaa7e12c09ddba0458e9ea62d14882dc93b81b8bef36_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9c55764da31648a9412bbaa7e12c09ddba0458e9ea62d14882dc93b81b8bef36_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:be30b7a33902e4b8af6390b349698ce76f82a9d89ea9fa729d477742a7aba348_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:be30b7a33902e4b8af6390b349698ce76f82a9d89ea9fa729d477742a7aba348_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:be30b7a33902e4b8af6390b349698ce76f82a9d89ea9fa729d477742a7aba348_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e65f01239007eca9e79fa0afa4ee17ff4af1c494bfb33e5280e2d53bf2da334e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e65f01239007eca9e79fa0afa4ee17ff4af1c494bfb33e5280e2d53bf2da334e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e65f01239007eca9e79fa0afa4ee17ff4af1c494bfb33e5280e2d53bf2da334e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:234454413dda23b83c4e0cb60c5f2e1a01b4f30372f425fcbe2a592a892ff8a5_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:234454413dda23b83c4e0cb60c5f2e1a01b4f30372f425fcbe2a592a892ff8a5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:234454413dda23b83c4e0cb60c5f2e1a01b4f30372f425fcbe2a592a892ff8a5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a975f92a9b7aec37d1842351c2ee6b689bd67ff8445bb4be5578def1794bdb80_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a975f92a9b7aec37d1842351c2ee6b689bd67ff8445bb4be5578def1794bdb80_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a975f92a9b7aec37d1842351c2ee6b689bd67ff8445bb4be5578def1794bdb80_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7529dcf67eea6d3ae5d4b85db8de6a2436b935d76cbee890eef52be6f71b441_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7529dcf67eea6d3ae5d4b85db8de6a2436b935d76cbee890eef52be6f71b441_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7529dcf67eea6d3ae5d4b85db8de6a2436b935d76cbee890eef52be6f71b441_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:db162a9bba7e608d41878f091b5cb1374aaadf9d160b0ac707670807d0721947_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:db162a9bba7e608d41878f091b5cb1374aaadf9d160b0ac707670807d0721947_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:db162a9bba7e608d41878f091b5cb1374aaadf9d160b0ac707670807d0721947_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:32fcf10b80768dbff43ebafe6107e22cb8a7bd2b0f4f65f11643010480b720b9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:32fcf10b80768dbff43ebafe6107e22cb8a7bd2b0f4f65f11643010480b720b9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:32fcf10b80768dbff43ebafe6107e22cb8a7bd2b0f4f65f11643010480b720b9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7428c5bb3ce7b9ad0dc2bdc5372a5ba3bada30f29ca492c46dff8f16c81df620_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7428c5bb3ce7b9ad0dc2bdc5372a5ba3bada30f29ca492c46dff8f16c81df620_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7428c5bb3ce7b9ad0dc2bdc5372a5ba3bada30f29ca492c46dff8f16c81df620_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:770bbfea9d3dc0ffe4b171abca1a7ef6690c3a7e81fd1a741f874d303e6a0150_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:770bbfea9d3dc0ffe4b171abca1a7ef6690c3a7e81fd1a741f874d303e6a0150_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:770bbfea9d3dc0ffe4b171abca1a7ef6690c3a7e81fd1a741f874d303e6a0150_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ac7cd2ff42826c444258237513abbd778aad47648d6b351478e88558d726e0b1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ac7cd2ff42826c444258237513abbd778aad47648d6b351478e88558d726e0b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ac7cd2ff42826c444258237513abbd778aad47648d6b351478e88558d726e0b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:44d12865d2ba077176a7f030667201e9534b633c9d71373266caac91d1f4c332_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:44d12865d2ba077176a7f030667201e9534b633c9d71373266caac91d1f4c332_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:44d12865d2ba077176a7f030667201e9534b633c9d71373266caac91d1f4c332_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6e69f47f2f9de096199b893a1516e84334c6f20b549250d0eae2e9e198eed780_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6e69f47f2f9de096199b893a1516e84334c6f20b549250d0eae2e9e198eed780_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6e69f47f2f9de096199b893a1516e84334c6f20b549250d0eae2e9e198eed780_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c6a9f789c5e2ee8b9ddb927cb4ba397fda0265fde353a5d9d614fdb8c4a72eee_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c6a9f789c5e2ee8b9ddb927cb4ba397fda0265fde353a5d9d614fdb8c4a72eee_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c6a9f789c5e2ee8b9ddb927cb4ba397fda0265fde353a5d9d614fdb8c4a72eee_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ec3ee75995ec0c9418859fc2c9c1e7438fa3bee54abafd3f28451d63333f8b7f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ec3ee75995ec0c9418859fc2c9c1e7438fa3bee54abafd3f28451d63333f8b7f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ec3ee75995ec0c9418859fc2c9c1e7438fa3bee54abafd3f28451d63333f8b7f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:049cc98c7e42a0fe60e48453970e699e6de4d19f34f3f82626d873e8e0e6d6bb_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:049cc98c7e42a0fe60e48453970e699e6de4d19f34f3f82626d873e8e0e6d6bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:049cc98c7e42a0fe60e48453970e699e6de4d19f34f3f82626d873e8e0e6d6bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:688f3eaf6470e7a0e214dbb30674e3e677b6b05f7a81856dafdf5432aa541102_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:688f3eaf6470e7a0e214dbb30674e3e677b6b05f7a81856dafdf5432aa541102_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:688f3eaf6470e7a0e214dbb30674e3e677b6b05f7a81856dafdf5432aa541102_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:845bd0b11a6618f8368f5614584aa96e9849bb55675ebf5768609637196ef8c8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:845bd0b11a6618f8368f5614584aa96e9849bb55675ebf5768609637196ef8c8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:845bd0b11a6618f8368f5614584aa96e9849bb55675ebf5768609637196ef8c8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ebb296705253ce54b8839e65757e5f1f28bda255a16487fd05a6168711d3dcd4_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ebb296705253ce54b8839e65757e5f1f28bda255a16487fd05a6168711d3dcd4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ebb296705253ce54b8839e65757e5f1f28bda255a16487fd05a6168711d3dcd4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4209cde246dd5b0427fb6d33bc0fda45730b66612a70e95b841a0dfdb4d33c13_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4209cde246dd5b0427fb6d33bc0fda45730b66612a70e95b841a0dfdb4d33c13_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4209cde246dd5b0427fb6d33bc0fda45730b66612a70e95b841a0dfdb4d33c13_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8764b21a9276c2d77a3d2471a9acb86f17986e0ff22d73e6dea27b6106a8e61d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8764b21a9276c2d77a3d2471a9acb86f17986e0ff22d73e6dea27b6106a8e61d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8764b21a9276c2d77a3d2471a9acb86f17986e0ff22d73e6dea27b6106a8e61d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:df77ce81156b3d17d6c2ac9aa736f2e29328ffb6cb3ec96f82d18c4922a5752f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:df77ce81156b3d17d6c2ac9aa736f2e29328ffb6cb3ec96f82d18c4922a5752f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:df77ce81156b3d17d6c2ac9aa736f2e29328ffb6cb3ec96f82d18c4922a5752f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fda54164b16d1b7c889000467b5ac5e3aec30d6112091980607d2ae02223c8df_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fda54164b16d1b7c889000467b5ac5e3aec30d6112091980607d2ae02223c8df_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fda54164b16d1b7c889000467b5ac5e3aec30d6112091980607d2ae02223c8df_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28767896ef434c0e95802fa613293f60381be9a1a14899cc2930731c61c77d5f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28767896ef434c0e95802fa613293f60381be9a1a14899cc2930731c61c77d5f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28767896ef434c0e95802fa613293f60381be9a1a14899cc2930731c61c77d5f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b5a6f759824a9bb0917d0a45a6c4ad0c70733cae840077bcd3c378b94eb4bbc_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b5a6f759824a9bb0917d0a45a6c4ad0c70733cae840077bcd3c378b94eb4bbc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b5a6f759824a9bb0917d0a45a6c4ad0c70733cae840077bcd3c378b94eb4bbc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a421c422c64bd60896f3e2a1f24f8fcfef0a02085ec6bc47be3cf3630eb8734d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a421c422c64bd60896f3e2a1f24f8fcfef0a02085ec6bc47be3cf3630eb8734d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a421c422c64bd60896f3e2a1f24f8fcfef0a02085ec6bc47be3cf3630eb8734d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbea59f95df585d491fca47804bdf6a9702e9bee7f9582d5d6b7aae38b3cefde_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbea59f95df585d491fca47804bdf6a9702e9bee7f9582d5d6b7aae38b3cefde_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbea59f95df585d491fca47804bdf6a9702e9bee7f9582d5d6b7aae38b3cefde_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:6781b43d7898ce652b73b9fd885a32796fd780342f3ffa94beeb9eca7c34ba3f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:6781b43d7898ce652b73b9fd885a32796fd780342f3ffa94beeb9eca7c34ba3f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:6781b43d7898ce652b73b9fd885a32796fd780342f3ffa94beeb9eca7c34ba3f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d4f4ab142d17bf9787600a074bc5466de701dc436be2f089d5296e7f4024816d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d4f4ab142d17bf9787600a074bc5466de701dc436be2f089d5296e7f4024816d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d4f4ab142d17bf9787600a074bc5466de701dc436be2f089d5296e7f4024816d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d63cec9aabed77f18fc92fe1175d237da4ef091dd6de83488ead2940d29f374d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d63cec9aabed77f18fc92fe1175d237da4ef091dd6de83488ead2940d29f374d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d63cec9aabed77f18fc92fe1175d237da4ef091dd6de83488ead2940d29f374d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d860a07ea0b32499aa02b6c0992fa5a316db433b455d2ceca6dca98869e26ad6_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d860a07ea0b32499aa02b6c0992fa5a316db433b455d2ceca6dca98869e26ad6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d860a07ea0b32499aa02b6c0992fa5a316db433b455d2ceca6dca98869e26ad6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5c59d639c117295637a7a412edcb423290f884af9558aa52ca39a11721ee00e3_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5c59d639c117295637a7a412edcb423290f884af9558aa52ca39a11721ee00e3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5c59d639c117295637a7a412edcb423290f884af9558aa52ca39a11721ee00e3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:71c60741af2d75b83074c0358a65f41702871bd5271a4d47bd3e50993d829a38_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:71c60741af2d75b83074c0358a65f41702871bd5271a4d47bd3e50993d829a38_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:71c60741af2d75b83074c0358a65f41702871bd5271a4d47bd3e50993d829a38_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c188d94794d0eba8649a37f35faf1f8ade7454539098582f6be7f1335b6ebe1a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c188d94794d0eba8649a37f35faf1f8ade7454539098582f6be7f1335b6ebe1a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c188d94794d0eba8649a37f35faf1f8ade7454539098582f6be7f1335b6ebe1a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f6849640cd6983e63f57ff0562d9bf20f0e7a5b42c78fb91b92f139e43ce0518_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f6849640cd6983e63f57ff0562d9bf20f0e7a5b42c78fb91b92f139e43ce0518_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f6849640cd6983e63f57ff0562d9bf20f0e7a5b42c78fb91b92f139e43ce0518_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8392a81fb99cfe57564aeab5209bf824be9a59406bb114bd1894066404638d4b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8392a81fb99cfe57564aeab5209bf824be9a59406bb114bd1894066404638d4b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8392a81fb99cfe57564aeab5209bf824be9a59406bb114bd1894066404638d4b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98053f606b3f6fea67e115b3f502815f245e73d39a02056fa43cb8b9b4cdd771_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98053f606b3f6fea67e115b3f502815f245e73d39a02056fa43cb8b9b4cdd771_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98053f606b3f6fea67e115b3f502815f245e73d39a02056fa43cb8b9b4cdd771_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c98836cae54c18ba3e65f7af896a6038e2ae5cff0b9566e32e4d48723c4b7a50_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c98836cae54c18ba3e65f7af896a6038e2ae5cff0b9566e32e4d48723c4b7a50_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c98836cae54c18ba3e65f7af896a6038e2ae5cff0b9566e32e4d48723c4b7a50_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f6f2545cab188c060156573969a8cb4404beed2a8428775bd4225123f8d88e8a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f6f2545cab188c060156573969a8cb4404beed2a8428775bd4225123f8d88e8a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f6f2545cab188c060156573969a8cb4404beed2a8428775bd4225123f8d88e8a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:28e13007cb17c7fdbbc1e9a47dfa4fbfc54dc652250884e02ac02d5a04d7c0f6_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:28e13007cb17c7fdbbc1e9a47dfa4fbfc54dc652250884e02ac02d5a04d7c0f6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:28e13007cb17c7fdbbc1e9a47dfa4fbfc54dc652250884e02ac02d5a04d7c0f6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9d8b15162288a32dbb5ada08e7072932132cc488e654aee8c85c9fd3e671df27_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9d8b15162288a32dbb5ada08e7072932132cc488e654aee8c85c9fd3e671df27_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9d8b15162288a32dbb5ada08e7072932132cc488e654aee8c85c9fd3e671df27_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d4bdd45ed434b11cb8733b5a2ba83ff85dad06360e34e5482306ef6da202e756_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d4bdd45ed434b11cb8733b5a2ba83ff85dad06360e34e5482306ef6da202e756_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d4bdd45ed434b11cb8733b5a2ba83ff85dad06360e34e5482306ef6da202e756_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8c26f166731d6e55be7edd9716204557d1c09bc6e106a78ac56809c7f447b73_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8c26f166731d6e55be7edd9716204557d1c09bc6e106a78ac56809c7f447b73_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8c26f166731d6e55be7edd9716204557d1c09bc6e106a78ac56809c7f447b73_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2c21e34d3316ff7b07d5f45e0942238d3ac7aeb8e09c41448f114f7de6f8d309_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2c21e34d3316ff7b07d5f45e0942238d3ac7aeb8e09c41448f114f7de6f8d309_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2c21e34d3316ff7b07d5f45e0942238d3ac7aeb8e09c41448f114f7de6f8d309_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b7bc6bb21ad0a6caf10096011762cd31626d99087fd63a6ba5c234edba48cfe_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b7bc6bb21ad0a6caf10096011762cd31626d99087fd63a6ba5c234edba48cfe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b7bc6bb21ad0a6caf10096011762cd31626d99087fd63a6ba5c234edba48cfe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9c75108604edba1cb1f09a4e2bff422b088b6d2fff31020facffe540e476d6f8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9c75108604edba1cb1f09a4e2bff422b088b6d2fff31020facffe540e476d6f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9c75108604edba1cb1f09a4e2bff422b088b6d2fff31020facffe540e476d6f8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d3e8f6d2b8aee4b5831b92b1205668be328089a07d67f30cf71875cf1b64d6f9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d3e8f6d2b8aee4b5831b92b1205668be328089a07d67f30cf71875cf1b64d6f9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d3e8f6d2b8aee4b5831b92b1205668be328089a07d67f30cf71875cf1b64d6f9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:44f7ea110bd204637c855688b0525d6b4e5cbc4ddfb94dbec504f5b969be230a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:44f7ea110bd204637c855688b0525d6b4e5cbc4ddfb94dbec504f5b969be230a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:44f7ea110bd204637c855688b0525d6b4e5cbc4ddfb94dbec504f5b969be230a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb25da215077195430094fab8302fe458a22c662288d11387565a1ca3746115_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb25da215077195430094fab8302fe458a22c662288d11387565a1ca3746115_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb25da215077195430094fab8302fe458a22c662288d11387565a1ca3746115_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:643224f5319a34c396342cdc2785080c64125db41f5a54c4f9c1816aed2980df_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:643224f5319a34c396342cdc2785080c64125db41f5a54c4f9c1816aed2980df_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:643224f5319a34c396342cdc2785080c64125db41f5a54c4f9c1816aed2980df_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bea9de5642afee0969a51ba809a06b8afad9002f540fedb4b92336e82dafbe74_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bea9de5642afee0969a51ba809a06b8afad9002f540fedb4b92336e82dafbe74_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bea9de5642afee0969a51ba809a06b8afad9002f540fedb4b92336e82dafbe74_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1f6f901717651435e2bf43bce5dc7d29c2a08056b10ff84284e0086d92701fb5_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1f6f901717651435e2bf43bce5dc7d29c2a08056b10ff84284e0086d92701fb5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1f6f901717651435e2bf43bce5dc7d29c2a08056b10ff84284e0086d92701fb5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6937ac65f4bcf668ccde5e9f8aa3ecce5ea9ae76c2a199d831086765c55747d4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6937ac65f4bcf668ccde5e9f8aa3ecce5ea9ae76c2a199d831086765c55747d4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6937ac65f4bcf668ccde5e9f8aa3ecce5ea9ae76c2a199d831086765c55747d4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:74619cbac36e7d89f22e0932ba0d0c3d16dc69758cebd0571e3fa2c8f9ae5741_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:74619cbac36e7d89f22e0932ba0d0c3d16dc69758cebd0571e3fa2c8f9ae5741_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:74619cbac36e7d89f22e0932ba0d0c3d16dc69758cebd0571e3fa2c8f9ae5741_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:aadf94eb8127728adafaf12e7252ee764ad9f9b30c4717c3789837c04252954c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:aadf94eb8127728adafaf12e7252ee764ad9f9b30c4717c3789837c04252954c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:aadf94eb8127728adafaf12e7252ee764ad9f9b30c4717c3789837c04252954c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a0e9b351603b6b9cd755334f0782db4c98f8d30e1d35e0abb84b0c75dbc84440_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a0e9b351603b6b9cd755334f0782db4c98f8d30e1d35e0abb84b0c75dbc84440_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a0e9b351603b6b9cd755334f0782db4c98f8d30e1d35e0abb84b0c75dbc84440_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ab2f9e1d3c772ab490fb85395d2d7e6a3c67e70372aaf0ad84125ccdf10de4fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ab2f9e1d3c772ab490fb85395d2d7e6a3c67e70372aaf0ad84125ccdf10de4fa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ab2f9e1d3c772ab490fb85395d2d7e6a3c67e70372aaf0ad84125ccdf10de4fa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b5e9bfbc0a68d71a97e59b2c45fb24646c91a7fb80900dd7fff5babf8154f122_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b5e9bfbc0a68d71a97e59b2c45fb24646c91a7fb80900dd7fff5babf8154f122_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b5e9bfbc0a68d71a97e59b2c45fb24646c91a7fb80900dd7fff5babf8154f122_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b9eb5f990bba388ed137145d310099304311bc6554ff014d6eda9db609bb9d0e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b9eb5f990bba388ed137145d310099304311bc6554ff014d6eda9db609bb9d0e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b9eb5f990bba388ed137145d310099304311bc6554ff014d6eda9db609bb9d0e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3deeb61809de7279e8b3e3985f4775c13f42e0463b0c4d4e72e5301d192de3b1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3deeb61809de7279e8b3e3985f4775c13f42e0463b0c4d4e72e5301d192de3b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3deeb61809de7279e8b3e3985f4775c13f42e0463b0c4d4e72e5301d192de3b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7e2063b8b78f4c9eee48c83e45c910c95835458cf9626a0c4122b7728d8c496a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7e2063b8b78f4c9eee48c83e45c910c95835458cf9626a0c4122b7728d8c496a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7e2063b8b78f4c9eee48c83e45c910c95835458cf9626a0c4122b7728d8c496a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5d300c0a3d2d88a3fcf15a49dfa85f628d690dbdaecffebbcb9220acb5c9b0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5d300c0a3d2d88a3fcf15a49dfa85f628d690dbdaecffebbcb9220acb5c9b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5d300c0a3d2d88a3fcf15a49dfa85f628d690dbdaecffebbcb9220acb5c9b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5f90c9b276de9a3969e8945ebc8481c24375ee25ce04b4bce36edc885e5a16f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5f90c9b276de9a3969e8945ebc8481c24375ee25ce04b4bce36edc885e5a16f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5f90c9b276de9a3969e8945ebc8481c24375ee25ce04b4bce36edc885e5a16f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1debca98d19960551091657584e816372833e340878cc63da742198a1a4f107a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1debca98d19960551091657584e816372833e340878cc63da742198a1a4f107a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1debca98d19960551091657584e816372833e340878cc63da742198a1a4f107a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:22475308f0ad3bdcfdc2ebfaf8633cdd619b93d9952e53b0b86b9a1012d4d7d8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:22475308f0ad3bdcfdc2ebfaf8633cdd619b93d9952e53b0b86b9a1012d4d7d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:22475308f0ad3bdcfdc2ebfaf8633cdd619b93d9952e53b0b86b9a1012d4d7d8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:49e6df324466b6ffad58b0cc45973b23f890c694f8bd9da50b8984f00e86be2d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:49e6df324466b6ffad58b0cc45973b23f890c694f8bd9da50b8984f00e86be2d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:49e6df324466b6ffad58b0cc45973b23f890c694f8bd9da50b8984f00e86be2d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bf5c3d63712d2e79702fe179817e52b0acc58c49f95570d714001c19e6b130d7_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bf5c3d63712d2e79702fe179817e52b0acc58c49f95570d714001c19e6b130d7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bf5c3d63712d2e79702fe179817e52b0acc58c49f95570d714001c19e6b130d7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3e12a7a5ce51c186e6eaa43fce50a694fd43ac3cd7469ef8bfd09517095dc7d0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3e12a7a5ce51c186e6eaa43fce50a694fd43ac3cd7469ef8bfd09517095dc7d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3e12a7a5ce51c186e6eaa43fce50a694fd43ac3cd7469ef8bfd09517095dc7d0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:8d56e92b53233cb4f51fad49592dc56963aee47dc9161ab08d574471d0c29a9a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:8d56e92b53233cb4f51fad49592dc56963aee47dc9161ab08d574471d0c29a9a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:8d56e92b53233cb4f51fad49592dc56963aee47dc9161ab08d574471d0c29a9a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f07ac70d3e737af6be1848230461e870c7599939dc9e5e3d41ea7426b9f9c504_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f07ac70d3e737af6be1848230461e870c7599939dc9e5e3d41ea7426b9f9c504_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f07ac70d3e737af6be1848230461e870c7599939dc9e5e3d41ea7426b9f9c504_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7555d2b86c7511b717e727fbd7661eed656eae631cbb1aadf622d40b1bebf8c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7555d2b86c7511b717e727fbd7661eed656eae631cbb1aadf622d40b1bebf8c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7555d2b86c7511b717e727fbd7661eed656eae631cbb1aadf622d40b1bebf8c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3c6a583354c01ea55cce56473b3bfd0ca2392582a2347392d76b8016c3a167f1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3c6a583354c01ea55cce56473b3bfd0ca2392582a2347392d76b8016c3a167f1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3c6a583354c01ea55cce56473b3bfd0ca2392582a2347392d76b8016c3a167f1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:449a3f3b289590e43919464f821058059fe6d544893270cc10e9645361376a51_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:449a3f3b289590e43919464f821058059fe6d544893270cc10e9645361376a51_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:449a3f3b289590e43919464f821058059fe6d544893270cc10e9645361376a51_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b6023361c8192bc3330c9337c616ec5d3a1870b298b15554f6caf760ee6c40df_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b6023361c8192bc3330c9337c616ec5d3a1870b298b15554f6caf760ee6c40df_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b6023361c8192bc3330c9337c616ec5d3a1870b298b15554f6caf760ee6c40df_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:be743148cccc6b42de461b8deee6ba0b11654fd68aa7c8f5b18a0ba4e31822c1_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:be743148cccc6b42de461b8deee6ba0b11654fd68aa7c8f5b18a0ba4e31822c1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:be743148cccc6b42de461b8deee6ba0b11654fd68aa7c8f5b18a0ba4e31822c1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:602f2ab70f206ffe5e1aa3887e33f407303d13bd584a04c1ad7c9080665da084_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:602f2ab70f206ffe5e1aa3887e33f407303d13bd584a04c1ad7c9080665da084_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:602f2ab70f206ffe5e1aa3887e33f407303d13bd584a04c1ad7c9080665da084_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7caafee63a879388dbc1424dd2be28798ee03fdab35ba621136ca575b4cd6429_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7caafee63a879388dbc1424dd2be28798ee03fdab35ba621136ca575b4cd6429_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7caafee63a879388dbc1424dd2be28798ee03fdab35ba621136ca575b4cd6429_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:822d381502280b1492f76d3369bf6b471443704a66a5806b420f4d38d75a1924_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:822d381502280b1492f76d3369bf6b471443704a66a5806b420f4d38d75a1924_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:822d381502280b1492f76d3369bf6b471443704a66a5806b420f4d38d75a1924_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb4d16b005d934f6266e8035416c23a13eaff3bc3755ab09f2140ed33c291484_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb4d16b005d934f6266e8035416c23a13eaff3bc3755ab09f2140ed33c291484_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb4d16b005d934f6266e8035416c23a13eaff3bc3755ab09f2140ed33c291484_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7a9743ed6e059ff052017942a0a414538e85a67154f0bf8bd11f31e50c8cb413_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7a9743ed6e059ff052017942a0a414538e85a67154f0bf8bd11f31e50c8cb413_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7a9743ed6e059ff052017942a0a414538e85a67154f0bf8bd11f31e50c8cb413_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b3b81c10b0437001151a88df4966f1fe0e84ea2510ffd6ea3325605c85b7f325_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b3b81c10b0437001151a88df4966f1fe0e84ea2510ffd6ea3325605c85b7f325_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b3b81c10b0437001151a88df4966f1fe0e84ea2510ffd6ea3325605c85b7f325_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdc4da7c4662525a9b9d4415c743e44bcb79653a879ddd3b26db5ca00e289127_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdc4da7c4662525a9b9d4415c743e44bcb79653a879ddd3b26db5ca00e289127_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdc4da7c4662525a9b9d4415c743e44bcb79653a879ddd3b26db5ca00e289127_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dc5e547de4ef980fa4dbae26881bd57d7ea5a55631a5a59269c92c54a675a9e5_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dc5e547de4ef980fa4dbae26881bd57d7ea5a55631a5a59269c92c54a675a9e5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dc5e547de4ef980fa4dbae26881bd57d7ea5a55631a5a59269c92c54a675a9e5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:77b6f487982be560d422e67ae9facfe4f5316830eb1c46bec837c5e36d9c096e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:77b6f487982be560d422e67ae9facfe4f5316830eb1c46bec837c5e36d9c096e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:77b6f487982be560d422e67ae9facfe4f5316830eb1c46bec837c5e36d9c096e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:824fb0b057b71c530869706a0c542709d754d7b3646c8e9abf1b117c033e3dce_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:824fb0b057b71c530869706a0c542709d754d7b3646c8e9abf1b117c033e3dce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:824fb0b057b71c530869706a0c542709d754d7b3646c8e9abf1b117c033e3dce_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a4ce87140c2fb3bbae596eb23c25c0592f1341e27febe6a6c4837d4f1f4f21a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a4ce87140c2fb3bbae596eb23c25c0592f1341e27febe6a6c4837d4f1f4f21a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a4ce87140c2fb3bbae596eb23c25c0592f1341e27febe6a6c4837d4f1f4f21a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d50feb1690369653042a58650567440bd3b5055b9a930ed268e2e6f2586bbc1c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d50feb1690369653042a58650567440bd3b5055b9a930ed268e2e6f2586bbc1c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d50feb1690369653042a58650567440bd3b5055b9a930ed268e2e6f2586bbc1c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:336b6244ccf84253ca07ce02033fc41195b52b3da8c880b31e83e8576f30b733_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:336b6244ccf84253ca07ce02033fc41195b52b3da8c880b31e83e8576f30b733_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:336b6244ccf84253ca07ce02033fc41195b52b3da8c880b31e83e8576f30b733_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8b4e5145db2029d347b9f9380181e914e84112b8ce6c5a1859c7b91f3d4ebc77_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8b4e5145db2029d347b9f9380181e914e84112b8ce6c5a1859c7b91f3d4ebc77_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8b4e5145db2029d347b9f9380181e914e84112b8ce6c5a1859c7b91f3d4ebc77_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c2f6a596dbb26670cd4e949fb22b4d3ef96a9dbc1d7bf83ff37bd012f63377d1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c2f6a596dbb26670cd4e949fb22b4d3ef96a9dbc1d7bf83ff37bd012f63377d1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c2f6a596dbb26670cd4e949fb22b4d3ef96a9dbc1d7bf83ff37bd012f63377d1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ef02143a4ac9749ac9082aaadb6a0bd42bfe4523053061492f5d013aaa2d91bb_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ef02143a4ac9749ac9082aaadb6a0bd42bfe4523053061492f5d013aaa2d91bb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ef02143a4ac9749ac9082aaadb6a0bd42bfe4523053061492f5d013aaa2d91bb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1df345c4394ba358da2486c986063d53907a58ca8d268461d2acb8c431084e22_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1df345c4394ba358da2486c986063d53907a58ca8d268461d2acb8c431084e22_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1df345c4394ba358da2486c986063d53907a58ca8d268461d2acb8c431084e22_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:36cc16cda8ab3fe13a8328b30fb5f422e10f517b348c966bc7a534fc271709f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:36cc16cda8ab3fe13a8328b30fb5f422e10f517b348c966bc7a534fc271709f4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:36cc16cda8ab3fe13a8328b30fb5f422e10f517b348c966bc7a534fc271709f4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:46999718996866431b667287a78e45350b111f898e88c03a8616afd7d809daf0_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:46999718996866431b667287a78e45350b111f898e88c03a8616afd7d809daf0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:46999718996866431b667287a78e45350b111f898e88c03a8616afd7d809daf0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5018226c990212b9f0281f7bd4b9d6f1567e7c6dfdc9c92481a2ed2013b691f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5018226c990212b9f0281f7bd4b9d6f1567e7c6dfdc9c92481a2ed2013b691f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5018226c990212b9f0281f7bd4b9d6f1567e7c6dfdc9c92481a2ed2013b691f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6ba0e03b91ab911d4e36710ce33d2b3c3c1e31ea8387f2859edadd67d3690e0b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6ba0e03b91ab911d4e36710ce33d2b3c3c1e31ea8387f2859edadd67d3690e0b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6ba0e03b91ab911d4e36710ce33d2b3c3c1e31ea8387f2859edadd67d3690e0b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:901935cdfa4d09e29c3c250d12246be183ed9bd6e62a23a89828573b564ff1b7_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:901935cdfa4d09e29c3c250d12246be183ed9bd6e62a23a89828573b564ff1b7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:901935cdfa4d09e29c3c250d12246be183ed9bd6e62a23a89828573b564ff1b7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a5c0e085eafc92ffb016b9a526443a280981226896ecb86f8cd0a923049da117_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a5c0e085eafc92ffb016b9a526443a280981226896ecb86f8cd0a923049da117_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a5c0e085eafc92ffb016b9a526443a280981226896ecb86f8cd0a923049da117_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab99bc842c65d7090e13705944175aa8c3397aed46a996cc34fed6a3bbeeae8e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab99bc842c65d7090e13705944175aa8c3397aed46a996cc34fed6a3bbeeae8e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab99bc842c65d7090e13705944175aa8c3397aed46a996cc34fed6a3bbeeae8e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:19defe671bdf01032e1009a3bc17596d32487cfc555223ac691b8a84298fbb4c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:19defe671bdf01032e1009a3bc17596d32487cfc555223ac691b8a84298fbb4c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:19defe671bdf01032e1009a3bc17596d32487cfc555223ac691b8a84298fbb4c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7a3afb22e4cc0514ee366328c0e2c7bbe47e092066fc9b7b0fdd1c96eab29900_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7a3afb22e4cc0514ee366328c0e2c7bbe47e092066fc9b7b0fdd1c96eab29900_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7a3afb22e4cc0514ee366328c0e2c7bbe47e092066fc9b7b0fdd1c96eab29900_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7a55c39689de725b837b830ded90af46c33e43f93fc05416705b3b4d35c7f00c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7a55c39689de725b837b830ded90af46c33e43f93fc05416705b3b4d35c7f00c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7a55c39689de725b837b830ded90af46c33e43f93fc05416705b3b4d35c7f00c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f56800d9a677be0c8375367758a56eb870712418bb8cf74bd69e658134d7a477_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f56800d9a677be0c8375367758a56eb870712418bb8cf74bd69e658134d7a477_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f56800d9a677be0c8375367758a56eb870712418bb8cf74bd69e658134d7a477_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:59ffa3754ace4a376048788e6ed2a8f1eb58427a6f6469fe28d2611a54bd2a7a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:59ffa3754ace4a376048788e6ed2a8f1eb58427a6f6469fe28d2611a54bd2a7a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:59ffa3754ace4a376048788e6ed2a8f1eb58427a6f6469fe28d2611a54bd2a7a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a028df66f21ea17b04867e874d01a1431d5e0a2aa61d1876910240d334e33b72_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a028df66f21ea17b04867e874d01a1431d5e0a2aa61d1876910240d334e33b72_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a028df66f21ea17b04867e874d01a1431d5e0a2aa61d1876910240d334e33b72_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d680095d7ac726c3579999d4f647a8ce3875c9ec180a8ddd5eeac2fdfbddc526_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d680095d7ac726c3579999d4f647a8ce3875c9ec180a8ddd5eeac2fdfbddc526_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d680095d7ac726c3579999d4f647a8ce3875c9ec180a8ddd5eeac2fdfbddc526_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f0327a2f059b1c386b60a43076b11a88b3bf38108d0202b49a389063cdb0fc6c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f0327a2f059b1c386b60a43076b11a88b3bf38108d0202b49a389063cdb0fc6c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f0327a2f059b1c386b60a43076b11a88b3bf38108d0202b49a389063cdb0fc6c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15fba08b3a68a58e903954a64bf470605e33fbb0e6551d0f08d20e842969b19a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15fba08b3a68a58e903954a64bf470605e33fbb0e6551d0f08d20e842969b19a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15fba08b3a68a58e903954a64bf470605e33fbb0e6551d0f08d20e842969b19a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3988f1b68baf551de912a788168287612cdc1cc7c4e7f3113402a077280784bf_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3988f1b68baf551de912a788168287612cdc1cc7c4e7f3113402a077280784bf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3988f1b68baf551de912a788168287612cdc1cc7c4e7f3113402a077280784bf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:92a5e4c52b35d2e53bebd8a32fa067565cbe80f7954c83295a75c421f54d67fd_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:92a5e4c52b35d2e53bebd8a32fa067565cbe80f7954c83295a75c421f54d67fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:92a5e4c52b35d2e53bebd8a32fa067565cbe80f7954c83295a75c421f54d67fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5ba989b5f80ed5e8c8b55c5766f9af9a06ceea862c90a94be47bb3f564d45ed_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5ba989b5f80ed5e8c8b55c5766f9af9a06ceea862c90a94be47bb3f564d45ed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5ba989b5f80ed5e8c8b55c5766f9af9a06ceea862c90a94be47bb3f564d45ed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:376e660b43cb68659210caa0973278da9324d688a55c1f4d3330f24f1203a415_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:376e660b43cb68659210caa0973278da9324d688a55c1f4d3330f24f1203a415_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:376e660b43cb68659210caa0973278da9324d688a55c1f4d3330f24f1203a415_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4d52c456f1c8dadb233b01ead052ce5b6748a03f22a12933bbb861f5e6179393_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4d52c456f1c8dadb233b01ead052ce5b6748a03f22a12933bbb861f5e6179393_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4d52c456f1c8dadb233b01ead052ce5b6748a03f22a12933bbb861f5e6179393_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6bb89886f24aa24212b3b10773602f2cd59214d2b639118cefdccafef9a834a6_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6bb89886f24aa24212b3b10773602f2cd59214d2b639118cefdccafef9a834a6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6bb89886f24aa24212b3b10773602f2cd59214d2b639118cefdccafef9a834a6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aafbc10a184282e13581cadd3ef9159a55d762454fcfe02e93094dda76c1c251_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aafbc10a184282e13581cadd3ef9159a55d762454fcfe02e93094dda76c1c251_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aafbc10a184282e13581cadd3ef9159a55d762454fcfe02e93094dda76c1c251_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:20da97fae47c64ac7e688d6026fadfbd8910aed94d07d0b6cd3cd792e90e35df_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:20da97fae47c64ac7e688d6026fadfbd8910aed94d07d0b6cd3cd792e90e35df_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:20da97fae47c64ac7e688d6026fadfbd8910aed94d07d0b6cd3cd792e90e35df_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4f5d8feefcf0dfe5950fa481f8b6a1409acb628cff532d030f4f5fb63167b8af_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4f5d8feefcf0dfe5950fa481f8b6a1409acb628cff532d030f4f5fb63167b8af_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4f5d8feefcf0dfe5950fa481f8b6a1409acb628cff532d030f4f5fb63167b8af_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d174ead9529893b0515c066e30c78d5b9906f51f43856025ee87b1b7bfd89e8b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d174ead9529893b0515c066e30c78d5b9906f51f43856025ee87b1b7bfd89e8b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d174ead9529893b0515c066e30c78d5b9906f51f43856025ee87b1b7bfd89e8b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6029e4f81e3d88ef43f1e39df7452dc432fdb22b21483b1fc3b78e0d7105e99_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6029e4f81e3d88ef43f1e39df7452dc432fdb22b21483b1fc3b78e0d7105e99_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6029e4f81e3d88ef43f1e39df7452dc432fdb22b21483b1fc3b78e0d7105e99_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:3f5c13af96596dcc28d90164f2aa2dfee0ff6219423b8ae3dff251ba959743bb_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3f5c13af96596dcc28d90164f2aa2dfee0ff6219423b8ae3dff251ba959743bb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:3f5c13af96596dcc28d90164f2aa2dfee0ff6219423b8ae3dff251ba959743bb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:55600b9bb8d4998379c911d0467e61a5d4eef7a2ff04d50dc4c15d042e5a0e6b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:55600b9bb8d4998379c911d0467e61a5d4eef7a2ff04d50dc4c15d042e5a0e6b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:55600b9bb8d4998379c911d0467e61a5d4eef7a2ff04d50dc4c15d042e5a0e6b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:600f6c495809c9fa8abf0d5af6a486e5a1197a8f0bdb505480aa5439c05101d2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:600f6c495809c9fa8abf0d5af6a486e5a1197a8f0bdb505480aa5439c05101d2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:600f6c495809c9fa8abf0d5af6a486e5a1197a8f0bdb505480aa5439c05101d2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c2b834e3252917e20f7cbe1128d2f8182bdb27220ff5a0eafd41bd793ccabfcd_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c2b834e3252917e20f7cbe1128d2f8182bdb27220ff5a0eafd41bd793ccabfcd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:c2b834e3252917e20f7cbe1128d2f8182bdb27220ff5a0eafd41bd793ccabfcd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3d2a8a443c5faa87bb8b8f11d8decb4d913cc00d7d85a46065c1b10258aca4b5_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3d2a8a443c5faa87bb8b8f11d8decb4d913cc00d7d85a46065c1b10258aca4b5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3d2a8a443c5faa87bb8b8f11d8decb4d913cc00d7d85a46065c1b10258aca4b5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bce829876e5e27a0d15dcd8bda47e733afa216e6c685f90873b86353b8d73b5f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bce829876e5e27a0d15dcd8bda47e733afa216e6c685f90873b86353b8d73b5f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bce829876e5e27a0d15dcd8bda47e733afa216e6c685f90873b86353b8d73b5f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f155478cf4b3c58d4b0d599ee2154a6004c5479bac6b16734ae924a21fdb633f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f155478cf4b3c58d4b0d599ee2154a6004c5479bac6b16734ae924a21fdb633f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f155478cf4b3c58d4b0d599ee2154a6004c5479bac6b16734ae924a21fdb633f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f70cf6ddbb28d82053dc7a0e9c3918c26d6a1e2c35f08d8035782b6dd962d8ce_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f70cf6ddbb28d82053dc7a0e9c3918c26d6a1e2c35f08d8035782b6dd962d8ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f70cf6ddbb28d82053dc7a0e9c3918c26d6a1e2c35f08d8035782b6dd962d8ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:257557b9f4a28c6dd8e9d43b007d563649c1f53a120154f5ad5602abf14e5e50_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:257557b9f4a28c6dd8e9d43b007d563649c1f53a120154f5ad5602abf14e5e50_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:257557b9f4a28c6dd8e9d43b007d563649c1f53a120154f5ad5602abf14e5e50_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ccb5858acb83ac412670cb1055181f40ec3550c692deeef1758cd6de82b67ed9_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ccb5858acb83ac412670cb1055181f40ec3550c692deeef1758cd6de82b67ed9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ccb5858acb83ac412670cb1055181f40ec3550c692deeef1758cd6de82b67ed9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ef6420d4046616c139ad5040590810fe216223526ff3a505b4a590bd37c7c869_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ef6420d4046616c139ad5040590810fe216223526ff3a505b4a590bd37c7c869_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ef6420d4046616c139ad5040590810fe216223526ff3a505b4a590bd37c7c869_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f4d26363c33c79d1481df0f4c4a736203dc6e8c20158c9550f768d747030144a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f4d26363c33c79d1481df0f4c4a736203dc6e8c20158c9550f768d747030144a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f4d26363c33c79d1481df0f4c4a736203dc6e8c20158c9550f768d747030144a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:334fe4f68e95d68321d13a2094ee31fae8375994f0dd26f3fa910ad8b78d0142_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:334fe4f68e95d68321d13a2094ee31fae8375994f0dd26f3fa910ad8b78d0142_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:334fe4f68e95d68321d13a2094ee31fae8375994f0dd26f3fa910ad8b78d0142_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6d821894ed49e432dad5f0eeb88a1d84d15c8d3325069e1dc8b6f377d31e7553_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6d821894ed49e432dad5f0eeb88a1d84d15c8d3325069e1dc8b6f377d31e7553_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6d821894ed49e432dad5f0eeb88a1d84d15c8d3325069e1dc8b6f377d31e7553_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1f6bde3bc457c5a876c40bf55d3d25019a14db18f1aef9461623bcfdf6d0c6e2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1f6bde3bc457c5a876c40bf55d3d25019a14db18f1aef9461623bcfdf6d0c6e2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1f6bde3bc457c5a876c40bf55d3d25019a14db18f1aef9461623bcfdf6d0c6e2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6dee8bc8066d09e6e64a2b90738ec805dbcb5db0e9fefae3c92ff192b2706803_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6dee8bc8066d09e6e64a2b90738ec805dbcb5db0e9fefae3c92ff192b2706803_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6dee8bc8066d09e6e64a2b90738ec805dbcb5db0e9fefae3c92ff192b2706803_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49a04065b27e87dded7dff1142f373b08c7140163a0757f42b168a24380b482d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49a04065b27e87dded7dff1142f373b08c7140163a0757f42b168a24380b482d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49a04065b27e87dded7dff1142f373b08c7140163a0757f42b168a24380b482d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bccb846b038153050029982c163243b9e6647cc9c2ccdce08337a494a5d30969_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bccb846b038153050029982c163243b9e6647cc9c2ccdce08337a494a5d30969_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bccb846b038153050029982c163243b9e6647cc9c2ccdce08337a494a5d30969_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:31a76a3098cf74e369ae121fe556c21496c5ab5259f88dd3b85486b120f89933_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:31a76a3098cf74e369ae121fe556c21496c5ab5259f88dd3b85486b120f89933_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:31a76a3098cf74e369ae121fe556c21496c5ab5259f88dd3b85486b120f89933_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:db7bf0477a93f3527d77d7e7ca80c488a51c6f98e5e3bc7ac53ce309e3fffe46_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:db7bf0477a93f3527d77d7e7ca80c488a51c6f98e5e3bc7ac53ce309e3fffe46_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:db7bf0477a93f3527d77d7e7ca80c488a51c6f98e5e3bc7ac53ce309e3fffe46_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e804ca1bc68f8f00ad6e4c744c2a9c26a635d9418d2ab93a5d516ef11d097722_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e804ca1bc68f8f00ad6e4c744c2a9c26a635d9418d2ab93a5d516ef11d097722_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e804ca1bc68f8f00ad6e4c744c2a9c26a635d9418d2ab93a5d516ef11d097722_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e805f6e217cf7e4c6afd179e6e539289c49db6eb79181853e411e5e1de1f8257_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e805f6e217cf7e4c6afd179e6e539289c49db6eb79181853e411e5e1de1f8257_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e805f6e217cf7e4c6afd179e6e539289c49db6eb79181853e411e5e1de1f8257_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:47dc500f4ec05b3858a5fc3dfa468f9696557f9a467a7b16a87340b7984d9b92_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:47dc500f4ec05b3858a5fc3dfa468f9696557f9a467a7b16a87340b7984d9b92_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:47dc500f4ec05b3858a5fc3dfa468f9696557f9a467a7b16a87340b7984d9b92_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:96da591c5df8beb62dcc2b83f3f156e7cfb042777bb72c826c110011829d268b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:96da591c5df8beb62dcc2b83f3f156e7cfb042777bb72c826c110011829d268b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:96da591c5df8beb62dcc2b83f3f156e7cfb042777bb72c826c110011829d268b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:b399c22107c274544023707d3cbb0765f92c34b47d12044e15a34cc01fe6ffc1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:b399c22107c274544023707d3cbb0765f92c34b47d12044e15a34cc01fe6ffc1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:b399c22107c274544023707d3cbb0765f92c34b47d12044e15a34cc01fe6ffc1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:f52b36b11b1e19bbdab026bc861f62d1a9fc56732c486aa90dff96c5c3bf9999_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:f52b36b11b1e19bbdab026bc861f62d1a9fc56732c486aa90dff96c5c3bf9999_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:f52b36b11b1e19bbdab026bc861f62d1a9fc56732c486aa90dff96c5c3bf9999_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0b7510c65924094dceaf87331602b6be2652121a49b110385e9a6d94ee876f01_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0b7510c65924094dceaf87331602b6be2652121a49b110385e9a6d94ee876f01_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0b7510c65924094dceaf87331602b6be2652121a49b110385e9a6d94ee876f01_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:b2bf8f2660cbc9b308ced1e70e6026a379f8fee9bb4f9646a6fa6c93020a5937_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:b2bf8f2660cbc9b308ced1e70e6026a379f8fee9bb4f9646a6fa6c93020a5937_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:b2bf8f2660cbc9b308ced1e70e6026a379f8fee9bb4f9646a6fa6c93020a5937_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:c9e977106355100f6bf8be3447731683a42077e6ae348dba4c977ad0e5ca66d8_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:c9e977106355100f6bf8be3447731683a42077e6ae348dba4c977ad0e5ca66d8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:c9e977106355100f6bf8be3447731683a42077e6ae348dba4c977ad0e5ca66d8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d20168132315fac4ff6af2c91e2eae4a9c8aa655295177d8d0778a7d11665e6f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d20168132315fac4ff6af2c91e2eae4a9c8aa655295177d8d0778a7d11665e6f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d20168132315fac4ff6af2c91e2eae4a9c8aa655295177d8d0778a7d11665e6f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6ec30576f3e062edded4acaa8badcfda9089bc997a8a451ef987d99a5bf5854d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6ec30576f3e062edded4acaa8badcfda9089bc997a8a451ef987d99a5bf5854d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6ec30576f3e062edded4acaa8badcfda9089bc997a8a451ef987d99a5bf5854d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:928a3bfb73ef2297dffe4a01d7d828bad20cd7dafbf8f20116e640a487ced903_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:928a3bfb73ef2297dffe4a01d7d828bad20cd7dafbf8f20116e640a487ced903_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:928a3bfb73ef2297dffe4a01d7d828bad20cd7dafbf8f20116e640a487ced903_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b7dfb56a6dddbca6ab5a53f4bcef850cbf913eaf9e243024480b97ad0b1006f9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b7dfb56a6dddbca6ab5a53f4bcef850cbf913eaf9e243024480b97ad0b1006f9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b7dfb56a6dddbca6ab5a53f4bcef850cbf913eaf9e243024480b97ad0b1006f9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:dfddbc24187efb679102afa10e98778bfbbf1cf7230993de878594e1115c6b45_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:dfddbc24187efb679102afa10e98778bfbbf1cf7230993de878594e1115c6b45_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:dfddbc24187efb679102afa10e98778bfbbf1cf7230993de878594e1115c6b45_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:43fac342e1843d331f83c674e25bed22bfd6f1e32690de285bbf645a76f5be72_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:43fac342e1843d331f83c674e25bed22bfd6f1e32690de285bbf645a76f5be72_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:43fac342e1843d331f83c674e25bed22bfd6f1e32690de285bbf645a76f5be72_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:52ea1ad37d60ad4421a29e12c150ca51fbbba9caf7abb3555fed321f5847f425_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:52ea1ad37d60ad4421a29e12c150ca51fbbba9caf7abb3555fed321f5847f425_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:52ea1ad37d60ad4421a29e12c150ca51fbbba9caf7abb3555fed321f5847f425_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:68512627de4406a22ed8bb6198ad52ace18355734fc88dccd9f7b7174951dcae_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:68512627de4406a22ed8bb6198ad52ace18355734fc88dccd9f7b7174951dcae_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:68512627de4406a22ed8bb6198ad52ace18355734fc88dccd9f7b7174951dcae_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cb71a249a099e3c159ed823bb10ddd6d6166e187f63dc239b7a2631b83fc65a5_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cb71a249a099e3c159ed823bb10ddd6d6166e187f63dc239b7a2631b83fc65a5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cb71a249a099e3c159ed823bb10ddd6d6166e187f63dc239b7a2631b83fc65a5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:44e7b77f9355d7388e55c6b6b4285bffe5c37592209c027c47fd374d144b154e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:44e7b77f9355d7388e55c6b6b4285bffe5c37592209c027c47fd374d144b154e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:44e7b77f9355d7388e55c6b6b4285bffe5c37592209c027c47fd374d144b154e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4c84a48b74a56bd251ba77a669575aa1f53862b7d4bf5b800ae7b0c164e7f348_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4c84a48b74a56bd251ba77a669575aa1f53862b7d4bf5b800ae7b0c164e7f348_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4c84a48b74a56bd251ba77a669575aa1f53862b7d4bf5b800ae7b0c164e7f348_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b90fa8327a23cd9b45bf288bcf5367bbe5ef9fe8733aaa590846782fe5db8cac_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b90fa8327a23cd9b45bf288bcf5367bbe5ef9fe8733aaa590846782fe5db8cac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b90fa8327a23cd9b45bf288bcf5367bbe5ef9fe8733aaa590846782fe5db8cac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:da9c26e95408d109f68f3db40da5c1962b20ad49fa75639fcdf7887b8f95162d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:da9c26e95408d109f68f3db40da5c1962b20ad49fa75639fcdf7887b8f95162d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:da9c26e95408d109f68f3db40da5c1962b20ad49fa75639fcdf7887b8f95162d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2855ad515e7a85e0c50aa1ea7aa3398ad47626cc7967eebcc3787906a809ed42_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2855ad515e7a85e0c50aa1ea7aa3398ad47626cc7967eebcc3787906a809ed42_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2855ad515e7a85e0c50aa1ea7aa3398ad47626cc7967eebcc3787906a809ed42_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5741cb169c5e87e235354d14b702fe6dcfcb2d37a317a7e381310f9865976a16_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5741cb169c5e87e235354d14b702fe6dcfcb2d37a317a7e381310f9865976a16_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5741cb169c5e87e235354d14b702fe6dcfcb2d37a317a7e381310f9865976a16_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:af8e2d2ccb2b1a966a1a1d2ad7955e5082744b2838eb714e21b0dbe1cf49617a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:af8e2d2ccb2b1a966a1a1d2ad7955e5082744b2838eb714e21b0dbe1cf49617a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:af8e2d2ccb2b1a966a1a1d2ad7955e5082744b2838eb714e21b0dbe1cf49617a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f24a2e861990b1234f07060333ee9f49d1b443b03d35917259ab31329736f8f9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f24a2e861990b1234f07060333ee9f49d1b443b03d35917259ab31329736f8f9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f24a2e861990b1234f07060333ee9f49d1b443b03d35917259ab31329736f8f9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4d00e1dd2fc0f01bdee4e8a43510fd99d1db320326bd4d5cadc2bc2110a5f28b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4d00e1dd2fc0f01bdee4e8a43510fd99d1db320326bd4d5cadc2bc2110a5f28b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4d00e1dd2fc0f01bdee4e8a43510fd99d1db320326bd4d5cadc2bc2110a5f28b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:885ab40abab1c5c55910ef8ee2c18167ba3a55e541e9f5d255bd9e62302ddb10_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:885ab40abab1c5c55910ef8ee2c18167ba3a55e541e9f5d255bd9e62302ddb10_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:885ab40abab1c5c55910ef8ee2c18167ba3a55e541e9f5d255bd9e62302ddb10_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af96dcce7a7df761d1dcd3be13a57794b9fe1cfe8c8ec878edac2114b8628673_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af96dcce7a7df761d1dcd3be13a57794b9fe1cfe8c8ec878edac2114b8628673_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af96dcce7a7df761d1dcd3be13a57794b9fe1cfe8c8ec878edac2114b8628673_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:cdf02314e3d66d60041dafcf2f4c069d61497ea1b4d36a1ab29edb07b89016a5_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:cdf02314e3d66d60041dafcf2f4c069d61497ea1b4d36a1ab29edb07b89016a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:cdf02314e3d66d60041dafcf2f4c069d61497ea1b4d36a1ab29edb07b89016a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2bcdf90387cde05688f0c9691a7204b4ae342ee20874f79fab2a5cb15d49d2f7_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2bcdf90387cde05688f0c9691a7204b4ae342ee20874f79fab2a5cb15d49d2f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2bcdf90387cde05688f0c9691a7204b4ae342ee20874f79fab2a5cb15d49d2f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40915be8107481380cd0a69d1ed7c2061a442626954200ec8151557f7cce7103_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40915be8107481380cd0a69d1ed7c2061a442626954200ec8151557f7cce7103_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40915be8107481380cd0a69d1ed7c2061a442626954200ec8151557f7cce7103_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4bea2647a0ad9fc7c353016566616683f2131115e56b7717bbc1035c4ff79ef9_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4bea2647a0ad9fc7c353016566616683f2131115e56b7717bbc1035c4ff79ef9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4bea2647a0ad9fc7c353016566616683f2131115e56b7717bbc1035c4ff79ef9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:799777705a1f8f837fc36eab527b47d94612a67c343486084d0db48d42cc8482_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:799777705a1f8f837fc36eab527b47d94612a67c343486084d0db48d42cc8482_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:799777705a1f8f837fc36eab527b47d94612a67c343486084d0db48d42cc8482_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:377c3b4002341a3d0bc7fc4a2363d24a478b61f1297f8b9a074392b360e0c8fa_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:377c3b4002341a3d0bc7fc4a2363d24a478b61f1297f8b9a074392b360e0c8fa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:377c3b4002341a3d0bc7fc4a2363d24a478b61f1297f8b9a074392b360e0c8fa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a374c5ae2d4cfa792009ce7dce8cc8c9188924dfaca3407075095357df5353c1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a374c5ae2d4cfa792009ce7dce8cc8c9188924dfaca3407075095357df5353c1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a374c5ae2d4cfa792009ce7dce8cc8c9188924dfaca3407075095357df5353c1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd0041cd7fff43f1fb2e92474f9bb69bf8e1a1722f999555aa2f8184607618d8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd0041cd7fff43f1fb2e92474f9bb69bf8e1a1722f999555aa2f8184607618d8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd0041cd7fff43f1fb2e92474f9bb69bf8e1a1722f999555aa2f8184607618d8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:eff721604d4606806f771b3922582e6bdce53f74749ade05b0b2e5d7e5fbc70f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:eff721604d4606806f771b3922582e6bdce53f74749ade05b0b2e5d7e5fbc70f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:eff721604d4606806f771b3922582e6bdce53f74749ade05b0b2e5d7e5fbc70f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:06e8bc4a4e44dcc8273bec21b338cfb51457844442974b5f09991d0394417705_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:06e8bc4a4e44dcc8273bec21b338cfb51457844442974b5f09991d0394417705_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:06e8bc4a4e44dcc8273bec21b338cfb51457844442974b5f09991d0394417705_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5a2b95f5661070f7601d3fe4257d23b71df30d30192f9071b3f3419714821b5d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5a2b95f5661070f7601d3fe4257d23b71df30d30192f9071b3f3419714821b5d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5a2b95f5661070f7601d3fe4257d23b71df30d30192f9071b3f3419714821b5d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:a73b3fbd46d12b57ce7a136fb23ce9cb0adb0dbb21d04c90acbddceba49fc166_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:a73b3fbd46d12b57ce7a136fb23ce9cb0adb0dbb21d04c90acbddceba49fc166_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:a73b3fbd46d12b57ce7a136fb23ce9cb0adb0dbb21d04c90acbddceba49fc166_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:de82ca914b1eaa932b2f27e9d54b94da55ae48a3edf726b910e58a565525021e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:de82ca914b1eaa932b2f27e9d54b94da55ae48a3edf726b910e58a565525021e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:de82ca914b1eaa932b2f27e9d54b94da55ae48a3edf726b910e58a565525021e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8cf8ae7d88d2e0aa4ea2fcc2b2a89822495f64e00cd9125e19e22ea4759b4a00_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8cf8ae7d88d2e0aa4ea2fcc2b2a89822495f64e00cd9125e19e22ea4759b4a00_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8cf8ae7d88d2e0aa4ea2fcc2b2a89822495f64e00cd9125e19e22ea4759b4a00_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:948a5868474bcbd679f7da799e68e6cdc5856ccb68fa614325d500b545895fe5_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:948a5868474bcbd679f7da799e68e6cdc5856ccb68fa614325d500b545895fe5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:948a5868474bcbd679f7da799e68e6cdc5856ccb68fa614325d500b545895fe5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ccb324413b8669ca4679b0a3b9738f5675b06ee70bfddfb5424159ca5d73fdf1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ccb324413b8669ca4679b0a3b9738f5675b06ee70bfddfb5424159ca5d73fdf1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ccb324413b8669ca4679b0a3b9738f5675b06ee70bfddfb5424159ca5d73fdf1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e6bd08b3faee18394b7ed5611d49c2d6ff41890ab7a21a43b82d40fb3282a513_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e6bd08b3faee18394b7ed5611d49c2d6ff41890ab7a21a43b82d40fb3282a513_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e6bd08b3faee18394b7ed5611d49c2d6ff41890ab7a21a43b82d40fb3282a513_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3042d2b5ace9ea0e3187c9d62dade95851a34d53432452abf69fe5388fc5b558_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3042d2b5ace9ea0e3187c9d62dade95851a34d53432452abf69fe5388fc5b558_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3042d2b5ace9ea0e3187c9d62dade95851a34d53432452abf69fe5388fc5b558_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7777b47c630920f0f22d61616252ff74c8b8f798108f12966b6aaed5d4ad9e1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7777b47c630920f0f22d61616252ff74c8b8f798108f12966b6aaed5d4ad9e1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7777b47c630920f0f22d61616252ff74c8b8f798108f12966b6aaed5d4ad9e1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac1cf2f80d1f6ee5d9e12d0a9e5d371b66f72ff2b264850518727f084b1d098f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac1cf2f80d1f6ee5d9e12d0a9e5d371b66f72ff2b264850518727f084b1d098f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac1cf2f80d1f6ee5d9e12d0a9e5d371b66f72ff2b264850518727f084b1d098f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bb1091a626b139e9efed966b94f3d4ec620f61d1dc31873a52356bea5657ca6c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bb1091a626b139e9efed966b94f3d4ec620f61d1dc31873a52356bea5657ca6c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bb1091a626b139e9efed966b94f3d4ec620f61d1dc31873a52356bea5657ca6c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6058b803b0c6319977a5ee7b4ad3130fea7e55d5a7e15dff2b93551f858fc5b1_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6058b803b0c6319977a5ee7b4ad3130fea7e55d5a7e15dff2b93551f858fc5b1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6058b803b0c6319977a5ee7b4ad3130fea7e55d5a7e15dff2b93551f858fc5b1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7bd9f907050e7aa05bd6135496050eb61033046b4c93ed41c2006a40b33c7d1d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7bd9f907050e7aa05bd6135496050eb61033046b4c93ed41c2006a40b33c7d1d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7bd9f907050e7aa05bd6135496050eb61033046b4c93ed41c2006a40b33c7d1d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:994657490649f677a44c2b97db30f18688a51cb9b36953ffa1d928db389b3a5d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:994657490649f677a44c2b97db30f18688a51cb9b36953ffa1d928db389b3a5d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:994657490649f677a44c2b97db30f18688a51cb9b36953ffa1d928db389b3a5d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ae99f6392f5cf2dfee91c9bcc50ce4afcf961585e1c18c4c83d70e3e1fccb617_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ae99f6392f5cf2dfee91c9bcc50ce4afcf961585e1c18c4c83d70e3e1fccb617_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ae99f6392f5cf2dfee91c9bcc50ce4afcf961585e1c18c4c83d70e3e1fccb617_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0763d7213f1ce83cbc0b7702a002fb86b8a0f84db0657f43bc2a0e4e42cdf4df_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0763d7213f1ce83cbc0b7702a002fb86b8a0f84db0657f43bc2a0e4e42cdf4df_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0763d7213f1ce83cbc0b7702a002fb86b8a0f84db0657f43bc2a0e4e42cdf4df_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:30707e3e89ba622dd33caed26fdbcacb8fc53a395ff82bf1bbae7ee1402c062d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:30707e3e89ba622dd33caed26fdbcacb8fc53a395ff82bf1bbae7ee1402c062d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:30707e3e89ba622dd33caed26fdbcacb8fc53a395ff82bf1bbae7ee1402c062d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:66c3a5b926ba79860acf8351e9a9655e9398b3fc9d488d3cae3b8986fb82bada_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:66c3a5b926ba79860acf8351e9a9655e9398b3fc9d488d3cae3b8986fb82bada_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:66c3a5b926ba79860acf8351e9a9655e9398b3fc9d488d3cae3b8986fb82bada_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c67817948f76127224dc2f62076e7ab3067554208de9e845e86d6b9642f57ee0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c67817948f76127224dc2f62076e7ab3067554208de9e845e86d6b9642f57ee0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c67817948f76127224dc2f62076e7ab3067554208de9e845e86d6b9642f57ee0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1337fe91f2009a10847e3eb7d821246f6d828a9e0679a69d7d0a52a2c59aa25f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1337fe91f2009a10847e3eb7d821246f6d828a9e0679a69d7d0a52a2c59aa25f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1337fe91f2009a10847e3eb7d821246f6d828a9e0679a69d7d0a52a2c59aa25f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2fce5aeca6f39b0933902d82ba1a3800947e34325c1264adff2bdbb229b421e6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2fce5aeca6f39b0933902d82ba1a3800947e34325c1264adff2bdbb229b421e6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2fce5aeca6f39b0933902d82ba1a3800947e34325c1264adff2bdbb229b421e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7a99463d1974014344e1935fc72b22e9301fdb10b8dacd850ac243f0f10ceefa_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7a99463d1974014344e1935fc72b22e9301fdb10b8dacd850ac243f0f10ceefa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7a99463d1974014344e1935fc72b22e9301fdb10b8dacd850ac243f0f10ceefa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:707059760688aefcec8abc6341238f4b26c071f1183be7d0281b6a05911b95d2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:707059760688aefcec8abc6341238f4b26c071f1183be7d0281b6a05911b95d2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:707059760688aefcec8abc6341238f4b26c071f1183be7d0281b6a05911b95d2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:749f65f5ed41dd2c1a5b9c208ff9032fe7eaeea9696bcb06fffa34952fb9b369_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:749f65f5ed41dd2c1a5b9c208ff9032fe7eaeea9696bcb06fffa34952fb9b369_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:749f65f5ed41dd2c1a5b9c208ff9032fe7eaeea9696bcb06fffa34952fb9b369_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d1f5ed2781569cd91f07b74160e8bc95e0ec0d2d0f61b658918df40a2be32acb_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d1f5ed2781569cd91f07b74160e8bc95e0ec0d2d0f61b658918df40a2be32acb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d1f5ed2781569cd91f07b74160e8bc95e0ec0d2d0f61b658918df40a2be32acb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4bf01f4ae53277d70ee877fb489cf07068f787bba3bbee31f8e3667459a440c2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4bf01f4ae53277d70ee877fb489cf07068f787bba3bbee31f8e3667459a440c2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4bf01f4ae53277d70ee877fb489cf07068f787bba3bbee31f8e3667459a440c2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7fb2daf3c277f320d213af79d0a19031c9f17c9b356002d987dce0ae95e6ac4d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7fb2daf3c277f320d213af79d0a19031c9f17c9b356002d987dce0ae95e6ac4d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7fb2daf3c277f320d213af79d0a19031c9f17c9b356002d987dce0ae95e6ac4d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6fe22827668ce4ed48495c07757bb8406c4fe521258df08a7a827206451a65c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6fe22827668ce4ed48495c07757bb8406c4fe521258df08a7a827206451a65c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6fe22827668ce4ed48495c07757bb8406c4fe521258df08a7a827206451a65c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0904ac65004bc0e9303b0c21ed48818d5b0a40ad40bbb8d33392ed6021dff62a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0904ac65004bc0e9303b0c21ed48818d5b0a40ad40bbb8d33392ed6021dff62a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0904ac65004bc0e9303b0c21ed48818d5b0a40ad40bbb8d33392ed6021dff62a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3aca0fdc0235040b888963066a279aa2357cd4eb7a062e524f6ebcc54de1492b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3aca0fdc0235040b888963066a279aa2357cd4eb7a062e524f6ebcc54de1492b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3aca0fdc0235040b888963066a279aa2357cd4eb7a062e524f6ebcc54de1492b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f94aa962ae9d8f25e5a2353e3d4bc980e374a2da65136e344fe685bf89b532c1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f94aa962ae9d8f25e5a2353e3d4bc980e374a2da65136e344fe685bf89b532c1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f94aa962ae9d8f25e5a2353e3d4bc980e374a2da65136e344fe685bf89b532c1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3006b6992e3cd3128f0ac9b463234c18dd0216269edb4a1238d632e4e69aa0ab_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3006b6992e3cd3128f0ac9b463234c18dd0216269edb4a1238d632e4e69aa0ab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3006b6992e3cd3128f0ac9b463234c18dd0216269edb4a1238d632e4e69aa0ab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b203ab7839940fa0a8218de3e3602d75f8ee5343f6d6ee018a4a98de985544f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b203ab7839940fa0a8218de3e3602d75f8ee5343f6d6ee018a4a98de985544f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b203ab7839940fa0a8218de3e3602d75f8ee5343f6d6ee018a4a98de985544f8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b776dee4d809f1596c238e4911854670cff57ae351b8f3bc5a769e266e815886_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b776dee4d809f1596c238e4911854670cff57ae351b8f3bc5a769e266e815886_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b776dee4d809f1596c238e4911854670cff57ae351b8f3bc5a769e266e815886_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c70395cc3af5bf9ad32f9fed59716b0256086f4793f30102a17b50cfb28669f2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c70395cc3af5bf9ad32f9fed59716b0256086f4793f30102a17b50cfb28669f2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c70395cc3af5bf9ad32f9fed59716b0256086f4793f30102a17b50cfb28669f2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:347f24705fc774f6f680c3ed41ec23520ba6eda9a791fcaf447ca2b6a3e01bbf_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:347f24705fc774f6f680c3ed41ec23520ba6eda9a791fcaf447ca2b6a3e01bbf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:347f24705fc774f6f680c3ed41ec23520ba6eda9a791fcaf447ca2b6a3e01bbf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:85803d470467828cdeff4960df35432579611b28315388b4cf04530d3e1a3ed2_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:85803d470467828cdeff4960df35432579611b28315388b4cf04530d3e1a3ed2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:85803d470467828cdeff4960df35432579611b28315388b4cf04530d3e1a3ed2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d884c62655d3a1d77fe3e761630a0f9f664b45715d64582ee953e4309ea07a1c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d884c62655d3a1d77fe3e761630a0f9f664b45715d64582ee953e4309ea07a1c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d884c62655d3a1d77fe3e761630a0f9f664b45715d64582ee953e4309ea07a1c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f833006c803eb2568db59d7383ce99ee399eb8cf6779f7ddf8128a8aed078dce_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f833006c803eb2568db59d7383ce99ee399eb8cf6779f7ddf8128a8aed078dce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f833006c803eb2568db59d7383ce99ee399eb8cf6779f7ddf8128a8aed078dce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:34f21e2e0839de25218fb49104156fe0157548614db11dc28e6fde767a337311_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:34f21e2e0839de25218fb49104156fe0157548614db11dc28e6fde767a337311_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:34f21e2e0839de25218fb49104156fe0157548614db11dc28e6fde767a337311_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77f37e1feb3db4f61c4f9ba61073adb04d732a91573b6ef866f38e63282dce07_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77f37e1feb3db4f61c4f9ba61073adb04d732a91573b6ef866f38e63282dce07_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77f37e1feb3db4f61c4f9ba61073adb04d732a91573b6ef866f38e63282dce07_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98888796a39a516b6ae1eb17b994f3c5f7eb785fd491ba5b484f7e001ecb89ba_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98888796a39a516b6ae1eb17b994f3c5f7eb785fd491ba5b484f7e001ecb89ba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98888796a39a516b6ae1eb17b994f3c5f7eb785fd491ba5b484f7e001ecb89ba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a63534d446603e6cc4b3c97772cb5b875b0e1a43326b6b5677dccb31e188e1d7_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a63534d446603e6cc4b3c97772cb5b875b0e1a43326b6b5677dccb31e188e1d7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a63534d446603e6cc4b3c97772cb5b875b0e1a43326b6b5677dccb31e188e1d7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:000f14446978bf4cae98f675a93f29c531a62b695f64f79184e2ee39c9ea7efc_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:000f14446978bf4cae98f675a93f29c531a62b695f64f79184e2ee39c9ea7efc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:000f14446978bf4cae98f675a93f29c531a62b695f64f79184e2ee39c9ea7efc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1f7f66fce081baa4ad51c7d70483384fe67ad8ad2ebe06c859fbfa70d5734e2a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1f7f66fce081baa4ad51c7d70483384fe67ad8ad2ebe06c859fbfa70d5734e2a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1f7f66fce081baa4ad51c7d70483384fe67ad8ad2ebe06c859fbfa70d5734e2a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a0723a1d41abed167044e2319f621ab3eafbeda880191952a248f0b18c18438_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a0723a1d41abed167044e2319f621ab3eafbeda880191952a248f0b18c18438_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a0723a1d41abed167044e2319f621ab3eafbeda880191952a248f0b18c18438_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c965fc0bc9538c01b2447925cc90b1ec01ac0ff264af9906afbe3a2d6987f40a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c965fc0bc9538c01b2447925cc90b1ec01ac0ff264af9906afbe3a2d6987f40a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c965fc0bc9538c01b2447925cc90b1ec01ac0ff264af9906afbe3a2d6987f40a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:028a6a942607833095029e8b7107082a65554a7e4d4a48dd16561c40d87e52e6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:028a6a942607833095029e8b7107082a65554a7e4d4a48dd16561c40d87e52e6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:028a6a942607833095029e8b7107082a65554a7e4d4a48dd16561c40d87e52e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c419a68fcc53ab1659588382b32321afa3c715a18a120b56482d15ad92bbfba9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c419a68fcc53ab1659588382b32321afa3c715a18a120b56482d15ad92bbfba9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c419a68fcc53ab1659588382b32321afa3c715a18a120b56482d15ad92bbfba9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b8c1edee562f20d0645d81a73085f597911e9c49115f8a80ad0156e626bf686f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b8c1edee562f20d0645d81a73085f597911e9c49115f8a80ad0156e626bf686f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b8c1edee562f20d0645d81a73085f597911e9c49115f8a80ad0156e626bf686f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d7fe0b61d26d7bf6bd11543fe192a29461e17380d0e475b19164c5dad151229a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d7fe0b61d26d7bf6bd11543fe192a29461e17380d0e475b19164c5dad151229a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d7fe0b61d26d7bf6bd11543fe192a29461e17380d0e475b19164c5dad151229a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:344edf790f7a68dab401e7772c61b0734e707e987b62c6f45bcf87e0728c9362_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:344edf790f7a68dab401e7772c61b0734e707e987b62c6f45bcf87e0728c9362_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:344edf790f7a68dab401e7772c61b0734e707e987b62c6f45bcf87e0728c9362_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:411f6ece7654c52571e96b57f22fff14854a73bf7b17b0f6670162cb16bce75f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:411f6ece7654c52571e96b57f22fff14854a73bf7b17b0f6670162cb16bce75f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:411f6ece7654c52571e96b57f22fff14854a73bf7b17b0f6670162cb16bce75f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:10fc93aaf15cf598f8062798b7a18634160ae003a1b28eab01b3deb1ee737ca8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:10fc93aaf15cf598f8062798b7a18634160ae003a1b28eab01b3deb1ee737ca8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:10fc93aaf15cf598f8062798b7a18634160ae003a1b28eab01b3deb1ee737ca8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e5a5bd458bbc0c4be4e443aca3341d979cea5b74d3ca7b7b0696e3c2b7c90b2_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e5a5bd458bbc0c4be4e443aca3341d979cea5b74d3ca7b7b0696e3c2b7c90b2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e5a5bd458bbc0c4be4e443aca3341d979cea5b74d3ca7b7b0696e3c2b7c90b2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dad9e79fb10a3ffe3335e7f46ace9cca55e005ec4d47ffc42915fc04899cfced_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dad9e79fb10a3ffe3335e7f46ace9cca55e005ec4d47ffc42915fc04899cfced_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dad9e79fb10a3ffe3335e7f46ace9cca55e005ec4d47ffc42915fc04899cfced_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:26b52ae76459968b2aeae84cb41a1a506261e20a99467776b128b14168cda99b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:26b52ae76459968b2aeae84cb41a1a506261e20a99467776b128b14168cda99b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:26b52ae76459968b2aeae84cb41a1a506261e20a99467776b128b14168cda99b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4ad37ac98ed9d6978c86161547294042273c5874ba39461231aa9631f7fe6c78_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4ad37ac98ed9d6978c86161547294042273c5874ba39461231aa9631f7fe6c78_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4ad37ac98ed9d6978c86161547294042273c5874ba39461231aa9631f7fe6c78_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:822cee0795e360458dac6d6efe4c8b29504067572fe961e52b5948a4f9b27ade_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:822cee0795e360458dac6d6efe4c8b29504067572fe961e52b5948a4f9b27ade_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:822cee0795e360458dac6d6efe4c8b29504067572fe961e52b5948a4f9b27ade_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e38ff55ce894a4a3ec7af3ec0886256a9c69acc1727467522645bd43cde9e0a7_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e38ff55ce894a4a3ec7af3ec0886256a9c69acc1727467522645bd43cde9e0a7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e38ff55ce894a4a3ec7af3ec0886256a9c69acc1727467522645bd43cde9e0a7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:15079624de818f932b095ca63060b10e6be76643afab31d5cce675450fccd042_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:15079624de818f932b095ca63060b10e6be76643afab31d5cce675450fccd042_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:15079624de818f932b095ca63060b10e6be76643afab31d5cce675450fccd042_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4722a201c20b8b5094da16f860580599e863fbd2375bd717d19d6af7b121f55a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4722a201c20b8b5094da16f860580599e863fbd2375bd717d19d6af7b121f55a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4722a201c20b8b5094da16f860580599e863fbd2375bd717d19d6af7b121f55a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:80539c0a9aa5e33b09bfdbf5fe0c1ecfc2de13963cea84abe56a7ef292585329_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:80539c0a9aa5e33b09bfdbf5fe0c1ecfc2de13963cea84abe56a7ef292585329_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:80539c0a9aa5e33b09bfdbf5fe0c1ecfc2de13963cea84abe56a7ef292585329_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:dc6430346efc8eaf5cbd4cb4d1d4d573f2032d8d98e8a5a5173ff8833c5df1fb_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:dc6430346efc8eaf5cbd4cb4d1d4d573f2032d8d98e8a5a5173ff8833c5df1fb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:dc6430346efc8eaf5cbd4cb4d1d4d573f2032d8d98e8a5a5173ff8833c5df1fb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1bbb799dcbed9b505e2c4e66f33c2c7cde2cc1839d913008d58de8f996e58e4b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1bbb799dcbed9b505e2c4e66f33c2c7cde2cc1839d913008d58de8f996e58e4b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1bbb799dcbed9b505e2c4e66f33c2c7cde2cc1839d913008d58de8f996e58e4b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:363c4c852c17eb5d258162ef98ab7cadfb2d3eb05d172764478d7a10d119833a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:363c4c852c17eb5d258162ef98ab7cadfb2d3eb05d172764478d7a10d119833a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:363c4c852c17eb5d258162ef98ab7cadfb2d3eb05d172764478d7a10d119833a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:865fddbd4236aa1cf444520ce73df6df9fe07460002b5ffcdfe5eafa37545ce6_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:865fddbd4236aa1cf444520ce73df6df9fe07460002b5ffcdfe5eafa37545ce6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:865fddbd4236aa1cf444520ce73df6df9fe07460002b5ffcdfe5eafa37545ce6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d97eac96ab00caa6c752b755856bd95ac3d0e4ca3232f7a91296fff7a7d6a2be_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d97eac96ab00caa6c752b755856bd95ac3d0e4ca3232f7a91296fff7a7d6a2be_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d97eac96ab00caa6c752b755856bd95ac3d0e4ca3232f7a91296fff7a7d6a2be_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3c1943b3166e1b32232f0f0cee92e74d5f69b4ed0c1bb5549259462f93a3ad01_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3c1943b3166e1b32232f0f0cee92e74d5f69b4ed0c1bb5549259462f93a3ad01_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3c1943b3166e1b32232f0f0cee92e74d5f69b4ed0c1bb5549259462f93a3ad01_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a873048329a66743417208175b49b95c9306328f9972dd795b5142fee4c18c6c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a873048329a66743417208175b49b95c9306328f9972dd795b5142fee4c18c6c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a873048329a66743417208175b49b95c9306328f9972dd795b5142fee4c18c6c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:bbff682a40da5f445fce2ebd84a881b9d8de856cec82204b4a767909846f5bfd_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:bbff682a40da5f445fce2ebd84a881b9d8de856cec82204b4a767909846f5bfd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:bbff682a40da5f445fce2ebd84a881b9d8de856cec82204b4a767909846f5bfd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c12b750d337083e95aad58a49575afa062c0c8fb4b3d3c80cdb5143d8e2f07e0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c12b750d337083e95aad58a49575afa062c0c8fb4b3d3c80cdb5143d8e2f07e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c12b750d337083e95aad58a49575afa062c0c8fb4b3d3c80cdb5143d8e2f07e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0394554f9672b31c25406103df573981a763054d7ec2b40aa4d555e0bf65fdbd_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0394554f9672b31c25406103df573981a763054d7ec2b40aa4d555e0bf65fdbd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0394554f9672b31c25406103df573981a763054d7ec2b40aa4d555e0bf65fdbd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a88f0d6324900e1f952a8bf666d03394e07dc5410aedf6d21fae4730bf781f20_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a88f0d6324900e1f952a8bf666d03394e07dc5410aedf6d21fae4730bf781f20_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a88f0d6324900e1f952a8bf666d03394e07dc5410aedf6d21fae4730bf781f20_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:abb50e95c2f02f979d84e96a2241c8dfef2c02ff3f60f5a721b06ce77b9ccb91_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:abb50e95c2f02f979d84e96a2241c8dfef2c02ff3f60f5a721b06ce77b9ccb91_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:abb50e95c2f02f979d84e96a2241c8dfef2c02ff3f60f5a721b06ce77b9ccb91_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f6799cbae398cfe167bd75e936a66ac89c5b2ade73e9d1f8a6a74c0a79d1845e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f6799cbae398cfe167bd75e936a66ac89c5b2ade73e9d1f8a6a74c0a79d1845e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f6799cbae398cfe167bd75e936a66ac89c5b2ade73e9d1f8a6a74c0a79d1845e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6fb8c2aebd19bd2c9dd6b463fa87b5c278d374228c297fa4d0356b576be77be2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6fb8c2aebd19bd2c9dd6b463fa87b5c278d374228c297fa4d0356b576be77be2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6fb8c2aebd19bd2c9dd6b463fa87b5c278d374228c297fa4d0356b576be77be2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a7a6a97619294573e90dab878889ed905e6258e0a1f2ce7bd3bfabc674e3a130_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a7a6a97619294573e90dab878889ed905e6258e0a1f2ce7bd3bfabc674e3a130_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a7a6a97619294573e90dab878889ed905e6258e0a1f2ce7bd3bfabc674e3a130_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0f4d9c2da050f40790d66f6c0d0a0845405242e049627583f82b74a1050711dc_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0f4d9c2da050f40790d66f6c0d0a0845405242e049627583f82b74a1050711dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0f4d9c2da050f40790d66f6c0d0a0845405242e049627583f82b74a1050711dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e3431b1036881405a033766b3f91280ebd0504f042d302751ba39fb14e7cf4e7_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e3431b1036881405a033766b3f91280ebd0504f042d302751ba39fb14e7cf4e7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e3431b1036881405a033766b3f91280ebd0504f042d302751ba39fb14e7cf4e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:83de49cccf7f453e86d49dfa368a5dc496afcdc5e91c53b3cb4922f2e14fe998_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:83de49cccf7f453e86d49dfa368a5dc496afcdc5e91c53b3cb4922f2e14fe998_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:83de49cccf7f453e86d49dfa368a5dc496afcdc5e91c53b3cb4922f2e14fe998_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ca4d1f8ca7a8d7e0820404752c1460f49cd9db6890a563d8e19d00e465a91ccd_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ca4d1f8ca7a8d7e0820404752c1460f49cd9db6890a563d8e19d00e465a91ccd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ca4d1f8ca7a8d7e0820404752c1460f49cd9db6890a563d8e19d00e465a91ccd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:36f010428fed43c8c051095dab67d8ec2ed8ee781e1df61d3f59c43cb5e639e8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:36f010428fed43c8c051095dab67d8ec2ed8ee781e1df61d3f59c43cb5e639e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:36f010428fed43c8c051095dab67d8ec2ed8ee781e1df61d3f59c43cb5e639e8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:fff0072bbac9a35ad891a4d2171f977d3ab01ae30eb390b21552b5e8876602e2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:fff0072bbac9a35ad891a4d2171f977d3ab01ae30eb390b21552b5e8876602e2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:fff0072bbac9a35ad891a4d2171f977d3ab01ae30eb390b21552b5e8876602e2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:151cb59fac2491538b23cd8d2bfa7d498c40def2ace199b9c237a6dc8128deb6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:151cb59fac2491538b23cd8d2bfa7d498c40def2ace199b9c237a6dc8128deb6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:151cb59fac2491538b23cd8d2bfa7d498c40def2ace199b9c237a6dc8128deb6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:17036ab7fc36d09d46ef4fed525ec667e5c598cff800bb58c756e6384555fdda_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:17036ab7fc36d09d46ef4fed525ec667e5c598cff800bb58c756e6384555fdda_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:17036ab7fc36d09d46ef4fed525ec667e5c598cff800bb58c756e6384555fdda_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1b7a1c54864603109f07925cf739cb627586287555adb2876385f8ce83cfa23d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1b7a1c54864603109f07925cf739cb627586287555adb2876385f8ce83cfa23d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1b7a1c54864603109f07925cf739cb627586287555adb2876385f8ce83cfa23d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b06c85782f9423ae79a67abf2e54838d9b2b1035e90f11d6107271e29175841e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b06c85782f9423ae79a67abf2e54838d9b2b1035e90f11d6107271e29175841e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b06c85782f9423ae79a67abf2e54838d9b2b1035e90f11d6107271e29175841e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:024bc96bb6bb7d910b4bb640777901597ab67fd0e4fcb8dbe4b9b27f80decb82_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:024bc96bb6bb7d910b4bb640777901597ab67fd0e4fcb8dbe4b9b27f80decb82_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:024bc96bb6bb7d910b4bb640777901597ab67fd0e4fcb8dbe4b9b27f80decb82_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7e6e74205ea4ee862e8e029309467bf2df8307639f7e1caa4800e2569bdeb219_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7e6e74205ea4ee862e8e029309467bf2df8307639f7e1caa4800e2569bdeb219_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7e6e74205ea4ee862e8e029309467bf2df8307639f7e1caa4800e2569bdeb219_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:def0050cfc69412c7f77937516c72c5d7ed4ef3c35c62392ab318aa780d6f7b1_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:def0050cfc69412c7f77937516c72c5d7ed4ef3c35c62392ab318aa780d6f7b1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:def0050cfc69412c7f77937516c72c5d7ed4ef3c35c62392ab318aa780d6f7b1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f7e9a7bba6a7b50f67defbf3c769c726adb6a9b62ab6e0ba5b3e68dee58afb2d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f7e9a7bba6a7b50f67defbf3c769c726adb6a9b62ab6e0ba5b3e68dee58afb2d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f7e9a7bba6a7b50f67defbf3c769c726adb6a9b62ab6e0ba5b3e68dee58afb2d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1f0cce74be4ddeaec91630fe523ffc18556a01ae2ac9e22dadd8e24277bda65a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1f0cce74be4ddeaec91630fe523ffc18556a01ae2ac9e22dadd8e24277bda65a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1f0cce74be4ddeaec91630fe523ffc18556a01ae2ac9e22dadd8e24277bda65a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7c7ff8812a59064b2479fd6f68021fb09434913097c4f1fe6e7a634e690552d0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7c7ff8812a59064b2479fd6f68021fb09434913097c4f1fe6e7a634e690552d0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7c7ff8812a59064b2479fd6f68021fb09434913097c4f1fe6e7a634e690552d0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d498b2b2dc0973cd54bae666f8baedf93a36f492b60b9bff72aac7e27ea8818a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d498b2b2dc0973cd54bae666f8baedf93a36f492b60b9bff72aac7e27ea8818a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d498b2b2dc0973cd54bae666f8baedf93a36f492b60b9bff72aac7e27ea8818a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ec9b1d0f06ddb82cd82c876ceb27af4ffd00b63309aa11b5e304e76c047c7d13_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ec9b1d0f06ddb82cd82c876ceb27af4ffd00b63309aa11b5e304e76c047c7d13_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ec9b1d0f06ddb82cd82c876ceb27af4ffd00b63309aa11b5e304e76c047c7d13_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4d0b0bda11ea1fd3e583674c7c4cd29b1f8d312009dbb7ecd7ab205da90ac921_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4d0b0bda11ea1fd3e583674c7c4cd29b1f8d312009dbb7ecd7ab205da90ac921_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4d0b0bda11ea1fd3e583674c7c4cd29b1f8d312009dbb7ecd7ab205da90ac921_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dfd97aefcb3d919afcc2e008449f1357d84572b675937293302611d03f8c2b46_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dfd97aefcb3d919afcc2e008449f1357d84572b675937293302611d03f8c2b46_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dfd97aefcb3d919afcc2e008449f1357d84572b675937293302611d03f8c2b46_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e55365fcbef6a6e83587d5ff5e05197c58692979fc3bbfed319a116990863268_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e55365fcbef6a6e83587d5ff5e05197c58692979fc3bbfed319a116990863268_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e55365fcbef6a6e83587d5ff5e05197c58692979fc3bbfed319a116990863268_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ef41c6771fdfd1901013c1784f3abbb940fe1d7e903f7a243421613404f25da7_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ef41c6771fdfd1901013c1784f3abbb940fe1d7e903f7a243421613404f25da7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ef41c6771fdfd1901013c1784f3abbb940fe1d7e903f7a243421613404f25da7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:497ff6fdf6fe96578a021a69945fead5b62b608b90ab39ffe003cc65414fdddc_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:497ff6fdf6fe96578a021a69945fead5b62b608b90ab39ffe003cc65414fdddc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:497ff6fdf6fe96578a021a69945fead5b62b608b90ab39ffe003cc65414fdddc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:68f0aa850889bd2b18a9807bc749b279c5e3daac2bf8e996db6a6fef8616ff89_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:68f0aa850889bd2b18a9807bc749b279c5e3daac2bf8e996db6a6fef8616ff89_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:68f0aa850889bd2b18a9807bc749b279c5e3daac2bf8e996db6a6fef8616ff89_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:ea7fc873c9382e6b9b0b20c7297e3503209fa189aaf818dea19f124cd7e761e8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:ea7fc873c9382e6b9b0b20c7297e3503209fa189aaf818dea19f124cd7e761e8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:ea7fc873c9382e6b9b0b20c7297e3503209fa189aaf818dea19f124cd7e761e8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fbdb002576e2c451ee4ff59470088f76150c97430667110ec05e22842874576d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fbdb002576e2c451ee4ff59470088f76150c97430667110ec05e22842874576d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fbdb002576e2c451ee4ff59470088f76150c97430667110ec05e22842874576d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6eeb09cb868c61e5b0390b66522a2fb2985e64641288409f4314ab4192d2ab31_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6eeb09cb868c61e5b0390b66522a2fb2985e64641288409f4314ab4192d2ab31_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6eeb09cb868c61e5b0390b66522a2fb2985e64641288409f4314ab4192d2ab31_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dde1bd3f99a47f40a286d24e0b810330828464531bdccc1d82dcde57c2fcc7ae_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dde1bd3f99a47f40a286d24e0b810330828464531bdccc1d82dcde57c2fcc7ae_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dde1bd3f99a47f40a286d24e0b810330828464531bdccc1d82dcde57c2fcc7ae_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f74e38e0539a523232472f6c01717c6c5617c42c84e09aee6b53c3060bb49136_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f74e38e0539a523232472f6c01717c6c5617c42c84e09aee6b53c3060bb49136_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f74e38e0539a523232472f6c01717c6c5617c42c84e09aee6b53c3060bb49136_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f9378202b902ceb1354cc4f58b2e2ced8323862ce6f143323f85ba4ecb5e1685_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f9378202b902ceb1354cc4f58b2e2ced8323862ce6f143323f85ba4ecb5e1685_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f9378202b902ceb1354cc4f58b2e2ced8323862ce6f143323f85ba4ecb5e1685_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:09a3a404f0211a44a1c5ca99672a2749fab329aece07af3073c564b52bef29eb_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:09a3a404f0211a44a1c5ca99672a2749fab329aece07af3073c564b52bef29eb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:09a3a404f0211a44a1c5ca99672a2749fab329aece07af3073c564b52bef29eb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3d470f79f26993da7b588adb5c6b5ad4d0d9f7d72723ab8c5f47490301ef60d5_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3d470f79f26993da7b588adb5c6b5ad4d0d9f7d72723ab8c5f47490301ef60d5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3d470f79f26993da7b588adb5c6b5ad4d0d9f7d72723ab8c5f47490301ef60d5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:96dad98ff7a5e3f5b97e1d85e387409dea8b68fe7554e3420fc1492613455e75_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:96dad98ff7a5e3f5b97e1d85e387409dea8b68fe7554e3420fc1492613455e75_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:96dad98ff7a5e3f5b97e1d85e387409dea8b68fe7554e3420fc1492613455e75_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ef9387bcc4963efa9c689a68a9d7429b8ed38afc3a0324d6768aaff1ec893216_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ef9387bcc4963efa9c689a68a9d7429b8ed38afc3a0324d6768aaff1ec893216_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ef9387bcc4963efa9c689a68a9d7429b8ed38afc3a0324d6768aaff1ec893216_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:486911b61b8e75c122935186c06b4727e8371eba9efce8f7829cd984d3bf2c72_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:486911b61b8e75c122935186c06b4727e8371eba9efce8f7829cd984d3bf2c72_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:486911b61b8e75c122935186c06b4727e8371eba9efce8f7829cd984d3bf2c72_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:cdbf77903c99fcbf1861940b2b6d91ab45461b057e7287366ceeda3eecfcdf8c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:cdbf77903c99fcbf1861940b2b6d91ab45461b057e7287366ceeda3eecfcdf8c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:cdbf77903c99fcbf1861940b2b6d91ab45461b057e7287366ceeda3eecfcdf8c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:320db78d1b6ba1723b6a51ea1949419023985f32f434ec5cf144bd001af97d7d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:320db78d1b6ba1723b6a51ea1949419023985f32f434ec5cf144bd001af97d7d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:320db78d1b6ba1723b6a51ea1949419023985f32f434ec5cf144bd001af97d7d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:373e267ba7ee413cb43c9eb609ae20c688b27207e152e42356af1bc26ded776c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:373e267ba7ee413cb43c9eb609ae20c688b27207e152e42356af1bc26ded776c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:373e267ba7ee413cb43c9eb609ae20c688b27207e152e42356af1bc26ded776c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6f0826d52562417858c5c1e48fd6e9f092db695debf0be4e03490f6c70f41771_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6f0826d52562417858c5c1e48fd6e9f092db695debf0be4e03490f6c70f41771_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6f0826d52562417858c5c1e48fd6e9f092db695debf0be4e03490f6c70f41771_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:98d6c0faf92316738d92dcd73181279f5e86aa0d3b612d76df13b89c9f07cf57_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:98d6c0faf92316738d92dcd73181279f5e86aa0d3b612d76df13b89c9f07cf57_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:98d6c0faf92316738d92dcd73181279f5e86aa0d3b612d76df13b89c9f07cf57_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:edbf78c7ef72b2d4f304abaeee6f5258fbe0c8324501eb88ed5cf42c5a4444d5_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:edbf78c7ef72b2d4f304abaeee6f5258fbe0c8324501eb88ed5cf42c5a4444d5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:edbf78c7ef72b2d4f304abaeee6f5258fbe0c8324501eb88ed5cf42c5a4444d5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:11f427638f7beafb14f93697ac6ec287c2e6b247ed26d7edd2efbe2447eff491_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:11f427638f7beafb14f93697ac6ec287c2e6b247ed26d7edd2efbe2447eff491_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:11f427638f7beafb14f93697ac6ec287c2e6b247ed26d7edd2efbe2447eff491_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:34ce1d804692ef492a975157b40c8c90936130e047a846cc2875c4d0b95503af_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:34ce1d804692ef492a975157b40c8c90936130e047a846cc2875c4d0b95503af_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:34ce1d804692ef492a975157b40c8c90936130e047a846cc2875c4d0b95503af_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a98f442617373a5862d915d4dad6878a53e5cff38ec03cb7f27c3f3e91f75cf3_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a98f442617373a5862d915d4dad6878a53e5cff38ec03cb7f27c3f3e91f75cf3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a98f442617373a5862d915d4dad6878a53e5cff38ec03cb7f27c3f3e91f75cf3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cd9ee1dc64badca69a5aa6519d2b952b4d542160cc2cee970c499d67daf758ff_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cd9ee1dc64badca69a5aa6519d2b952b4d542160cc2cee970c499d67daf758ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cd9ee1dc64badca69a5aa6519d2b952b4d542160cc2cee970c499d67daf758ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:007bc9793a3de6738670ea13750957fddb35ce26a760b09076bf271611dc1746_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:007bc9793a3de6738670ea13750957fddb35ce26a760b09076bf271611dc1746_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:007bc9793a3de6738670ea13750957fddb35ce26a760b09076bf271611dc1746_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:96d9062dc752925cd30753277c4d5993e24f7a14c3d4c5b87261cbbd3b22add1_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:96d9062dc752925cd30753277c4d5993e24f7a14c3d4c5b87261cbbd3b22add1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:96d9062dc752925cd30753277c4d5993e24f7a14c3d4c5b87261cbbd3b22add1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0d112d71692414ea3e30c71ed4d2130fa213adb6f152d52400dd3ce8d206bc1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0d112d71692414ea3e30c71ed4d2130fa213adb6f152d52400dd3ce8d206bc1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0d112d71692414ea3e30c71ed4d2130fa213adb6f152d52400dd3ce8d206bc1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cba608ab4d269f75e2404f3728f492b83a6babb2c0a486f13a2ed2b4eb37d548_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cba608ab4d269f75e2404f3728f492b83a6babb2c0a486f13a2ed2b4eb37d548_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cba608ab4d269f75e2404f3728f492b83a6babb2c0a486f13a2ed2b4eb37d548_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:02a280b798b4c457a6d18c50a6ec77c1d3da0f89d6949332ecf2ad7e87dffd77_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:02a280b798b4c457a6d18c50a6ec77c1d3da0f89d6949332ecf2ad7e87dffd77_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:02a280b798b4c457a6d18c50a6ec77c1d3da0f89d6949332ecf2ad7e87dffd77_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:09bab94f68b68ec97249a7a70deed05442f2f0418791476095fc26a9516551bb_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:09bab94f68b68ec97249a7a70deed05442f2f0418791476095fc26a9516551bb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:09bab94f68b68ec97249a7a70deed05442f2f0418791476095fc26a9516551bb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:38c5894ef06e695fa2acf7b718cc00b785778a85ac7dfea4df434a9cfbe667ca_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:38c5894ef06e695fa2acf7b718cc00b785778a85ac7dfea4df434a9cfbe667ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:38c5894ef06e695fa2acf7b718cc00b785778a85ac7dfea4df434a9cfbe667ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3dd40f617959356fa2f259d195628cd7330e79b2ea77f88c9530e7526aa03909_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3dd40f617959356fa2f259d195628cd7330e79b2ea77f88c9530e7526aa03909_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3dd40f617959356fa2f259d195628cd7330e79b2ea77f88c9530e7526aa03909_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1fd1ba8157da909d629ddfc811c7ed94a2c3e8d7cfcba0e5e487d918f0911ae3_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1fd1ba8157da909d629ddfc811c7ed94a2c3e8d7cfcba0e5e487d918f0911ae3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1fd1ba8157da909d629ddfc811c7ed94a2c3e8d7cfcba0e5e487d918f0911ae3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:68f8f8aaa4d16a68f12c9d95337b749c4468513057159e767329a243c2213e5f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:68f8f8aaa4d16a68f12c9d95337b749c4468513057159e767329a243c2213e5f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:68f8f8aaa4d16a68f12c9d95337b749c4468513057159e767329a243c2213e5f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e0f06060e323ea0100415d8423e57c4beac4cee5fa120d74227b7b4095cc996_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e0f06060e323ea0100415d8423e57c4beac4cee5fa120d74227b7b4095cc996_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e0f06060e323ea0100415d8423e57c4beac4cee5fa120d74227b7b4095cc996_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:daa865e7ffd9b6c2b3b5c996358cb5259dddf66f17318359601eebc9a074962c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:daa865e7ffd9b6c2b3b5c996358cb5259dddf66f17318359601eebc9a074962c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:daa865e7ffd9b6c2b3b5c996358cb5259dddf66f17318359601eebc9a074962c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0642ac1cb901f1c6573106f7574c760aeac07946a1c058f94e1f0f13ddc21f81_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0642ac1cb901f1c6573106f7574c760aeac07946a1c058f94e1f0f13ddc21f81_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0642ac1cb901f1c6573106f7574c760aeac07946a1c058f94e1f0f13ddc21f81_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d75f8fb713c311b5cff23d890214d9e5a16ec25875f7c5221d1bbb5839bdeb6b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d75f8fb713c311b5cff23d890214d9e5a16ec25875f7c5221d1bbb5839bdeb6b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d75f8fb713c311b5cff23d890214d9e5a16ec25875f7c5221d1bbb5839bdeb6b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e81037d3b7cec79239dacefe093b8d9b1d826dbf05f0b6f72b263b058a6d588b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e81037d3b7cec79239dacefe093b8d9b1d826dbf05f0b6f72b263b058a6d588b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e81037d3b7cec79239dacefe093b8d9b1d826dbf05f0b6f72b263b058a6d588b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:efd6be9172c4cd3022f1895349dc0985c9d93b2c59f28ea25a756d757dbb3fc0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:efd6be9172c4cd3022f1895349dc0985c9d93b2c59f28ea25a756d757dbb3fc0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:efd6be9172c4cd3022f1895349dc0985c9d93b2c59f28ea25a756d757dbb3fc0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3e8335863602ce35ad246a5eea083ce009f0092b8ee950f0dd69807bc87a433c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3e8335863602ce35ad246a5eea083ce009f0092b8ee950f0dd69807bc87a433c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3e8335863602ce35ad246a5eea083ce009f0092b8ee950f0dd69807bc87a433c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:45dd40da8a2d926265b9a09bdf3fc63759c33adae45ec55de3601359645ab166_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:45dd40da8a2d926265b9a09bdf3fc63759c33adae45ec55de3601359645ab166_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:45dd40da8a2d926265b9a09bdf3fc63759c33adae45ec55de3601359645ab166_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:60c830d32950726f53725511d28564322dcbfa351998ce67783cef1d8ae2293e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:60c830d32950726f53725511d28564322dcbfa351998ce67783cef1d8ae2293e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:60c830d32950726f53725511d28564322dcbfa351998ce67783cef1d8ae2293e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:98cb5df12c6825b126baccac184ace907769cc55b736c9a9df733512dfab966c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:98cb5df12c6825b126baccac184ace907769cc55b736c9a9df733512dfab966c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:98cb5df12c6825b126baccac184ace907769cc55b736c9a9df733512dfab966c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:35476646a41ff39aef072f9ddc168c1516a4be8051af414efeb466486a66997f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:35476646a41ff39aef072f9ddc168c1516a4be8051af414efeb466486a66997f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:35476646a41ff39aef072f9ddc168c1516a4be8051af414efeb466486a66997f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9b2ac5c38a95ffda2bb6e40d0168d94183e7cad2da02cc3daecbb7e790b6f93e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9b2ac5c38a95ffda2bb6e40d0168d94183e7cad2da02cc3daecbb7e790b6f93e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9b2ac5c38a95ffda2bb6e40d0168d94183e7cad2da02cc3daecbb7e790b6f93e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ddca08d53910252a6b7e157fd1ba4482d983f3db381b53d6f6d6eaff75a831c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ddca08d53910252a6b7e157fd1ba4482d983f3db381b53d6f6d6eaff75a831c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ddca08d53910252a6b7e157fd1ba4482d983f3db381b53d6f6d6eaff75a831c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d98189962487975bb648a186f21c7cb913d5687b26a533c6229d5b996adc2a30_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d98189962487975bb648a186f21c7cb913d5687b26a533c6229d5b996adc2a30_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d98189962487975bb648a186f21c7cb913d5687b26a533c6229d5b996adc2a30_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:12df6988ba07897fa7002742d822364869db98148387bc254c773f6cf6aab361_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:12df6988ba07897fa7002742d822364869db98148387bc254c773f6cf6aab361_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:12df6988ba07897fa7002742d822364869db98148387bc254c773f6cf6aab361_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b36f75ab417ade94575a84022a86fb9e668c7cc123174225b433ad8fa8754dce_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b36f75ab417ade94575a84022a86fb9e668c7cc123174225b433ad8fa8754dce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b36f75ab417ade94575a84022a86fb9e668c7cc123174225b433ad8fa8754dce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cb7af29983abc2400722359c181490cd621b6368142e01d5cda987abfaf09330_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cb7af29983abc2400722359c181490cd621b6368142e01d5cda987abfaf09330_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cb7af29983abc2400722359c181490cd621b6368142e01d5cda987abfaf09330_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d784909ed30a2e03bdc1e565120d081f86402352e770e232f2705726d9ee096b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d784909ed30a2e03bdc1e565120d081f86402352e770e232f2705726d9ee096b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d784909ed30a2e03bdc1e565120d081f86402352e770e232f2705726d9ee096b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9041f7f0ad16c7f084cb2fe0ad3fe216e9478f1de4bc8667d879622007467c52_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9041f7f0ad16c7f084cb2fe0ad3fe216e9478f1de4bc8667d879622007467c52_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9041f7f0ad16c7f084cb2fe0ad3fe216e9478f1de4bc8667d879622007467c52_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9340544c0990f8c07aa9e012a94b225baf4579f49530564fed3c9c70e739403c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9340544c0990f8c07aa9e012a94b225baf4579f49530564fed3c9c70e739403c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9340544c0990f8c07aa9e012a94b225baf4579f49530564fed3c9c70e739403c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a00fd45e668449c41c4967c4846741e2781008d11f1580b871be51e4df138a90_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a00fd45e668449c41c4967c4846741e2781008d11f1580b871be51e4df138a90_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a00fd45e668449c41c4967c4846741e2781008d11f1580b871be51e4df138a90_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a262e0c68a133a100ed375316b8ed98c673aff2cfab700aad88271d538a3a773_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a262e0c68a133a100ed375316b8ed98c673aff2cfab700aad88271d538a3a773_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a262e0c68a133a100ed375316b8ed98c673aff2cfab700aad88271d538a3a773_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:013763be2a50efd0f42637f99eb5cc21d8ebdf18c12490c9bc742206ebda3ad0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:013763be2a50efd0f42637f99eb5cc21d8ebdf18c12490c9bc742206ebda3ad0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:013763be2a50efd0f42637f99eb5cc21d8ebdf18c12490c9bc742206ebda3ad0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:22a5c5b08e789b28881dec527170da8209c98fb810250b3554abf923c4ad5fff_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:22a5c5b08e789b28881dec527170da8209c98fb810250b3554abf923c4ad5fff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:22a5c5b08e789b28881dec527170da8209c98fb810250b3554abf923c4ad5fff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:57c77c8019c72b83f6c856347bba0840cf910c283eaf70a3e43afb86864a39dc_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:57c77c8019c72b83f6c856347bba0840cf910c283eaf70a3e43afb86864a39dc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:57c77c8019c72b83f6c856347bba0840cf910c283eaf70a3e43afb86864a39dc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:71252be092a8333981aff76f5299610b42190cb17797af1a63995c287fe1152a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:71252be092a8333981aff76f5299610b42190cb17797af1a63995c287fe1152a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:71252be092a8333981aff76f5299610b42190cb17797af1a63995c287fe1152a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1816a6bfec19873a742fe09afff825bb6f550e7696aebbeb98311784efa8e397_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1816a6bfec19873a742fe09afff825bb6f550e7696aebbeb98311784efa8e397_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1816a6bfec19873a742fe09afff825bb6f550e7696aebbeb98311784efa8e397_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:89c0047544a6cdd3674b84b045d10dbbb4e24a9f202c4c48eca1ea9610ac5a87_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:89c0047544a6cdd3674b84b045d10dbbb4e24a9f202c4c48eca1ea9610ac5a87_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:89c0047544a6cdd3674b84b045d10dbbb4e24a9f202c4c48eca1ea9610ac5a87_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8efac63aae37701ad39598bee831b7ab5a4adfdd3a92d04f723c68d1166ffb31_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8efac63aae37701ad39598bee831b7ab5a4adfdd3a92d04f723c68d1166ffb31_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8efac63aae37701ad39598bee831b7ab5a4adfdd3a92d04f723c68d1166ffb31_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bc33cb9097e3ac41f2ae10ced3d22f468f7427ff3ed57f06d4093d2c797399e0_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bc33cb9097e3ac41f2ae10ced3d22f468f7427ff3ed57f06d4093d2c797399e0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bc33cb9097e3ac41f2ae10ced3d22f468f7427ff3ed57f06d4093d2c797399e0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:142b32c53f363694d8e037a3e0ae82bcd1e05cfaaf3492396ec79b7c6d859d6c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:142b32c53f363694d8e037a3e0ae82bcd1e05cfaaf3492396ec79b7c6d859d6c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:142b32c53f363694d8e037a3e0ae82bcd1e05cfaaf3492396ec79b7c6d859d6c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2864a2ed84fb3a8e75922a97ce9b01144b45060757e37c77d4e2af156a70f9c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2864a2ed84fb3a8e75922a97ce9b01144b45060757e37c77d4e2af156a70f9c6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2864a2ed84fb3a8e75922a97ce9b01144b45060757e37c77d4e2af156a70f9c6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:74fb8850cc2a17f07470999ee754a8c7c4b5d8e70b936935ed37faad7d135e9a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:74fb8850cc2a17f07470999ee754a8c7c4b5d8e70b936935ed37faad7d135e9a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:74fb8850cc2a17f07470999ee754a8c7c4b5d8e70b936935ed37faad7d135e9a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:767c66258eec0215094cf26db159ae778e1b41f0e8a2fc497e2aa6496709aaa0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:767c66258eec0215094cf26db159ae778e1b41f0e8a2fc497e2aa6496709aaa0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:767c66258eec0215094cf26db159ae778e1b41f0e8a2fc497e2aa6496709aaa0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:14706e182451c4f95b61ba798bbfe0a90c1cbd65dec24808cb27f7794004548f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:14706e182451c4f95b61ba798bbfe0a90c1cbd65dec24808cb27f7794004548f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:14706e182451c4f95b61ba798bbfe0a90c1cbd65dec24808cb27f7794004548f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bb24d5d70c202b04a8cf65bf217c8b91507f175eba8a23b4101967dd6d2c278_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bb24d5d70c202b04a8cf65bf217c8b91507f175eba8a23b4101967dd6d2c278_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bb24d5d70c202b04a8cf65bf217c8b91507f175eba8a23b4101967dd6d2c278_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:aff446d777c5efdd99ee146eccad6d2509d68852f790750a7f6b50ae2cf36186_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:aff446d777c5efdd99ee146eccad6d2509d68852f790750a7f6b50ae2cf36186_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:aff446d777c5efdd99ee146eccad6d2509d68852f790750a7f6b50ae2cf36186_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f4cfad2c4d47ca9f60c43ce08da894876103834e30c7bce2858d2de478eda406_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f4cfad2c4d47ca9f60c43ce08da894876103834e30c7bce2858d2de478eda406_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f4cfad2c4d47ca9f60c43ce08da894876103834e30c7bce2858d2de478eda406_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1ddd080e1e7c8acf32a5b313a1630f56fefaf4fcd40e84cee698e3f96c518e66_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1ddd080e1e7c8acf32a5b313a1630f56fefaf4fcd40e84cee698e3f96c518e66_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1ddd080e1e7c8acf32a5b313a1630f56fefaf4fcd40e84cee698e3f96c518e66_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3b2971134874f759c4faf03b8c48009052f35e5829c4e1054b491b710130c93a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3b2971134874f759c4faf03b8c48009052f35e5829c4e1054b491b710130c93a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3b2971134874f759c4faf03b8c48009052f35e5829c4e1054b491b710130c93a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:67be2dc0394d1d8043f5e4e4712af78aedf9cea5031fd3c8e2342c1cbcb898dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:67be2dc0394d1d8043f5e4e4712af78aedf9cea5031fd3c8e2342c1cbcb898dd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:67be2dc0394d1d8043f5e4e4712af78aedf9cea5031fd3c8e2342c1cbcb898dd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a4c6ef8049e4cae2db1076c1fe9652e5e463e475c2e47ae57cadac77b85c1b3a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a4c6ef8049e4cae2db1076c1fe9652e5e463e475c2e47ae57cadac77b85c1b3a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a4c6ef8049e4cae2db1076c1fe9652e5e463e475c2e47ae57cadac77b85c1b3a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:806b48a15ebfda0e8722f8155488d90a481c51951697ad7350e8dc117d612419_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:806b48a15ebfda0e8722f8155488d90a481c51951697ad7350e8dc117d612419_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:806b48a15ebfda0e8722f8155488d90a481c51951697ad7350e8dc117d612419_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:93b726684de640f9988213465d572c14c2d41746bb9b1fc05fbc2053a89d63d4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:93b726684de640f9988213465d572c14c2d41746bb9b1fc05fbc2053a89d63d4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:93b726684de640f9988213465d572c14c2d41746bb9b1fc05fbc2053a89d63d4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a1e7407b4f0c1eb0013a8edbad29db77e67ec9564c458826423d5b2de2869a7d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a1e7407b4f0c1eb0013a8edbad29db77e67ec9564c458826423d5b2de2869a7d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a1e7407b4f0c1eb0013a8edbad29db77e67ec9564c458826423d5b2de2869a7d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f9ab0ee59be6d9b949deb5c155917db98eaf052cfacf5ef27e63d6b791dc1cbd_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f9ab0ee59be6d9b949deb5c155917db98eaf052cfacf5ef27e63d6b791dc1cbd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f9ab0ee59be6d9b949deb5c155917db98eaf052cfacf5ef27e63d6b791dc1cbd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:cc958c954099b1f3837c0f42d7876dc5a65389e28635dc1ab1d31b7c9ed42eba_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:cc958c954099b1f3837c0f42d7876dc5a65389e28635dc1ab1d31b7c9ed42eba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:cc958c954099b1f3837c0f42d7876dc5a65389e28635dc1ab1d31b7c9ed42eba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8d5da449175d5eef48240f1e01c67bc7413a183f9dc8c19e593682f114e18369_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8d5da449175d5eef48240f1e01c67bc7413a183f9dc8c19e593682f114e18369_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8d5da449175d5eef48240f1e01c67bc7413a183f9dc8c19e593682f114e18369_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:08debd7c61f7813b3b7151858b9af4b9bc04d07eea44265b74e6df5598c2eb15_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:08debd7c61f7813b3b7151858b9af4b9bc04d07eea44265b74e6df5598c2eb15_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:08debd7c61f7813b3b7151858b9af4b9bc04d07eea44265b74e6df5598c2eb15_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5f5f658af27805746d73e6f4302dd5064366795dc9db5d9f558916f98f5b6988_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5f5f658af27805746d73e6f4302dd5064366795dc9db5d9f558916f98f5b6988_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5f5f658af27805746d73e6f4302dd5064366795dc9db5d9f558916f98f5b6988_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:892ec77abb5c8460303b76ec99d9ad6db103993c024ad348eb0c61bbeed27562_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:892ec77abb5c8460303b76ec99d9ad6db103993c024ad348eb0c61bbeed27562_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:892ec77abb5c8460303b76ec99d9ad6db103993c024ad348eb0c61bbeed27562_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb7d53422af0058a6458a0082778d7b80fbd96d848f730d6cc2b1ef1fe8378ce_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb7d53422af0058a6458a0082778d7b80fbd96d848f730d6cc2b1ef1fe8378ce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb7d53422af0058a6458a0082778d7b80fbd96d848f730d6cc2b1ef1fe8378ce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:00ebbe8646b24d21a488bf4020b71e0ee5bb6f4d8d0a997541b3b3240da27ded_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:00ebbe8646b24d21a488bf4020b71e0ee5bb6f4d8d0a997541b3b3240da27ded_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:00ebbe8646b24d21a488bf4020b71e0ee5bb6f4d8d0a997541b3b3240da27ded_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1d990a3975d37d242fcb265d3b051f219bbd26254f56b46ec9c7e147f8ca8678_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1d990a3975d37d242fcb265d3b051f219bbd26254f56b46ec9c7e147f8ca8678_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1d990a3975d37d242fcb265d3b051f219bbd26254f56b46ec9c7e147f8ca8678_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:507429b46f02b262592c5fd9916f20da576a396b51d903750c0b5ae7c72d13a0_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:507429b46f02b262592c5fd9916f20da576a396b51d903750c0b5ae7c72d13a0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:507429b46f02b262592c5fd9916f20da576a396b51d903750c0b5ae7c72d13a0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9a19c19be8a50c2d794b647aec3c592730c75ad06217fafd8ed4b11b7eb5762b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9a19c19be8a50c2d794b647aec3c592730c75ad06217fafd8ed4b11b7eb5762b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9a19c19be8a50c2d794b647aec3c592730c75ad06217fafd8ed4b11b7eb5762b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0c688c7488737c51d255ca31090f6795da41e5fa3348c015856d622909d36c72_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0c688c7488737c51d255ca31090f6795da41e5fa3348c015856d622909d36c72_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0c688c7488737c51d255ca31090f6795da41e5fa3348c015856d622909d36c72_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1e88b21782ccea906becc06bc88ca25088b66e7e474a79e2d5d93db2d83023e7_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1e88b21782ccea906becc06bc88ca25088b66e7e474a79e2d5d93db2d83023e7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1e88b21782ccea906becc06bc88ca25088b66e7e474a79e2d5d93db2d83023e7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4457d82d81a322820a2424185a7e9f05e9c2b45042f6aefd34740406f07abcdd_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4457d82d81a322820a2424185a7e9f05e9c2b45042f6aefd34740406f07abcdd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4457d82d81a322820a2424185a7e9f05e9c2b45042f6aefd34740406f07abcdd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:af3bddc8b160b3959a4c78f297acfe0565e790ebb1354202bfee505640d56736_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:af3bddc8b160b3959a4c78f297acfe0565e790ebb1354202bfee505640d56736_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:af3bddc8b160b3959a4c78f297acfe0565e790ebb1354202bfee505640d56736_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4182b34853de62c1e8e4aa4ed1dbebf6b597f86cd9291697e512ac1996b81f3f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4182b34853de62c1e8e4aa4ed1dbebf6b597f86cd9291697e512ac1996b81f3f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4182b34853de62c1e8e4aa4ed1dbebf6b597f86cd9291697e512ac1996b81f3f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9268c1d0fa4f5f00b6d0fee990c754f55acb80efaa8d267d5196735302cb219b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9268c1d0fa4f5f00b6d0fee990c754f55acb80efaa8d267d5196735302cb219b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9268c1d0fa4f5f00b6d0fee990c754f55acb80efaa8d267d5196735302cb219b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d3cd1417108e10bc782552970f119812a447237dc7c4bbef5da96cf86a5171ba_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d3cd1417108e10bc782552970f119812a447237dc7c4bbef5da96cf86a5171ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d3cd1417108e10bc782552970f119812a447237dc7c4bbef5da96cf86a5171ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f626cd22bf9c9b67e99522447039638e4c8ce39756d68600c52fd173e514da87_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f626cd22bf9c9b67e99522447039638e4c8ce39756d68600c52fd173e514da87_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f626cd22bf9c9b67e99522447039638e4c8ce39756d68600c52fd173e514da87_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a7464c063b04db2a515c81cf4ad13db3ce94c936cbc5cffc710b9ec407e0c45_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a7464c063b04db2a515c81cf4ad13db3ce94c936cbc5cffc710b9ec407e0c45_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a7464c063b04db2a515c81cf4ad13db3ce94c936cbc5cffc710b9ec407e0c45_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:86aeee81ec76ba3a4b65000d9f9097ce2ff13ff84346fef869bafb86ae447731_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:86aeee81ec76ba3a4b65000d9f9097ce2ff13ff84346fef869bafb86ae447731_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:86aeee81ec76ba3a4b65000d9f9097ce2ff13ff84346fef869bafb86ae447731_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a906a0d6bb3320a5ba360d54591fadf12445e587d6701ce92734ada703a57c27_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a906a0d6bb3320a5ba360d54591fadf12445e587d6701ce92734ada703a57c27_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a906a0d6bb3320a5ba360d54591fadf12445e587d6701ce92734ada703a57c27_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ea775328601453d6232efb25ab5666dea264037104e7be017c3bb14596a5a09f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ea775328601453d6232efb25ab5666dea264037104e7be017c3bb14596a5a09f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ea775328601453d6232efb25ab5666dea264037104e7be017c3bb14596a5a09f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ab5e76c192e880195e0866154536be7bbe0b5f8c98fbc019e6ce572777c5b09_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ab5e76c192e880195e0866154536be7bbe0b5f8c98fbc019e6ce572777c5b09_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ab5e76c192e880195e0866154536be7bbe0b5f8c98fbc019e6ce572777c5b09_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8b134adae6f75184ed5c57ec2843b76886d36824c58c7b609751e98efbd26f9a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8b134adae6f75184ed5c57ec2843b76886d36824c58c7b609751e98efbd26f9a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8b134adae6f75184ed5c57ec2843b76886d36824c58c7b609751e98efbd26f9a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a52763a79a50764d25cc221810c1f34d4168fe48b145c0bc4cae2a2ffa41893b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a52763a79a50764d25cc221810c1f34d4168fe48b145c0bc4cae2a2ffa41893b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a52763a79a50764d25cc221810c1f34d4168fe48b145c0bc4cae2a2ffa41893b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b7dfe8fd21f03e241e37672fd6b056c716d62dadee72716d10800aeb256b878c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b7dfe8fd21f03e241e37672fd6b056c716d62dadee72716d10800aeb256b878c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b7dfe8fd21f03e241e37672fd6b056c716d62dadee72716d10800aeb256b878c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:21bcaeabd8595666b46edd0b3ca33a031e4541079be67b1a128f3445d60f7aec_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:21bcaeabd8595666b46edd0b3ca33a031e4541079be67b1a128f3445d60f7aec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:21bcaeabd8595666b46edd0b3ca33a031e4541079be67b1a128f3445d60f7aec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3172fc318303c88eeb816481baf2013ce141ee6ea060be84175da3e782337fea_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3172fc318303c88eeb816481baf2013ce141ee6ea060be84175da3e782337fea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3172fc318303c88eeb816481baf2013ce141ee6ea060be84175da3e782337fea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:879d84aa921d197ecfaacb72db873a8f02d9ace42c7e62218d77f679309bc319_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:879d84aa921d197ecfaacb72db873a8f02d9ace42c7e62218d77f679309bc319_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:879d84aa921d197ecfaacb72db873a8f02d9ace42c7e62218d77f679309bc319_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9a42409dbfee768b9f85ac624cb344269b2752e89ffe9b1f90995604fc6aef00_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9a42409dbfee768b9f85ac624cb344269b2752e89ffe9b1f90995604fc6aef00_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9a42409dbfee768b9f85ac624cb344269b2752e89ffe9b1f90995604fc6aef00_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3671e42dfbb3810f7d9154137e779ae50674d0e9b45e124a73d95478cf0a99b6_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3671e42dfbb3810f7d9154137e779ae50674d0e9b45e124a73d95478cf0a99b6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3671e42dfbb3810f7d9154137e779ae50674d0e9b45e124a73d95478cf0a99b6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:386ec95060a77d2d73a5968875dd791f2fe7b8b0f6c6d47f86fde271a007e983_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:386ec95060a77d2d73a5968875dd791f2fe7b8b0f6c6d47f86fde271a007e983_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:386ec95060a77d2d73a5968875dd791f2fe7b8b0f6c6d47f86fde271a007e983_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6e9ae4c9df5cd6811d3c05acc4a15fb86259427ccbf22d567029a37228ccd5c3_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6e9ae4c9df5cd6811d3c05acc4a15fb86259427ccbf22d567029a37228ccd5c3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6e9ae4c9df5cd6811d3c05acc4a15fb86259427ccbf22d567029a37228ccd5c3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6b80d57abfc466bcde56a0f5147ab378b36a0c00dd7c5755d985edd56661016_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6b80d57abfc466bcde56a0f5147ab378b36a0c00dd7c5755d985edd56661016_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6b80d57abfc466bcde56a0f5147ab378b36a0c00dd7c5755d985edd56661016_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ad2c0ee88a9724a4ec5b53503df32810dc73a4f38685e14815e4f0468dccdc_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ad2c0ee88a9724a4ec5b53503df32810dc73a4f38685e14815e4f0468dccdc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ad2c0ee88a9724a4ec5b53503df32810dc73a4f38685e14815e4f0468dccdc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3342acc23f8f3757d73094849d949e5eec0132d8981fdcd01603f0099af4a17a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3342acc23f8f3757d73094849d949e5eec0132d8981fdcd01603f0099af4a17a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3342acc23f8f3757d73094849d949e5eec0132d8981fdcd01603f0099af4a17a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:72413b4d27b0e896dec998182c4c2c3c501045254df254b75527f10d7aab3e48_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:72413b4d27b0e896dec998182c4c2c3c501045254df254b75527f10d7aab3e48_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:72413b4d27b0e896dec998182c4c2c3c501045254df254b75527f10d7aab3e48_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:79ad6ae13e6a7072a38644b1ebf5b67318fb04067d329ac5f6108e493b571d58_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:79ad6ae13e6a7072a38644b1ebf5b67318fb04067d329ac5f6108e493b571d58_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:79ad6ae13e6a7072a38644b1ebf5b67318fb04067d329ac5f6108e493b571d58_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:68025f170de2464bf46d4fbe6e7d9cdaf58f9ef43a291c2e311f295cecc00901_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:68025f170de2464bf46d4fbe6e7d9cdaf58f9ef43a291c2e311f295cecc00901_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:68025f170de2464bf46d4fbe6e7d9cdaf58f9ef43a291c2e311f295cecc00901_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:73ad5ad7112f00a1ef64402ff1e4782191887e7c806fd2251bedd0e8c0f002db_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:73ad5ad7112f00a1ef64402ff1e4782191887e7c806fd2251bedd0e8c0f002db_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:73ad5ad7112f00a1ef64402ff1e4782191887e7c806fd2251bedd0e8c0f002db_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:d4bd66cc6323876242247ccb70e60906cf79e73d31124f0cc8c1006437459b9b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:d4bd66cc6323876242247ccb70e60906cf79e73d31124f0cc8c1006437459b9b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:d4bd66cc6323876242247ccb70e60906cf79e73d31124f0cc8c1006437459b9b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e81106354bf74736749fc24012c8e4bfa7281879fdda598e3327c9c0c52bb3fa_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e81106354bf74736749fc24012c8e4bfa7281879fdda598e3327c9c0c52bb3fa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e81106354bf74736749fc24012c8e4bfa7281879fdda598e3327c9c0c52bb3fa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8e8924f26586ad6207b8f5903dc30af128e9e8503b05010ff0c98e214ed51ddf_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8e8924f26586ad6207b8f5903dc30af128e9e8503b05010ff0c98e214ed51ddf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8e8924f26586ad6207b8f5903dc30af128e9e8503b05010ff0c98e214ed51ddf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:90db58690c68927ea26fe9b9434fa474bac70f8ead720ba1f5bdffac029c8d0c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:90db58690c68927ea26fe9b9434fa474bac70f8ead720ba1f5bdffac029c8d0c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:90db58690c68927ea26fe9b9434fa474bac70f8ead720ba1f5bdffac029c8d0c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:96f81dd61b80bd0d5c99ac9c7c60ff820329e739b907ca44c2155efe225f9afb_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:96f81dd61b80bd0d5c99ac9c7c60ff820329e739b907ca44c2155efe225f9afb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:96f81dd61b80bd0d5c99ac9c7c60ff820329e739b907ca44c2155efe225f9afb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d546f4f4477ce8c908418e79a08705d32becb71c83fc748568b31b412677803e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d546f4f4477ce8c908418e79a08705d32becb71c83fc748568b31b412677803e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d546f4f4477ce8c908418e79a08705d32becb71c83fc748568b31b412677803e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:00a2826cfae155a2cdaa1976c1801158dc9cd6cfc479a57a65e5b91dc2525a30_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:00a2826cfae155a2cdaa1976c1801158dc9cd6cfc479a57a65e5b91dc2525a30_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:00a2826cfae155a2cdaa1976c1801158dc9cd6cfc479a57a65e5b91dc2525a30_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0ce48134847ba67e970651368d699e1e7a10e10e2ed6ab6467c9d184ab599484_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0ce48134847ba67e970651368d699e1e7a10e10e2ed6ab6467c9d184ab599484_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0ce48134847ba67e970651368d699e1e7a10e10e2ed6ab6467c9d184ab599484_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1659ff076546ed12ba6a737c8ad879ccb0ee7c1b9bb9bd58093b4f6ff9f333eb_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1659ff076546ed12ba6a737c8ad879ccb0ee7c1b9bb9bd58093b4f6ff9f333eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1659ff076546ed12ba6a737c8ad879ccb0ee7c1b9bb9bd58093b4f6ff9f333eb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ebff43b9f30c8a53c7f63f05e04b381aaaa5654f8b67ebc88c369b1d599f276f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ebff43b9f30c8a53c7f63f05e04b381aaaa5654f8b67ebc88c369b1d599f276f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ebff43b9f30c8a53c7f63f05e04b381aaaa5654f8b67ebc88c369b1d599f276f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:18a60158bd67abf2fcb71cbfd524863b7c67d2c94b3f52a56753eff2e16275e0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:18a60158bd67abf2fcb71cbfd524863b7c67d2c94b3f52a56753eff2e16275e0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:18a60158bd67abf2fcb71cbfd524863b7c67d2c94b3f52a56753eff2e16275e0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2ffdb8e761c3c52d419c064651541dc0f4b6e36c00b8f72b34fb437df8404416_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2ffdb8e761c3c52d419c064651541dc0f4b6e36c00b8f72b34fb437df8404416_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2ffdb8e761c3c52d419c064651541dc0f4b6e36c00b8f72b34fb437df8404416_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:397024bdbb37bb9cb2b1d8c44e6558b61cb9485a7e6603cabf58ae7d44092291_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:397024bdbb37bb9cb2b1d8c44e6558b61cb9485a7e6603cabf58ae7d44092291_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:397024bdbb37bb9cb2b1d8c44e6558b61cb9485a7e6603cabf58ae7d44092291_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8bc84a9d21c84704e7ae4c0c234b3f5e9edbffc1bd54adcf60d4a8e09d672927_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8bc84a9d21c84704e7ae4c0c234b3f5e9edbffc1bd54adcf60d4a8e09d672927_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8bc84a9d21c84704e7ae4c0c234b3f5e9edbffc1bd54adcf60d4a8e09d672927_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2a414fbe968023f0b08d783918005c959e0556abeebf0a7eab43267ff484a388_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2a414fbe968023f0b08d783918005c959e0556abeebf0a7eab43267ff484a388_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2a414fbe968023f0b08d783918005c959e0556abeebf0a7eab43267ff484a388_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9fd74bd9bad7167de3ff9b41aa42aa1b2ae6631d29db10a6c7b3d1a5f8258e2f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9fd74bd9bad7167de3ff9b41aa42aa1b2ae6631d29db10a6c7b3d1a5f8258e2f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9fd74bd9bad7167de3ff9b41aa42aa1b2ae6631d29db10a6c7b3d1a5f8258e2f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a1d4cf42bceb3e6a4815dc7f665a3a577d6fe06db8f9eaec973da25a81f20344_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a1d4cf42bceb3e6a4815dc7f665a3a577d6fe06db8f9eaec973da25a81f20344_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a1d4cf42bceb3e6a4815dc7f665a3a577d6fe06db8f9eaec973da25a81f20344_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e0383d61bc63755430d3b4fa1a3824752e3d7dbdac910089293b25e7e9bc5dab_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e0383d61bc63755430d3b4fa1a3824752e3d7dbdac910089293b25e7e9bc5dab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e0383d61bc63755430d3b4fa1a3824752e3d7dbdac910089293b25e7e9bc5dab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:21392184df64cde99256e947da7ef0fd360b0ef627c1adf0f92b7e5a2f01e8ad_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:21392184df64cde99256e947da7ef0fd360b0ef627c1adf0f92b7e5a2f01e8ad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:21392184df64cde99256e947da7ef0fd360b0ef627c1adf0f92b7e5a2f01e8ad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5c0f78a1187bf51bc6b296f6452ebb59e13190d7868b0631df62bc65cec09a5e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5c0f78a1187bf51bc6b296f6452ebb59e13190d7868b0631df62bc65cec09a5e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5c0f78a1187bf51bc6b296f6452ebb59e13190d7868b0631df62bc65cec09a5e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9371d1185a2f239e486c36ce1d77971338d28260fc1e2a41390fb170b2993c83_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9371d1185a2f239e486c36ce1d77971338d28260fc1e2a41390fb170b2993c83_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9371d1185a2f239e486c36ce1d77971338d28260fc1e2a41390fb170b2993c83_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f183f1113710e8a3968abb6e8a93a4a5621ad3446f5962581e944058a504eae0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f183f1113710e8a3968abb6e8a93a4a5621ad3446f5962581e944058a504eae0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f183f1113710e8a3968abb6e8a93a4a5621ad3446f5962581e944058a504eae0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:533fa6bd60a602bb48db2cbb3dab2d6bbb31a644ad15c76fa75ef6cebb5df5d9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:533fa6bd60a602bb48db2cbb3dab2d6bbb31a644ad15c76fa75ef6cebb5df5d9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:533fa6bd60a602bb48db2cbb3dab2d6bbb31a644ad15c76fa75ef6cebb5df5d9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7f1364e8f6ef6618039ccc63dcb9d79fe73fedcf404b2c8f828d1e9eeaccc167_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7f1364e8f6ef6618039ccc63dcb9d79fe73fedcf404b2c8f828d1e9eeaccc167_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7f1364e8f6ef6618039ccc63dcb9d79fe73fedcf404b2c8f828d1e9eeaccc167_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a8ae4cd3710f2a342bf936124105d1f6f3a110cfce2d3c1a81962b22d2e238e6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a8ae4cd3710f2a342bf936124105d1f6f3a110cfce2d3c1a81962b22d2e238e6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a8ae4cd3710f2a342bf936124105d1f6f3a110cfce2d3c1a81962b22d2e238e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0876b2485bba3c6b51a0084237a10b17cbc660663eafef423c56419f19a169d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0876b2485bba3c6b51a0084237a10b17cbc660663eafef423c56419f19a169d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0876b2485bba3c6b51a0084237a10b17cbc660663eafef423c56419f19a169d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:106da5b0750a07f1ed06dd2fb32b6c3646f707efa4e670cc5620999c4f935be0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:106da5b0750a07f1ed06dd2fb32b6c3646f707efa4e670cc5620999c4f935be0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:106da5b0750a07f1ed06dd2fb32b6c3646f707efa4e670cc5620999c4f935be0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5950e0b8f5260ba9a0c65051dc6acd38aa7f5b7c04275a0aecb4055b82b4202c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5950e0b8f5260ba9a0c65051dc6acd38aa7f5b7c04275a0aecb4055b82b4202c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5950e0b8f5260ba9a0c65051dc6acd38aa7f5b7c04275a0aecb4055b82b4202c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a9dfa6a14aa3bf5666ddf5692e5ab50695f9b654a8f830b94656a0c55b74f7a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a9dfa6a14aa3bf5666ddf5692e5ab50695f9b654a8f830b94656a0c55b74f7a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a9dfa6a14aa3bf5666ddf5692e5ab50695f9b654a8f830b94656a0c55b74f7a1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dee2a24fdddd2aa5c4aa8ae9c50e39fda5651c4488680e651ab1a16edad4f57b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dee2a24fdddd2aa5c4aa8ae9c50e39fda5651c4488680e651ab1a16edad4f57b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dee2a24fdddd2aa5c4aa8ae9c50e39fda5651c4488680e651ab1a16edad4f57b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:717e084214e3c0e16988ec7d26da396a1c9c7ca72f0acc499f3c8326c80a1532_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:717e084214e3c0e16988ec7d26da396a1c9c7ca72f0acc499f3c8326c80a1532_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:717e084214e3c0e16988ec7d26da396a1c9c7ca72f0acc499f3c8326c80a1532_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:77a516103c2a357530f52bd767de792b5faed786923c14afe2ac799016344776_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:77a516103c2a357530f52bd767de792b5faed786923c14afe2ac799016344776_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:77a516103c2a357530f52bd767de792b5faed786923c14afe2ac799016344776_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ef3a40a70625942adab0b6a9859ef2dd2e2f6706d6993fa0e04ac35f22734b44_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ef3a40a70625942adab0b6a9859ef2dd2e2f6706d6993fa0e04ac35f22734b44_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ef3a40a70625942adab0b6a9859ef2dd2e2f6706d6993fa0e04ac35f22734b44_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f5238e85870c036019e7d1bf1ba8ad6b6bc2abad064d972bc1c3cae1118f92b2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f5238e85870c036019e7d1bf1ba8ad6b6bc2abad064d972bc1c3cae1118f92b2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f5238e85870c036019e7d1bf1ba8ad6b6bc2abad064d972bc1c3cae1118f92b2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0b35f08d6b65e25aacbf7ab4e8a301deea0770a46e2eee1a6cfdaeb4a3160008_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0b35f08d6b65e25aacbf7ab4e8a301deea0770a46e2eee1a6cfdaeb4a3160008_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0b35f08d6b65e25aacbf7ab4e8a301deea0770a46e2eee1a6cfdaeb4a3160008_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:23a196e57eded601b36b969ee0ed1c504b460957765d0f034e210b4cb4cc228a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:23a196e57eded601b36b969ee0ed1c504b460957765d0f034e210b4cb4cc228a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:23a196e57eded601b36b969ee0ed1c504b460957765d0f034e210b4cb4cc228a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:70dad593cbc949ba070f9a7995a301cfc2aa9740a1b7f5cd4f86b15948c93f34_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:70dad593cbc949ba070f9a7995a301cfc2aa9740a1b7f5cd4f86b15948c93f34_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:70dad593cbc949ba070f9a7995a301cfc2aa9740a1b7f5cd4f86b15948c93f34_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a88036cad50dcbf667e951551d7c3dd2e074d04ff6f1043aeda00610a39663e5_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a88036cad50dcbf667e951551d7c3dd2e074d04ff6f1043aeda00610a39663e5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a88036cad50dcbf667e951551d7c3dd2e074d04ff6f1043aeda00610a39663e5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:6ec8e8632ce69cd5593fcaeef8c1138efe18b96a52a548d1ba676fd3dd761141_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:6ec8e8632ce69cd5593fcaeef8c1138efe18b96a52a548d1ba676fd3dd761141_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:6ec8e8632ce69cd5593fcaeef8c1138efe18b96a52a548d1ba676fd3dd761141_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:eee57c35a67ba8a454e404025d05e2a8844e3dd5352cc257b45095bf5912db01_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:eee57c35a67ba8a454e404025d05e2a8844e3dd5352cc257b45095bf5912db01_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:eee57c35a67ba8a454e404025d05e2a8844e3dd5352cc257b45095bf5912db01_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5922e41d5d0fb6a1ea2e1e6d42347d998505b40e914365078217e91f20d712d8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5922e41d5d0fb6a1ea2e1e6d42347d998505b40e914365078217e91f20d712d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5922e41d5d0fb6a1ea2e1e6d42347d998505b40e914365078217e91f20d712d8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:cccb45fd0a506c42071318421c6c102999a7970bff1172031f2e8566ebad7b94_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:cccb45fd0a506c42071318421c6c102999a7970bff1172031f2e8566ebad7b94_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:cccb45fd0a506c42071318421c6c102999a7970bff1172031f2e8566ebad7b94_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:55079f2e8372c052df93fff5d047873d1c942128e9c299f37c097a2ba04e2307_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:55079f2e8372c052df93fff5d047873d1c942128e9c299f37c097a2ba04e2307_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:55079f2e8372c052df93fff5d047873d1c942128e9c299f37c097a2ba04e2307_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:73402d269c605dc273ea1b166eac43891c96d3be9eeb35ec06664cdd326a91bd_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:73402d269c605dc273ea1b166eac43891c96d3be9eeb35ec06664cdd326a91bd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:73402d269c605dc273ea1b166eac43891c96d3be9eeb35ec06664cdd326a91bd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:c52f397b82721ea6b81f2436e6b20137b05887b3b3436cfe42b8797ad75d1c3d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:c52f397b82721ea6b81f2436e6b20137b05887b3b3436cfe42b8797ad75d1c3d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:c52f397b82721ea6b81f2436e6b20137b05887b3b3436cfe42b8797ad75d1c3d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5ece27c9bb54514eca68d0eb4b5dcb7ff8ea1c0a52274ce14e9b3da6600cf71_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5ece27c9bb54514eca68d0eb4b5dcb7ff8ea1c0a52274ce14e9b3da6600cf71_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5ece27c9bb54514eca68d0eb4b5dcb7ff8ea1c0a52274ce14e9b3da6600cf71_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:14415de13c4952c163a6e0af73648d0383c3391dff81e909bcf0e82a5d2e690d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:14415de13c4952c163a6e0af73648d0383c3391dff81e909bcf0e82a5d2e690d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:14415de13c4952c163a6e0af73648d0383c3391dff81e909bcf0e82a5d2e690d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3fb4c6d8b0e7c7c939aaa309e335caace1c805f90a86d2e156a3c09ce63409b8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3fb4c6d8b0e7c7c939aaa309e335caace1c805f90a86d2e156a3c09ce63409b8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3fb4c6d8b0e7c7c939aaa309e335caace1c805f90a86d2e156a3c09ce63409b8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ab2b2cdd65666cdba8407139371c27c37e14e7cb958d6f9010f5067d8fc70022_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ab2b2cdd65666cdba8407139371c27c37e14e7cb958d6f9010f5067d8fc70022_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ab2b2cdd65666cdba8407139371c27c37e14e7cb958d6f9010f5067d8fc70022_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fda53aa2698d2ebf6eef488f1001e247061053135f2038bc2ec35d51b376f7bb_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fda53aa2698d2ebf6eef488f1001e247061053135f2038bc2ec35d51b376f7bb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fda53aa2698d2ebf6eef488f1001e247061053135f2038bc2ec35d51b376f7bb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c5989c1ccd945b1d9aaf87ff0e86567a1434fc2119728b1f5823395ea86b503_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c5989c1ccd945b1d9aaf87ff0e86567a1434fc2119728b1f5823395ea86b503_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c5989c1ccd945b1d9aaf87ff0e86567a1434fc2119728b1f5823395ea86b503_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2e42d85baffdf5c31edf791ed391ce978a69cc803b4006acbff46e4d961afa03_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2e42d85baffdf5c31edf791ed391ce978a69cc803b4006acbff46e4d961afa03_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2e42d85baffdf5c31edf791ed391ce978a69cc803b4006acbff46e4d961afa03_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3e0bf592eb5fe00bc152b5f7c10fe91f9789ebe36cfba0fd1bc702b129a3686c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3e0bf592eb5fe00bc152b5f7c10fe91f9789ebe36cfba0fd1bc702b129a3686c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3e0bf592eb5fe00bc152b5f7c10fe91f9789ebe36cfba0fd1bc702b129a3686c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9b0c7c3990c15259812f90683663cc1cdb5a8fe8b86d54f214770fe012006f52_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9b0c7c3990c15259812f90683663cc1cdb5a8fe8b86d54f214770fe012006f52_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9b0c7c3990c15259812f90683663cc1cdb5a8fe8b86d54f214770fe012006f52_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4d76a7cb33ba6ddc5590519c6bb491a9efd3554d7a767f5fa96fba8d7d49990f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4d76a7cb33ba6ddc5590519c6bb491a9efd3554d7a767f5fa96fba8d7d49990f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4d76a7cb33ba6ddc5590519c6bb491a9efd3554d7a767f5fa96fba8d7d49990f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50b44a834f7615b12590314b093bf8ec9f457c6e5d3ad5262b9e94fb9bd97754_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50b44a834f7615b12590314b093bf8ec9f457c6e5d3ad5262b9e94fb9bd97754_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50b44a834f7615b12590314b093bf8ec9f457c6e5d3ad5262b9e94fb9bd97754_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6e7e3c2ee66b15329fe6b195a8f7453aece953a9b324befaeac47ee6dcddccef_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6e7e3c2ee66b15329fe6b195a8f7453aece953a9b324befaeac47ee6dcddccef_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6e7e3c2ee66b15329fe6b195a8f7453aece953a9b324befaeac47ee6dcddccef_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:fc1e70ce3d833ca0e6f9fc52832c38b70a2562e6404810d15a3336cd660770b8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:fc1e70ce3d833ca0e6f9fc52832c38b70a2562e6404810d15a3336cd660770b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:fc1e70ce3d833ca0e6f9fc52832c38b70a2562e6404810d15a3336cd660770b8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:05fc3afb6add2477f222db2d11578e51b46236017db51bddb7551dc220418c53_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:05fc3afb6add2477f222db2d11578e51b46236017db51bddb7551dc220418c53_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:05fc3afb6add2477f222db2d11578e51b46236017db51bddb7551dc220418c53_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:80139cdc4d4abba184a1ad7515593bd2cbc73d742ee5b0a6b0848bdd7ee1192b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:80139cdc4d4abba184a1ad7515593bd2cbc73d742ee5b0a6b0848bdd7ee1192b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:80139cdc4d4abba184a1ad7515593bd2cbc73d742ee5b0a6b0848bdd7ee1192b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae32d496888e2e03b6d2d819f5063f356a38fdf36dda821126ebbc5d482c6b2b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae32d496888e2e03b6d2d819f5063f356a38fdf36dda821126ebbc5d482c6b2b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae32d496888e2e03b6d2d819f5063f356a38fdf36dda821126ebbc5d482c6b2b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:af88d98c253d2763483b59c575a1c1ec06d8f1607dbfb9c6c32ebddfccb09512_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:af88d98c253d2763483b59c575a1c1ec06d8f1607dbfb9c6c32ebddfccb09512_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:af88d98c253d2763483b59c575a1c1ec06d8f1607dbfb9c6c32ebddfccb09512_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0edc465277f4de05bc5157ccfb3b378933d8cc5dad5bea4a2c38b8fe79a8bcd7_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0edc465277f4de05bc5157ccfb3b378933d8cc5dad5bea4a2c38b8fe79a8bcd7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0edc465277f4de05bc5157ccfb3b378933d8cc5dad5bea4a2c38b8fe79a8bcd7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f0ea95f9d10aed3755237c3bc68236cb1dfc64551cdafb3f8d78999cbffb96_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f0ea95f9d10aed3755237c3bc68236cb1dfc64551cdafb3f8d78999cbffb96_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f0ea95f9d10aed3755237c3bc68236cb1dfc64551cdafb3f8d78999cbffb96_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:34d1252485c2bae4e6a65895af5b8aca021c709a5610ec6a03a8e40f777b6af3_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:34d1252485c2bae4e6a65895af5b8aca021c709a5610ec6a03a8e40f777b6af3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:34d1252485c2bae4e6a65895af5b8aca021c709a5610ec6a03a8e40f777b6af3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a6eb218cb730499aef774f007cbbf2dc554f431bf1b0995c1b6fa36831128603_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a6eb218cb730499aef774f007cbbf2dc554f431bf1b0995c1b6fa36831128603_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a6eb218cb730499aef774f007cbbf2dc554f431bf1b0995c1b6fa36831128603_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1d9a067f0a66fb7cfebf5a02ebc10d3ce340f5da1cee7f1330a88b82d23aed5f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1d9a067f0a66fb7cfebf5a02ebc10d3ce340f5da1cee7f1330a88b82d23aed5f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1d9a067f0a66fb7cfebf5a02ebc10d3ce340f5da1cee7f1330a88b82d23aed5f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:41f05f7922f8beaf694fd67de9c7a89ac7703059d7764c03c202b1a070a58886_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:41f05f7922f8beaf694fd67de9c7a89ac7703059d7764c03c202b1a070a58886_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:41f05f7922f8beaf694fd67de9c7a89ac7703059d7764c03c202b1a070a58886_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8344a6b4e10728c7e56538c3ab5f61f63bb7bd1e9ee66eb9ad32dfb107a9ecb8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8344a6b4e10728c7e56538c3ab5f61f63bb7bd1e9ee66eb9ad32dfb107a9ecb8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8344a6b4e10728c7e56538c3ab5f61f63bb7bd1e9ee66eb9ad32dfb107a9ecb8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8412505921579869963fae9d61ebed39b95ec48a23d24ff1be5459e57023f16a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8412505921579869963fae9d61ebed39b95ec48a23d24ff1be5459e57023f16a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8412505921579869963fae9d61ebed39b95ec48a23d24ff1be5459e57023f16a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0372dc1974b82374601decd0c7c48b352baa4dd6ffcf43c26fa0e501c337de2a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0372dc1974b82374601decd0c7c48b352baa4dd6ffcf43c26fa0e501c337de2a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0372dc1974b82374601decd0c7c48b352baa4dd6ffcf43c26fa0e501c337de2a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dc7fa5fae1ff0c19d04e4fa1f1c1d80b60a4dea0303edd8408c71a08941b71b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dc7fa5fae1ff0c19d04e4fa1f1c1d80b60a4dea0303edd8408c71a08941b71b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dc7fa5fae1ff0c19d04e4fa1f1c1d80b60a4dea0303edd8408c71a08941b71b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9c2d04f3bcf14a2a877701b44ed5a1c35cc1e53888c0f830d6c3030f773e8fa2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9c2d04f3bcf14a2a877701b44ed5a1c35cc1e53888c0f830d6c3030f773e8fa2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9c2d04f3bcf14a2a877701b44ed5a1c35cc1e53888c0f830d6c3030f773e8fa2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c0dbd1efb355a435b3b0325b8d8e40481e5467e8df2f0acaa18a4a377e93fc75_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c0dbd1efb355a435b3b0325b8d8e40481e5467e8df2f0acaa18a4a377e93fc75_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c0dbd1efb355a435b3b0325b8d8e40481e5467e8df2f0acaa18a4a377e93fc75_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3a24fbac9c6f2dc66c7df9da9138153f24ffb48984065b4e285165aaf226b193_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3a24fbac9c6f2dc66c7df9da9138153f24ffb48984065b4e285165aaf226b193_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3a24fbac9c6f2dc66c7df9da9138153f24ffb48984065b4e285165aaf226b193_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:444ed9fd31a630ac962ba53d6f46306892e61338c4cca7c1f6d321e0c1ea64f7_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:444ed9fd31a630ac962ba53d6f46306892e61338c4cca7c1f6d321e0c1ea64f7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:444ed9fd31a630ac962ba53d6f46306892e61338c4cca7c1f6d321e0c1ea64f7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee6f5aa6e4c655513846ad387f0e67d9e55943c904d5371464a3029e4221a449_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee6f5aa6e4c655513846ad387f0e67d9e55943c904d5371464a3029e4221a449_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee6f5aa6e4c655513846ad387f0e67d9e55943c904d5371464a3029e4221a449_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f14493032189e265d853caecaef90614f5aacd93533622ccd8ed5a150d874afe_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f14493032189e265d853caecaef90614f5aacd93533622ccd8ed5a150d874afe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f14493032189e265d853caecaef90614f5aacd93533622ccd8ed5a150d874afe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:694d36f725faa0cb6e01520b0c36a13f7de676626e6064f381524bb8087e8194_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:694d36f725faa0cb6e01520b0c36a13f7de676626e6064f381524bb8087e8194_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:694d36f725faa0cb6e01520b0c36a13f7de676626e6064f381524bb8087e8194_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9fe6e36b7bd3a29d554e672d2093c3a65aa003a36a17c0dde9ae074c55a9bc46_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9fe6e36b7bd3a29d554e672d2093c3a65aa003a36a17c0dde9ae074c55a9bc46_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9fe6e36b7bd3a29d554e672d2093c3a65aa003a36a17c0dde9ae074c55a9bc46_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d697105b7f6506493d9d32458dd590b13b585903e9553384ab9e87a6b011d376_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d697105b7f6506493d9d32458dd590b13b585903e9553384ab9e87a6b011d376_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d697105b7f6506493d9d32458dd590b13b585903e9553384ab9e87a6b011d376_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e8f9b1eda851e2aeeaf3454be4f20b0d90cee6fbf8a0a432906f648459cd4f30_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e8f9b1eda851e2aeeaf3454be4f20b0d90cee6fbf8a0a432906f648459cd4f30_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e8f9b1eda851e2aeeaf3454be4f20b0d90cee6fbf8a0a432906f648459cd4f30_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4f64f86046fadaa8147f68c399ec0ea9d52284e5df5e91c781d74439204db3fb_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4f64f86046fadaa8147f68c399ec0ea9d52284e5df5e91c781d74439204db3fb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4f64f86046fadaa8147f68c399ec0ea9d52284e5df5e91c781d74439204db3fb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:56f9d3a433c936529b62d98cdade113cf13361303482dcdb16bff51ca5016d42_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:56f9d3a433c936529b62d98cdade113cf13361303482dcdb16bff51ca5016d42_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:56f9d3a433c936529b62d98cdade113cf13361303482dcdb16bff51ca5016d42_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:893b5a11b945e070fcdf51db1725c9a6a82c42cf45e014bc866760fc5d4637da_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:893b5a11b945e070fcdf51db1725c9a6a82c42cf45e014bc866760fc5d4637da_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:893b5a11b945e070fcdf51db1725c9a6a82c42cf45e014bc866760fc5d4637da_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:997afcbfdc83d639c9d8875a7b2cf78f894fd581c0cb63e7017e5b146f6a6d95_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:997afcbfdc83d639c9d8875a7b2cf78f894fd581c0cb63e7017e5b146f6a6d95_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:997afcbfdc83d639c9d8875a7b2cf78f894fd581c0cb63e7017e5b146f6a6d95_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1a64b24d1e5a66e7f859075c9cc3d27073052d7ab0fe589bfa90a902e38da412_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1a64b24d1e5a66e7f859075c9cc3d27073052d7ab0fe589bfa90a902e38da412_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1a64b24d1e5a66e7f859075c9cc3d27073052d7ab0fe589bfa90a902e38da412_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5129fccd4a04fbf599eb50308f5e0d05ef4ba3cde3583d6d05a06a97e0eaead5_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5129fccd4a04fbf599eb50308f5e0d05ef4ba3cde3583d6d05a06a97e0eaead5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5129fccd4a04fbf599eb50308f5e0d05ef4ba3cde3583d6d05a06a97e0eaead5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b9ce2b1cb81eb9f5ad883bad542b64c41ad3a9174923291f3dec200ad5d63364_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b9ce2b1cb81eb9f5ad883bad542b64c41ad3a9174923291f3dec200ad5d63364_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b9ce2b1cb81eb9f5ad883bad542b64c41ad3a9174923291f3dec200ad5d63364_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eb7c7965e17ad69839297166fe8c8c15031db8ed0549ebf44bb4ea1da98cde8b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eb7c7965e17ad69839297166fe8c8c15031db8ed0549ebf44bb4ea1da98cde8b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eb7c7965e17ad69839297166fe8c8c15031db8ed0549ebf44bb4ea1da98cde8b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:290e954304d85218aa0d6b861c05b283499f6dbc4d64166ee8e6528b7d751cca_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:290e954304d85218aa0d6b861c05b283499f6dbc4d64166ee8e6528b7d751cca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:290e954304d85218aa0d6b861c05b283499f6dbc4d64166ee8e6528b7d751cca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5cba64ffaa60bf9c3a736a54aae19e7091464e2459ee0b5c3989461f29d21424_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5cba64ffaa60bf9c3a736a54aae19e7091464e2459ee0b5c3989461f29d21424_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5cba64ffaa60bf9c3a736a54aae19e7091464e2459ee0b5c3989461f29d21424_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c9d31633af7f32433d311a8b9c978dcf8dc928a1b043d86b9bc0c9f828472713_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c9d31633af7f32433d311a8b9c978dcf8dc928a1b043d86b9bc0c9f828472713_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c9d31633af7f32433d311a8b9c978dcf8dc928a1b043d86b9bc0c9f828472713_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e85eb4417128ebf51ae5952be24c9e00051fd512b3479a73a5da02aa216e87c5_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e85eb4417128ebf51ae5952be24c9e00051fd512b3479a73a5da02aa216e87c5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e85eb4417128ebf51ae5952be24c9e00051fd512b3479a73a5da02aa216e87c5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8bc36a039878cc535de99714a87bce976db8628767037f716e88e6c7de5ab183_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8bc36a039878cc535de99714a87bce976db8628767037f716e88e6c7de5ab183_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8bc36a039878cc535de99714a87bce976db8628767037f716e88e6c7de5ab183_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f8ecf162263f4c9831b79e98df9ce36396ea6a998747ae40e743ee433e3c41be_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f8ecf162263f4c9831b79e98df9ce36396ea6a998747ae40e743ee433e3c41be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f8ecf162263f4c9831b79e98df9ce36396ea6a998747ae40e743ee433e3c41be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:ba204b99b5881580ec39e216ec7ac0fb04d56ee6d71104496d88d3ddc057e096_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:ba204b99b5881580ec39e216ec7ac0fb04d56ee6d71104496d88d3ddc057e096_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:ba204b99b5881580ec39e216ec7ac0fb04d56ee6d71104496d88d3ddc057e096_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e26b62f8b25250c571a54af7f1e4c2ab42262a2411ac9f64f3aa933ae2782bae_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e26b62f8b25250c571a54af7f1e4c2ab42262a2411ac9f64f3aa933ae2782bae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e26b62f8b25250c571a54af7f1e4c2ab42262a2411ac9f64f3aa933ae2782bae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8bc36a039878cc535de99714a87bce976db8628767037f716e88e6c7de5ab183_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8bc36a039878cc535de99714a87bce976db8628767037f716e88e6c7de5ab183_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8bc36a039878cc535de99714a87bce976db8628767037f716e88e6c7de5ab183_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f8ecf162263f4c9831b79e98df9ce36396ea6a998747ae40e743ee433e3c41be_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f8ecf162263f4c9831b79e98df9ce36396ea6a998747ae40e743ee433e3c41be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f8ecf162263f4c9831b79e98df9ce36396ea6a998747ae40e743ee433e3c41be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:c339d2f84e1defbb24c4c4f6649f863c395fd550522b07bc132a159acf0a44fd_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:c339d2f84e1defbb24c4c4f6649f863c395fd550522b07bc132a159acf0a44fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:c339d2f84e1defbb24c4c4f6649f863c395fd550522b07bc132a159acf0a44fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3a63b4b71447165c2d16071b69286bff5387b2034229cd7fe3aca53745d7dab1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3a63b4b71447165c2d16071b69286bff5387b2034229cd7fe3aca53745d7dab1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3a63b4b71447165c2d16071b69286bff5387b2034229cd7fe3aca53745d7dab1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:09a3801acc25df33ee5059e84a0571f7be3e03a694044b1369be94004d23e4a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:09a3801acc25df33ee5059e84a0571f7be3e03a694044b1369be94004d23e4a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:09a3801acc25df33ee5059e84a0571f7be3e03a694044b1369be94004d23e4a1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e536eeaef0d372c2c2fae87d42785423d5af665f03f069eb9363cde71243607_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e536eeaef0d372c2c2fae87d42785423d5af665f03f069eb9363cde71243607_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e536eeaef0d372c2c2fae87d42785423d5af665f03f069eb9363cde71243607_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8f6b24615c498f2f8efd31b8a4d7e0cd090e6d0d42b289d1651e1628e6f61177_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8f6b24615c498f2f8efd31b8a4d7e0cd090e6d0d42b289d1651e1628e6f61177_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8f6b24615c498f2f8efd31b8a4d7e0cd090e6d0d42b289d1651e1628e6f61177_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d1af281d07265d3f33dd757f3a85f2157762e963d577b54e8fc7d2ec2010e03c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d1af281d07265d3f33dd757f3a85f2157762e963d577b54e8fc7d2ec2010e03c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d1af281d07265d3f33dd757f3a85f2157762e963d577b54e8fc7d2ec2010e03c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:39586aee081aac1f6b421a77ecb57e39a286cf69939ba994a646f25257cd8bd4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:39586aee081aac1f6b421a77ecb57e39a286cf69939ba994a646f25257cd8bd4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:39586aee081aac1f6b421a77ecb57e39a286cf69939ba994a646f25257cd8bd4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3d282b4786374825528fd450d57f92ac67af73b5bca607a226c05b3de7c9c0f0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3d282b4786374825528fd450d57f92ac67af73b5bca607a226c05b3de7c9c0f0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3d282b4786374825528fd450d57f92ac67af73b5bca607a226c05b3de7c9c0f0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:55d3fa9651bdf1c0ce99cb12468c157fd25f0512aa990e5f0a983f9dabcf5caa_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:55d3fa9651bdf1c0ce99cb12468c157fd25f0512aa990e5f0a983f9dabcf5caa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:55d3fa9651bdf1c0ce99cb12468c157fd25f0512aa990e5f0a983f9dabcf5caa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b0ae68ab9ffe311085fbd170edbb9014a0cb90c124c0b5b10eb2cca2a3d58e50_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b0ae68ab9ffe311085fbd170edbb9014a0cb90c124c0b5b10eb2cca2a3d58e50_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b0ae68ab9ffe311085fbd170edbb9014a0cb90c124c0b5b10eb2cca2a3d58e50_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-65637",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-12-04T19:00:54.313916+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0f685c2d8ccddd1f62f2dde6cfa0bfcff8b959952347e7a07773476d87a16e1b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:93dd5b790e4b967dad69b0d6493e452b2bad83f97277b5c273cd739a25df5482_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:983b3bef5915fb159b5d7b95c1509f68fe24cc1368042e657d914fc0b4fb5fb5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a301aa9d39918b04ef7ff140a370602f1a38d00d949c795200f910774680af_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9efd7e8e4700fd1fcbe5f01dbb1c8b9405f125d5c98eb1ca852b855508a8c431_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a17cfce25fd92837717b5f67132f9b2452ba944d2e339ef1ccf5f4188b839496_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cd7f5703c9e7d4f6619286c135215e44dba4ff472516951bd295468bd413ff22_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e4646d27dec9078ad727825f27a088a9fef4da4fc45cf29d11df43352f53734a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:88d15d95c82368d11bf91e60b0a2a9eaae7ef4d3c399b214a9c378a2a8d06c52_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8948fd53993e277b03c33acca360d6e4b13496ffeb9858801142a59d64ca8064_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8a4db434be8da3b76850ebb5fbaec5b25e027f36827b175564b851efe8e4e207_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:be026c0a01396cbc87adc9cfe9e03b9786979d96a3a5f724ba4f359cb80cf1a8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:350081c392ff4c3f29b23bd7739c683e7834e7f72e26ccd3630cbc28aca9ac68_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4a5af9cb6dd7d12352fbfbd07816aacfb5ea0c5bb24baa5d13b16116db2725e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:98c79bf62796002e6bde932ba85949ef890d48380b944b7c28d806046e4575bb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:dc77ee000b0904922c06c4ca01d1e9922d72891c358474709eb5f859b74b69d6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7c7ae8c532469f1af18cad46939a093351563c259d60ee96c6f15cd9028b8612_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:97a0679a75ad118affbe3ce459b0e8c447b6f0d2a9133615343b79fbd712e8a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a9aeeb1058816fc132243b1c8c6fd6c29cf1a785f983e955e14fc7921225b018_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b8a1759ecdbaa7523680b2da57018494359c05c3ce8057167893e0e596a1a189_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:239caea496c8ea688a05ab49f1f7fb4a31377f43050a5602452542595a34e834_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:57d8cd207f20b40bee4795f5f9226d21dd980112c4f99eee3781928a4c0158a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:788030ad73fe759f1dafeb66cc9493c7831515ab7ded879fac7b2bd9490b229e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a987acd65800f22fd8c80b3d6c270364c2f4e8b3f34d0e1b9732f06ce9b2a2bc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:14e5728959903bafe2c1641ad832aa4fcb6ec8dd4e3331f2c3eb2fad3a0d9ce1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:1665bafdf751c446e18d1a588123d721c17662b5f4977ce765245ebc10a239c4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:97f01757ffdf1d19f4e771cb243e026adb86687ce831fc0370c502f0047154e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:c8ac1549f162857fff3dc54c73082c68165532a82bad8a718f766cf04b0474c8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:25968bb65ce03e83c1f7f85d330dadaf93c91b053d577af1c533caa9724e1af5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b49b13462420970f529f1eb6480952882be5a083d03b54886905a05ec60e340e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d9076e23e260e71a3904eeeca57c7110b23aa5d5e2bb2534d55c40762f65e5a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f536b582bc81072fe176ade0bad9d35623a418a06b32e9a8846872552cc616a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a87fa4bc0af3d3e3befe09d9f26c86180935833a16f8e5b0249e6015172ad60f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:af32233e69f1a1e35832ba0315a522f939092815c42e04bc99dbab48a912f5bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2db06f36858a0c30223f07fc0b35441a292922678f303f434a580241a245855_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d0daae392b17d34e82a8284ab464a227936aeec4f61b120d5129877926bfcf5a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:01676c777e2d1b26cf9c457027a44da29a93adf60439824efe9a0bf824fad6f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3765d1c0cdb5d0eb58b6ee805b1c2fc79414e5cee0ab567529f7cc9d2f32de17_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8583e3ba61ffa3f4bc5d0e411cceed3812338ee1c4e2233778fc111a84151260_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f8d09efc416ba06f362c298c670adfd634bbf2417b42dd63ef8eddec6d5d7b93_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:402e7e1b444b6f7d67adf70eecd5e96da520ba177539f30309df51a6af250a3c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5737d41fb537ab51485af1c14b36993ad233e13fe5bf29baa0dee6966a6d7a7e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c89addfb732b3ae9ae58a31b8a01c3619cefbe15eaa93654d460767ab56025b8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f2e916b23f04cd1df28d72d5889cc9a34a322ce442f43644060c0b7700473919_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07ce1f777cb829393ca9650cc859aeabe040dbaa92c0f2b78834fcaa5f27190d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1da9826ca384c51052a649dc23c586408ecde83943782b47af54411b34d9e4fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a875fa2d760f7a474e16f994b70ead9b6b41487b6fc21cde55b9faedd7baff87_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b428b537cba5f8ee9a8bc407a9b4d80b8588b602c81b09cb5d349821def16afe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:080537bdc8349630e0acc787277931110ff3601df9c9838ca885fbdb2c920c48_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29af8f0e50403bad4218fd0fb891f402e764071cf7186bf7d49c57480ebf71a4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:56a126a09282908dda774e301166393c14ee6c9df302094173dcb96744a0a2be_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9d9163e0a8b00ac0ceabe5308169b5c73f8f7b970e77a8488968440c33adc443_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2ad0d34847f8da3da566fc7144c1fb7ef990c711af1eea64ed548ba1f6777b63_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6058e350b046f81fcfe80534a48a4364ac81c3e4fb3b75cb23819feb81422e52_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6eedc1f8d41ec96a245432a0c5b07a883ac03c7f1b62c3afd81a4c413e44446b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71df3b2f0192d48b744e6ad4053a454395f8a07ef2485beb2d1e40febb8013a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:28c12edf2a8fd2bbc0cf125a72bed3eb4d0c93ecad9d6d0c31ea82675dcfbf64_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2bace21907bd1ab6ad1c163ebffe54f62d0c8066e28da285efebc083e808057a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:aeaa185fb7d7fad9da905d9f2552b12642c3aff657ffa1392cef219e453e6144_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af4b1b92c82e3193fb19bca5c7f32fbf24173e6cac3b0b188e0bb0d8b4885c90_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:26262a7bd08b1386429962224cea80c59be8a6cf3939e3e8186aa8e3728dc09e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:49dca66cadc6a72da5b0b9a1d40ac44562b6417838c633446e912f8ff508c4d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:56fdd99afffdc905cf58030bc590e51e06a29f4a9b4451c5395dc15f96d13c56_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac50bf2f26a190b0b9c559ca4082fc85067b4e894278787008aeba3baec66624_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:679909e392d7c5da212ea63c2d2b58718d36cd86e30bc7b303cebc7a7123a3e4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ce2204cd95f2d62c748ca84cea2167e17b7712b74da1908f3cbf643d0fa186fd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d988aca8e138e1e0728970a21984376b6082bfd946484718beb292562938b6cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fbd7c627d7e30861c49e05b57636341b8aef3a4c2d3b639f396c090ec589e3a9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64858e17fa94577ab6e73e0ce5d01bea8482966b71273ba7e14016bec203da32_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b480e8370a665314b7560735fc5e1bb694a13479d1c45801fe2c88f0790ba2e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ded1d971da094f5d4e8f788d419ae4e4afb2496c9b9914a9564904d4141a0f3c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ed9d05cbeb0e7b0ba8d99cab844548634a98e2920489e1a8a0e109a82eada18b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:abf664ae6d14cab3de4206584371e064771b3dbd5314178b663bbc1c2671603d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef29e32ee8dfbc89612071e78114b4a7555e9155bbc795b52cc1abcfb4fb9dab_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:2f8eb5b5c93f3f68db92c25bbba9eea70d9880e24f04e0917330f5077d2d9e2c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9f923ffcc65bca7959193bb55baf61902ad429e6b3a76ad62f236648ec64da0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:3cc08e7287be504e70b6f7a0875462c5576af11fa95d743b4928c3963382fd93_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:bb8b9f6c64c40e8f86228c282cf1cd74a8a94809b72bd16d4a32356f4a063cab_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:eb3eb1a02fa35890bbeff0c81e519c0cffaa8b948684fc2baeea061c1c77cd67_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f29e5ebee536e2716d1b2630c7ea37b153628b8a3e7c193784d9ce2c63285478_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4b3e56e84ecdc767b87617389a1c4f4cd6323f85785c6268ce25c0f42e8af174_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d0638623451a9f6ba7334bbd29342a422f4a020efb6728044be9230d5cba7604_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f5c2cb43ae80eaba9e03a4ba2c604e06f482ec7b7ed258c3308ca97b52f1afe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:5cf70e72ea8d1fd7eddfba9095150e06f900c732a74c87e297aeb28c9f335391_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:23d6db8a3486fe02b29cf1a2b15c76f8c6a1103c83c7fcdec057f4611039dbb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:634d6a9894dab4709edc07a985f951f31dc0aa066deb6329e85375f334adbb36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9d9e61b5ebd3c3f14b8be6b4881d41a3bb9390c060b1519961116978b84d828a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d87a31efe869f29a5bc4d3ac8110fe92239cd543658c4e2a991f7fa681ce942f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:278d0f71c233fe68a6c97fd42fcb3fd6b6692e4ed2d847ea161cdd31de5c3e8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db8c3a6c513c148dbb186bf70e3c1225f9889c0620e2d283381e9f723263929f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:76f8ead63875da99f27542a9275347a27e6c7068fc00c2609701b4900dfb4751_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fa54106372a00b616a9ead77f956f55290395cab9df2acd5da53f43ecb972e24_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a78e70137b43ed821e6034893803916a0a3f2e85c8a778318e7b59069a62a741_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7317dfa48ac53af504a467efc1ec18a94f5909815560231de51d521c00826d7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6bba0fdbe83a3346cf335f104dbcfa89d6e130c71ebb57edb8b762a86384c240_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:87b8b142f5e2097e8e260522e12e0fe586688fe0fc782a2498387b75bc1fdd80_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:47c1a66a7c0285188993eae0e07eae92fa757399b8405fb5c5ba863aa5098e09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:ad33c16288c336c9ca9951e55d64d3d5287f82bba0566b5ee7741c5cb3ddce7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:45f9b84d81fcf4d42358a8ed4d778f42a5aa58cd2c2b0694ec13667197260c57_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:52819f13108cea240eb6d400b0cf1c351568feb6aa2fe0d7cb58ffbb39208807_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c95a1e5377e06f6eacbd5fe508be7192e03e98d4b8cf8882aba928b405a29e12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f6fff2f2589bf8065a44b669c62e31bf6d02b443afcffcd30839bfa230deeee1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:379db896d78b32b67f8ae5b2d768a673f3cc1b083fe3ed30327e987bbfd453c1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5c32c9e4721df459be232064101f5283e3f7514528cd82cc9e3dcbc666d0e431_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9afe4f3d9f37acf30b43480a0e11a6030c8837f4b1458d5f873b2f2b10e27f80_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a5150c0f69ec74453bf9d31057231bc44c49edec7ee73d071d5b94084dc3ad86_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1e9d862ed181e401f094ea7ef2fdb19835fbc29de37684d16072b063835130cd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4fff35cec09a09828f93597a56c1d53d7aa17c9c711d2ee1c2a82dab9caa1151_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:99ceeee46528a54646d3a9bc4e4d79207d5639ac5381b2f7c6d1eb34ce915126_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d514ccec508b55c9c24b9887fa35d74db04f1eee22e68f6c281263f77514f843_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:745ad76ae530a72ba95c4fa3c0ccffe47db3cb86652f4b672eac25c1e19f4df2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd42ee1b7d59d9b3bbef1a82fd64ef5e2c25b9a4e2ebf6535866a555badfe7ec_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c4c77c1f0b9bb88deccde95f0a3d33bb13efd83ef571e7593f48dbb728d836fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e39f7e9d8034b32f918fb3eb1adcd89b248e4d879734bcdd5860595b4dc33d93_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:17aad6fa254fb592bafa35b8f17f02c2968854297b3494aa4b94ee7b84818ff5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1eadb8d1903a2a7153ed78a285f75faa35b73114cc57ff0d2688efdd795d919d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b288b8cfc75e0702005dbc94fecb9a0e1c2ecfd78c7d0b1fcc4599ecfac4b07_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:94db7f48fe1cd78942235739b373d592e77fe57418d4b03d758c342de441f85e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:15a844ed1baf54886f48c9919d18dfcb29e6dbb4cd3be9568e15b0cc76075ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a05f6f8b5417fe18c5ead688c98d2da1d64c2ec6e1d51861dcb935268bbb04df_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a2f4cf9accdf41e869afac3801881f2c523c1b94cb401e4c618f41c315cc5f47_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dedeb01e53c5e783cf69200dc83d962a4616b56e9bb5c7230a2992bb0a8f0bb5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4a5eaaae62d4fb97d4ccc0adc87d1006af402ecea6e13748eb7c833b33304e5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7d026e011e75ba7712e212c44d5da5d8d059d2f5190eb8ea3ac591eb87b3f53c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ad9f886a813f01cff4cb2dd6f3fa3f03191476e3f37dd843591300c954675d99_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ee02a8bbcaa623335858e84fda3a584e875cc753c63ddfa4728ff7f4c19d7d3d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:20ceed707962d7a4a8c81b0ab3c71781bf6c88406412be499c51137f654d6b80_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60063e70844eb9c274e0ecdc975613a9abf3cfd2c342ff7fe4955a810fe329bb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d149cf1c7c99f8817be7d206e4e1e615cf1ba1b0c9b040010a9b822c5bbe838e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f7713e0876daf10f8f52edb8594e1e1fba0afe5a2c799ce5bd9d40a80822f752_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3dd5f6ae51c160ce4402e937e32c832b51f6ff12ae928a37a2785f204f9c757d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:77deb93303abb4ad7951b609805bfdccc90b1f8fbbf4191d077185e49f5685e4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7f6bb5972b117ee8ae2f578bc1d29a336d4be24715caf640216fbf46fc871516_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fec4897ca4f0afa1971e61cd69ccdd70d3e8fda38fc9d1d7946705047af06b0a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:74baa8184424f435dc529788b54a932e7f5dfbc38169b50afb2893a8a1258992_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b16cf416246a1231c62489e8eadc8ece013a2aadbdf12348b8c4a91936cba9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c18f66b13e348a8302275d33df04d882a29269f8406e679ed3d99d7b3ed1f47b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:da53eb97f0fd93078ce7e5275d741d1a70d532332f486f92591dfbb10e6e5d3c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6ccec729cb1f9a5b01243987a9063459bc38074ee8b8c4089b630289ff73c60f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a7f24a2e05287cf3d1c086ae2a16db546500d37d85ed31ad5592c789054aaff3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dcbf05a303a984ad4e9544f37d691a733ab4f7a7f466790b18e9e2e2ea1f1dbe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f22278253c5ea6533c9406f2101a1a2bb006f281f59405ac45b23c8ecf9a2699_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:38ce6ebfc32523e04157c78429e0ae945f91836047afe2a2997a23d3b17b4ca9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4ad732548af4cfeccdc62ba2028bfb7cf11c52452d3a590542fc86b4cc33bf7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:73b0bd3a12431edbcd0fa74b104d63a2025e4f2b514d686f91606cc1771e72f8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bc4d917fa3b042c3728422d89bf80ea995ec37f4be4329dc15b9d4ebf0e8f1a2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:72150297b74ce841ad36162a0b9754a570d73be3aeba36b6414a23842a8e469c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9c55764da31648a9412bbaa7e12c09ddba0458e9ea62d14882dc93b81b8bef36_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:be30b7a33902e4b8af6390b349698ce76f82a9d89ea9fa729d477742a7aba348_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e65f01239007eca9e79fa0afa4ee17ff4af1c494bfb33e5280e2d53bf2da334e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:234454413dda23b83c4e0cb60c5f2e1a01b4f30372f425fcbe2a592a892ff8a5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a975f92a9b7aec37d1842351c2ee6b689bd67ff8445bb4be5578def1794bdb80_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7529dcf67eea6d3ae5d4b85db8de6a2436b935d76cbee890eef52be6f71b441_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:db162a9bba7e608d41878f091b5cb1374aaadf9d160b0ac707670807d0721947_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:32fcf10b80768dbff43ebafe6107e22cb8a7bd2b0f4f65f11643010480b720b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7428c5bb3ce7b9ad0dc2bdc5372a5ba3bada30f29ca492c46dff8f16c81df620_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:770bbfea9d3dc0ffe4b171abca1a7ef6690c3a7e81fd1a741f874d303e6a0150_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ac7cd2ff42826c444258237513abbd778aad47648d6b351478e88558d726e0b1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:44d12865d2ba077176a7f030667201e9534b633c9d71373266caac91d1f4c332_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6e69f47f2f9de096199b893a1516e84334c6f20b549250d0eae2e9e198eed780_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c6a9f789c5e2ee8b9ddb927cb4ba397fda0265fde353a5d9d614fdb8c4a72eee_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ec3ee75995ec0c9418859fc2c9c1e7438fa3bee54abafd3f28451d63333f8b7f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:049cc98c7e42a0fe60e48453970e699e6de4d19f34f3f82626d873e8e0e6d6bb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:688f3eaf6470e7a0e214dbb30674e3e677b6b05f7a81856dafdf5432aa541102_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:845bd0b11a6618f8368f5614584aa96e9849bb55675ebf5768609637196ef8c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ebb296705253ce54b8839e65757e5f1f28bda255a16487fd05a6168711d3dcd4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4209cde246dd5b0427fb6d33bc0fda45730b66612a70e95b841a0dfdb4d33c13_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8764b21a9276c2d77a3d2471a9acb86f17986e0ff22d73e6dea27b6106a8e61d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:df77ce81156b3d17d6c2ac9aa736f2e29328ffb6cb3ec96f82d18c4922a5752f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fda54164b16d1b7c889000467b5ac5e3aec30d6112091980607d2ae02223c8df_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28767896ef434c0e95802fa613293f60381be9a1a14899cc2930731c61c77d5f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b5a6f759824a9bb0917d0a45a6c4ad0c70733cae840077bcd3c378b94eb4bbc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a421c422c64bd60896f3e2a1f24f8fcfef0a02085ec6bc47be3cf3630eb8734d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbea59f95df585d491fca47804bdf6a9702e9bee7f9582d5d6b7aae38b3cefde_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:6781b43d7898ce652b73b9fd885a32796fd780342f3ffa94beeb9eca7c34ba3f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d4f4ab142d17bf9787600a074bc5466de701dc436be2f089d5296e7f4024816d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d63cec9aabed77f18fc92fe1175d237da4ef091dd6de83488ead2940d29f374d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d860a07ea0b32499aa02b6c0992fa5a316db433b455d2ceca6dca98869e26ad6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5c59d639c117295637a7a412edcb423290f884af9558aa52ca39a11721ee00e3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:71c60741af2d75b83074c0358a65f41702871bd5271a4d47bd3e50993d829a38_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c188d94794d0eba8649a37f35faf1f8ade7454539098582f6be7f1335b6ebe1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f6849640cd6983e63f57ff0562d9bf20f0e7a5b42c78fb91b92f139e43ce0518_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8392a81fb99cfe57564aeab5209bf824be9a59406bb114bd1894066404638d4b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98053f606b3f6fea67e115b3f502815f245e73d39a02056fa43cb8b9b4cdd771_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c98836cae54c18ba3e65f7af896a6038e2ae5cff0b9566e32e4d48723c4b7a50_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f6f2545cab188c060156573969a8cb4404beed2a8428775bd4225123f8d88e8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:28e13007cb17c7fdbbc1e9a47dfa4fbfc54dc652250884e02ac02d5a04d7c0f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9d8b15162288a32dbb5ada08e7072932132cc488e654aee8c85c9fd3e671df27_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d4bdd45ed434b11cb8733b5a2ba83ff85dad06360e34e5482306ef6da202e756_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8c26f166731d6e55be7edd9716204557d1c09bc6e106a78ac56809c7f447b73_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2c21e34d3316ff7b07d5f45e0942238d3ac7aeb8e09c41448f114f7de6f8d309_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b7bc6bb21ad0a6caf10096011762cd31626d99087fd63a6ba5c234edba48cfe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9c75108604edba1cb1f09a4e2bff422b088b6d2fff31020facffe540e476d6f8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d3e8f6d2b8aee4b5831b92b1205668be328089a07d67f30cf71875cf1b64d6f9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:44f7ea110bd204637c855688b0525d6b4e5cbc4ddfb94dbec504f5b969be230a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb25da215077195430094fab8302fe458a22c662288d11387565a1ca3746115_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:643224f5319a34c396342cdc2785080c64125db41f5a54c4f9c1816aed2980df_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bea9de5642afee0969a51ba809a06b8afad9002f540fedb4b92336e82dafbe74_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1f6f901717651435e2bf43bce5dc7d29c2a08056b10ff84284e0086d92701fb5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6937ac65f4bcf668ccde5e9f8aa3ecce5ea9ae76c2a199d831086765c55747d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:74619cbac36e7d89f22e0932ba0d0c3d16dc69758cebd0571e3fa2c8f9ae5741_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:aadf94eb8127728adafaf12e7252ee764ad9f9b30c4717c3789837c04252954c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a0e9b351603b6b9cd755334f0782db4c98f8d30e1d35e0abb84b0c75dbc84440_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ab2f9e1d3c772ab490fb85395d2d7e6a3c67e70372aaf0ad84125ccdf10de4fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b5e9bfbc0a68d71a97e59b2c45fb24646c91a7fb80900dd7fff5babf8154f122_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b9eb5f990bba388ed137145d310099304311bc6554ff014d6eda9db609bb9d0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3deeb61809de7279e8b3e3985f4775c13f42e0463b0c4d4e72e5301d192de3b1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7e2063b8b78f4c9eee48c83e45c910c95835458cf9626a0c4122b7728d8c496a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5d300c0a3d2d88a3fcf15a49dfa85f628d690dbdaecffebbcb9220acb5c9b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5f90c9b276de9a3969e8945ebc8481c24375ee25ce04b4bce36edc885e5a16f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1debca98d19960551091657584e816372833e340878cc63da742198a1a4f107a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:22475308f0ad3bdcfdc2ebfaf8633cdd619b93d9952e53b0b86b9a1012d4d7d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:49e6df324466b6ffad58b0cc45973b23f890c694f8bd9da50b8984f00e86be2d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bf5c3d63712d2e79702fe179817e52b0acc58c49f95570d714001c19e6b130d7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3e12a7a5ce51c186e6eaa43fce50a694fd43ac3cd7469ef8bfd09517095dc7d0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:8d56e92b53233cb4f51fad49592dc56963aee47dc9161ab08d574471d0c29a9a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f07ac70d3e737af6be1848230461e870c7599939dc9e5e3d41ea7426b9f9c504_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7555d2b86c7511b717e727fbd7661eed656eae631cbb1aadf622d40b1bebf8c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3c6a583354c01ea55cce56473b3bfd0ca2392582a2347392d76b8016c3a167f1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:449a3f3b289590e43919464f821058059fe6d544893270cc10e9645361376a51_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b6023361c8192bc3330c9337c616ec5d3a1870b298b15554f6caf760ee6c40df_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:be743148cccc6b42de461b8deee6ba0b11654fd68aa7c8f5b18a0ba4e31822c1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:602f2ab70f206ffe5e1aa3887e33f407303d13bd584a04c1ad7c9080665da084_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7caafee63a879388dbc1424dd2be28798ee03fdab35ba621136ca575b4cd6429_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:822d381502280b1492f76d3369bf6b471443704a66a5806b420f4d38d75a1924_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb4d16b005d934f6266e8035416c23a13eaff3bc3755ab09f2140ed33c291484_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7a9743ed6e059ff052017942a0a414538e85a67154f0bf8bd11f31e50c8cb413_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b3b81c10b0437001151a88df4966f1fe0e84ea2510ffd6ea3325605c85b7f325_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdc4da7c4662525a9b9d4415c743e44bcb79653a879ddd3b26db5ca00e289127_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dc5e547de4ef980fa4dbae26881bd57d7ea5a55631a5a59269c92c54a675a9e5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:77b6f487982be560d422e67ae9facfe4f5316830eb1c46bec837c5e36d9c096e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:824fb0b057b71c530869706a0c542709d754d7b3646c8e9abf1b117c033e3dce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a4ce87140c2fb3bbae596eb23c25c0592f1341e27febe6a6c4837d4f1f4f21a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d50feb1690369653042a58650567440bd3b5055b9a930ed268e2e6f2586bbc1c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:336b6244ccf84253ca07ce02033fc41195b52b3da8c880b31e83e8576f30b733_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8b4e5145db2029d347b9f9380181e914e84112b8ce6c5a1859c7b91f3d4ebc77_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c2f6a596dbb26670cd4e949fb22b4d3ef96a9dbc1d7bf83ff37bd012f63377d1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ef02143a4ac9749ac9082aaadb6a0bd42bfe4523053061492f5d013aaa2d91bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1df345c4394ba358da2486c986063d53907a58ca8d268461d2acb8c431084e22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:36cc16cda8ab3fe13a8328b30fb5f422e10f517b348c966bc7a534fc271709f4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:46999718996866431b667287a78e45350b111f898e88c03a8616afd7d809daf0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5018226c990212b9f0281f7bd4b9d6f1567e7c6dfdc9c92481a2ed2013b691f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6ba0e03b91ab911d4e36710ce33d2b3c3c1e31ea8387f2859edadd67d3690e0b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:901935cdfa4d09e29c3c250d12246be183ed9bd6e62a23a89828573b564ff1b7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a5c0e085eafc92ffb016b9a526443a280981226896ecb86f8cd0a923049da117_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab99bc842c65d7090e13705944175aa8c3397aed46a996cc34fed6a3bbeeae8e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:19defe671bdf01032e1009a3bc17596d32487cfc555223ac691b8a84298fbb4c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7a3afb22e4cc0514ee366328c0e2c7bbe47e092066fc9b7b0fdd1c96eab29900_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7a55c39689de725b837b830ded90af46c33e43f93fc05416705b3b4d35c7f00c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f56800d9a677be0c8375367758a56eb870712418bb8cf74bd69e658134d7a477_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:59ffa3754ace4a376048788e6ed2a8f1eb58427a6f6469fe28d2611a54bd2a7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a028df66f21ea17b04867e874d01a1431d5e0a2aa61d1876910240d334e33b72_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d680095d7ac726c3579999d4f647a8ce3875c9ec180a8ddd5eeac2fdfbddc526_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f0327a2f059b1c386b60a43076b11a88b3bf38108d0202b49a389063cdb0fc6c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15fba08b3a68a58e903954a64bf470605e33fbb0e6551d0f08d20e842969b19a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3988f1b68baf551de912a788168287612cdc1cc7c4e7f3113402a077280784bf_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:92a5e4c52b35d2e53bebd8a32fa067565cbe80f7954c83295a75c421f54d67fd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5ba989b5f80ed5e8c8b55c5766f9af9a06ceea862c90a94be47bb3f564d45ed_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:376e660b43cb68659210caa0973278da9324d688a55c1f4d3330f24f1203a415_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4d52c456f1c8dadb233b01ead052ce5b6748a03f22a12933bbb861f5e6179393_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6bb89886f24aa24212b3b10773602f2cd59214d2b639118cefdccafef9a834a6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aafbc10a184282e13581cadd3ef9159a55d762454fcfe02e93094dda76c1c251_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:20da97fae47c64ac7e688d6026fadfbd8910aed94d07d0b6cd3cd792e90e35df_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4f5d8feefcf0dfe5950fa481f8b6a1409acb628cff532d030f4f5fb63167b8af_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d174ead9529893b0515c066e30c78d5b9906f51f43856025ee87b1b7bfd89e8b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6029e4f81e3d88ef43f1e39df7452dc432fdb22b21483b1fc3b78e0d7105e99_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3f5c13af96596dcc28d90164f2aa2dfee0ff6219423b8ae3dff251ba959743bb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:55600b9bb8d4998379c911d0467e61a5d4eef7a2ff04d50dc4c15d042e5a0e6b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:600f6c495809c9fa8abf0d5af6a486e5a1197a8f0bdb505480aa5439c05101d2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c2b834e3252917e20f7cbe1128d2f8182bdb27220ff5a0eafd41bd793ccabfcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3d2a8a443c5faa87bb8b8f11d8decb4d913cc00d7d85a46065c1b10258aca4b5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bce829876e5e27a0d15dcd8bda47e733afa216e6c685f90873b86353b8d73b5f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f155478cf4b3c58d4b0d599ee2154a6004c5479bac6b16734ae924a21fdb633f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f70cf6ddbb28d82053dc7a0e9c3918c26d6a1e2c35f08d8035782b6dd962d8ce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:257557b9f4a28c6dd8e9d43b007d563649c1f53a120154f5ad5602abf14e5e50_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ccb5858acb83ac412670cb1055181f40ec3550c692deeef1758cd6de82b67ed9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ef6420d4046616c139ad5040590810fe216223526ff3a505b4a590bd37c7c869_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f4d26363c33c79d1481df0f4c4a736203dc6e8c20158c9550f768d747030144a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:334fe4f68e95d68321d13a2094ee31fae8375994f0dd26f3fa910ad8b78d0142_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6d821894ed49e432dad5f0eeb88a1d84d15c8d3325069e1dc8b6f377d31e7553_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1f6bde3bc457c5a876c40bf55d3d25019a14db18f1aef9461623bcfdf6d0c6e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6dee8bc8066d09e6e64a2b90738ec805dbcb5db0e9fefae3c92ff192b2706803_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49a04065b27e87dded7dff1142f373b08c7140163a0757f42b168a24380b482d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bccb846b038153050029982c163243b9e6647cc9c2ccdce08337a494a5d30969_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:31a76a3098cf74e369ae121fe556c21496c5ab5259f88dd3b85486b120f89933_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:db7bf0477a93f3527d77d7e7ca80c488a51c6f98e5e3bc7ac53ce309e3fffe46_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e804ca1bc68f8f00ad6e4c744c2a9c26a635d9418d2ab93a5d516ef11d097722_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e805f6e217cf7e4c6afd179e6e539289c49db6eb79181853e411e5e1de1f8257_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:47dc500f4ec05b3858a5fc3dfa468f9696557f9a467a7b16a87340b7984d9b92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:96da591c5df8beb62dcc2b83f3f156e7cfb042777bb72c826c110011829d268b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:b399c22107c274544023707d3cbb0765f92c34b47d12044e15a34cc01fe6ffc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:f52b36b11b1e19bbdab026bc861f62d1a9fc56732c486aa90dff96c5c3bf9999_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0b7510c65924094dceaf87331602b6be2652121a49b110385e9a6d94ee876f01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:b2bf8f2660cbc9b308ced1e70e6026a379f8fee9bb4f9646a6fa6c93020a5937_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:c9e977106355100f6bf8be3447731683a42077e6ae348dba4c977ad0e5ca66d8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d20168132315fac4ff6af2c91e2eae4a9c8aa655295177d8d0778a7d11665e6f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6ec30576f3e062edded4acaa8badcfda9089bc997a8a451ef987d99a5bf5854d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:928a3bfb73ef2297dffe4a01d7d828bad20cd7dafbf8f20116e640a487ced903_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b7dfb56a6dddbca6ab5a53f4bcef850cbf913eaf9e243024480b97ad0b1006f9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:dfddbc24187efb679102afa10e98778bfbbf1cf7230993de878594e1115c6b45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:43fac342e1843d331f83c674e25bed22bfd6f1e32690de285bbf645a76f5be72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:52ea1ad37d60ad4421a29e12c150ca51fbbba9caf7abb3555fed321f5847f425_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:68512627de4406a22ed8bb6198ad52ace18355734fc88dccd9f7b7174951dcae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cb71a249a099e3c159ed823bb10ddd6d6166e187f63dc239b7a2631b83fc65a5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:44e7b77f9355d7388e55c6b6b4285bffe5c37592209c027c47fd374d144b154e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4c84a48b74a56bd251ba77a669575aa1f53862b7d4bf5b800ae7b0c164e7f348_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b90fa8327a23cd9b45bf288bcf5367bbe5ef9fe8733aaa590846782fe5db8cac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:da9c26e95408d109f68f3db40da5c1962b20ad49fa75639fcdf7887b8f95162d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2855ad515e7a85e0c50aa1ea7aa3398ad47626cc7967eebcc3787906a809ed42_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5741cb169c5e87e235354d14b702fe6dcfcb2d37a317a7e381310f9865976a16_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:af8e2d2ccb2b1a966a1a1d2ad7955e5082744b2838eb714e21b0dbe1cf49617a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f24a2e861990b1234f07060333ee9f49d1b443b03d35917259ab31329736f8f9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4d00e1dd2fc0f01bdee4e8a43510fd99d1db320326bd4d5cadc2bc2110a5f28b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:885ab40abab1c5c55910ef8ee2c18167ba3a55e541e9f5d255bd9e62302ddb10_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af96dcce7a7df761d1dcd3be13a57794b9fe1cfe8c8ec878edac2114b8628673_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:cdf02314e3d66d60041dafcf2f4c069d61497ea1b4d36a1ab29edb07b89016a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2bcdf90387cde05688f0c9691a7204b4ae342ee20874f79fab2a5cb15d49d2f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40915be8107481380cd0a69d1ed7c2061a442626954200ec8151557f7cce7103_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4bea2647a0ad9fc7c353016566616683f2131115e56b7717bbc1035c4ff79ef9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:799777705a1f8f837fc36eab527b47d94612a67c343486084d0db48d42cc8482_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:377c3b4002341a3d0bc7fc4a2363d24a478b61f1297f8b9a074392b360e0c8fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a374c5ae2d4cfa792009ce7dce8cc8c9188924dfaca3407075095357df5353c1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd0041cd7fff43f1fb2e92474f9bb69bf8e1a1722f999555aa2f8184607618d8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:eff721604d4606806f771b3922582e6bdce53f74749ade05b0b2e5d7e5fbc70f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:06e8bc4a4e44dcc8273bec21b338cfb51457844442974b5f09991d0394417705_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5a2b95f5661070f7601d3fe4257d23b71df30d30192f9071b3f3419714821b5d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:a73b3fbd46d12b57ce7a136fb23ce9cb0adb0dbb21d04c90acbddceba49fc166_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:de82ca914b1eaa932b2f27e9d54b94da55ae48a3edf726b910e58a565525021e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8cf8ae7d88d2e0aa4ea2fcc2b2a89822495f64e00cd9125e19e22ea4759b4a00_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:948a5868474bcbd679f7da799e68e6cdc5856ccb68fa614325d500b545895fe5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ccb324413b8669ca4679b0a3b9738f5675b06ee70bfddfb5424159ca5d73fdf1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e6bd08b3faee18394b7ed5611d49c2d6ff41890ab7a21a43b82d40fb3282a513_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3042d2b5ace9ea0e3187c9d62dade95851a34d53432452abf69fe5388fc5b558_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7777b47c630920f0f22d61616252ff74c8b8f798108f12966b6aaed5d4ad9e1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac1cf2f80d1f6ee5d9e12d0a9e5d371b66f72ff2b264850518727f084b1d098f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bb1091a626b139e9efed966b94f3d4ec620f61d1dc31873a52356bea5657ca6c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6058b803b0c6319977a5ee7b4ad3130fea7e55d5a7e15dff2b93551f858fc5b1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7bd9f907050e7aa05bd6135496050eb61033046b4c93ed41c2006a40b33c7d1d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:994657490649f677a44c2b97db30f18688a51cb9b36953ffa1d928db389b3a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ae99f6392f5cf2dfee91c9bcc50ce4afcf961585e1c18c4c83d70e3e1fccb617_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0763d7213f1ce83cbc0b7702a002fb86b8a0f84db0657f43bc2a0e4e42cdf4df_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:30707e3e89ba622dd33caed26fdbcacb8fc53a395ff82bf1bbae7ee1402c062d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:66c3a5b926ba79860acf8351e9a9655e9398b3fc9d488d3cae3b8986fb82bada_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c67817948f76127224dc2f62076e7ab3067554208de9e845e86d6b9642f57ee0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1337fe91f2009a10847e3eb7d821246f6d828a9e0679a69d7d0a52a2c59aa25f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2fce5aeca6f39b0933902d82ba1a3800947e34325c1264adff2bdbb229b421e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7a99463d1974014344e1935fc72b22e9301fdb10b8dacd850ac243f0f10ceefa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:707059760688aefcec8abc6341238f4b26c071f1183be7d0281b6a05911b95d2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:749f65f5ed41dd2c1a5b9c208ff9032fe7eaeea9696bcb06fffa34952fb9b369_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d1f5ed2781569cd91f07b74160e8bc95e0ec0d2d0f61b658918df40a2be32acb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4bf01f4ae53277d70ee877fb489cf07068f787bba3bbee31f8e3667459a440c2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7fb2daf3c277f320d213af79d0a19031c9f17c9b356002d987dce0ae95e6ac4d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6fe22827668ce4ed48495c07757bb8406c4fe521258df08a7a827206451a65c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0904ac65004bc0e9303b0c21ed48818d5b0a40ad40bbb8d33392ed6021dff62a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3aca0fdc0235040b888963066a279aa2357cd4eb7a062e524f6ebcc54de1492b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f94aa962ae9d8f25e5a2353e3d4bc980e374a2da65136e344fe685bf89b532c1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3006b6992e3cd3128f0ac9b463234c18dd0216269edb4a1238d632e4e69aa0ab_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b203ab7839940fa0a8218de3e3602d75f8ee5343f6d6ee018a4a98de985544f8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b776dee4d809f1596c238e4911854670cff57ae351b8f3bc5a769e266e815886_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c70395cc3af5bf9ad32f9fed59716b0256086f4793f30102a17b50cfb28669f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:347f24705fc774f6f680c3ed41ec23520ba6eda9a791fcaf447ca2b6a3e01bbf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:85803d470467828cdeff4960df35432579611b28315388b4cf04530d3e1a3ed2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d884c62655d3a1d77fe3e761630a0f9f664b45715d64582ee953e4309ea07a1c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f833006c803eb2568db59d7383ce99ee399eb8cf6779f7ddf8128a8aed078dce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:34f21e2e0839de25218fb49104156fe0157548614db11dc28e6fde767a337311_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77f37e1feb3db4f61c4f9ba61073adb04d732a91573b6ef866f38e63282dce07_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98888796a39a516b6ae1eb17b994f3c5f7eb785fd491ba5b484f7e001ecb89ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a63534d446603e6cc4b3c97772cb5b875b0e1a43326b6b5677dccb31e188e1d7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:000f14446978bf4cae98f675a93f29c531a62b695f64f79184e2ee39c9ea7efc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1f7f66fce081baa4ad51c7d70483384fe67ad8ad2ebe06c859fbfa70d5734e2a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a0723a1d41abed167044e2319f621ab3eafbeda880191952a248f0b18c18438_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c965fc0bc9538c01b2447925cc90b1ec01ac0ff264af9906afbe3a2d6987f40a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:028a6a942607833095029e8b7107082a65554a7e4d4a48dd16561c40d87e52e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c419a68fcc53ab1659588382b32321afa3c715a18a120b56482d15ad92bbfba9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b8c1edee562f20d0645d81a73085f597911e9c49115f8a80ad0156e626bf686f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d7fe0b61d26d7bf6bd11543fe192a29461e17380d0e475b19164c5dad151229a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:344edf790f7a68dab401e7772c61b0734e707e987b62c6f45bcf87e0728c9362_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:411f6ece7654c52571e96b57f22fff14854a73bf7b17b0f6670162cb16bce75f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:10fc93aaf15cf598f8062798b7a18634160ae003a1b28eab01b3deb1ee737ca8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e5a5bd458bbc0c4be4e443aca3341d979cea5b74d3ca7b7b0696e3c2b7c90b2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dad9e79fb10a3ffe3335e7f46ace9cca55e005ec4d47ffc42915fc04899cfced_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:26b52ae76459968b2aeae84cb41a1a506261e20a99467776b128b14168cda99b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4ad37ac98ed9d6978c86161547294042273c5874ba39461231aa9631f7fe6c78_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:15079624de818f932b095ca63060b10e6be76643afab31d5cce675450fccd042_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4722a201c20b8b5094da16f860580599e863fbd2375bd717d19d6af7b121f55a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:80539c0a9aa5e33b09bfdbf5fe0c1ecfc2de13963cea84abe56a7ef292585329_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:dc6430346efc8eaf5cbd4cb4d1d4d573f2032d8d98e8a5a5173ff8833c5df1fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1bbb799dcbed9b505e2c4e66f33c2c7cde2cc1839d913008d58de8f996e58e4b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:363c4c852c17eb5d258162ef98ab7cadfb2d3eb05d172764478d7a10d119833a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:865fddbd4236aa1cf444520ce73df6df9fe07460002b5ffcdfe5eafa37545ce6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d97eac96ab00caa6c752b755856bd95ac3d0e4ca3232f7a91296fff7a7d6a2be_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3c1943b3166e1b32232f0f0cee92e74d5f69b4ed0c1bb5549259462f93a3ad01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a873048329a66743417208175b49b95c9306328f9972dd795b5142fee4c18c6c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:bbff682a40da5f445fce2ebd84a881b9d8de856cec82204b4a767909846f5bfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c12b750d337083e95aad58a49575afa062c0c8fb4b3d3c80cdb5143d8e2f07e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0394554f9672b31c25406103df573981a763054d7ec2b40aa4d555e0bf65fdbd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a88f0d6324900e1f952a8bf666d03394e07dc5410aedf6d21fae4730bf781f20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:abb50e95c2f02f979d84e96a2241c8dfef2c02ff3f60f5a721b06ce77b9ccb91_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f6799cbae398cfe167bd75e936a66ac89c5b2ade73e9d1f8a6a74c0a79d1845e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6fb8c2aebd19bd2c9dd6b463fa87b5c278d374228c297fa4d0356b576be77be2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a7a6a97619294573e90dab878889ed905e6258e0a1f2ce7bd3bfabc674e3a130_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0f4d9c2da050f40790d66f6c0d0a0845405242e049627583f82b74a1050711dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e3431b1036881405a033766b3f91280ebd0504f042d302751ba39fb14e7cf4e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:83de49cccf7f453e86d49dfa368a5dc496afcdc5e91c53b3cb4922f2e14fe998_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ca4d1f8ca7a8d7e0820404752c1460f49cd9db6890a563d8e19d00e465a91ccd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:36f010428fed43c8c051095dab67d8ec2ed8ee781e1df61d3f59c43cb5e639e8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:fff0072bbac9a35ad891a4d2171f977d3ab01ae30eb390b21552b5e8876602e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:151cb59fac2491538b23cd8d2bfa7d498c40def2ace199b9c237a6dc8128deb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:17036ab7fc36d09d46ef4fed525ec667e5c598cff800bb58c756e6384555fdda_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1b7a1c54864603109f07925cf739cb627586287555adb2876385f8ce83cfa23d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b06c85782f9423ae79a67abf2e54838d9b2b1035e90f11d6107271e29175841e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:024bc96bb6bb7d910b4bb640777901597ab67fd0e4fcb8dbe4b9b27f80decb82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7e6e74205ea4ee862e8e029309467bf2df8307639f7e1caa4800e2569bdeb219_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:def0050cfc69412c7f77937516c72c5d7ed4ef3c35c62392ab318aa780d6f7b1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f7e9a7bba6a7b50f67defbf3c769c726adb6a9b62ab6e0ba5b3e68dee58afb2d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1f0cce74be4ddeaec91630fe523ffc18556a01ae2ac9e22dadd8e24277bda65a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7c7ff8812a59064b2479fd6f68021fb09434913097c4f1fe6e7a634e690552d0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d498b2b2dc0973cd54bae666f8baedf93a36f492b60b9bff72aac7e27ea8818a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ec9b1d0f06ddb82cd82c876ceb27af4ffd00b63309aa11b5e304e76c047c7d13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4d0b0bda11ea1fd3e583674c7c4cd29b1f8d312009dbb7ecd7ab205da90ac921_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dfd97aefcb3d919afcc2e008449f1357d84572b675937293302611d03f8c2b46_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e55365fcbef6a6e83587d5ff5e05197c58692979fc3bbfed319a116990863268_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ef41c6771fdfd1901013c1784f3abbb940fe1d7e903f7a243421613404f25da7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:497ff6fdf6fe96578a021a69945fead5b62b608b90ab39ffe003cc65414fdddc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:68f0aa850889bd2b18a9807bc749b279c5e3daac2bf8e996db6a6fef8616ff89_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:ea7fc873c9382e6b9b0b20c7297e3503209fa189aaf818dea19f124cd7e761e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fbdb002576e2c451ee4ff59470088f76150c97430667110ec05e22842874576d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6eeb09cb868c61e5b0390b66522a2fb2985e64641288409f4314ab4192d2ab31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dde1bd3f99a47f40a286d24e0b810330828464531bdccc1d82dcde57c2fcc7ae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f74e38e0539a523232472f6c01717c6c5617c42c84e09aee6b53c3060bb49136_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f9378202b902ceb1354cc4f58b2e2ced8323862ce6f143323f85ba4ecb5e1685_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:09a3a404f0211a44a1c5ca99672a2749fab329aece07af3073c564b52bef29eb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3d470f79f26993da7b588adb5c6b5ad4d0d9f7d72723ab8c5f47490301ef60d5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:96dad98ff7a5e3f5b97e1d85e387409dea8b68fe7554e3420fc1492613455e75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ef9387bcc4963efa9c689a68a9d7429b8ed38afc3a0324d6768aaff1ec893216_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:486911b61b8e75c122935186c06b4727e8371eba9efce8f7829cd984d3bf2c72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:cdbf77903c99fcbf1861940b2b6d91ab45461b057e7287366ceeda3eecfcdf8c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:320db78d1b6ba1723b6a51ea1949419023985f32f434ec5cf144bd001af97d7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:373e267ba7ee413cb43c9eb609ae20c688b27207e152e42356af1bc26ded776c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6f0826d52562417858c5c1e48fd6e9f092db695debf0be4e03490f6c70f41771_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:98d6c0faf92316738d92dcd73181279f5e86aa0d3b612d76df13b89c9f07cf57_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:edbf78c7ef72b2d4f304abaeee6f5258fbe0c8324501eb88ed5cf42c5a4444d5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:11f427638f7beafb14f93697ac6ec287c2e6b247ed26d7edd2efbe2447eff491_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:34ce1d804692ef492a975157b40c8c90936130e047a846cc2875c4d0b95503af_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a98f442617373a5862d915d4dad6878a53e5cff38ec03cb7f27c3f3e91f75cf3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cd9ee1dc64badca69a5aa6519d2b952b4d542160cc2cee970c499d67daf758ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:007bc9793a3de6738670ea13750957fddb35ce26a760b09076bf271611dc1746_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:96d9062dc752925cd30753277c4d5993e24f7a14c3d4c5b87261cbbd3b22add1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0d112d71692414ea3e30c71ed4d2130fa213adb6f152d52400dd3ce8d206bc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cba608ab4d269f75e2404f3728f492b83a6babb2c0a486f13a2ed2b4eb37d548_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:02a280b798b4c457a6d18c50a6ec77c1d3da0f89d6949332ecf2ad7e87dffd77_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:09bab94f68b68ec97249a7a70deed05442f2f0418791476095fc26a9516551bb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:38c5894ef06e695fa2acf7b718cc00b785778a85ac7dfea4df434a9cfbe667ca_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3dd40f617959356fa2f259d195628cd7330e79b2ea77f88c9530e7526aa03909_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1fd1ba8157da909d629ddfc811c7ed94a2c3e8d7cfcba0e5e487d918f0911ae3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:68f8f8aaa4d16a68f12c9d95337b749c4468513057159e767329a243c2213e5f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e0f06060e323ea0100415d8423e57c4beac4cee5fa120d74227b7b4095cc996_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:daa865e7ffd9b6c2b3b5c996358cb5259dddf66f17318359601eebc9a074962c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0642ac1cb901f1c6573106f7574c760aeac07946a1c058f94e1f0f13ddc21f81_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d75f8fb713c311b5cff23d890214d9e5a16ec25875f7c5221d1bbb5839bdeb6b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e81037d3b7cec79239dacefe093b8d9b1d826dbf05f0b6f72b263b058a6d588b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:efd6be9172c4cd3022f1895349dc0985c9d93b2c59f28ea25a756d757dbb3fc0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3e8335863602ce35ad246a5eea083ce009f0092b8ee950f0dd69807bc87a433c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:45dd40da8a2d926265b9a09bdf3fc63759c33adae45ec55de3601359645ab166_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:60c830d32950726f53725511d28564322dcbfa351998ce67783cef1d8ae2293e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:98cb5df12c6825b126baccac184ace907769cc55b736c9a9df733512dfab966c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:35476646a41ff39aef072f9ddc168c1516a4be8051af414efeb466486a66997f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9b2ac5c38a95ffda2bb6e40d0168d94183e7cad2da02cc3daecbb7e790b6f93e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ddca08d53910252a6b7e157fd1ba4482d983f3db381b53d6f6d6eaff75a831c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d98189962487975bb648a186f21c7cb913d5687b26a533c6229d5b996adc2a30_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:12df6988ba07897fa7002742d822364869db98148387bc254c773f6cf6aab361_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b36f75ab417ade94575a84022a86fb9e668c7cc123174225b433ad8fa8754dce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cb7af29983abc2400722359c181490cd621b6368142e01d5cda987abfaf09330_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d784909ed30a2e03bdc1e565120d081f86402352e770e232f2705726d9ee096b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9041f7f0ad16c7f084cb2fe0ad3fe216e9478f1de4bc8667d879622007467c52_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9340544c0990f8c07aa9e012a94b225baf4579f49530564fed3c9c70e739403c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a00fd45e668449c41c4967c4846741e2781008d11f1580b871be51e4df138a90_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a262e0c68a133a100ed375316b8ed98c673aff2cfab700aad88271d538a3a773_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:013763be2a50efd0f42637f99eb5cc21d8ebdf18c12490c9bc742206ebda3ad0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:22a5c5b08e789b28881dec527170da8209c98fb810250b3554abf923c4ad5fff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:57c77c8019c72b83f6c856347bba0840cf910c283eaf70a3e43afb86864a39dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:71252be092a8333981aff76f5299610b42190cb17797af1a63995c287fe1152a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1816a6bfec19873a742fe09afff825bb6f550e7696aebbeb98311784efa8e397_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:89c0047544a6cdd3674b84b045d10dbbb4e24a9f202c4c48eca1ea9610ac5a87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8efac63aae37701ad39598bee831b7ab5a4adfdd3a92d04f723c68d1166ffb31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bc33cb9097e3ac41f2ae10ced3d22f468f7427ff3ed57f06d4093d2c797399e0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:142b32c53f363694d8e037a3e0ae82bcd1e05cfaaf3492396ec79b7c6d859d6c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2864a2ed84fb3a8e75922a97ce9b01144b45060757e37c77d4e2af156a70f9c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:74fb8850cc2a17f07470999ee754a8c7c4b5d8e70b936935ed37faad7d135e9a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:767c66258eec0215094cf26db159ae778e1b41f0e8a2fc497e2aa6496709aaa0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:14706e182451c4f95b61ba798bbfe0a90c1cbd65dec24808cb27f7794004548f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bb24d5d70c202b04a8cf65bf217c8b91507f175eba8a23b4101967dd6d2c278_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:aff446d777c5efdd99ee146eccad6d2509d68852f790750a7f6b50ae2cf36186_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f4cfad2c4d47ca9f60c43ce08da894876103834e30c7bce2858d2de478eda406_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1ddd080e1e7c8acf32a5b313a1630f56fefaf4fcd40e84cee698e3f96c518e66_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3b2971134874f759c4faf03b8c48009052f35e5829c4e1054b491b710130c93a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:67be2dc0394d1d8043f5e4e4712af78aedf9cea5031fd3c8e2342c1cbcb898dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a4c6ef8049e4cae2db1076c1fe9652e5e463e475c2e47ae57cadac77b85c1b3a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:806b48a15ebfda0e8722f8155488d90a481c51951697ad7350e8dc117d612419_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:93b726684de640f9988213465d572c14c2d41746bb9b1fc05fbc2053a89d63d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a1e7407b4f0c1eb0013a8edbad29db77e67ec9564c458826423d5b2de2869a7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f9ab0ee59be6d9b949deb5c155917db98eaf052cfacf5ef27e63d6b791dc1cbd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:cc958c954099b1f3837c0f42d7876dc5a65389e28635dc1ab1d31b7c9ed42eba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8d5da449175d5eef48240f1e01c67bc7413a183f9dc8c19e593682f114e18369_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:08debd7c61f7813b3b7151858b9af4b9bc04d07eea44265b74e6df5598c2eb15_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5f5f658af27805746d73e6f4302dd5064366795dc9db5d9f558916f98f5b6988_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:892ec77abb5c8460303b76ec99d9ad6db103993c024ad348eb0c61bbeed27562_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb7d53422af0058a6458a0082778d7b80fbd96d848f730d6cc2b1ef1fe8378ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:00ebbe8646b24d21a488bf4020b71e0ee5bb6f4d8d0a997541b3b3240da27ded_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1d990a3975d37d242fcb265d3b051f219bbd26254f56b46ec9c7e147f8ca8678_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:507429b46f02b262592c5fd9916f20da576a396b51d903750c0b5ae7c72d13a0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9a19c19be8a50c2d794b647aec3c592730c75ad06217fafd8ed4b11b7eb5762b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0c688c7488737c51d255ca31090f6795da41e5fa3348c015856d622909d36c72_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1e88b21782ccea906becc06bc88ca25088b66e7e474a79e2d5d93db2d83023e7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4457d82d81a322820a2424185a7e9f05e9c2b45042f6aefd34740406f07abcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:af3bddc8b160b3959a4c78f297acfe0565e790ebb1354202bfee505640d56736_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4182b34853de62c1e8e4aa4ed1dbebf6b597f86cd9291697e512ac1996b81f3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9268c1d0fa4f5f00b6d0fee990c754f55acb80efaa8d267d5196735302cb219b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d3cd1417108e10bc782552970f119812a447237dc7c4bbef5da96cf86a5171ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f626cd22bf9c9b67e99522447039638e4c8ce39756d68600c52fd173e514da87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a7464c063b04db2a515c81cf4ad13db3ce94c936cbc5cffc710b9ec407e0c45_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:86aeee81ec76ba3a4b65000d9f9097ce2ff13ff84346fef869bafb86ae447731_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a906a0d6bb3320a5ba360d54591fadf12445e587d6701ce92734ada703a57c27_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ea775328601453d6232efb25ab5666dea264037104e7be017c3bb14596a5a09f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ab5e76c192e880195e0866154536be7bbe0b5f8c98fbc019e6ce572777c5b09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8b134adae6f75184ed5c57ec2843b76886d36824c58c7b609751e98efbd26f9a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a52763a79a50764d25cc221810c1f34d4168fe48b145c0bc4cae2a2ffa41893b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b7dfe8fd21f03e241e37672fd6b056c716d62dadee72716d10800aeb256b878c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:21bcaeabd8595666b46edd0b3ca33a031e4541079be67b1a128f3445d60f7aec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3172fc318303c88eeb816481baf2013ce141ee6ea060be84175da3e782337fea_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:879d84aa921d197ecfaacb72db873a8f02d9ace42c7e62218d77f679309bc319_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9a42409dbfee768b9f85ac624cb344269b2752e89ffe9b1f90995604fc6aef00_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3671e42dfbb3810f7d9154137e779ae50674d0e9b45e124a73d95478cf0a99b6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:386ec95060a77d2d73a5968875dd791f2fe7b8b0f6c6d47f86fde271a007e983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6e9ae4c9df5cd6811d3c05acc4a15fb86259427ccbf22d567029a37228ccd5c3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6b80d57abfc466bcde56a0f5147ab378b36a0c00dd7c5755d985edd56661016_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ad2c0ee88a9724a4ec5b53503df32810dc73a4f38685e14815e4f0468dccdc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3342acc23f8f3757d73094849d949e5eec0132d8981fdcd01603f0099af4a17a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:72413b4d27b0e896dec998182c4c2c3c501045254df254b75527f10d7aab3e48_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:79ad6ae13e6a7072a38644b1ebf5b67318fb04067d329ac5f6108e493b571d58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:68025f170de2464bf46d4fbe6e7d9cdaf58f9ef43a291c2e311f295cecc00901_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:73ad5ad7112f00a1ef64402ff1e4782191887e7c806fd2251bedd0e8c0f002db_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:d4bd66cc6323876242247ccb70e60906cf79e73d31124f0cc8c1006437459b9b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e81106354bf74736749fc24012c8e4bfa7281879fdda598e3327c9c0c52bb3fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8e8924f26586ad6207b8f5903dc30af128e9e8503b05010ff0c98e214ed51ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:90db58690c68927ea26fe9b9434fa474bac70f8ead720ba1f5bdffac029c8d0c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:96f81dd61b80bd0d5c99ac9c7c60ff820329e739b907ca44c2155efe225f9afb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d546f4f4477ce8c908418e79a08705d32becb71c83fc748568b31b412677803e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:00a2826cfae155a2cdaa1976c1801158dc9cd6cfc479a57a65e5b91dc2525a30_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0ce48134847ba67e970651368d699e1e7a10e10e2ed6ab6467c9d184ab599484_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1659ff076546ed12ba6a737c8ad879ccb0ee7c1b9bb9bd58093b4f6ff9f333eb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ebff43b9f30c8a53c7f63f05e04b381aaaa5654f8b67ebc88c369b1d599f276f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:18a60158bd67abf2fcb71cbfd524863b7c67d2c94b3f52a56753eff2e16275e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2ffdb8e761c3c52d419c064651541dc0f4b6e36c00b8f72b34fb437df8404416_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:397024bdbb37bb9cb2b1d8c44e6558b61cb9485a7e6603cabf58ae7d44092291_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8bc84a9d21c84704e7ae4c0c234b3f5e9edbffc1bd54adcf60d4a8e09d672927_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2a414fbe968023f0b08d783918005c959e0556abeebf0a7eab43267ff484a388_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9fd74bd9bad7167de3ff9b41aa42aa1b2ae6631d29db10a6c7b3d1a5f8258e2f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a1d4cf42bceb3e6a4815dc7f665a3a577d6fe06db8f9eaec973da25a81f20344_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e0383d61bc63755430d3b4fa1a3824752e3d7dbdac910089293b25e7e9bc5dab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:21392184df64cde99256e947da7ef0fd360b0ef627c1adf0f92b7e5a2f01e8ad_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5c0f78a1187bf51bc6b296f6452ebb59e13190d7868b0631df62bc65cec09a5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9371d1185a2f239e486c36ce1d77971338d28260fc1e2a41390fb170b2993c83_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f183f1113710e8a3968abb6e8a93a4a5621ad3446f5962581e944058a504eae0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:533fa6bd60a602bb48db2cbb3dab2d6bbb31a644ad15c76fa75ef6cebb5df5d9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7f1364e8f6ef6618039ccc63dcb9d79fe73fedcf404b2c8f828d1e9eeaccc167_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a8ae4cd3710f2a342bf936124105d1f6f3a110cfce2d3c1a81962b22d2e238e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0876b2485bba3c6b51a0084237a10b17cbc660663eafef423c56419f19a169d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:106da5b0750a07f1ed06dd2fb32b6c3646f707efa4e670cc5620999c4f935be0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5950e0b8f5260ba9a0c65051dc6acd38aa7f5b7c04275a0aecb4055b82b4202c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a9dfa6a14aa3bf5666ddf5692e5ab50695f9b654a8f830b94656a0c55b74f7a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dee2a24fdddd2aa5c4aa8ae9c50e39fda5651c4488680e651ab1a16edad4f57b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:717e084214e3c0e16988ec7d26da396a1c9c7ca72f0acc499f3c8326c80a1532_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:77a516103c2a357530f52bd767de792b5faed786923c14afe2ac799016344776_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ef3a40a70625942adab0b6a9859ef2dd2e2f6706d6993fa0e04ac35f22734b44_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f5238e85870c036019e7d1bf1ba8ad6b6bc2abad064d972bc1c3cae1118f92b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0b35f08d6b65e25aacbf7ab4e8a301deea0770a46e2eee1a6cfdaeb4a3160008_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:23a196e57eded601b36b969ee0ed1c504b460957765d0f034e210b4cb4cc228a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:70dad593cbc949ba070f9a7995a301cfc2aa9740a1b7f5cd4f86b15948c93f34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a88036cad50dcbf667e951551d7c3dd2e074d04ff6f1043aeda00610a39663e5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:6ec8e8632ce69cd5593fcaeef8c1138efe18b96a52a548d1ba676fd3dd761141_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:eee57c35a67ba8a454e404025d05e2a8844e3dd5352cc257b45095bf5912db01_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5922e41d5d0fb6a1ea2e1e6d42347d998505b40e914365078217e91f20d712d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:cccb45fd0a506c42071318421c6c102999a7970bff1172031f2e8566ebad7b94_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:55079f2e8372c052df93fff5d047873d1c942128e9c299f37c097a2ba04e2307_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:73402d269c605dc273ea1b166eac43891c96d3be9eeb35ec06664cdd326a91bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:c52f397b82721ea6b81f2436e6b20137b05887b3b3436cfe42b8797ad75d1c3d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5ece27c9bb54514eca68d0eb4b5dcb7ff8ea1c0a52274ce14e9b3da6600cf71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:14415de13c4952c163a6e0af73648d0383c3391dff81e909bcf0e82a5d2e690d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3fb4c6d8b0e7c7c939aaa309e335caace1c805f90a86d2e156a3c09ce63409b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ab2b2cdd65666cdba8407139371c27c37e14e7cb958d6f9010f5067d8fc70022_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fda53aa2698d2ebf6eef488f1001e247061053135f2038bc2ec35d51b376f7bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c5989c1ccd945b1d9aaf87ff0e86567a1434fc2119728b1f5823395ea86b503_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2e42d85baffdf5c31edf791ed391ce978a69cc803b4006acbff46e4d961afa03_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3e0bf592eb5fe00bc152b5f7c10fe91f9789ebe36cfba0fd1bc702b129a3686c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9b0c7c3990c15259812f90683663cc1cdb5a8fe8b86d54f214770fe012006f52_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4d76a7cb33ba6ddc5590519c6bb491a9efd3554d7a767f5fa96fba8d7d49990f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50b44a834f7615b12590314b093bf8ec9f457c6e5d3ad5262b9e94fb9bd97754_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6e7e3c2ee66b15329fe6b195a8f7453aece953a9b324befaeac47ee6dcddccef_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:fc1e70ce3d833ca0e6f9fc52832c38b70a2562e6404810d15a3336cd660770b8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:05fc3afb6add2477f222db2d11578e51b46236017db51bddb7551dc220418c53_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:80139cdc4d4abba184a1ad7515593bd2cbc73d742ee5b0a6b0848bdd7ee1192b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae32d496888e2e03b6d2d819f5063f356a38fdf36dda821126ebbc5d482c6b2b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:af88d98c253d2763483b59c575a1c1ec06d8f1607dbfb9c6c32ebddfccb09512_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0edc465277f4de05bc5157ccfb3b378933d8cc5dad5bea4a2c38b8fe79a8bcd7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f0ea95f9d10aed3755237c3bc68236cb1dfc64551cdafb3f8d78999cbffb96_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:34d1252485c2bae4e6a65895af5b8aca021c709a5610ec6a03a8e40f777b6af3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a6eb218cb730499aef774f007cbbf2dc554f431bf1b0995c1b6fa36831128603_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1d9a067f0a66fb7cfebf5a02ebc10d3ce340f5da1cee7f1330a88b82d23aed5f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:41f05f7922f8beaf694fd67de9c7a89ac7703059d7764c03c202b1a070a58886_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8344a6b4e10728c7e56538c3ab5f61f63bb7bd1e9ee66eb9ad32dfb107a9ecb8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8412505921579869963fae9d61ebed39b95ec48a23d24ff1be5459e57023f16a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0372dc1974b82374601decd0c7c48b352baa4dd6ffcf43c26fa0e501c337de2a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dc7fa5fae1ff0c19d04e4fa1f1c1d80b60a4dea0303edd8408c71a08941b71b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9c2d04f3bcf14a2a877701b44ed5a1c35cc1e53888c0f830d6c3030f773e8fa2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c0dbd1efb355a435b3b0325b8d8e40481e5467e8df2f0acaa18a4a377e93fc75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3a24fbac9c6f2dc66c7df9da9138153f24ffb48984065b4e285165aaf226b193_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:444ed9fd31a630ac962ba53d6f46306892e61338c4cca7c1f6d321e0c1ea64f7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee6f5aa6e4c655513846ad387f0e67d9e55943c904d5371464a3029e4221a449_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f14493032189e265d853caecaef90614f5aacd93533622ccd8ed5a150d874afe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:694d36f725faa0cb6e01520b0c36a13f7de676626e6064f381524bb8087e8194_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9fe6e36b7bd3a29d554e672d2093c3a65aa003a36a17c0dde9ae074c55a9bc46_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d697105b7f6506493d9d32458dd590b13b585903e9553384ab9e87a6b011d376_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e8f9b1eda851e2aeeaf3454be4f20b0d90cee6fbf8a0a432906f648459cd4f30_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4f64f86046fadaa8147f68c399ec0ea9d52284e5df5e91c781d74439204db3fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:56f9d3a433c936529b62d98cdade113cf13361303482dcdb16bff51ca5016d42_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:893b5a11b945e070fcdf51db1725c9a6a82c42cf45e014bc866760fc5d4637da_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:997afcbfdc83d639c9d8875a7b2cf78f894fd581c0cb63e7017e5b146f6a6d95_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1a64b24d1e5a66e7f859075c9cc3d27073052d7ab0fe589bfa90a902e38da412_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5129fccd4a04fbf599eb50308f5e0d05ef4ba3cde3583d6d05a06a97e0eaead5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b9ce2b1cb81eb9f5ad883bad542b64c41ad3a9174923291f3dec200ad5d63364_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eb7c7965e17ad69839297166fe8c8c15031db8ed0549ebf44bb4ea1da98cde8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:290e954304d85218aa0d6b861c05b283499f6dbc4d64166ee8e6528b7d751cca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5cba64ffaa60bf9c3a736a54aae19e7091464e2459ee0b5c3989461f29d21424_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c9d31633af7f32433d311a8b9c978dcf8dc928a1b043d86b9bc0c9f828472713_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e85eb4417128ebf51ae5952be24c9e00051fd512b3479a73a5da02aa216e87c5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8bc36a039878cc535de99714a87bce976db8628767037f716e88e6c7de5ab183_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f8ecf162263f4c9831b79e98df9ce36396ea6a998747ae40e743ee433e3c41be_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:ba204b99b5881580ec39e216ec7ac0fb04d56ee6d71104496d88d3ddc057e096_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e26b62f8b25250c571a54af7f1e4c2ab42262a2411ac9f64f3aa933ae2782bae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8bc36a039878cc535de99714a87bce976db8628767037f716e88e6c7de5ab183_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f8ecf162263f4c9831b79e98df9ce36396ea6a998747ae40e743ee433e3c41be_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:c339d2f84e1defbb24c4c4f6649f863c395fd550522b07bc132a159acf0a44fd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3a63b4b71447165c2d16071b69286bff5387b2034229cd7fe3aca53745d7dab1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:09a3801acc25df33ee5059e84a0571f7be3e03a694044b1369be94004d23e4a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e536eeaef0d372c2c2fae87d42785423d5af665f03f069eb9363cde71243607_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8f6b24615c498f2f8efd31b8a4d7e0cd090e6d0d42b289d1651e1628e6f61177_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d1af281d07265d3f33dd757f3a85f2157762e963d577b54e8fc7d2ec2010e03c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:39586aee081aac1f6b421a77ecb57e39a286cf69939ba994a646f25257cd8bd4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3d282b4786374825528fd450d57f92ac67af73b5bca607a226c05b3de7c9c0f0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:55d3fa9651bdf1c0ce99cb12468c157fd25f0512aa990e5f0a983f9dabcf5caa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b0ae68ab9ffe311085fbd170edbb9014a0cb90c124c0b5b10eb2cca2a3d58e50_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418900"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go\u2019s internal bufio.Scanner, the read operation fails with a \u201ctoken too long\u201d error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is categorized as Moderate because its impact is limited to the logging subsystem and requires a specific, non-default usage pattern to trigger\u2014namely, sending a single unbounded line exceeding 64KB through Entry.Writer(). Most Logrus deployments do not expose this interface directly to attacker-controlled input, which raises the attack complexity and reduces realistic exploitability. Additionally, the flaw does not affect confidentiality or integrity, nor does it allow code execution or privilege escalation. The failure results in a controlled degradation of availability (logging becoming non-functional), rather than a broader application outage or systemic compromise. These constrained conditions and limited real-world impact justify treating the issue as moderate rather than important.",
"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.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:237013c3583df12deb432390a6db9a862c02e643f65ed4a1e79afccf8e046699_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2572f6fe095b0e146393f7f6f8087b721ab806982f866516531404eea2e510f8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b4c65b52b46fe579f8ace23d12c22e29feff67d8a80bd5aa67f11559ecc2965a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd68f9f9a354fa8ed08cd228e572153a917ddaf18fb012d6e321fcfedffc4398_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:822cee0795e360458dac6d6efe4c8b29504067572fe961e52b5948a4f9b27ade_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e38ff55ce894a4a3ec7af3ec0886256a9c69acc1727467522645bd43cde9e0a7_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0f685c2d8ccddd1f62f2dde6cfa0bfcff8b959952347e7a07773476d87a16e1b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:93dd5b790e4b967dad69b0d6493e452b2bad83f97277b5c273cd739a25df5482_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:983b3bef5915fb159b5d7b95c1509f68fe24cc1368042e657d914fc0b4fb5fb5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a301aa9d39918b04ef7ff140a370602f1a38d00d949c795200f910774680af_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9efd7e8e4700fd1fcbe5f01dbb1c8b9405f125d5c98eb1ca852b855508a8c431_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a17cfce25fd92837717b5f67132f9b2452ba944d2e339ef1ccf5f4188b839496_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cd7f5703c9e7d4f6619286c135215e44dba4ff472516951bd295468bd413ff22_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e4646d27dec9078ad727825f27a088a9fef4da4fc45cf29d11df43352f53734a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:88d15d95c82368d11bf91e60b0a2a9eaae7ef4d3c399b214a9c378a2a8d06c52_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8948fd53993e277b03c33acca360d6e4b13496ffeb9858801142a59d64ca8064_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8a4db434be8da3b76850ebb5fbaec5b25e027f36827b175564b851efe8e4e207_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:be026c0a01396cbc87adc9cfe9e03b9786979d96a3a5f724ba4f359cb80cf1a8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:350081c392ff4c3f29b23bd7739c683e7834e7f72e26ccd3630cbc28aca9ac68_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4a5af9cb6dd7d12352fbfbd07816aacfb5ea0c5bb24baa5d13b16116db2725e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:98c79bf62796002e6bde932ba85949ef890d48380b944b7c28d806046e4575bb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:dc77ee000b0904922c06c4ca01d1e9922d72891c358474709eb5f859b74b69d6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7c7ae8c532469f1af18cad46939a093351563c259d60ee96c6f15cd9028b8612_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:97a0679a75ad118affbe3ce459b0e8c447b6f0d2a9133615343b79fbd712e8a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a9aeeb1058816fc132243b1c8c6fd6c29cf1a785f983e955e14fc7921225b018_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b8a1759ecdbaa7523680b2da57018494359c05c3ce8057167893e0e596a1a189_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:239caea496c8ea688a05ab49f1f7fb4a31377f43050a5602452542595a34e834_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:57d8cd207f20b40bee4795f5f9226d21dd980112c4f99eee3781928a4c0158a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:788030ad73fe759f1dafeb66cc9493c7831515ab7ded879fac7b2bd9490b229e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a987acd65800f22fd8c80b3d6c270364c2f4e8b3f34d0e1b9732f06ce9b2a2bc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:14e5728959903bafe2c1641ad832aa4fcb6ec8dd4e3331f2c3eb2fad3a0d9ce1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:1665bafdf751c446e18d1a588123d721c17662b5f4977ce765245ebc10a239c4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:97f01757ffdf1d19f4e771cb243e026adb86687ce831fc0370c502f0047154e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:c8ac1549f162857fff3dc54c73082c68165532a82bad8a718f766cf04b0474c8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:25968bb65ce03e83c1f7f85d330dadaf93c91b053d577af1c533caa9724e1af5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b49b13462420970f529f1eb6480952882be5a083d03b54886905a05ec60e340e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d9076e23e260e71a3904eeeca57c7110b23aa5d5e2bb2534d55c40762f65e5a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f536b582bc81072fe176ade0bad9d35623a418a06b32e9a8846872552cc616a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a87fa4bc0af3d3e3befe09d9f26c86180935833a16f8e5b0249e6015172ad60f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:af32233e69f1a1e35832ba0315a522f939092815c42e04bc99dbab48a912f5bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2db06f36858a0c30223f07fc0b35441a292922678f303f434a580241a245855_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d0daae392b17d34e82a8284ab464a227936aeec4f61b120d5129877926bfcf5a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:01676c777e2d1b26cf9c457027a44da29a93adf60439824efe9a0bf824fad6f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3765d1c0cdb5d0eb58b6ee805b1c2fc79414e5cee0ab567529f7cc9d2f32de17_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8583e3ba61ffa3f4bc5d0e411cceed3812338ee1c4e2233778fc111a84151260_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f8d09efc416ba06f362c298c670adfd634bbf2417b42dd63ef8eddec6d5d7b93_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:402e7e1b444b6f7d67adf70eecd5e96da520ba177539f30309df51a6af250a3c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5737d41fb537ab51485af1c14b36993ad233e13fe5bf29baa0dee6966a6d7a7e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c89addfb732b3ae9ae58a31b8a01c3619cefbe15eaa93654d460767ab56025b8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f2e916b23f04cd1df28d72d5889cc9a34a322ce442f43644060c0b7700473919_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07ce1f777cb829393ca9650cc859aeabe040dbaa92c0f2b78834fcaa5f27190d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1da9826ca384c51052a649dc23c586408ecde83943782b47af54411b34d9e4fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a875fa2d760f7a474e16f994b70ead9b6b41487b6fc21cde55b9faedd7baff87_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b428b537cba5f8ee9a8bc407a9b4d80b8588b602c81b09cb5d349821def16afe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:080537bdc8349630e0acc787277931110ff3601df9c9838ca885fbdb2c920c48_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29af8f0e50403bad4218fd0fb891f402e764071cf7186bf7d49c57480ebf71a4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:56a126a09282908dda774e301166393c14ee6c9df302094173dcb96744a0a2be_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9d9163e0a8b00ac0ceabe5308169b5c73f8f7b970e77a8488968440c33adc443_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2ad0d34847f8da3da566fc7144c1fb7ef990c711af1eea64ed548ba1f6777b63_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6058e350b046f81fcfe80534a48a4364ac81c3e4fb3b75cb23819feb81422e52_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6eedc1f8d41ec96a245432a0c5b07a883ac03c7f1b62c3afd81a4c413e44446b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71df3b2f0192d48b744e6ad4053a454395f8a07ef2485beb2d1e40febb8013a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:28c12edf2a8fd2bbc0cf125a72bed3eb4d0c93ecad9d6d0c31ea82675dcfbf64_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2bace21907bd1ab6ad1c163ebffe54f62d0c8066e28da285efebc083e808057a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:aeaa185fb7d7fad9da905d9f2552b12642c3aff657ffa1392cef219e453e6144_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af4b1b92c82e3193fb19bca5c7f32fbf24173e6cac3b0b188e0bb0d8b4885c90_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:26262a7bd08b1386429962224cea80c59be8a6cf3939e3e8186aa8e3728dc09e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:49dca66cadc6a72da5b0b9a1d40ac44562b6417838c633446e912f8ff508c4d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:56fdd99afffdc905cf58030bc590e51e06a29f4a9b4451c5395dc15f96d13c56_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac50bf2f26a190b0b9c559ca4082fc85067b4e894278787008aeba3baec66624_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:679909e392d7c5da212ea63c2d2b58718d36cd86e30bc7b303cebc7a7123a3e4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ce2204cd95f2d62c748ca84cea2167e17b7712b74da1908f3cbf643d0fa186fd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d988aca8e138e1e0728970a21984376b6082bfd946484718beb292562938b6cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fbd7c627d7e30861c49e05b57636341b8aef3a4c2d3b639f396c090ec589e3a9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64858e17fa94577ab6e73e0ce5d01bea8482966b71273ba7e14016bec203da32_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b480e8370a665314b7560735fc5e1bb694a13479d1c45801fe2c88f0790ba2e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ded1d971da094f5d4e8f788d419ae4e4afb2496c9b9914a9564904d4141a0f3c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ed9d05cbeb0e7b0ba8d99cab844548634a98e2920489e1a8a0e109a82eada18b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:abf664ae6d14cab3de4206584371e064771b3dbd5314178b663bbc1c2671603d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef29e32ee8dfbc89612071e78114b4a7555e9155bbc795b52cc1abcfb4fb9dab_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:2f8eb5b5c93f3f68db92c25bbba9eea70d9880e24f04e0917330f5077d2d9e2c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9f923ffcc65bca7959193bb55baf61902ad429e6b3a76ad62f236648ec64da0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:3cc08e7287be504e70b6f7a0875462c5576af11fa95d743b4928c3963382fd93_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:bb8b9f6c64c40e8f86228c282cf1cd74a8a94809b72bd16d4a32356f4a063cab_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:eb3eb1a02fa35890bbeff0c81e519c0cffaa8b948684fc2baeea061c1c77cd67_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f29e5ebee536e2716d1b2630c7ea37b153628b8a3e7c193784d9ce2c63285478_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4b3e56e84ecdc767b87617389a1c4f4cd6323f85785c6268ce25c0f42e8af174_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d0638623451a9f6ba7334bbd29342a422f4a020efb6728044be9230d5cba7604_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f5c2cb43ae80eaba9e03a4ba2c604e06f482ec7b7ed258c3308ca97b52f1afe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:5cf70e72ea8d1fd7eddfba9095150e06f900c732a74c87e297aeb28c9f335391_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:23d6db8a3486fe02b29cf1a2b15c76f8c6a1103c83c7fcdec057f4611039dbb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:634d6a9894dab4709edc07a985f951f31dc0aa066deb6329e85375f334adbb36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9d9e61b5ebd3c3f14b8be6b4881d41a3bb9390c060b1519961116978b84d828a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d87a31efe869f29a5bc4d3ac8110fe92239cd543658c4e2a991f7fa681ce942f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:278d0f71c233fe68a6c97fd42fcb3fd6b6692e4ed2d847ea161cdd31de5c3e8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db8c3a6c513c148dbb186bf70e3c1225f9889c0620e2d283381e9f723263929f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:76f8ead63875da99f27542a9275347a27e6c7068fc00c2609701b4900dfb4751_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fa54106372a00b616a9ead77f956f55290395cab9df2acd5da53f43ecb972e24_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a78e70137b43ed821e6034893803916a0a3f2e85c8a778318e7b59069a62a741_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7317dfa48ac53af504a467efc1ec18a94f5909815560231de51d521c00826d7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6bba0fdbe83a3346cf335f104dbcfa89d6e130c71ebb57edb8b762a86384c240_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:87b8b142f5e2097e8e260522e12e0fe586688fe0fc782a2498387b75bc1fdd80_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:47c1a66a7c0285188993eae0e07eae92fa757399b8405fb5c5ba863aa5098e09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:ad33c16288c336c9ca9951e55d64d3d5287f82bba0566b5ee7741c5cb3ddce7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:45f9b84d81fcf4d42358a8ed4d778f42a5aa58cd2c2b0694ec13667197260c57_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:52819f13108cea240eb6d400b0cf1c351568feb6aa2fe0d7cb58ffbb39208807_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c95a1e5377e06f6eacbd5fe508be7192e03e98d4b8cf8882aba928b405a29e12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f6fff2f2589bf8065a44b669c62e31bf6d02b443afcffcd30839bfa230deeee1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:379db896d78b32b67f8ae5b2d768a673f3cc1b083fe3ed30327e987bbfd453c1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5c32c9e4721df459be232064101f5283e3f7514528cd82cc9e3dcbc666d0e431_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9afe4f3d9f37acf30b43480a0e11a6030c8837f4b1458d5f873b2f2b10e27f80_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a5150c0f69ec74453bf9d31057231bc44c49edec7ee73d071d5b94084dc3ad86_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1e9d862ed181e401f094ea7ef2fdb19835fbc29de37684d16072b063835130cd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4fff35cec09a09828f93597a56c1d53d7aa17c9c711d2ee1c2a82dab9caa1151_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:99ceeee46528a54646d3a9bc4e4d79207d5639ac5381b2f7c6d1eb34ce915126_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d514ccec508b55c9c24b9887fa35d74db04f1eee22e68f6c281263f77514f843_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:745ad76ae530a72ba95c4fa3c0ccffe47db3cb86652f4b672eac25c1e19f4df2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd42ee1b7d59d9b3bbef1a82fd64ef5e2c25b9a4e2ebf6535866a555badfe7ec_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c4c77c1f0b9bb88deccde95f0a3d33bb13efd83ef571e7593f48dbb728d836fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e39f7e9d8034b32f918fb3eb1adcd89b248e4d879734bcdd5860595b4dc33d93_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:17aad6fa254fb592bafa35b8f17f02c2968854297b3494aa4b94ee7b84818ff5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1eadb8d1903a2a7153ed78a285f75faa35b73114cc57ff0d2688efdd795d919d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b288b8cfc75e0702005dbc94fecb9a0e1c2ecfd78c7d0b1fcc4599ecfac4b07_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:94db7f48fe1cd78942235739b373d592e77fe57418d4b03d758c342de441f85e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:15a844ed1baf54886f48c9919d18dfcb29e6dbb4cd3be9568e15b0cc76075ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a05f6f8b5417fe18c5ead688c98d2da1d64c2ec6e1d51861dcb935268bbb04df_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a2f4cf9accdf41e869afac3801881f2c523c1b94cb401e4c618f41c315cc5f47_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dedeb01e53c5e783cf69200dc83d962a4616b56e9bb5c7230a2992bb0a8f0bb5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4a5eaaae62d4fb97d4ccc0adc87d1006af402ecea6e13748eb7c833b33304e5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7d026e011e75ba7712e212c44d5da5d8d059d2f5190eb8ea3ac591eb87b3f53c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ad9f886a813f01cff4cb2dd6f3fa3f03191476e3f37dd843591300c954675d99_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ee02a8bbcaa623335858e84fda3a584e875cc753c63ddfa4728ff7f4c19d7d3d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:20ceed707962d7a4a8c81b0ab3c71781bf6c88406412be499c51137f654d6b80_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60063e70844eb9c274e0ecdc975613a9abf3cfd2c342ff7fe4955a810fe329bb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d149cf1c7c99f8817be7d206e4e1e615cf1ba1b0c9b040010a9b822c5bbe838e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f7713e0876daf10f8f52edb8594e1e1fba0afe5a2c799ce5bd9d40a80822f752_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3dd5f6ae51c160ce4402e937e32c832b51f6ff12ae928a37a2785f204f9c757d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:77deb93303abb4ad7951b609805bfdccc90b1f8fbbf4191d077185e49f5685e4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7f6bb5972b117ee8ae2f578bc1d29a336d4be24715caf640216fbf46fc871516_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fec4897ca4f0afa1971e61cd69ccdd70d3e8fda38fc9d1d7946705047af06b0a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:74baa8184424f435dc529788b54a932e7f5dfbc38169b50afb2893a8a1258992_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b16cf416246a1231c62489e8eadc8ece013a2aadbdf12348b8c4a91936cba9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c18f66b13e348a8302275d33df04d882a29269f8406e679ed3d99d7b3ed1f47b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:da53eb97f0fd93078ce7e5275d741d1a70d532332f486f92591dfbb10e6e5d3c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6ccec729cb1f9a5b01243987a9063459bc38074ee8b8c4089b630289ff73c60f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a7f24a2e05287cf3d1c086ae2a16db546500d37d85ed31ad5592c789054aaff3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dcbf05a303a984ad4e9544f37d691a733ab4f7a7f466790b18e9e2e2ea1f1dbe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f22278253c5ea6533c9406f2101a1a2bb006f281f59405ac45b23c8ecf9a2699_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:38ce6ebfc32523e04157c78429e0ae945f91836047afe2a2997a23d3b17b4ca9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4ad732548af4cfeccdc62ba2028bfb7cf11c52452d3a590542fc86b4cc33bf7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:73b0bd3a12431edbcd0fa74b104d63a2025e4f2b514d686f91606cc1771e72f8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bc4d917fa3b042c3728422d89bf80ea995ec37f4be4329dc15b9d4ebf0e8f1a2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:72150297b74ce841ad36162a0b9754a570d73be3aeba36b6414a23842a8e469c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9c55764da31648a9412bbaa7e12c09ddba0458e9ea62d14882dc93b81b8bef36_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:be30b7a33902e4b8af6390b349698ce76f82a9d89ea9fa729d477742a7aba348_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e65f01239007eca9e79fa0afa4ee17ff4af1c494bfb33e5280e2d53bf2da334e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:234454413dda23b83c4e0cb60c5f2e1a01b4f30372f425fcbe2a592a892ff8a5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a975f92a9b7aec37d1842351c2ee6b689bd67ff8445bb4be5578def1794bdb80_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7529dcf67eea6d3ae5d4b85db8de6a2436b935d76cbee890eef52be6f71b441_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:db162a9bba7e608d41878f091b5cb1374aaadf9d160b0ac707670807d0721947_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:32fcf10b80768dbff43ebafe6107e22cb8a7bd2b0f4f65f11643010480b720b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7428c5bb3ce7b9ad0dc2bdc5372a5ba3bada30f29ca492c46dff8f16c81df620_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:770bbfea9d3dc0ffe4b171abca1a7ef6690c3a7e81fd1a741f874d303e6a0150_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ac7cd2ff42826c444258237513abbd778aad47648d6b351478e88558d726e0b1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:44d12865d2ba077176a7f030667201e9534b633c9d71373266caac91d1f4c332_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6e69f47f2f9de096199b893a1516e84334c6f20b549250d0eae2e9e198eed780_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c6a9f789c5e2ee8b9ddb927cb4ba397fda0265fde353a5d9d614fdb8c4a72eee_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ec3ee75995ec0c9418859fc2c9c1e7438fa3bee54abafd3f28451d63333f8b7f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:049cc98c7e42a0fe60e48453970e699e6de4d19f34f3f82626d873e8e0e6d6bb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:688f3eaf6470e7a0e214dbb30674e3e677b6b05f7a81856dafdf5432aa541102_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:845bd0b11a6618f8368f5614584aa96e9849bb55675ebf5768609637196ef8c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ebb296705253ce54b8839e65757e5f1f28bda255a16487fd05a6168711d3dcd4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4209cde246dd5b0427fb6d33bc0fda45730b66612a70e95b841a0dfdb4d33c13_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8764b21a9276c2d77a3d2471a9acb86f17986e0ff22d73e6dea27b6106a8e61d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:df77ce81156b3d17d6c2ac9aa736f2e29328ffb6cb3ec96f82d18c4922a5752f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fda54164b16d1b7c889000467b5ac5e3aec30d6112091980607d2ae02223c8df_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28767896ef434c0e95802fa613293f60381be9a1a14899cc2930731c61c77d5f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b5a6f759824a9bb0917d0a45a6c4ad0c70733cae840077bcd3c378b94eb4bbc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a421c422c64bd60896f3e2a1f24f8fcfef0a02085ec6bc47be3cf3630eb8734d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbea59f95df585d491fca47804bdf6a9702e9bee7f9582d5d6b7aae38b3cefde_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:6781b43d7898ce652b73b9fd885a32796fd780342f3ffa94beeb9eca7c34ba3f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d4f4ab142d17bf9787600a074bc5466de701dc436be2f089d5296e7f4024816d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d63cec9aabed77f18fc92fe1175d237da4ef091dd6de83488ead2940d29f374d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d860a07ea0b32499aa02b6c0992fa5a316db433b455d2ceca6dca98869e26ad6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5c59d639c117295637a7a412edcb423290f884af9558aa52ca39a11721ee00e3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:71c60741af2d75b83074c0358a65f41702871bd5271a4d47bd3e50993d829a38_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c188d94794d0eba8649a37f35faf1f8ade7454539098582f6be7f1335b6ebe1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f6849640cd6983e63f57ff0562d9bf20f0e7a5b42c78fb91b92f139e43ce0518_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8392a81fb99cfe57564aeab5209bf824be9a59406bb114bd1894066404638d4b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98053f606b3f6fea67e115b3f502815f245e73d39a02056fa43cb8b9b4cdd771_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c98836cae54c18ba3e65f7af896a6038e2ae5cff0b9566e32e4d48723c4b7a50_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f6f2545cab188c060156573969a8cb4404beed2a8428775bd4225123f8d88e8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:28e13007cb17c7fdbbc1e9a47dfa4fbfc54dc652250884e02ac02d5a04d7c0f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9d8b15162288a32dbb5ada08e7072932132cc488e654aee8c85c9fd3e671df27_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d4bdd45ed434b11cb8733b5a2ba83ff85dad06360e34e5482306ef6da202e756_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8c26f166731d6e55be7edd9716204557d1c09bc6e106a78ac56809c7f447b73_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2c21e34d3316ff7b07d5f45e0942238d3ac7aeb8e09c41448f114f7de6f8d309_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b7bc6bb21ad0a6caf10096011762cd31626d99087fd63a6ba5c234edba48cfe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9c75108604edba1cb1f09a4e2bff422b088b6d2fff31020facffe540e476d6f8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d3e8f6d2b8aee4b5831b92b1205668be328089a07d67f30cf71875cf1b64d6f9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:44f7ea110bd204637c855688b0525d6b4e5cbc4ddfb94dbec504f5b969be230a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb25da215077195430094fab8302fe458a22c662288d11387565a1ca3746115_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:643224f5319a34c396342cdc2785080c64125db41f5a54c4f9c1816aed2980df_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bea9de5642afee0969a51ba809a06b8afad9002f540fedb4b92336e82dafbe74_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1f6f901717651435e2bf43bce5dc7d29c2a08056b10ff84284e0086d92701fb5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6937ac65f4bcf668ccde5e9f8aa3ecce5ea9ae76c2a199d831086765c55747d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:74619cbac36e7d89f22e0932ba0d0c3d16dc69758cebd0571e3fa2c8f9ae5741_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:aadf94eb8127728adafaf12e7252ee764ad9f9b30c4717c3789837c04252954c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a0e9b351603b6b9cd755334f0782db4c98f8d30e1d35e0abb84b0c75dbc84440_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ab2f9e1d3c772ab490fb85395d2d7e6a3c67e70372aaf0ad84125ccdf10de4fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b5e9bfbc0a68d71a97e59b2c45fb24646c91a7fb80900dd7fff5babf8154f122_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b9eb5f990bba388ed137145d310099304311bc6554ff014d6eda9db609bb9d0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3deeb61809de7279e8b3e3985f4775c13f42e0463b0c4d4e72e5301d192de3b1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7e2063b8b78f4c9eee48c83e45c910c95835458cf9626a0c4122b7728d8c496a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5d300c0a3d2d88a3fcf15a49dfa85f628d690dbdaecffebbcb9220acb5c9b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5f90c9b276de9a3969e8945ebc8481c24375ee25ce04b4bce36edc885e5a16f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1debca98d19960551091657584e816372833e340878cc63da742198a1a4f107a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:22475308f0ad3bdcfdc2ebfaf8633cdd619b93d9952e53b0b86b9a1012d4d7d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:49e6df324466b6ffad58b0cc45973b23f890c694f8bd9da50b8984f00e86be2d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bf5c3d63712d2e79702fe179817e52b0acc58c49f95570d714001c19e6b130d7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3e12a7a5ce51c186e6eaa43fce50a694fd43ac3cd7469ef8bfd09517095dc7d0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:8d56e92b53233cb4f51fad49592dc56963aee47dc9161ab08d574471d0c29a9a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f07ac70d3e737af6be1848230461e870c7599939dc9e5e3d41ea7426b9f9c504_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7555d2b86c7511b717e727fbd7661eed656eae631cbb1aadf622d40b1bebf8c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3c6a583354c01ea55cce56473b3bfd0ca2392582a2347392d76b8016c3a167f1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:449a3f3b289590e43919464f821058059fe6d544893270cc10e9645361376a51_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b6023361c8192bc3330c9337c616ec5d3a1870b298b15554f6caf760ee6c40df_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:be743148cccc6b42de461b8deee6ba0b11654fd68aa7c8f5b18a0ba4e31822c1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:602f2ab70f206ffe5e1aa3887e33f407303d13bd584a04c1ad7c9080665da084_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7caafee63a879388dbc1424dd2be28798ee03fdab35ba621136ca575b4cd6429_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:822d381502280b1492f76d3369bf6b471443704a66a5806b420f4d38d75a1924_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb4d16b005d934f6266e8035416c23a13eaff3bc3755ab09f2140ed33c291484_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7a9743ed6e059ff052017942a0a414538e85a67154f0bf8bd11f31e50c8cb413_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b3b81c10b0437001151a88df4966f1fe0e84ea2510ffd6ea3325605c85b7f325_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdc4da7c4662525a9b9d4415c743e44bcb79653a879ddd3b26db5ca00e289127_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dc5e547de4ef980fa4dbae26881bd57d7ea5a55631a5a59269c92c54a675a9e5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:77b6f487982be560d422e67ae9facfe4f5316830eb1c46bec837c5e36d9c096e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:824fb0b057b71c530869706a0c542709d754d7b3646c8e9abf1b117c033e3dce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a4ce87140c2fb3bbae596eb23c25c0592f1341e27febe6a6c4837d4f1f4f21a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d50feb1690369653042a58650567440bd3b5055b9a930ed268e2e6f2586bbc1c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:336b6244ccf84253ca07ce02033fc41195b52b3da8c880b31e83e8576f30b733_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8b4e5145db2029d347b9f9380181e914e84112b8ce6c5a1859c7b91f3d4ebc77_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c2f6a596dbb26670cd4e949fb22b4d3ef96a9dbc1d7bf83ff37bd012f63377d1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ef02143a4ac9749ac9082aaadb6a0bd42bfe4523053061492f5d013aaa2d91bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1df345c4394ba358da2486c986063d53907a58ca8d268461d2acb8c431084e22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:36cc16cda8ab3fe13a8328b30fb5f422e10f517b348c966bc7a534fc271709f4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:46999718996866431b667287a78e45350b111f898e88c03a8616afd7d809daf0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5018226c990212b9f0281f7bd4b9d6f1567e7c6dfdc9c92481a2ed2013b691f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6ba0e03b91ab911d4e36710ce33d2b3c3c1e31ea8387f2859edadd67d3690e0b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:901935cdfa4d09e29c3c250d12246be183ed9bd6e62a23a89828573b564ff1b7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a5c0e085eafc92ffb016b9a526443a280981226896ecb86f8cd0a923049da117_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab99bc842c65d7090e13705944175aa8c3397aed46a996cc34fed6a3bbeeae8e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:19defe671bdf01032e1009a3bc17596d32487cfc555223ac691b8a84298fbb4c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7a3afb22e4cc0514ee366328c0e2c7bbe47e092066fc9b7b0fdd1c96eab29900_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7a55c39689de725b837b830ded90af46c33e43f93fc05416705b3b4d35c7f00c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f56800d9a677be0c8375367758a56eb870712418bb8cf74bd69e658134d7a477_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:59ffa3754ace4a376048788e6ed2a8f1eb58427a6f6469fe28d2611a54bd2a7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a028df66f21ea17b04867e874d01a1431d5e0a2aa61d1876910240d334e33b72_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d680095d7ac726c3579999d4f647a8ce3875c9ec180a8ddd5eeac2fdfbddc526_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f0327a2f059b1c386b60a43076b11a88b3bf38108d0202b49a389063cdb0fc6c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15fba08b3a68a58e903954a64bf470605e33fbb0e6551d0f08d20e842969b19a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3988f1b68baf551de912a788168287612cdc1cc7c4e7f3113402a077280784bf_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:92a5e4c52b35d2e53bebd8a32fa067565cbe80f7954c83295a75c421f54d67fd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5ba989b5f80ed5e8c8b55c5766f9af9a06ceea862c90a94be47bb3f564d45ed_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:376e660b43cb68659210caa0973278da9324d688a55c1f4d3330f24f1203a415_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4d52c456f1c8dadb233b01ead052ce5b6748a03f22a12933bbb861f5e6179393_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6bb89886f24aa24212b3b10773602f2cd59214d2b639118cefdccafef9a834a6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aafbc10a184282e13581cadd3ef9159a55d762454fcfe02e93094dda76c1c251_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:20da97fae47c64ac7e688d6026fadfbd8910aed94d07d0b6cd3cd792e90e35df_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4f5d8feefcf0dfe5950fa481f8b6a1409acb628cff532d030f4f5fb63167b8af_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d174ead9529893b0515c066e30c78d5b9906f51f43856025ee87b1b7bfd89e8b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6029e4f81e3d88ef43f1e39df7452dc432fdb22b21483b1fc3b78e0d7105e99_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3f5c13af96596dcc28d90164f2aa2dfee0ff6219423b8ae3dff251ba959743bb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:55600b9bb8d4998379c911d0467e61a5d4eef7a2ff04d50dc4c15d042e5a0e6b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:600f6c495809c9fa8abf0d5af6a486e5a1197a8f0bdb505480aa5439c05101d2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c2b834e3252917e20f7cbe1128d2f8182bdb27220ff5a0eafd41bd793ccabfcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3d2a8a443c5faa87bb8b8f11d8decb4d913cc00d7d85a46065c1b10258aca4b5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bce829876e5e27a0d15dcd8bda47e733afa216e6c685f90873b86353b8d73b5f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f155478cf4b3c58d4b0d599ee2154a6004c5479bac6b16734ae924a21fdb633f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f70cf6ddbb28d82053dc7a0e9c3918c26d6a1e2c35f08d8035782b6dd962d8ce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:257557b9f4a28c6dd8e9d43b007d563649c1f53a120154f5ad5602abf14e5e50_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ccb5858acb83ac412670cb1055181f40ec3550c692deeef1758cd6de82b67ed9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ef6420d4046616c139ad5040590810fe216223526ff3a505b4a590bd37c7c869_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f4d26363c33c79d1481df0f4c4a736203dc6e8c20158c9550f768d747030144a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:334fe4f68e95d68321d13a2094ee31fae8375994f0dd26f3fa910ad8b78d0142_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6d821894ed49e432dad5f0eeb88a1d84d15c8d3325069e1dc8b6f377d31e7553_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1f6bde3bc457c5a876c40bf55d3d25019a14db18f1aef9461623bcfdf6d0c6e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6dee8bc8066d09e6e64a2b90738ec805dbcb5db0e9fefae3c92ff192b2706803_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49a04065b27e87dded7dff1142f373b08c7140163a0757f42b168a24380b482d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bccb846b038153050029982c163243b9e6647cc9c2ccdce08337a494a5d30969_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:31a76a3098cf74e369ae121fe556c21496c5ab5259f88dd3b85486b120f89933_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:db7bf0477a93f3527d77d7e7ca80c488a51c6f98e5e3bc7ac53ce309e3fffe46_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e804ca1bc68f8f00ad6e4c744c2a9c26a635d9418d2ab93a5d516ef11d097722_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e805f6e217cf7e4c6afd179e6e539289c49db6eb79181853e411e5e1de1f8257_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:47dc500f4ec05b3858a5fc3dfa468f9696557f9a467a7b16a87340b7984d9b92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:96da591c5df8beb62dcc2b83f3f156e7cfb042777bb72c826c110011829d268b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:b399c22107c274544023707d3cbb0765f92c34b47d12044e15a34cc01fe6ffc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:f52b36b11b1e19bbdab026bc861f62d1a9fc56732c486aa90dff96c5c3bf9999_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0b7510c65924094dceaf87331602b6be2652121a49b110385e9a6d94ee876f01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:b2bf8f2660cbc9b308ced1e70e6026a379f8fee9bb4f9646a6fa6c93020a5937_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:c9e977106355100f6bf8be3447731683a42077e6ae348dba4c977ad0e5ca66d8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d20168132315fac4ff6af2c91e2eae4a9c8aa655295177d8d0778a7d11665e6f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6ec30576f3e062edded4acaa8badcfda9089bc997a8a451ef987d99a5bf5854d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:928a3bfb73ef2297dffe4a01d7d828bad20cd7dafbf8f20116e640a487ced903_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b7dfb56a6dddbca6ab5a53f4bcef850cbf913eaf9e243024480b97ad0b1006f9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:dfddbc24187efb679102afa10e98778bfbbf1cf7230993de878594e1115c6b45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:43fac342e1843d331f83c674e25bed22bfd6f1e32690de285bbf645a76f5be72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:52ea1ad37d60ad4421a29e12c150ca51fbbba9caf7abb3555fed321f5847f425_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:68512627de4406a22ed8bb6198ad52ace18355734fc88dccd9f7b7174951dcae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cb71a249a099e3c159ed823bb10ddd6d6166e187f63dc239b7a2631b83fc65a5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:44e7b77f9355d7388e55c6b6b4285bffe5c37592209c027c47fd374d144b154e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4c84a48b74a56bd251ba77a669575aa1f53862b7d4bf5b800ae7b0c164e7f348_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b90fa8327a23cd9b45bf288bcf5367bbe5ef9fe8733aaa590846782fe5db8cac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:da9c26e95408d109f68f3db40da5c1962b20ad49fa75639fcdf7887b8f95162d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2855ad515e7a85e0c50aa1ea7aa3398ad47626cc7967eebcc3787906a809ed42_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5741cb169c5e87e235354d14b702fe6dcfcb2d37a317a7e381310f9865976a16_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:af8e2d2ccb2b1a966a1a1d2ad7955e5082744b2838eb714e21b0dbe1cf49617a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f24a2e861990b1234f07060333ee9f49d1b443b03d35917259ab31329736f8f9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4d00e1dd2fc0f01bdee4e8a43510fd99d1db320326bd4d5cadc2bc2110a5f28b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:885ab40abab1c5c55910ef8ee2c18167ba3a55e541e9f5d255bd9e62302ddb10_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af96dcce7a7df761d1dcd3be13a57794b9fe1cfe8c8ec878edac2114b8628673_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:cdf02314e3d66d60041dafcf2f4c069d61497ea1b4d36a1ab29edb07b89016a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2bcdf90387cde05688f0c9691a7204b4ae342ee20874f79fab2a5cb15d49d2f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40915be8107481380cd0a69d1ed7c2061a442626954200ec8151557f7cce7103_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4bea2647a0ad9fc7c353016566616683f2131115e56b7717bbc1035c4ff79ef9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:799777705a1f8f837fc36eab527b47d94612a67c343486084d0db48d42cc8482_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:377c3b4002341a3d0bc7fc4a2363d24a478b61f1297f8b9a074392b360e0c8fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a374c5ae2d4cfa792009ce7dce8cc8c9188924dfaca3407075095357df5353c1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd0041cd7fff43f1fb2e92474f9bb69bf8e1a1722f999555aa2f8184607618d8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:eff721604d4606806f771b3922582e6bdce53f74749ade05b0b2e5d7e5fbc70f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:06e8bc4a4e44dcc8273bec21b338cfb51457844442974b5f09991d0394417705_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5a2b95f5661070f7601d3fe4257d23b71df30d30192f9071b3f3419714821b5d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:a73b3fbd46d12b57ce7a136fb23ce9cb0adb0dbb21d04c90acbddceba49fc166_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:de82ca914b1eaa932b2f27e9d54b94da55ae48a3edf726b910e58a565525021e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8cf8ae7d88d2e0aa4ea2fcc2b2a89822495f64e00cd9125e19e22ea4759b4a00_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:948a5868474bcbd679f7da799e68e6cdc5856ccb68fa614325d500b545895fe5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ccb324413b8669ca4679b0a3b9738f5675b06ee70bfddfb5424159ca5d73fdf1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e6bd08b3faee18394b7ed5611d49c2d6ff41890ab7a21a43b82d40fb3282a513_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3042d2b5ace9ea0e3187c9d62dade95851a34d53432452abf69fe5388fc5b558_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7777b47c630920f0f22d61616252ff74c8b8f798108f12966b6aaed5d4ad9e1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac1cf2f80d1f6ee5d9e12d0a9e5d371b66f72ff2b264850518727f084b1d098f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bb1091a626b139e9efed966b94f3d4ec620f61d1dc31873a52356bea5657ca6c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6058b803b0c6319977a5ee7b4ad3130fea7e55d5a7e15dff2b93551f858fc5b1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7bd9f907050e7aa05bd6135496050eb61033046b4c93ed41c2006a40b33c7d1d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:994657490649f677a44c2b97db30f18688a51cb9b36953ffa1d928db389b3a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ae99f6392f5cf2dfee91c9bcc50ce4afcf961585e1c18c4c83d70e3e1fccb617_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0763d7213f1ce83cbc0b7702a002fb86b8a0f84db0657f43bc2a0e4e42cdf4df_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:30707e3e89ba622dd33caed26fdbcacb8fc53a395ff82bf1bbae7ee1402c062d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:66c3a5b926ba79860acf8351e9a9655e9398b3fc9d488d3cae3b8986fb82bada_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c67817948f76127224dc2f62076e7ab3067554208de9e845e86d6b9642f57ee0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1337fe91f2009a10847e3eb7d821246f6d828a9e0679a69d7d0a52a2c59aa25f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2fce5aeca6f39b0933902d82ba1a3800947e34325c1264adff2bdbb229b421e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7a99463d1974014344e1935fc72b22e9301fdb10b8dacd850ac243f0f10ceefa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:707059760688aefcec8abc6341238f4b26c071f1183be7d0281b6a05911b95d2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:749f65f5ed41dd2c1a5b9c208ff9032fe7eaeea9696bcb06fffa34952fb9b369_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d1f5ed2781569cd91f07b74160e8bc95e0ec0d2d0f61b658918df40a2be32acb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4bf01f4ae53277d70ee877fb489cf07068f787bba3bbee31f8e3667459a440c2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7fb2daf3c277f320d213af79d0a19031c9f17c9b356002d987dce0ae95e6ac4d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6fe22827668ce4ed48495c07757bb8406c4fe521258df08a7a827206451a65c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0904ac65004bc0e9303b0c21ed48818d5b0a40ad40bbb8d33392ed6021dff62a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3aca0fdc0235040b888963066a279aa2357cd4eb7a062e524f6ebcc54de1492b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f94aa962ae9d8f25e5a2353e3d4bc980e374a2da65136e344fe685bf89b532c1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3006b6992e3cd3128f0ac9b463234c18dd0216269edb4a1238d632e4e69aa0ab_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b203ab7839940fa0a8218de3e3602d75f8ee5343f6d6ee018a4a98de985544f8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b776dee4d809f1596c238e4911854670cff57ae351b8f3bc5a769e266e815886_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c70395cc3af5bf9ad32f9fed59716b0256086f4793f30102a17b50cfb28669f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:347f24705fc774f6f680c3ed41ec23520ba6eda9a791fcaf447ca2b6a3e01bbf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:85803d470467828cdeff4960df35432579611b28315388b4cf04530d3e1a3ed2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d884c62655d3a1d77fe3e761630a0f9f664b45715d64582ee953e4309ea07a1c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f833006c803eb2568db59d7383ce99ee399eb8cf6779f7ddf8128a8aed078dce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:34f21e2e0839de25218fb49104156fe0157548614db11dc28e6fde767a337311_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77f37e1feb3db4f61c4f9ba61073adb04d732a91573b6ef866f38e63282dce07_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98888796a39a516b6ae1eb17b994f3c5f7eb785fd491ba5b484f7e001ecb89ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a63534d446603e6cc4b3c97772cb5b875b0e1a43326b6b5677dccb31e188e1d7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:000f14446978bf4cae98f675a93f29c531a62b695f64f79184e2ee39c9ea7efc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1f7f66fce081baa4ad51c7d70483384fe67ad8ad2ebe06c859fbfa70d5734e2a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a0723a1d41abed167044e2319f621ab3eafbeda880191952a248f0b18c18438_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c965fc0bc9538c01b2447925cc90b1ec01ac0ff264af9906afbe3a2d6987f40a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:028a6a942607833095029e8b7107082a65554a7e4d4a48dd16561c40d87e52e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c419a68fcc53ab1659588382b32321afa3c715a18a120b56482d15ad92bbfba9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b8c1edee562f20d0645d81a73085f597911e9c49115f8a80ad0156e626bf686f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d7fe0b61d26d7bf6bd11543fe192a29461e17380d0e475b19164c5dad151229a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:344edf790f7a68dab401e7772c61b0734e707e987b62c6f45bcf87e0728c9362_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:411f6ece7654c52571e96b57f22fff14854a73bf7b17b0f6670162cb16bce75f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:10fc93aaf15cf598f8062798b7a18634160ae003a1b28eab01b3deb1ee737ca8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e5a5bd458bbc0c4be4e443aca3341d979cea5b74d3ca7b7b0696e3c2b7c90b2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dad9e79fb10a3ffe3335e7f46ace9cca55e005ec4d47ffc42915fc04899cfced_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:26b52ae76459968b2aeae84cb41a1a506261e20a99467776b128b14168cda99b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4ad37ac98ed9d6978c86161547294042273c5874ba39461231aa9631f7fe6c78_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:15079624de818f932b095ca63060b10e6be76643afab31d5cce675450fccd042_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4722a201c20b8b5094da16f860580599e863fbd2375bd717d19d6af7b121f55a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:80539c0a9aa5e33b09bfdbf5fe0c1ecfc2de13963cea84abe56a7ef292585329_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:dc6430346efc8eaf5cbd4cb4d1d4d573f2032d8d98e8a5a5173ff8833c5df1fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1bbb799dcbed9b505e2c4e66f33c2c7cde2cc1839d913008d58de8f996e58e4b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:363c4c852c17eb5d258162ef98ab7cadfb2d3eb05d172764478d7a10d119833a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:865fddbd4236aa1cf444520ce73df6df9fe07460002b5ffcdfe5eafa37545ce6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d97eac96ab00caa6c752b755856bd95ac3d0e4ca3232f7a91296fff7a7d6a2be_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3c1943b3166e1b32232f0f0cee92e74d5f69b4ed0c1bb5549259462f93a3ad01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a873048329a66743417208175b49b95c9306328f9972dd795b5142fee4c18c6c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:bbff682a40da5f445fce2ebd84a881b9d8de856cec82204b4a767909846f5bfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c12b750d337083e95aad58a49575afa062c0c8fb4b3d3c80cdb5143d8e2f07e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0394554f9672b31c25406103df573981a763054d7ec2b40aa4d555e0bf65fdbd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a88f0d6324900e1f952a8bf666d03394e07dc5410aedf6d21fae4730bf781f20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:abb50e95c2f02f979d84e96a2241c8dfef2c02ff3f60f5a721b06ce77b9ccb91_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f6799cbae398cfe167bd75e936a66ac89c5b2ade73e9d1f8a6a74c0a79d1845e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6fb8c2aebd19bd2c9dd6b463fa87b5c278d374228c297fa4d0356b576be77be2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a7a6a97619294573e90dab878889ed905e6258e0a1f2ce7bd3bfabc674e3a130_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0f4d9c2da050f40790d66f6c0d0a0845405242e049627583f82b74a1050711dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e3431b1036881405a033766b3f91280ebd0504f042d302751ba39fb14e7cf4e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:83de49cccf7f453e86d49dfa368a5dc496afcdc5e91c53b3cb4922f2e14fe998_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ca4d1f8ca7a8d7e0820404752c1460f49cd9db6890a563d8e19d00e465a91ccd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:36f010428fed43c8c051095dab67d8ec2ed8ee781e1df61d3f59c43cb5e639e8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:fff0072bbac9a35ad891a4d2171f977d3ab01ae30eb390b21552b5e8876602e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:151cb59fac2491538b23cd8d2bfa7d498c40def2ace199b9c237a6dc8128deb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:17036ab7fc36d09d46ef4fed525ec667e5c598cff800bb58c756e6384555fdda_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1b7a1c54864603109f07925cf739cb627586287555adb2876385f8ce83cfa23d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b06c85782f9423ae79a67abf2e54838d9b2b1035e90f11d6107271e29175841e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:024bc96bb6bb7d910b4bb640777901597ab67fd0e4fcb8dbe4b9b27f80decb82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7e6e74205ea4ee862e8e029309467bf2df8307639f7e1caa4800e2569bdeb219_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:def0050cfc69412c7f77937516c72c5d7ed4ef3c35c62392ab318aa780d6f7b1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f7e9a7bba6a7b50f67defbf3c769c726adb6a9b62ab6e0ba5b3e68dee58afb2d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1f0cce74be4ddeaec91630fe523ffc18556a01ae2ac9e22dadd8e24277bda65a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7c7ff8812a59064b2479fd6f68021fb09434913097c4f1fe6e7a634e690552d0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d498b2b2dc0973cd54bae666f8baedf93a36f492b60b9bff72aac7e27ea8818a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ec9b1d0f06ddb82cd82c876ceb27af4ffd00b63309aa11b5e304e76c047c7d13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4d0b0bda11ea1fd3e583674c7c4cd29b1f8d312009dbb7ecd7ab205da90ac921_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dfd97aefcb3d919afcc2e008449f1357d84572b675937293302611d03f8c2b46_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e55365fcbef6a6e83587d5ff5e05197c58692979fc3bbfed319a116990863268_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ef41c6771fdfd1901013c1784f3abbb940fe1d7e903f7a243421613404f25da7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:497ff6fdf6fe96578a021a69945fead5b62b608b90ab39ffe003cc65414fdddc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:68f0aa850889bd2b18a9807bc749b279c5e3daac2bf8e996db6a6fef8616ff89_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:ea7fc873c9382e6b9b0b20c7297e3503209fa189aaf818dea19f124cd7e761e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fbdb002576e2c451ee4ff59470088f76150c97430667110ec05e22842874576d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6eeb09cb868c61e5b0390b66522a2fb2985e64641288409f4314ab4192d2ab31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dde1bd3f99a47f40a286d24e0b810330828464531bdccc1d82dcde57c2fcc7ae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f74e38e0539a523232472f6c01717c6c5617c42c84e09aee6b53c3060bb49136_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f9378202b902ceb1354cc4f58b2e2ced8323862ce6f143323f85ba4ecb5e1685_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:09a3a404f0211a44a1c5ca99672a2749fab329aece07af3073c564b52bef29eb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3d470f79f26993da7b588adb5c6b5ad4d0d9f7d72723ab8c5f47490301ef60d5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:96dad98ff7a5e3f5b97e1d85e387409dea8b68fe7554e3420fc1492613455e75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ef9387bcc4963efa9c689a68a9d7429b8ed38afc3a0324d6768aaff1ec893216_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:486911b61b8e75c122935186c06b4727e8371eba9efce8f7829cd984d3bf2c72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:cdbf77903c99fcbf1861940b2b6d91ab45461b057e7287366ceeda3eecfcdf8c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:320db78d1b6ba1723b6a51ea1949419023985f32f434ec5cf144bd001af97d7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:373e267ba7ee413cb43c9eb609ae20c688b27207e152e42356af1bc26ded776c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6f0826d52562417858c5c1e48fd6e9f092db695debf0be4e03490f6c70f41771_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:98d6c0faf92316738d92dcd73181279f5e86aa0d3b612d76df13b89c9f07cf57_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:edbf78c7ef72b2d4f304abaeee6f5258fbe0c8324501eb88ed5cf42c5a4444d5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:11f427638f7beafb14f93697ac6ec287c2e6b247ed26d7edd2efbe2447eff491_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:34ce1d804692ef492a975157b40c8c90936130e047a846cc2875c4d0b95503af_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a98f442617373a5862d915d4dad6878a53e5cff38ec03cb7f27c3f3e91f75cf3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cd9ee1dc64badca69a5aa6519d2b952b4d542160cc2cee970c499d67daf758ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:007bc9793a3de6738670ea13750957fddb35ce26a760b09076bf271611dc1746_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:96d9062dc752925cd30753277c4d5993e24f7a14c3d4c5b87261cbbd3b22add1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0d112d71692414ea3e30c71ed4d2130fa213adb6f152d52400dd3ce8d206bc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cba608ab4d269f75e2404f3728f492b83a6babb2c0a486f13a2ed2b4eb37d548_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:02a280b798b4c457a6d18c50a6ec77c1d3da0f89d6949332ecf2ad7e87dffd77_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:09bab94f68b68ec97249a7a70deed05442f2f0418791476095fc26a9516551bb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:38c5894ef06e695fa2acf7b718cc00b785778a85ac7dfea4df434a9cfbe667ca_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3dd40f617959356fa2f259d195628cd7330e79b2ea77f88c9530e7526aa03909_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1fd1ba8157da909d629ddfc811c7ed94a2c3e8d7cfcba0e5e487d918f0911ae3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:68f8f8aaa4d16a68f12c9d95337b749c4468513057159e767329a243c2213e5f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e0f06060e323ea0100415d8423e57c4beac4cee5fa120d74227b7b4095cc996_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:daa865e7ffd9b6c2b3b5c996358cb5259dddf66f17318359601eebc9a074962c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0642ac1cb901f1c6573106f7574c760aeac07946a1c058f94e1f0f13ddc21f81_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d75f8fb713c311b5cff23d890214d9e5a16ec25875f7c5221d1bbb5839bdeb6b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e81037d3b7cec79239dacefe093b8d9b1d826dbf05f0b6f72b263b058a6d588b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:efd6be9172c4cd3022f1895349dc0985c9d93b2c59f28ea25a756d757dbb3fc0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3e8335863602ce35ad246a5eea083ce009f0092b8ee950f0dd69807bc87a433c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:45dd40da8a2d926265b9a09bdf3fc63759c33adae45ec55de3601359645ab166_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:60c830d32950726f53725511d28564322dcbfa351998ce67783cef1d8ae2293e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:98cb5df12c6825b126baccac184ace907769cc55b736c9a9df733512dfab966c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:35476646a41ff39aef072f9ddc168c1516a4be8051af414efeb466486a66997f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9b2ac5c38a95ffda2bb6e40d0168d94183e7cad2da02cc3daecbb7e790b6f93e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ddca08d53910252a6b7e157fd1ba4482d983f3db381b53d6f6d6eaff75a831c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d98189962487975bb648a186f21c7cb913d5687b26a533c6229d5b996adc2a30_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:12df6988ba07897fa7002742d822364869db98148387bc254c773f6cf6aab361_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b36f75ab417ade94575a84022a86fb9e668c7cc123174225b433ad8fa8754dce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cb7af29983abc2400722359c181490cd621b6368142e01d5cda987abfaf09330_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d784909ed30a2e03bdc1e565120d081f86402352e770e232f2705726d9ee096b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9041f7f0ad16c7f084cb2fe0ad3fe216e9478f1de4bc8667d879622007467c52_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9340544c0990f8c07aa9e012a94b225baf4579f49530564fed3c9c70e739403c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a00fd45e668449c41c4967c4846741e2781008d11f1580b871be51e4df138a90_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a262e0c68a133a100ed375316b8ed98c673aff2cfab700aad88271d538a3a773_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:013763be2a50efd0f42637f99eb5cc21d8ebdf18c12490c9bc742206ebda3ad0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:22a5c5b08e789b28881dec527170da8209c98fb810250b3554abf923c4ad5fff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:57c77c8019c72b83f6c856347bba0840cf910c283eaf70a3e43afb86864a39dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:71252be092a8333981aff76f5299610b42190cb17797af1a63995c287fe1152a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1816a6bfec19873a742fe09afff825bb6f550e7696aebbeb98311784efa8e397_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:89c0047544a6cdd3674b84b045d10dbbb4e24a9f202c4c48eca1ea9610ac5a87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8efac63aae37701ad39598bee831b7ab5a4adfdd3a92d04f723c68d1166ffb31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bc33cb9097e3ac41f2ae10ced3d22f468f7427ff3ed57f06d4093d2c797399e0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:142b32c53f363694d8e037a3e0ae82bcd1e05cfaaf3492396ec79b7c6d859d6c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2864a2ed84fb3a8e75922a97ce9b01144b45060757e37c77d4e2af156a70f9c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:74fb8850cc2a17f07470999ee754a8c7c4b5d8e70b936935ed37faad7d135e9a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:767c66258eec0215094cf26db159ae778e1b41f0e8a2fc497e2aa6496709aaa0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:14706e182451c4f95b61ba798bbfe0a90c1cbd65dec24808cb27f7794004548f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bb24d5d70c202b04a8cf65bf217c8b91507f175eba8a23b4101967dd6d2c278_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:aff446d777c5efdd99ee146eccad6d2509d68852f790750a7f6b50ae2cf36186_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f4cfad2c4d47ca9f60c43ce08da894876103834e30c7bce2858d2de478eda406_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1ddd080e1e7c8acf32a5b313a1630f56fefaf4fcd40e84cee698e3f96c518e66_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3b2971134874f759c4faf03b8c48009052f35e5829c4e1054b491b710130c93a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:67be2dc0394d1d8043f5e4e4712af78aedf9cea5031fd3c8e2342c1cbcb898dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a4c6ef8049e4cae2db1076c1fe9652e5e463e475c2e47ae57cadac77b85c1b3a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:806b48a15ebfda0e8722f8155488d90a481c51951697ad7350e8dc117d612419_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:93b726684de640f9988213465d572c14c2d41746bb9b1fc05fbc2053a89d63d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a1e7407b4f0c1eb0013a8edbad29db77e67ec9564c458826423d5b2de2869a7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f9ab0ee59be6d9b949deb5c155917db98eaf052cfacf5ef27e63d6b791dc1cbd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:cc958c954099b1f3837c0f42d7876dc5a65389e28635dc1ab1d31b7c9ed42eba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8d5da449175d5eef48240f1e01c67bc7413a183f9dc8c19e593682f114e18369_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:08debd7c61f7813b3b7151858b9af4b9bc04d07eea44265b74e6df5598c2eb15_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5f5f658af27805746d73e6f4302dd5064366795dc9db5d9f558916f98f5b6988_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:892ec77abb5c8460303b76ec99d9ad6db103993c024ad348eb0c61bbeed27562_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb7d53422af0058a6458a0082778d7b80fbd96d848f730d6cc2b1ef1fe8378ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:00ebbe8646b24d21a488bf4020b71e0ee5bb6f4d8d0a997541b3b3240da27ded_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1d990a3975d37d242fcb265d3b051f219bbd26254f56b46ec9c7e147f8ca8678_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:507429b46f02b262592c5fd9916f20da576a396b51d903750c0b5ae7c72d13a0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9a19c19be8a50c2d794b647aec3c592730c75ad06217fafd8ed4b11b7eb5762b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0c688c7488737c51d255ca31090f6795da41e5fa3348c015856d622909d36c72_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1e88b21782ccea906becc06bc88ca25088b66e7e474a79e2d5d93db2d83023e7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4457d82d81a322820a2424185a7e9f05e9c2b45042f6aefd34740406f07abcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:af3bddc8b160b3959a4c78f297acfe0565e790ebb1354202bfee505640d56736_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4182b34853de62c1e8e4aa4ed1dbebf6b597f86cd9291697e512ac1996b81f3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9268c1d0fa4f5f00b6d0fee990c754f55acb80efaa8d267d5196735302cb219b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d3cd1417108e10bc782552970f119812a447237dc7c4bbef5da96cf86a5171ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f626cd22bf9c9b67e99522447039638e4c8ce39756d68600c52fd173e514da87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a7464c063b04db2a515c81cf4ad13db3ce94c936cbc5cffc710b9ec407e0c45_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:86aeee81ec76ba3a4b65000d9f9097ce2ff13ff84346fef869bafb86ae447731_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a906a0d6bb3320a5ba360d54591fadf12445e587d6701ce92734ada703a57c27_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ea775328601453d6232efb25ab5666dea264037104e7be017c3bb14596a5a09f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ab5e76c192e880195e0866154536be7bbe0b5f8c98fbc019e6ce572777c5b09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8b134adae6f75184ed5c57ec2843b76886d36824c58c7b609751e98efbd26f9a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a52763a79a50764d25cc221810c1f34d4168fe48b145c0bc4cae2a2ffa41893b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b7dfe8fd21f03e241e37672fd6b056c716d62dadee72716d10800aeb256b878c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:21bcaeabd8595666b46edd0b3ca33a031e4541079be67b1a128f3445d60f7aec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3172fc318303c88eeb816481baf2013ce141ee6ea060be84175da3e782337fea_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:879d84aa921d197ecfaacb72db873a8f02d9ace42c7e62218d77f679309bc319_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9a42409dbfee768b9f85ac624cb344269b2752e89ffe9b1f90995604fc6aef00_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3671e42dfbb3810f7d9154137e779ae50674d0e9b45e124a73d95478cf0a99b6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:386ec95060a77d2d73a5968875dd791f2fe7b8b0f6c6d47f86fde271a007e983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6e9ae4c9df5cd6811d3c05acc4a15fb86259427ccbf22d567029a37228ccd5c3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6b80d57abfc466bcde56a0f5147ab378b36a0c00dd7c5755d985edd56661016_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ad2c0ee88a9724a4ec5b53503df32810dc73a4f38685e14815e4f0468dccdc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3342acc23f8f3757d73094849d949e5eec0132d8981fdcd01603f0099af4a17a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:72413b4d27b0e896dec998182c4c2c3c501045254df254b75527f10d7aab3e48_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:79ad6ae13e6a7072a38644b1ebf5b67318fb04067d329ac5f6108e493b571d58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:68025f170de2464bf46d4fbe6e7d9cdaf58f9ef43a291c2e311f295cecc00901_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:73ad5ad7112f00a1ef64402ff1e4782191887e7c806fd2251bedd0e8c0f002db_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:d4bd66cc6323876242247ccb70e60906cf79e73d31124f0cc8c1006437459b9b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e81106354bf74736749fc24012c8e4bfa7281879fdda598e3327c9c0c52bb3fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8e8924f26586ad6207b8f5903dc30af128e9e8503b05010ff0c98e214ed51ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:90db58690c68927ea26fe9b9434fa474bac70f8ead720ba1f5bdffac029c8d0c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:96f81dd61b80bd0d5c99ac9c7c60ff820329e739b907ca44c2155efe225f9afb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d546f4f4477ce8c908418e79a08705d32becb71c83fc748568b31b412677803e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:00a2826cfae155a2cdaa1976c1801158dc9cd6cfc479a57a65e5b91dc2525a30_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0ce48134847ba67e970651368d699e1e7a10e10e2ed6ab6467c9d184ab599484_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1659ff076546ed12ba6a737c8ad879ccb0ee7c1b9bb9bd58093b4f6ff9f333eb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ebff43b9f30c8a53c7f63f05e04b381aaaa5654f8b67ebc88c369b1d599f276f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:18a60158bd67abf2fcb71cbfd524863b7c67d2c94b3f52a56753eff2e16275e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2ffdb8e761c3c52d419c064651541dc0f4b6e36c00b8f72b34fb437df8404416_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:397024bdbb37bb9cb2b1d8c44e6558b61cb9485a7e6603cabf58ae7d44092291_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8bc84a9d21c84704e7ae4c0c234b3f5e9edbffc1bd54adcf60d4a8e09d672927_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2a414fbe968023f0b08d783918005c959e0556abeebf0a7eab43267ff484a388_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9fd74bd9bad7167de3ff9b41aa42aa1b2ae6631d29db10a6c7b3d1a5f8258e2f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a1d4cf42bceb3e6a4815dc7f665a3a577d6fe06db8f9eaec973da25a81f20344_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e0383d61bc63755430d3b4fa1a3824752e3d7dbdac910089293b25e7e9bc5dab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:21392184df64cde99256e947da7ef0fd360b0ef627c1adf0f92b7e5a2f01e8ad_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5c0f78a1187bf51bc6b296f6452ebb59e13190d7868b0631df62bc65cec09a5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9371d1185a2f239e486c36ce1d77971338d28260fc1e2a41390fb170b2993c83_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f183f1113710e8a3968abb6e8a93a4a5621ad3446f5962581e944058a504eae0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:533fa6bd60a602bb48db2cbb3dab2d6bbb31a644ad15c76fa75ef6cebb5df5d9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7f1364e8f6ef6618039ccc63dcb9d79fe73fedcf404b2c8f828d1e9eeaccc167_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a8ae4cd3710f2a342bf936124105d1f6f3a110cfce2d3c1a81962b22d2e238e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0876b2485bba3c6b51a0084237a10b17cbc660663eafef423c56419f19a169d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:106da5b0750a07f1ed06dd2fb32b6c3646f707efa4e670cc5620999c4f935be0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5950e0b8f5260ba9a0c65051dc6acd38aa7f5b7c04275a0aecb4055b82b4202c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a9dfa6a14aa3bf5666ddf5692e5ab50695f9b654a8f830b94656a0c55b74f7a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dee2a24fdddd2aa5c4aa8ae9c50e39fda5651c4488680e651ab1a16edad4f57b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:717e084214e3c0e16988ec7d26da396a1c9c7ca72f0acc499f3c8326c80a1532_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:77a516103c2a357530f52bd767de792b5faed786923c14afe2ac799016344776_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ef3a40a70625942adab0b6a9859ef2dd2e2f6706d6993fa0e04ac35f22734b44_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f5238e85870c036019e7d1bf1ba8ad6b6bc2abad064d972bc1c3cae1118f92b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0b35f08d6b65e25aacbf7ab4e8a301deea0770a46e2eee1a6cfdaeb4a3160008_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:23a196e57eded601b36b969ee0ed1c504b460957765d0f034e210b4cb4cc228a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:70dad593cbc949ba070f9a7995a301cfc2aa9740a1b7f5cd4f86b15948c93f34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a88036cad50dcbf667e951551d7c3dd2e074d04ff6f1043aeda00610a39663e5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:6ec8e8632ce69cd5593fcaeef8c1138efe18b96a52a548d1ba676fd3dd761141_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:eee57c35a67ba8a454e404025d05e2a8844e3dd5352cc257b45095bf5912db01_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5922e41d5d0fb6a1ea2e1e6d42347d998505b40e914365078217e91f20d712d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:cccb45fd0a506c42071318421c6c102999a7970bff1172031f2e8566ebad7b94_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:55079f2e8372c052df93fff5d047873d1c942128e9c299f37c097a2ba04e2307_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:73402d269c605dc273ea1b166eac43891c96d3be9eeb35ec06664cdd326a91bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:c52f397b82721ea6b81f2436e6b20137b05887b3b3436cfe42b8797ad75d1c3d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5ece27c9bb54514eca68d0eb4b5dcb7ff8ea1c0a52274ce14e9b3da6600cf71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:14415de13c4952c163a6e0af73648d0383c3391dff81e909bcf0e82a5d2e690d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3fb4c6d8b0e7c7c939aaa309e335caace1c805f90a86d2e156a3c09ce63409b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ab2b2cdd65666cdba8407139371c27c37e14e7cb958d6f9010f5067d8fc70022_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fda53aa2698d2ebf6eef488f1001e247061053135f2038bc2ec35d51b376f7bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c5989c1ccd945b1d9aaf87ff0e86567a1434fc2119728b1f5823395ea86b503_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2e42d85baffdf5c31edf791ed391ce978a69cc803b4006acbff46e4d961afa03_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3e0bf592eb5fe00bc152b5f7c10fe91f9789ebe36cfba0fd1bc702b129a3686c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9b0c7c3990c15259812f90683663cc1cdb5a8fe8b86d54f214770fe012006f52_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4d76a7cb33ba6ddc5590519c6bb491a9efd3554d7a767f5fa96fba8d7d49990f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50b44a834f7615b12590314b093bf8ec9f457c6e5d3ad5262b9e94fb9bd97754_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6e7e3c2ee66b15329fe6b195a8f7453aece953a9b324befaeac47ee6dcddccef_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:fc1e70ce3d833ca0e6f9fc52832c38b70a2562e6404810d15a3336cd660770b8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:05fc3afb6add2477f222db2d11578e51b46236017db51bddb7551dc220418c53_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:80139cdc4d4abba184a1ad7515593bd2cbc73d742ee5b0a6b0848bdd7ee1192b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae32d496888e2e03b6d2d819f5063f356a38fdf36dda821126ebbc5d482c6b2b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:af88d98c253d2763483b59c575a1c1ec06d8f1607dbfb9c6c32ebddfccb09512_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0edc465277f4de05bc5157ccfb3b378933d8cc5dad5bea4a2c38b8fe79a8bcd7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f0ea95f9d10aed3755237c3bc68236cb1dfc64551cdafb3f8d78999cbffb96_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:34d1252485c2bae4e6a65895af5b8aca021c709a5610ec6a03a8e40f777b6af3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a6eb218cb730499aef774f007cbbf2dc554f431bf1b0995c1b6fa36831128603_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1d9a067f0a66fb7cfebf5a02ebc10d3ce340f5da1cee7f1330a88b82d23aed5f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:41f05f7922f8beaf694fd67de9c7a89ac7703059d7764c03c202b1a070a58886_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8344a6b4e10728c7e56538c3ab5f61f63bb7bd1e9ee66eb9ad32dfb107a9ecb8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8412505921579869963fae9d61ebed39b95ec48a23d24ff1be5459e57023f16a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0372dc1974b82374601decd0c7c48b352baa4dd6ffcf43c26fa0e501c337de2a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dc7fa5fae1ff0c19d04e4fa1f1c1d80b60a4dea0303edd8408c71a08941b71b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9c2d04f3bcf14a2a877701b44ed5a1c35cc1e53888c0f830d6c3030f773e8fa2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c0dbd1efb355a435b3b0325b8d8e40481e5467e8df2f0acaa18a4a377e93fc75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3a24fbac9c6f2dc66c7df9da9138153f24ffb48984065b4e285165aaf226b193_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:444ed9fd31a630ac962ba53d6f46306892e61338c4cca7c1f6d321e0c1ea64f7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee6f5aa6e4c655513846ad387f0e67d9e55943c904d5371464a3029e4221a449_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f14493032189e265d853caecaef90614f5aacd93533622ccd8ed5a150d874afe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:694d36f725faa0cb6e01520b0c36a13f7de676626e6064f381524bb8087e8194_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9fe6e36b7bd3a29d554e672d2093c3a65aa003a36a17c0dde9ae074c55a9bc46_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d697105b7f6506493d9d32458dd590b13b585903e9553384ab9e87a6b011d376_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e8f9b1eda851e2aeeaf3454be4f20b0d90cee6fbf8a0a432906f648459cd4f30_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4f64f86046fadaa8147f68c399ec0ea9d52284e5df5e91c781d74439204db3fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:56f9d3a433c936529b62d98cdade113cf13361303482dcdb16bff51ca5016d42_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:893b5a11b945e070fcdf51db1725c9a6a82c42cf45e014bc866760fc5d4637da_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:997afcbfdc83d639c9d8875a7b2cf78f894fd581c0cb63e7017e5b146f6a6d95_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1a64b24d1e5a66e7f859075c9cc3d27073052d7ab0fe589bfa90a902e38da412_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5129fccd4a04fbf599eb50308f5e0d05ef4ba3cde3583d6d05a06a97e0eaead5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b9ce2b1cb81eb9f5ad883bad542b64c41ad3a9174923291f3dec200ad5d63364_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eb7c7965e17ad69839297166fe8c8c15031db8ed0549ebf44bb4ea1da98cde8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:290e954304d85218aa0d6b861c05b283499f6dbc4d64166ee8e6528b7d751cca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5cba64ffaa60bf9c3a736a54aae19e7091464e2459ee0b5c3989461f29d21424_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c9d31633af7f32433d311a8b9c978dcf8dc928a1b043d86b9bc0c9f828472713_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e85eb4417128ebf51ae5952be24c9e00051fd512b3479a73a5da02aa216e87c5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8bc36a039878cc535de99714a87bce976db8628767037f716e88e6c7de5ab183_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f8ecf162263f4c9831b79e98df9ce36396ea6a998747ae40e743ee433e3c41be_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:ba204b99b5881580ec39e216ec7ac0fb04d56ee6d71104496d88d3ddc057e096_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e26b62f8b25250c571a54af7f1e4c2ab42262a2411ac9f64f3aa933ae2782bae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8bc36a039878cc535de99714a87bce976db8628767037f716e88e6c7de5ab183_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f8ecf162263f4c9831b79e98df9ce36396ea6a998747ae40e743ee433e3c41be_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:c339d2f84e1defbb24c4c4f6649f863c395fd550522b07bc132a159acf0a44fd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3a63b4b71447165c2d16071b69286bff5387b2034229cd7fe3aca53745d7dab1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:09a3801acc25df33ee5059e84a0571f7be3e03a694044b1369be94004d23e4a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e536eeaef0d372c2c2fae87d42785423d5af665f03f069eb9363cde71243607_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8f6b24615c498f2f8efd31b8a4d7e0cd090e6d0d42b289d1651e1628e6f61177_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d1af281d07265d3f33dd757f3a85f2157762e963d577b54e8fc7d2ec2010e03c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:39586aee081aac1f6b421a77ecb57e39a286cf69939ba994a646f25257cd8bd4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3d282b4786374825528fd450d57f92ac67af73b5bca607a226c05b3de7c9c0f0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:55d3fa9651bdf1c0ce99cb12468c157fd25f0512aa990e5f0a983f9dabcf5caa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b0ae68ab9ffe311085fbd170edbb9014a0cb90c124c0b5b10eb2cca2a3d58e50_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "RHBZ#2418900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc",
"url": "https://github.com/mjuanxd/logrus-dos-poc"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md",
"url": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/issues/1370",
"url": "https://github.com/sirupsen/logrus/issues/1370"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/pull/1376",
"url": "https://github.com/sirupsen/logrus/pull/1376"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391",
"url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391"
}
],
"release_date": "2025-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T18:11:18+00:00",
"details": "For OpenShift Container Platform 4.17 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.17/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:d49a4f1a4532e3822e8769a97d87f538f9101701d3997e6e883c8abff7b58a43\n\n (For s390x architecture)\n The image digest is sha256:baded7c05358eda3d7bc20efdc3d2b963ba80f1639c2c80b2c58bc216a1375d1\n\n (For ppc64le architecture)\n The image digest is sha256:4714f7f59793e8f77cc5a95eb918bd43f9a6ff31de1b35fb59b45a07f7a3f118\n\n (For aarch64 architecture)\n The image digest is sha256:73e2429c13a91ea4e5031c61f94c57884a7251ece3e1bbb338523e7bf8246903\n\nAll OpenShift Container Platform 4.17 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.17/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:237013c3583df12deb432390a6db9a862c02e643f65ed4a1e79afccf8e046699_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2572f6fe095b0e146393f7f6f8087b721ab806982f866516531404eea2e510f8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b4c65b52b46fe579f8ace23d12c22e29feff67d8a80bd5aa67f11559ecc2965a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd68f9f9a354fa8ed08cd228e572153a917ddaf18fb012d6e321fcfedffc4398_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:822cee0795e360458dac6d6efe4c8b29504067572fe961e52b5948a4f9b27ade_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e38ff55ce894a4a3ec7af3ec0886256a9c69acc1727467522645bd43cde9e0a7_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0715"
},
{
"category": "workaround",
"details": "Mitigation is either unavailable or does not meet Red Hat Product Security standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0f685c2d8ccddd1f62f2dde6cfa0bfcff8b959952347e7a07773476d87a16e1b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:93dd5b790e4b967dad69b0d6493e452b2bad83f97277b5c273cd739a25df5482_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:983b3bef5915fb159b5d7b95c1509f68fe24cc1368042e657d914fc0b4fb5fb5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a301aa9d39918b04ef7ff140a370602f1a38d00d949c795200f910774680af_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9efd7e8e4700fd1fcbe5f01dbb1c8b9405f125d5c98eb1ca852b855508a8c431_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a17cfce25fd92837717b5f67132f9b2452ba944d2e339ef1ccf5f4188b839496_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cd7f5703c9e7d4f6619286c135215e44dba4ff472516951bd295468bd413ff22_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e4646d27dec9078ad727825f27a088a9fef4da4fc45cf29d11df43352f53734a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:88d15d95c82368d11bf91e60b0a2a9eaae7ef4d3c399b214a9c378a2a8d06c52_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8948fd53993e277b03c33acca360d6e4b13496ffeb9858801142a59d64ca8064_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8a4db434be8da3b76850ebb5fbaec5b25e027f36827b175564b851efe8e4e207_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:be026c0a01396cbc87adc9cfe9e03b9786979d96a3a5f724ba4f359cb80cf1a8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:350081c392ff4c3f29b23bd7739c683e7834e7f72e26ccd3630cbc28aca9ac68_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4a5af9cb6dd7d12352fbfbd07816aacfb5ea0c5bb24baa5d13b16116db2725e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:98c79bf62796002e6bde932ba85949ef890d48380b944b7c28d806046e4575bb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:dc77ee000b0904922c06c4ca01d1e9922d72891c358474709eb5f859b74b69d6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7c7ae8c532469f1af18cad46939a093351563c259d60ee96c6f15cd9028b8612_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:97a0679a75ad118affbe3ce459b0e8c447b6f0d2a9133615343b79fbd712e8a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a9aeeb1058816fc132243b1c8c6fd6c29cf1a785f983e955e14fc7921225b018_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b8a1759ecdbaa7523680b2da57018494359c05c3ce8057167893e0e596a1a189_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:239caea496c8ea688a05ab49f1f7fb4a31377f43050a5602452542595a34e834_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:57d8cd207f20b40bee4795f5f9226d21dd980112c4f99eee3781928a4c0158a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:788030ad73fe759f1dafeb66cc9493c7831515ab7ded879fac7b2bd9490b229e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a987acd65800f22fd8c80b3d6c270364c2f4e8b3f34d0e1b9732f06ce9b2a2bc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:14e5728959903bafe2c1641ad832aa4fcb6ec8dd4e3331f2c3eb2fad3a0d9ce1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:1665bafdf751c446e18d1a588123d721c17662b5f4977ce765245ebc10a239c4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:97f01757ffdf1d19f4e771cb243e026adb86687ce831fc0370c502f0047154e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:c8ac1549f162857fff3dc54c73082c68165532a82bad8a718f766cf04b0474c8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:25968bb65ce03e83c1f7f85d330dadaf93c91b053d577af1c533caa9724e1af5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b49b13462420970f529f1eb6480952882be5a083d03b54886905a05ec60e340e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d9076e23e260e71a3904eeeca57c7110b23aa5d5e2bb2534d55c40762f65e5a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f536b582bc81072fe176ade0bad9d35623a418a06b32e9a8846872552cc616a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a87fa4bc0af3d3e3befe09d9f26c86180935833a16f8e5b0249e6015172ad60f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:af32233e69f1a1e35832ba0315a522f939092815c42e04bc99dbab48a912f5bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2db06f36858a0c30223f07fc0b35441a292922678f303f434a580241a245855_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d0daae392b17d34e82a8284ab464a227936aeec4f61b120d5129877926bfcf5a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:01676c777e2d1b26cf9c457027a44da29a93adf60439824efe9a0bf824fad6f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3765d1c0cdb5d0eb58b6ee805b1c2fc79414e5cee0ab567529f7cc9d2f32de17_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8583e3ba61ffa3f4bc5d0e411cceed3812338ee1c4e2233778fc111a84151260_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f8d09efc416ba06f362c298c670adfd634bbf2417b42dd63ef8eddec6d5d7b93_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:402e7e1b444b6f7d67adf70eecd5e96da520ba177539f30309df51a6af250a3c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5737d41fb537ab51485af1c14b36993ad233e13fe5bf29baa0dee6966a6d7a7e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c89addfb732b3ae9ae58a31b8a01c3619cefbe15eaa93654d460767ab56025b8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f2e916b23f04cd1df28d72d5889cc9a34a322ce442f43644060c0b7700473919_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07ce1f777cb829393ca9650cc859aeabe040dbaa92c0f2b78834fcaa5f27190d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1da9826ca384c51052a649dc23c586408ecde83943782b47af54411b34d9e4fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a875fa2d760f7a474e16f994b70ead9b6b41487b6fc21cde55b9faedd7baff87_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b428b537cba5f8ee9a8bc407a9b4d80b8588b602c81b09cb5d349821def16afe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:080537bdc8349630e0acc787277931110ff3601df9c9838ca885fbdb2c920c48_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29af8f0e50403bad4218fd0fb891f402e764071cf7186bf7d49c57480ebf71a4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:56a126a09282908dda774e301166393c14ee6c9df302094173dcb96744a0a2be_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9d9163e0a8b00ac0ceabe5308169b5c73f8f7b970e77a8488968440c33adc443_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2ad0d34847f8da3da566fc7144c1fb7ef990c711af1eea64ed548ba1f6777b63_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6058e350b046f81fcfe80534a48a4364ac81c3e4fb3b75cb23819feb81422e52_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6eedc1f8d41ec96a245432a0c5b07a883ac03c7f1b62c3afd81a4c413e44446b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71df3b2f0192d48b744e6ad4053a454395f8a07ef2485beb2d1e40febb8013a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:28c12edf2a8fd2bbc0cf125a72bed3eb4d0c93ecad9d6d0c31ea82675dcfbf64_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2bace21907bd1ab6ad1c163ebffe54f62d0c8066e28da285efebc083e808057a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:aeaa185fb7d7fad9da905d9f2552b12642c3aff657ffa1392cef219e453e6144_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af4b1b92c82e3193fb19bca5c7f32fbf24173e6cac3b0b188e0bb0d8b4885c90_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:26262a7bd08b1386429962224cea80c59be8a6cf3939e3e8186aa8e3728dc09e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:49dca66cadc6a72da5b0b9a1d40ac44562b6417838c633446e912f8ff508c4d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:56fdd99afffdc905cf58030bc590e51e06a29f4a9b4451c5395dc15f96d13c56_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac50bf2f26a190b0b9c559ca4082fc85067b4e894278787008aeba3baec66624_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:679909e392d7c5da212ea63c2d2b58718d36cd86e30bc7b303cebc7a7123a3e4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ce2204cd95f2d62c748ca84cea2167e17b7712b74da1908f3cbf643d0fa186fd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d988aca8e138e1e0728970a21984376b6082bfd946484718beb292562938b6cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fbd7c627d7e30861c49e05b57636341b8aef3a4c2d3b639f396c090ec589e3a9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64858e17fa94577ab6e73e0ce5d01bea8482966b71273ba7e14016bec203da32_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b480e8370a665314b7560735fc5e1bb694a13479d1c45801fe2c88f0790ba2e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ded1d971da094f5d4e8f788d419ae4e4afb2496c9b9914a9564904d4141a0f3c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ed9d05cbeb0e7b0ba8d99cab844548634a98e2920489e1a8a0e109a82eada18b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:abf664ae6d14cab3de4206584371e064771b3dbd5314178b663bbc1c2671603d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef29e32ee8dfbc89612071e78114b4a7555e9155bbc795b52cc1abcfb4fb9dab_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:2f8eb5b5c93f3f68db92c25bbba9eea70d9880e24f04e0917330f5077d2d9e2c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9f923ffcc65bca7959193bb55baf61902ad429e6b3a76ad62f236648ec64da0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:3cc08e7287be504e70b6f7a0875462c5576af11fa95d743b4928c3963382fd93_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:bb8b9f6c64c40e8f86228c282cf1cd74a8a94809b72bd16d4a32356f4a063cab_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:eb3eb1a02fa35890bbeff0c81e519c0cffaa8b948684fc2baeea061c1c77cd67_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f29e5ebee536e2716d1b2630c7ea37b153628b8a3e7c193784d9ce2c63285478_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4b3e56e84ecdc767b87617389a1c4f4cd6323f85785c6268ce25c0f42e8af174_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d0638623451a9f6ba7334bbd29342a422f4a020efb6728044be9230d5cba7604_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f5c2cb43ae80eaba9e03a4ba2c604e06f482ec7b7ed258c3308ca97b52f1afe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:5cf70e72ea8d1fd7eddfba9095150e06f900c732a74c87e297aeb28c9f335391_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:23d6db8a3486fe02b29cf1a2b15c76f8c6a1103c83c7fcdec057f4611039dbb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:634d6a9894dab4709edc07a985f951f31dc0aa066deb6329e85375f334adbb36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9d9e61b5ebd3c3f14b8be6b4881d41a3bb9390c060b1519961116978b84d828a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d87a31efe869f29a5bc4d3ac8110fe92239cd543658c4e2a991f7fa681ce942f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:278d0f71c233fe68a6c97fd42fcb3fd6b6692e4ed2d847ea161cdd31de5c3e8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db8c3a6c513c148dbb186bf70e3c1225f9889c0620e2d283381e9f723263929f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:76f8ead63875da99f27542a9275347a27e6c7068fc00c2609701b4900dfb4751_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fa54106372a00b616a9ead77f956f55290395cab9df2acd5da53f43ecb972e24_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a78e70137b43ed821e6034893803916a0a3f2e85c8a778318e7b59069a62a741_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7317dfa48ac53af504a467efc1ec18a94f5909815560231de51d521c00826d7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6bba0fdbe83a3346cf335f104dbcfa89d6e130c71ebb57edb8b762a86384c240_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:87b8b142f5e2097e8e260522e12e0fe586688fe0fc782a2498387b75bc1fdd80_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:47c1a66a7c0285188993eae0e07eae92fa757399b8405fb5c5ba863aa5098e09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:ad33c16288c336c9ca9951e55d64d3d5287f82bba0566b5ee7741c5cb3ddce7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:45f9b84d81fcf4d42358a8ed4d778f42a5aa58cd2c2b0694ec13667197260c57_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:52819f13108cea240eb6d400b0cf1c351568feb6aa2fe0d7cb58ffbb39208807_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c95a1e5377e06f6eacbd5fe508be7192e03e98d4b8cf8882aba928b405a29e12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f6fff2f2589bf8065a44b669c62e31bf6d02b443afcffcd30839bfa230deeee1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:379db896d78b32b67f8ae5b2d768a673f3cc1b083fe3ed30327e987bbfd453c1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5c32c9e4721df459be232064101f5283e3f7514528cd82cc9e3dcbc666d0e431_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9afe4f3d9f37acf30b43480a0e11a6030c8837f4b1458d5f873b2f2b10e27f80_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a5150c0f69ec74453bf9d31057231bc44c49edec7ee73d071d5b94084dc3ad86_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:237013c3583df12deb432390a6db9a862c02e643f65ed4a1e79afccf8e046699_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2572f6fe095b0e146393f7f6f8087b721ab806982f866516531404eea2e510f8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b4c65b52b46fe579f8ace23d12c22e29feff67d8a80bd5aa67f11559ecc2965a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd68f9f9a354fa8ed08cd228e572153a917ddaf18fb012d6e321fcfedffc4398_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1e9d862ed181e401f094ea7ef2fdb19835fbc29de37684d16072b063835130cd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4fff35cec09a09828f93597a56c1d53d7aa17c9c711d2ee1c2a82dab9caa1151_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:99ceeee46528a54646d3a9bc4e4d79207d5639ac5381b2f7c6d1eb34ce915126_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d514ccec508b55c9c24b9887fa35d74db04f1eee22e68f6c281263f77514f843_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:745ad76ae530a72ba95c4fa3c0ccffe47db3cb86652f4b672eac25c1e19f4df2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd42ee1b7d59d9b3bbef1a82fd64ef5e2c25b9a4e2ebf6535866a555badfe7ec_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c4c77c1f0b9bb88deccde95f0a3d33bb13efd83ef571e7593f48dbb728d836fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e39f7e9d8034b32f918fb3eb1adcd89b248e4d879734bcdd5860595b4dc33d93_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:17aad6fa254fb592bafa35b8f17f02c2968854297b3494aa4b94ee7b84818ff5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1eadb8d1903a2a7153ed78a285f75faa35b73114cc57ff0d2688efdd795d919d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b288b8cfc75e0702005dbc94fecb9a0e1c2ecfd78c7d0b1fcc4599ecfac4b07_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:94db7f48fe1cd78942235739b373d592e77fe57418d4b03d758c342de441f85e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:15a844ed1baf54886f48c9919d18dfcb29e6dbb4cd3be9568e15b0cc76075ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a05f6f8b5417fe18c5ead688c98d2da1d64c2ec6e1d51861dcb935268bbb04df_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a2f4cf9accdf41e869afac3801881f2c523c1b94cb401e4c618f41c315cc5f47_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dedeb01e53c5e783cf69200dc83d962a4616b56e9bb5c7230a2992bb0a8f0bb5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4a5eaaae62d4fb97d4ccc0adc87d1006af402ecea6e13748eb7c833b33304e5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7d026e011e75ba7712e212c44d5da5d8d059d2f5190eb8ea3ac591eb87b3f53c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ad9f886a813f01cff4cb2dd6f3fa3f03191476e3f37dd843591300c954675d99_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ee02a8bbcaa623335858e84fda3a584e875cc753c63ddfa4728ff7f4c19d7d3d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:20ceed707962d7a4a8c81b0ab3c71781bf6c88406412be499c51137f654d6b80_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60063e70844eb9c274e0ecdc975613a9abf3cfd2c342ff7fe4955a810fe329bb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d149cf1c7c99f8817be7d206e4e1e615cf1ba1b0c9b040010a9b822c5bbe838e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f7713e0876daf10f8f52edb8594e1e1fba0afe5a2c799ce5bd9d40a80822f752_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3dd5f6ae51c160ce4402e937e32c832b51f6ff12ae928a37a2785f204f9c757d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:77deb93303abb4ad7951b609805bfdccc90b1f8fbbf4191d077185e49f5685e4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7f6bb5972b117ee8ae2f578bc1d29a336d4be24715caf640216fbf46fc871516_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fec4897ca4f0afa1971e61cd69ccdd70d3e8fda38fc9d1d7946705047af06b0a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:74baa8184424f435dc529788b54a932e7f5dfbc38169b50afb2893a8a1258992_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b16cf416246a1231c62489e8eadc8ece013a2aadbdf12348b8c4a91936cba9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c18f66b13e348a8302275d33df04d882a29269f8406e679ed3d99d7b3ed1f47b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:da53eb97f0fd93078ce7e5275d741d1a70d532332f486f92591dfbb10e6e5d3c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6ccec729cb1f9a5b01243987a9063459bc38074ee8b8c4089b630289ff73c60f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a7f24a2e05287cf3d1c086ae2a16db546500d37d85ed31ad5592c789054aaff3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dcbf05a303a984ad4e9544f37d691a733ab4f7a7f466790b18e9e2e2ea1f1dbe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f22278253c5ea6533c9406f2101a1a2bb006f281f59405ac45b23c8ecf9a2699_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:38ce6ebfc32523e04157c78429e0ae945f91836047afe2a2997a23d3b17b4ca9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4ad732548af4cfeccdc62ba2028bfb7cf11c52452d3a590542fc86b4cc33bf7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:73b0bd3a12431edbcd0fa74b104d63a2025e4f2b514d686f91606cc1771e72f8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bc4d917fa3b042c3728422d89bf80ea995ec37f4be4329dc15b9d4ebf0e8f1a2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:72150297b74ce841ad36162a0b9754a570d73be3aeba36b6414a23842a8e469c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9c55764da31648a9412bbaa7e12c09ddba0458e9ea62d14882dc93b81b8bef36_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:be30b7a33902e4b8af6390b349698ce76f82a9d89ea9fa729d477742a7aba348_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e65f01239007eca9e79fa0afa4ee17ff4af1c494bfb33e5280e2d53bf2da334e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:234454413dda23b83c4e0cb60c5f2e1a01b4f30372f425fcbe2a592a892ff8a5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a975f92a9b7aec37d1842351c2ee6b689bd67ff8445bb4be5578def1794bdb80_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7529dcf67eea6d3ae5d4b85db8de6a2436b935d76cbee890eef52be6f71b441_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:db162a9bba7e608d41878f091b5cb1374aaadf9d160b0ac707670807d0721947_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:32fcf10b80768dbff43ebafe6107e22cb8a7bd2b0f4f65f11643010480b720b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7428c5bb3ce7b9ad0dc2bdc5372a5ba3bada30f29ca492c46dff8f16c81df620_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:770bbfea9d3dc0ffe4b171abca1a7ef6690c3a7e81fd1a741f874d303e6a0150_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ac7cd2ff42826c444258237513abbd778aad47648d6b351478e88558d726e0b1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:44d12865d2ba077176a7f030667201e9534b633c9d71373266caac91d1f4c332_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6e69f47f2f9de096199b893a1516e84334c6f20b549250d0eae2e9e198eed780_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c6a9f789c5e2ee8b9ddb927cb4ba397fda0265fde353a5d9d614fdb8c4a72eee_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ec3ee75995ec0c9418859fc2c9c1e7438fa3bee54abafd3f28451d63333f8b7f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:049cc98c7e42a0fe60e48453970e699e6de4d19f34f3f82626d873e8e0e6d6bb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:688f3eaf6470e7a0e214dbb30674e3e677b6b05f7a81856dafdf5432aa541102_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:845bd0b11a6618f8368f5614584aa96e9849bb55675ebf5768609637196ef8c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ebb296705253ce54b8839e65757e5f1f28bda255a16487fd05a6168711d3dcd4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4209cde246dd5b0427fb6d33bc0fda45730b66612a70e95b841a0dfdb4d33c13_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8764b21a9276c2d77a3d2471a9acb86f17986e0ff22d73e6dea27b6106a8e61d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:df77ce81156b3d17d6c2ac9aa736f2e29328ffb6cb3ec96f82d18c4922a5752f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fda54164b16d1b7c889000467b5ac5e3aec30d6112091980607d2ae02223c8df_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28767896ef434c0e95802fa613293f60381be9a1a14899cc2930731c61c77d5f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b5a6f759824a9bb0917d0a45a6c4ad0c70733cae840077bcd3c378b94eb4bbc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a421c422c64bd60896f3e2a1f24f8fcfef0a02085ec6bc47be3cf3630eb8734d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbea59f95df585d491fca47804bdf6a9702e9bee7f9582d5d6b7aae38b3cefde_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:6781b43d7898ce652b73b9fd885a32796fd780342f3ffa94beeb9eca7c34ba3f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d4f4ab142d17bf9787600a074bc5466de701dc436be2f089d5296e7f4024816d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d63cec9aabed77f18fc92fe1175d237da4ef091dd6de83488ead2940d29f374d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d860a07ea0b32499aa02b6c0992fa5a316db433b455d2ceca6dca98869e26ad6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5c59d639c117295637a7a412edcb423290f884af9558aa52ca39a11721ee00e3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:71c60741af2d75b83074c0358a65f41702871bd5271a4d47bd3e50993d829a38_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c188d94794d0eba8649a37f35faf1f8ade7454539098582f6be7f1335b6ebe1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f6849640cd6983e63f57ff0562d9bf20f0e7a5b42c78fb91b92f139e43ce0518_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8392a81fb99cfe57564aeab5209bf824be9a59406bb114bd1894066404638d4b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98053f606b3f6fea67e115b3f502815f245e73d39a02056fa43cb8b9b4cdd771_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c98836cae54c18ba3e65f7af896a6038e2ae5cff0b9566e32e4d48723c4b7a50_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f6f2545cab188c060156573969a8cb4404beed2a8428775bd4225123f8d88e8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:28e13007cb17c7fdbbc1e9a47dfa4fbfc54dc652250884e02ac02d5a04d7c0f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9d8b15162288a32dbb5ada08e7072932132cc488e654aee8c85c9fd3e671df27_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d4bdd45ed434b11cb8733b5a2ba83ff85dad06360e34e5482306ef6da202e756_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8c26f166731d6e55be7edd9716204557d1c09bc6e106a78ac56809c7f447b73_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2c21e34d3316ff7b07d5f45e0942238d3ac7aeb8e09c41448f114f7de6f8d309_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b7bc6bb21ad0a6caf10096011762cd31626d99087fd63a6ba5c234edba48cfe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9c75108604edba1cb1f09a4e2bff422b088b6d2fff31020facffe540e476d6f8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d3e8f6d2b8aee4b5831b92b1205668be328089a07d67f30cf71875cf1b64d6f9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:44f7ea110bd204637c855688b0525d6b4e5cbc4ddfb94dbec504f5b969be230a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb25da215077195430094fab8302fe458a22c662288d11387565a1ca3746115_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:643224f5319a34c396342cdc2785080c64125db41f5a54c4f9c1816aed2980df_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bea9de5642afee0969a51ba809a06b8afad9002f540fedb4b92336e82dafbe74_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1f6f901717651435e2bf43bce5dc7d29c2a08056b10ff84284e0086d92701fb5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6937ac65f4bcf668ccde5e9f8aa3ecce5ea9ae76c2a199d831086765c55747d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:74619cbac36e7d89f22e0932ba0d0c3d16dc69758cebd0571e3fa2c8f9ae5741_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:aadf94eb8127728adafaf12e7252ee764ad9f9b30c4717c3789837c04252954c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a0e9b351603b6b9cd755334f0782db4c98f8d30e1d35e0abb84b0c75dbc84440_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ab2f9e1d3c772ab490fb85395d2d7e6a3c67e70372aaf0ad84125ccdf10de4fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b5e9bfbc0a68d71a97e59b2c45fb24646c91a7fb80900dd7fff5babf8154f122_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b9eb5f990bba388ed137145d310099304311bc6554ff014d6eda9db609bb9d0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3deeb61809de7279e8b3e3985f4775c13f42e0463b0c4d4e72e5301d192de3b1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7e2063b8b78f4c9eee48c83e45c910c95835458cf9626a0c4122b7728d8c496a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5d300c0a3d2d88a3fcf15a49dfa85f628d690dbdaecffebbcb9220acb5c9b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5f90c9b276de9a3969e8945ebc8481c24375ee25ce04b4bce36edc885e5a16f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1debca98d19960551091657584e816372833e340878cc63da742198a1a4f107a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:22475308f0ad3bdcfdc2ebfaf8633cdd619b93d9952e53b0b86b9a1012d4d7d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:49e6df324466b6ffad58b0cc45973b23f890c694f8bd9da50b8984f00e86be2d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bf5c3d63712d2e79702fe179817e52b0acc58c49f95570d714001c19e6b130d7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3e12a7a5ce51c186e6eaa43fce50a694fd43ac3cd7469ef8bfd09517095dc7d0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:8d56e92b53233cb4f51fad49592dc56963aee47dc9161ab08d574471d0c29a9a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f07ac70d3e737af6be1848230461e870c7599939dc9e5e3d41ea7426b9f9c504_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7555d2b86c7511b717e727fbd7661eed656eae631cbb1aadf622d40b1bebf8c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3c6a583354c01ea55cce56473b3bfd0ca2392582a2347392d76b8016c3a167f1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:449a3f3b289590e43919464f821058059fe6d544893270cc10e9645361376a51_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b6023361c8192bc3330c9337c616ec5d3a1870b298b15554f6caf760ee6c40df_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:be743148cccc6b42de461b8deee6ba0b11654fd68aa7c8f5b18a0ba4e31822c1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:602f2ab70f206ffe5e1aa3887e33f407303d13bd584a04c1ad7c9080665da084_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7caafee63a879388dbc1424dd2be28798ee03fdab35ba621136ca575b4cd6429_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:822d381502280b1492f76d3369bf6b471443704a66a5806b420f4d38d75a1924_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb4d16b005d934f6266e8035416c23a13eaff3bc3755ab09f2140ed33c291484_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7a9743ed6e059ff052017942a0a414538e85a67154f0bf8bd11f31e50c8cb413_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b3b81c10b0437001151a88df4966f1fe0e84ea2510ffd6ea3325605c85b7f325_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdc4da7c4662525a9b9d4415c743e44bcb79653a879ddd3b26db5ca00e289127_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dc5e547de4ef980fa4dbae26881bd57d7ea5a55631a5a59269c92c54a675a9e5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:77b6f487982be560d422e67ae9facfe4f5316830eb1c46bec837c5e36d9c096e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:824fb0b057b71c530869706a0c542709d754d7b3646c8e9abf1b117c033e3dce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a4ce87140c2fb3bbae596eb23c25c0592f1341e27febe6a6c4837d4f1f4f21a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d50feb1690369653042a58650567440bd3b5055b9a930ed268e2e6f2586bbc1c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:336b6244ccf84253ca07ce02033fc41195b52b3da8c880b31e83e8576f30b733_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8b4e5145db2029d347b9f9380181e914e84112b8ce6c5a1859c7b91f3d4ebc77_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c2f6a596dbb26670cd4e949fb22b4d3ef96a9dbc1d7bf83ff37bd012f63377d1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ef02143a4ac9749ac9082aaadb6a0bd42bfe4523053061492f5d013aaa2d91bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1df345c4394ba358da2486c986063d53907a58ca8d268461d2acb8c431084e22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:36cc16cda8ab3fe13a8328b30fb5f422e10f517b348c966bc7a534fc271709f4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:46999718996866431b667287a78e45350b111f898e88c03a8616afd7d809daf0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5018226c990212b9f0281f7bd4b9d6f1567e7c6dfdc9c92481a2ed2013b691f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6ba0e03b91ab911d4e36710ce33d2b3c3c1e31ea8387f2859edadd67d3690e0b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:901935cdfa4d09e29c3c250d12246be183ed9bd6e62a23a89828573b564ff1b7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a5c0e085eafc92ffb016b9a526443a280981226896ecb86f8cd0a923049da117_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab99bc842c65d7090e13705944175aa8c3397aed46a996cc34fed6a3bbeeae8e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:19defe671bdf01032e1009a3bc17596d32487cfc555223ac691b8a84298fbb4c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7a3afb22e4cc0514ee366328c0e2c7bbe47e092066fc9b7b0fdd1c96eab29900_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7a55c39689de725b837b830ded90af46c33e43f93fc05416705b3b4d35c7f00c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f56800d9a677be0c8375367758a56eb870712418bb8cf74bd69e658134d7a477_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:59ffa3754ace4a376048788e6ed2a8f1eb58427a6f6469fe28d2611a54bd2a7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a028df66f21ea17b04867e874d01a1431d5e0a2aa61d1876910240d334e33b72_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d680095d7ac726c3579999d4f647a8ce3875c9ec180a8ddd5eeac2fdfbddc526_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f0327a2f059b1c386b60a43076b11a88b3bf38108d0202b49a389063cdb0fc6c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15fba08b3a68a58e903954a64bf470605e33fbb0e6551d0f08d20e842969b19a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3988f1b68baf551de912a788168287612cdc1cc7c4e7f3113402a077280784bf_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:92a5e4c52b35d2e53bebd8a32fa067565cbe80f7954c83295a75c421f54d67fd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5ba989b5f80ed5e8c8b55c5766f9af9a06ceea862c90a94be47bb3f564d45ed_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:376e660b43cb68659210caa0973278da9324d688a55c1f4d3330f24f1203a415_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4d52c456f1c8dadb233b01ead052ce5b6748a03f22a12933bbb861f5e6179393_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6bb89886f24aa24212b3b10773602f2cd59214d2b639118cefdccafef9a834a6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aafbc10a184282e13581cadd3ef9159a55d762454fcfe02e93094dda76c1c251_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:20da97fae47c64ac7e688d6026fadfbd8910aed94d07d0b6cd3cd792e90e35df_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4f5d8feefcf0dfe5950fa481f8b6a1409acb628cff532d030f4f5fb63167b8af_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d174ead9529893b0515c066e30c78d5b9906f51f43856025ee87b1b7bfd89e8b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6029e4f81e3d88ef43f1e39df7452dc432fdb22b21483b1fc3b78e0d7105e99_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3f5c13af96596dcc28d90164f2aa2dfee0ff6219423b8ae3dff251ba959743bb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:55600b9bb8d4998379c911d0467e61a5d4eef7a2ff04d50dc4c15d042e5a0e6b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:600f6c495809c9fa8abf0d5af6a486e5a1197a8f0bdb505480aa5439c05101d2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c2b834e3252917e20f7cbe1128d2f8182bdb27220ff5a0eafd41bd793ccabfcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3d2a8a443c5faa87bb8b8f11d8decb4d913cc00d7d85a46065c1b10258aca4b5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bce829876e5e27a0d15dcd8bda47e733afa216e6c685f90873b86353b8d73b5f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f155478cf4b3c58d4b0d599ee2154a6004c5479bac6b16734ae924a21fdb633f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f70cf6ddbb28d82053dc7a0e9c3918c26d6a1e2c35f08d8035782b6dd962d8ce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:257557b9f4a28c6dd8e9d43b007d563649c1f53a120154f5ad5602abf14e5e50_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ccb5858acb83ac412670cb1055181f40ec3550c692deeef1758cd6de82b67ed9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ef6420d4046616c139ad5040590810fe216223526ff3a505b4a590bd37c7c869_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f4d26363c33c79d1481df0f4c4a736203dc6e8c20158c9550f768d747030144a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:334fe4f68e95d68321d13a2094ee31fae8375994f0dd26f3fa910ad8b78d0142_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6d821894ed49e432dad5f0eeb88a1d84d15c8d3325069e1dc8b6f377d31e7553_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1f6bde3bc457c5a876c40bf55d3d25019a14db18f1aef9461623bcfdf6d0c6e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6dee8bc8066d09e6e64a2b90738ec805dbcb5db0e9fefae3c92ff192b2706803_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49a04065b27e87dded7dff1142f373b08c7140163a0757f42b168a24380b482d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bccb846b038153050029982c163243b9e6647cc9c2ccdce08337a494a5d30969_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:31a76a3098cf74e369ae121fe556c21496c5ab5259f88dd3b85486b120f89933_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:db7bf0477a93f3527d77d7e7ca80c488a51c6f98e5e3bc7ac53ce309e3fffe46_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e804ca1bc68f8f00ad6e4c744c2a9c26a635d9418d2ab93a5d516ef11d097722_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e805f6e217cf7e4c6afd179e6e539289c49db6eb79181853e411e5e1de1f8257_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:47dc500f4ec05b3858a5fc3dfa468f9696557f9a467a7b16a87340b7984d9b92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:96da591c5df8beb62dcc2b83f3f156e7cfb042777bb72c826c110011829d268b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:b399c22107c274544023707d3cbb0765f92c34b47d12044e15a34cc01fe6ffc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:f52b36b11b1e19bbdab026bc861f62d1a9fc56732c486aa90dff96c5c3bf9999_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0b7510c65924094dceaf87331602b6be2652121a49b110385e9a6d94ee876f01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:b2bf8f2660cbc9b308ced1e70e6026a379f8fee9bb4f9646a6fa6c93020a5937_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:c9e977106355100f6bf8be3447731683a42077e6ae348dba4c977ad0e5ca66d8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d20168132315fac4ff6af2c91e2eae4a9c8aa655295177d8d0778a7d11665e6f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6ec30576f3e062edded4acaa8badcfda9089bc997a8a451ef987d99a5bf5854d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:928a3bfb73ef2297dffe4a01d7d828bad20cd7dafbf8f20116e640a487ced903_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b7dfb56a6dddbca6ab5a53f4bcef850cbf913eaf9e243024480b97ad0b1006f9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:dfddbc24187efb679102afa10e98778bfbbf1cf7230993de878594e1115c6b45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:43fac342e1843d331f83c674e25bed22bfd6f1e32690de285bbf645a76f5be72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:52ea1ad37d60ad4421a29e12c150ca51fbbba9caf7abb3555fed321f5847f425_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:68512627de4406a22ed8bb6198ad52ace18355734fc88dccd9f7b7174951dcae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cb71a249a099e3c159ed823bb10ddd6d6166e187f63dc239b7a2631b83fc65a5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:44e7b77f9355d7388e55c6b6b4285bffe5c37592209c027c47fd374d144b154e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4c84a48b74a56bd251ba77a669575aa1f53862b7d4bf5b800ae7b0c164e7f348_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b90fa8327a23cd9b45bf288bcf5367bbe5ef9fe8733aaa590846782fe5db8cac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:da9c26e95408d109f68f3db40da5c1962b20ad49fa75639fcdf7887b8f95162d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2855ad515e7a85e0c50aa1ea7aa3398ad47626cc7967eebcc3787906a809ed42_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5741cb169c5e87e235354d14b702fe6dcfcb2d37a317a7e381310f9865976a16_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:af8e2d2ccb2b1a966a1a1d2ad7955e5082744b2838eb714e21b0dbe1cf49617a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f24a2e861990b1234f07060333ee9f49d1b443b03d35917259ab31329736f8f9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4d00e1dd2fc0f01bdee4e8a43510fd99d1db320326bd4d5cadc2bc2110a5f28b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:885ab40abab1c5c55910ef8ee2c18167ba3a55e541e9f5d255bd9e62302ddb10_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af96dcce7a7df761d1dcd3be13a57794b9fe1cfe8c8ec878edac2114b8628673_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:cdf02314e3d66d60041dafcf2f4c069d61497ea1b4d36a1ab29edb07b89016a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2bcdf90387cde05688f0c9691a7204b4ae342ee20874f79fab2a5cb15d49d2f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40915be8107481380cd0a69d1ed7c2061a442626954200ec8151557f7cce7103_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4bea2647a0ad9fc7c353016566616683f2131115e56b7717bbc1035c4ff79ef9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:799777705a1f8f837fc36eab527b47d94612a67c343486084d0db48d42cc8482_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:377c3b4002341a3d0bc7fc4a2363d24a478b61f1297f8b9a074392b360e0c8fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a374c5ae2d4cfa792009ce7dce8cc8c9188924dfaca3407075095357df5353c1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd0041cd7fff43f1fb2e92474f9bb69bf8e1a1722f999555aa2f8184607618d8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:eff721604d4606806f771b3922582e6bdce53f74749ade05b0b2e5d7e5fbc70f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:06e8bc4a4e44dcc8273bec21b338cfb51457844442974b5f09991d0394417705_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5a2b95f5661070f7601d3fe4257d23b71df30d30192f9071b3f3419714821b5d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:a73b3fbd46d12b57ce7a136fb23ce9cb0adb0dbb21d04c90acbddceba49fc166_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:de82ca914b1eaa932b2f27e9d54b94da55ae48a3edf726b910e58a565525021e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8cf8ae7d88d2e0aa4ea2fcc2b2a89822495f64e00cd9125e19e22ea4759b4a00_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:948a5868474bcbd679f7da799e68e6cdc5856ccb68fa614325d500b545895fe5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ccb324413b8669ca4679b0a3b9738f5675b06ee70bfddfb5424159ca5d73fdf1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e6bd08b3faee18394b7ed5611d49c2d6ff41890ab7a21a43b82d40fb3282a513_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3042d2b5ace9ea0e3187c9d62dade95851a34d53432452abf69fe5388fc5b558_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7777b47c630920f0f22d61616252ff74c8b8f798108f12966b6aaed5d4ad9e1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac1cf2f80d1f6ee5d9e12d0a9e5d371b66f72ff2b264850518727f084b1d098f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bb1091a626b139e9efed966b94f3d4ec620f61d1dc31873a52356bea5657ca6c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6058b803b0c6319977a5ee7b4ad3130fea7e55d5a7e15dff2b93551f858fc5b1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7bd9f907050e7aa05bd6135496050eb61033046b4c93ed41c2006a40b33c7d1d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:994657490649f677a44c2b97db30f18688a51cb9b36953ffa1d928db389b3a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ae99f6392f5cf2dfee91c9bcc50ce4afcf961585e1c18c4c83d70e3e1fccb617_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0763d7213f1ce83cbc0b7702a002fb86b8a0f84db0657f43bc2a0e4e42cdf4df_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:30707e3e89ba622dd33caed26fdbcacb8fc53a395ff82bf1bbae7ee1402c062d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:66c3a5b926ba79860acf8351e9a9655e9398b3fc9d488d3cae3b8986fb82bada_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c67817948f76127224dc2f62076e7ab3067554208de9e845e86d6b9642f57ee0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1337fe91f2009a10847e3eb7d821246f6d828a9e0679a69d7d0a52a2c59aa25f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2fce5aeca6f39b0933902d82ba1a3800947e34325c1264adff2bdbb229b421e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7a99463d1974014344e1935fc72b22e9301fdb10b8dacd850ac243f0f10ceefa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:707059760688aefcec8abc6341238f4b26c071f1183be7d0281b6a05911b95d2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:749f65f5ed41dd2c1a5b9c208ff9032fe7eaeea9696bcb06fffa34952fb9b369_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d1f5ed2781569cd91f07b74160e8bc95e0ec0d2d0f61b658918df40a2be32acb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4bf01f4ae53277d70ee877fb489cf07068f787bba3bbee31f8e3667459a440c2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7fb2daf3c277f320d213af79d0a19031c9f17c9b356002d987dce0ae95e6ac4d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6fe22827668ce4ed48495c07757bb8406c4fe521258df08a7a827206451a65c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0904ac65004bc0e9303b0c21ed48818d5b0a40ad40bbb8d33392ed6021dff62a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3aca0fdc0235040b888963066a279aa2357cd4eb7a062e524f6ebcc54de1492b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f94aa962ae9d8f25e5a2353e3d4bc980e374a2da65136e344fe685bf89b532c1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3006b6992e3cd3128f0ac9b463234c18dd0216269edb4a1238d632e4e69aa0ab_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b203ab7839940fa0a8218de3e3602d75f8ee5343f6d6ee018a4a98de985544f8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b776dee4d809f1596c238e4911854670cff57ae351b8f3bc5a769e266e815886_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c70395cc3af5bf9ad32f9fed59716b0256086f4793f30102a17b50cfb28669f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:347f24705fc774f6f680c3ed41ec23520ba6eda9a791fcaf447ca2b6a3e01bbf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:85803d470467828cdeff4960df35432579611b28315388b4cf04530d3e1a3ed2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d884c62655d3a1d77fe3e761630a0f9f664b45715d64582ee953e4309ea07a1c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f833006c803eb2568db59d7383ce99ee399eb8cf6779f7ddf8128a8aed078dce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:34f21e2e0839de25218fb49104156fe0157548614db11dc28e6fde767a337311_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77f37e1feb3db4f61c4f9ba61073adb04d732a91573b6ef866f38e63282dce07_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98888796a39a516b6ae1eb17b994f3c5f7eb785fd491ba5b484f7e001ecb89ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a63534d446603e6cc4b3c97772cb5b875b0e1a43326b6b5677dccb31e188e1d7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:000f14446978bf4cae98f675a93f29c531a62b695f64f79184e2ee39c9ea7efc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1f7f66fce081baa4ad51c7d70483384fe67ad8ad2ebe06c859fbfa70d5734e2a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a0723a1d41abed167044e2319f621ab3eafbeda880191952a248f0b18c18438_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c965fc0bc9538c01b2447925cc90b1ec01ac0ff264af9906afbe3a2d6987f40a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:028a6a942607833095029e8b7107082a65554a7e4d4a48dd16561c40d87e52e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c419a68fcc53ab1659588382b32321afa3c715a18a120b56482d15ad92bbfba9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b8c1edee562f20d0645d81a73085f597911e9c49115f8a80ad0156e626bf686f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d7fe0b61d26d7bf6bd11543fe192a29461e17380d0e475b19164c5dad151229a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:344edf790f7a68dab401e7772c61b0734e707e987b62c6f45bcf87e0728c9362_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:411f6ece7654c52571e96b57f22fff14854a73bf7b17b0f6670162cb16bce75f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:10fc93aaf15cf598f8062798b7a18634160ae003a1b28eab01b3deb1ee737ca8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e5a5bd458bbc0c4be4e443aca3341d979cea5b74d3ca7b7b0696e3c2b7c90b2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dad9e79fb10a3ffe3335e7f46ace9cca55e005ec4d47ffc42915fc04899cfced_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:26b52ae76459968b2aeae84cb41a1a506261e20a99467776b128b14168cda99b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4ad37ac98ed9d6978c86161547294042273c5874ba39461231aa9631f7fe6c78_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:822cee0795e360458dac6d6efe4c8b29504067572fe961e52b5948a4f9b27ade_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e38ff55ce894a4a3ec7af3ec0886256a9c69acc1727467522645bd43cde9e0a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:15079624de818f932b095ca63060b10e6be76643afab31d5cce675450fccd042_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4722a201c20b8b5094da16f860580599e863fbd2375bd717d19d6af7b121f55a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:80539c0a9aa5e33b09bfdbf5fe0c1ecfc2de13963cea84abe56a7ef292585329_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:dc6430346efc8eaf5cbd4cb4d1d4d573f2032d8d98e8a5a5173ff8833c5df1fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1bbb799dcbed9b505e2c4e66f33c2c7cde2cc1839d913008d58de8f996e58e4b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:363c4c852c17eb5d258162ef98ab7cadfb2d3eb05d172764478d7a10d119833a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:865fddbd4236aa1cf444520ce73df6df9fe07460002b5ffcdfe5eafa37545ce6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d97eac96ab00caa6c752b755856bd95ac3d0e4ca3232f7a91296fff7a7d6a2be_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3c1943b3166e1b32232f0f0cee92e74d5f69b4ed0c1bb5549259462f93a3ad01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a873048329a66743417208175b49b95c9306328f9972dd795b5142fee4c18c6c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:bbff682a40da5f445fce2ebd84a881b9d8de856cec82204b4a767909846f5bfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c12b750d337083e95aad58a49575afa062c0c8fb4b3d3c80cdb5143d8e2f07e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0394554f9672b31c25406103df573981a763054d7ec2b40aa4d555e0bf65fdbd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a88f0d6324900e1f952a8bf666d03394e07dc5410aedf6d21fae4730bf781f20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:abb50e95c2f02f979d84e96a2241c8dfef2c02ff3f60f5a721b06ce77b9ccb91_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f6799cbae398cfe167bd75e936a66ac89c5b2ade73e9d1f8a6a74c0a79d1845e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6fb8c2aebd19bd2c9dd6b463fa87b5c278d374228c297fa4d0356b576be77be2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a7a6a97619294573e90dab878889ed905e6258e0a1f2ce7bd3bfabc674e3a130_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0f4d9c2da050f40790d66f6c0d0a0845405242e049627583f82b74a1050711dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e3431b1036881405a033766b3f91280ebd0504f042d302751ba39fb14e7cf4e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:83de49cccf7f453e86d49dfa368a5dc496afcdc5e91c53b3cb4922f2e14fe998_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ca4d1f8ca7a8d7e0820404752c1460f49cd9db6890a563d8e19d00e465a91ccd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:36f010428fed43c8c051095dab67d8ec2ed8ee781e1df61d3f59c43cb5e639e8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:fff0072bbac9a35ad891a4d2171f977d3ab01ae30eb390b21552b5e8876602e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:151cb59fac2491538b23cd8d2bfa7d498c40def2ace199b9c237a6dc8128deb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:17036ab7fc36d09d46ef4fed525ec667e5c598cff800bb58c756e6384555fdda_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1b7a1c54864603109f07925cf739cb627586287555adb2876385f8ce83cfa23d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b06c85782f9423ae79a67abf2e54838d9b2b1035e90f11d6107271e29175841e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:024bc96bb6bb7d910b4bb640777901597ab67fd0e4fcb8dbe4b9b27f80decb82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7e6e74205ea4ee862e8e029309467bf2df8307639f7e1caa4800e2569bdeb219_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:def0050cfc69412c7f77937516c72c5d7ed4ef3c35c62392ab318aa780d6f7b1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f7e9a7bba6a7b50f67defbf3c769c726adb6a9b62ab6e0ba5b3e68dee58afb2d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1f0cce74be4ddeaec91630fe523ffc18556a01ae2ac9e22dadd8e24277bda65a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7c7ff8812a59064b2479fd6f68021fb09434913097c4f1fe6e7a634e690552d0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d498b2b2dc0973cd54bae666f8baedf93a36f492b60b9bff72aac7e27ea8818a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ec9b1d0f06ddb82cd82c876ceb27af4ffd00b63309aa11b5e304e76c047c7d13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4d0b0bda11ea1fd3e583674c7c4cd29b1f8d312009dbb7ecd7ab205da90ac921_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dfd97aefcb3d919afcc2e008449f1357d84572b675937293302611d03f8c2b46_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e55365fcbef6a6e83587d5ff5e05197c58692979fc3bbfed319a116990863268_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ef41c6771fdfd1901013c1784f3abbb940fe1d7e903f7a243421613404f25da7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:497ff6fdf6fe96578a021a69945fead5b62b608b90ab39ffe003cc65414fdddc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:68f0aa850889bd2b18a9807bc749b279c5e3daac2bf8e996db6a6fef8616ff89_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:ea7fc873c9382e6b9b0b20c7297e3503209fa189aaf818dea19f124cd7e761e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fbdb002576e2c451ee4ff59470088f76150c97430667110ec05e22842874576d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6eeb09cb868c61e5b0390b66522a2fb2985e64641288409f4314ab4192d2ab31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dde1bd3f99a47f40a286d24e0b810330828464531bdccc1d82dcde57c2fcc7ae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f74e38e0539a523232472f6c01717c6c5617c42c84e09aee6b53c3060bb49136_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f9378202b902ceb1354cc4f58b2e2ced8323862ce6f143323f85ba4ecb5e1685_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:09a3a404f0211a44a1c5ca99672a2749fab329aece07af3073c564b52bef29eb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3d470f79f26993da7b588adb5c6b5ad4d0d9f7d72723ab8c5f47490301ef60d5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:96dad98ff7a5e3f5b97e1d85e387409dea8b68fe7554e3420fc1492613455e75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ef9387bcc4963efa9c689a68a9d7429b8ed38afc3a0324d6768aaff1ec893216_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:486911b61b8e75c122935186c06b4727e8371eba9efce8f7829cd984d3bf2c72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:cdbf77903c99fcbf1861940b2b6d91ab45461b057e7287366ceeda3eecfcdf8c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:320db78d1b6ba1723b6a51ea1949419023985f32f434ec5cf144bd001af97d7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:373e267ba7ee413cb43c9eb609ae20c688b27207e152e42356af1bc26ded776c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6f0826d52562417858c5c1e48fd6e9f092db695debf0be4e03490f6c70f41771_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:98d6c0faf92316738d92dcd73181279f5e86aa0d3b612d76df13b89c9f07cf57_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:edbf78c7ef72b2d4f304abaeee6f5258fbe0c8324501eb88ed5cf42c5a4444d5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:11f427638f7beafb14f93697ac6ec287c2e6b247ed26d7edd2efbe2447eff491_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:34ce1d804692ef492a975157b40c8c90936130e047a846cc2875c4d0b95503af_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a98f442617373a5862d915d4dad6878a53e5cff38ec03cb7f27c3f3e91f75cf3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cd9ee1dc64badca69a5aa6519d2b952b4d542160cc2cee970c499d67daf758ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:007bc9793a3de6738670ea13750957fddb35ce26a760b09076bf271611dc1746_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:96d9062dc752925cd30753277c4d5993e24f7a14c3d4c5b87261cbbd3b22add1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0d112d71692414ea3e30c71ed4d2130fa213adb6f152d52400dd3ce8d206bc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cba608ab4d269f75e2404f3728f492b83a6babb2c0a486f13a2ed2b4eb37d548_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:02a280b798b4c457a6d18c50a6ec77c1d3da0f89d6949332ecf2ad7e87dffd77_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:09bab94f68b68ec97249a7a70deed05442f2f0418791476095fc26a9516551bb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:38c5894ef06e695fa2acf7b718cc00b785778a85ac7dfea4df434a9cfbe667ca_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3dd40f617959356fa2f259d195628cd7330e79b2ea77f88c9530e7526aa03909_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1fd1ba8157da909d629ddfc811c7ed94a2c3e8d7cfcba0e5e487d918f0911ae3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:68f8f8aaa4d16a68f12c9d95337b749c4468513057159e767329a243c2213e5f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e0f06060e323ea0100415d8423e57c4beac4cee5fa120d74227b7b4095cc996_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:daa865e7ffd9b6c2b3b5c996358cb5259dddf66f17318359601eebc9a074962c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0642ac1cb901f1c6573106f7574c760aeac07946a1c058f94e1f0f13ddc21f81_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d75f8fb713c311b5cff23d890214d9e5a16ec25875f7c5221d1bbb5839bdeb6b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e81037d3b7cec79239dacefe093b8d9b1d826dbf05f0b6f72b263b058a6d588b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:efd6be9172c4cd3022f1895349dc0985c9d93b2c59f28ea25a756d757dbb3fc0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3e8335863602ce35ad246a5eea083ce009f0092b8ee950f0dd69807bc87a433c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:45dd40da8a2d926265b9a09bdf3fc63759c33adae45ec55de3601359645ab166_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:60c830d32950726f53725511d28564322dcbfa351998ce67783cef1d8ae2293e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:98cb5df12c6825b126baccac184ace907769cc55b736c9a9df733512dfab966c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:35476646a41ff39aef072f9ddc168c1516a4be8051af414efeb466486a66997f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9b2ac5c38a95ffda2bb6e40d0168d94183e7cad2da02cc3daecbb7e790b6f93e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ddca08d53910252a6b7e157fd1ba4482d983f3db381b53d6f6d6eaff75a831c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d98189962487975bb648a186f21c7cb913d5687b26a533c6229d5b996adc2a30_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:12df6988ba07897fa7002742d822364869db98148387bc254c773f6cf6aab361_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b36f75ab417ade94575a84022a86fb9e668c7cc123174225b433ad8fa8754dce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cb7af29983abc2400722359c181490cd621b6368142e01d5cda987abfaf09330_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d784909ed30a2e03bdc1e565120d081f86402352e770e232f2705726d9ee096b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9041f7f0ad16c7f084cb2fe0ad3fe216e9478f1de4bc8667d879622007467c52_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9340544c0990f8c07aa9e012a94b225baf4579f49530564fed3c9c70e739403c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a00fd45e668449c41c4967c4846741e2781008d11f1580b871be51e4df138a90_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a262e0c68a133a100ed375316b8ed98c673aff2cfab700aad88271d538a3a773_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:013763be2a50efd0f42637f99eb5cc21d8ebdf18c12490c9bc742206ebda3ad0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:22a5c5b08e789b28881dec527170da8209c98fb810250b3554abf923c4ad5fff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:57c77c8019c72b83f6c856347bba0840cf910c283eaf70a3e43afb86864a39dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:71252be092a8333981aff76f5299610b42190cb17797af1a63995c287fe1152a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1816a6bfec19873a742fe09afff825bb6f550e7696aebbeb98311784efa8e397_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:89c0047544a6cdd3674b84b045d10dbbb4e24a9f202c4c48eca1ea9610ac5a87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8efac63aae37701ad39598bee831b7ab5a4adfdd3a92d04f723c68d1166ffb31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bc33cb9097e3ac41f2ae10ced3d22f468f7427ff3ed57f06d4093d2c797399e0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:142b32c53f363694d8e037a3e0ae82bcd1e05cfaaf3492396ec79b7c6d859d6c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2864a2ed84fb3a8e75922a97ce9b01144b45060757e37c77d4e2af156a70f9c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:74fb8850cc2a17f07470999ee754a8c7c4b5d8e70b936935ed37faad7d135e9a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:767c66258eec0215094cf26db159ae778e1b41f0e8a2fc497e2aa6496709aaa0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:14706e182451c4f95b61ba798bbfe0a90c1cbd65dec24808cb27f7794004548f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bb24d5d70c202b04a8cf65bf217c8b91507f175eba8a23b4101967dd6d2c278_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:aff446d777c5efdd99ee146eccad6d2509d68852f790750a7f6b50ae2cf36186_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f4cfad2c4d47ca9f60c43ce08da894876103834e30c7bce2858d2de478eda406_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1ddd080e1e7c8acf32a5b313a1630f56fefaf4fcd40e84cee698e3f96c518e66_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3b2971134874f759c4faf03b8c48009052f35e5829c4e1054b491b710130c93a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:67be2dc0394d1d8043f5e4e4712af78aedf9cea5031fd3c8e2342c1cbcb898dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a4c6ef8049e4cae2db1076c1fe9652e5e463e475c2e47ae57cadac77b85c1b3a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:806b48a15ebfda0e8722f8155488d90a481c51951697ad7350e8dc117d612419_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:93b726684de640f9988213465d572c14c2d41746bb9b1fc05fbc2053a89d63d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a1e7407b4f0c1eb0013a8edbad29db77e67ec9564c458826423d5b2de2869a7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f9ab0ee59be6d9b949deb5c155917db98eaf052cfacf5ef27e63d6b791dc1cbd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:cc958c954099b1f3837c0f42d7876dc5a65389e28635dc1ab1d31b7c9ed42eba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8d5da449175d5eef48240f1e01c67bc7413a183f9dc8c19e593682f114e18369_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:08debd7c61f7813b3b7151858b9af4b9bc04d07eea44265b74e6df5598c2eb15_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5f5f658af27805746d73e6f4302dd5064366795dc9db5d9f558916f98f5b6988_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:892ec77abb5c8460303b76ec99d9ad6db103993c024ad348eb0c61bbeed27562_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb7d53422af0058a6458a0082778d7b80fbd96d848f730d6cc2b1ef1fe8378ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:00ebbe8646b24d21a488bf4020b71e0ee5bb6f4d8d0a997541b3b3240da27ded_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1d990a3975d37d242fcb265d3b051f219bbd26254f56b46ec9c7e147f8ca8678_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:507429b46f02b262592c5fd9916f20da576a396b51d903750c0b5ae7c72d13a0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9a19c19be8a50c2d794b647aec3c592730c75ad06217fafd8ed4b11b7eb5762b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0c688c7488737c51d255ca31090f6795da41e5fa3348c015856d622909d36c72_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1e88b21782ccea906becc06bc88ca25088b66e7e474a79e2d5d93db2d83023e7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4457d82d81a322820a2424185a7e9f05e9c2b45042f6aefd34740406f07abcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:af3bddc8b160b3959a4c78f297acfe0565e790ebb1354202bfee505640d56736_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4182b34853de62c1e8e4aa4ed1dbebf6b597f86cd9291697e512ac1996b81f3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9268c1d0fa4f5f00b6d0fee990c754f55acb80efaa8d267d5196735302cb219b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d3cd1417108e10bc782552970f119812a447237dc7c4bbef5da96cf86a5171ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f626cd22bf9c9b67e99522447039638e4c8ce39756d68600c52fd173e514da87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a7464c063b04db2a515c81cf4ad13db3ce94c936cbc5cffc710b9ec407e0c45_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:86aeee81ec76ba3a4b65000d9f9097ce2ff13ff84346fef869bafb86ae447731_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a906a0d6bb3320a5ba360d54591fadf12445e587d6701ce92734ada703a57c27_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ea775328601453d6232efb25ab5666dea264037104e7be017c3bb14596a5a09f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ab5e76c192e880195e0866154536be7bbe0b5f8c98fbc019e6ce572777c5b09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8b134adae6f75184ed5c57ec2843b76886d36824c58c7b609751e98efbd26f9a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a52763a79a50764d25cc221810c1f34d4168fe48b145c0bc4cae2a2ffa41893b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b7dfe8fd21f03e241e37672fd6b056c716d62dadee72716d10800aeb256b878c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:21bcaeabd8595666b46edd0b3ca33a031e4541079be67b1a128f3445d60f7aec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3172fc318303c88eeb816481baf2013ce141ee6ea060be84175da3e782337fea_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:879d84aa921d197ecfaacb72db873a8f02d9ace42c7e62218d77f679309bc319_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9a42409dbfee768b9f85ac624cb344269b2752e89ffe9b1f90995604fc6aef00_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3671e42dfbb3810f7d9154137e779ae50674d0e9b45e124a73d95478cf0a99b6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:386ec95060a77d2d73a5968875dd791f2fe7b8b0f6c6d47f86fde271a007e983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6e9ae4c9df5cd6811d3c05acc4a15fb86259427ccbf22d567029a37228ccd5c3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6b80d57abfc466bcde56a0f5147ab378b36a0c00dd7c5755d985edd56661016_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ad2c0ee88a9724a4ec5b53503df32810dc73a4f38685e14815e4f0468dccdc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3342acc23f8f3757d73094849d949e5eec0132d8981fdcd01603f0099af4a17a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:72413b4d27b0e896dec998182c4c2c3c501045254df254b75527f10d7aab3e48_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:79ad6ae13e6a7072a38644b1ebf5b67318fb04067d329ac5f6108e493b571d58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:68025f170de2464bf46d4fbe6e7d9cdaf58f9ef43a291c2e311f295cecc00901_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:73ad5ad7112f00a1ef64402ff1e4782191887e7c806fd2251bedd0e8c0f002db_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:d4bd66cc6323876242247ccb70e60906cf79e73d31124f0cc8c1006437459b9b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e81106354bf74736749fc24012c8e4bfa7281879fdda598e3327c9c0c52bb3fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8e8924f26586ad6207b8f5903dc30af128e9e8503b05010ff0c98e214ed51ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:90db58690c68927ea26fe9b9434fa474bac70f8ead720ba1f5bdffac029c8d0c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:96f81dd61b80bd0d5c99ac9c7c60ff820329e739b907ca44c2155efe225f9afb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d546f4f4477ce8c908418e79a08705d32becb71c83fc748568b31b412677803e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:00a2826cfae155a2cdaa1976c1801158dc9cd6cfc479a57a65e5b91dc2525a30_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0ce48134847ba67e970651368d699e1e7a10e10e2ed6ab6467c9d184ab599484_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1659ff076546ed12ba6a737c8ad879ccb0ee7c1b9bb9bd58093b4f6ff9f333eb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ebff43b9f30c8a53c7f63f05e04b381aaaa5654f8b67ebc88c369b1d599f276f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:18a60158bd67abf2fcb71cbfd524863b7c67d2c94b3f52a56753eff2e16275e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2ffdb8e761c3c52d419c064651541dc0f4b6e36c00b8f72b34fb437df8404416_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:397024bdbb37bb9cb2b1d8c44e6558b61cb9485a7e6603cabf58ae7d44092291_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8bc84a9d21c84704e7ae4c0c234b3f5e9edbffc1bd54adcf60d4a8e09d672927_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2a414fbe968023f0b08d783918005c959e0556abeebf0a7eab43267ff484a388_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9fd74bd9bad7167de3ff9b41aa42aa1b2ae6631d29db10a6c7b3d1a5f8258e2f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a1d4cf42bceb3e6a4815dc7f665a3a577d6fe06db8f9eaec973da25a81f20344_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e0383d61bc63755430d3b4fa1a3824752e3d7dbdac910089293b25e7e9bc5dab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:21392184df64cde99256e947da7ef0fd360b0ef627c1adf0f92b7e5a2f01e8ad_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5c0f78a1187bf51bc6b296f6452ebb59e13190d7868b0631df62bc65cec09a5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9371d1185a2f239e486c36ce1d77971338d28260fc1e2a41390fb170b2993c83_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f183f1113710e8a3968abb6e8a93a4a5621ad3446f5962581e944058a504eae0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:533fa6bd60a602bb48db2cbb3dab2d6bbb31a644ad15c76fa75ef6cebb5df5d9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7f1364e8f6ef6618039ccc63dcb9d79fe73fedcf404b2c8f828d1e9eeaccc167_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a8ae4cd3710f2a342bf936124105d1f6f3a110cfce2d3c1a81962b22d2e238e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0876b2485bba3c6b51a0084237a10b17cbc660663eafef423c56419f19a169d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:106da5b0750a07f1ed06dd2fb32b6c3646f707efa4e670cc5620999c4f935be0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5950e0b8f5260ba9a0c65051dc6acd38aa7f5b7c04275a0aecb4055b82b4202c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a9dfa6a14aa3bf5666ddf5692e5ab50695f9b654a8f830b94656a0c55b74f7a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dee2a24fdddd2aa5c4aa8ae9c50e39fda5651c4488680e651ab1a16edad4f57b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:717e084214e3c0e16988ec7d26da396a1c9c7ca72f0acc499f3c8326c80a1532_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:77a516103c2a357530f52bd767de792b5faed786923c14afe2ac799016344776_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ef3a40a70625942adab0b6a9859ef2dd2e2f6706d6993fa0e04ac35f22734b44_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f5238e85870c036019e7d1bf1ba8ad6b6bc2abad064d972bc1c3cae1118f92b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0b35f08d6b65e25aacbf7ab4e8a301deea0770a46e2eee1a6cfdaeb4a3160008_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:23a196e57eded601b36b969ee0ed1c504b460957765d0f034e210b4cb4cc228a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:70dad593cbc949ba070f9a7995a301cfc2aa9740a1b7f5cd4f86b15948c93f34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a88036cad50dcbf667e951551d7c3dd2e074d04ff6f1043aeda00610a39663e5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:6ec8e8632ce69cd5593fcaeef8c1138efe18b96a52a548d1ba676fd3dd761141_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:eee57c35a67ba8a454e404025d05e2a8844e3dd5352cc257b45095bf5912db01_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5922e41d5d0fb6a1ea2e1e6d42347d998505b40e914365078217e91f20d712d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:cccb45fd0a506c42071318421c6c102999a7970bff1172031f2e8566ebad7b94_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:55079f2e8372c052df93fff5d047873d1c942128e9c299f37c097a2ba04e2307_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:73402d269c605dc273ea1b166eac43891c96d3be9eeb35ec06664cdd326a91bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:c52f397b82721ea6b81f2436e6b20137b05887b3b3436cfe42b8797ad75d1c3d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5ece27c9bb54514eca68d0eb4b5dcb7ff8ea1c0a52274ce14e9b3da6600cf71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:14415de13c4952c163a6e0af73648d0383c3391dff81e909bcf0e82a5d2e690d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3fb4c6d8b0e7c7c939aaa309e335caace1c805f90a86d2e156a3c09ce63409b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ab2b2cdd65666cdba8407139371c27c37e14e7cb958d6f9010f5067d8fc70022_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fda53aa2698d2ebf6eef488f1001e247061053135f2038bc2ec35d51b376f7bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c5989c1ccd945b1d9aaf87ff0e86567a1434fc2119728b1f5823395ea86b503_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2e42d85baffdf5c31edf791ed391ce978a69cc803b4006acbff46e4d961afa03_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3e0bf592eb5fe00bc152b5f7c10fe91f9789ebe36cfba0fd1bc702b129a3686c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9b0c7c3990c15259812f90683663cc1cdb5a8fe8b86d54f214770fe012006f52_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4d76a7cb33ba6ddc5590519c6bb491a9efd3554d7a767f5fa96fba8d7d49990f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50b44a834f7615b12590314b093bf8ec9f457c6e5d3ad5262b9e94fb9bd97754_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6e7e3c2ee66b15329fe6b195a8f7453aece953a9b324befaeac47ee6dcddccef_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:fc1e70ce3d833ca0e6f9fc52832c38b70a2562e6404810d15a3336cd660770b8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:05fc3afb6add2477f222db2d11578e51b46236017db51bddb7551dc220418c53_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:80139cdc4d4abba184a1ad7515593bd2cbc73d742ee5b0a6b0848bdd7ee1192b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae32d496888e2e03b6d2d819f5063f356a38fdf36dda821126ebbc5d482c6b2b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:af88d98c253d2763483b59c575a1c1ec06d8f1607dbfb9c6c32ebddfccb09512_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0edc465277f4de05bc5157ccfb3b378933d8cc5dad5bea4a2c38b8fe79a8bcd7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f0ea95f9d10aed3755237c3bc68236cb1dfc64551cdafb3f8d78999cbffb96_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:34d1252485c2bae4e6a65895af5b8aca021c709a5610ec6a03a8e40f777b6af3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a6eb218cb730499aef774f007cbbf2dc554f431bf1b0995c1b6fa36831128603_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1d9a067f0a66fb7cfebf5a02ebc10d3ce340f5da1cee7f1330a88b82d23aed5f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:41f05f7922f8beaf694fd67de9c7a89ac7703059d7764c03c202b1a070a58886_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8344a6b4e10728c7e56538c3ab5f61f63bb7bd1e9ee66eb9ad32dfb107a9ecb8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8412505921579869963fae9d61ebed39b95ec48a23d24ff1be5459e57023f16a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0372dc1974b82374601decd0c7c48b352baa4dd6ffcf43c26fa0e501c337de2a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dc7fa5fae1ff0c19d04e4fa1f1c1d80b60a4dea0303edd8408c71a08941b71b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9c2d04f3bcf14a2a877701b44ed5a1c35cc1e53888c0f830d6c3030f773e8fa2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c0dbd1efb355a435b3b0325b8d8e40481e5467e8df2f0acaa18a4a377e93fc75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3a24fbac9c6f2dc66c7df9da9138153f24ffb48984065b4e285165aaf226b193_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:444ed9fd31a630ac962ba53d6f46306892e61338c4cca7c1f6d321e0c1ea64f7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee6f5aa6e4c655513846ad387f0e67d9e55943c904d5371464a3029e4221a449_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f14493032189e265d853caecaef90614f5aacd93533622ccd8ed5a150d874afe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:694d36f725faa0cb6e01520b0c36a13f7de676626e6064f381524bb8087e8194_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9fe6e36b7bd3a29d554e672d2093c3a65aa003a36a17c0dde9ae074c55a9bc46_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d697105b7f6506493d9d32458dd590b13b585903e9553384ab9e87a6b011d376_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e8f9b1eda851e2aeeaf3454be4f20b0d90cee6fbf8a0a432906f648459cd4f30_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4f64f86046fadaa8147f68c399ec0ea9d52284e5df5e91c781d74439204db3fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:56f9d3a433c936529b62d98cdade113cf13361303482dcdb16bff51ca5016d42_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:893b5a11b945e070fcdf51db1725c9a6a82c42cf45e014bc866760fc5d4637da_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:997afcbfdc83d639c9d8875a7b2cf78f894fd581c0cb63e7017e5b146f6a6d95_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1a64b24d1e5a66e7f859075c9cc3d27073052d7ab0fe589bfa90a902e38da412_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5129fccd4a04fbf599eb50308f5e0d05ef4ba3cde3583d6d05a06a97e0eaead5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b9ce2b1cb81eb9f5ad883bad542b64c41ad3a9174923291f3dec200ad5d63364_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eb7c7965e17ad69839297166fe8c8c15031db8ed0549ebf44bb4ea1da98cde8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:290e954304d85218aa0d6b861c05b283499f6dbc4d64166ee8e6528b7d751cca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5cba64ffaa60bf9c3a736a54aae19e7091464e2459ee0b5c3989461f29d21424_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c9d31633af7f32433d311a8b9c978dcf8dc928a1b043d86b9bc0c9f828472713_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e85eb4417128ebf51ae5952be24c9e00051fd512b3479a73a5da02aa216e87c5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8bc36a039878cc535de99714a87bce976db8628767037f716e88e6c7de5ab183_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f8ecf162263f4c9831b79e98df9ce36396ea6a998747ae40e743ee433e3c41be_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:ba204b99b5881580ec39e216ec7ac0fb04d56ee6d71104496d88d3ddc057e096_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e26b62f8b25250c571a54af7f1e4c2ab42262a2411ac9f64f3aa933ae2782bae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8bc36a039878cc535de99714a87bce976db8628767037f716e88e6c7de5ab183_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f8ecf162263f4c9831b79e98df9ce36396ea6a998747ae40e743ee433e3c41be_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:c339d2f84e1defbb24c4c4f6649f863c395fd550522b07bc132a159acf0a44fd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3a63b4b71447165c2d16071b69286bff5387b2034229cd7fe3aca53745d7dab1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:09a3801acc25df33ee5059e84a0571f7be3e03a694044b1369be94004d23e4a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e536eeaef0d372c2c2fae87d42785423d5af665f03f069eb9363cde71243607_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8f6b24615c498f2f8efd31b8a4d7e0cd090e6d0d42b289d1651e1628e6f61177_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d1af281d07265d3f33dd757f3a85f2157762e963d577b54e8fc7d2ec2010e03c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:39586aee081aac1f6b421a77ecb57e39a286cf69939ba994a646f25257cd8bd4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3d282b4786374825528fd450d57f92ac67af73b5bca607a226c05b3de7c9c0f0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:55d3fa9651bdf1c0ce99cb12468c157fd25f0512aa990e5f0a983f9dabcf5caa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b0ae68ab9ffe311085fbd170edbb9014a0cb90c124c0b5b10eb2cca2a3d58e50_ppc64le"
]
}
],
"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.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0f685c2d8ccddd1f62f2dde6cfa0bfcff8b959952347e7a07773476d87a16e1b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:93dd5b790e4b967dad69b0d6493e452b2bad83f97277b5c273cd739a25df5482_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:983b3bef5915fb159b5d7b95c1509f68fe24cc1368042e657d914fc0b4fb5fb5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a5a301aa9d39918b04ef7ff140a370602f1a38d00d949c795200f910774680af_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9efd7e8e4700fd1fcbe5f01dbb1c8b9405f125d5c98eb1ca852b855508a8c431_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a17cfce25fd92837717b5f67132f9b2452ba944d2e339ef1ccf5f4188b839496_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:cd7f5703c9e7d4f6619286c135215e44dba4ff472516951bd295468bd413ff22_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e4646d27dec9078ad727825f27a088a9fef4da4fc45cf29d11df43352f53734a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:88d15d95c82368d11bf91e60b0a2a9eaae7ef4d3c399b214a9c378a2a8d06c52_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8948fd53993e277b03c33acca360d6e4b13496ffeb9858801142a59d64ca8064_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8a4db434be8da3b76850ebb5fbaec5b25e027f36827b175564b851efe8e4e207_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:be026c0a01396cbc87adc9cfe9e03b9786979d96a3a5f724ba4f359cb80cf1a8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:350081c392ff4c3f29b23bd7739c683e7834e7f72e26ccd3630cbc28aca9ac68_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4a5af9cb6dd7d12352fbfbd07816aacfb5ea0c5bb24baa5d13b16116db2725e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:98c79bf62796002e6bde932ba85949ef890d48380b944b7c28d806046e4575bb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:dc77ee000b0904922c06c4ca01d1e9922d72891c358474709eb5f859b74b69d6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:7c7ae8c532469f1af18cad46939a093351563c259d60ee96c6f15cd9028b8612_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:97a0679a75ad118affbe3ce459b0e8c447b6f0d2a9133615343b79fbd712e8a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a9aeeb1058816fc132243b1c8c6fd6c29cf1a785f983e955e14fc7921225b018_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b8a1759ecdbaa7523680b2da57018494359c05c3ce8057167893e0e596a1a189_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:239caea496c8ea688a05ab49f1f7fb4a31377f43050a5602452542595a34e834_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:57d8cd207f20b40bee4795f5f9226d21dd980112c4f99eee3781928a4c0158a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:788030ad73fe759f1dafeb66cc9493c7831515ab7ded879fac7b2bd9490b229e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a987acd65800f22fd8c80b3d6c270364c2f4e8b3f34d0e1b9732f06ce9b2a2bc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:14e5728959903bafe2c1641ad832aa4fcb6ec8dd4e3331f2c3eb2fad3a0d9ce1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:1665bafdf751c446e18d1a588123d721c17662b5f4977ce765245ebc10a239c4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:97f01757ffdf1d19f4e771cb243e026adb86687ce831fc0370c502f0047154e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:c8ac1549f162857fff3dc54c73082c68165532a82bad8a718f766cf04b0474c8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:25968bb65ce03e83c1f7f85d330dadaf93c91b053d577af1c533caa9724e1af5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b49b13462420970f529f1eb6480952882be5a083d03b54886905a05ec60e340e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d9076e23e260e71a3904eeeca57c7110b23aa5d5e2bb2534d55c40762f65e5a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f536b582bc81072fe176ade0bad9d35623a418a06b32e9a8846872552cc616a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a87fa4bc0af3d3e3befe09d9f26c86180935833a16f8e5b0249e6015172ad60f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:af32233e69f1a1e35832ba0315a522f939092815c42e04bc99dbab48a912f5bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2db06f36858a0c30223f07fc0b35441a292922678f303f434a580241a245855_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:d0daae392b17d34e82a8284ab464a227936aeec4f61b120d5129877926bfcf5a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:01676c777e2d1b26cf9c457027a44da29a93adf60439824efe9a0bf824fad6f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:3765d1c0cdb5d0eb58b6ee805b1c2fc79414e5cee0ab567529f7cc9d2f32de17_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8583e3ba61ffa3f4bc5d0e411cceed3812338ee1c4e2233778fc111a84151260_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f8d09efc416ba06f362c298c670adfd634bbf2417b42dd63ef8eddec6d5d7b93_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:402e7e1b444b6f7d67adf70eecd5e96da520ba177539f30309df51a6af250a3c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5737d41fb537ab51485af1c14b36993ad233e13fe5bf29baa0dee6966a6d7a7e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c89addfb732b3ae9ae58a31b8a01c3619cefbe15eaa93654d460767ab56025b8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f2e916b23f04cd1df28d72d5889cc9a34a322ce442f43644060c0b7700473919_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:07ce1f777cb829393ca9650cc859aeabe040dbaa92c0f2b78834fcaa5f27190d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1da9826ca384c51052a649dc23c586408ecde83943782b47af54411b34d9e4fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a875fa2d760f7a474e16f994b70ead9b6b41487b6fc21cde55b9faedd7baff87_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b428b537cba5f8ee9a8bc407a9b4d80b8588b602c81b09cb5d349821def16afe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:080537bdc8349630e0acc787277931110ff3601df9c9838ca885fbdb2c920c48_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29af8f0e50403bad4218fd0fb891f402e764071cf7186bf7d49c57480ebf71a4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:56a126a09282908dda774e301166393c14ee6c9df302094173dcb96744a0a2be_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9d9163e0a8b00ac0ceabe5308169b5c73f8f7b970e77a8488968440c33adc443_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2ad0d34847f8da3da566fc7144c1fb7ef990c711af1eea64ed548ba1f6777b63_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6058e350b046f81fcfe80534a48a4364ac81c3e4fb3b75cb23819feb81422e52_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6eedc1f8d41ec96a245432a0c5b07a883ac03c7f1b62c3afd81a4c413e44446b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:71df3b2f0192d48b744e6ad4053a454395f8a07ef2485beb2d1e40febb8013a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:28c12edf2a8fd2bbc0cf125a72bed3eb4d0c93ecad9d6d0c31ea82675dcfbf64_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2bace21907bd1ab6ad1c163ebffe54f62d0c8066e28da285efebc083e808057a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:aeaa185fb7d7fad9da905d9f2552b12642c3aff657ffa1392cef219e453e6144_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:af4b1b92c82e3193fb19bca5c7f32fbf24173e6cac3b0b188e0bb0d8b4885c90_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:26262a7bd08b1386429962224cea80c59be8a6cf3939e3e8186aa8e3728dc09e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:49dca66cadc6a72da5b0b9a1d40ac44562b6417838c633446e912f8ff508c4d4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:56fdd99afffdc905cf58030bc590e51e06a29f4a9b4451c5395dc15f96d13c56_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ac50bf2f26a190b0b9c559ca4082fc85067b4e894278787008aeba3baec66624_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:679909e392d7c5da212ea63c2d2b58718d36cd86e30bc7b303cebc7a7123a3e4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ce2204cd95f2d62c748ca84cea2167e17b7712b74da1908f3cbf643d0fa186fd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d988aca8e138e1e0728970a21984376b6082bfd946484718beb292562938b6cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fbd7c627d7e30861c49e05b57636341b8aef3a4c2d3b639f396c090ec589e3a9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64858e17fa94577ab6e73e0ce5d01bea8482966b71273ba7e14016bec203da32_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b480e8370a665314b7560735fc5e1bb694a13479d1c45801fe2c88f0790ba2e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ded1d971da094f5d4e8f788d419ae4e4afb2496c9b9914a9564904d4141a0f3c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ed9d05cbeb0e7b0ba8d99cab844548634a98e2920489e1a8a0e109a82eada18b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:abf664ae6d14cab3de4206584371e064771b3dbd5314178b663bbc1c2671603d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef29e32ee8dfbc89612071e78114b4a7555e9155bbc795b52cc1abcfb4fb9dab_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:2f8eb5b5c93f3f68db92c25bbba9eea70d9880e24f04e0917330f5077d2d9e2c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b9f923ffcc65bca7959193bb55baf61902ad429e6b3a76ad62f236648ec64da0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:3cc08e7287be504e70b6f7a0875462c5576af11fa95d743b4928c3963382fd93_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:bb8b9f6c64c40e8f86228c282cf1cd74a8a94809b72bd16d4a32356f4a063cab_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:eb3eb1a02fa35890bbeff0c81e519c0cffaa8b948684fc2baeea061c1c77cd67_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:f29e5ebee536e2716d1b2630c7ea37b153628b8a3e7c193784d9ce2c63285478_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4b3e56e84ecdc767b87617389a1c4f4cd6323f85785c6268ce25c0f42e8af174_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d0638623451a9f6ba7334bbd29342a422f4a020efb6728044be9230d5cba7604_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:1f5c2cb43ae80eaba9e03a4ba2c604e06f482ec7b7ed258c3308ca97b52f1afe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:5cf70e72ea8d1fd7eddfba9095150e06f900c732a74c87e297aeb28c9f335391_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:23d6db8a3486fe02b29cf1a2b15c76f8c6a1103c83c7fcdec057f4611039dbb4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:634d6a9894dab4709edc07a985f951f31dc0aa066deb6329e85375f334adbb36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:9d9e61b5ebd3c3f14b8be6b4881d41a3bb9390c060b1519961116978b84d828a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d87a31efe869f29a5bc4d3ac8110fe92239cd543658c4e2a991f7fa681ce942f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:278d0f71c233fe68a6c97fd42fcb3fd6b6692e4ed2d847ea161cdd31de5c3e8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db8c3a6c513c148dbb186bf70e3c1225f9889c0620e2d283381e9f723263929f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:76f8ead63875da99f27542a9275347a27e6c7068fc00c2609701b4900dfb4751_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:fa54106372a00b616a9ead77f956f55290395cab9df2acd5da53f43ecb972e24_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:a78e70137b43ed821e6034893803916a0a3f2e85c8a778318e7b59069a62a741_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7317dfa48ac53af504a467efc1ec18a94f5909815560231de51d521c00826d7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6bba0fdbe83a3346cf335f104dbcfa89d6e130c71ebb57edb8b762a86384c240_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:87b8b142f5e2097e8e260522e12e0fe586688fe0fc782a2498387b75bc1fdd80_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:47c1a66a7c0285188993eae0e07eae92fa757399b8405fb5c5ba863aa5098e09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:ad33c16288c336c9ca9951e55d64d3d5287f82bba0566b5ee7741c5cb3ddce7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:45f9b84d81fcf4d42358a8ed4d778f42a5aa58cd2c2b0694ec13667197260c57_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:52819f13108cea240eb6d400b0cf1c351568feb6aa2fe0d7cb58ffbb39208807_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c95a1e5377e06f6eacbd5fe508be7192e03e98d4b8cf8882aba928b405a29e12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f6fff2f2589bf8065a44b669c62e31bf6d02b443afcffcd30839bfa230deeee1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:379db896d78b32b67f8ae5b2d768a673f3cc1b083fe3ed30327e987bbfd453c1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5c32c9e4721df459be232064101f5283e3f7514528cd82cc9e3dcbc666d0e431_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9afe4f3d9f37acf30b43480a0e11a6030c8837f4b1458d5f873b2f2b10e27f80_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a5150c0f69ec74453bf9d31057231bc44c49edec7ee73d071d5b94084dc3ad86_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:237013c3583df12deb432390a6db9a862c02e643f65ed4a1e79afccf8e046699_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2572f6fe095b0e146393f7f6f8087b721ab806982f866516531404eea2e510f8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b4c65b52b46fe579f8ace23d12c22e29feff67d8a80bd5aa67f11559ecc2965a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd68f9f9a354fa8ed08cd228e572153a917ddaf18fb012d6e321fcfedffc4398_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1e9d862ed181e401f094ea7ef2fdb19835fbc29de37684d16072b063835130cd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4fff35cec09a09828f93597a56c1d53d7aa17c9c711d2ee1c2a82dab9caa1151_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:99ceeee46528a54646d3a9bc4e4d79207d5639ac5381b2f7c6d1eb34ce915126_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d514ccec508b55c9c24b9887fa35d74db04f1eee22e68f6c281263f77514f843_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:745ad76ae530a72ba95c4fa3c0ccffe47db3cb86652f4b672eac25c1e19f4df2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd42ee1b7d59d9b3bbef1a82fd64ef5e2c25b9a4e2ebf6535866a555badfe7ec_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c4c77c1f0b9bb88deccde95f0a3d33bb13efd83ef571e7593f48dbb728d836fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e39f7e9d8034b32f918fb3eb1adcd89b248e4d879734bcdd5860595b4dc33d93_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:17aad6fa254fb592bafa35b8f17f02c2968854297b3494aa4b94ee7b84818ff5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:1eadb8d1903a2a7153ed78a285f75faa35b73114cc57ff0d2688efdd795d919d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b288b8cfc75e0702005dbc94fecb9a0e1c2ecfd78c7d0b1fcc4599ecfac4b07_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:94db7f48fe1cd78942235739b373d592e77fe57418d4b03d758c342de441f85e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:15a844ed1baf54886f48c9919d18dfcb29e6dbb4cd3be9568e15b0cc76075ce2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a05f6f8b5417fe18c5ead688c98d2da1d64c2ec6e1d51861dcb935268bbb04df_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a2f4cf9accdf41e869afac3801881f2c523c1b94cb401e4c618f41c315cc5f47_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dedeb01e53c5e783cf69200dc83d962a4616b56e9bb5c7230a2992bb0a8f0bb5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4a5eaaae62d4fb97d4ccc0adc87d1006af402ecea6e13748eb7c833b33304e5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7d026e011e75ba7712e212c44d5da5d8d059d2f5190eb8ea3ac591eb87b3f53c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ad9f886a813f01cff4cb2dd6f3fa3f03191476e3f37dd843591300c954675d99_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ee02a8bbcaa623335858e84fda3a584e875cc753c63ddfa4728ff7f4c19d7d3d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:20ceed707962d7a4a8c81b0ab3c71781bf6c88406412be499c51137f654d6b80_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:60063e70844eb9c274e0ecdc975613a9abf3cfd2c342ff7fe4955a810fe329bb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d149cf1c7c99f8817be7d206e4e1e615cf1ba1b0c9b040010a9b822c5bbe838e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f7713e0876daf10f8f52edb8594e1e1fba0afe5a2c799ce5bd9d40a80822f752_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3dd5f6ae51c160ce4402e937e32c832b51f6ff12ae928a37a2785f204f9c757d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:77deb93303abb4ad7951b609805bfdccc90b1f8fbbf4191d077185e49f5685e4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7f6bb5972b117ee8ae2f578bc1d29a336d4be24715caf640216fbf46fc871516_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fec4897ca4f0afa1971e61cd69ccdd70d3e8fda38fc9d1d7946705047af06b0a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:74baa8184424f435dc529788b54a932e7f5dfbc38169b50afb2893a8a1258992_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b16cf416246a1231c62489e8eadc8ece013a2aadbdf12348b8c4a91936cba9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c18f66b13e348a8302275d33df04d882a29269f8406e679ed3d99d7b3ed1f47b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:da53eb97f0fd93078ce7e5275d741d1a70d532332f486f92591dfbb10e6e5d3c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6ccec729cb1f9a5b01243987a9063459bc38074ee8b8c4089b630289ff73c60f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a7f24a2e05287cf3d1c086ae2a16db546500d37d85ed31ad5592c789054aaff3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dcbf05a303a984ad4e9544f37d691a733ab4f7a7f466790b18e9e2e2ea1f1dbe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f22278253c5ea6533c9406f2101a1a2bb006f281f59405ac45b23c8ecf9a2699_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:38ce6ebfc32523e04157c78429e0ae945f91836047afe2a2997a23d3b17b4ca9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:4ad732548af4cfeccdc62ba2028bfb7cf11c52452d3a590542fc86b4cc33bf7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:73b0bd3a12431edbcd0fa74b104d63a2025e4f2b514d686f91606cc1771e72f8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bc4d917fa3b042c3728422d89bf80ea995ec37f4be4329dc15b9d4ebf0e8f1a2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:72150297b74ce841ad36162a0b9754a570d73be3aeba36b6414a23842a8e469c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9c55764da31648a9412bbaa7e12c09ddba0458e9ea62d14882dc93b81b8bef36_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:be30b7a33902e4b8af6390b349698ce76f82a9d89ea9fa729d477742a7aba348_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e65f01239007eca9e79fa0afa4ee17ff4af1c494bfb33e5280e2d53bf2da334e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:234454413dda23b83c4e0cb60c5f2e1a01b4f30372f425fcbe2a592a892ff8a5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a975f92a9b7aec37d1842351c2ee6b689bd67ff8445bb4be5578def1794bdb80_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d7529dcf67eea6d3ae5d4b85db8de6a2436b935d76cbee890eef52be6f71b441_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:db162a9bba7e608d41878f091b5cb1374aaadf9d160b0ac707670807d0721947_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:32fcf10b80768dbff43ebafe6107e22cb8a7bd2b0f4f65f11643010480b720b9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7428c5bb3ce7b9ad0dc2bdc5372a5ba3bada30f29ca492c46dff8f16c81df620_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:770bbfea9d3dc0ffe4b171abca1a7ef6690c3a7e81fd1a741f874d303e6a0150_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ac7cd2ff42826c444258237513abbd778aad47648d6b351478e88558d726e0b1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:44d12865d2ba077176a7f030667201e9534b633c9d71373266caac91d1f4c332_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:6e69f47f2f9de096199b893a1516e84334c6f20b549250d0eae2e9e198eed780_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c6a9f789c5e2ee8b9ddb927cb4ba397fda0265fde353a5d9d614fdb8c4a72eee_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ec3ee75995ec0c9418859fc2c9c1e7438fa3bee54abafd3f28451d63333f8b7f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:049cc98c7e42a0fe60e48453970e699e6de4d19f34f3f82626d873e8e0e6d6bb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:688f3eaf6470e7a0e214dbb30674e3e677b6b05f7a81856dafdf5432aa541102_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:845bd0b11a6618f8368f5614584aa96e9849bb55675ebf5768609637196ef8c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ebb296705253ce54b8839e65757e5f1f28bda255a16487fd05a6168711d3dcd4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4209cde246dd5b0427fb6d33bc0fda45730b66612a70e95b841a0dfdb4d33c13_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8764b21a9276c2d77a3d2471a9acb86f17986e0ff22d73e6dea27b6106a8e61d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:df77ce81156b3d17d6c2ac9aa736f2e29328ffb6cb3ec96f82d18c4922a5752f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:fda54164b16d1b7c889000467b5ac5e3aec30d6112091980607d2ae02223c8df_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:28767896ef434c0e95802fa613293f60381be9a1a14899cc2930731c61c77d5f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b5a6f759824a9bb0917d0a45a6c4ad0c70733cae840077bcd3c378b94eb4bbc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a421c422c64bd60896f3e2a1f24f8fcfef0a02085ec6bc47be3cf3630eb8734d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:fbea59f95df585d491fca47804bdf6a9702e9bee7f9582d5d6b7aae38b3cefde_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:6781b43d7898ce652b73b9fd885a32796fd780342f3ffa94beeb9eca7c34ba3f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d4f4ab142d17bf9787600a074bc5466de701dc436be2f089d5296e7f4024816d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d63cec9aabed77f18fc92fe1175d237da4ef091dd6de83488ead2940d29f374d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d860a07ea0b32499aa02b6c0992fa5a316db433b455d2ceca6dca98869e26ad6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5c59d639c117295637a7a412edcb423290f884af9558aa52ca39a11721ee00e3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:71c60741af2d75b83074c0358a65f41702871bd5271a4d47bd3e50993d829a38_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c188d94794d0eba8649a37f35faf1f8ade7454539098582f6be7f1335b6ebe1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f6849640cd6983e63f57ff0562d9bf20f0e7a5b42c78fb91b92f139e43ce0518_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8392a81fb99cfe57564aeab5209bf824be9a59406bb114bd1894066404638d4b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:98053f606b3f6fea67e115b3f502815f245e73d39a02056fa43cb8b9b4cdd771_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c98836cae54c18ba3e65f7af896a6038e2ae5cff0b9566e32e4d48723c4b7a50_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f6f2545cab188c060156573969a8cb4404beed2a8428775bd4225123f8d88e8a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:28e13007cb17c7fdbbc1e9a47dfa4fbfc54dc652250884e02ac02d5a04d7c0f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9d8b15162288a32dbb5ada08e7072932132cc488e654aee8c85c9fd3e671df27_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d4bdd45ed434b11cb8733b5a2ba83ff85dad06360e34e5482306ef6da202e756_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8c26f166731d6e55be7edd9716204557d1c09bc6e106a78ac56809c7f447b73_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2c21e34d3316ff7b07d5f45e0942238d3ac7aeb8e09c41448f114f7de6f8d309_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8b7bc6bb21ad0a6caf10096011762cd31626d99087fd63a6ba5c234edba48cfe_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9c75108604edba1cb1f09a4e2bff422b088b6d2fff31020facffe540e476d6f8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d3e8f6d2b8aee4b5831b92b1205668be328089a07d67f30cf71875cf1b64d6f9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:44f7ea110bd204637c855688b0525d6b4e5cbc4ddfb94dbec504f5b969be230a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5cb25da215077195430094fab8302fe458a22c662288d11387565a1ca3746115_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:643224f5319a34c396342cdc2785080c64125db41f5a54c4f9c1816aed2980df_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:bea9de5642afee0969a51ba809a06b8afad9002f540fedb4b92336e82dafbe74_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1f6f901717651435e2bf43bce5dc7d29c2a08056b10ff84284e0086d92701fb5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6937ac65f4bcf668ccde5e9f8aa3ecce5ea9ae76c2a199d831086765c55747d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:74619cbac36e7d89f22e0932ba0d0c3d16dc69758cebd0571e3fa2c8f9ae5741_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:aadf94eb8127728adafaf12e7252ee764ad9f9b30c4717c3789837c04252954c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a0e9b351603b6b9cd755334f0782db4c98f8d30e1d35e0abb84b0c75dbc84440_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:ab2f9e1d3c772ab490fb85395d2d7e6a3c67e70372aaf0ad84125ccdf10de4fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b5e9bfbc0a68d71a97e59b2c45fb24646c91a7fb80900dd7fff5babf8154f122_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b9eb5f990bba388ed137145d310099304311bc6554ff014d6eda9db609bb9d0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3deeb61809de7279e8b3e3985f4775c13f42e0463b0c4d4e72e5301d192de3b1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7e2063b8b78f4c9eee48c83e45c910c95835458cf9626a0c4122b7728d8c496a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:bd5d300c0a3d2d88a3fcf15a49dfa85f628d690dbdaecffebbcb9220acb5c9b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d5f90c9b276de9a3969e8945ebc8481c24375ee25ce04b4bce36edc885e5a16f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1debca98d19960551091657584e816372833e340878cc63da742198a1a4f107a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:22475308f0ad3bdcfdc2ebfaf8633cdd619b93d9952e53b0b86b9a1012d4d7d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:49e6df324466b6ffad58b0cc45973b23f890c694f8bd9da50b8984f00e86be2d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:bf5c3d63712d2e79702fe179817e52b0acc58c49f95570d714001c19e6b130d7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3e12a7a5ce51c186e6eaa43fce50a694fd43ac3cd7469ef8bfd09517095dc7d0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:8d56e92b53233cb4f51fad49592dc56963aee47dc9161ab08d574471d0c29a9a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f07ac70d3e737af6be1848230461e870c7599939dc9e5e3d41ea7426b9f9c504_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f7555d2b86c7511b717e727fbd7661eed656eae631cbb1aadf622d40b1bebf8c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3c6a583354c01ea55cce56473b3bfd0ca2392582a2347392d76b8016c3a167f1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:449a3f3b289590e43919464f821058059fe6d544893270cc10e9645361376a51_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b6023361c8192bc3330c9337c616ec5d3a1870b298b15554f6caf760ee6c40df_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:be743148cccc6b42de461b8deee6ba0b11654fd68aa7c8f5b18a0ba4e31822c1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:602f2ab70f206ffe5e1aa3887e33f407303d13bd584a04c1ad7c9080665da084_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7caafee63a879388dbc1424dd2be28798ee03fdab35ba621136ca575b4cd6429_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:822d381502280b1492f76d3369bf6b471443704a66a5806b420f4d38d75a1924_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb4d16b005d934f6266e8035416c23a13eaff3bc3755ab09f2140ed33c291484_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7a9743ed6e059ff052017942a0a414538e85a67154f0bf8bd11f31e50c8cb413_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b3b81c10b0437001151a88df4966f1fe0e84ea2510ffd6ea3325605c85b7f325_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:bdc4da7c4662525a9b9d4415c743e44bcb79653a879ddd3b26db5ca00e289127_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dc5e547de4ef980fa4dbae26881bd57d7ea5a55631a5a59269c92c54a675a9e5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:77b6f487982be560d422e67ae9facfe4f5316830eb1c46bec837c5e36d9c096e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:824fb0b057b71c530869706a0c542709d754d7b3646c8e9abf1b117c033e3dce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9a4ce87140c2fb3bbae596eb23c25c0592f1341e27febe6a6c4837d4f1f4f21a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d50feb1690369653042a58650567440bd3b5055b9a930ed268e2e6f2586bbc1c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:336b6244ccf84253ca07ce02033fc41195b52b3da8c880b31e83e8576f30b733_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8b4e5145db2029d347b9f9380181e914e84112b8ce6c5a1859c7b91f3d4ebc77_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c2f6a596dbb26670cd4e949fb22b4d3ef96a9dbc1d7bf83ff37bd012f63377d1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ef02143a4ac9749ac9082aaadb6a0bd42bfe4523053061492f5d013aaa2d91bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1df345c4394ba358da2486c986063d53907a58ca8d268461d2acb8c431084e22_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:36cc16cda8ab3fe13a8328b30fb5f422e10f517b348c966bc7a534fc271709f4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:46999718996866431b667287a78e45350b111f898e88c03a8616afd7d809daf0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d5018226c990212b9f0281f7bd4b9d6f1567e7c6dfdc9c92481a2ed2013b691f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6ba0e03b91ab911d4e36710ce33d2b3c3c1e31ea8387f2859edadd67d3690e0b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:901935cdfa4d09e29c3c250d12246be183ed9bd6e62a23a89828573b564ff1b7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a5c0e085eafc92ffb016b9a526443a280981226896ecb86f8cd0a923049da117_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ab99bc842c65d7090e13705944175aa8c3397aed46a996cc34fed6a3bbeeae8e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:19defe671bdf01032e1009a3bc17596d32487cfc555223ac691b8a84298fbb4c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7a3afb22e4cc0514ee366328c0e2c7bbe47e092066fc9b7b0fdd1c96eab29900_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7a55c39689de725b837b830ded90af46c33e43f93fc05416705b3b4d35c7f00c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f56800d9a677be0c8375367758a56eb870712418bb8cf74bd69e658134d7a477_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:59ffa3754ace4a376048788e6ed2a8f1eb58427a6f6469fe28d2611a54bd2a7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a028df66f21ea17b04867e874d01a1431d5e0a2aa61d1876910240d334e33b72_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d680095d7ac726c3579999d4f647a8ce3875c9ec180a8ddd5eeac2fdfbddc526_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f0327a2f059b1c386b60a43076b11a88b3bf38108d0202b49a389063cdb0fc6c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15fba08b3a68a58e903954a64bf470605e33fbb0e6551d0f08d20e842969b19a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:3988f1b68baf551de912a788168287612cdc1cc7c4e7f3113402a077280784bf_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:92a5e4c52b35d2e53bebd8a32fa067565cbe80f7954c83295a75c421f54d67fd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d5ba989b5f80ed5e8c8b55c5766f9af9a06ceea862c90a94be47bb3f564d45ed_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:376e660b43cb68659210caa0973278da9324d688a55c1f4d3330f24f1203a415_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4d52c456f1c8dadb233b01ead052ce5b6748a03f22a12933bbb861f5e6179393_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6bb89886f24aa24212b3b10773602f2cd59214d2b639118cefdccafef9a834a6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:aafbc10a184282e13581cadd3ef9159a55d762454fcfe02e93094dda76c1c251_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:20da97fae47c64ac7e688d6026fadfbd8910aed94d07d0b6cd3cd792e90e35df_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4f5d8feefcf0dfe5950fa481f8b6a1409acb628cff532d030f4f5fb63167b8af_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d174ead9529893b0515c066e30c78d5b9906f51f43856025ee87b1b7bfd89e8b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:f6029e4f81e3d88ef43f1e39df7452dc432fdb22b21483b1fc3b78e0d7105e99_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3f5c13af96596dcc28d90164f2aa2dfee0ff6219423b8ae3dff251ba959743bb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:55600b9bb8d4998379c911d0467e61a5d4eef7a2ff04d50dc4c15d042e5a0e6b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:600f6c495809c9fa8abf0d5af6a486e5a1197a8f0bdb505480aa5439c05101d2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:c2b834e3252917e20f7cbe1128d2f8182bdb27220ff5a0eafd41bd793ccabfcd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:3d2a8a443c5faa87bb8b8f11d8decb4d913cc00d7d85a46065c1b10258aca4b5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bce829876e5e27a0d15dcd8bda47e733afa216e6c685f90873b86353b8d73b5f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f155478cf4b3c58d4b0d599ee2154a6004c5479bac6b16734ae924a21fdb633f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f70cf6ddbb28d82053dc7a0e9c3918c26d6a1e2c35f08d8035782b6dd962d8ce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:257557b9f4a28c6dd8e9d43b007d563649c1f53a120154f5ad5602abf14e5e50_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ccb5858acb83ac412670cb1055181f40ec3550c692deeef1758cd6de82b67ed9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:ef6420d4046616c139ad5040590810fe216223526ff3a505b4a590bd37c7c869_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f4d26363c33c79d1481df0f4c4a736203dc6e8c20158c9550f768d747030144a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:334fe4f68e95d68321d13a2094ee31fae8375994f0dd26f3fa910ad8b78d0142_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6d821894ed49e432dad5f0eeb88a1d84d15c8d3325069e1dc8b6f377d31e7553_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:1f6bde3bc457c5a876c40bf55d3d25019a14db18f1aef9461623bcfdf6d0c6e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6dee8bc8066d09e6e64a2b90738ec805dbcb5db0e9fefae3c92ff192b2706803_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:49a04065b27e87dded7dff1142f373b08c7140163a0757f42b168a24380b482d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bccb846b038153050029982c163243b9e6647cc9c2ccdce08337a494a5d30969_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:31a76a3098cf74e369ae121fe556c21496c5ab5259f88dd3b85486b120f89933_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:db7bf0477a93f3527d77d7e7ca80c488a51c6f98e5e3bc7ac53ce309e3fffe46_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e804ca1bc68f8f00ad6e4c744c2a9c26a635d9418d2ab93a5d516ef11d097722_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:e805f6e217cf7e4c6afd179e6e539289c49db6eb79181853e411e5e1de1f8257_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:47dc500f4ec05b3858a5fc3dfa468f9696557f9a467a7b16a87340b7984d9b92_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:96da591c5df8beb62dcc2b83f3f156e7cfb042777bb72c826c110011829d268b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:b399c22107c274544023707d3cbb0765f92c34b47d12044e15a34cc01fe6ffc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:f52b36b11b1e19bbdab026bc861f62d1a9fc56732c486aa90dff96c5c3bf9999_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0b7510c65924094dceaf87331602b6be2652121a49b110385e9a6d94ee876f01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:b2bf8f2660cbc9b308ced1e70e6026a379f8fee9bb4f9646a6fa6c93020a5937_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:c9e977106355100f6bf8be3447731683a42077e6ae348dba4c977ad0e5ca66d8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d20168132315fac4ff6af2c91e2eae4a9c8aa655295177d8d0778a7d11665e6f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6ec30576f3e062edded4acaa8badcfda9089bc997a8a451ef987d99a5bf5854d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:928a3bfb73ef2297dffe4a01d7d828bad20cd7dafbf8f20116e640a487ced903_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:b7dfb56a6dddbca6ab5a53f4bcef850cbf913eaf9e243024480b97ad0b1006f9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:dfddbc24187efb679102afa10e98778bfbbf1cf7230993de878594e1115c6b45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:43fac342e1843d331f83c674e25bed22bfd6f1e32690de285bbf645a76f5be72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:52ea1ad37d60ad4421a29e12c150ca51fbbba9caf7abb3555fed321f5847f425_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:68512627de4406a22ed8bb6198ad52ace18355734fc88dccd9f7b7174951dcae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cb71a249a099e3c159ed823bb10ddd6d6166e187f63dc239b7a2631b83fc65a5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:44e7b77f9355d7388e55c6b6b4285bffe5c37592209c027c47fd374d144b154e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:4c84a48b74a56bd251ba77a669575aa1f53862b7d4bf5b800ae7b0c164e7f348_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b90fa8327a23cd9b45bf288bcf5367bbe5ef9fe8733aaa590846782fe5db8cac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:da9c26e95408d109f68f3db40da5c1962b20ad49fa75639fcdf7887b8f95162d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2855ad515e7a85e0c50aa1ea7aa3398ad47626cc7967eebcc3787906a809ed42_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5741cb169c5e87e235354d14b702fe6dcfcb2d37a317a7e381310f9865976a16_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:af8e2d2ccb2b1a966a1a1d2ad7955e5082744b2838eb714e21b0dbe1cf49617a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f24a2e861990b1234f07060333ee9f49d1b443b03d35917259ab31329736f8f9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:4d00e1dd2fc0f01bdee4e8a43510fd99d1db320326bd4d5cadc2bc2110a5f28b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:885ab40abab1c5c55910ef8ee2c18167ba3a55e541e9f5d255bd9e62302ddb10_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af96dcce7a7df761d1dcd3be13a57794b9fe1cfe8c8ec878edac2114b8628673_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:cdf02314e3d66d60041dafcf2f4c069d61497ea1b4d36a1ab29edb07b89016a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2bcdf90387cde05688f0c9691a7204b4ae342ee20874f79fab2a5cb15d49d2f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:40915be8107481380cd0a69d1ed7c2061a442626954200ec8151557f7cce7103_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4bea2647a0ad9fc7c353016566616683f2131115e56b7717bbc1035c4ff79ef9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:799777705a1f8f837fc36eab527b47d94612a67c343486084d0db48d42cc8482_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:377c3b4002341a3d0bc7fc4a2363d24a478b61f1297f8b9a074392b360e0c8fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a374c5ae2d4cfa792009ce7dce8cc8c9188924dfaca3407075095357df5353c1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dd0041cd7fff43f1fb2e92474f9bb69bf8e1a1722f999555aa2f8184607618d8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:eff721604d4606806f771b3922582e6bdce53f74749ade05b0b2e5d7e5fbc70f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:06e8bc4a4e44dcc8273bec21b338cfb51457844442974b5f09991d0394417705_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5a2b95f5661070f7601d3fe4257d23b71df30d30192f9071b3f3419714821b5d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:a73b3fbd46d12b57ce7a136fb23ce9cb0adb0dbb21d04c90acbddceba49fc166_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:de82ca914b1eaa932b2f27e9d54b94da55ae48a3edf726b910e58a565525021e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:8cf8ae7d88d2e0aa4ea2fcc2b2a89822495f64e00cd9125e19e22ea4759b4a00_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:948a5868474bcbd679f7da799e68e6cdc5856ccb68fa614325d500b545895fe5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ccb324413b8669ca4679b0a3b9738f5675b06ee70bfddfb5424159ca5d73fdf1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e6bd08b3faee18394b7ed5611d49c2d6ff41890ab7a21a43b82d40fb3282a513_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:3042d2b5ace9ea0e3187c9d62dade95851a34d53432452abf69fe5388fc5b558_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7777b47c630920f0f22d61616252ff74c8b8f798108f12966b6aaed5d4ad9e1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac1cf2f80d1f6ee5d9e12d0a9e5d371b66f72ff2b264850518727f084b1d098f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:bb1091a626b139e9efed966b94f3d4ec620f61d1dc31873a52356bea5657ca6c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:6058b803b0c6319977a5ee7b4ad3130fea7e55d5a7e15dff2b93551f858fc5b1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7bd9f907050e7aa05bd6135496050eb61033046b4c93ed41c2006a40b33c7d1d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:994657490649f677a44c2b97db30f18688a51cb9b36953ffa1d928db389b3a5d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ae99f6392f5cf2dfee91c9bcc50ce4afcf961585e1c18c4c83d70e3e1fccb617_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0763d7213f1ce83cbc0b7702a002fb86b8a0f84db0657f43bc2a0e4e42cdf4df_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:30707e3e89ba622dd33caed26fdbcacb8fc53a395ff82bf1bbae7ee1402c062d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:66c3a5b926ba79860acf8351e9a9655e9398b3fc9d488d3cae3b8986fb82bada_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c67817948f76127224dc2f62076e7ab3067554208de9e845e86d6b9642f57ee0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:1337fe91f2009a10847e3eb7d821246f6d828a9e0679a69d7d0a52a2c59aa25f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2fce5aeca6f39b0933902d82ba1a3800947e34325c1264adff2bdbb229b421e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7a99463d1974014344e1935fc72b22e9301fdb10b8dacd850ac243f0f10ceefa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:707059760688aefcec8abc6341238f4b26c071f1183be7d0281b6a05911b95d2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:749f65f5ed41dd2c1a5b9c208ff9032fe7eaeea9696bcb06fffa34952fb9b369_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:d1f5ed2781569cd91f07b74160e8bc95e0ec0d2d0f61b658918df40a2be32acb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4bf01f4ae53277d70ee877fb489cf07068f787bba3bbee31f8e3667459a440c2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7fb2daf3c277f320d213af79d0a19031c9f17c9b356002d987dce0ae95e6ac4d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e6fe22827668ce4ed48495c07757bb8406c4fe521258df08a7a827206451a65c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0904ac65004bc0e9303b0c21ed48818d5b0a40ad40bbb8d33392ed6021dff62a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3aca0fdc0235040b888963066a279aa2357cd4eb7a062e524f6ebcc54de1492b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f94aa962ae9d8f25e5a2353e3d4bc980e374a2da65136e344fe685bf89b532c1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3006b6992e3cd3128f0ac9b463234c18dd0216269edb4a1238d632e4e69aa0ab_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b203ab7839940fa0a8218de3e3602d75f8ee5343f6d6ee018a4a98de985544f8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:b776dee4d809f1596c238e4911854670cff57ae351b8f3bc5a769e266e815886_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c70395cc3af5bf9ad32f9fed59716b0256086f4793f30102a17b50cfb28669f2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:347f24705fc774f6f680c3ed41ec23520ba6eda9a791fcaf447ca2b6a3e01bbf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:85803d470467828cdeff4960df35432579611b28315388b4cf04530d3e1a3ed2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d884c62655d3a1d77fe3e761630a0f9f664b45715d64582ee953e4309ea07a1c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:f833006c803eb2568db59d7383ce99ee399eb8cf6779f7ddf8128a8aed078dce_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:34f21e2e0839de25218fb49104156fe0157548614db11dc28e6fde767a337311_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77f37e1feb3db4f61c4f9ba61073adb04d732a91573b6ef866f38e63282dce07_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:98888796a39a516b6ae1eb17b994f3c5f7eb785fd491ba5b484f7e001ecb89ba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a63534d446603e6cc4b3c97772cb5b875b0e1a43326b6b5677dccb31e188e1d7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:000f14446978bf4cae98f675a93f29c531a62b695f64f79184e2ee39c9ea7efc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1f7f66fce081baa4ad51c7d70483384fe67ad8ad2ebe06c859fbfa70d5734e2a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2a0723a1d41abed167044e2319f621ab3eafbeda880191952a248f0b18c18438_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c965fc0bc9538c01b2447925cc90b1ec01ac0ff264af9906afbe3a2d6987f40a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:028a6a942607833095029e8b7107082a65554a7e4d4a48dd16561c40d87e52e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c419a68fcc53ab1659588382b32321afa3c715a18a120b56482d15ad92bbfba9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:b8c1edee562f20d0645d81a73085f597911e9c49115f8a80ad0156e626bf686f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d7fe0b61d26d7bf6bd11543fe192a29461e17380d0e475b19164c5dad151229a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:344edf790f7a68dab401e7772c61b0734e707e987b62c6f45bcf87e0728c9362_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:411f6ece7654c52571e96b57f22fff14854a73bf7b17b0f6670162cb16bce75f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:10fc93aaf15cf598f8062798b7a18634160ae003a1b28eab01b3deb1ee737ca8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:3e5a5bd458bbc0c4be4e443aca3341d979cea5b74d3ca7b7b0696e3c2b7c90b2_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dad9e79fb10a3ffe3335e7f46ace9cca55e005ec4d47ffc42915fc04899cfced_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:26b52ae76459968b2aeae84cb41a1a506261e20a99467776b128b14168cda99b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4ad37ac98ed9d6978c86161547294042273c5874ba39461231aa9631f7fe6c78_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:822cee0795e360458dac6d6efe4c8b29504067572fe961e52b5948a4f9b27ade_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:e38ff55ce894a4a3ec7af3ec0886256a9c69acc1727467522645bd43cde9e0a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:15079624de818f932b095ca63060b10e6be76643afab31d5cce675450fccd042_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4722a201c20b8b5094da16f860580599e863fbd2375bd717d19d6af7b121f55a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:80539c0a9aa5e33b09bfdbf5fe0c1ecfc2de13963cea84abe56a7ef292585329_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:dc6430346efc8eaf5cbd4cb4d1d4d573f2032d8d98e8a5a5173ff8833c5df1fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1bbb799dcbed9b505e2c4e66f33c2c7cde2cc1839d913008d58de8f996e58e4b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:363c4c852c17eb5d258162ef98ab7cadfb2d3eb05d172764478d7a10d119833a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:865fddbd4236aa1cf444520ce73df6df9fe07460002b5ffcdfe5eafa37545ce6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d97eac96ab00caa6c752b755856bd95ac3d0e4ca3232f7a91296fff7a7d6a2be_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3c1943b3166e1b32232f0f0cee92e74d5f69b4ed0c1bb5549259462f93a3ad01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a873048329a66743417208175b49b95c9306328f9972dd795b5142fee4c18c6c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:bbff682a40da5f445fce2ebd84a881b9d8de856cec82204b4a767909846f5bfd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c12b750d337083e95aad58a49575afa062c0c8fb4b3d3c80cdb5143d8e2f07e0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0394554f9672b31c25406103df573981a763054d7ec2b40aa4d555e0bf65fdbd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a88f0d6324900e1f952a8bf666d03394e07dc5410aedf6d21fae4730bf781f20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:abb50e95c2f02f979d84e96a2241c8dfef2c02ff3f60f5a721b06ce77b9ccb91_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f6799cbae398cfe167bd75e936a66ac89c5b2ade73e9d1f8a6a74c0a79d1845e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:6fb8c2aebd19bd2c9dd6b463fa87b5c278d374228c297fa4d0356b576be77be2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a7a6a97619294573e90dab878889ed905e6258e0a1f2ce7bd3bfabc674e3a130_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:0f4d9c2da050f40790d66f6c0d0a0845405242e049627583f82b74a1050711dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e3431b1036881405a033766b3f91280ebd0504f042d302751ba39fb14e7cf4e7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:83de49cccf7f453e86d49dfa368a5dc496afcdc5e91c53b3cb4922f2e14fe998_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:ca4d1f8ca7a8d7e0820404752c1460f49cd9db6890a563d8e19d00e465a91ccd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:36f010428fed43c8c051095dab67d8ec2ed8ee781e1df61d3f59c43cb5e639e8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:fff0072bbac9a35ad891a4d2171f977d3ab01ae30eb390b21552b5e8876602e2_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:151cb59fac2491538b23cd8d2bfa7d498c40def2ace199b9c237a6dc8128deb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:17036ab7fc36d09d46ef4fed525ec667e5c598cff800bb58c756e6384555fdda_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1b7a1c54864603109f07925cf739cb627586287555adb2876385f8ce83cfa23d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b06c85782f9423ae79a67abf2e54838d9b2b1035e90f11d6107271e29175841e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:024bc96bb6bb7d910b4bb640777901597ab67fd0e4fcb8dbe4b9b27f80decb82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:7e6e74205ea4ee862e8e029309467bf2df8307639f7e1caa4800e2569bdeb219_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:def0050cfc69412c7f77937516c72c5d7ed4ef3c35c62392ab318aa780d6f7b1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f7e9a7bba6a7b50f67defbf3c769c726adb6a9b62ab6e0ba5b3e68dee58afb2d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1f0cce74be4ddeaec91630fe523ffc18556a01ae2ac9e22dadd8e24277bda65a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7c7ff8812a59064b2479fd6f68021fb09434913097c4f1fe6e7a634e690552d0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d498b2b2dc0973cd54bae666f8baedf93a36f492b60b9bff72aac7e27ea8818a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ec9b1d0f06ddb82cd82c876ceb27af4ffd00b63309aa11b5e304e76c047c7d13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4d0b0bda11ea1fd3e583674c7c4cd29b1f8d312009dbb7ecd7ab205da90ac921_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dfd97aefcb3d919afcc2e008449f1357d84572b675937293302611d03f8c2b46_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e55365fcbef6a6e83587d5ff5e05197c58692979fc3bbfed319a116990863268_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ef41c6771fdfd1901013c1784f3abbb940fe1d7e903f7a243421613404f25da7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:497ff6fdf6fe96578a021a69945fead5b62b608b90ab39ffe003cc65414fdddc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:68f0aa850889bd2b18a9807bc749b279c5e3daac2bf8e996db6a6fef8616ff89_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:ea7fc873c9382e6b9b0b20c7297e3503209fa189aaf818dea19f124cd7e761e8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fbdb002576e2c451ee4ff59470088f76150c97430667110ec05e22842874576d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6eeb09cb868c61e5b0390b66522a2fb2985e64641288409f4314ab4192d2ab31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:dde1bd3f99a47f40a286d24e0b810330828464531bdccc1d82dcde57c2fcc7ae_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f74e38e0539a523232472f6c01717c6c5617c42c84e09aee6b53c3060bb49136_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f9378202b902ceb1354cc4f58b2e2ced8323862ce6f143323f85ba4ecb5e1685_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:09a3a404f0211a44a1c5ca99672a2749fab329aece07af3073c564b52bef29eb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:3d470f79f26993da7b588adb5c6b5ad4d0d9f7d72723ab8c5f47490301ef60d5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:96dad98ff7a5e3f5b97e1d85e387409dea8b68fe7554e3420fc1492613455e75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ef9387bcc4963efa9c689a68a9d7429b8ed38afc3a0324d6768aaff1ec893216_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:486911b61b8e75c122935186c06b4727e8371eba9efce8f7829cd984d3bf2c72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:cdbf77903c99fcbf1861940b2b6d91ab45461b057e7287366ceeda3eecfcdf8c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:320db78d1b6ba1723b6a51ea1949419023985f32f434ec5cf144bd001af97d7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:373e267ba7ee413cb43c9eb609ae20c688b27207e152e42356af1bc26ded776c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6f0826d52562417858c5c1e48fd6e9f092db695debf0be4e03490f6c70f41771_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:98d6c0faf92316738d92dcd73181279f5e86aa0d3b612d76df13b89c9f07cf57_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:edbf78c7ef72b2d4f304abaeee6f5258fbe0c8324501eb88ed5cf42c5a4444d5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:11f427638f7beafb14f93697ac6ec287c2e6b247ed26d7edd2efbe2447eff491_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:34ce1d804692ef492a975157b40c8c90936130e047a846cc2875c4d0b95503af_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a98f442617373a5862d915d4dad6878a53e5cff38ec03cb7f27c3f3e91f75cf3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cd9ee1dc64badca69a5aa6519d2b952b4d542160cc2cee970c499d67daf758ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:007bc9793a3de6738670ea13750957fddb35ce26a760b09076bf271611dc1746_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:96d9062dc752925cd30753277c4d5993e24f7a14c3d4c5b87261cbbd3b22add1_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a0d112d71692414ea3e30c71ed4d2130fa213adb6f152d52400dd3ce8d206bc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cba608ab4d269f75e2404f3728f492b83a6babb2c0a486f13a2ed2b4eb37d548_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:02a280b798b4c457a6d18c50a6ec77c1d3da0f89d6949332ecf2ad7e87dffd77_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:09bab94f68b68ec97249a7a70deed05442f2f0418791476095fc26a9516551bb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:38c5894ef06e695fa2acf7b718cc00b785778a85ac7dfea4df434a9cfbe667ca_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3dd40f617959356fa2f259d195628cd7330e79b2ea77f88c9530e7526aa03909_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:1fd1ba8157da909d629ddfc811c7ed94a2c3e8d7cfcba0e5e487d918f0911ae3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:68f8f8aaa4d16a68f12c9d95337b749c4468513057159e767329a243c2213e5f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e0f06060e323ea0100415d8423e57c4beac4cee5fa120d74227b7b4095cc996_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:daa865e7ffd9b6c2b3b5c996358cb5259dddf66f17318359601eebc9a074962c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0642ac1cb901f1c6573106f7574c760aeac07946a1c058f94e1f0f13ddc21f81_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d75f8fb713c311b5cff23d890214d9e5a16ec25875f7c5221d1bbb5839bdeb6b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e81037d3b7cec79239dacefe093b8d9b1d826dbf05f0b6f72b263b058a6d588b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:efd6be9172c4cd3022f1895349dc0985c9d93b2c59f28ea25a756d757dbb3fc0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3e8335863602ce35ad246a5eea083ce009f0092b8ee950f0dd69807bc87a433c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:45dd40da8a2d926265b9a09bdf3fc63759c33adae45ec55de3601359645ab166_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:60c830d32950726f53725511d28564322dcbfa351998ce67783cef1d8ae2293e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:98cb5df12c6825b126baccac184ace907769cc55b736c9a9df733512dfab966c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:35476646a41ff39aef072f9ddc168c1516a4be8051af414efeb466486a66997f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9b2ac5c38a95ffda2bb6e40d0168d94183e7cad2da02cc3daecbb7e790b6f93e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ddca08d53910252a6b7e157fd1ba4482d983f3db381b53d6f6d6eaff75a831c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d98189962487975bb648a186f21c7cb913d5687b26a533c6229d5b996adc2a30_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:12df6988ba07897fa7002742d822364869db98148387bc254c773f6cf6aab361_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b36f75ab417ade94575a84022a86fb9e668c7cc123174225b433ad8fa8754dce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cb7af29983abc2400722359c181490cd621b6368142e01d5cda987abfaf09330_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d784909ed30a2e03bdc1e565120d081f86402352e770e232f2705726d9ee096b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9041f7f0ad16c7f084cb2fe0ad3fe216e9478f1de4bc8667d879622007467c52_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:9340544c0990f8c07aa9e012a94b225baf4579f49530564fed3c9c70e739403c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a00fd45e668449c41c4967c4846741e2781008d11f1580b871be51e4df138a90_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a262e0c68a133a100ed375316b8ed98c673aff2cfab700aad88271d538a3a773_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:013763be2a50efd0f42637f99eb5cc21d8ebdf18c12490c9bc742206ebda3ad0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:22a5c5b08e789b28881dec527170da8209c98fb810250b3554abf923c4ad5fff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:57c77c8019c72b83f6c856347bba0840cf910c283eaf70a3e43afb86864a39dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:71252be092a8333981aff76f5299610b42190cb17797af1a63995c287fe1152a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1816a6bfec19873a742fe09afff825bb6f550e7696aebbeb98311784efa8e397_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:89c0047544a6cdd3674b84b045d10dbbb4e24a9f202c4c48eca1ea9610ac5a87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:8efac63aae37701ad39598bee831b7ab5a4adfdd3a92d04f723c68d1166ffb31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bc33cb9097e3ac41f2ae10ced3d22f468f7427ff3ed57f06d4093d2c797399e0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:142b32c53f363694d8e037a3e0ae82bcd1e05cfaaf3492396ec79b7c6d859d6c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2864a2ed84fb3a8e75922a97ce9b01144b45060757e37c77d4e2af156a70f9c6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:74fb8850cc2a17f07470999ee754a8c7c4b5d8e70b936935ed37faad7d135e9a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:767c66258eec0215094cf26db159ae778e1b41f0e8a2fc497e2aa6496709aaa0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:14706e182451c4f95b61ba798bbfe0a90c1cbd65dec24808cb27f7794004548f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2bb24d5d70c202b04a8cf65bf217c8b91507f175eba8a23b4101967dd6d2c278_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:aff446d777c5efdd99ee146eccad6d2509d68852f790750a7f6b50ae2cf36186_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f4cfad2c4d47ca9f60c43ce08da894876103834e30c7bce2858d2de478eda406_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1ddd080e1e7c8acf32a5b313a1630f56fefaf4fcd40e84cee698e3f96c518e66_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3b2971134874f759c4faf03b8c48009052f35e5829c4e1054b491b710130c93a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:67be2dc0394d1d8043f5e4e4712af78aedf9cea5031fd3c8e2342c1cbcb898dd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a4c6ef8049e4cae2db1076c1fe9652e5e463e475c2e47ae57cadac77b85c1b3a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:806b48a15ebfda0e8722f8155488d90a481c51951697ad7350e8dc117d612419_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:93b726684de640f9988213465d572c14c2d41746bb9b1fc05fbc2053a89d63d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a1e7407b4f0c1eb0013a8edbad29db77e67ec9564c458826423d5b2de2869a7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f9ab0ee59be6d9b949deb5c155917db98eaf052cfacf5ef27e63d6b791dc1cbd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:cc958c954099b1f3837c0f42d7876dc5a65389e28635dc1ab1d31b7c9ed42eba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:8d5da449175d5eef48240f1e01c67bc7413a183f9dc8c19e593682f114e18369_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:08debd7c61f7813b3b7151858b9af4b9bc04d07eea44265b74e6df5598c2eb15_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5f5f658af27805746d73e6f4302dd5064366795dc9db5d9f558916f98f5b6988_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:892ec77abb5c8460303b76ec99d9ad6db103993c024ad348eb0c61bbeed27562_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fb7d53422af0058a6458a0082778d7b80fbd96d848f730d6cc2b1ef1fe8378ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:00ebbe8646b24d21a488bf4020b71e0ee5bb6f4d8d0a997541b3b3240da27ded_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1d990a3975d37d242fcb265d3b051f219bbd26254f56b46ec9c7e147f8ca8678_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:507429b46f02b262592c5fd9916f20da576a396b51d903750c0b5ae7c72d13a0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9a19c19be8a50c2d794b647aec3c592730c75ad06217fafd8ed4b11b7eb5762b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:0c688c7488737c51d255ca31090f6795da41e5fa3348c015856d622909d36c72_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1e88b21782ccea906becc06bc88ca25088b66e7e474a79e2d5d93db2d83023e7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4457d82d81a322820a2424185a7e9f05e9c2b45042f6aefd34740406f07abcdd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:af3bddc8b160b3959a4c78f297acfe0565e790ebb1354202bfee505640d56736_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4182b34853de62c1e8e4aa4ed1dbebf6b597f86cd9291697e512ac1996b81f3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9268c1d0fa4f5f00b6d0fee990c754f55acb80efaa8d267d5196735302cb219b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d3cd1417108e10bc782552970f119812a447237dc7c4bbef5da96cf86a5171ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f626cd22bf9c9b67e99522447039638e4c8ce39756d68600c52fd173e514da87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:1a7464c063b04db2a515c81cf4ad13db3ce94c936cbc5cffc710b9ec407e0c45_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:86aeee81ec76ba3a4b65000d9f9097ce2ff13ff84346fef869bafb86ae447731_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a906a0d6bb3320a5ba360d54591fadf12445e587d6701ce92734ada703a57c27_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ea775328601453d6232efb25ab5666dea264037104e7be017c3bb14596a5a09f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5ab5e76c192e880195e0866154536be7bbe0b5f8c98fbc019e6ce572777c5b09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8b134adae6f75184ed5c57ec2843b76886d36824c58c7b609751e98efbd26f9a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a52763a79a50764d25cc221810c1f34d4168fe48b145c0bc4cae2a2ffa41893b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b7dfe8fd21f03e241e37672fd6b056c716d62dadee72716d10800aeb256b878c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:21bcaeabd8595666b46edd0b3ca33a031e4541079be67b1a128f3445d60f7aec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3172fc318303c88eeb816481baf2013ce141ee6ea060be84175da3e782337fea_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:879d84aa921d197ecfaacb72db873a8f02d9ace42c7e62218d77f679309bc319_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9a42409dbfee768b9f85ac624cb344269b2752e89ffe9b1f90995604fc6aef00_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3671e42dfbb3810f7d9154137e779ae50674d0e9b45e124a73d95478cf0a99b6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:386ec95060a77d2d73a5968875dd791f2fe7b8b0f6c6d47f86fde271a007e983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:6e9ae4c9df5cd6811d3c05acc4a15fb86259427ccbf22d567029a37228ccd5c3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6b80d57abfc466bcde56a0f5147ab378b36a0c00dd7c5755d985edd56661016_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:09ad2c0ee88a9724a4ec5b53503df32810dc73a4f38685e14815e4f0468dccdc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:3342acc23f8f3757d73094849d949e5eec0132d8981fdcd01603f0099af4a17a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:72413b4d27b0e896dec998182c4c2c3c501045254df254b75527f10d7aab3e48_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:79ad6ae13e6a7072a38644b1ebf5b67318fb04067d329ac5f6108e493b571d58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:68025f170de2464bf46d4fbe6e7d9cdaf58f9ef43a291c2e311f295cecc00901_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:73ad5ad7112f00a1ef64402ff1e4782191887e7c806fd2251bedd0e8c0f002db_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:d4bd66cc6323876242247ccb70e60906cf79e73d31124f0cc8c1006437459b9b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e81106354bf74736749fc24012c8e4bfa7281879fdda598e3327c9c0c52bb3fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8e8924f26586ad6207b8f5903dc30af128e9e8503b05010ff0c98e214ed51ddf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:90db58690c68927ea26fe9b9434fa474bac70f8ead720ba1f5bdffac029c8d0c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:96f81dd61b80bd0d5c99ac9c7c60ff820329e739b907ca44c2155efe225f9afb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d546f4f4477ce8c908418e79a08705d32becb71c83fc748568b31b412677803e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:00a2826cfae155a2cdaa1976c1801158dc9cd6cfc479a57a65e5b91dc2525a30_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0ce48134847ba67e970651368d699e1e7a10e10e2ed6ab6467c9d184ab599484_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1659ff076546ed12ba6a737c8ad879ccb0ee7c1b9bb9bd58093b4f6ff9f333eb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ebff43b9f30c8a53c7f63f05e04b381aaaa5654f8b67ebc88c369b1d599f276f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:18a60158bd67abf2fcb71cbfd524863b7c67d2c94b3f52a56753eff2e16275e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:2ffdb8e761c3c52d419c064651541dc0f4b6e36c00b8f72b34fb437df8404416_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:397024bdbb37bb9cb2b1d8c44e6558b61cb9485a7e6603cabf58ae7d44092291_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8bc84a9d21c84704e7ae4c0c234b3f5e9edbffc1bd54adcf60d4a8e09d672927_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2a414fbe968023f0b08d783918005c959e0556abeebf0a7eab43267ff484a388_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9fd74bd9bad7167de3ff9b41aa42aa1b2ae6631d29db10a6c7b3d1a5f8258e2f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a1d4cf42bceb3e6a4815dc7f665a3a577d6fe06db8f9eaec973da25a81f20344_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e0383d61bc63755430d3b4fa1a3824752e3d7dbdac910089293b25e7e9bc5dab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:21392184df64cde99256e947da7ef0fd360b0ef627c1adf0f92b7e5a2f01e8ad_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5c0f78a1187bf51bc6b296f6452ebb59e13190d7868b0631df62bc65cec09a5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9371d1185a2f239e486c36ce1d77971338d28260fc1e2a41390fb170b2993c83_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f183f1113710e8a3968abb6e8a93a4a5621ad3446f5962581e944058a504eae0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:533fa6bd60a602bb48db2cbb3dab2d6bbb31a644ad15c76fa75ef6cebb5df5d9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7f1364e8f6ef6618039ccc63dcb9d79fe73fedcf404b2c8f828d1e9eeaccc167_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a8ae4cd3710f2a342bf936124105d1f6f3a110cfce2d3c1a81962b22d2e238e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c0876b2485bba3c6b51a0084237a10b17cbc660663eafef423c56419f19a169d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:106da5b0750a07f1ed06dd2fb32b6c3646f707efa4e670cc5620999c4f935be0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5950e0b8f5260ba9a0c65051dc6acd38aa7f5b7c04275a0aecb4055b82b4202c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a9dfa6a14aa3bf5666ddf5692e5ab50695f9b654a8f830b94656a0c55b74f7a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dee2a24fdddd2aa5c4aa8ae9c50e39fda5651c4488680e651ab1a16edad4f57b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:717e084214e3c0e16988ec7d26da396a1c9c7ca72f0acc499f3c8326c80a1532_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:77a516103c2a357530f52bd767de792b5faed786923c14afe2ac799016344776_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ef3a40a70625942adab0b6a9859ef2dd2e2f6706d6993fa0e04ac35f22734b44_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f5238e85870c036019e7d1bf1ba8ad6b6bc2abad064d972bc1c3cae1118f92b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0b35f08d6b65e25aacbf7ab4e8a301deea0770a46e2eee1a6cfdaeb4a3160008_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:23a196e57eded601b36b969ee0ed1c504b460957765d0f034e210b4cb4cc228a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:70dad593cbc949ba070f9a7995a301cfc2aa9740a1b7f5cd4f86b15948c93f34_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a88036cad50dcbf667e951551d7c3dd2e074d04ff6f1043aeda00610a39663e5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:6ec8e8632ce69cd5593fcaeef8c1138efe18b96a52a548d1ba676fd3dd761141_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:eee57c35a67ba8a454e404025d05e2a8844e3dd5352cc257b45095bf5912db01_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5922e41d5d0fb6a1ea2e1e6d42347d998505b40e914365078217e91f20d712d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:cccb45fd0a506c42071318421c6c102999a7970bff1172031f2e8566ebad7b94_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:55079f2e8372c052df93fff5d047873d1c942128e9c299f37c097a2ba04e2307_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:73402d269c605dc273ea1b166eac43891c96d3be9eeb35ec06664cdd326a91bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:c52f397b82721ea6b81f2436e6b20137b05887b3b3436cfe42b8797ad75d1c3d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e5ece27c9bb54514eca68d0eb4b5dcb7ff8ea1c0a52274ce14e9b3da6600cf71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:14415de13c4952c163a6e0af73648d0383c3391dff81e909bcf0e82a5d2e690d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3fb4c6d8b0e7c7c939aaa309e335caace1c805f90a86d2e156a3c09ce63409b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:ab2b2cdd65666cdba8407139371c27c37e14e7cb958d6f9010f5067d8fc70022_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fda53aa2698d2ebf6eef488f1001e247061053135f2038bc2ec35d51b376f7bb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c5989c1ccd945b1d9aaf87ff0e86567a1434fc2119728b1f5823395ea86b503_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2e42d85baffdf5c31edf791ed391ce978a69cc803b4006acbff46e4d961afa03_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:3e0bf592eb5fe00bc152b5f7c10fe91f9789ebe36cfba0fd1bc702b129a3686c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9b0c7c3990c15259812f90683663cc1cdb5a8fe8b86d54f214770fe012006f52_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4d76a7cb33ba6ddc5590519c6bb491a9efd3554d7a767f5fa96fba8d7d49990f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50b44a834f7615b12590314b093bf8ec9f457c6e5d3ad5262b9e94fb9bd97754_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6e7e3c2ee66b15329fe6b195a8f7453aece953a9b324befaeac47ee6dcddccef_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:fc1e70ce3d833ca0e6f9fc52832c38b70a2562e6404810d15a3336cd660770b8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:05fc3afb6add2477f222db2d11578e51b46236017db51bddb7551dc220418c53_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:80139cdc4d4abba184a1ad7515593bd2cbc73d742ee5b0a6b0848bdd7ee1192b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae32d496888e2e03b6d2d819f5063f356a38fdf36dda821126ebbc5d482c6b2b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:af88d98c253d2763483b59c575a1c1ec06d8f1607dbfb9c6c32ebddfccb09512_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:0edc465277f4de05bc5157ccfb3b378933d8cc5dad5bea4a2c38b8fe79a8bcd7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:17f0ea95f9d10aed3755237c3bc68236cb1dfc64551cdafb3f8d78999cbffb96_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:34d1252485c2bae4e6a65895af5b8aca021c709a5610ec6a03a8e40f777b6af3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a6eb218cb730499aef774f007cbbf2dc554f431bf1b0995c1b6fa36831128603_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1d9a067f0a66fb7cfebf5a02ebc10d3ce340f5da1cee7f1330a88b82d23aed5f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:41f05f7922f8beaf694fd67de9c7a89ac7703059d7764c03c202b1a070a58886_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8344a6b4e10728c7e56538c3ab5f61f63bb7bd1e9ee66eb9ad32dfb107a9ecb8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8412505921579869963fae9d61ebed39b95ec48a23d24ff1be5459e57023f16a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0372dc1974b82374601decd0c7c48b352baa4dd6ffcf43c26fa0e501c337de2a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4dc7fa5fae1ff0c19d04e4fa1f1c1d80b60a4dea0303edd8408c71a08941b71b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9c2d04f3bcf14a2a877701b44ed5a1c35cc1e53888c0f830d6c3030f773e8fa2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c0dbd1efb355a435b3b0325b8d8e40481e5467e8df2f0acaa18a4a377e93fc75_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:3a24fbac9c6f2dc66c7df9da9138153f24ffb48984065b4e285165aaf226b193_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:444ed9fd31a630ac962ba53d6f46306892e61338c4cca7c1f6d321e0c1ea64f7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ee6f5aa6e4c655513846ad387f0e67d9e55943c904d5371464a3029e4221a449_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f14493032189e265d853caecaef90614f5aacd93533622ccd8ed5a150d874afe_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:694d36f725faa0cb6e01520b0c36a13f7de676626e6064f381524bb8087e8194_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9fe6e36b7bd3a29d554e672d2093c3a65aa003a36a17c0dde9ae074c55a9bc46_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d697105b7f6506493d9d32458dd590b13b585903e9553384ab9e87a6b011d376_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e8f9b1eda851e2aeeaf3454be4f20b0d90cee6fbf8a0a432906f648459cd4f30_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4f64f86046fadaa8147f68c399ec0ea9d52284e5df5e91c781d74439204db3fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:56f9d3a433c936529b62d98cdade113cf13361303482dcdb16bff51ca5016d42_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:893b5a11b945e070fcdf51db1725c9a6a82c42cf45e014bc866760fc5d4637da_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:997afcbfdc83d639c9d8875a7b2cf78f894fd581c0cb63e7017e5b146f6a6d95_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1a64b24d1e5a66e7f859075c9cc3d27073052d7ab0fe589bfa90a902e38da412_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5129fccd4a04fbf599eb50308f5e0d05ef4ba3cde3583d6d05a06a97e0eaead5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b9ce2b1cb81eb9f5ad883bad542b64c41ad3a9174923291f3dec200ad5d63364_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eb7c7965e17ad69839297166fe8c8c15031db8ed0549ebf44bb4ea1da98cde8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:290e954304d85218aa0d6b861c05b283499f6dbc4d64166ee8e6528b7d751cca_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5cba64ffaa60bf9c3a736a54aae19e7091464e2459ee0b5c3989461f29d21424_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c9d31633af7f32433d311a8b9c978dcf8dc928a1b043d86b9bc0c9f828472713_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e85eb4417128ebf51ae5952be24c9e00051fd512b3479a73a5da02aa216e87c5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:8bc36a039878cc535de99714a87bce976db8628767037f716e88e6c7de5ab183_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:f8ecf162263f4c9831b79e98df9ce36396ea6a998747ae40e743ee433e3c41be_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:ba204b99b5881580ec39e216ec7ac0fb04d56ee6d71104496d88d3ddc057e096_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:e26b62f8b25250c571a54af7f1e4c2ab42262a2411ac9f64f3aa933ae2782bae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:8bc36a039878cc535de99714a87bce976db8628767037f716e88e6c7de5ab183_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:f8ecf162263f4c9831b79e98df9ce36396ea6a998747ae40e743ee433e3c41be_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:c339d2f84e1defbb24c4c4f6649f863c395fd550522b07bc132a159acf0a44fd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3a63b4b71447165c2d16071b69286bff5387b2034229cd7fe3aca53745d7dab1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:09a3801acc25df33ee5059e84a0571f7be3e03a694044b1369be94004d23e4a1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e536eeaef0d372c2c2fae87d42785423d5af665f03f069eb9363cde71243607_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:8f6b24615c498f2f8efd31b8a4d7e0cd090e6d0d42b289d1651e1628e6f61177_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:d1af281d07265d3f33dd757f3a85f2157762e963d577b54e8fc7d2ec2010e03c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:39586aee081aac1f6b421a77ecb57e39a286cf69939ba994a646f25257cd8bd4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3d282b4786374825528fd450d57f92ac67af73b5bca607a226c05b3de7c9c0f0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:55d3fa9651bdf1c0ce99cb12468c157fd25f0512aa990e5f0a983f9dabcf5caa_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b0ae68ab9ffe311085fbd170edbb9014a0cb90c124c0b5b10eb2cca2a3d58e50_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload"
}
]
}
RHSA-2026:1004
Vulnerability from csaf_redhat - Published: 2026-01-30 09:50 - Updated: 2026-02-04 07:51Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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.14.61 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.14.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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 RPM packages for Red Hat OpenShift Container Platform 4.14.61. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHBA-2026:1003\n\nSecurity Fix(es):\n\n* github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload (CVE-2025-65637)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.14 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.14/html-single/updating_clusters/index#updating-cluster-cli.",
"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:1004",
"url": "https://access.redhat.com/errata/RHSA-2026:1004"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65637",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"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_1004.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.14.61 security and extras update",
"tracking": {
"current_release_date": "2026-02-04T07:51:07+00:00",
"generator": {
"date": "2026-02-04T07:51:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2026:1004",
"initial_release_date": "2026-01-30T09:50:08+00:00",
"revision_history": [
{
"date": "2026-01-30T09:50:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-30T09:50:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-04T07:51:07+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.14",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.14::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:b0bdd34fc34c565ec91fa4e699c743cb93324317c5a4376e822be0523ac5036c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:b0bdd34fc34c565ec91fa4e699c743cb93324317c5a4376e822be0523ac5036c_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:b0bdd34fc34c565ec91fa4e699c743cb93324317c5a4376e822be0523ac5036c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-event-proxy-rhel8@sha256%3Ab0bdd34fc34c565ec91fa4e699c743cb93324317c5a4376e822be0523ac5036c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:b0bdd34fc34c565ec91fa4e699c743cb93324317c5a4376e822be0523ac5036c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:b0bdd34fc34c565ec91fa4e699c743cb93324317c5a4376e822be0523ac5036c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:b0bdd34fc34c565ec91fa4e699c743cb93324317c5a4376e822be0523ac5036c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-event-proxy-rhel8@sha256%3Ab0bdd34fc34c565ec91fa4e699c743cb93324317c5a4376e822be0523ac5036c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:1dcc35477c0b0e439919fe990a1a8f437b4d0f0138c3aab94a500b35584eebab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:1dcc35477c0b0e439919fe990a1a8f437b4d0f0138c3aab94a500b35584eebab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:1dcc35477c0b0e439919fe990a1a8f437b4d0f0138c3aab94a500b35584eebab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-nfd-operator@sha256%3A1dcc35477c0b0e439919fe990a1a8f437b4d0f0138c3aab94a500b35584eebab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768967282"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:00e672b60409ace3511b563a1dc50aa74355a46385d62f2b5715414ecabe044a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:00e672b60409ace3511b563a1dc50aa74355a46385d62f2b5715414ecabe044a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:00e672b60409ace3511b563a1dc50aa74355a46385d62f2b5715414ecabe044a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel8@sha256%3A00e672b60409ace3511b563a1dc50aa74355a46385d62f2b5715414ecabe044a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768966499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:97020a81f7abcbc6458a69328b9f687924c6e5fec3337436d392c00bc17bb885_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:97020a81f7abcbc6458a69328b9f687924c6e5fec3337436d392c00bc17bb885_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:97020a81f7abcbc6458a69328b9f687924c6e5fec3337436d392c00bc17bb885_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel8-operator@sha256%3A97020a81f7abcbc6458a69328b9f687924c6e5fec3337436d392c00bc17bb885?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:21e589020ef594c21191c4c0c678b0c3ee2e8b63c25d4be6c79d33c9d72e999f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:21e589020ef594c21191c4c0c678b0c3ee2e8b63c25d4be6c79d33c9d72e999f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:21e589020ef594c21191c4c0c678b0c3ee2e8b63c25d4be6c79d33c9d72e999f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-infiniband-cni@sha256%3A21e589020ef594c21191c4c0c678b0c3ee2e8b63c25d4be6c79d33c9d72e999f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:34643117b7c08ea23a0101d1929b8a8d3788e1298c8fac7ffc16050f11bdeec6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:34643117b7c08ea23a0101d1929b8a8d3788e1298c8fac7ffc16050f11bdeec6_amd64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:34643117b7c08ea23a0101d1929b8a8d3788e1298c8fac7ffc16050f11bdeec6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9@sha256%3A34643117b7c08ea23a0101d1929b8a8d3788e1298c8fac7ffc16050f11bdeec6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768928235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ad05320e117a20848b789a5af62c71e19a98886bf771fa8a7375ad571073cc14_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ad05320e117a20848b789a5af62c71e19a98886bf771fa8a7375ad571073cc14_amd64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ad05320e117a20848b789a5af62c71e19a98886bf771fa8a7375ad571073cc14_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256%3Aad05320e117a20848b789a5af62c71e19a98886bf771fa8a7375ad571073cc14?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768961070"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3d2052a4cd270e0c013a23740b6da2fe707ffd8c3096b3c06b9c6c20616c3be3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3d2052a4cd270e0c013a23740b6da2fe707ffd8c3096b3c06b9c6c20616c3be3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3d2052a4cd270e0c013a23740b6da2fe707ffd8c3096b3c06b9c6c20616c3be3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-rhel9@sha256%3A3d2052a4cd270e0c013a23740b6da2fe707ffd8c3096b3c06b9c6c20616c3be3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768927394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:3d57afb7dcd9d684032be69e26b9515a1ddd2acb196ca5bc9b766276f96a973b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:3d57afb7dcd9d684032be69e26b9515a1ddd2acb196ca5bc9b766276f96a973b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:3d57afb7dcd9d684032be69e26b9515a1ddd2acb196ca5bc9b766276f96a973b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-diskmaker@sha256%3A3d57afb7dcd9d684032be69e26b9515a1ddd2acb196ca5bc9b766276f96a973b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769004325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:e8bc005d2400b2748b99ef91676eb09061553e331b1c01aa405100d62e2dd6fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:e8bc005d2400b2748b99ef91676eb09061553e331b1c01aa405100d62e2dd6fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:e8bc005d2400b2748b99ef91676eb09061553e331b1c01aa405100d62e2dd6fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-mustgather-rhel8@sha256%3Ae8bc005d2400b2748b99ef91676eb09061553e331b1c01aa405100d62e2dd6fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769004244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:4a48deb3b5581ab20c4a4330b231606f2c65e4e080a1e120247dcfe1b623fc1b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:4a48deb3b5581ab20c4a4330b231606f2c65e4e080a1e120247dcfe1b623fc1b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:4a48deb3b5581ab20c4a4330b231606f2c65e4e080a1e120247dcfe1b623fc1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-operator@sha256%3A4a48deb3b5581ab20c4a4330b231606f2c65e4e080a1e120247dcfe1b623fc1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769004053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:8425a1f44a584e468e8014144af7af583f6245685121afc40ab61950136b71a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:8425a1f44a584e468e8014144af7af583f6245685121afc40ab61950136b71a5_amd64",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:8425a1f44a584e468e8014144af7af583f6245685121afc40ab61950136b71a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/nmstate-console-plugin-rhel8@sha256%3A8425a1f44a584e468e8014144af7af583f6245685121afc40ab61950136b71a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768967199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:f5a389ca6c591d6036dd74b17014bbae4862991ce535046d740ef5033c252b63_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:f5a389ca6c591d6036dd74b17014bbae4862991ce535046d740ef5033c252b63_amd64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:f5a389ca6c591d6036dd74b17014bbae4862991ce535046d740ef5033c252b63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-node-feature-discovery@sha256%3Af5a389ca6c591d6036dd74b17014bbae4862991ce535046d740ef5033c252b63?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768968874"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:0d997567ebf539ef9a429e7c2965fcbe36c8bd2585f0185601f100423708c271_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:0d997567ebf539ef9a429e7c2965fcbe36c8bd2585f0185601f100423708c271_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:0d997567ebf539ef9a429e7c2965fcbe36c8bd2585f0185601f100423708c271_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ansible-operator@sha256%3A0d997567ebf539ef9a429e7c2965fcbe36c8bd2585f0185601f100423708c271?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768966842"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:9a138ea0a6e3675b972fbd59ce131d0ee1dcbd2342e0a24f30be937cbc4f4929_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:9a138ea0a6e3675b972fbd59ce131d0ee1dcbd2342e0a24f30be937cbc4f4929_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:9a138ea0a6e3675b972fbd59ce131d0ee1dcbd2342e0a24f30be937cbc4f4929_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capacity@sha256%3A9a138ea0a6e3675b972fbd59ce131d0ee1dcbd2342e0a24f30be937cbc4f4929?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768966933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:2fd017472f069dadb74b3ae33eb653a291af536087bdf4f3d4d9fe4ab7f6d69d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:2fd017472f069dadb74b3ae33eb653a291af536087bdf4f3d4d9fe4ab7f6d69d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:2fd017472f069dadb74b3ae33eb653a291af536087bdf4f3d4d9fe4ab7f6d69d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-dns-proxy@sha256%3A2fd017472f069dadb74b3ae33eb653a291af536087bdf4f3d4d9fe4ab7f6d69d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:e518f945388bc422643945920ca07639f20cd76e11fd7af07102a0200141111a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:e518f945388bc422643945920ca07639f20cd76e11fd7af07102a0200141111a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-router@sha256:e518f945388bc422643945920ca07639f20cd76e11fd7af07102a0200141111a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-router@sha256%3Ae518f945388bc422643945920ca07639f20cd76e11fd7af07102a0200141111a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768969590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:65dc87827f274f3675987db21b5d0559b36f3e6c4dbfa76f3e1998163d59360a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:65dc87827f274f3675987db21b5d0559b36f3e6c4dbfa76f3e1998163d59360a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-helm-operator@sha256:65dc87827f274f3675987db21b5d0559b36f3e6c4dbfa76f3e1998163d59360a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-helm-operator@sha256%3A65dc87827f274f3675987db21b5d0559b36f3e6c4dbfa76f3e1998163d59360a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768967260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:48d60cc74f3d6bf4f09cbf259019603a9225a44161e68e2a2d9bd8a263340406_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:48d60cc74f3d6bf4f09cbf259019603a9225a44161e68e2a2d9bd8a263340406_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:48d60cc74f3d6bf4f09cbf259019603a9225a44161e68e2a2d9bd8a263340406_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-sdk-rhel8@sha256%3A48d60cc74f3d6bf4f09cbf259019603a9225a44161e68e2a2d9bd8a263340406?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769004335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:368ba4c0f88e092c4496b55a68f02c1e5ad4b20eb737b79479ebf175cb164e69_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:368ba4c0f88e092c4496b55a68f02c1e5ad4b20eb737b79479ebf175cb164e69_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:368ba4c0f88e092c4496b55a68f02c1e5ad4b20eb737b79479ebf175cb164e69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256%3A368ba4c0f88e092c4496b55a68f02c1e5ad4b20eb737b79479ebf175cb164e69?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768928295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:676400c15da27e7521fd642ed45d47a9752b6fd931dbaa54776a4cf37c48838b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:676400c15da27e7521fd642ed45d47a9752b6fd931dbaa54776a4cf37c48838b_amd64",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:676400c15da27e7521fd642ed45d47a9752b6fd931dbaa54776a4cf37c48838b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256%3A676400c15da27e7521fd642ed45d47a9752b6fd931dbaa54776a4cf37c48838b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768961050"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c1a65a96fc61203d73676073b9dbceda27f85a291946c204e94b7569b678b41f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c1a65a96fc61203d73676073b9dbceda27f85a291946c204e94b7569b678b41f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c1a65a96fc61203d73676073b9dbceda27f85a291946c204e94b7569b678b41f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-efs-csi-driver-container-rhel8@sha256%3Ac1a65a96fc61203d73676073b9dbceda27f85a291946c204e94b7569b678b41f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:e7c0f42bb05d82d862956b926ca68721db229c7cf3b41ac8c44191064eca3254_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:e7c0f42bb05d82d862956b926ca68721db229c7cf3b41ac8c44191064eca3254_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:e7c0f42bb05d82d862956b926ca68721db229c7cf3b41ac8c44191064eca3254_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-efs-csi-driver-rhel8-operator@sha256%3Ae7c0f42bb05d82d862956b926ca68721db229c7cf3b41ac8c44191064eca3254?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768963479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:fa9a05d585a4e4a72cc8c404b2224601fd66328d403bd673f34c15e56c4a4dd9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:fa9a05d585a4e4a72cc8c404b2224601fd66328d403bd673f34c15e56c4a4dd9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:fa9a05d585a4e4a72cc8c404b2224601fd66328d403bd673f34c15e56c4a4dd9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-mustgather-rhel8@sha256%3Afa9a05d585a4e4a72cc8c404b2224601fd66328d403bd673f34c15e56c4a4dd9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768972281"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:a8d3cad98dca1279351a28db1200ce9f01c87e7c55aac001f772445e8a648e69_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:a8d3cad98dca1279351a28db1200ce9f01c87e7c55aac001f772445e8a648e69_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:a8d3cad98dca1279351a28db1200ce9f01c87e7c55aac001f772445e8a648e69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-http-proxy@sha256%3Aa8d3cad98dca1279351a28db1200ce9f01c87e7c55aac001f772445e8a648e69?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768968035"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2aed15bf2cf0c7d871349bd988d18bb9b0ad580b7acf2c6e7345b38966535ebf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2aed15bf2cf0c7d871349bd988d18bb9b0ad580b7acf2c6e7345b38966535ebf_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:2aed15bf2cf0c7d871349bd988d18bb9b0ad580b7acf2c6e7345b38966535ebf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A2aed15bf2cf0c7d871349bd988d18bb9b0ad580b7acf2c6e7345b38966535ebf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768925389"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:cb483f7ecdd50a62910a31c8b27564b91a13063138de9d0debda98d8481062ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:cb483f7ecdd50a62910a31c8b27564b91a13063138de9d0debda98d8481062ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:cb483f7ecdd50a62910a31c8b27564b91a13063138de9d0debda98d8481062ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8@sha256%3Acb483f7ecdd50a62910a31c8b27564b91a13063138de9d0debda98d8481062ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:81f672a3853d432e183a77856a8d1e8cea39c2051e25e4ff026505372849b4e9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:81f672a3853d432e183a77856a8d1e8cea39c2051e25e4ff026505372849b4e9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:81f672a3853d432e183a77856a8d1e8cea39c2051e25e4ff026505372849b4e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8-operator@sha256%3A81f672a3853d432e183a77856a8d1e8cea39c2051e25e4ff026505372849b4e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768965823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:36a91f53e1b553b9e1455165a9b304d43aeeba1e2b1da74867f3ba8b1dc138a8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:36a91f53e1b553b9e1455165a9b304d43aeeba1e2b1da74867f3ba8b1dc138a8_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:36a91f53e1b553b9e1455165a9b304d43aeeba1e2b1da74867f3ba8b1dc138a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9@sha256%3A36a91f53e1b553b9e1455165a9b304d43aeeba1e2b1da74867f3ba8b1dc138a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768925276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a2d880c37527795948f9541ac92bff66ad1e0f166b1843d8d35fbe8eb071e61c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a2d880c37527795948f9541ac92bff66ad1e0f166b1843d8d35fbe8eb071e61c_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a2d880c37527795948f9541ac92bff66ad1e0f166b1843d8d35fbe8eb071e61c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9-operator@sha256%3Aa2d880c37527795948f9541ac92bff66ad1e0f166b1843d8d35fbe8eb071e61c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768961090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:7ad074aaa7e14889d7097513faed0eb0f40906ac11e193686daf8f75201c7935_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:7ad074aaa7e14889d7097513faed0eb0f40906ac11e193686daf8f75201c7935_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:7ad074aaa7e14889d7097513faed0eb0f40906ac11e193686daf8f75201c7935_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8@sha256%3A7ad074aaa7e14889d7097513faed0eb0f40906ac11e193686daf8f75201c7935?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768968153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:ac53cfaac2258bfde228cc26f7e8dc547f9966356b592d0011d5458cc7753c5a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:ac53cfaac2258bfde228cc26f7e8dc547f9966356b592d0011d5458cc7753c5a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:ac53cfaac2258bfde228cc26f7e8dc547f9966356b592d0011d5458cc7753c5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8-operator@sha256%3Aac53cfaac2258bfde228cc26f7e8dc547f9966356b592d0011d5458cc7753c5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768966917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:65e9e2515d069098bcab490e1cc87b8e114242fa5602ed203a4e3fb7cdc84428_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:65e9e2515d069098bcab490e1cc87b8e114242fa5602ed203a4e3fb7cdc84428_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:65e9e2515d069098bcab490e1cc87b8e114242fa5602ed203a4e3fb7cdc84428_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel8@sha256%3A65e9e2515d069098bcab490e1cc87b8e114242fa5602ed203a4e3fb7cdc84428?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768970570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:7336159b37f052656b59aa6955d3809bb68a12ac5f0b3a70c35785c3b8d8282d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:7336159b37f052656b59aa6955d3809bb68a12ac5f0b3a70c35785c3b8d8282d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:7336159b37f052656b59aa6955d3809bb68a12ac5f0b3a70c35785c3b8d8282d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-operator@sha256%3A7336159b37f052656b59aa6955d3809bb68a12ac5f0b3a70c35785c3b8d8282d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768963073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:0555e64a886bdd8c511a9f90fda40184bf75ebdf06b2a3834a8585c02e414f85_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:0555e64a886bdd8c511a9f90fda40184bf75ebdf06b2a3834a8585c02e414f85_amd64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:0555e64a886bdd8c511a9f90fda40184bf75ebdf06b2a3834a8585c02e414f85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ptp-must-gather-rhel8@sha256%3A0555e64a886bdd8c511a9f90fda40184bf75ebdf06b2a3834a8585c02e414f85?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768972279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:765e7685283c72b3ad589f3f7a91dd7b3848391089f5e4252b6265936a45f1d7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:765e7685283c72b3ad589f3f7a91dd7b3848391089f5e4252b6265936a45f1d7_amd64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:765e7685283c72b3ad589f3f7a91dd7b3848391089f5e4252b6265936a45f1d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/sriov-cni-rhel9@sha256%3A765e7685283c72b3ad589f3f7a91dd7b3848391089f5e4252b6265936a45f1d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768927440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:ad30c480c58432fa0149b81bfd90f9352a7b01da3f7b6278689ceae3365f1f14_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:ad30c480c58432fa0149b81bfd90f9352a7b01da3f7b6278689ceae3365f1f14_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:ad30c480c58432fa0149b81bfd90f9352a7b01da3f7b6278689ceae3365f1f14_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-dp-admission-controller@sha256%3Aad30c480c58432fa0149b81bfd90f9352a7b01da3f7b6278689ceae3365f1f14?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:34189db06cea2c6327f6a3cd963878406d2ced9f0cb557d1e6a165e1a96f3fac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:34189db06cea2c6327f6a3cd963878406d2ced9f0cb557d1e6a165e1a96f3fac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:34189db06cea2c6327f6a3cd963878406d2ced9f0cb557d1e6a165e1a96f3fac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-config-daemon@sha256%3A34189db06cea2c6327f6a3cd963878406d2ced9f0cb557d1e6a165e1a96f3fac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768963568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:ede4c1fb392afea2550e3d7b149d249ca4e2163cff9f2e04ab9c110589a74d0e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:ede4c1fb392afea2550e3d7b149d249ca4e2163cff9f2e04ab9c110589a74d0e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:ede4c1fb392afea2550e3d7b149d249ca4e2163cff9f2e04ab9c110589a74d0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-device-plugin@sha256%3Aede4c1fb392afea2550e3d7b149d249ca4e2163cff9f2e04ab9c110589a74d0e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:d01636efae78fa135ebf9abbf76053d1acf3f8bd0922771671dac258e72ea898_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:d01636efae78fa135ebf9abbf76053d1acf3f8bd0922771671dac258e72ea898_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:d01636efae78fa135ebf9abbf76053d1acf3f8bd0922771671dac258e72ea898_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-operator@sha256%3Ad01636efae78fa135ebf9abbf76053d1acf3f8bd0922771671dac258e72ea898?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768963087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:3b413c9ae9524809570d2454708a8cf376f048f7bd5a563163d4d92aee8a67c6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:3b413c9ae9524809570d2454708a8cf376f048f7bd5a563163d4d92aee8a67c6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:3b413c9ae9524809570d2454708a8cf376f048f7bd5a563163d4d92aee8a67c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-webhook@sha256%3A3b413c9ae9524809570d2454708a8cf376f048f7bd5a563163d4d92aee8a67c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768966137"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:04aec5698609d1cecdeaa56b2172ebe1dfbb9994a1cbbd544f9b52474f153505_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:04aec5698609d1cecdeaa56b2172ebe1dfbb9994a1cbbd544f9b52474f153505_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:04aec5698609d1cecdeaa56b2172ebe1dfbb9994a1cbbd544f9b52474f153505_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8@sha256%3A04aec5698609d1cecdeaa56b2172ebe1dfbb9994a1cbbd544f9b52474f153505?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964879"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:51c92810f9f7f352ded1de41c4db8ae2eb560b9ce9a9adaf503de404fbd5184e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:51c92810f9f7f352ded1de41c4db8ae2eb560b9ce9a9adaf503de404fbd5184e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:51c92810f9f7f352ded1de41c4db8ae2eb560b9ce9a9adaf503de404fbd5184e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8-operator@sha256%3A51c92810f9f7f352ded1de41c4db8ae2eb560b9ce9a9adaf503de404fbd5184e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768966765"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:872d8b49ec3019ed99b2d1318bc50303e145de45abe0ca20cd040706218e7173_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:872d8b49ec3019ed99b2d1318bc50303e145de45abe0ca20cd040706218e7173_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:872d8b49ec3019ed99b2d1318bc50303e145de45abe0ca20cd040706218e7173_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-event-proxy-rhel8@sha256%3A872d8b49ec3019ed99b2d1318bc50303e145de45abe0ca20cd040706218e7173?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:872d8b49ec3019ed99b2d1318bc50303e145de45abe0ca20cd040706218e7173_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:872d8b49ec3019ed99b2d1318bc50303e145de45abe0ca20cd040706218e7173_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:872d8b49ec3019ed99b2d1318bc50303e145de45abe0ca20cd040706218e7173_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-event-proxy-rhel8@sha256%3A872d8b49ec3019ed99b2d1318bc50303e145de45abe0ca20cd040706218e7173?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:27558f00a52573122b0888ad809bbb64bc49d129ed5c27994bf2a71925472aa3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:27558f00a52573122b0888ad809bbb64bc49d129ed5c27994bf2a71925472aa3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:27558f00a52573122b0888ad809bbb64bc49d129ed5c27994bf2a71925472aa3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-nfd-operator@sha256%3A27558f00a52573122b0888ad809bbb64bc49d129ed5c27994bf2a71925472aa3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768967282"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:951763519ba7aa23045b7dec50c3bb423926902aa5ce0d9c5a2287c5acd9cb2f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:951763519ba7aa23045b7dec50c3bb423926902aa5ce0d9c5a2287c5acd9cb2f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:951763519ba7aa23045b7dec50c3bb423926902aa5ce0d9c5a2287c5acd9cb2f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel8@sha256%3A951763519ba7aa23045b7dec50c3bb423926902aa5ce0d9c5a2287c5acd9cb2f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768966499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:4f5d15f2ced5eea7ad2294149b6b5f0df37f34f5d1984a55edbdebab8b2eb42d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:4f5d15f2ced5eea7ad2294149b6b5f0df37f34f5d1984a55edbdebab8b2eb42d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:4f5d15f2ced5eea7ad2294149b6b5f0df37f34f5d1984a55edbdebab8b2eb42d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel8-operator@sha256%3A4f5d15f2ced5eea7ad2294149b6b5f0df37f34f5d1984a55edbdebab8b2eb42d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:8ec5cc69bec2d12efba2586da5dc922513ffbd43d93091ebe9ddf14b562a7904_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:8ec5cc69bec2d12efba2586da5dc922513ffbd43d93091ebe9ddf14b562a7904_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:8ec5cc69bec2d12efba2586da5dc922513ffbd43d93091ebe9ddf14b562a7904_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-infiniband-cni@sha256%3A8ec5cc69bec2d12efba2586da5dc922513ffbd43d93091ebe9ddf14b562a7904?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:c4469236f4711ecccade0cdbf1afba4fa2ae5160710b0b8a1c705ddacd4de3b6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:c4469236f4711ecccade0cdbf1afba4fa2ae5160710b0b8a1c705ddacd4de3b6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:c4469236f4711ecccade0cdbf1afba4fa2ae5160710b0b8a1c705ddacd4de3b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9@sha256%3Ac4469236f4711ecccade0cdbf1afba4fa2ae5160710b0b8a1c705ddacd4de3b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768928235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:7fa7c19245a650bbee230f5f9aa8f569f8dc131eac7fbb2e6308b845c4fd46a5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:7fa7c19245a650bbee230f5f9aa8f569f8dc131eac7fbb2e6308b845c4fd46a5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:7fa7c19245a650bbee230f5f9aa8f569f8dc131eac7fbb2e6308b845c4fd46a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256%3A7fa7c19245a650bbee230f5f9aa8f569f8dc131eac7fbb2e6308b845c4fd46a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768961070"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5894955ffe4827269ad50ee0a6172454774ccb5d363e302312aa1c5fc624d357_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5894955ffe4827269ad50ee0a6172454774ccb5d363e302312aa1c5fc624d357_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5894955ffe4827269ad50ee0a6172454774ccb5d363e302312aa1c5fc624d357_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-rhel9@sha256%3A5894955ffe4827269ad50ee0a6172454774ccb5d363e302312aa1c5fc624d357?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768927394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:58abf82c9d292827cb43e94815038962388da1b6552c9b994e35cc787188bd67_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:58abf82c9d292827cb43e94815038962388da1b6552c9b994e35cc787188bd67_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:58abf82c9d292827cb43e94815038962388da1b6552c9b994e35cc787188bd67_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-diskmaker@sha256%3A58abf82c9d292827cb43e94815038962388da1b6552c9b994e35cc787188bd67?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769004325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:e14b813e9ad6a4ee70435fe30067fb316fc662d80ac7aa46b4bdd9a296cad847_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:e14b813e9ad6a4ee70435fe30067fb316fc662d80ac7aa46b4bdd9a296cad847_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:e14b813e9ad6a4ee70435fe30067fb316fc662d80ac7aa46b4bdd9a296cad847_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-mustgather-rhel8@sha256%3Ae14b813e9ad6a4ee70435fe30067fb316fc662d80ac7aa46b4bdd9a296cad847?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769004244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:bc91dcf1a46b7c72a549e0b6ee31c75f858302c60c149a7609caff74cc5c6abd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:bc91dcf1a46b7c72a549e0b6ee31c75f858302c60c149a7609caff74cc5c6abd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:bc91dcf1a46b7c72a549e0b6ee31c75f858302c60c149a7609caff74cc5c6abd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-operator@sha256%3Abc91dcf1a46b7c72a549e0b6ee31c75f858302c60c149a7609caff74cc5c6abd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769004053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:2bbf2e52cb45c14caf2db73400cc0320faa678ce26d2953713cb00d8d487c9ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:2bbf2e52cb45c14caf2db73400cc0320faa678ce26d2953713cb00d8d487c9ff_ppc64le",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:2bbf2e52cb45c14caf2db73400cc0320faa678ce26d2953713cb00d8d487c9ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/nmstate-console-plugin-rhel8@sha256%3A2bbf2e52cb45c14caf2db73400cc0320faa678ce26d2953713cb00d8d487c9ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768967199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:551d469df605acd5ea005c3050f287fd03e5c1a9a27d0268ef469bc51eebc1de_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:551d469df605acd5ea005c3050f287fd03e5c1a9a27d0268ef469bc51eebc1de_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:551d469df605acd5ea005c3050f287fd03e5c1a9a27d0268ef469bc51eebc1de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-node-feature-discovery@sha256%3A551d469df605acd5ea005c3050f287fd03e5c1a9a27d0268ef469bc51eebc1de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768968874"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:358a06dc2a6a7d1ca69cc57e37d90f626a90bcc03817062046804e2b21da4278_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:358a06dc2a6a7d1ca69cc57e37d90f626a90bcc03817062046804e2b21da4278_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:358a06dc2a6a7d1ca69cc57e37d90f626a90bcc03817062046804e2b21da4278_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ansible-operator@sha256%3A358a06dc2a6a7d1ca69cc57e37d90f626a90bcc03817062046804e2b21da4278?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768966842"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:8bab43acf35c3ede4fa67ad2b230f67a0f0d30d982d3a71e572864d2f3e36c7e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:8bab43acf35c3ede4fa67ad2b230f67a0f0d30d982d3a71e572864d2f3e36c7e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:8bab43acf35c3ede4fa67ad2b230f67a0f0d30d982d3a71e572864d2f3e36c7e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capacity@sha256%3A8bab43acf35c3ede4fa67ad2b230f67a0f0d30d982d3a71e572864d2f3e36c7e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768966933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:da3c9bae5bd32ab5f9da738d9482b616af5744baede9a9b10ff6c0f3a3d54a30_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:da3c9bae5bd32ab5f9da738d9482b616af5744baede9a9b10ff6c0f3a3d54a30_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:da3c9bae5bd32ab5f9da738d9482b616af5744baede9a9b10ff6c0f3a3d54a30_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-dns-proxy@sha256%3Ada3c9bae5bd32ab5f9da738d9482b616af5744baede9a9b10ff6c0f3a3d54a30?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:c22965e71fbd1c604bb0fc9c48b5aa709a278b28c5db6b2072332eed5b90c736_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:c22965e71fbd1c604bb0fc9c48b5aa709a278b28c5db6b2072332eed5b90c736_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-egress-router@sha256:c22965e71fbd1c604bb0fc9c48b5aa709a278b28c5db6b2072332eed5b90c736_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-router@sha256%3Ac22965e71fbd1c604bb0fc9c48b5aa709a278b28c5db6b2072332eed5b90c736?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768969590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:e0caee2012764721bc8dd0522059362c769105f850d5fee4c26bc6c79baae5e3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:e0caee2012764721bc8dd0522059362c769105f850d5fee4c26bc6c79baae5e3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-helm-operator@sha256:e0caee2012764721bc8dd0522059362c769105f850d5fee4c26bc6c79baae5e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-helm-operator@sha256%3Ae0caee2012764721bc8dd0522059362c769105f850d5fee4c26bc6c79baae5e3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768967260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:e9412c088ecda6dd399c93473ecceb93afc507654c85ada3ef6717ec00abd83d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:e9412c088ecda6dd399c93473ecceb93afc507654c85ada3ef6717ec00abd83d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:e9412c088ecda6dd399c93473ecceb93afc507654c85ada3ef6717ec00abd83d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-sdk-rhel8@sha256%3Ae9412c088ecda6dd399c93473ecceb93afc507654c85ada3ef6717ec00abd83d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769004335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7e315a7efdeeebd40154f635d9d5203ba4cfcb4f52a4aca37a59ade17a21f0d3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7e315a7efdeeebd40154f635d9d5203ba4cfcb4f52a4aca37a59ade17a21f0d3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7e315a7efdeeebd40154f635d9d5203ba4cfcb4f52a4aca37a59ade17a21f0d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256%3A7e315a7efdeeebd40154f635d9d5203ba4cfcb4f52a4aca37a59ade17a21f0d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768928295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d0aeac6a813cdac16e114c3fb1883e56e4a85f102a1dec1676f5cb5d88fa291b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d0aeac6a813cdac16e114c3fb1883e56e4a85f102a1dec1676f5cb5d88fa291b_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d0aeac6a813cdac16e114c3fb1883e56e4a85f102a1dec1676f5cb5d88fa291b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256%3Ad0aeac6a813cdac16e114c3fb1883e56e4a85f102a1dec1676f5cb5d88fa291b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768961050"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:f41821a8106fe0b470c9ee935628b9457893adaaa2fdd26b905c7d2bcae16ec8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:f41821a8106fe0b470c9ee935628b9457893adaaa2fdd26b905c7d2bcae16ec8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:f41821a8106fe0b470c9ee935628b9457893adaaa2fdd26b905c7d2bcae16ec8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-mustgather-rhel8@sha256%3Af41821a8106fe0b470c9ee935628b9457893adaaa2fdd26b905c7d2bcae16ec8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768972281"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:37cddda55cbff2210bb73cc8103ae01e01cb955e99f5039ae2085964ab74ffe3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:37cddda55cbff2210bb73cc8103ae01e01cb955e99f5039ae2085964ab74ffe3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:37cddda55cbff2210bb73cc8103ae01e01cb955e99f5039ae2085964ab74ffe3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-http-proxy@sha256%3A37cddda55cbff2210bb73cc8103ae01e01cb955e99f5039ae2085964ab74ffe3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768968035"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:3a8bf9a442d888446fd40bf725ae71376ea8790de491d0a40463d8f4337a5454_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:3a8bf9a442d888446fd40bf725ae71376ea8790de491d0a40463d8f4337a5454_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:3a8bf9a442d888446fd40bf725ae71376ea8790de491d0a40463d8f4337a5454_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A3a8bf9a442d888446fd40bf725ae71376ea8790de491d0a40463d8f4337a5454?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768925389"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:9e03671ef76cd258c95d452bbac86afdff8c5c07ee7f00e4aed2ed6c1dae7d2e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:9e03671ef76cd258c95d452bbac86afdff8c5c07ee7f00e4aed2ed6c1dae7d2e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:9e03671ef76cd258c95d452bbac86afdff8c5c07ee7f00e4aed2ed6c1dae7d2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8@sha256%3A9e03671ef76cd258c95d452bbac86afdff8c5c07ee7f00e4aed2ed6c1dae7d2e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f9cedac97976d034f46d18a69b0db115016c304185adfcf502bf91eb4e22537a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f9cedac97976d034f46d18a69b0db115016c304185adfcf502bf91eb4e22537a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f9cedac97976d034f46d18a69b0db115016c304185adfcf502bf91eb4e22537a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8-operator@sha256%3Af9cedac97976d034f46d18a69b0db115016c304185adfcf502bf91eb4e22537a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768965823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:fd3c282d4cda8e5240980c37355ec90bdfb2237914feea0ff210a25d2b419a31_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:fd3c282d4cda8e5240980c37355ec90bdfb2237914feea0ff210a25d2b419a31_ppc64le",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:fd3c282d4cda8e5240980c37355ec90bdfb2237914feea0ff210a25d2b419a31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9@sha256%3Afd3c282d4cda8e5240980c37355ec90bdfb2237914feea0ff210a25d2b419a31?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768925276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:dd6a885a1e5201d9d1716940f5d0e8748476188d84a7a61bd1c7e7820f0d3b22_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:dd6a885a1e5201d9d1716940f5d0e8748476188d84a7a61bd1c7e7820f0d3b22_ppc64le",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:dd6a885a1e5201d9d1716940f5d0e8748476188d84a7a61bd1c7e7820f0d3b22_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9-operator@sha256%3Add6a885a1e5201d9d1716940f5d0e8748476188d84a7a61bd1c7e7820f0d3b22?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768961090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:731a91e69551d1f1c301dad07d6928fa1a296bb2959129e99d3088c17828ab55_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:731a91e69551d1f1c301dad07d6928fa1a296bb2959129e99d3088c17828ab55_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:731a91e69551d1f1c301dad07d6928fa1a296bb2959129e99d3088c17828ab55_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8@sha256%3A731a91e69551d1f1c301dad07d6928fa1a296bb2959129e99d3088c17828ab55?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768968153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:fb348fee33ae66f171ba1fbba8c2a279d99f0133c47139c0553082eb79e4e6b0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:fb348fee33ae66f171ba1fbba8c2a279d99f0133c47139c0553082eb79e4e6b0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:fb348fee33ae66f171ba1fbba8c2a279d99f0133c47139c0553082eb79e4e6b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8-operator@sha256%3Afb348fee33ae66f171ba1fbba8c2a279d99f0133c47139c0553082eb79e4e6b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768966917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:624e4d317444dbd111d3880068e33b04f8d1471c1363f880e089b1c223ee1d10_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:624e4d317444dbd111d3880068e33b04f8d1471c1363f880e089b1c223ee1d10_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:624e4d317444dbd111d3880068e33b04f8d1471c1363f880e089b1c223ee1d10_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel8@sha256%3A624e4d317444dbd111d3880068e33b04f8d1471c1363f880e089b1c223ee1d10?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768970570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:7d24ed347f5cf9a0336d84672b67bfbb70d0badb4d5c285af2a524b04d9037b0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:7d24ed347f5cf9a0336d84672b67bfbb70d0badb4d5c285af2a524b04d9037b0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:7d24ed347f5cf9a0336d84672b67bfbb70d0badb4d5c285af2a524b04d9037b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-operator@sha256%3A7d24ed347f5cf9a0336d84672b67bfbb70d0badb4d5c285af2a524b04d9037b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768963073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:978a9997914866fda9311099daa73db129b13f805287e67d8f096236ce773b44_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:978a9997914866fda9311099daa73db129b13f805287e67d8f096236ce773b44_ppc64le",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:978a9997914866fda9311099daa73db129b13f805287e67d8f096236ce773b44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ptp-must-gather-rhel8@sha256%3A978a9997914866fda9311099daa73db129b13f805287e67d8f096236ce773b44?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768972279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:18aa5f6ca765f459804439098cff38a97be4ca34b7613bb6930aa25b8d328e3b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:18aa5f6ca765f459804439098cff38a97be4ca34b7613bb6930aa25b8d328e3b_ppc64le",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:18aa5f6ca765f459804439098cff38a97be4ca34b7613bb6930aa25b8d328e3b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/sriov-cni-rhel9@sha256%3A18aa5f6ca765f459804439098cff38a97be4ca34b7613bb6930aa25b8d328e3b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768927440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:0c4d2d801365cb7d930b30f8fd8dc2f0014b986e52e9b9e01535440a74ae1ad9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:0c4d2d801365cb7d930b30f8fd8dc2f0014b986e52e9b9e01535440a74ae1ad9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:0c4d2d801365cb7d930b30f8fd8dc2f0014b986e52e9b9e01535440a74ae1ad9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-dp-admission-controller@sha256%3A0c4d2d801365cb7d930b30f8fd8dc2f0014b986e52e9b9e01535440a74ae1ad9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:b3b64522cc6abd399f54cd7e3ae8ed911bfd924443f9d6a8e0a1265ccfd3a2bf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:b3b64522cc6abd399f54cd7e3ae8ed911bfd924443f9d6a8e0a1265ccfd3a2bf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:b3b64522cc6abd399f54cd7e3ae8ed911bfd924443f9d6a8e0a1265ccfd3a2bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-config-daemon@sha256%3Ab3b64522cc6abd399f54cd7e3ae8ed911bfd924443f9d6a8e0a1265ccfd3a2bf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768963568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:0ed3ee96dac3736047d73602f07416438bf841f131cc1031c4ef35f36432abb4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:0ed3ee96dac3736047d73602f07416438bf841f131cc1031c4ef35f36432abb4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:0ed3ee96dac3736047d73602f07416438bf841f131cc1031c4ef35f36432abb4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-device-plugin@sha256%3A0ed3ee96dac3736047d73602f07416438bf841f131cc1031c4ef35f36432abb4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:ec0f833a0ecdbd69229f89111e5fcd96372d2a924d09bfb67fb06c49ad5b2092_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:ec0f833a0ecdbd69229f89111e5fcd96372d2a924d09bfb67fb06c49ad5b2092_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:ec0f833a0ecdbd69229f89111e5fcd96372d2a924d09bfb67fb06c49ad5b2092_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-operator@sha256%3Aec0f833a0ecdbd69229f89111e5fcd96372d2a924d09bfb67fb06c49ad5b2092?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768963087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:cf65167b0889c1ef5ad7a6d0996cbdd15b2dc4d4befe83a78ce1f6d97ac9559a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:cf65167b0889c1ef5ad7a6d0996cbdd15b2dc4d4befe83a78ce1f6d97ac9559a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:cf65167b0889c1ef5ad7a6d0996cbdd15b2dc4d4befe83a78ce1f6d97ac9559a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-webhook@sha256%3Acf65167b0889c1ef5ad7a6d0996cbdd15b2dc4d4befe83a78ce1f6d97ac9559a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768966137"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:4c7fdb38f850cadeacc6a7ca0faff1c96b4705cc8d9e6535a35a3fafafe842b2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:4c7fdb38f850cadeacc6a7ca0faff1c96b4705cc8d9e6535a35a3fafafe842b2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:4c7fdb38f850cadeacc6a7ca0faff1c96b4705cc8d9e6535a35a3fafafe842b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8@sha256%3A4c7fdb38f850cadeacc6a7ca0faff1c96b4705cc8d9e6535a35a3fafafe842b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964879"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:6daef4e02abe2a67548e89dabcb5ebbd57910d62ba50bc49901443741f9b83c5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:6daef4e02abe2a67548e89dabcb5ebbd57910d62ba50bc49901443741f9b83c5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:6daef4e02abe2a67548e89dabcb5ebbd57910d62ba50bc49901443741f9b83c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8-operator@sha256%3A6daef4e02abe2a67548e89dabcb5ebbd57910d62ba50bc49901443741f9b83c5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768966765"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:1f292cb1128d143b935ca01784676e00dceb9a2b5201469c4918ffab98a1af2b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:1f292cb1128d143b935ca01784676e00dceb9a2b5201469c4918ffab98a1af2b_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:1f292cb1128d143b935ca01784676e00dceb9a2b5201469c4918ffab98a1af2b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-event-proxy-rhel8@sha256%3A1f292cb1128d143b935ca01784676e00dceb9a2b5201469c4918ffab98a1af2b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:1f292cb1128d143b935ca01784676e00dceb9a2b5201469c4918ffab98a1af2b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:1f292cb1128d143b935ca01784676e00dceb9a2b5201469c4918ffab98a1af2b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:1f292cb1128d143b935ca01784676e00dceb9a2b5201469c4918ffab98a1af2b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-event-proxy-rhel8@sha256%3A1f292cb1128d143b935ca01784676e00dceb9a2b5201469c4918ffab98a1af2b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:6f2cd7039e4f295e56f3f70a78154ffda11584493d278803a9bb8f4b8f102ebf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:6f2cd7039e4f295e56f3f70a78154ffda11584493d278803a9bb8f4b8f102ebf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:6f2cd7039e4f295e56f3f70a78154ffda11584493d278803a9bb8f4b8f102ebf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-nfd-operator@sha256%3A6f2cd7039e4f295e56f3f70a78154ffda11584493d278803a9bb8f4b8f102ebf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768967282"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:9d594efeb376fa47ef3dea922e27028d21c254266ae41c2fe7f7fd58843ea68a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:9d594efeb376fa47ef3dea922e27028d21c254266ae41c2fe7f7fd58843ea68a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:9d594efeb376fa47ef3dea922e27028d21c254266ae41c2fe7f7fd58843ea68a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel8@sha256%3A9d594efeb376fa47ef3dea922e27028d21c254266ae41c2fe7f7fd58843ea68a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768966499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:71c3d0cc3e101bd9004861e10a2cfdbb585ce16917e991142bd3035257658c7f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:71c3d0cc3e101bd9004861e10a2cfdbb585ce16917e991142bd3035257658c7f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:71c3d0cc3e101bd9004861e10a2cfdbb585ce16917e991142bd3035257658c7f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel8-operator@sha256%3A71c3d0cc3e101bd9004861e10a2cfdbb585ce16917e991142bd3035257658c7f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:4b1e12141c6c40f915898696fbde1b6716568ef3bdb303e30503d11a2b88f0fc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:4b1e12141c6c40f915898696fbde1b6716568ef3bdb303e30503d11a2b88f0fc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:4b1e12141c6c40f915898696fbde1b6716568ef3bdb303e30503d11a2b88f0fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-infiniband-cni@sha256%3A4b1e12141c6c40f915898696fbde1b6716568ef3bdb303e30503d11a2b88f0fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:8f96cebba1f887a00a628ebb7902478c4bbfd2fb754672dffadb1871b7adbaeb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:8f96cebba1f887a00a628ebb7902478c4bbfd2fb754672dffadb1871b7adbaeb_arm64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:8f96cebba1f887a00a628ebb7902478c4bbfd2fb754672dffadb1871b7adbaeb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9@sha256%3A8f96cebba1f887a00a628ebb7902478c4bbfd2fb754672dffadb1871b7adbaeb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768928235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:2ec74268466d11a2b0a33920e881a86461f2f8ea2e366fe774967f67c28207c3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:2ec74268466d11a2b0a33920e881a86461f2f8ea2e366fe774967f67c28207c3_arm64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:2ec74268466d11a2b0a33920e881a86461f2f8ea2e366fe774967f67c28207c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256%3A2ec74268466d11a2b0a33920e881a86461f2f8ea2e366fe774967f67c28207c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768961070"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:7b676c4ef70b99f206d01a0e8356476c3cdfb24001a1c4fde9b16b27ecec2268_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:7b676c4ef70b99f206d01a0e8356476c3cdfb24001a1c4fde9b16b27ecec2268_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:7b676c4ef70b99f206d01a0e8356476c3cdfb24001a1c4fde9b16b27ecec2268_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-rhel9@sha256%3A7b676c4ef70b99f206d01a0e8356476c3cdfb24001a1c4fde9b16b27ecec2268?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768927394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:e9f2dd59cafab7ed648dc67b754f23bb7d028482511dcacd711eacd61ec7c870_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:e9f2dd59cafab7ed648dc67b754f23bb7d028482511dcacd711eacd61ec7c870_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:e9f2dd59cafab7ed648dc67b754f23bb7d028482511dcacd711eacd61ec7c870_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-diskmaker@sha256%3Ae9f2dd59cafab7ed648dc67b754f23bb7d028482511dcacd711eacd61ec7c870?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769004325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:1f3a5a81119d2c3a51eb23ce88f3a58dca4775c4e9a22be459c77711b9221a6a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:1f3a5a81119d2c3a51eb23ce88f3a58dca4775c4e9a22be459c77711b9221a6a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:1f3a5a81119d2c3a51eb23ce88f3a58dca4775c4e9a22be459c77711b9221a6a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-mustgather-rhel8@sha256%3A1f3a5a81119d2c3a51eb23ce88f3a58dca4775c4e9a22be459c77711b9221a6a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769004244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:949dee7c0d84c600c1b92de85eddee2d05f001dfe7ae9d568f949a6132293fd2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:949dee7c0d84c600c1b92de85eddee2d05f001dfe7ae9d568f949a6132293fd2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:949dee7c0d84c600c1b92de85eddee2d05f001dfe7ae9d568f949a6132293fd2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-operator@sha256%3A949dee7c0d84c600c1b92de85eddee2d05f001dfe7ae9d568f949a6132293fd2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769004053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:66267c0d9fac8f102c106117b88dc9cf0c264b9ab077490b8db671ab0b66457c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:66267c0d9fac8f102c106117b88dc9cf0c264b9ab077490b8db671ab0b66457c_arm64",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:66267c0d9fac8f102c106117b88dc9cf0c264b9ab077490b8db671ab0b66457c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/nmstate-console-plugin-rhel8@sha256%3A66267c0d9fac8f102c106117b88dc9cf0c264b9ab077490b8db671ab0b66457c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768967199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:30207dfaabcfa02cda1bcae81393b60803f92016c5d5808ae96673db6de75517_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:30207dfaabcfa02cda1bcae81393b60803f92016c5d5808ae96673db6de75517_arm64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:30207dfaabcfa02cda1bcae81393b60803f92016c5d5808ae96673db6de75517_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-node-feature-discovery@sha256%3A30207dfaabcfa02cda1bcae81393b60803f92016c5d5808ae96673db6de75517?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768968874"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:335d1e4ea1437472c3d761e0803b36746a03b67188b492e2c0c1674914273787_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:335d1e4ea1437472c3d761e0803b36746a03b67188b492e2c0c1674914273787_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:335d1e4ea1437472c3d761e0803b36746a03b67188b492e2c0c1674914273787_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ansible-operator@sha256%3A335d1e4ea1437472c3d761e0803b36746a03b67188b492e2c0c1674914273787?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768966842"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:7d5d5870fa6b19adfe7c1cad7fbc29f78642aca3013ebbbdc1ba2421fe0014e4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:7d5d5870fa6b19adfe7c1cad7fbc29f78642aca3013ebbbdc1ba2421fe0014e4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:7d5d5870fa6b19adfe7c1cad7fbc29f78642aca3013ebbbdc1ba2421fe0014e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capacity@sha256%3A7d5d5870fa6b19adfe7c1cad7fbc29f78642aca3013ebbbdc1ba2421fe0014e4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768966933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:68e5aa6222338cc70d090473fce055e5311085de615f1578962fd1b2cbb98877_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:68e5aa6222338cc70d090473fce055e5311085de615f1578962fd1b2cbb98877_arm64",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:68e5aa6222338cc70d090473fce055e5311085de615f1578962fd1b2cbb98877_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-dns-proxy@sha256%3A68e5aa6222338cc70d090473fce055e5311085de615f1578962fd1b2cbb98877?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:80839639890ff5bf07660ad2640b99014b88c463cf10fbb295641488cd105c21_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:80839639890ff5bf07660ad2640b99014b88c463cf10fbb295641488cd105c21_arm64",
"product_id": "registry.redhat.io/openshift4/ose-egress-router@sha256:80839639890ff5bf07660ad2640b99014b88c463cf10fbb295641488cd105c21_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-router@sha256%3A80839639890ff5bf07660ad2640b99014b88c463cf10fbb295641488cd105c21?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768969590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:b149187ab359d3e6299efe77a809b737bf11c06099b91009521dcd549e9b63a9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:b149187ab359d3e6299efe77a809b737bf11c06099b91009521dcd549e9b63a9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-helm-operator@sha256:b149187ab359d3e6299efe77a809b737bf11c06099b91009521dcd549e9b63a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-helm-operator@sha256%3Ab149187ab359d3e6299efe77a809b737bf11c06099b91009521dcd549e9b63a9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768967260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d17846e063bfbdc3fff04c84fce8a28876e93067060c28413ca83e1fdd3c63aa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d17846e063bfbdc3fff04c84fce8a28876e93067060c28413ca83e1fdd3c63aa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d17846e063bfbdc3fff04c84fce8a28876e93067060c28413ca83e1fdd3c63aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-sdk-rhel8@sha256%3Ad17846e063bfbdc3fff04c84fce8a28876e93067060c28413ca83e1fdd3c63aa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769004335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6854d5b0c7b8d21d155d626b8c26b5ec61c7deef083dad25dd2eb7e520f3ba9f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6854d5b0c7b8d21d155d626b8c26b5ec61c7deef083dad25dd2eb7e520f3ba9f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6854d5b0c7b8d21d155d626b8c26b5ec61c7deef083dad25dd2eb7e520f3ba9f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256%3A6854d5b0c7b8d21d155d626b8c26b5ec61c7deef083dad25dd2eb7e520f3ba9f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768928295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:1d036cf647af40a41f7bf496c57e380a129630bca32bbdb832e30eba597db50f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:1d036cf647af40a41f7bf496c57e380a129630bca32bbdb832e30eba597db50f_arm64",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:1d036cf647af40a41f7bf496c57e380a129630bca32bbdb832e30eba597db50f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256%3A1d036cf647af40a41f7bf496c57e380a129630bca32bbdb832e30eba597db50f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768961050"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:dbdd855b72d90827ec5622e167ecc5aeb6ac37d834c5c8c8d8135ce8220002a7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:dbdd855b72d90827ec5622e167ecc5aeb6ac37d834c5c8c8d8135ce8220002a7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:dbdd855b72d90827ec5622e167ecc5aeb6ac37d834c5c8c8d8135ce8220002a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-efs-csi-driver-container-rhel8@sha256%3Adbdd855b72d90827ec5622e167ecc5aeb6ac37d834c5c8c8d8135ce8220002a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:71b303e2f59319a77c6aaa8259576085d84eda855693bbddc10391c217ad80e0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:71b303e2f59319a77c6aaa8259576085d84eda855693bbddc10391c217ad80e0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:71b303e2f59319a77c6aaa8259576085d84eda855693bbddc10391c217ad80e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-efs-csi-driver-rhel8-operator@sha256%3A71b303e2f59319a77c6aaa8259576085d84eda855693bbddc10391c217ad80e0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768963479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:5d1131eeac61f35c0e92e530611b6dc146db4b4c1f02c91bf1befcae0617b9ef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:5d1131eeac61f35c0e92e530611b6dc146db4b4c1f02c91bf1befcae0617b9ef_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:5d1131eeac61f35c0e92e530611b6dc146db4b4c1f02c91bf1befcae0617b9ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-mustgather-rhel8@sha256%3A5d1131eeac61f35c0e92e530611b6dc146db4b4c1f02c91bf1befcae0617b9ef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768972281"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:87e251b54945d7afea87f436b272e40c7cb52f0ed434ed3dd47676dc169d1096_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:87e251b54945d7afea87f436b272e40c7cb52f0ed434ed3dd47676dc169d1096_arm64",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:87e251b54945d7afea87f436b272e40c7cb52f0ed434ed3dd47676dc169d1096_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-http-proxy@sha256%3A87e251b54945d7afea87f436b272e40c7cb52f0ed434ed3dd47676dc169d1096?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768968035"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:6cc7de37bbcc981d7fbb5a3b628299bf751afdc56fff8817ddf148cfbc482f2e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:6cc7de37bbcc981d7fbb5a3b628299bf751afdc56fff8817ddf148cfbc482f2e_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:6cc7de37bbcc981d7fbb5a3b628299bf751afdc56fff8817ddf148cfbc482f2e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A6cc7de37bbcc981d7fbb5a3b628299bf751afdc56fff8817ddf148cfbc482f2e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768925389"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:c40abf6f51e2ec0639b2cedcd2722010f714af2309ba0e4a5d4d555274c1d5b5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:c40abf6f51e2ec0639b2cedcd2722010f714af2309ba0e4a5d4d555274c1d5b5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:c40abf6f51e2ec0639b2cedcd2722010f714af2309ba0e4a5d4d555274c1d5b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8@sha256%3Ac40abf6f51e2ec0639b2cedcd2722010f714af2309ba0e4a5d4d555274c1d5b5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:2769d6dc5cdb966bfb07b951eeb74794edcfc1c5256a7f08d9fc2ca3c1c89f5a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:2769d6dc5cdb966bfb07b951eeb74794edcfc1c5256a7f08d9fc2ca3c1c89f5a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:2769d6dc5cdb966bfb07b951eeb74794edcfc1c5256a7f08d9fc2ca3c1c89f5a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8-operator@sha256%3A2769d6dc5cdb966bfb07b951eeb74794edcfc1c5256a7f08d9fc2ca3c1c89f5a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768965823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:db61b4f3f946c46a533ab59ab7f79622aa0fcd06d707a0021edb6f5fc2d1e00c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:db61b4f3f946c46a533ab59ab7f79622aa0fcd06d707a0021edb6f5fc2d1e00c_arm64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:db61b4f3f946c46a533ab59ab7f79622aa0fcd06d707a0021edb6f5fc2d1e00c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9@sha256%3Adb61b4f3f946c46a533ab59ab7f79622aa0fcd06d707a0021edb6f5fc2d1e00c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768925276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:c9d2a714f7a168aa0da6c2f9cbf34f5ae234ffcb6a4a818c192cccd89c5921f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:c9d2a714f7a168aa0da6c2f9cbf34f5ae234ffcb6a4a818c192cccd89c5921f1_arm64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:c9d2a714f7a168aa0da6c2f9cbf34f5ae234ffcb6a4a818c192cccd89c5921f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9-operator@sha256%3Ac9d2a714f7a168aa0da6c2f9cbf34f5ae234ffcb6a4a818c192cccd89c5921f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768961090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:cdc07e335320b69980e028c164ba5a6ccccb2110c26f6f6e6da5c9496c24986f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:cdc07e335320b69980e028c164ba5a6ccccb2110c26f6f6e6da5c9496c24986f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:cdc07e335320b69980e028c164ba5a6ccccb2110c26f6f6e6da5c9496c24986f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8@sha256%3Acdc07e335320b69980e028c164ba5a6ccccb2110c26f6f6e6da5c9496c24986f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768968153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:5e11733057bb6c522edf6b78862117e3e9b2d7fcf7ddec8a2dbaf9df0dc22691_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:5e11733057bb6c522edf6b78862117e3e9b2d7fcf7ddec8a2dbaf9df0dc22691_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:5e11733057bb6c522edf6b78862117e3e9b2d7fcf7ddec8a2dbaf9df0dc22691_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8-operator@sha256%3A5e11733057bb6c522edf6b78862117e3e9b2d7fcf7ddec8a2dbaf9df0dc22691?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768966917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:0f98eeb7cf6a11a9813391ac2a49f5309c8278a346ac30762cbc7284ea3540c7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:0f98eeb7cf6a11a9813391ac2a49f5309c8278a346ac30762cbc7284ea3540c7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:0f98eeb7cf6a11a9813391ac2a49f5309c8278a346ac30762cbc7284ea3540c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel8@sha256%3A0f98eeb7cf6a11a9813391ac2a49f5309c8278a346ac30762cbc7284ea3540c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768970570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:02c17180ad266141969e5578f2411c67a85480b3798a92a39546f7fc3d092d70_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:02c17180ad266141969e5578f2411c67a85480b3798a92a39546f7fc3d092d70_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:02c17180ad266141969e5578f2411c67a85480b3798a92a39546f7fc3d092d70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-operator@sha256%3A02c17180ad266141969e5578f2411c67a85480b3798a92a39546f7fc3d092d70?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768963073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:451c8570e45f208f63477a7167c0751b9dba393e43fde28d49cc3c07b8eb5292_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:451c8570e45f208f63477a7167c0751b9dba393e43fde28d49cc3c07b8eb5292_arm64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:451c8570e45f208f63477a7167c0751b9dba393e43fde28d49cc3c07b8eb5292_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ptp-must-gather-rhel8@sha256%3A451c8570e45f208f63477a7167c0751b9dba393e43fde28d49cc3c07b8eb5292?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768972279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:623834fcc12908c1f087ec7267d2e650ba3e607d674faeb4ab2896cec226eeae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:623834fcc12908c1f087ec7267d2e650ba3e607d674faeb4ab2896cec226eeae_arm64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:623834fcc12908c1f087ec7267d2e650ba3e607d674faeb4ab2896cec226eeae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/sriov-cni-rhel9@sha256%3A623834fcc12908c1f087ec7267d2e650ba3e607d674faeb4ab2896cec226eeae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768927440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:76a9f53e81c9fe39b3702751ff9951b4e4e4be10179d4a4782262b5048f830ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:76a9f53e81c9fe39b3702751ff9951b4e4e4be10179d4a4782262b5048f830ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:76a9f53e81c9fe39b3702751ff9951b4e4e4be10179d4a4782262b5048f830ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-dp-admission-controller@sha256%3A76a9f53e81c9fe39b3702751ff9951b4e4e4be10179d4a4782262b5048f830ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:5993ee4d1772d13d90a75df9ead2a589e5d1573f2c553ad42eba4bac18edab1f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:5993ee4d1772d13d90a75df9ead2a589e5d1573f2c553ad42eba4bac18edab1f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:5993ee4d1772d13d90a75df9ead2a589e5d1573f2c553ad42eba4bac18edab1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-config-daemon@sha256%3A5993ee4d1772d13d90a75df9ead2a589e5d1573f2c553ad42eba4bac18edab1f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768963568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:3f850c1fcd7b35e7bba286622398ea4ca6d7f2678cf31f92ecbf8fffc96fbaeb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:3f850c1fcd7b35e7bba286622398ea4ca6d7f2678cf31f92ecbf8fffc96fbaeb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:3f850c1fcd7b35e7bba286622398ea4ca6d7f2678cf31f92ecbf8fffc96fbaeb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-device-plugin@sha256%3A3f850c1fcd7b35e7bba286622398ea4ca6d7f2678cf31f92ecbf8fffc96fbaeb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:2f60680fd164ac684f8adc278fca33f88244ee0899f71ff4bfbbaea3784f642f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:2f60680fd164ac684f8adc278fca33f88244ee0899f71ff4bfbbaea3784f642f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:2f60680fd164ac684f8adc278fca33f88244ee0899f71ff4bfbbaea3784f642f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-operator@sha256%3A2f60680fd164ac684f8adc278fca33f88244ee0899f71ff4bfbbaea3784f642f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768963087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:fe041736e05ea6aa728e9a82907e4b553cd4639461a222f6321dbe7fb30cf3a4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:fe041736e05ea6aa728e9a82907e4b553cd4639461a222f6321dbe7fb30cf3a4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:fe041736e05ea6aa728e9a82907e4b553cd4639461a222f6321dbe7fb30cf3a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-webhook@sha256%3Afe041736e05ea6aa728e9a82907e4b553cd4639461a222f6321dbe7fb30cf3a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768966137"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:0220e6b485c9a338207ee69bedb1e7dd8529566e962c5bdc83e045ad5a741330_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:0220e6b485c9a338207ee69bedb1e7dd8529566e962c5bdc83e045ad5a741330_arm64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:0220e6b485c9a338207ee69bedb1e7dd8529566e962c5bdc83e045ad5a741330_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8@sha256%3A0220e6b485c9a338207ee69bedb1e7dd8529566e962c5bdc83e045ad5a741330?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964879"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3c0a072ee590b401a109a7536eae7cd6c14271b693e0ed1cded43ddbb73c0c3e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3c0a072ee590b401a109a7536eae7cd6c14271b693e0ed1cded43ddbb73c0c3e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3c0a072ee590b401a109a7536eae7cd6c14271b693e0ed1cded43ddbb73c0c3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8-operator@sha256%3A3c0a072ee590b401a109a7536eae7cd6c14271b693e0ed1cded43ddbb73c0c3e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768966765"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:6bd89c33b1efa5b5a45f11fc3e1f065db177b88f7a0ffb6d87729891504fd878_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:6bd89c33b1efa5b5a45f11fc3e1f065db177b88f7a0ffb6d87729891504fd878_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:6bd89c33b1efa5b5a45f11fc3e1f065db177b88f7a0ffb6d87729891504fd878_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-nfd-operator@sha256%3A6bd89c33b1efa5b5a45f11fc3e1f065db177b88f7a0ffb6d87729891504fd878?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768967282"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:f17103d7a2e89aa4f6d154c2128ac510b3bb0aae8689d4b98fe5a8043245b25f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:f17103d7a2e89aa4f6d154c2128ac510b3bb0aae8689d4b98fe5a8043245b25f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:f17103d7a2e89aa4f6d154c2128ac510b3bb0aae8689d4b98fe5a8043245b25f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel8@sha256%3Af17103d7a2e89aa4f6d154c2128ac510b3bb0aae8689d4b98fe5a8043245b25f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768966499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:39d0af858c79257512d43a43af1ce34249c1b755d27bafd5c6ef678c3f5ce623_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:39d0af858c79257512d43a43af1ce34249c1b755d27bafd5c6ef678c3f5ce623_s390x",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:39d0af858c79257512d43a43af1ce34249c1b755d27bafd5c6ef678c3f5ce623_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel8-operator@sha256%3A39d0af858c79257512d43a43af1ce34249c1b755d27bafd5c6ef678c3f5ce623?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bd5cfc7e4132abcc016fd9a05b34b01ab1d185116d17285d87abd90de7b02594_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bd5cfc7e4132abcc016fd9a05b34b01ab1d185116d17285d87abd90de7b02594_s390x",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bd5cfc7e4132abcc016fd9a05b34b01ab1d185116d17285d87abd90de7b02594_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9@sha256%3Abd5cfc7e4132abcc016fd9a05b34b01ab1d185116d17285d87abd90de7b02594?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768928235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3244a5d768be02d78e959466e3abcccd41a6d3a37267a97f089d8f1e18d0f5d6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3244a5d768be02d78e959466e3abcccd41a6d3a37267a97f089d8f1e18d0f5d6_s390x",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3244a5d768be02d78e959466e3abcccd41a6d3a37267a97f089d8f1e18d0f5d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256%3A3244a5d768be02d78e959466e3abcccd41a6d3a37267a97f089d8f1e18d0f5d6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768961070"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:46ebe527c7439bf8cd653e8d231d6c480976493a3da707b739d1cebc52a19062_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:46ebe527c7439bf8cd653e8d231d6c480976493a3da707b739d1cebc52a19062_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:46ebe527c7439bf8cd653e8d231d6c480976493a3da707b739d1cebc52a19062_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-diskmaker@sha256%3A46ebe527c7439bf8cd653e8d231d6c480976493a3da707b739d1cebc52a19062?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769004325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:b733c1835adace0c6fe9f51707d7c393f500ac88e384b88a223a7fac58a0878a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:b733c1835adace0c6fe9f51707d7c393f500ac88e384b88a223a7fac58a0878a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:b733c1835adace0c6fe9f51707d7c393f500ac88e384b88a223a7fac58a0878a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-mustgather-rhel8@sha256%3Ab733c1835adace0c6fe9f51707d7c393f500ac88e384b88a223a7fac58a0878a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769004244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:bde806f57e0b9b7ce164662788e2e73dfebd9832b786e39de130de4cc49c8636_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:bde806f57e0b9b7ce164662788e2e73dfebd9832b786e39de130de4cc49c8636_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:bde806f57e0b9b7ce164662788e2e73dfebd9832b786e39de130de4cc49c8636_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-operator@sha256%3Abde806f57e0b9b7ce164662788e2e73dfebd9832b786e39de130de4cc49c8636?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769004053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:12865dd331ae92b5ab97bf251057dc9172b473364445aeb2ee7e3ee69cf9bc96_s390x",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:12865dd331ae92b5ab97bf251057dc9172b473364445aeb2ee7e3ee69cf9bc96_s390x",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:12865dd331ae92b5ab97bf251057dc9172b473364445aeb2ee7e3ee69cf9bc96_s390x",
"product_identification_helper": {
"purl": "pkg:oci/nmstate-console-plugin-rhel8@sha256%3A12865dd331ae92b5ab97bf251057dc9172b473364445aeb2ee7e3ee69cf9bc96?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768967199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:c4646cedf66ddafceda2390f72016c4b7c488033ba0c4ad407ab0b43dc203bf3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:c4646cedf66ddafceda2390f72016c4b7c488033ba0c4ad407ab0b43dc203bf3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:c4646cedf66ddafceda2390f72016c4b7c488033ba0c4ad407ab0b43dc203bf3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-node-feature-discovery@sha256%3Ac4646cedf66ddafceda2390f72016c4b7c488033ba0c4ad407ab0b43dc203bf3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768968874"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:60766498e4f17bfb8eb6cd9d517e20f75103125e31556e95fb958feaf8d4e2fb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:60766498e4f17bfb8eb6cd9d517e20f75103125e31556e95fb958feaf8d4e2fb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:60766498e4f17bfb8eb6cd9d517e20f75103125e31556e95fb958feaf8d4e2fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ansible-operator@sha256%3A60766498e4f17bfb8eb6cd9d517e20f75103125e31556e95fb958feaf8d4e2fb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768966842"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:defaa832e1c8a3b8cc069085be650debc1d21e92655aff1e39eb6db07b138351_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:defaa832e1c8a3b8cc069085be650debc1d21e92655aff1e39eb6db07b138351_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:defaa832e1c8a3b8cc069085be650debc1d21e92655aff1e39eb6db07b138351_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capacity@sha256%3Adefaa832e1c8a3b8cc069085be650debc1d21e92655aff1e39eb6db07b138351?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768966933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:3b5a1f09df318bc2a3843e030bddbe8c41d5bd4a317147b17820aecdf7a7b28a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:3b5a1f09df318bc2a3843e030bddbe8c41d5bd4a317147b17820aecdf7a7b28a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:3b5a1f09df318bc2a3843e030bddbe8c41d5bd4a317147b17820aecdf7a7b28a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-dns-proxy@sha256%3A3b5a1f09df318bc2a3843e030bddbe8c41d5bd4a317147b17820aecdf7a7b28a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:ab0b5e85c59333ebee30d3c5e5523d89ec458208e5b891d19e7149d7f0446778_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:ab0b5e85c59333ebee30d3c5e5523d89ec458208e5b891d19e7149d7f0446778_s390x",
"product_id": "registry.redhat.io/openshift4/ose-egress-router@sha256:ab0b5e85c59333ebee30d3c5e5523d89ec458208e5b891d19e7149d7f0446778_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-router@sha256%3Aab0b5e85c59333ebee30d3c5e5523d89ec458208e5b891d19e7149d7f0446778?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768969590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:9fcd00b3e08ed6f4abcc6ef5f18d5251e8385146a0c4bd17c534781fece92b88_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:9fcd00b3e08ed6f4abcc6ef5f18d5251e8385146a0c4bd17c534781fece92b88_s390x",
"product_id": "registry.redhat.io/openshift4/ose-helm-operator@sha256:9fcd00b3e08ed6f4abcc6ef5f18d5251e8385146a0c4bd17c534781fece92b88_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-helm-operator@sha256%3A9fcd00b3e08ed6f4abcc6ef5f18d5251e8385146a0c4bd17c534781fece92b88?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768967260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:0e559ad405bf43ba974c96f7aa35509c15503c85e8f7ca56ce667a7397c7db3a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:0e559ad405bf43ba974c96f7aa35509c15503c85e8f7ca56ce667a7397c7db3a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:0e559ad405bf43ba974c96f7aa35509c15503c85e8f7ca56ce667a7397c7db3a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-sdk-rhel8@sha256%3A0e559ad405bf43ba974c96f7aa35509c15503c85e8f7ca56ce667a7397c7db3a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769004335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b358ce63c992ec4866699e1f5f081d314221bcb944059fbfdb6c50a2d2556eb0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b358ce63c992ec4866699e1f5f081d314221bcb944059fbfdb6c50a2d2556eb0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b358ce63c992ec4866699e1f5f081d314221bcb944059fbfdb6c50a2d2556eb0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256%3Ab358ce63c992ec4866699e1f5f081d314221bcb944059fbfdb6c50a2d2556eb0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768928295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:bccc96d999055ca260934ed81b5cbf499f0a1b3d7212eb82daf63b7a2c974963_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:bccc96d999055ca260934ed81b5cbf499f0a1b3d7212eb82daf63b7a2c974963_s390x",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:bccc96d999055ca260934ed81b5cbf499f0a1b3d7212eb82daf63b7a2c974963_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256%3Abccc96d999055ca260934ed81b5cbf499f0a1b3d7212eb82daf63b7a2c974963?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768961050"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:55fb0fa279ffeafdd6f098a6b967e533bd45a1fd3a3947f36c405e9eebe3aed7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:55fb0fa279ffeafdd6f098a6b967e533bd45a1fd3a3947f36c405e9eebe3aed7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:55fb0fa279ffeafdd6f098a6b967e533bd45a1fd3a3947f36c405e9eebe3aed7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-mustgather-rhel8@sha256%3A55fb0fa279ffeafdd6f098a6b967e533bd45a1fd3a3947f36c405e9eebe3aed7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768972281"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:d6fcfe3a380404bf4428494316e15784b1e7cfaa79b413ffcf0063b195e41278_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:d6fcfe3a380404bf4428494316e15784b1e7cfaa79b413ffcf0063b195e41278_s390x",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:d6fcfe3a380404bf4428494316e15784b1e7cfaa79b413ffcf0063b195e41278_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-http-proxy@sha256%3Ad6fcfe3a380404bf4428494316e15784b1e7cfaa79b413ffcf0063b195e41278?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768968035"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:aca7da9149d6e27d3cad43636a598c29adca9b1d29871063b5d6acc0856578e4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:aca7da9149d6e27d3cad43636a598c29adca9b1d29871063b5d6acc0856578e4_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:aca7da9149d6e27d3cad43636a598c29adca9b1d29871063b5d6acc0856578e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3Aaca7da9149d6e27d3cad43636a598c29adca9b1d29871063b5d6acc0856578e4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768925389"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:1413820512768fe59b0206fdf4678c1abc3d09197e1f153af145649ec954461c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:1413820512768fe59b0206fdf4678c1abc3d09197e1f153af145649ec954461c_s390x",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:1413820512768fe59b0206fdf4678c1abc3d09197e1f153af145649ec954461c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9@sha256%3A1413820512768fe59b0206fdf4678c1abc3d09197e1f153af145649ec954461c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768925276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:92c5096f7c11aaa67779d1f5c097838ec3ba9162b96a6e1da20fd83b43ecbef7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:92c5096f7c11aaa67779d1f5c097838ec3ba9162b96a6e1da20fd83b43ecbef7_s390x",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:92c5096f7c11aaa67779d1f5c097838ec3ba9162b96a6e1da20fd83b43ecbef7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9-operator@sha256%3A92c5096f7c11aaa67779d1f5c097838ec3ba9162b96a6e1da20fd83b43ecbef7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768961090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:2538392c1baa687d7ca66106529aa9ab83d8896e9d534de7b1f3a2345db0b902_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:2538392c1baa687d7ca66106529aa9ab83d8896e9d534de7b1f3a2345db0b902_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:2538392c1baa687d7ca66106529aa9ab83d8896e9d534de7b1f3a2345db0b902_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8@sha256%3A2538392c1baa687d7ca66106529aa9ab83d8896e9d534de7b1f3a2345db0b902?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768968153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:8b9df8353c1ee133eba7edb4260b59326bb90efc87d945411041d0ec674ed756_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:8b9df8353c1ee133eba7edb4260b59326bb90efc87d945411041d0ec674ed756_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:8b9df8353c1ee133eba7edb4260b59326bb90efc87d945411041d0ec674ed756_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel8-operator@sha256%3A8b9df8353c1ee133eba7edb4260b59326bb90efc87d945411041d0ec674ed756?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768966917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:8622e77b10ddb26c6008f1b3095cd2c9267e8d3b9e38bcab56b9b41b9abb7910_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:8622e77b10ddb26c6008f1b3095cd2c9267e8d3b9e38bcab56b9b41b9abb7910_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:8622e77b10ddb26c6008f1b3095cd2c9267e8d3b9e38bcab56b9b41b9abb7910_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel8@sha256%3A8622e77b10ddb26c6008f1b3095cd2c9267e8d3b9e38bcab56b9b41b9abb7910?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768970570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:9ef249331bbdd769776911ac922ad9596a551825455920cc833d01673af5cdd5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:9ef249331bbdd769776911ac922ad9596a551825455920cc833d01673af5cdd5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:9ef249331bbdd769776911ac922ad9596a551825455920cc833d01673af5cdd5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8@sha256%3A9ef249331bbdd769776911ac922ad9596a551825455920cc833d01673af5cdd5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768964879"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:f8af644e404abbc53c6b8c437b2611cd780106fd0ce90fdee2a8b3b9714b8b99_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:f8af644e404abbc53c6b8c437b2611cd780106fd0ce90fdee2a8b3b9714b8b99_s390x",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:f8af644e404abbc53c6b8c437b2611cd780106fd0ce90fdee2a8b3b9714b8b99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8-operator@sha256%3Af8af644e404abbc53c6b8c437b2611cd780106fd0ce90fdee2a8b3b9714b8b99?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1768966765"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:1f292cb1128d143b935ca01784676e00dceb9a2b5201469c4918ffab98a1af2b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:1f292cb1128d143b935ca01784676e00dceb9a2b5201469c4918ffab98a1af2b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:1f292cb1128d143b935ca01784676e00dceb9a2b5201469c4918ffab98a1af2b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:872d8b49ec3019ed99b2d1318bc50303e145de45abe0ca20cd040706218e7173_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:872d8b49ec3019ed99b2d1318bc50303e145de45abe0ca20cd040706218e7173_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:872d8b49ec3019ed99b2d1318bc50303e145de45abe0ca20cd040706218e7173_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:b0bdd34fc34c565ec91fa4e699c743cb93324317c5a4376e822be0523ac5036c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:b0bdd34fc34c565ec91fa4e699c743cb93324317c5a4376e822be0523ac5036c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:b0bdd34fc34c565ec91fa4e699c743cb93324317c5a4376e822be0523ac5036c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2aed15bf2cf0c7d871349bd988d18bb9b0ad580b7acf2c6e7345b38966535ebf_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:2aed15bf2cf0c7d871349bd988d18bb9b0ad580b7acf2c6e7345b38966535ebf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:2aed15bf2cf0c7d871349bd988d18bb9b0ad580b7acf2c6e7345b38966535ebf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:3a8bf9a442d888446fd40bf725ae71376ea8790de491d0a40463d8f4337a5454_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:3a8bf9a442d888446fd40bf725ae71376ea8790de491d0a40463d8f4337a5454_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:3a8bf9a442d888446fd40bf725ae71376ea8790de491d0a40463d8f4337a5454_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:6cc7de37bbcc981d7fbb5a3b628299bf751afdc56fff8817ddf148cfbc482f2e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:6cc7de37bbcc981d7fbb5a3b628299bf751afdc56fff8817ddf148cfbc482f2e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:6cc7de37bbcc981d7fbb5a3b628299bf751afdc56fff8817ddf148cfbc482f2e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:aca7da9149d6e27d3cad43636a598c29adca9b1d29871063b5d6acc0856578e4_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:aca7da9149d6e27d3cad43636a598c29adca9b1d29871063b5d6acc0856578e4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:aca7da9149d6e27d3cad43636a598c29adca9b1d29871063b5d6acc0856578e4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:2ec74268466d11a2b0a33920e881a86461f2f8ea2e366fe774967f67c28207c3_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:2ec74268466d11a2b0a33920e881a86461f2f8ea2e366fe774967f67c28207c3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:2ec74268466d11a2b0a33920e881a86461f2f8ea2e366fe774967f67c28207c3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3244a5d768be02d78e959466e3abcccd41a6d3a37267a97f089d8f1e18d0f5d6_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3244a5d768be02d78e959466e3abcccd41a6d3a37267a97f089d8f1e18d0f5d6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3244a5d768be02d78e959466e3abcccd41a6d3a37267a97f089d8f1e18d0f5d6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:7fa7c19245a650bbee230f5f9aa8f569f8dc131eac7fbb2e6308b845c4fd46a5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:7fa7c19245a650bbee230f5f9aa8f569f8dc131eac7fbb2e6308b845c4fd46a5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:7fa7c19245a650bbee230f5f9aa8f569f8dc131eac7fbb2e6308b845c4fd46a5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ad05320e117a20848b789a5af62c71e19a98886bf771fa8a7375ad571073cc14_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ad05320e117a20848b789a5af62c71e19a98886bf771fa8a7375ad571073cc14_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ad05320e117a20848b789a5af62c71e19a98886bf771fa8a7375ad571073cc14_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:34643117b7c08ea23a0101d1929b8a8d3788e1298c8fac7ffc16050f11bdeec6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:34643117b7c08ea23a0101d1929b8a8d3788e1298c8fac7ffc16050f11bdeec6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:34643117b7c08ea23a0101d1929b8a8d3788e1298c8fac7ffc16050f11bdeec6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:8f96cebba1f887a00a628ebb7902478c4bbfd2fb754672dffadb1871b7adbaeb_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:8f96cebba1f887a00a628ebb7902478c4bbfd2fb754672dffadb1871b7adbaeb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:8f96cebba1f887a00a628ebb7902478c4bbfd2fb754672dffadb1871b7adbaeb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bd5cfc7e4132abcc016fd9a05b34b01ab1d185116d17285d87abd90de7b02594_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bd5cfc7e4132abcc016fd9a05b34b01ab1d185116d17285d87abd90de7b02594_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bd5cfc7e4132abcc016fd9a05b34b01ab1d185116d17285d87abd90de7b02594_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:c4469236f4711ecccade0cdbf1afba4fa2ae5160710b0b8a1c705ddacd4de3b6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:c4469236f4711ecccade0cdbf1afba4fa2ae5160710b0b8a1c705ddacd4de3b6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:c4469236f4711ecccade0cdbf1afba4fa2ae5160710b0b8a1c705ddacd4de3b6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:1d036cf647af40a41f7bf496c57e380a129630bca32bbdb832e30eba597db50f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:1d036cf647af40a41f7bf496c57e380a129630bca32bbdb832e30eba597db50f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:1d036cf647af40a41f7bf496c57e380a129630bca32bbdb832e30eba597db50f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:676400c15da27e7521fd642ed45d47a9752b6fd931dbaa54776a4cf37c48838b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:676400c15da27e7521fd642ed45d47a9752b6fd931dbaa54776a4cf37c48838b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:676400c15da27e7521fd642ed45d47a9752b6fd931dbaa54776a4cf37c48838b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:bccc96d999055ca260934ed81b5cbf499f0a1b3d7212eb82daf63b7a2c974963_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:bccc96d999055ca260934ed81b5cbf499f0a1b3d7212eb82daf63b7a2c974963_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:bccc96d999055ca260934ed81b5cbf499f0a1b3d7212eb82daf63b7a2c974963_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d0aeac6a813cdac16e114c3fb1883e56e4a85f102a1dec1676f5cb5d88fa291b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d0aeac6a813cdac16e114c3fb1883e56e4a85f102a1dec1676f5cb5d88fa291b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d0aeac6a813cdac16e114c3fb1883e56e4a85f102a1dec1676f5cb5d88fa291b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:92c5096f7c11aaa67779d1f5c097838ec3ba9162b96a6e1da20fd83b43ecbef7_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:92c5096f7c11aaa67779d1f5c097838ec3ba9162b96a6e1da20fd83b43ecbef7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:92c5096f7c11aaa67779d1f5c097838ec3ba9162b96a6e1da20fd83b43ecbef7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a2d880c37527795948f9541ac92bff66ad1e0f166b1843d8d35fbe8eb071e61c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a2d880c37527795948f9541ac92bff66ad1e0f166b1843d8d35fbe8eb071e61c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a2d880c37527795948f9541ac92bff66ad1e0f166b1843d8d35fbe8eb071e61c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:c9d2a714f7a168aa0da6c2f9cbf34f5ae234ffcb6a4a818c192cccd89c5921f1_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:c9d2a714f7a168aa0da6c2f9cbf34f5ae234ffcb6a4a818c192cccd89c5921f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:c9d2a714f7a168aa0da6c2f9cbf34f5ae234ffcb6a4a818c192cccd89c5921f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:dd6a885a1e5201d9d1716940f5d0e8748476188d84a7a61bd1c7e7820f0d3b22_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:dd6a885a1e5201d9d1716940f5d0e8748476188d84a7a61bd1c7e7820f0d3b22_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:dd6a885a1e5201d9d1716940f5d0e8748476188d84a7a61bd1c7e7820f0d3b22_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:1413820512768fe59b0206fdf4678c1abc3d09197e1f153af145649ec954461c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:1413820512768fe59b0206fdf4678c1abc3d09197e1f153af145649ec954461c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:1413820512768fe59b0206fdf4678c1abc3d09197e1f153af145649ec954461c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:36a91f53e1b553b9e1455165a9b304d43aeeba1e2b1da74867f3ba8b1dc138a8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:36a91f53e1b553b9e1455165a9b304d43aeeba1e2b1da74867f3ba8b1dc138a8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:36a91f53e1b553b9e1455165a9b304d43aeeba1e2b1da74867f3ba8b1dc138a8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:db61b4f3f946c46a533ab59ab7f79622aa0fcd06d707a0021edb6f5fc2d1e00c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:db61b4f3f946c46a533ab59ab7f79622aa0fcd06d707a0021edb6f5fc2d1e00c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:db61b4f3f946c46a533ab59ab7f79622aa0fcd06d707a0021edb6f5fc2d1e00c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:fd3c282d4cda8e5240980c37355ec90bdfb2237914feea0ff210a25d2b419a31_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:fd3c282d4cda8e5240980c37355ec90bdfb2237914feea0ff210a25d2b419a31_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:fd3c282d4cda8e5240980c37355ec90bdfb2237914feea0ff210a25d2b419a31_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:12865dd331ae92b5ab97bf251057dc9172b473364445aeb2ee7e3ee69cf9bc96_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:12865dd331ae92b5ab97bf251057dc9172b473364445aeb2ee7e3ee69cf9bc96_s390x"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:12865dd331ae92b5ab97bf251057dc9172b473364445aeb2ee7e3ee69cf9bc96_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:2bbf2e52cb45c14caf2db73400cc0320faa678ce26d2953713cb00d8d487c9ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:2bbf2e52cb45c14caf2db73400cc0320faa678ce26d2953713cb00d8d487c9ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:2bbf2e52cb45c14caf2db73400cc0320faa678ce26d2953713cb00d8d487c9ff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:66267c0d9fac8f102c106117b88dc9cf0c264b9ab077490b8db671ab0b66457c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:66267c0d9fac8f102c106117b88dc9cf0c264b9ab077490b8db671ab0b66457c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:66267c0d9fac8f102c106117b88dc9cf0c264b9ab077490b8db671ab0b66457c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:8425a1f44a584e468e8014144af7af583f6245685121afc40ab61950136b71a5_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:8425a1f44a584e468e8014144af7af583f6245685121afc40ab61950136b71a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:8425a1f44a584e468e8014144af7af583f6245685121afc40ab61950136b71a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:0d997567ebf539ef9a429e7c2965fcbe36c8bd2585f0185601f100423708c271_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:0d997567ebf539ef9a429e7c2965fcbe36c8bd2585f0185601f100423708c271_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:0d997567ebf539ef9a429e7c2965fcbe36c8bd2585f0185601f100423708c271_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:335d1e4ea1437472c3d761e0803b36746a03b67188b492e2c0c1674914273787_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:335d1e4ea1437472c3d761e0803b36746a03b67188b492e2c0c1674914273787_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:335d1e4ea1437472c3d761e0803b36746a03b67188b492e2c0c1674914273787_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:358a06dc2a6a7d1ca69cc57e37d90f626a90bcc03817062046804e2b21da4278_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:358a06dc2a6a7d1ca69cc57e37d90f626a90bcc03817062046804e2b21da4278_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:358a06dc2a6a7d1ca69cc57e37d90f626a90bcc03817062046804e2b21da4278_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:60766498e4f17bfb8eb6cd9d517e20f75103125e31556e95fb958feaf8d4e2fb_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:60766498e4f17bfb8eb6cd9d517e20f75103125e31556e95fb958feaf8d4e2fb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:60766498e4f17bfb8eb6cd9d517e20f75103125e31556e95fb958feaf8d4e2fb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c1a65a96fc61203d73676073b9dbceda27f85a291946c204e94b7569b678b41f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c1a65a96fc61203d73676073b9dbceda27f85a291946c204e94b7569b678b41f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c1a65a96fc61203d73676073b9dbceda27f85a291946c204e94b7569b678b41f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:dbdd855b72d90827ec5622e167ecc5aeb6ac37d834c5c8c8d8135ce8220002a7_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:dbdd855b72d90827ec5622e167ecc5aeb6ac37d834c5c8c8d8135ce8220002a7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:dbdd855b72d90827ec5622e167ecc5aeb6ac37d834c5c8c8d8135ce8220002a7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:71b303e2f59319a77c6aaa8259576085d84eda855693bbddc10391c217ad80e0_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:71b303e2f59319a77c6aaa8259576085d84eda855693bbddc10391c217ad80e0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:71b303e2f59319a77c6aaa8259576085d84eda855693bbddc10391c217ad80e0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:e7c0f42bb05d82d862956b926ca68721db229c7cf3b41ac8c44191064eca3254_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:e7c0f42bb05d82d862956b926ca68721db229c7cf3b41ac8c44191064eca3254_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:e7c0f42bb05d82d862956b926ca68721db229c7cf3b41ac8c44191064eca3254_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:1f292cb1128d143b935ca01784676e00dceb9a2b5201469c4918ffab98a1af2b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:1f292cb1128d143b935ca01784676e00dceb9a2b5201469c4918ffab98a1af2b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:1f292cb1128d143b935ca01784676e00dceb9a2b5201469c4918ffab98a1af2b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:872d8b49ec3019ed99b2d1318bc50303e145de45abe0ca20cd040706218e7173_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:872d8b49ec3019ed99b2d1318bc50303e145de45abe0ca20cd040706218e7173_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:872d8b49ec3019ed99b2d1318bc50303e145de45abe0ca20cd040706218e7173_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:b0bdd34fc34c565ec91fa4e699c743cb93324317c5a4376e822be0523ac5036c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:b0bdd34fc34c565ec91fa4e699c743cb93324317c5a4376e822be0523ac5036c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:b0bdd34fc34c565ec91fa4e699c743cb93324317c5a4376e822be0523ac5036c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:7d5d5870fa6b19adfe7c1cad7fbc29f78642aca3013ebbbdc1ba2421fe0014e4_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:7d5d5870fa6b19adfe7c1cad7fbc29f78642aca3013ebbbdc1ba2421fe0014e4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:7d5d5870fa6b19adfe7c1cad7fbc29f78642aca3013ebbbdc1ba2421fe0014e4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:8bab43acf35c3ede4fa67ad2b230f67a0f0d30d982d3a71e572864d2f3e36c7e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:8bab43acf35c3ede4fa67ad2b230f67a0f0d30d982d3a71e572864d2f3e36c7e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:8bab43acf35c3ede4fa67ad2b230f67a0f0d30d982d3a71e572864d2f3e36c7e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:9a138ea0a6e3675b972fbd59ce131d0ee1dcbd2342e0a24f30be937cbc4f4929_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:9a138ea0a6e3675b972fbd59ce131d0ee1dcbd2342e0a24f30be937cbc4f4929_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:9a138ea0a6e3675b972fbd59ce131d0ee1dcbd2342e0a24f30be937cbc4f4929_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:defaa832e1c8a3b8cc069085be650debc1d21e92655aff1e39eb6db07b138351_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:defaa832e1c8a3b8cc069085be650debc1d21e92655aff1e39eb6db07b138351_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:defaa832e1c8a3b8cc069085be650debc1d21e92655aff1e39eb6db07b138351_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:1dcc35477c0b0e439919fe990a1a8f437b4d0f0138c3aab94a500b35584eebab_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:1dcc35477c0b0e439919fe990a1a8f437b4d0f0138c3aab94a500b35584eebab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:1dcc35477c0b0e439919fe990a1a8f437b4d0f0138c3aab94a500b35584eebab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:27558f00a52573122b0888ad809bbb64bc49d129ed5c27994bf2a71925472aa3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:27558f00a52573122b0888ad809bbb64bc49d129ed5c27994bf2a71925472aa3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:27558f00a52573122b0888ad809bbb64bc49d129ed5c27994bf2a71925472aa3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:6bd89c33b1efa5b5a45f11fc3e1f065db177b88f7a0ffb6d87729891504fd878_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:6bd89c33b1efa5b5a45f11fc3e1f065db177b88f7a0ffb6d87729891504fd878_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:6bd89c33b1efa5b5a45f11fc3e1f065db177b88f7a0ffb6d87729891504fd878_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:6f2cd7039e4f295e56f3f70a78154ffda11584493d278803a9bb8f4b8f102ebf_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:6f2cd7039e4f295e56f3f70a78154ffda11584493d278803a9bb8f4b8f102ebf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:6f2cd7039e4f295e56f3f70a78154ffda11584493d278803a9bb8f4b8f102ebf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:39d0af858c79257512d43a43af1ce34249c1b755d27bafd5c6ef678c3f5ce623_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:39d0af858c79257512d43a43af1ce34249c1b755d27bafd5c6ef678c3f5ce623_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:39d0af858c79257512d43a43af1ce34249c1b755d27bafd5c6ef678c3f5ce623_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:4f5d15f2ced5eea7ad2294149b6b5f0df37f34f5d1984a55edbdebab8b2eb42d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:4f5d15f2ced5eea7ad2294149b6b5f0df37f34f5d1984a55edbdebab8b2eb42d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:4f5d15f2ced5eea7ad2294149b6b5f0df37f34f5d1984a55edbdebab8b2eb42d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:71c3d0cc3e101bd9004861e10a2cfdbb585ce16917e991142bd3035257658c7f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:71c3d0cc3e101bd9004861e10a2cfdbb585ce16917e991142bd3035257658c7f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:71c3d0cc3e101bd9004861e10a2cfdbb585ce16917e991142bd3035257658c7f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:97020a81f7abcbc6458a69328b9f687924c6e5fec3337436d392c00bc17bb885_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:97020a81f7abcbc6458a69328b9f687924c6e5fec3337436d392c00bc17bb885_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:97020a81f7abcbc6458a69328b9f687924c6e5fec3337436d392c00bc17bb885_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:00e672b60409ace3511b563a1dc50aa74355a46385d62f2b5715414ecabe044a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:00e672b60409ace3511b563a1dc50aa74355a46385d62f2b5715414ecabe044a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:00e672b60409ace3511b563a1dc50aa74355a46385d62f2b5715414ecabe044a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:951763519ba7aa23045b7dec50c3bb423926902aa5ce0d9c5a2287c5acd9cb2f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:951763519ba7aa23045b7dec50c3bb423926902aa5ce0d9c5a2287c5acd9cb2f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:951763519ba7aa23045b7dec50c3bb423926902aa5ce0d9c5a2287c5acd9cb2f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:9d594efeb376fa47ef3dea922e27028d21c254266ae41c2fe7f7fd58843ea68a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:9d594efeb376fa47ef3dea922e27028d21c254266ae41c2fe7f7fd58843ea68a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:9d594efeb376fa47ef3dea922e27028d21c254266ae41c2fe7f7fd58843ea68a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:f17103d7a2e89aa4f6d154c2128ac510b3bb0aae8689d4b98fe5a8043245b25f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:f17103d7a2e89aa4f6d154c2128ac510b3bb0aae8689d4b98fe5a8043245b25f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:f17103d7a2e89aa4f6d154c2128ac510b3bb0aae8689d4b98fe5a8043245b25f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:55fb0fa279ffeafdd6f098a6b967e533bd45a1fd3a3947f36c405e9eebe3aed7_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:55fb0fa279ffeafdd6f098a6b967e533bd45a1fd3a3947f36c405e9eebe3aed7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:55fb0fa279ffeafdd6f098a6b967e533bd45a1fd3a3947f36c405e9eebe3aed7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:5d1131eeac61f35c0e92e530611b6dc146db4b4c1f02c91bf1befcae0617b9ef_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:5d1131eeac61f35c0e92e530611b6dc146db4b4c1f02c91bf1befcae0617b9ef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:5d1131eeac61f35c0e92e530611b6dc146db4b4c1f02c91bf1befcae0617b9ef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:f41821a8106fe0b470c9ee935628b9457893adaaa2fdd26b905c7d2bcae16ec8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:f41821a8106fe0b470c9ee935628b9457893adaaa2fdd26b905c7d2bcae16ec8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:f41821a8106fe0b470c9ee935628b9457893adaaa2fdd26b905c7d2bcae16ec8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:fa9a05d585a4e4a72cc8c404b2224601fd66328d403bd673f34c15e56c4a4dd9_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:fa9a05d585a4e4a72cc8c404b2224601fd66328d403bd673f34c15e56c4a4dd9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:fa9a05d585a4e4a72cc8c404b2224601fd66328d403bd673f34c15e56c4a4dd9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:2fd017472f069dadb74b3ae33eb653a291af536087bdf4f3d4d9fe4ab7f6d69d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:2fd017472f069dadb74b3ae33eb653a291af536087bdf4f3d4d9fe4ab7f6d69d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:2fd017472f069dadb74b3ae33eb653a291af536087bdf4f3d4d9fe4ab7f6d69d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:3b5a1f09df318bc2a3843e030bddbe8c41d5bd4a317147b17820aecdf7a7b28a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:3b5a1f09df318bc2a3843e030bddbe8c41d5bd4a317147b17820aecdf7a7b28a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:3b5a1f09df318bc2a3843e030bddbe8c41d5bd4a317147b17820aecdf7a7b28a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:68e5aa6222338cc70d090473fce055e5311085de615f1578962fd1b2cbb98877_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:68e5aa6222338cc70d090473fce055e5311085de615f1578962fd1b2cbb98877_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:68e5aa6222338cc70d090473fce055e5311085de615f1578962fd1b2cbb98877_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:da3c9bae5bd32ab5f9da738d9482b616af5744baede9a9b10ff6c0f3a3d54a30_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:da3c9bae5bd32ab5f9da738d9482b616af5744baede9a9b10ff6c0f3a3d54a30_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:da3c9bae5bd32ab5f9da738d9482b616af5744baede9a9b10ff6c0f3a3d54a30_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:37cddda55cbff2210bb73cc8103ae01e01cb955e99f5039ae2085964ab74ffe3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:37cddda55cbff2210bb73cc8103ae01e01cb955e99f5039ae2085964ab74ffe3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:37cddda55cbff2210bb73cc8103ae01e01cb955e99f5039ae2085964ab74ffe3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:87e251b54945d7afea87f436b272e40c7cb52f0ed434ed3dd47676dc169d1096_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:87e251b54945d7afea87f436b272e40c7cb52f0ed434ed3dd47676dc169d1096_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:87e251b54945d7afea87f436b272e40c7cb52f0ed434ed3dd47676dc169d1096_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:a8d3cad98dca1279351a28db1200ce9f01c87e7c55aac001f772445e8a648e69_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:a8d3cad98dca1279351a28db1200ce9f01c87e7c55aac001f772445e8a648e69_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:a8d3cad98dca1279351a28db1200ce9f01c87e7c55aac001f772445e8a648e69_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:d6fcfe3a380404bf4428494316e15784b1e7cfaa79b413ffcf0063b195e41278_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:d6fcfe3a380404bf4428494316e15784b1e7cfaa79b413ffcf0063b195e41278_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:d6fcfe3a380404bf4428494316e15784b1e7cfaa79b413ffcf0063b195e41278_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:80839639890ff5bf07660ad2640b99014b88c463cf10fbb295641488cd105c21_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:80839639890ff5bf07660ad2640b99014b88c463cf10fbb295641488cd105c21_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router@sha256:80839639890ff5bf07660ad2640b99014b88c463cf10fbb295641488cd105c21_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:ab0b5e85c59333ebee30d3c5e5523d89ec458208e5b891d19e7149d7f0446778_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:ab0b5e85c59333ebee30d3c5e5523d89ec458208e5b891d19e7149d7f0446778_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router@sha256:ab0b5e85c59333ebee30d3c5e5523d89ec458208e5b891d19e7149d7f0446778_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:c22965e71fbd1c604bb0fc9c48b5aa709a278b28c5db6b2072332eed5b90c736_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:c22965e71fbd1c604bb0fc9c48b5aa709a278b28c5db6b2072332eed5b90c736_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router@sha256:c22965e71fbd1c604bb0fc9c48b5aa709a278b28c5db6b2072332eed5b90c736_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:e518f945388bc422643945920ca07639f20cd76e11fd7af07102a0200141111a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:e518f945388bc422643945920ca07639f20cd76e11fd7af07102a0200141111a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router@sha256:e518f945388bc422643945920ca07639f20cd76e11fd7af07102a0200141111a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:2769d6dc5cdb966bfb07b951eeb74794edcfc1c5256a7f08d9fc2ca3c1c89f5a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:2769d6dc5cdb966bfb07b951eeb74794edcfc1c5256a7f08d9fc2ca3c1c89f5a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:2769d6dc5cdb966bfb07b951eeb74794edcfc1c5256a7f08d9fc2ca3c1c89f5a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:81f672a3853d432e183a77856a8d1e8cea39c2051e25e4ff026505372849b4e9_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:81f672a3853d432e183a77856a8d1e8cea39c2051e25e4ff026505372849b4e9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:81f672a3853d432e183a77856a8d1e8cea39c2051e25e4ff026505372849b4e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f9cedac97976d034f46d18a69b0db115016c304185adfcf502bf91eb4e22537a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f9cedac97976d034f46d18a69b0db115016c304185adfcf502bf91eb4e22537a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f9cedac97976d034f46d18a69b0db115016c304185adfcf502bf91eb4e22537a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:9e03671ef76cd258c95d452bbac86afdff8c5c07ee7f00e4aed2ed6c1dae7d2e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:9e03671ef76cd258c95d452bbac86afdff8c5c07ee7f00e4aed2ed6c1dae7d2e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:9e03671ef76cd258c95d452bbac86afdff8c5c07ee7f00e4aed2ed6c1dae7d2e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:c40abf6f51e2ec0639b2cedcd2722010f714af2309ba0e4a5d4d555274c1d5b5_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:c40abf6f51e2ec0639b2cedcd2722010f714af2309ba0e4a5d4d555274c1d5b5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:c40abf6f51e2ec0639b2cedcd2722010f714af2309ba0e4a5d4d555274c1d5b5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:cb483f7ecdd50a62910a31c8b27564b91a13063138de9d0debda98d8481062ec_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:cb483f7ecdd50a62910a31c8b27564b91a13063138de9d0debda98d8481062ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:cb483f7ecdd50a62910a31c8b27564b91a13063138de9d0debda98d8481062ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:65dc87827f274f3675987db21b5d0559b36f3e6c4dbfa76f3e1998163d59360a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:65dc87827f274f3675987db21b5d0559b36f3e6c4dbfa76f3e1998163d59360a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-operator@sha256:65dc87827f274f3675987db21b5d0559b36f3e6c4dbfa76f3e1998163d59360a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:9fcd00b3e08ed6f4abcc6ef5f18d5251e8385146a0c4bd17c534781fece92b88_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:9fcd00b3e08ed6f4abcc6ef5f18d5251e8385146a0c4bd17c534781fece92b88_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-operator@sha256:9fcd00b3e08ed6f4abcc6ef5f18d5251e8385146a0c4bd17c534781fece92b88_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:b149187ab359d3e6299efe77a809b737bf11c06099b91009521dcd549e9b63a9_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:b149187ab359d3e6299efe77a809b737bf11c06099b91009521dcd549e9b63a9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-operator@sha256:b149187ab359d3e6299efe77a809b737bf11c06099b91009521dcd549e9b63a9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:e0caee2012764721bc8dd0522059362c769105f850d5fee4c26bc6c79baae5e3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:e0caee2012764721bc8dd0522059362c769105f850d5fee4c26bc6c79baae5e3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-operator@sha256:e0caee2012764721bc8dd0522059362c769105f850d5fee4c26bc6c79baae5e3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:368ba4c0f88e092c4496b55a68f02c1e5ad4b20eb737b79479ebf175cb164e69_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:368ba4c0f88e092c4496b55a68f02c1e5ad4b20eb737b79479ebf175cb164e69_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:368ba4c0f88e092c4496b55a68f02c1e5ad4b20eb737b79479ebf175cb164e69_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6854d5b0c7b8d21d155d626b8c26b5ec61c7deef083dad25dd2eb7e520f3ba9f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6854d5b0c7b8d21d155d626b8c26b5ec61c7deef083dad25dd2eb7e520f3ba9f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6854d5b0c7b8d21d155d626b8c26b5ec61c7deef083dad25dd2eb7e520f3ba9f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7e315a7efdeeebd40154f635d9d5203ba4cfcb4f52a4aca37a59ade17a21f0d3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7e315a7efdeeebd40154f635d9d5203ba4cfcb4f52a4aca37a59ade17a21f0d3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7e315a7efdeeebd40154f635d9d5203ba4cfcb4f52a4aca37a59ade17a21f0d3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b358ce63c992ec4866699e1f5f081d314221bcb944059fbfdb6c50a2d2556eb0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b358ce63c992ec4866699e1f5f081d314221bcb944059fbfdb6c50a2d2556eb0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b358ce63c992ec4866699e1f5f081d314221bcb944059fbfdb6c50a2d2556eb0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:3d57afb7dcd9d684032be69e26b9515a1ddd2acb196ca5bc9b766276f96a973b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:3d57afb7dcd9d684032be69e26b9515a1ddd2acb196ca5bc9b766276f96a973b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:3d57afb7dcd9d684032be69e26b9515a1ddd2acb196ca5bc9b766276f96a973b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:46ebe527c7439bf8cd653e8d231d6c480976493a3da707b739d1cebc52a19062_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:46ebe527c7439bf8cd653e8d231d6c480976493a3da707b739d1cebc52a19062_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:46ebe527c7439bf8cd653e8d231d6c480976493a3da707b739d1cebc52a19062_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:58abf82c9d292827cb43e94815038962388da1b6552c9b994e35cc787188bd67_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:58abf82c9d292827cb43e94815038962388da1b6552c9b994e35cc787188bd67_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:58abf82c9d292827cb43e94815038962388da1b6552c9b994e35cc787188bd67_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:e9f2dd59cafab7ed648dc67b754f23bb7d028482511dcacd711eacd61ec7c870_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:e9f2dd59cafab7ed648dc67b754f23bb7d028482511dcacd711eacd61ec7c870_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:e9f2dd59cafab7ed648dc67b754f23bb7d028482511dcacd711eacd61ec7c870_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:1f3a5a81119d2c3a51eb23ce88f3a58dca4775c4e9a22be459c77711b9221a6a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:1f3a5a81119d2c3a51eb23ce88f3a58dca4775c4e9a22be459c77711b9221a6a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:1f3a5a81119d2c3a51eb23ce88f3a58dca4775c4e9a22be459c77711b9221a6a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:b733c1835adace0c6fe9f51707d7c393f500ac88e384b88a223a7fac58a0878a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:b733c1835adace0c6fe9f51707d7c393f500ac88e384b88a223a7fac58a0878a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:b733c1835adace0c6fe9f51707d7c393f500ac88e384b88a223a7fac58a0878a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:e14b813e9ad6a4ee70435fe30067fb316fc662d80ac7aa46b4bdd9a296cad847_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:e14b813e9ad6a4ee70435fe30067fb316fc662d80ac7aa46b4bdd9a296cad847_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:e14b813e9ad6a4ee70435fe30067fb316fc662d80ac7aa46b4bdd9a296cad847_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:e8bc005d2400b2748b99ef91676eb09061553e331b1c01aa405100d62e2dd6fc_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:e8bc005d2400b2748b99ef91676eb09061553e331b1c01aa405100d62e2dd6fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:e8bc005d2400b2748b99ef91676eb09061553e331b1c01aa405100d62e2dd6fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:4a48deb3b5581ab20c4a4330b231606f2c65e4e080a1e120247dcfe1b623fc1b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:4a48deb3b5581ab20c4a4330b231606f2c65e4e080a1e120247dcfe1b623fc1b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:4a48deb3b5581ab20c4a4330b231606f2c65e4e080a1e120247dcfe1b623fc1b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:949dee7c0d84c600c1b92de85eddee2d05f001dfe7ae9d568f949a6132293fd2_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:949dee7c0d84c600c1b92de85eddee2d05f001dfe7ae9d568f949a6132293fd2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:949dee7c0d84c600c1b92de85eddee2d05f001dfe7ae9d568f949a6132293fd2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:bc91dcf1a46b7c72a549e0b6ee31c75f858302c60c149a7609caff74cc5c6abd_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:bc91dcf1a46b7c72a549e0b6ee31c75f858302c60c149a7609caff74cc5c6abd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:bc91dcf1a46b7c72a549e0b6ee31c75f858302c60c149a7609caff74cc5c6abd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:bde806f57e0b9b7ce164662788e2e73dfebd9832b786e39de130de4cc49c8636_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:bde806f57e0b9b7ce164662788e2e73dfebd9832b786e39de130de4cc49c8636_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:bde806f57e0b9b7ce164662788e2e73dfebd9832b786e39de130de4cc49c8636_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:30207dfaabcfa02cda1bcae81393b60803f92016c5d5808ae96673db6de75517_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:30207dfaabcfa02cda1bcae81393b60803f92016c5d5808ae96673db6de75517_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:30207dfaabcfa02cda1bcae81393b60803f92016c5d5808ae96673db6de75517_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:551d469df605acd5ea005c3050f287fd03e5c1a9a27d0268ef469bc51eebc1de_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:551d469df605acd5ea005c3050f287fd03e5c1a9a27d0268ef469bc51eebc1de_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:551d469df605acd5ea005c3050f287fd03e5c1a9a27d0268ef469bc51eebc1de_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:c4646cedf66ddafceda2390f72016c4b7c488033ba0c4ad407ab0b43dc203bf3_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:c4646cedf66ddafceda2390f72016c4b7c488033ba0c4ad407ab0b43dc203bf3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:c4646cedf66ddafceda2390f72016c4b7c488033ba0c4ad407ab0b43dc203bf3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:f5a389ca6c591d6036dd74b17014bbae4862991ce535046d740ef5033c252b63_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:f5a389ca6c591d6036dd74b17014bbae4862991ce535046d740ef5033c252b63_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:f5a389ca6c591d6036dd74b17014bbae4862991ce535046d740ef5033c252b63_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:0e559ad405bf43ba974c96f7aa35509c15503c85e8f7ca56ce667a7397c7db3a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:0e559ad405bf43ba974c96f7aa35509c15503c85e8f7ca56ce667a7397c7db3a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:0e559ad405bf43ba974c96f7aa35509c15503c85e8f7ca56ce667a7397c7db3a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:48d60cc74f3d6bf4f09cbf259019603a9225a44161e68e2a2d9bd8a263340406_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:48d60cc74f3d6bf4f09cbf259019603a9225a44161e68e2a2d9bd8a263340406_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:48d60cc74f3d6bf4f09cbf259019603a9225a44161e68e2a2d9bd8a263340406_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d17846e063bfbdc3fff04c84fce8a28876e93067060c28413ca83e1fdd3c63aa_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d17846e063bfbdc3fff04c84fce8a28876e93067060c28413ca83e1fdd3c63aa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d17846e063bfbdc3fff04c84fce8a28876e93067060c28413ca83e1fdd3c63aa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:e9412c088ecda6dd399c93473ecceb93afc507654c85ada3ef6717ec00abd83d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:e9412c088ecda6dd399c93473ecceb93afc507654c85ada3ef6717ec00abd83d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:e9412c088ecda6dd399c93473ecceb93afc507654c85ada3ef6717ec00abd83d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:02c17180ad266141969e5578f2411c67a85480b3798a92a39546f7fc3d092d70_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:02c17180ad266141969e5578f2411c67a85480b3798a92a39546f7fc3d092d70_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:02c17180ad266141969e5578f2411c67a85480b3798a92a39546f7fc3d092d70_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:7336159b37f052656b59aa6955d3809bb68a12ac5f0b3a70c35785c3b8d8282d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:7336159b37f052656b59aa6955d3809bb68a12ac5f0b3a70c35785c3b8d8282d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:7336159b37f052656b59aa6955d3809bb68a12ac5f0b3a70c35785c3b8d8282d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:7d24ed347f5cf9a0336d84672b67bfbb70d0badb4d5c285af2a524b04d9037b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:7d24ed347f5cf9a0336d84672b67bfbb70d0badb4d5c285af2a524b04d9037b0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:7d24ed347f5cf9a0336d84672b67bfbb70d0badb4d5c285af2a524b04d9037b0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3d2052a4cd270e0c013a23740b6da2fe707ffd8c3096b3c06b9c6c20616c3be3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3d2052a4cd270e0c013a23740b6da2fe707ffd8c3096b3c06b9c6c20616c3be3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3d2052a4cd270e0c013a23740b6da2fe707ffd8c3096b3c06b9c6c20616c3be3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5894955ffe4827269ad50ee0a6172454774ccb5d363e302312aa1c5fc624d357_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5894955ffe4827269ad50ee0a6172454774ccb5d363e302312aa1c5fc624d357_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5894955ffe4827269ad50ee0a6172454774ccb5d363e302312aa1c5fc624d357_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:7b676c4ef70b99f206d01a0e8356476c3cdfb24001a1c4fde9b16b27ecec2268_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:7b676c4ef70b99f206d01a0e8356476c3cdfb24001a1c4fde9b16b27ecec2268_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:7b676c4ef70b99f206d01a0e8356476c3cdfb24001a1c4fde9b16b27ecec2268_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:5e11733057bb6c522edf6b78862117e3e9b2d7fcf7ddec8a2dbaf9df0dc22691_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:5e11733057bb6c522edf6b78862117e3e9b2d7fcf7ddec8a2dbaf9df0dc22691_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:5e11733057bb6c522edf6b78862117e3e9b2d7fcf7ddec8a2dbaf9df0dc22691_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:8b9df8353c1ee133eba7edb4260b59326bb90efc87d945411041d0ec674ed756_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:8b9df8353c1ee133eba7edb4260b59326bb90efc87d945411041d0ec674ed756_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:8b9df8353c1ee133eba7edb4260b59326bb90efc87d945411041d0ec674ed756_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:ac53cfaac2258bfde228cc26f7e8dc547f9966356b592d0011d5458cc7753c5a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:ac53cfaac2258bfde228cc26f7e8dc547f9966356b592d0011d5458cc7753c5a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:ac53cfaac2258bfde228cc26f7e8dc547f9966356b592d0011d5458cc7753c5a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:fb348fee33ae66f171ba1fbba8c2a279d99f0133c47139c0553082eb79e4e6b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:fb348fee33ae66f171ba1fbba8c2a279d99f0133c47139c0553082eb79e4e6b0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:fb348fee33ae66f171ba1fbba8c2a279d99f0133c47139c0553082eb79e4e6b0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:2538392c1baa687d7ca66106529aa9ab83d8896e9d534de7b1f3a2345db0b902_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:2538392c1baa687d7ca66106529aa9ab83d8896e9d534de7b1f3a2345db0b902_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:2538392c1baa687d7ca66106529aa9ab83d8896e9d534de7b1f3a2345db0b902_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:731a91e69551d1f1c301dad07d6928fa1a296bb2959129e99d3088c17828ab55_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:731a91e69551d1f1c301dad07d6928fa1a296bb2959129e99d3088c17828ab55_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:731a91e69551d1f1c301dad07d6928fa1a296bb2959129e99d3088c17828ab55_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:7ad074aaa7e14889d7097513faed0eb0f40906ac11e193686daf8f75201c7935_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:7ad074aaa7e14889d7097513faed0eb0f40906ac11e193686daf8f75201c7935_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:7ad074aaa7e14889d7097513faed0eb0f40906ac11e193686daf8f75201c7935_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:cdc07e335320b69980e028c164ba5a6ccccb2110c26f6f6e6da5c9496c24986f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:cdc07e335320b69980e028c164ba5a6ccccb2110c26f6f6e6da5c9496c24986f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:cdc07e335320b69980e028c164ba5a6ccccb2110c26f6f6e6da5c9496c24986f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:0f98eeb7cf6a11a9813391ac2a49f5309c8278a346ac30762cbc7284ea3540c7_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:0f98eeb7cf6a11a9813391ac2a49f5309c8278a346ac30762cbc7284ea3540c7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:0f98eeb7cf6a11a9813391ac2a49f5309c8278a346ac30762cbc7284ea3540c7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:624e4d317444dbd111d3880068e33b04f8d1471c1363f880e089b1c223ee1d10_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:624e4d317444dbd111d3880068e33b04f8d1471c1363f880e089b1c223ee1d10_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:624e4d317444dbd111d3880068e33b04f8d1471c1363f880e089b1c223ee1d10_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:65e9e2515d069098bcab490e1cc87b8e114242fa5602ed203a4e3fb7cdc84428_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:65e9e2515d069098bcab490e1cc87b8e114242fa5602ed203a4e3fb7cdc84428_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:65e9e2515d069098bcab490e1cc87b8e114242fa5602ed203a4e3fb7cdc84428_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:8622e77b10ddb26c6008f1b3095cd2c9267e8d3b9e38bcab56b9b41b9abb7910_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:8622e77b10ddb26c6008f1b3095cd2c9267e8d3b9e38bcab56b9b41b9abb7910_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:8622e77b10ddb26c6008f1b3095cd2c9267e8d3b9e38bcab56b9b41b9abb7910_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:0c4d2d801365cb7d930b30f8fd8dc2f0014b986e52e9b9e01535440a74ae1ad9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:0c4d2d801365cb7d930b30f8fd8dc2f0014b986e52e9b9e01535440a74ae1ad9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:0c4d2d801365cb7d930b30f8fd8dc2f0014b986e52e9b9e01535440a74ae1ad9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:76a9f53e81c9fe39b3702751ff9951b4e4e4be10179d4a4782262b5048f830ce_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:76a9f53e81c9fe39b3702751ff9951b4e4e4be10179d4a4782262b5048f830ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:76a9f53e81c9fe39b3702751ff9951b4e4e4be10179d4a4782262b5048f830ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:ad30c480c58432fa0149b81bfd90f9352a7b01da3f7b6278689ceae3365f1f14_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:ad30c480c58432fa0149b81bfd90f9352a7b01da3f7b6278689ceae3365f1f14_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:ad30c480c58432fa0149b81bfd90f9352a7b01da3f7b6278689ceae3365f1f14_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:21e589020ef594c21191c4c0c678b0c3ee2e8b63c25d4be6c79d33c9d72e999f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:21e589020ef594c21191c4c0c678b0c3ee2e8b63c25d4be6c79d33c9d72e999f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:21e589020ef594c21191c4c0c678b0c3ee2e8b63c25d4be6c79d33c9d72e999f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:4b1e12141c6c40f915898696fbde1b6716568ef3bdb303e30503d11a2b88f0fc_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:4b1e12141c6c40f915898696fbde1b6716568ef3bdb303e30503d11a2b88f0fc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:4b1e12141c6c40f915898696fbde1b6716568ef3bdb303e30503d11a2b88f0fc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:8ec5cc69bec2d12efba2586da5dc922513ffbd43d93091ebe9ddf14b562a7904_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:8ec5cc69bec2d12efba2586da5dc922513ffbd43d93091ebe9ddf14b562a7904_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:8ec5cc69bec2d12efba2586da5dc922513ffbd43d93091ebe9ddf14b562a7904_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:34189db06cea2c6327f6a3cd963878406d2ced9f0cb557d1e6a165e1a96f3fac_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:34189db06cea2c6327f6a3cd963878406d2ced9f0cb557d1e6a165e1a96f3fac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:34189db06cea2c6327f6a3cd963878406d2ced9f0cb557d1e6a165e1a96f3fac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:5993ee4d1772d13d90a75df9ead2a589e5d1573f2c553ad42eba4bac18edab1f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:5993ee4d1772d13d90a75df9ead2a589e5d1573f2c553ad42eba4bac18edab1f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:5993ee4d1772d13d90a75df9ead2a589e5d1573f2c553ad42eba4bac18edab1f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:b3b64522cc6abd399f54cd7e3ae8ed911bfd924443f9d6a8e0a1265ccfd3a2bf_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:b3b64522cc6abd399f54cd7e3ae8ed911bfd924443f9d6a8e0a1265ccfd3a2bf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:b3b64522cc6abd399f54cd7e3ae8ed911bfd924443f9d6a8e0a1265ccfd3a2bf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:0ed3ee96dac3736047d73602f07416438bf841f131cc1031c4ef35f36432abb4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:0ed3ee96dac3736047d73602f07416438bf841f131cc1031c4ef35f36432abb4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:0ed3ee96dac3736047d73602f07416438bf841f131cc1031c4ef35f36432abb4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:3f850c1fcd7b35e7bba286622398ea4ca6d7f2678cf31f92ecbf8fffc96fbaeb_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:3f850c1fcd7b35e7bba286622398ea4ca6d7f2678cf31f92ecbf8fffc96fbaeb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:3f850c1fcd7b35e7bba286622398ea4ca6d7f2678cf31f92ecbf8fffc96fbaeb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:ede4c1fb392afea2550e3d7b149d249ca4e2163cff9f2e04ab9c110589a74d0e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:ede4c1fb392afea2550e3d7b149d249ca4e2163cff9f2e04ab9c110589a74d0e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:ede4c1fb392afea2550e3d7b149d249ca4e2163cff9f2e04ab9c110589a74d0e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:2f60680fd164ac684f8adc278fca33f88244ee0899f71ff4bfbbaea3784f642f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:2f60680fd164ac684f8adc278fca33f88244ee0899f71ff4bfbbaea3784f642f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:2f60680fd164ac684f8adc278fca33f88244ee0899f71ff4bfbbaea3784f642f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:d01636efae78fa135ebf9abbf76053d1acf3f8bd0922771671dac258e72ea898_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:d01636efae78fa135ebf9abbf76053d1acf3f8bd0922771671dac258e72ea898_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:d01636efae78fa135ebf9abbf76053d1acf3f8bd0922771671dac258e72ea898_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:ec0f833a0ecdbd69229f89111e5fcd96372d2a924d09bfb67fb06c49ad5b2092_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:ec0f833a0ecdbd69229f89111e5fcd96372d2a924d09bfb67fb06c49ad5b2092_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:ec0f833a0ecdbd69229f89111e5fcd96372d2a924d09bfb67fb06c49ad5b2092_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:3b413c9ae9524809570d2454708a8cf376f048f7bd5a563163d4d92aee8a67c6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:3b413c9ae9524809570d2454708a8cf376f048f7bd5a563163d4d92aee8a67c6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:3b413c9ae9524809570d2454708a8cf376f048f7bd5a563163d4d92aee8a67c6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:cf65167b0889c1ef5ad7a6d0996cbdd15b2dc4d4befe83a78ce1f6d97ac9559a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:cf65167b0889c1ef5ad7a6d0996cbdd15b2dc4d4befe83a78ce1f6d97ac9559a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:cf65167b0889c1ef5ad7a6d0996cbdd15b2dc4d4befe83a78ce1f6d97ac9559a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:fe041736e05ea6aa728e9a82907e4b553cd4639461a222f6321dbe7fb30cf3a4_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:fe041736e05ea6aa728e9a82907e4b553cd4639461a222f6321dbe7fb30cf3a4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:fe041736e05ea6aa728e9a82907e4b553cd4639461a222f6321dbe7fb30cf3a4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3c0a072ee590b401a109a7536eae7cd6c14271b693e0ed1cded43ddbb73c0c3e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3c0a072ee590b401a109a7536eae7cd6c14271b693e0ed1cded43ddbb73c0c3e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3c0a072ee590b401a109a7536eae7cd6c14271b693e0ed1cded43ddbb73c0c3e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:51c92810f9f7f352ded1de41c4db8ae2eb560b9ce9a9adaf503de404fbd5184e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:51c92810f9f7f352ded1de41c4db8ae2eb560b9ce9a9adaf503de404fbd5184e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:51c92810f9f7f352ded1de41c4db8ae2eb560b9ce9a9adaf503de404fbd5184e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:6daef4e02abe2a67548e89dabcb5ebbd57910d62ba50bc49901443741f9b83c5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:6daef4e02abe2a67548e89dabcb5ebbd57910d62ba50bc49901443741f9b83c5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:6daef4e02abe2a67548e89dabcb5ebbd57910d62ba50bc49901443741f9b83c5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:f8af644e404abbc53c6b8c437b2611cd780106fd0ce90fdee2a8b3b9714b8b99_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:f8af644e404abbc53c6b8c437b2611cd780106fd0ce90fdee2a8b3b9714b8b99_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:f8af644e404abbc53c6b8c437b2611cd780106fd0ce90fdee2a8b3b9714b8b99_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:0220e6b485c9a338207ee69bedb1e7dd8529566e962c5bdc83e045ad5a741330_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:0220e6b485c9a338207ee69bedb1e7dd8529566e962c5bdc83e045ad5a741330_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:0220e6b485c9a338207ee69bedb1e7dd8529566e962c5bdc83e045ad5a741330_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:04aec5698609d1cecdeaa56b2172ebe1dfbb9994a1cbbd544f9b52474f153505_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:04aec5698609d1cecdeaa56b2172ebe1dfbb9994a1cbbd544f9b52474f153505_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:04aec5698609d1cecdeaa56b2172ebe1dfbb9994a1cbbd544f9b52474f153505_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:4c7fdb38f850cadeacc6a7ca0faff1c96b4705cc8d9e6535a35a3fafafe842b2_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:4c7fdb38f850cadeacc6a7ca0faff1c96b4705cc8d9e6535a35a3fafafe842b2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:4c7fdb38f850cadeacc6a7ca0faff1c96b4705cc8d9e6535a35a3fafafe842b2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:9ef249331bbdd769776911ac922ad9596a551825455920cc833d01673af5cdd5_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:9ef249331bbdd769776911ac922ad9596a551825455920cc833d01673af5cdd5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:9ef249331bbdd769776911ac922ad9596a551825455920cc833d01673af5cdd5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:0555e64a886bdd8c511a9f90fda40184bf75ebdf06b2a3834a8585c02e414f85_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:0555e64a886bdd8c511a9f90fda40184bf75ebdf06b2a3834a8585c02e414f85_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:0555e64a886bdd8c511a9f90fda40184bf75ebdf06b2a3834a8585c02e414f85_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:451c8570e45f208f63477a7167c0751b9dba393e43fde28d49cc3c07b8eb5292_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:451c8570e45f208f63477a7167c0751b9dba393e43fde28d49cc3c07b8eb5292_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:451c8570e45f208f63477a7167c0751b9dba393e43fde28d49cc3c07b8eb5292_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:978a9997914866fda9311099daa73db129b13f805287e67d8f096236ce773b44_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:978a9997914866fda9311099daa73db129b13f805287e67d8f096236ce773b44_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:978a9997914866fda9311099daa73db129b13f805287e67d8f096236ce773b44_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:18aa5f6ca765f459804439098cff38a97be4ca34b7613bb6930aa25b8d328e3b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:18aa5f6ca765f459804439098cff38a97be4ca34b7613bb6930aa25b8d328e3b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:18aa5f6ca765f459804439098cff38a97be4ca34b7613bb6930aa25b8d328e3b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:623834fcc12908c1f087ec7267d2e650ba3e607d674faeb4ab2896cec226eeae_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:623834fcc12908c1f087ec7267d2e650ba3e607d674faeb4ab2896cec226eeae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:623834fcc12908c1f087ec7267d2e650ba3e607d674faeb4ab2896cec226eeae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:765e7685283c72b3ad589f3f7a91dd7b3848391089f5e4252b6265936a45f1d7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:765e7685283c72b3ad589f3f7a91dd7b3848391089f5e4252b6265936a45f1d7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:765e7685283c72b3ad589f3f7a91dd7b3848391089f5e4252b6265936a45f1d7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-65637",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-12-04T19:00:54.313916+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:1f292cb1128d143b935ca01784676e00dceb9a2b5201469c4918ffab98a1af2b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:872d8b49ec3019ed99b2d1318bc50303e145de45abe0ca20cd040706218e7173_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:b0bdd34fc34c565ec91fa4e699c743cb93324317c5a4376e822be0523ac5036c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:2aed15bf2cf0c7d871349bd988d18bb9b0ad580b7acf2c6e7345b38966535ebf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:3a8bf9a442d888446fd40bf725ae71376ea8790de491d0a40463d8f4337a5454_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:6cc7de37bbcc981d7fbb5a3b628299bf751afdc56fff8817ddf148cfbc482f2e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:aca7da9149d6e27d3cad43636a598c29adca9b1d29871063b5d6acc0856578e4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:2ec74268466d11a2b0a33920e881a86461f2f8ea2e366fe774967f67c28207c3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3244a5d768be02d78e959466e3abcccd41a6d3a37267a97f089d8f1e18d0f5d6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:7fa7c19245a650bbee230f5f9aa8f569f8dc131eac7fbb2e6308b845c4fd46a5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ad05320e117a20848b789a5af62c71e19a98886bf771fa8a7375ad571073cc14_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:34643117b7c08ea23a0101d1929b8a8d3788e1298c8fac7ffc16050f11bdeec6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:8f96cebba1f887a00a628ebb7902478c4bbfd2fb754672dffadb1871b7adbaeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bd5cfc7e4132abcc016fd9a05b34b01ab1d185116d17285d87abd90de7b02594_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:c4469236f4711ecccade0cdbf1afba4fa2ae5160710b0b8a1c705ddacd4de3b6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:1d036cf647af40a41f7bf496c57e380a129630bca32bbdb832e30eba597db50f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:676400c15da27e7521fd642ed45d47a9752b6fd931dbaa54776a4cf37c48838b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:bccc96d999055ca260934ed81b5cbf499f0a1b3d7212eb82daf63b7a2c974963_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d0aeac6a813cdac16e114c3fb1883e56e4a85f102a1dec1676f5cb5d88fa291b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:92c5096f7c11aaa67779d1f5c097838ec3ba9162b96a6e1da20fd83b43ecbef7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a2d880c37527795948f9541ac92bff66ad1e0f166b1843d8d35fbe8eb071e61c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:c9d2a714f7a168aa0da6c2f9cbf34f5ae234ffcb6a4a818c192cccd89c5921f1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:dd6a885a1e5201d9d1716940f5d0e8748476188d84a7a61bd1c7e7820f0d3b22_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:1413820512768fe59b0206fdf4678c1abc3d09197e1f153af145649ec954461c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:36a91f53e1b553b9e1455165a9b304d43aeeba1e2b1da74867f3ba8b1dc138a8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:db61b4f3f946c46a533ab59ab7f79622aa0fcd06d707a0021edb6f5fc2d1e00c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:fd3c282d4cda8e5240980c37355ec90bdfb2237914feea0ff210a25d2b419a31_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:12865dd331ae92b5ab97bf251057dc9172b473364445aeb2ee7e3ee69cf9bc96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:2bbf2e52cb45c14caf2db73400cc0320faa678ce26d2953713cb00d8d487c9ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:66267c0d9fac8f102c106117b88dc9cf0c264b9ab077490b8db671ab0b66457c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:8425a1f44a584e468e8014144af7af583f6245685121afc40ab61950136b71a5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:0d997567ebf539ef9a429e7c2965fcbe36c8bd2585f0185601f100423708c271_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:335d1e4ea1437472c3d761e0803b36746a03b67188b492e2c0c1674914273787_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:358a06dc2a6a7d1ca69cc57e37d90f626a90bcc03817062046804e2b21da4278_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:60766498e4f17bfb8eb6cd9d517e20f75103125e31556e95fb958feaf8d4e2fb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c1a65a96fc61203d73676073b9dbceda27f85a291946c204e94b7569b678b41f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:dbdd855b72d90827ec5622e167ecc5aeb6ac37d834c5c8c8d8135ce8220002a7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:71b303e2f59319a77c6aaa8259576085d84eda855693bbddc10391c217ad80e0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:e7c0f42bb05d82d862956b926ca68721db229c7cf3b41ac8c44191064eca3254_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:1f292cb1128d143b935ca01784676e00dceb9a2b5201469c4918ffab98a1af2b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:872d8b49ec3019ed99b2d1318bc50303e145de45abe0ca20cd040706218e7173_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:b0bdd34fc34c565ec91fa4e699c743cb93324317c5a4376e822be0523ac5036c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:7d5d5870fa6b19adfe7c1cad7fbc29f78642aca3013ebbbdc1ba2421fe0014e4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:8bab43acf35c3ede4fa67ad2b230f67a0f0d30d982d3a71e572864d2f3e36c7e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:9a138ea0a6e3675b972fbd59ce131d0ee1dcbd2342e0a24f30be937cbc4f4929_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:defaa832e1c8a3b8cc069085be650debc1d21e92655aff1e39eb6db07b138351_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:1dcc35477c0b0e439919fe990a1a8f437b4d0f0138c3aab94a500b35584eebab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:27558f00a52573122b0888ad809bbb64bc49d129ed5c27994bf2a71925472aa3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:6bd89c33b1efa5b5a45f11fc3e1f065db177b88f7a0ffb6d87729891504fd878_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:6f2cd7039e4f295e56f3f70a78154ffda11584493d278803a9bb8f4b8f102ebf_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:39d0af858c79257512d43a43af1ce34249c1b755d27bafd5c6ef678c3f5ce623_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:4f5d15f2ced5eea7ad2294149b6b5f0df37f34f5d1984a55edbdebab8b2eb42d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:71c3d0cc3e101bd9004861e10a2cfdbb585ce16917e991142bd3035257658c7f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:97020a81f7abcbc6458a69328b9f687924c6e5fec3337436d392c00bc17bb885_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:00e672b60409ace3511b563a1dc50aa74355a46385d62f2b5715414ecabe044a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:951763519ba7aa23045b7dec50c3bb423926902aa5ce0d9c5a2287c5acd9cb2f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:9d594efeb376fa47ef3dea922e27028d21c254266ae41c2fe7f7fd58843ea68a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:f17103d7a2e89aa4f6d154c2128ac510b3bb0aae8689d4b98fe5a8043245b25f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:55fb0fa279ffeafdd6f098a6b967e533bd45a1fd3a3947f36c405e9eebe3aed7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:5d1131eeac61f35c0e92e530611b6dc146db4b4c1f02c91bf1befcae0617b9ef_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:f41821a8106fe0b470c9ee935628b9457893adaaa2fdd26b905c7d2bcae16ec8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:fa9a05d585a4e4a72cc8c404b2224601fd66328d403bd673f34c15e56c4a4dd9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:2fd017472f069dadb74b3ae33eb653a291af536087bdf4f3d4d9fe4ab7f6d69d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:3b5a1f09df318bc2a3843e030bddbe8c41d5bd4a317147b17820aecdf7a7b28a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:68e5aa6222338cc70d090473fce055e5311085de615f1578962fd1b2cbb98877_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:da3c9bae5bd32ab5f9da738d9482b616af5744baede9a9b10ff6c0f3a3d54a30_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:37cddda55cbff2210bb73cc8103ae01e01cb955e99f5039ae2085964ab74ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:87e251b54945d7afea87f436b272e40c7cb52f0ed434ed3dd47676dc169d1096_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:a8d3cad98dca1279351a28db1200ce9f01c87e7c55aac001f772445e8a648e69_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:d6fcfe3a380404bf4428494316e15784b1e7cfaa79b413ffcf0063b195e41278_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:80839639890ff5bf07660ad2640b99014b88c463cf10fbb295641488cd105c21_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:ab0b5e85c59333ebee30d3c5e5523d89ec458208e5b891d19e7149d7f0446778_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:c22965e71fbd1c604bb0fc9c48b5aa709a278b28c5db6b2072332eed5b90c736_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:e518f945388bc422643945920ca07639f20cd76e11fd7af07102a0200141111a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:2769d6dc5cdb966bfb07b951eeb74794edcfc1c5256a7f08d9fc2ca3c1c89f5a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:81f672a3853d432e183a77856a8d1e8cea39c2051e25e4ff026505372849b4e9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f9cedac97976d034f46d18a69b0db115016c304185adfcf502bf91eb4e22537a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:9e03671ef76cd258c95d452bbac86afdff8c5c07ee7f00e4aed2ed6c1dae7d2e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:c40abf6f51e2ec0639b2cedcd2722010f714af2309ba0e4a5d4d555274c1d5b5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:cb483f7ecdd50a62910a31c8b27564b91a13063138de9d0debda98d8481062ec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:65dc87827f274f3675987db21b5d0559b36f3e6c4dbfa76f3e1998163d59360a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:9fcd00b3e08ed6f4abcc6ef5f18d5251e8385146a0c4bd17c534781fece92b88_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:b149187ab359d3e6299efe77a809b737bf11c06099b91009521dcd549e9b63a9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:e0caee2012764721bc8dd0522059362c769105f850d5fee4c26bc6c79baae5e3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:368ba4c0f88e092c4496b55a68f02c1e5ad4b20eb737b79479ebf175cb164e69_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6854d5b0c7b8d21d155d626b8c26b5ec61c7deef083dad25dd2eb7e520f3ba9f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7e315a7efdeeebd40154f635d9d5203ba4cfcb4f52a4aca37a59ade17a21f0d3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b358ce63c992ec4866699e1f5f081d314221bcb944059fbfdb6c50a2d2556eb0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:3d57afb7dcd9d684032be69e26b9515a1ddd2acb196ca5bc9b766276f96a973b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:46ebe527c7439bf8cd653e8d231d6c480976493a3da707b739d1cebc52a19062_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:58abf82c9d292827cb43e94815038962388da1b6552c9b994e35cc787188bd67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:e9f2dd59cafab7ed648dc67b754f23bb7d028482511dcacd711eacd61ec7c870_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:1f3a5a81119d2c3a51eb23ce88f3a58dca4775c4e9a22be459c77711b9221a6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:b733c1835adace0c6fe9f51707d7c393f500ac88e384b88a223a7fac58a0878a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:e14b813e9ad6a4ee70435fe30067fb316fc662d80ac7aa46b4bdd9a296cad847_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:e8bc005d2400b2748b99ef91676eb09061553e331b1c01aa405100d62e2dd6fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:30207dfaabcfa02cda1bcae81393b60803f92016c5d5808ae96673db6de75517_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:551d469df605acd5ea005c3050f287fd03e5c1a9a27d0268ef469bc51eebc1de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:c4646cedf66ddafceda2390f72016c4b7c488033ba0c4ad407ab0b43dc203bf3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:f5a389ca6c591d6036dd74b17014bbae4862991ce535046d740ef5033c252b63_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:0e559ad405bf43ba974c96f7aa35509c15503c85e8f7ca56ce667a7397c7db3a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:48d60cc74f3d6bf4f09cbf259019603a9225a44161e68e2a2d9bd8a263340406_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d17846e063bfbdc3fff04c84fce8a28876e93067060c28413ca83e1fdd3c63aa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:e9412c088ecda6dd399c93473ecceb93afc507654c85ada3ef6717ec00abd83d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:02c17180ad266141969e5578f2411c67a85480b3798a92a39546f7fc3d092d70_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:7336159b37f052656b59aa6955d3809bb68a12ac5f0b3a70c35785c3b8d8282d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:7d24ed347f5cf9a0336d84672b67bfbb70d0badb4d5c285af2a524b04d9037b0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3d2052a4cd270e0c013a23740b6da2fe707ffd8c3096b3c06b9c6c20616c3be3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5894955ffe4827269ad50ee0a6172454774ccb5d363e302312aa1c5fc624d357_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:7b676c4ef70b99f206d01a0e8356476c3cdfb24001a1c4fde9b16b27ecec2268_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:5e11733057bb6c522edf6b78862117e3e9b2d7fcf7ddec8a2dbaf9df0dc22691_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:8b9df8353c1ee133eba7edb4260b59326bb90efc87d945411041d0ec674ed756_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:ac53cfaac2258bfde228cc26f7e8dc547f9966356b592d0011d5458cc7753c5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:fb348fee33ae66f171ba1fbba8c2a279d99f0133c47139c0553082eb79e4e6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:2538392c1baa687d7ca66106529aa9ab83d8896e9d534de7b1f3a2345db0b902_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:731a91e69551d1f1c301dad07d6928fa1a296bb2959129e99d3088c17828ab55_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:7ad074aaa7e14889d7097513faed0eb0f40906ac11e193686daf8f75201c7935_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:cdc07e335320b69980e028c164ba5a6ccccb2110c26f6f6e6da5c9496c24986f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:0f98eeb7cf6a11a9813391ac2a49f5309c8278a346ac30762cbc7284ea3540c7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:624e4d317444dbd111d3880068e33b04f8d1471c1363f880e089b1c223ee1d10_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:65e9e2515d069098bcab490e1cc87b8e114242fa5602ed203a4e3fb7cdc84428_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:8622e77b10ddb26c6008f1b3095cd2c9267e8d3b9e38bcab56b9b41b9abb7910_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:0c4d2d801365cb7d930b30f8fd8dc2f0014b986e52e9b9e01535440a74ae1ad9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:76a9f53e81c9fe39b3702751ff9951b4e4e4be10179d4a4782262b5048f830ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:ad30c480c58432fa0149b81bfd90f9352a7b01da3f7b6278689ceae3365f1f14_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:21e589020ef594c21191c4c0c678b0c3ee2e8b63c25d4be6c79d33c9d72e999f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:4b1e12141c6c40f915898696fbde1b6716568ef3bdb303e30503d11a2b88f0fc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:8ec5cc69bec2d12efba2586da5dc922513ffbd43d93091ebe9ddf14b562a7904_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:34189db06cea2c6327f6a3cd963878406d2ced9f0cb557d1e6a165e1a96f3fac_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:5993ee4d1772d13d90a75df9ead2a589e5d1573f2c553ad42eba4bac18edab1f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:b3b64522cc6abd399f54cd7e3ae8ed911bfd924443f9d6a8e0a1265ccfd3a2bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:0ed3ee96dac3736047d73602f07416438bf841f131cc1031c4ef35f36432abb4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:3f850c1fcd7b35e7bba286622398ea4ca6d7f2678cf31f92ecbf8fffc96fbaeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:ede4c1fb392afea2550e3d7b149d249ca4e2163cff9f2e04ab9c110589a74d0e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:2f60680fd164ac684f8adc278fca33f88244ee0899f71ff4bfbbaea3784f642f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:d01636efae78fa135ebf9abbf76053d1acf3f8bd0922771671dac258e72ea898_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:ec0f833a0ecdbd69229f89111e5fcd96372d2a924d09bfb67fb06c49ad5b2092_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:3b413c9ae9524809570d2454708a8cf376f048f7bd5a563163d4d92aee8a67c6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:cf65167b0889c1ef5ad7a6d0996cbdd15b2dc4d4befe83a78ce1f6d97ac9559a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:fe041736e05ea6aa728e9a82907e4b553cd4639461a222f6321dbe7fb30cf3a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3c0a072ee590b401a109a7536eae7cd6c14271b693e0ed1cded43ddbb73c0c3e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:51c92810f9f7f352ded1de41c4db8ae2eb560b9ce9a9adaf503de404fbd5184e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:6daef4e02abe2a67548e89dabcb5ebbd57910d62ba50bc49901443741f9b83c5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:f8af644e404abbc53c6b8c437b2611cd780106fd0ce90fdee2a8b3b9714b8b99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:0220e6b485c9a338207ee69bedb1e7dd8529566e962c5bdc83e045ad5a741330_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:04aec5698609d1cecdeaa56b2172ebe1dfbb9994a1cbbd544f9b52474f153505_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:4c7fdb38f850cadeacc6a7ca0faff1c96b4705cc8d9e6535a35a3fafafe842b2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:9ef249331bbdd769776911ac922ad9596a551825455920cc833d01673af5cdd5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:0555e64a886bdd8c511a9f90fda40184bf75ebdf06b2a3834a8585c02e414f85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:451c8570e45f208f63477a7167c0751b9dba393e43fde28d49cc3c07b8eb5292_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:978a9997914866fda9311099daa73db129b13f805287e67d8f096236ce773b44_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:18aa5f6ca765f459804439098cff38a97be4ca34b7613bb6930aa25b8d328e3b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:623834fcc12908c1f087ec7267d2e650ba3e607d674faeb4ab2896cec226eeae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:765e7685283c72b3ad589f3f7a91dd7b3848391089f5e4252b6265936a45f1d7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418900"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go\u2019s internal bufio.Scanner, the read operation fails with a \u201ctoken too long\u201d error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is categorized as Moderate because its impact is limited to the logging subsystem and requires a specific, non-default usage pattern to trigger\u2014namely, sending a single unbounded line exceeding 64KB through Entry.Writer(). Most Logrus deployments do not expose this interface directly to attacker-controlled input, which raises the attack complexity and reduces realistic exploitability. Additionally, the flaw does not affect confidentiality or integrity, nor does it allow code execution or privilege escalation. The failure results in a controlled degradation of availability (logging becoming non-functional), rather than a broader application outage or systemic compromise. These constrained conditions and limited real-world impact justify treating the issue as moderate rather than important.",
"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.14:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:4a48deb3b5581ab20c4a4330b231606f2c65e4e080a1e120247dcfe1b623fc1b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:949dee7c0d84c600c1b92de85eddee2d05f001dfe7ae9d568f949a6132293fd2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:bc91dcf1a46b7c72a549e0b6ee31c75f858302c60c149a7609caff74cc5c6abd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:bde806f57e0b9b7ce164662788e2e73dfebd9832b786e39de130de4cc49c8636_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:1f292cb1128d143b935ca01784676e00dceb9a2b5201469c4918ffab98a1af2b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:872d8b49ec3019ed99b2d1318bc50303e145de45abe0ca20cd040706218e7173_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:b0bdd34fc34c565ec91fa4e699c743cb93324317c5a4376e822be0523ac5036c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:2aed15bf2cf0c7d871349bd988d18bb9b0ad580b7acf2c6e7345b38966535ebf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:3a8bf9a442d888446fd40bf725ae71376ea8790de491d0a40463d8f4337a5454_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:6cc7de37bbcc981d7fbb5a3b628299bf751afdc56fff8817ddf148cfbc482f2e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:aca7da9149d6e27d3cad43636a598c29adca9b1d29871063b5d6acc0856578e4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:2ec74268466d11a2b0a33920e881a86461f2f8ea2e366fe774967f67c28207c3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3244a5d768be02d78e959466e3abcccd41a6d3a37267a97f089d8f1e18d0f5d6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:7fa7c19245a650bbee230f5f9aa8f569f8dc131eac7fbb2e6308b845c4fd46a5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ad05320e117a20848b789a5af62c71e19a98886bf771fa8a7375ad571073cc14_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:34643117b7c08ea23a0101d1929b8a8d3788e1298c8fac7ffc16050f11bdeec6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:8f96cebba1f887a00a628ebb7902478c4bbfd2fb754672dffadb1871b7adbaeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bd5cfc7e4132abcc016fd9a05b34b01ab1d185116d17285d87abd90de7b02594_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:c4469236f4711ecccade0cdbf1afba4fa2ae5160710b0b8a1c705ddacd4de3b6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:1d036cf647af40a41f7bf496c57e380a129630bca32bbdb832e30eba597db50f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:676400c15da27e7521fd642ed45d47a9752b6fd931dbaa54776a4cf37c48838b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:bccc96d999055ca260934ed81b5cbf499f0a1b3d7212eb82daf63b7a2c974963_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d0aeac6a813cdac16e114c3fb1883e56e4a85f102a1dec1676f5cb5d88fa291b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:92c5096f7c11aaa67779d1f5c097838ec3ba9162b96a6e1da20fd83b43ecbef7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a2d880c37527795948f9541ac92bff66ad1e0f166b1843d8d35fbe8eb071e61c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:c9d2a714f7a168aa0da6c2f9cbf34f5ae234ffcb6a4a818c192cccd89c5921f1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:dd6a885a1e5201d9d1716940f5d0e8748476188d84a7a61bd1c7e7820f0d3b22_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:1413820512768fe59b0206fdf4678c1abc3d09197e1f153af145649ec954461c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:36a91f53e1b553b9e1455165a9b304d43aeeba1e2b1da74867f3ba8b1dc138a8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:db61b4f3f946c46a533ab59ab7f79622aa0fcd06d707a0021edb6f5fc2d1e00c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:fd3c282d4cda8e5240980c37355ec90bdfb2237914feea0ff210a25d2b419a31_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:12865dd331ae92b5ab97bf251057dc9172b473364445aeb2ee7e3ee69cf9bc96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:2bbf2e52cb45c14caf2db73400cc0320faa678ce26d2953713cb00d8d487c9ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:66267c0d9fac8f102c106117b88dc9cf0c264b9ab077490b8db671ab0b66457c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:8425a1f44a584e468e8014144af7af583f6245685121afc40ab61950136b71a5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:0d997567ebf539ef9a429e7c2965fcbe36c8bd2585f0185601f100423708c271_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:335d1e4ea1437472c3d761e0803b36746a03b67188b492e2c0c1674914273787_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:358a06dc2a6a7d1ca69cc57e37d90f626a90bcc03817062046804e2b21da4278_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:60766498e4f17bfb8eb6cd9d517e20f75103125e31556e95fb958feaf8d4e2fb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c1a65a96fc61203d73676073b9dbceda27f85a291946c204e94b7569b678b41f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:dbdd855b72d90827ec5622e167ecc5aeb6ac37d834c5c8c8d8135ce8220002a7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:71b303e2f59319a77c6aaa8259576085d84eda855693bbddc10391c217ad80e0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:e7c0f42bb05d82d862956b926ca68721db229c7cf3b41ac8c44191064eca3254_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:1f292cb1128d143b935ca01784676e00dceb9a2b5201469c4918ffab98a1af2b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:872d8b49ec3019ed99b2d1318bc50303e145de45abe0ca20cd040706218e7173_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:b0bdd34fc34c565ec91fa4e699c743cb93324317c5a4376e822be0523ac5036c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:7d5d5870fa6b19adfe7c1cad7fbc29f78642aca3013ebbbdc1ba2421fe0014e4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:8bab43acf35c3ede4fa67ad2b230f67a0f0d30d982d3a71e572864d2f3e36c7e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:9a138ea0a6e3675b972fbd59ce131d0ee1dcbd2342e0a24f30be937cbc4f4929_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:defaa832e1c8a3b8cc069085be650debc1d21e92655aff1e39eb6db07b138351_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:1dcc35477c0b0e439919fe990a1a8f437b4d0f0138c3aab94a500b35584eebab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:27558f00a52573122b0888ad809bbb64bc49d129ed5c27994bf2a71925472aa3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:6bd89c33b1efa5b5a45f11fc3e1f065db177b88f7a0ffb6d87729891504fd878_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:6f2cd7039e4f295e56f3f70a78154ffda11584493d278803a9bb8f4b8f102ebf_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:39d0af858c79257512d43a43af1ce34249c1b755d27bafd5c6ef678c3f5ce623_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:4f5d15f2ced5eea7ad2294149b6b5f0df37f34f5d1984a55edbdebab8b2eb42d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:71c3d0cc3e101bd9004861e10a2cfdbb585ce16917e991142bd3035257658c7f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:97020a81f7abcbc6458a69328b9f687924c6e5fec3337436d392c00bc17bb885_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:00e672b60409ace3511b563a1dc50aa74355a46385d62f2b5715414ecabe044a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:951763519ba7aa23045b7dec50c3bb423926902aa5ce0d9c5a2287c5acd9cb2f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:9d594efeb376fa47ef3dea922e27028d21c254266ae41c2fe7f7fd58843ea68a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:f17103d7a2e89aa4f6d154c2128ac510b3bb0aae8689d4b98fe5a8043245b25f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:55fb0fa279ffeafdd6f098a6b967e533bd45a1fd3a3947f36c405e9eebe3aed7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:5d1131eeac61f35c0e92e530611b6dc146db4b4c1f02c91bf1befcae0617b9ef_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:f41821a8106fe0b470c9ee935628b9457893adaaa2fdd26b905c7d2bcae16ec8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:fa9a05d585a4e4a72cc8c404b2224601fd66328d403bd673f34c15e56c4a4dd9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:2fd017472f069dadb74b3ae33eb653a291af536087bdf4f3d4d9fe4ab7f6d69d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:3b5a1f09df318bc2a3843e030bddbe8c41d5bd4a317147b17820aecdf7a7b28a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:68e5aa6222338cc70d090473fce055e5311085de615f1578962fd1b2cbb98877_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:da3c9bae5bd32ab5f9da738d9482b616af5744baede9a9b10ff6c0f3a3d54a30_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:37cddda55cbff2210bb73cc8103ae01e01cb955e99f5039ae2085964ab74ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:87e251b54945d7afea87f436b272e40c7cb52f0ed434ed3dd47676dc169d1096_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:a8d3cad98dca1279351a28db1200ce9f01c87e7c55aac001f772445e8a648e69_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:d6fcfe3a380404bf4428494316e15784b1e7cfaa79b413ffcf0063b195e41278_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:80839639890ff5bf07660ad2640b99014b88c463cf10fbb295641488cd105c21_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:ab0b5e85c59333ebee30d3c5e5523d89ec458208e5b891d19e7149d7f0446778_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:c22965e71fbd1c604bb0fc9c48b5aa709a278b28c5db6b2072332eed5b90c736_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:e518f945388bc422643945920ca07639f20cd76e11fd7af07102a0200141111a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:2769d6dc5cdb966bfb07b951eeb74794edcfc1c5256a7f08d9fc2ca3c1c89f5a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:81f672a3853d432e183a77856a8d1e8cea39c2051e25e4ff026505372849b4e9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f9cedac97976d034f46d18a69b0db115016c304185adfcf502bf91eb4e22537a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:9e03671ef76cd258c95d452bbac86afdff8c5c07ee7f00e4aed2ed6c1dae7d2e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:c40abf6f51e2ec0639b2cedcd2722010f714af2309ba0e4a5d4d555274c1d5b5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:cb483f7ecdd50a62910a31c8b27564b91a13063138de9d0debda98d8481062ec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:65dc87827f274f3675987db21b5d0559b36f3e6c4dbfa76f3e1998163d59360a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:9fcd00b3e08ed6f4abcc6ef5f18d5251e8385146a0c4bd17c534781fece92b88_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:b149187ab359d3e6299efe77a809b737bf11c06099b91009521dcd549e9b63a9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:e0caee2012764721bc8dd0522059362c769105f850d5fee4c26bc6c79baae5e3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:368ba4c0f88e092c4496b55a68f02c1e5ad4b20eb737b79479ebf175cb164e69_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6854d5b0c7b8d21d155d626b8c26b5ec61c7deef083dad25dd2eb7e520f3ba9f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7e315a7efdeeebd40154f635d9d5203ba4cfcb4f52a4aca37a59ade17a21f0d3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b358ce63c992ec4866699e1f5f081d314221bcb944059fbfdb6c50a2d2556eb0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:3d57afb7dcd9d684032be69e26b9515a1ddd2acb196ca5bc9b766276f96a973b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:46ebe527c7439bf8cd653e8d231d6c480976493a3da707b739d1cebc52a19062_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:58abf82c9d292827cb43e94815038962388da1b6552c9b994e35cc787188bd67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:e9f2dd59cafab7ed648dc67b754f23bb7d028482511dcacd711eacd61ec7c870_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:1f3a5a81119d2c3a51eb23ce88f3a58dca4775c4e9a22be459c77711b9221a6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:b733c1835adace0c6fe9f51707d7c393f500ac88e384b88a223a7fac58a0878a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:e14b813e9ad6a4ee70435fe30067fb316fc662d80ac7aa46b4bdd9a296cad847_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:e8bc005d2400b2748b99ef91676eb09061553e331b1c01aa405100d62e2dd6fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:30207dfaabcfa02cda1bcae81393b60803f92016c5d5808ae96673db6de75517_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:551d469df605acd5ea005c3050f287fd03e5c1a9a27d0268ef469bc51eebc1de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:c4646cedf66ddafceda2390f72016c4b7c488033ba0c4ad407ab0b43dc203bf3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:f5a389ca6c591d6036dd74b17014bbae4862991ce535046d740ef5033c252b63_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:0e559ad405bf43ba974c96f7aa35509c15503c85e8f7ca56ce667a7397c7db3a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:48d60cc74f3d6bf4f09cbf259019603a9225a44161e68e2a2d9bd8a263340406_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d17846e063bfbdc3fff04c84fce8a28876e93067060c28413ca83e1fdd3c63aa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:e9412c088ecda6dd399c93473ecceb93afc507654c85ada3ef6717ec00abd83d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:02c17180ad266141969e5578f2411c67a85480b3798a92a39546f7fc3d092d70_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:7336159b37f052656b59aa6955d3809bb68a12ac5f0b3a70c35785c3b8d8282d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:7d24ed347f5cf9a0336d84672b67bfbb70d0badb4d5c285af2a524b04d9037b0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3d2052a4cd270e0c013a23740b6da2fe707ffd8c3096b3c06b9c6c20616c3be3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5894955ffe4827269ad50ee0a6172454774ccb5d363e302312aa1c5fc624d357_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:7b676c4ef70b99f206d01a0e8356476c3cdfb24001a1c4fde9b16b27ecec2268_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:5e11733057bb6c522edf6b78862117e3e9b2d7fcf7ddec8a2dbaf9df0dc22691_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:8b9df8353c1ee133eba7edb4260b59326bb90efc87d945411041d0ec674ed756_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:ac53cfaac2258bfde228cc26f7e8dc547f9966356b592d0011d5458cc7753c5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:fb348fee33ae66f171ba1fbba8c2a279d99f0133c47139c0553082eb79e4e6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:2538392c1baa687d7ca66106529aa9ab83d8896e9d534de7b1f3a2345db0b902_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:731a91e69551d1f1c301dad07d6928fa1a296bb2959129e99d3088c17828ab55_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:7ad074aaa7e14889d7097513faed0eb0f40906ac11e193686daf8f75201c7935_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:cdc07e335320b69980e028c164ba5a6ccccb2110c26f6f6e6da5c9496c24986f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:0f98eeb7cf6a11a9813391ac2a49f5309c8278a346ac30762cbc7284ea3540c7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:624e4d317444dbd111d3880068e33b04f8d1471c1363f880e089b1c223ee1d10_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:65e9e2515d069098bcab490e1cc87b8e114242fa5602ed203a4e3fb7cdc84428_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:8622e77b10ddb26c6008f1b3095cd2c9267e8d3b9e38bcab56b9b41b9abb7910_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:0c4d2d801365cb7d930b30f8fd8dc2f0014b986e52e9b9e01535440a74ae1ad9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:76a9f53e81c9fe39b3702751ff9951b4e4e4be10179d4a4782262b5048f830ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:ad30c480c58432fa0149b81bfd90f9352a7b01da3f7b6278689ceae3365f1f14_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:21e589020ef594c21191c4c0c678b0c3ee2e8b63c25d4be6c79d33c9d72e999f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:4b1e12141c6c40f915898696fbde1b6716568ef3bdb303e30503d11a2b88f0fc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:8ec5cc69bec2d12efba2586da5dc922513ffbd43d93091ebe9ddf14b562a7904_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:34189db06cea2c6327f6a3cd963878406d2ced9f0cb557d1e6a165e1a96f3fac_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:5993ee4d1772d13d90a75df9ead2a589e5d1573f2c553ad42eba4bac18edab1f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:b3b64522cc6abd399f54cd7e3ae8ed911bfd924443f9d6a8e0a1265ccfd3a2bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:0ed3ee96dac3736047d73602f07416438bf841f131cc1031c4ef35f36432abb4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:3f850c1fcd7b35e7bba286622398ea4ca6d7f2678cf31f92ecbf8fffc96fbaeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:ede4c1fb392afea2550e3d7b149d249ca4e2163cff9f2e04ab9c110589a74d0e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:2f60680fd164ac684f8adc278fca33f88244ee0899f71ff4bfbbaea3784f642f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:d01636efae78fa135ebf9abbf76053d1acf3f8bd0922771671dac258e72ea898_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:ec0f833a0ecdbd69229f89111e5fcd96372d2a924d09bfb67fb06c49ad5b2092_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:3b413c9ae9524809570d2454708a8cf376f048f7bd5a563163d4d92aee8a67c6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:cf65167b0889c1ef5ad7a6d0996cbdd15b2dc4d4befe83a78ce1f6d97ac9559a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:fe041736e05ea6aa728e9a82907e4b553cd4639461a222f6321dbe7fb30cf3a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3c0a072ee590b401a109a7536eae7cd6c14271b693e0ed1cded43ddbb73c0c3e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:51c92810f9f7f352ded1de41c4db8ae2eb560b9ce9a9adaf503de404fbd5184e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:6daef4e02abe2a67548e89dabcb5ebbd57910d62ba50bc49901443741f9b83c5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:f8af644e404abbc53c6b8c437b2611cd780106fd0ce90fdee2a8b3b9714b8b99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:0220e6b485c9a338207ee69bedb1e7dd8529566e962c5bdc83e045ad5a741330_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:04aec5698609d1cecdeaa56b2172ebe1dfbb9994a1cbbd544f9b52474f153505_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:4c7fdb38f850cadeacc6a7ca0faff1c96b4705cc8d9e6535a35a3fafafe842b2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:9ef249331bbdd769776911ac922ad9596a551825455920cc833d01673af5cdd5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:0555e64a886bdd8c511a9f90fda40184bf75ebdf06b2a3834a8585c02e414f85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:451c8570e45f208f63477a7167c0751b9dba393e43fde28d49cc3c07b8eb5292_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:978a9997914866fda9311099daa73db129b13f805287e67d8f096236ce773b44_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:18aa5f6ca765f459804439098cff38a97be4ca34b7613bb6930aa25b8d328e3b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:623834fcc12908c1f087ec7267d2e650ba3e607d674faeb4ab2896cec226eeae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:765e7685283c72b3ad589f3f7a91dd7b3848391089f5e4252b6265936a45f1d7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "RHBZ#2418900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc",
"url": "https://github.com/mjuanxd/logrus-dos-poc"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md",
"url": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/issues/1370",
"url": "https://github.com/sirupsen/logrus/issues/1370"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/pull/1376",
"url": "https://github.com/sirupsen/logrus/pull/1376"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391",
"url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391"
}
],
"release_date": "2025-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-30T09:50:08+00:00",
"details": "For OpenShift Container Platform 4.14 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.14/html/release_notes/",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:4a48deb3b5581ab20c4a4330b231606f2c65e4e080a1e120247dcfe1b623fc1b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:949dee7c0d84c600c1b92de85eddee2d05f001dfe7ae9d568f949a6132293fd2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:bc91dcf1a46b7c72a549e0b6ee31c75f858302c60c149a7609caff74cc5c6abd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:bde806f57e0b9b7ce164662788e2e73dfebd9832b786e39de130de4cc49c8636_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1004"
},
{
"category": "workaround",
"details": "Mitigation is either unavailable or does not meet Red Hat Product Security standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:1f292cb1128d143b935ca01784676e00dceb9a2b5201469c4918ffab98a1af2b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:872d8b49ec3019ed99b2d1318bc50303e145de45abe0ca20cd040706218e7173_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:b0bdd34fc34c565ec91fa4e699c743cb93324317c5a4376e822be0523ac5036c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:2aed15bf2cf0c7d871349bd988d18bb9b0ad580b7acf2c6e7345b38966535ebf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:3a8bf9a442d888446fd40bf725ae71376ea8790de491d0a40463d8f4337a5454_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:6cc7de37bbcc981d7fbb5a3b628299bf751afdc56fff8817ddf148cfbc482f2e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:aca7da9149d6e27d3cad43636a598c29adca9b1d29871063b5d6acc0856578e4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:2ec74268466d11a2b0a33920e881a86461f2f8ea2e366fe774967f67c28207c3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3244a5d768be02d78e959466e3abcccd41a6d3a37267a97f089d8f1e18d0f5d6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:7fa7c19245a650bbee230f5f9aa8f569f8dc131eac7fbb2e6308b845c4fd46a5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ad05320e117a20848b789a5af62c71e19a98886bf771fa8a7375ad571073cc14_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:34643117b7c08ea23a0101d1929b8a8d3788e1298c8fac7ffc16050f11bdeec6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:8f96cebba1f887a00a628ebb7902478c4bbfd2fb754672dffadb1871b7adbaeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bd5cfc7e4132abcc016fd9a05b34b01ab1d185116d17285d87abd90de7b02594_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:c4469236f4711ecccade0cdbf1afba4fa2ae5160710b0b8a1c705ddacd4de3b6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:1d036cf647af40a41f7bf496c57e380a129630bca32bbdb832e30eba597db50f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:676400c15da27e7521fd642ed45d47a9752b6fd931dbaa54776a4cf37c48838b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:bccc96d999055ca260934ed81b5cbf499f0a1b3d7212eb82daf63b7a2c974963_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d0aeac6a813cdac16e114c3fb1883e56e4a85f102a1dec1676f5cb5d88fa291b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:92c5096f7c11aaa67779d1f5c097838ec3ba9162b96a6e1da20fd83b43ecbef7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a2d880c37527795948f9541ac92bff66ad1e0f166b1843d8d35fbe8eb071e61c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:c9d2a714f7a168aa0da6c2f9cbf34f5ae234ffcb6a4a818c192cccd89c5921f1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:dd6a885a1e5201d9d1716940f5d0e8748476188d84a7a61bd1c7e7820f0d3b22_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:1413820512768fe59b0206fdf4678c1abc3d09197e1f153af145649ec954461c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:36a91f53e1b553b9e1455165a9b304d43aeeba1e2b1da74867f3ba8b1dc138a8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:db61b4f3f946c46a533ab59ab7f79622aa0fcd06d707a0021edb6f5fc2d1e00c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:fd3c282d4cda8e5240980c37355ec90bdfb2237914feea0ff210a25d2b419a31_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:12865dd331ae92b5ab97bf251057dc9172b473364445aeb2ee7e3ee69cf9bc96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:2bbf2e52cb45c14caf2db73400cc0320faa678ce26d2953713cb00d8d487c9ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:66267c0d9fac8f102c106117b88dc9cf0c264b9ab077490b8db671ab0b66457c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:8425a1f44a584e468e8014144af7af583f6245685121afc40ab61950136b71a5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:0d997567ebf539ef9a429e7c2965fcbe36c8bd2585f0185601f100423708c271_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:335d1e4ea1437472c3d761e0803b36746a03b67188b492e2c0c1674914273787_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:358a06dc2a6a7d1ca69cc57e37d90f626a90bcc03817062046804e2b21da4278_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:60766498e4f17bfb8eb6cd9d517e20f75103125e31556e95fb958feaf8d4e2fb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c1a65a96fc61203d73676073b9dbceda27f85a291946c204e94b7569b678b41f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:dbdd855b72d90827ec5622e167ecc5aeb6ac37d834c5c8c8d8135ce8220002a7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:71b303e2f59319a77c6aaa8259576085d84eda855693bbddc10391c217ad80e0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:e7c0f42bb05d82d862956b926ca68721db229c7cf3b41ac8c44191064eca3254_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:1f292cb1128d143b935ca01784676e00dceb9a2b5201469c4918ffab98a1af2b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:872d8b49ec3019ed99b2d1318bc50303e145de45abe0ca20cd040706218e7173_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:b0bdd34fc34c565ec91fa4e699c743cb93324317c5a4376e822be0523ac5036c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:7d5d5870fa6b19adfe7c1cad7fbc29f78642aca3013ebbbdc1ba2421fe0014e4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:8bab43acf35c3ede4fa67ad2b230f67a0f0d30d982d3a71e572864d2f3e36c7e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:9a138ea0a6e3675b972fbd59ce131d0ee1dcbd2342e0a24f30be937cbc4f4929_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:defaa832e1c8a3b8cc069085be650debc1d21e92655aff1e39eb6db07b138351_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:1dcc35477c0b0e439919fe990a1a8f437b4d0f0138c3aab94a500b35584eebab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:27558f00a52573122b0888ad809bbb64bc49d129ed5c27994bf2a71925472aa3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:6bd89c33b1efa5b5a45f11fc3e1f065db177b88f7a0ffb6d87729891504fd878_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:6f2cd7039e4f295e56f3f70a78154ffda11584493d278803a9bb8f4b8f102ebf_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:39d0af858c79257512d43a43af1ce34249c1b755d27bafd5c6ef678c3f5ce623_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:4f5d15f2ced5eea7ad2294149b6b5f0df37f34f5d1984a55edbdebab8b2eb42d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:71c3d0cc3e101bd9004861e10a2cfdbb585ce16917e991142bd3035257658c7f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:97020a81f7abcbc6458a69328b9f687924c6e5fec3337436d392c00bc17bb885_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:00e672b60409ace3511b563a1dc50aa74355a46385d62f2b5715414ecabe044a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:951763519ba7aa23045b7dec50c3bb423926902aa5ce0d9c5a2287c5acd9cb2f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:9d594efeb376fa47ef3dea922e27028d21c254266ae41c2fe7f7fd58843ea68a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:f17103d7a2e89aa4f6d154c2128ac510b3bb0aae8689d4b98fe5a8043245b25f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:55fb0fa279ffeafdd6f098a6b967e533bd45a1fd3a3947f36c405e9eebe3aed7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:5d1131eeac61f35c0e92e530611b6dc146db4b4c1f02c91bf1befcae0617b9ef_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:f41821a8106fe0b470c9ee935628b9457893adaaa2fdd26b905c7d2bcae16ec8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:fa9a05d585a4e4a72cc8c404b2224601fd66328d403bd673f34c15e56c4a4dd9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:2fd017472f069dadb74b3ae33eb653a291af536087bdf4f3d4d9fe4ab7f6d69d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:3b5a1f09df318bc2a3843e030bddbe8c41d5bd4a317147b17820aecdf7a7b28a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:68e5aa6222338cc70d090473fce055e5311085de615f1578962fd1b2cbb98877_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:da3c9bae5bd32ab5f9da738d9482b616af5744baede9a9b10ff6c0f3a3d54a30_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:37cddda55cbff2210bb73cc8103ae01e01cb955e99f5039ae2085964ab74ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:87e251b54945d7afea87f436b272e40c7cb52f0ed434ed3dd47676dc169d1096_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:a8d3cad98dca1279351a28db1200ce9f01c87e7c55aac001f772445e8a648e69_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:d6fcfe3a380404bf4428494316e15784b1e7cfaa79b413ffcf0063b195e41278_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:80839639890ff5bf07660ad2640b99014b88c463cf10fbb295641488cd105c21_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:ab0b5e85c59333ebee30d3c5e5523d89ec458208e5b891d19e7149d7f0446778_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:c22965e71fbd1c604bb0fc9c48b5aa709a278b28c5db6b2072332eed5b90c736_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:e518f945388bc422643945920ca07639f20cd76e11fd7af07102a0200141111a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:2769d6dc5cdb966bfb07b951eeb74794edcfc1c5256a7f08d9fc2ca3c1c89f5a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:81f672a3853d432e183a77856a8d1e8cea39c2051e25e4ff026505372849b4e9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f9cedac97976d034f46d18a69b0db115016c304185adfcf502bf91eb4e22537a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:9e03671ef76cd258c95d452bbac86afdff8c5c07ee7f00e4aed2ed6c1dae7d2e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:c40abf6f51e2ec0639b2cedcd2722010f714af2309ba0e4a5d4d555274c1d5b5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:cb483f7ecdd50a62910a31c8b27564b91a13063138de9d0debda98d8481062ec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:65dc87827f274f3675987db21b5d0559b36f3e6c4dbfa76f3e1998163d59360a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:9fcd00b3e08ed6f4abcc6ef5f18d5251e8385146a0c4bd17c534781fece92b88_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:b149187ab359d3e6299efe77a809b737bf11c06099b91009521dcd549e9b63a9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:e0caee2012764721bc8dd0522059362c769105f850d5fee4c26bc6c79baae5e3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:368ba4c0f88e092c4496b55a68f02c1e5ad4b20eb737b79479ebf175cb164e69_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6854d5b0c7b8d21d155d626b8c26b5ec61c7deef083dad25dd2eb7e520f3ba9f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7e315a7efdeeebd40154f635d9d5203ba4cfcb4f52a4aca37a59ade17a21f0d3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b358ce63c992ec4866699e1f5f081d314221bcb944059fbfdb6c50a2d2556eb0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:3d57afb7dcd9d684032be69e26b9515a1ddd2acb196ca5bc9b766276f96a973b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:46ebe527c7439bf8cd653e8d231d6c480976493a3da707b739d1cebc52a19062_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:58abf82c9d292827cb43e94815038962388da1b6552c9b994e35cc787188bd67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:e9f2dd59cafab7ed648dc67b754f23bb7d028482511dcacd711eacd61ec7c870_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:1f3a5a81119d2c3a51eb23ce88f3a58dca4775c4e9a22be459c77711b9221a6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:b733c1835adace0c6fe9f51707d7c393f500ac88e384b88a223a7fac58a0878a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:e14b813e9ad6a4ee70435fe30067fb316fc662d80ac7aa46b4bdd9a296cad847_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:e8bc005d2400b2748b99ef91676eb09061553e331b1c01aa405100d62e2dd6fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:4a48deb3b5581ab20c4a4330b231606f2c65e4e080a1e120247dcfe1b623fc1b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:949dee7c0d84c600c1b92de85eddee2d05f001dfe7ae9d568f949a6132293fd2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:bc91dcf1a46b7c72a549e0b6ee31c75f858302c60c149a7609caff74cc5c6abd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:bde806f57e0b9b7ce164662788e2e73dfebd9832b786e39de130de4cc49c8636_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:30207dfaabcfa02cda1bcae81393b60803f92016c5d5808ae96673db6de75517_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:551d469df605acd5ea005c3050f287fd03e5c1a9a27d0268ef469bc51eebc1de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:c4646cedf66ddafceda2390f72016c4b7c488033ba0c4ad407ab0b43dc203bf3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:f5a389ca6c591d6036dd74b17014bbae4862991ce535046d740ef5033c252b63_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:0e559ad405bf43ba974c96f7aa35509c15503c85e8f7ca56ce667a7397c7db3a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:48d60cc74f3d6bf4f09cbf259019603a9225a44161e68e2a2d9bd8a263340406_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d17846e063bfbdc3fff04c84fce8a28876e93067060c28413ca83e1fdd3c63aa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:e9412c088ecda6dd399c93473ecceb93afc507654c85ada3ef6717ec00abd83d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:02c17180ad266141969e5578f2411c67a85480b3798a92a39546f7fc3d092d70_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:7336159b37f052656b59aa6955d3809bb68a12ac5f0b3a70c35785c3b8d8282d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:7d24ed347f5cf9a0336d84672b67bfbb70d0badb4d5c285af2a524b04d9037b0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3d2052a4cd270e0c013a23740b6da2fe707ffd8c3096b3c06b9c6c20616c3be3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5894955ffe4827269ad50ee0a6172454774ccb5d363e302312aa1c5fc624d357_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:7b676c4ef70b99f206d01a0e8356476c3cdfb24001a1c4fde9b16b27ecec2268_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:5e11733057bb6c522edf6b78862117e3e9b2d7fcf7ddec8a2dbaf9df0dc22691_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:8b9df8353c1ee133eba7edb4260b59326bb90efc87d945411041d0ec674ed756_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:ac53cfaac2258bfde228cc26f7e8dc547f9966356b592d0011d5458cc7753c5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:fb348fee33ae66f171ba1fbba8c2a279d99f0133c47139c0553082eb79e4e6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:2538392c1baa687d7ca66106529aa9ab83d8896e9d534de7b1f3a2345db0b902_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:731a91e69551d1f1c301dad07d6928fa1a296bb2959129e99d3088c17828ab55_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:7ad074aaa7e14889d7097513faed0eb0f40906ac11e193686daf8f75201c7935_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:cdc07e335320b69980e028c164ba5a6ccccb2110c26f6f6e6da5c9496c24986f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:0f98eeb7cf6a11a9813391ac2a49f5309c8278a346ac30762cbc7284ea3540c7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:624e4d317444dbd111d3880068e33b04f8d1471c1363f880e089b1c223ee1d10_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:65e9e2515d069098bcab490e1cc87b8e114242fa5602ed203a4e3fb7cdc84428_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:8622e77b10ddb26c6008f1b3095cd2c9267e8d3b9e38bcab56b9b41b9abb7910_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:0c4d2d801365cb7d930b30f8fd8dc2f0014b986e52e9b9e01535440a74ae1ad9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:76a9f53e81c9fe39b3702751ff9951b4e4e4be10179d4a4782262b5048f830ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:ad30c480c58432fa0149b81bfd90f9352a7b01da3f7b6278689ceae3365f1f14_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:21e589020ef594c21191c4c0c678b0c3ee2e8b63c25d4be6c79d33c9d72e999f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:4b1e12141c6c40f915898696fbde1b6716568ef3bdb303e30503d11a2b88f0fc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:8ec5cc69bec2d12efba2586da5dc922513ffbd43d93091ebe9ddf14b562a7904_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:34189db06cea2c6327f6a3cd963878406d2ced9f0cb557d1e6a165e1a96f3fac_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:5993ee4d1772d13d90a75df9ead2a589e5d1573f2c553ad42eba4bac18edab1f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:b3b64522cc6abd399f54cd7e3ae8ed911bfd924443f9d6a8e0a1265ccfd3a2bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:0ed3ee96dac3736047d73602f07416438bf841f131cc1031c4ef35f36432abb4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:3f850c1fcd7b35e7bba286622398ea4ca6d7f2678cf31f92ecbf8fffc96fbaeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:ede4c1fb392afea2550e3d7b149d249ca4e2163cff9f2e04ab9c110589a74d0e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:2f60680fd164ac684f8adc278fca33f88244ee0899f71ff4bfbbaea3784f642f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:d01636efae78fa135ebf9abbf76053d1acf3f8bd0922771671dac258e72ea898_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:ec0f833a0ecdbd69229f89111e5fcd96372d2a924d09bfb67fb06c49ad5b2092_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:3b413c9ae9524809570d2454708a8cf376f048f7bd5a563163d4d92aee8a67c6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:cf65167b0889c1ef5ad7a6d0996cbdd15b2dc4d4befe83a78ce1f6d97ac9559a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:fe041736e05ea6aa728e9a82907e4b553cd4639461a222f6321dbe7fb30cf3a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3c0a072ee590b401a109a7536eae7cd6c14271b693e0ed1cded43ddbb73c0c3e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:51c92810f9f7f352ded1de41c4db8ae2eb560b9ce9a9adaf503de404fbd5184e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:6daef4e02abe2a67548e89dabcb5ebbd57910d62ba50bc49901443741f9b83c5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:f8af644e404abbc53c6b8c437b2611cd780106fd0ce90fdee2a8b3b9714b8b99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:0220e6b485c9a338207ee69bedb1e7dd8529566e962c5bdc83e045ad5a741330_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:04aec5698609d1cecdeaa56b2172ebe1dfbb9994a1cbbd544f9b52474f153505_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:4c7fdb38f850cadeacc6a7ca0faff1c96b4705cc8d9e6535a35a3fafafe842b2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:9ef249331bbdd769776911ac922ad9596a551825455920cc833d01673af5cdd5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:0555e64a886bdd8c511a9f90fda40184bf75ebdf06b2a3834a8585c02e414f85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:451c8570e45f208f63477a7167c0751b9dba393e43fde28d49cc3c07b8eb5292_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:978a9997914866fda9311099daa73db129b13f805287e67d8f096236ce773b44_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:18aa5f6ca765f459804439098cff38a97be4ca34b7613bb6930aa25b8d328e3b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:623834fcc12908c1f087ec7267d2e650ba3e607d674faeb4ab2896cec226eeae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:765e7685283c72b3ad589f3f7a91dd7b3848391089f5e4252b6265936a45f1d7_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.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:1f292cb1128d143b935ca01784676e00dceb9a2b5201469c4918ffab98a1af2b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:872d8b49ec3019ed99b2d1318bc50303e145de45abe0ca20cd040706218e7173_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-event-proxy-rhel8@sha256:b0bdd34fc34c565ec91fa4e699c743cb93324317c5a4376e822be0523ac5036c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:2aed15bf2cf0c7d871349bd988d18bb9b0ad580b7acf2c6e7345b38966535ebf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:3a8bf9a442d888446fd40bf725ae71376ea8790de491d0a40463d8f4337a5454_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:6cc7de37bbcc981d7fbb5a3b628299bf751afdc56fff8817ddf148cfbc482f2e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/frr-rhel9@sha256:aca7da9149d6e27d3cad43636a598c29adca9b1d29871063b5d6acc0856578e4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:2ec74268466d11a2b0a33920e881a86461f2f8ea2e366fe774967f67c28207c3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:3244a5d768be02d78e959466e3abcccd41a6d3a37267a97f089d8f1e18d0f5d6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:7fa7c19245a650bbee230f5f9aa8f569f8dc131eac7fbb2e6308b845c4fd46a5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:ad05320e117a20848b789a5af62c71e19a98886bf771fa8a7375ad571073cc14_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:34643117b7c08ea23a0101d1929b8a8d3788e1298c8fac7ffc16050f11bdeec6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:8f96cebba1f887a00a628ebb7902478c4bbfd2fb754672dffadb1871b7adbaeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:bd5cfc7e4132abcc016fd9a05b34b01ab1d185116d17285d87abd90de7b02594_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:c4469236f4711ecccade0cdbf1afba4fa2ae5160710b0b8a1c705ddacd4de3b6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:1d036cf647af40a41f7bf496c57e380a129630bca32bbdb832e30eba597db50f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:676400c15da27e7521fd642ed45d47a9752b6fd931dbaa54776a4cf37c48838b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:bccc96d999055ca260934ed81b5cbf499f0a1b3d7212eb82daf63b7a2c974963_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:d0aeac6a813cdac16e114c3fb1883e56e4a85f102a1dec1676f5cb5d88fa291b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:92c5096f7c11aaa67779d1f5c097838ec3ba9162b96a6e1da20fd83b43ecbef7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:a2d880c37527795948f9541ac92bff66ad1e0f166b1843d8d35fbe8eb071e61c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:c9d2a714f7a168aa0da6c2f9cbf34f5ae234ffcb6a4a818c192cccd89c5921f1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:dd6a885a1e5201d9d1716940f5d0e8748476188d84a7a61bd1c7e7820f0d3b22_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:1413820512768fe59b0206fdf4678c1abc3d09197e1f153af145649ec954461c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:36a91f53e1b553b9e1455165a9b304d43aeeba1e2b1da74867f3ba8b1dc138a8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:db61b4f3f946c46a533ab59ab7f79622aa0fcd06d707a0021edb6f5fc2d1e00c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/metallb-rhel9@sha256:fd3c282d4cda8e5240980c37355ec90bdfb2237914feea0ff210a25d2b419a31_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:12865dd331ae92b5ab97bf251057dc9172b473364445aeb2ee7e3ee69cf9bc96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:2bbf2e52cb45c14caf2db73400cc0320faa678ce26d2953713cb00d8d487c9ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:66267c0d9fac8f102c106117b88dc9cf0c264b9ab077490b8db671ab0b66457c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/nmstate-console-plugin-rhel8@sha256:8425a1f44a584e468e8014144af7af583f6245685121afc40ab61950136b71a5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:0d997567ebf539ef9a429e7c2965fcbe36c8bd2585f0185601f100423708c271_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:335d1e4ea1437472c3d761e0803b36746a03b67188b492e2c0c1674914273787_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:358a06dc2a6a7d1ca69cc57e37d90f626a90bcc03817062046804e2b21da4278_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ansible-operator@sha256:60766498e4f17bfb8eb6cd9d517e20f75103125e31556e95fb958feaf8d4e2fb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:c1a65a96fc61203d73676073b9dbceda27f85a291946c204e94b7569b678b41f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:dbdd855b72d90827ec5622e167ecc5aeb6ac37d834c5c8c8d8135ce8220002a7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:71b303e2f59319a77c6aaa8259576085d84eda855693bbddc10391c217ad80e0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:e7c0f42bb05d82d862956b926ca68721db229c7cf3b41ac8c44191064eca3254_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:1f292cb1128d143b935ca01784676e00dceb9a2b5201469c4918ffab98a1af2b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:872d8b49ec3019ed99b2d1318bc50303e145de45abe0ca20cd040706218e7173_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:b0bdd34fc34c565ec91fa4e699c743cb93324317c5a4376e822be0523ac5036c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:7d5d5870fa6b19adfe7c1cad7fbc29f78642aca3013ebbbdc1ba2421fe0014e4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:8bab43acf35c3ede4fa67ad2b230f67a0f0d30d982d3a71e572864d2f3e36c7e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:9a138ea0a6e3675b972fbd59ce131d0ee1dcbd2342e0a24f30be937cbc4f4929_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:defaa832e1c8a3b8cc069085be650debc1d21e92655aff1e39eb6db07b138351_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:1dcc35477c0b0e439919fe990a1a8f437b4d0f0138c3aab94a500b35584eebab_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:27558f00a52573122b0888ad809bbb64bc49d129ed5c27994bf2a71925472aa3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:6bd89c33b1efa5b5a45f11fc3e1f065db177b88f7a0ffb6d87729891504fd878_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:6f2cd7039e4f295e56f3f70a78154ffda11584493d278803a9bb8f4b8f102ebf_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:39d0af858c79257512d43a43af1ce34249c1b755d27bafd5c6ef678c3f5ce623_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:4f5d15f2ced5eea7ad2294149b6b5f0df37f34f5d1984a55edbdebab8b2eb42d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:71c3d0cc3e101bd9004861e10a2cfdbb585ce16917e991142bd3035257658c7f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:97020a81f7abcbc6458a69328b9f687924c6e5fec3337436d392c00bc17bb885_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:00e672b60409ace3511b563a1dc50aa74355a46385d62f2b5715414ecabe044a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:951763519ba7aa23045b7dec50c3bb423926902aa5ce0d9c5a2287c5acd9cb2f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:9d594efeb376fa47ef3dea922e27028d21c254266ae41c2fe7f7fd58843ea68a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:f17103d7a2e89aa4f6d154c2128ac510b3bb0aae8689d4b98fe5a8043245b25f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:55fb0fa279ffeafdd6f098a6b967e533bd45a1fd3a3947f36c405e9eebe3aed7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:5d1131eeac61f35c0e92e530611b6dc146db4b4c1f02c91bf1befcae0617b9ef_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:f41821a8106fe0b470c9ee935628b9457893adaaa2fdd26b905c7d2bcae16ec8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:fa9a05d585a4e4a72cc8c404b2224601fd66328d403bd673f34c15e56c4a4dd9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:2fd017472f069dadb74b3ae33eb653a291af536087bdf4f3d4d9fe4ab7f6d69d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:3b5a1f09df318bc2a3843e030bddbe8c41d5bd4a317147b17820aecdf7a7b28a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:68e5aa6222338cc70d090473fce055e5311085de615f1578962fd1b2cbb98877_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:da3c9bae5bd32ab5f9da738d9482b616af5744baede9a9b10ff6c0f3a3d54a30_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:37cddda55cbff2210bb73cc8103ae01e01cb955e99f5039ae2085964ab74ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:87e251b54945d7afea87f436b272e40c7cb52f0ed434ed3dd47676dc169d1096_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:a8d3cad98dca1279351a28db1200ce9f01c87e7c55aac001f772445e8a648e69_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:d6fcfe3a380404bf4428494316e15784b1e7cfaa79b413ffcf0063b195e41278_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:80839639890ff5bf07660ad2640b99014b88c463cf10fbb295641488cd105c21_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:ab0b5e85c59333ebee30d3c5e5523d89ec458208e5b891d19e7149d7f0446778_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:c22965e71fbd1c604bb0fc9c48b5aa709a278b28c5db6b2072332eed5b90c736_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-egress-router@sha256:e518f945388bc422643945920ca07639f20cd76e11fd7af07102a0200141111a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:2769d6dc5cdb966bfb07b951eeb74794edcfc1c5256a7f08d9fc2ca3c1c89f5a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:81f672a3853d432e183a77856a8d1e8cea39c2051e25e4ff026505372849b4e9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:f9cedac97976d034f46d18a69b0db115016c304185adfcf502bf91eb4e22537a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:9e03671ef76cd258c95d452bbac86afdff8c5c07ee7f00e4aed2ed6c1dae7d2e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:c40abf6f51e2ec0639b2cedcd2722010f714af2309ba0e4a5d4d555274c1d5b5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:cb483f7ecdd50a62910a31c8b27564b91a13063138de9d0debda98d8481062ec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:65dc87827f274f3675987db21b5d0559b36f3e6c4dbfa76f3e1998163d59360a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:9fcd00b3e08ed6f4abcc6ef5f18d5251e8385146a0c4bd17c534781fece92b88_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:b149187ab359d3e6299efe77a809b737bf11c06099b91009521dcd549e9b63a9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-helm-operator@sha256:e0caee2012764721bc8dd0522059362c769105f850d5fee4c26bc6c79baae5e3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:368ba4c0f88e092c4496b55a68f02c1e5ad4b20eb737b79479ebf175cb164e69_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:6854d5b0c7b8d21d155d626b8c26b5ec61c7deef083dad25dd2eb7e520f3ba9f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:7e315a7efdeeebd40154f635d9d5203ba4cfcb4f52a4aca37a59ade17a21f0d3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:b358ce63c992ec4866699e1f5f081d314221bcb944059fbfdb6c50a2d2556eb0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:3d57afb7dcd9d684032be69e26b9515a1ddd2acb196ca5bc9b766276f96a973b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:46ebe527c7439bf8cd653e8d231d6c480976493a3da707b739d1cebc52a19062_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:58abf82c9d292827cb43e94815038962388da1b6552c9b994e35cc787188bd67_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:e9f2dd59cafab7ed648dc67b754f23bb7d028482511dcacd711eacd61ec7c870_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:1f3a5a81119d2c3a51eb23ce88f3a58dca4775c4e9a22be459c77711b9221a6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:b733c1835adace0c6fe9f51707d7c393f500ac88e384b88a223a7fac58a0878a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:e14b813e9ad6a4ee70435fe30067fb316fc662d80ac7aa46b4bdd9a296cad847_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:e8bc005d2400b2748b99ef91676eb09061553e331b1c01aa405100d62e2dd6fc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:4a48deb3b5581ab20c4a4330b231606f2c65e4e080a1e120247dcfe1b623fc1b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:949dee7c0d84c600c1b92de85eddee2d05f001dfe7ae9d568f949a6132293fd2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:bc91dcf1a46b7c72a549e0b6ee31c75f858302c60c149a7609caff74cc5c6abd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:bde806f57e0b9b7ce164662788e2e73dfebd9832b786e39de130de4cc49c8636_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:30207dfaabcfa02cda1bcae81393b60803f92016c5d5808ae96673db6de75517_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:551d469df605acd5ea005c3050f287fd03e5c1a9a27d0268ef469bc51eebc1de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:c4646cedf66ddafceda2390f72016c4b7c488033ba0c4ad407ab0b43dc203bf3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:f5a389ca6c591d6036dd74b17014bbae4862991ce535046d740ef5033c252b63_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:0e559ad405bf43ba974c96f7aa35509c15503c85e8f7ca56ce667a7397c7db3a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:48d60cc74f3d6bf4f09cbf259019603a9225a44161e68e2a2d9bd8a263340406_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:d17846e063bfbdc3fff04c84fce8a28876e93067060c28413ca83e1fdd3c63aa_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:e9412c088ecda6dd399c93473ecceb93afc507654c85ada3ef6717ec00abd83d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:02c17180ad266141969e5578f2411c67a85480b3798a92a39546f7fc3d092d70_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:7336159b37f052656b59aa6955d3809bb68a12ac5f0b3a70c35785c3b8d8282d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-operator@sha256:7d24ed347f5cf9a0336d84672b67bfbb70d0badb4d5c285af2a524b04d9037b0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:3d2052a4cd270e0c013a23740b6da2fe707ffd8c3096b3c06b9c6c20616c3be3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:5894955ffe4827269ad50ee0a6172454774ccb5d363e302312aa1c5fc624d357_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:7b676c4ef70b99f206d01a0e8356476c3cdfb24001a1c4fde9b16b27ecec2268_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:5e11733057bb6c522edf6b78862117e3e9b2d7fcf7ddec8a2dbaf9df0dc22691_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:8b9df8353c1ee133eba7edb4260b59326bb90efc87d945411041d0ec674ed756_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:ac53cfaac2258bfde228cc26f7e8dc547f9966356b592d0011d5458cc7753c5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8-operator@sha256:fb348fee33ae66f171ba1fbba8c2a279d99f0133c47139c0553082eb79e4e6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:2538392c1baa687d7ca66106529aa9ab83d8896e9d534de7b1f3a2345db0b902_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:731a91e69551d1f1c301dad07d6928fa1a296bb2959129e99d3088c17828ab55_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:7ad074aaa7e14889d7097513faed0eb0f40906ac11e193686daf8f75201c7935_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel8@sha256:cdc07e335320b69980e028c164ba5a6ccccb2110c26f6f6e6da5c9496c24986f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:0f98eeb7cf6a11a9813391ac2a49f5309c8278a346ac30762cbc7284ea3540c7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:624e4d317444dbd111d3880068e33b04f8d1471c1363f880e089b1c223ee1d10_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:65e9e2515d069098bcab490e1cc87b8e114242fa5602ed203a4e3fb7cdc84428_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel8@sha256:8622e77b10ddb26c6008f1b3095cd2c9267e8d3b9e38bcab56b9b41b9abb7910_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:0c4d2d801365cb7d930b30f8fd8dc2f0014b986e52e9b9e01535440a74ae1ad9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:76a9f53e81c9fe39b3702751ff9951b4e4e4be10179d4a4782262b5048f830ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:ad30c480c58432fa0149b81bfd90f9352a7b01da3f7b6278689ceae3365f1f14_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:21e589020ef594c21191c4c0c678b0c3ee2e8b63c25d4be6c79d33c9d72e999f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:4b1e12141c6c40f915898696fbde1b6716568ef3bdb303e30503d11a2b88f0fc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:8ec5cc69bec2d12efba2586da5dc922513ffbd43d93091ebe9ddf14b562a7904_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:34189db06cea2c6327f6a3cd963878406d2ced9f0cb557d1e6a165e1a96f3fac_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:5993ee4d1772d13d90a75df9ead2a589e5d1573f2c553ad42eba4bac18edab1f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:b3b64522cc6abd399f54cd7e3ae8ed911bfd924443f9d6a8e0a1265ccfd3a2bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:0ed3ee96dac3736047d73602f07416438bf841f131cc1031c4ef35f36432abb4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:3f850c1fcd7b35e7bba286622398ea4ca6d7f2678cf31f92ecbf8fffc96fbaeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:ede4c1fb392afea2550e3d7b149d249ca4e2163cff9f2e04ab9c110589a74d0e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:2f60680fd164ac684f8adc278fca33f88244ee0899f71ff4bfbbaea3784f642f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:d01636efae78fa135ebf9abbf76053d1acf3f8bd0922771671dac258e72ea898_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:ec0f833a0ecdbd69229f89111e5fcd96372d2a924d09bfb67fb06c49ad5b2092_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:3b413c9ae9524809570d2454708a8cf376f048f7bd5a563163d4d92aee8a67c6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:cf65167b0889c1ef5ad7a6d0996cbdd15b2dc4d4befe83a78ce1f6d97ac9559a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:fe041736e05ea6aa728e9a82907e4b553cd4639461a222f6321dbe7fb30cf3a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:3c0a072ee590b401a109a7536eae7cd6c14271b693e0ed1cded43ddbb73c0c3e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:51c92810f9f7f352ded1de41c4db8ae2eb560b9ce9a9adaf503de404fbd5184e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:6daef4e02abe2a67548e89dabcb5ebbd57910d62ba50bc49901443741f9b83c5_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:f8af644e404abbc53c6b8c437b2611cd780106fd0ce90fdee2a8b3b9714b8b99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:0220e6b485c9a338207ee69bedb1e7dd8529566e962c5bdc83e045ad5a741330_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:04aec5698609d1cecdeaa56b2172ebe1dfbb9994a1cbbd544f9b52474f153505_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:4c7fdb38f850cadeacc6a7ca0faff1c96b4705cc8d9e6535a35a3fafafe842b2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:9ef249331bbdd769776911ac922ad9596a551825455920cc833d01673af5cdd5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:0555e64a886bdd8c511a9f90fda40184bf75ebdf06b2a3834a8585c02e414f85_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:451c8570e45f208f63477a7167c0751b9dba393e43fde28d49cc3c07b8eb5292_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:978a9997914866fda9311099daa73db129b13f805287e67d8f096236ce773b44_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:18aa5f6ca765f459804439098cff38a97be4ca34b7613bb6930aa25b8d328e3b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:623834fcc12908c1f087ec7267d2e650ba3e607d674faeb4ab2896cec226eeae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:765e7685283c72b3ad589f3f7a91dd7b3848391089f5e4252b6265936a45f1d7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload"
}
]
}
CERTFR-2025-AVI-1082
Vulnerability from certfr_avis - Published: 2025-12-09 - Updated: 2025-12-09
De multiples vulnérabilités ont été découvertes dans les produits Microsoft. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| Microsoft | N/A | cbl2 cni-plugins 1.3.0-9 | ||
| Microsoft | N/A | cbl2 cf-cli 8.4.0-25 | ||
| Microsoft | N/A | cbl2 kube-vip-cloud-provider 0.0.2-23 | ||
| Microsoft | N/A | azl3 httpd 2.4.65-1 | ||
| Microsoft | N/A | azl3 cni-plugins 1.4.0-3 | ||
| Microsoft | N/A | azl3 kata-containers-cc 3.15.0.aks0-5 | ||
| Microsoft | N/A | cbl2 dcos-cli 1.2.0-22 | ||
| Microsoft | N/A | cbl2 jx 3.2.236-23 | ||
| Microsoft | N/A | cbl2 cert-manager 1.11.2-24 | ||
| Microsoft | N/A | azl3 dcos-cli 1.2.0-19 | ||
| Microsoft | N/A | azl3 kubernetes 1.30.10-16 | ||
| Microsoft | N/A | azl3 flannel 0.24.2-21 | ||
| Microsoft | N/A | azl3 kernel 6.6.112.1-2 | ||
| Microsoft | N/A | cbl2 influxdb 2.6.1-24 | ||
| Microsoft | N/A | cbl2 containerized-data-importer 1.55.0-26 | ||
| Microsoft | N/A | azl3 kernel 6.6.117.1-1 | ||
| Microsoft | N/A | cbl2 flannel 0.14.0-26 | ||
| Microsoft | N/A | cbl2 libcontainers-common 20210626-7 | ||
| Microsoft | N/A | cbl2 kata-containers-cc 3.2.0.azl2-8 | ||
| Microsoft | N/A | azl3 containerized-data-importer 1.57.0-17 | ||
| Microsoft | N/A | cbl2 kubevirt 0.59.0-31 | ||
| Microsoft | N/A | cbl2 moby-compose 2.17.3-12 | ||
| Microsoft | N/A | cbl2 cri-o 1.22.3-17 | ||
| Microsoft | N/A | cbl2 httpd 2.4.65-1 | ||
| Microsoft | N/A | azl3 kata-containers 3.19.1.kata2-2 | ||
| Microsoft | N/A | cbl2 kubernetes 1.28.4-19 | ||
| Microsoft | N/A | cbl2 moby-buildx 0.7.1-26 | ||
| Microsoft | N/A | cbl2 local-path-provisioner 0.0.21-19 | ||
| Microsoft | N/A | cbl2 prometheus 2.37.9-5 | ||
| Microsoft | N/A | azl3 influxdb 2.7.5-8 | ||
| Microsoft | N/A | cbl2 kata-containers 3.2.0.azl2-7 | ||
| Microsoft | N/A | azl3 libcontainers-common 20240213-3 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "cbl2 cni-plugins 1.3.0-9",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 cf-cli 8.4.0-25",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 kube-vip-cloud-provider 0.0.2-23",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 httpd 2.4.65-1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 cni-plugins 1.4.0-3",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 kata-containers-cc 3.15.0.aks0-5",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 dcos-cli 1.2.0-22",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 jx 3.2.236-23",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 cert-manager 1.11.2-24",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 dcos-cli 1.2.0-19",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 kubernetes 1.30.10-16",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 flannel 0.24.2-21",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 kernel 6.6.112.1-2",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 influxdb 2.6.1-24",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 containerized-data-importer 1.55.0-26",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 kernel 6.6.117.1-1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 flannel 0.14.0-26",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 libcontainers-common 20210626-7",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 kata-containers-cc 3.2.0.azl2-8",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 containerized-data-importer 1.57.0-17",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 kubevirt 0.59.0-31",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 moby-compose 2.17.3-12",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 cri-o 1.22.3-17",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 httpd 2.4.65-1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 kata-containers 3.19.1.kata2-2",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 kubernetes 1.28.4-19",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 moby-buildx 0.7.1-26",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 local-path-provisioner 0.0.21-19",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 prometheus 2.37.9-5",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 influxdb 2.7.5-8",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 kata-containers 3.2.0.azl2-7",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 libcontainers-common 20240213-3",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-40273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40273"
},
{
"name": "CVE-2025-59775",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59775"
},
{
"name": "CVE-2025-40287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40287"
},
{
"name": "CVE-2025-40294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40294"
},
{
"name": "CVE-2025-40308",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40308"
},
{
"name": "CVE-2025-40311",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40311"
},
{
"name": "CVE-2025-40322",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40322"
},
{
"name": "CVE-2025-66200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66200"
},
{
"name": "CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"name": "CVE-2025-40277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40277"
},
{
"name": "CVE-2025-40272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40272"
},
{
"name": "CVE-2025-40269",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40269"
},
{
"name": "CVE-2025-40289",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40289"
},
{
"name": "CVE-2025-40292",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40292"
},
{
"name": "CVE-2025-65082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65082"
},
{
"name": "CVE-2025-40279",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40279"
},
{
"name": "CVE-2023-53749",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53749"
},
{
"name": "CVE-2025-40283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40283"
},
{
"name": "CVE-2025-40324",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40324"
},
{
"name": "CVE-2025-40321",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40321"
},
{
"name": "CVE-2025-40282",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40282"
},
{
"name": "CVE-2025-40301",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40301"
},
{
"name": "CVE-2025-40310",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40310"
},
{
"name": "CVE-2025-40280",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40280"
},
{
"name": "CVE-2025-40284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40284"
},
{
"name": "CVE-2025-40305",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40305"
},
{
"name": "CVE-2025-40297",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40297"
},
{
"name": "CVE-2025-40288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40288"
},
{
"name": "CVE-2025-40281",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40281"
},
{
"name": "CVE-2025-40304",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40304"
},
{
"name": "CVE-2025-40268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40268"
},
{
"name": "CVE-2025-40303",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40303"
},
{
"name": "CVE-2025-40323",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40323"
},
{
"name": "CVE-2025-40275",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40275"
},
{
"name": "CVE-2025-40319",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40319"
}
],
"initial_release_date": "2025-12-09T00:00:00",
"last_revision_date": "2025-12-09T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1082",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-12-09T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Microsoft. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Microsoft",
"vendor_advisories": [
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40275",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40275"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40319",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40319"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40280",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40280"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40304",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40304"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40301",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40301"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40272",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40272"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40269",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40269"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40277",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40277"
},
{
"published_at": "2025-12-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-65082",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-65082"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40284",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40284"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40292",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40292"
},
{
"published_at": "2025-12-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-65637",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-65637"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40294",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40294"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40297",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40297"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40311",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40311"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40303",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40303"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2023-53749",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-53749"
},
{
"published_at": "2025-12-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-59775",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-59775"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40310",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40310"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40281",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40281"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40308",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40308"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40283",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40283"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40323",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40323"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40279",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40279"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40305",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40305"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40288",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40288"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40273",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40273"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40268",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40268"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40324",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40324"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40289",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40289"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40322",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40322"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40282",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40282"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40321",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40321"
},
{
"published_at": "2025-12-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-66200",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-66200"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40287",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40287"
}
]
}
CERTFR-2026-AVI-0112
Vulnerability from certfr_avis - Published: 2026-02-02 - Updated: 2026-02-02
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | Foundation Core pour VMware Tanzu Platform versions antérieures à 3.1.7 | ||
| VMware | Tanzu Kubernetes Grid Integrated Edition | Tanzu Kubernetes Grid Integrated Edition (TKGi) - Mgmt Console versions antérieures à 1.24.0 | ||
| VMware | Tanzu Platform | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 10.2.7+LTS-T | ||
| VMware | N/A | NodeJS Buildpack versions antérieures à 1.8.74 | ||
| VMware | Tanzu Platform | Foundation Core pour VMware Tanzu Platform versions antérieures à 3.2.3 | ||
| VMware | Tanzu Platform | Telemetry pour VMware Tanzu Platform versions antérieures à 2.4.0 | ||
| VMware | N/A | Platform Automation Toolkit versions antérieures à 5.4.0 | ||
| VMware | N/A | VMware Harbor Registry versions antérieures à 2.14.0 | ||
| VMware | Tanzu Platform | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 10.3.4 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Foundation Core pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 3.1.7",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Kubernetes Grid Integrated Edition (TKGi) - Mgmt Console versions ant\u00e9rieures \u00e0 1.24.0",
"product": {
"name": "Tanzu Kubernetes Grid Integrated Edition",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.7+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "NodeJS Buildpack versions ant\u00e9rieures \u00e0 1.8.74",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Foundation Core pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 3.2.3",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Telemetry pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.4.0",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Automation Toolkit versions ant\u00e9rieures \u00e0 5.4.0",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Harbor Registry versions ant\u00e9rieures \u00e0 2.14.0",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.4",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-8715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8715"
},
{
"name": "CVE-2025-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53547"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2025-68973",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68973"
},
{
"name": "CVE-2025-10148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10148"
},
{
"name": "CVE-2025-14087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14087"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-28164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-28164"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2026-24882",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24882"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2025-6075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6075"
},
{
"name": "CVE-2025-22228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22228"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2025-55752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55752"
},
{
"name": "CVE-2025-58767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58767"
},
{
"name": "CVE-2024-38819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38819"
},
{
"name": "CVE-2025-55198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55198"
},
{
"name": "CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"name": "CVE-2026-1485",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1485"
},
{
"name": "CVE-2022-49390",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49390"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2025-21855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21855"
},
{
"name": "CVE-2024-21510",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21510"
},
{
"name": "CVE-2025-14512",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14512"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2025-61921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61921"
},
{
"name": "CVE-2023-34231",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34231"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2025-64718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64718"
},
{
"name": "CVE-2024-28180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28180"
},
{
"name": "CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2025-10966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10966"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"name": "CVE-2025-64505",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64505"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-65945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65945"
},
{
"name": "CVE-2025-28162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-28162"
},
{
"name": "CVE-2025-55754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55754"
},
{
"name": "CVE-2025-64506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64506"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2025-3360",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3360"
},
{
"name": "CVE-2025-64720",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64720"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2025-14762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14762"
},
{
"name": "CVE-2025-8713",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8713"
},
{
"name": "CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"name": "CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-65018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65018"
},
{
"name": "CVE-2025-7039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7039"
},
{
"name": "CVE-2025-12818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12818"
},
{
"name": "CVE-2025-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
},
{
"name": "CVE-2026-24842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24842"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-55199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55199"
},
{
"name": "CVE-2025-61594",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61594"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-11414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11414"
},
{
"name": "CVE-2025-54410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54410"
},
{
"name": "CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"name": "CVE-2026-24883",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24883"
},
{
"name": "CVE-2025-39964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39964"
},
{
"name": "CVE-2025-39993",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39993"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-8714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8714"
},
{
"name": "CVE-2025-9086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9086"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-13601",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13601"
},
{
"name": "CVE-2025-12817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12817"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2024-38828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38828"
},
{
"name": "CVE-2025-6966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6966"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-8959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8959"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2025-40018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40018"
},
{
"name": "CVE-2024-53218",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53218"
},
{
"name": "CVE-2025-67499",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67499"
},
{
"name": "CVE-2025-58058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58058"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-11413",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11413"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2025-61748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61748"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2025-7339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7339"
},
{
"name": "CVE-2024-53090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53090"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2025-23419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23419"
},
{
"name": "CVE-2025-8885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8885"
},
{
"name": "CVE-2025-41249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41249"
},
{
"name": "CVE-2025-11412",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11412"
},
{
"name": "CVE-2026-1484",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1484"
},
{
"name": "CVE-2025-7424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7424"
},
{
"name": "CVE-2024-50067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50067"
},
{
"name": "CVE-2024-47220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47220"
},
{
"name": "CVE-2025-54388",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54388"
},
{
"name": "CVE-2026-1489",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1489"
},
{
"name": "CVE-2026-24881",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24881"
},
{
"name": "CVE-2025-41242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41242"
},
{
"name": "CVE-2024-38816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38816"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2025-6442",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6442"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"name": "CVE-2025-11494",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11494"
},
{
"name": "CVE-2024-47691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47691"
},
{
"name": "CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
}
],
"initial_release_date": "2026-02-02T00:00:00",
"last_revision_date": "2026-02-02T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0112",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-02-02T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36902",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36902"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36908",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36908"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36897",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36897"
},
{
"published_at": "2026-02-01",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36912",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36912"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36904",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36904"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36900",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36900"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36903",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36903"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36909",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36909"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36899",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36899"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36906",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36906"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36907",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36907"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36901",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36901"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36905",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36905"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36898",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36898"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36910",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36910"
},
{
"published_at": "2026-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36911",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36911"
}
]
}
CERTFR-2025-AVI-1082
Vulnerability from certfr_avis - Published: 2025-12-09 - Updated: 2025-12-09
De multiples vulnérabilités ont été découvertes dans les produits Microsoft. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| Microsoft | N/A | cbl2 cni-plugins 1.3.0-9 | ||
| Microsoft | N/A | cbl2 cf-cli 8.4.0-25 | ||
| Microsoft | N/A | cbl2 kube-vip-cloud-provider 0.0.2-23 | ||
| Microsoft | N/A | azl3 httpd 2.4.65-1 | ||
| Microsoft | N/A | azl3 cni-plugins 1.4.0-3 | ||
| Microsoft | N/A | azl3 kata-containers-cc 3.15.0.aks0-5 | ||
| Microsoft | N/A | cbl2 dcos-cli 1.2.0-22 | ||
| Microsoft | N/A | cbl2 jx 3.2.236-23 | ||
| Microsoft | N/A | cbl2 cert-manager 1.11.2-24 | ||
| Microsoft | N/A | azl3 dcos-cli 1.2.0-19 | ||
| Microsoft | N/A | azl3 kubernetes 1.30.10-16 | ||
| Microsoft | N/A | azl3 flannel 0.24.2-21 | ||
| Microsoft | N/A | azl3 kernel 6.6.112.1-2 | ||
| Microsoft | N/A | cbl2 influxdb 2.6.1-24 | ||
| Microsoft | N/A | cbl2 containerized-data-importer 1.55.0-26 | ||
| Microsoft | N/A | azl3 kernel 6.6.117.1-1 | ||
| Microsoft | N/A | cbl2 flannel 0.14.0-26 | ||
| Microsoft | N/A | cbl2 libcontainers-common 20210626-7 | ||
| Microsoft | N/A | cbl2 kata-containers-cc 3.2.0.azl2-8 | ||
| Microsoft | N/A | azl3 containerized-data-importer 1.57.0-17 | ||
| Microsoft | N/A | cbl2 kubevirt 0.59.0-31 | ||
| Microsoft | N/A | cbl2 moby-compose 2.17.3-12 | ||
| Microsoft | N/A | cbl2 cri-o 1.22.3-17 | ||
| Microsoft | N/A | cbl2 httpd 2.4.65-1 | ||
| Microsoft | N/A | azl3 kata-containers 3.19.1.kata2-2 | ||
| Microsoft | N/A | cbl2 kubernetes 1.28.4-19 | ||
| Microsoft | N/A | cbl2 moby-buildx 0.7.1-26 | ||
| Microsoft | N/A | cbl2 local-path-provisioner 0.0.21-19 | ||
| Microsoft | N/A | cbl2 prometheus 2.37.9-5 | ||
| Microsoft | N/A | azl3 influxdb 2.7.5-8 | ||
| Microsoft | N/A | cbl2 kata-containers 3.2.0.azl2-7 | ||
| Microsoft | N/A | azl3 libcontainers-common 20240213-3 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "cbl2 cni-plugins 1.3.0-9",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 cf-cli 8.4.0-25",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 kube-vip-cloud-provider 0.0.2-23",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 httpd 2.4.65-1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 cni-plugins 1.4.0-3",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 kata-containers-cc 3.15.0.aks0-5",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 dcos-cli 1.2.0-22",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 jx 3.2.236-23",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 cert-manager 1.11.2-24",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 dcos-cli 1.2.0-19",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 kubernetes 1.30.10-16",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 flannel 0.24.2-21",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 kernel 6.6.112.1-2",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 influxdb 2.6.1-24",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 containerized-data-importer 1.55.0-26",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 kernel 6.6.117.1-1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 flannel 0.14.0-26",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 libcontainers-common 20210626-7",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 kata-containers-cc 3.2.0.azl2-8",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 containerized-data-importer 1.57.0-17",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 kubevirt 0.59.0-31",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 moby-compose 2.17.3-12",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 cri-o 1.22.3-17",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 httpd 2.4.65-1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 kata-containers 3.19.1.kata2-2",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 kubernetes 1.28.4-19",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 moby-buildx 0.7.1-26",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 local-path-provisioner 0.0.21-19",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 prometheus 2.37.9-5",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 influxdb 2.7.5-8",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 kata-containers 3.2.0.azl2-7",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 libcontainers-common 20240213-3",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-40273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40273"
},
{
"name": "CVE-2025-59775",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59775"
},
{
"name": "CVE-2025-40287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40287"
},
{
"name": "CVE-2025-40294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40294"
},
{
"name": "CVE-2025-40308",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40308"
},
{
"name": "CVE-2025-40311",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40311"
},
{
"name": "CVE-2025-40322",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40322"
},
{
"name": "CVE-2025-66200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66200"
},
{
"name": "CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"name": "CVE-2025-40277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40277"
},
{
"name": "CVE-2025-40272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40272"
},
{
"name": "CVE-2025-40269",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40269"
},
{
"name": "CVE-2025-40289",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40289"
},
{
"name": "CVE-2025-40292",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40292"
},
{
"name": "CVE-2025-65082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65082"
},
{
"name": "CVE-2025-40279",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40279"
},
{
"name": "CVE-2023-53749",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53749"
},
{
"name": "CVE-2025-40283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40283"
},
{
"name": "CVE-2025-40324",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40324"
},
{
"name": "CVE-2025-40321",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40321"
},
{
"name": "CVE-2025-40282",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40282"
},
{
"name": "CVE-2025-40301",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40301"
},
{
"name": "CVE-2025-40310",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40310"
},
{
"name": "CVE-2025-40280",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40280"
},
{
"name": "CVE-2025-40284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40284"
},
{
"name": "CVE-2025-40305",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40305"
},
{
"name": "CVE-2025-40297",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40297"
},
{
"name": "CVE-2025-40288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40288"
},
{
"name": "CVE-2025-40281",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40281"
},
{
"name": "CVE-2025-40304",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40304"
},
{
"name": "CVE-2025-40268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40268"
},
{
"name": "CVE-2025-40303",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40303"
},
{
"name": "CVE-2025-40323",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40323"
},
{
"name": "CVE-2025-40275",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40275"
},
{
"name": "CVE-2025-40319",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40319"
}
],
"initial_release_date": "2025-12-09T00:00:00",
"last_revision_date": "2025-12-09T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1082",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-12-09T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Microsoft. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Microsoft",
"vendor_advisories": [
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40275",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40275"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40319",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40319"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40280",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40280"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40304",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40304"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40301",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40301"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40272",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40272"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40269",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40269"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40277",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40277"
},
{
"published_at": "2025-12-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-65082",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-65082"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40284",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40284"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40292",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40292"
},
{
"published_at": "2025-12-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-65637",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-65637"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40294",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40294"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40297",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40297"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40311",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40311"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40303",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40303"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2023-53749",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-53749"
},
{
"published_at": "2025-12-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-59775",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-59775"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40310",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40310"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40281",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40281"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40308",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40308"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40283",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40283"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40323",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40323"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40279",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40279"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40305",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40305"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40288",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40288"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40273",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40273"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40268",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40268"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40324",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40324"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40289",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40289"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40322",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40322"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40282",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40282"
},
{
"published_at": "2025-12-09",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40321",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40321"
},
{
"published_at": "2025-12-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-66200",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-66200"
},
{
"published_at": "2025-12-08",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-40287",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-40287"
}
]
}
GHSA-4F99-4Q7P-P3GH
Vulnerability from github – Published: 2025-12-04 21:31 – Updated: 2026-01-21 16:20A denial-of-service vulnerability exists in github.com/sirupsen/logrus when using Entry.Writer() to log a single-line payload larger than 64KB without newline characters. Due to limitations in the internal bufio.Scanner, the read fails with "token too long" and the writer pipe is closed, leaving Writer() unusable and causing application unavailability (DoS). This affects versions < 1.8.3, 1.9.0, and 1.9.2. The issue is fixed in 1.8.3, 1.9.1, and 1.9.3+, where the input is chunked and the writer continues to function even if an error is logged.
{
"affected": [
{
"package": {
"ecosystem": "Go",
"name": "github.com/sirupsen/logrus"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.8.3"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Go",
"name": "github.com/sirupsen/logrus"
},
"ranges": [
{
"events": [
{
"introduced": "1.9.0"
},
{
"fixed": "1.9.1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.9.0"
]
},
{
"package": {
"ecosystem": "Go",
"name": "github.com/sirupsen/logrus"
},
"ranges": [
{
"events": [
{
"introduced": "1.9.2"
},
{
"fixed": "1.9.3"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.9.2"
]
}
],
"aliases": [
"CVE-2025-65637"
],
"database_specific": {
"cwe_ids": [
"CWE-400"
],
"github_reviewed": true,
"github_reviewed_at": "2025-12-05T02:27:47Z",
"nvd_published_at": "2025-12-04T19:16:05Z",
"severity": "HIGH"
},
"details": "A denial-of-service vulnerability exists in github.com/sirupsen/logrus when using Entry.Writer() to log a single-line payload larger than 64KB without newline characters. Due to limitations in the internal bufio.Scanner, the read fails with \"token too long\" and the writer pipe is closed, leaving Writer() unusable and causing application unavailability (DoS). This affects versions \u003c 1.8.3, 1.9.0, and 1.9.2. The issue is fixed in 1.8.3, 1.9.1, and 1.9.3+, where the input is chunked and the writer continues to function even if an error is logged.",
"id": "GHSA-4f99-4q7p-p3gh",
"modified": "2026-01-21T16:20:52Z",
"published": "2025-12-04T21:31:04Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637"
},
{
"type": "WEB",
"url": "https://github.com/sirupsen/logrus/issues/1370"
},
{
"type": "WEB",
"url": "https://github.com/sirupsen/logrus/pull/1376"
},
{
"type": "WEB",
"url": "https://github.com/sirupsen/logrus/commit/6acd903758687c4a3db3c11701e6c414fcf1c1f7"
},
{
"type": "WEB",
"url": "https://github.com/mjuanxd/logrus-dos-poc"
},
{
"type": "WEB",
"url": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md"
},
{
"type": "PACKAGE",
"url": "https://github.com/sirupsen/logrus"
},
{
"type": "WEB",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3"
},
{
"type": "WEB",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1"
},
{
"type": "WEB",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3"
},
{
"type": "WEB",
"url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"type": "CVSS_V4"
}
],
"summary": "Logrus is vulnerable to DoS when using Entry.Writer()"
}
FKIE_CVE-2025-65637
Vulnerability from fkie_nvd - Published: 2025-12-04 19:16 - Updated: 2025-12-23 00:26| URL | Tags | ||
|---|---|---|---|
| cve@mitre.org | https://github.com/mjuanxd/logrus-dos-poc | Exploit, Third Party Advisory | |
| cve@mitre.org | https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md | Exploit, Third Party Advisory | |
| cve@mitre.org | https://github.com/sirupsen/logrus/issues/1370 | Exploit, Issue Tracking, Patch | |
| cve@mitre.org | https://github.com/sirupsen/logrus/pull/1376 | Issue Tracking, Patch | |
| cve@mitre.org | https://github.com/sirupsen/logrus/releases/tag/v1.8.3 | Release Notes | |
| cve@mitre.org | https://github.com/sirupsen/logrus/releases/tag/v1.9.1 | Release Notes | |
| cve@mitre.org | https://github.com/sirupsen/logrus/releases/tag/v1.9.3 | Release Notes | |
| cve@mitre.org | https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391 | Exploit, Third Party Advisory |
| Vendor | Product | Version | |
|---|---|---|---|
| turbopuffer | logrus | * | |
| turbopuffer | logrus | 1.9.0 | |
| turbopuffer | logrus | 1.9.2 |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:turbopuffer:logrus:*:*:*:*:*:go:*:*",
"matchCriteriaId": "B302F48C-A8EA-4FAB-B151-F8492365896C",
"versionEndExcluding": "1.8.3",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:turbopuffer:logrus:1.9.0:*:*:*:*:go:*:*",
"matchCriteriaId": "25373732-88E0-4824-B243-9C1E82608B1C",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:turbopuffer:logrus:1.9.2:*:*:*:*:go:*:*",
"matchCriteriaId": "E59CDE4C-3669-4EA6-AA2D-9BE99FDEC497",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "A denial-of-service vulnerability exists in github.com/sirupsen/logrus when using Entry.Writer() to log a single-line payload larger than 64KB without newline characters. Due to limitations in the internal bufio.Scanner, the read fails with \"token too long\" and the writer pipe is closed, leaving Writer() unusable and causing application unavailability (DoS). This affects versions \u003c 1.8.3, 1.9.0, and 1.9.2. The issue is fixed in 1.8.3, 1.9.1, and 1.9.3+, where the input is chunked and the writer continues to function even if an error is logged."
}
],
"id": "CVE-2025-65637",
"lastModified": "2025-12-23T00:26:00.703",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"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"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
},
"published": "2025-12-04T19:16:05.223",
"references": [
{
"source": "cve@mitre.org",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://github.com/mjuanxd/logrus-dos-poc"
},
{
"source": "cve@mitre.org",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md"
},
{
"source": "cve@mitre.org",
"tags": [
"Exploit",
"Issue Tracking",
"Patch"
],
"url": "https://github.com/sirupsen/logrus/issues/1370"
},
{
"source": "cve@mitre.org",
"tags": [
"Issue Tracking",
"Patch"
],
"url": "https://github.com/sirupsen/logrus/pull/1376"
},
{
"source": "cve@mitre.org",
"tags": [
"Release Notes"
],
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3"
},
{
"source": "cve@mitre.org",
"tags": [
"Release Notes"
],
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1"
},
{
"source": "cve@mitre.org",
"tags": [
"Release Notes"
],
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3"
},
{
"source": "cve@mitre.org",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391"
}
],
"sourceIdentifier": "cve@mitre.org",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-400"
}
],
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
}
WID-SEC-W-2026-0114
Vulnerability from csaf_certbund - Published: 2026-01-14 23:00 - Updated: 2026-01-21 23:00Notes
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Red Hat OpenShift ist eine \"Platform as a Service\" (PaaS) L\u00f6sung zur Bereitstellung von Applikationen in der Cloud.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Red Hat OpenShift ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-0114 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0114.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0114 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0114"
},
{
"category": "external",
"summary": "Red Hat Product Security Advisory vom 2026-01-14",
"url": "https://access.redhat.com/errata/RHSA-2026:0338"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0327 vom 2026-01-15",
"url": "https://access.redhat.com/errata/RHSA-2026:0327"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2DOCKER-2026-095 vom 2026-01-22",
"url": "https://alas.aws.amazon.com/AL2/ALAS2DOCKER-2026-095.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2ECS-2026-094 vom 2026-01-22",
"url": "https://alas.aws.amazon.com/AL2/ALAS2ECS-2026-094.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2NITRO-ENCLAVES-2026-085 vom 2026-01-22",
"url": "https://alas.aws.amazon.com/AL2/ALAS2NITRO-ENCLAVES-2026-085.html"
}
],
"source_lang": "en-US",
"title": "Red Hat OpenShift (github.com/sirupsen/logrus): Schwachstelle erm\u00f6glicht Denial of Service",
"tracking": {
"current_release_date": "2026-01-21T23:00:00.000+00:00",
"generator": {
"date": "2026-01-22T08:14:31.480+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0114",
"initial_release_date": "2026-01-14T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-01-14T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-01-15T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-01-21T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Amazon aufgenommen"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c4.18.31",
"product": {
"name": "Red Hat OpenShift \u003c4.18.31",
"product_id": "T050005"
}
},
{
"category": "product_version",
"name": "4.18.31",
"product": {
"name": "Red Hat OpenShift 4.18.31",
"product_id": "T050005-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.18.31"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-65637",
"product_status": {
"known_affected": [
"67646",
"398363",
"T050005"
]
},
"release_date": "2026-01-14T23:00:00.000+00:00",
"title": "CVE-2025-65637"
}
]
}
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.